ember-codemods / ember-module-migrator

Automated migration for new Ember application layout.
74 stars 15 forks source link

Bump rsvp from 3.6.1 to 4.8.2 #78

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps rsvp from 3.6.1 to 4.8.2.

Changelog *Sourced from rsvp's [changelog](https://github.com/tildeio/rsvp.js/blob/master/CHANGELOG.md).* > # 4.8.2 > > * restore cast for 4.x > > # 4.8.1 > > * Confuse Webpack (make is easier to pack this module) > > # 4.8.0 > > * reject promise when non-array promise is passed to RSVP.filter > * fix issue with registering event callbacks > * remove publishing to S3 and rely on `npm` and `jsdelivr.com` instead > * general cleanup > > # 4.7.0 > > * Release the same code as 4.0.2 but as 4.7.0 (fixes issues with `npm outdated`, `yarn update-interactive`, etc caused by accidental publishing of 4.6.1). > > # 4.0.2 > > * Fix issue which occurs when you have a `.finally` after a promise has rejected with no rejection value. > > # 4.0.1 > > * Fix bug in `RSVP.filter` where it would only respect explicitly `true` values (unlike `[].filter` which allows truthy values). > > # 4.0.0 > > * remove es3 fallbacks > * make map/filter eager > > # 3.5.0 > > * expose RSVP.asap for access to the micro-task polyfil > > # 3.4.0 > > * [BUGFIX] Fix memory leak [#446] > * Mirror Node's LTS policy > * add dist/rsvp.es.js (bundle as a single ES module file) > * fix typo in readme > > # 3.3.3 > > * [BUGFIX] Fix asap for Titanium \w webpack usage. > > # 3.3.2 > > * [BUGFIX] fix invalid ES6 > ... (truncated)
Commits - [`eb32b00`](https://github.com/tildeio/rsvp.js/commit/eb32b00534977182a695e9c10b7f11814ddb2d46) release v4.8.2 🎉 - [`3bc9138`](https://github.com/tildeio/rsvp.js/commit/3bc913832dee3815337b59842acb94f1061ff2b2) update changelog - [`43988f3`](https://github.com/tildeio/rsvp.js/commit/43988f34a40d3f2f608a64867e98a7a69e42ef34) Merge pull request [#530](https://github-redirect.dependabot.com/tildeio/rsvp.js/issues/530) from tildeio/revert-491-drop-cast - [`b19d137`](https://github.com/tildeio/rsvp.js/commit/b19d137dbce953c1af5354e50451f3a3cd84726e) Revert "drop `cast`" - [`1bdf764`](https://github.com/tildeio/rsvp.js/commit/1bdf764f4e323b858fde1ac0d05e990aacff8c9f) release v4.8.1 🎉 - [`f58cc30`](https://github.com/tildeio/rsvp.js/commit/f58cc309e2c77f3cf2b1d0fc8b3c9b3babb2db0e) prepare release - [`b1c4a3f`](https://github.com/tildeio/rsvp.js/commit/b1c4a3f3452b8bf8fa1a1542b5a55014dabba2ae) Merge pull request [#529](https://github-redirect.dependabot.com/tildeio/rsvp.js/issues/529) from tildeio/confuse-webpack - [`79bdb29`](https://github.com/tildeio/rsvp.js/commit/79bdb295c12ba7c712370f9fdeaf4364e6778abb) Confuse Webpack - [`d3f1068`](https://github.com/tildeio/rsvp.js/commit/d3f10689b082d36e50a56a165795a83132b29f3a) Merge pull request [#528](https://github-redirect.dependabot.com/tildeio/rsvp.js/issues/528) from bekzod/bump-lib - [`c4c2ff1`](https://github.com/tildeio/rsvp.js/commit/c4c2ff1d0ab3488412ad5706dc0ebc63b8241d89) bump dependencies - Additional commits viewable in [compare view](https://github.com/tildeio/rsvp.js/compare/v3.6.1...v4.8.2)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot ignore this [minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use [this|these] label[s]` will set the current labels as the default for future PRs for this repo and language Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 6 years ago

Superseded by #99.