ember-cli / ember-fetch

HTML5 fetch polyfill from github wrapped and bundled for ember-cli users.
MIT License
176 stars 80 forks source link

[DO NOT MERGE] Fork of Pixelik's PR to fix tests and security issues #753

Open Gaurav0 opened 4 weeks ago

Gaurav0 commented 4 weeks ago

Note: I do not expect this to be merged like this but I am releasing it to hopefully jog someone else into action, get feedback, and possibly be helpful in getting people unblocked with their apps. ember-fetch is a dependency of many addons. This PR is built on other PRs that have not been merged.

Depends on https://github.com/gorner/sourcemap-validator/pull/1 and https://github.com/tomdale/ember-cli-addon-tests/pull/223

This fork takes https://github.com/ember-cli/ember-fetch/pull/741 and fixes all tests and security issues found in dependencies (as shown by running yarn audit --groups dependencies)

You can see tests passing here: https://github.com/Gaurav0/ember-fetch/pull/1

cc/ @Pixelik @NullVoxPopuli