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.3 #99

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 6 years ago

Bumps rsvp from 3.6.1 to 4.8.3.

Changelog *Sourced from [rsvp's changelog](https://github.com/tildeio/rsvp.js/blob/master/CHANGELOG.md).* > # Master > > # 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 > ... (truncated)
Commits - [`879fe32`](https://github.com/tildeio/rsvp.js/commit/879fe324f9810747f9feac1f679f3c357c0e6627) release v4.8.3 🎉 - [`f81b8d4`](https://github.com/tildeio/rsvp.js/commit/f81b8d4dc998217a10e097f7299aac760285d986) Merge pull request [#534](https://github-redirect.dependabot.com/tildeio/rsvp.js/issues/534) from bekzod/update-libs - [`d306869`](https://github.com/tildeio/rsvp.js/commit/d30686918e32e1c5a4692151da8979c7a03b6f77) bump deps - [`238f66b`](https://github.com/tildeio/rsvp.js/commit/238f66bbb475acfce4c37989dc420e244ccee1b8) Merge pull request [#495](https://github-redirect.dependabot.com/tildeio/rsvp.js/issues/495) from bekzod/align-things - [`3165323`](https://github.com/tildeio/rsvp.js/commit/31653234cd297134deed1ada83943ddc3e07c2ee) allow passing promise values to hash/map/hashSettled - [`ae7dacd`](https://github.com/tildeio/rsvp.js/commit/ae7dacd0e4242050ce2fc7778a86726f3c4f0384) Merge pull request [#533](https://github-redirect.dependabot.com/tildeio/rsvp.js/issues/533) from toddjordan/document-new-import-scheme - [`53a6479`](https://github.com/tildeio/rsvp.js/commit/53a64797cdbb74f364cc49d76cd8b31623ec38dc) Merge pull request [#532](https://github-redirect.dependabot.com/tildeio/rsvp.js/issues/532) from bekzod/update-lib - [`5b238c9`](https://github.com/tildeio/rsvp.js/commit/5b238c97d8a7e72d0e1d601ce7c7e615ae9c1098) Update documentation for the new way Ember does imports for rsvp - [`71ab9f6`](https://github.com/tildeio/rsvp.js/commit/71ab9f6f89051db1cac70efae90215af405d9315) update dependencies - [`eb32b00`](https://github.com/tildeio/rsvp.js/commit/eb32b00534977182a695e9c10b7f11814ddb2d46) release v4.8.2 🎉 - Additional commits viewable in [compare view](https://github.com/tildeio/rsvp.js/compare/v3.6.1...v4.8.3)


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 will not automatically merge this PR because it includes a major update to a production dependency.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot ignore this [patch|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 these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme 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) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

Superseded by #109.