ember-fetch
ember-fetch copied to clipboard
HTML5 fetch polyfill from github wrapped and bundled for ember-cli users.
We're starting to hit issues with Node 14 in PRs like https://github.com/ember-cli/ember-fetch/pull/741 with Node 14 so we need to update our support. I know node 16 is already EOL but...
I've created a [`v8`](https://github.com/ember-cli/ember-fetch/tree/v8) branch that we can use for bugfixes against the current major if we need it. The `main` / `master` branch will be used for implementing the...
## Breaking ### drops `Ember < 3.28` ### drops `Node < 16.14` - because of `lru-cache` installed by `ember-source` ## Chore ### upgrades to `Ember 4.12` ### supports `Ember 5`...
It's a best practice in general, for imports to come from their package name rather than some more "convenient" name, and will become more so [as Embroider lands](https://github.com/emberjs/rfcs/blob/embroider/text/0000-embroider-v2-package-format.md#renaming-rules): > New...
Bumps [minimist](https://github.com/minimistjs/minimist) from 0.2.1 to 0.2.4. Changelog Sourced from minimist's changelog. v0.2.4 - 2023-02-24 Commits [Tests] check side-effects of pollution protection 3dbebff [Robustness] rework isConstructorOrProto 34e20b8 [Dev Deps] update tape...
Bumps [ember-cli](https://github.com/ember-cli/ember-cli) from 3.9.0 to 4.10.0. Release notes Sourced from ember-cli's releases. Release 4.10.0 Blueprint Changes ember new diff ember addon diff Changelog #10048 Make addAddonsToProject support creating a new...
This will ensure there is no confusion around folks thinking they are importing from the actual `fetch` package. `import fetch from 'fetch'` > `import fetch from 'ember-fetch'` For backwards compatibility,...
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...
https://github.com/advisories/GHSA-r683-j2x4-v87g suggests to us 2.6.7 or above to fix vulnerable to Exposure of Sensitive Information to an Unauthorized Actor Ember-fetch is on 2.6.1 https://github.com/ember-cli/ember-fetch/blob/master/package.json#L40 In order to fix the CVE...