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 recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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 use this milestone` will set the current milestone 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)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps bluebird from 2.11.0 to 3.7.1.
Release notes
*Sourced from [bluebird's releases](https://github.com/petkaantonov/bluebird/releases).* > ## v3.7.1 > Features: > > - feature > > Bugfixes: > > - Fix \([#1614](https://github-redirect.dependabot.com/petkaantonov/bluebird/issues/1614)\) > - Fix \([#1613](https://github-redirect.dependabot.com/petkaantonov/bluebird/issues/1613)\) > - Fix \([#1616](https://github-redirect.dependabot.com/petkaantonov/bluebird/issues/1616)\) > > ## v3.7.0 > Features: > > - Add [`Promise.allSettled`](http://bluebirdjs.com/docs/api/promise.allsettled.html)` method \([#1606](https://github.com/petkaantonov/bluebird/issues/1606)\) > > ## v3.6.0 > Features: > > - Add support for AsyncResource \([#1403](https://github.com/petkaantonov/bluebird/issues/1403)\) > > Bugfixes: > > - Fix [`.reduce`](http://bluebirdjs.com/docs/api/reduce.html) generating unhandled rejection events \([#1501](https://github.com/petkaantonov/bluebird/issues/1501)\) > - Fix [`Promise.reduce`](http://bluebirdjs.com/docs/api/promise.reduce.html)` generating unhandled rejction events \([#1502](https://github-redirect.dependabot.com/petkaantonov/bluebird/issues/1502)\) > - Fix [`.map`](http://bluebirdjs.com/docs/api/map.html) and [`.filter`](http://bluebirdjs.com/docs/api/filter.html) generating unhandled rejection events \([#1487](https://github-redirect.dependabot.com/petkaantonov/bluebird/issues/1487)\) > - Fix [`Promise.map`](http://bluebirdjs.com/docs/api/promise.map.html)` unhandled rejection events \([#1489](https://github.com/petkaantonov/bluebird/issues/1489)\) > - Fix cancel skipping upward propagation \([#1459](https://github.com/petkaantonov/bluebird/issues/1459)\) > - Fix loadTimes deprecation \([#1505](https://github.com/petkaantonov/bluebird/issues/1505)\) > - Fix [`Promise.each`](http://bluebirdjs.com/docs/api/promise.each.html)` maximum stack exceeded error \([#1326](https://github-redirect.dependabot.com/petkaantonov/bluebird/issues/1326)\) > - Make PromiseRejectionEvent confrom to spec \([#1509](https://github-redirect.dependabot.com/petkaantonov/bluebird/issues/1509)\) > - Fix false unhandled rejection events \([#1468](https://github-redirect.dependabot.com/petkaantonov/bluebird/issues/1468)\) > > ## v3.5.5 > Features: > > - Added Symbol.toStringTag support to Promise \([#1421](https://github-redirect.dependabot.com/petkaantonov/bluebird/issues/1421)\) > > Bugfixes: > > - Fix error in IE9 \([#1591](https://github-redirect.dependabot.com/petkaantonov/bluebird/issues/1591), [#1592](https://github-redirect.dependabot.com/petkaantonov/bluebird/issues/1592)\) > - Fix error with undefined stack trace \([#1537](https://github-redirect.dependabot.com/petkaantonov/bluebird/issues/1537)\) > - Fix [#catch](http://bluebirdjs.com/docs/api/catch.html) throwing an error later rather than immediately when passed non-function handler \([#1517](https://github-redirect.dependabot.com/petkaantonov/bluebird/issues/1517)\) > > ## v3.5.4 > - Proper version check supporting VSCode\([#1576](https://github.com/petkaantonov/bluebird/blob/HEAD)\) > > ## v3.5.3 > Bugfixes: > > ... (truncated)Commits
- [`47365ed`](https://github.com/petkaantonov/bluebird/commit/47365edd2e0bc01441d0ded16d64876f839c38ab) Browser files for v3.7.1 - [`46a064c`](https://github.com/petkaantonov/bluebird/commit/46a064c373b52c7a7775b1b25dd7214ff6fa67eb) Release v3.7.1 - [`2378ee6`](https://github.com/petkaantonov/bluebird/commit/2378ee6c0237c82c998b0f0706d7c96bc2c9d530) try fix tests - [`a00a664`](https://github.com/petkaantonov/bluebird/commit/a00a66419734794702dd1acc9c6722f76ae3cd44) Release v3.7.0 - [`4df279b`](https://github.com/petkaantonov/bluebird/commit/4df279b5620155630c6b2f35d4653f509e5dc272) Fixes [#1606](https://github-redirect.dependabot.com/petkaantonov/bluebird/issues/1606) - [`0a85236`](https://github.com/petkaantonov/bluebird/commit/0a8523623b2c97f4082e9611af2489b2e8140c42) Release v3.6.0 - [`96f266e`](https://github.com/petkaantonov/bluebird/commit/96f266e9cb4fc378ec358567575ac431640fdbc2) Merge pull request [#1604](https://github-redirect.dependabot.com/petkaantonov/bluebird/issues/1604) from renewooller/master - [`933b5da`](https://github.com/petkaantonov/bluebird/commit/933b5da2c8c8cd6618491bacd2f566d4b2db0f38) Merge pull request [#1610](https://github-redirect.dependabot.com/petkaantonov/bluebird/issues/1610) from Piccirello/patch-1 - [`8e3eedc`](https://github.com/petkaantonov/bluebird/commit/8e3eedc2ceb0359eb765c817746860224f14bc82) Add async/await example - [`6796d23`](https://github.com/petkaantonov/bluebird/commit/6796d23612a6c81c272dff915eeca40f0c011859) Update schedule.js - Additional commits viewable in [compare view](https://github.com/petkaantonov/bluebird/compare/v2.11.0...v3.7.1)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 recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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 use this milestone` will set the current milestone 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) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)