jfairley / github-slack-bot

Slack bot to notify you of Github pull request activity
MIT License
2 stars 3 forks source link

fix(deps): update dependency bluebird to v3.7.2 #145

Open renovate[bot] opened 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change
bluebird dependencies minor 3.5.1 -> 3.7.2
@types/bluebird devDependencies patch 3.5.20 -> 3.5.32

Release Notes

petkaantonov/bluebird ### [`v3.7.2`](https://togithub.com/petkaantonov/bluebird/releases/v3.7.2) [Compare Source](https://togithub.com/petkaantonov/bluebird/compare/v3.7.1...v3.7.2) Bugfixes: - Fixes firefox settimeout not initialized error ([#​1623](https://togithub.com/petkaantonov/bluebird/issues/1623)) ### [`v3.7.1`](https://togithub.com/petkaantonov/bluebird/releases/v3.7.1) [Compare Source](https://togithub.com/petkaantonov/bluebird/compare/v3.7.0...v3.7.1) Features: - feature Bugfixes: - Fix ([#​1614](https://togithub.com/petkaantonov/bluebird/issues/1614)) - Fix ([#​1613](https://togithub.com/petkaantonov/bluebird/issues/1613)) - Fix ([#​1616](https://togithub.com/petkaantonov/bluebird/issues/1616)) ### [`v3.7.0`](https://togithub.com/petkaantonov/bluebird/releases/v3.7.0) [Compare Source](https://togithub.com/petkaantonov/bluebird/compare/v3.6.0...v3.7.0) Features: - Add [`Promise.allSettled`](http://bluebirdjs.com/docs/api/promise.allsettled.html)\` method ([#​1606](https://togithub.com/petkaantonov/bluebird/issues/1606)) ### [`v3.6.0`](https://togithub.com/petkaantonov/bluebird/releases/v3.6.0) [Compare Source](https://togithub.com/petkaantonov/bluebird/compare/v3.5.5...v3.6.0) Features: - Add support for AsyncResource ([#​1403](https://togithub.com/petkaantonov/bluebird/issues/1403)) Bugfixes: - Fix [`.reduce`](http://bluebirdjs.com/docs/api/reduce.html) generating unhandled rejection events ([#​1501](https://togithub.com/petkaantonov/bluebird/issues/1501)) - Fix [`Promise.reduce`](http://bluebirdjs.com/docs/api/promise.reduce.html)\` generating unhandled rejction events ([#​1502](https://togithub.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://togithub.com/petkaantonov/bluebird/issues/1487)) - Fix [`Promise.map`](http://bluebirdjs.com/docs/api/promise.map.html)\` unhandled rejection events ([#​1489](https://togithub.com/petkaantonov/bluebird/issues/1489)) - Fix cancel skipping upward propagation ([#​1459](https://togithub.com/petkaantonov/bluebird/issues/1459)) - Fix loadTimes deprecation ([#​1505](https://togithub.com/petkaantonov/bluebird/issues/1505)) - Fix [`Promise.each`](http://bluebirdjs.com/docs/api/promise.each.html)\` maximum stack exceeded error ([#​1326](https://togithub.com/petkaantonov/bluebird/issues/1326)) - Make PromiseRejectionEvent confrom to spec ([#​1509](https://togithub.com/petkaantonov/bluebird/issues/1509)) - Fix false unhandled rejection events ([#​1468](https://togithub.com/petkaantonov/bluebird/issues/1468)) ### [`v3.5.5`](https://togithub.com/petkaantonov/bluebird/releases/v3.5.5) [Compare Source](https://togithub.com/petkaantonov/bluebird/compare/v3.5.4...v3.5.5) Features: - Added Symbol.toStringTag support to Promise ([#​1421](https://togithub.com/petkaantonov/bluebird/issues/1421)) Bugfixes: - Fix error in IE9 ([#​1591](https://togithub.com/petkaantonov/bluebird/issues/1591), [#​1592](https://togithub.com/petkaantonov/bluebird/issues/1592)) - Fix error with undefined stack trace ([#​1537](https://togithub.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://togithub.com/petkaantonov/bluebird/issues/1517)) ### [`v3.5.4`](https://togithub.com/petkaantonov/bluebird/releases/v3.5.4) [Compare Source](https://togithub.com/petkaantonov/bluebird/compare/v3.5.3...v3.5.4) - Proper version check supporting VSCode([#​1576](.)) ### [`v3.5.3`](https://togithub.com/petkaantonov/bluebird/releases/v3.5.3) [Compare Source](https://togithub.com/petkaantonov/bluebird/compare/v3.5.2...v3.5.3) Bugfixes: - Update acorn dependency ### [`v3.5.2`](https://togithub.com/petkaantonov/bluebird/releases/v3.5.2) [Compare Source](https://togithub.com/petkaantonov/bluebird/compare/v3.5.1...v3.5.2) Bugfixes: - Fix `PromiseRejectionEvent` to contain `.reason` and `.promise` properties. ([#​1509](.), [#​1464](.)) - Fix promise chain retaining memory until the entire chain is resolved ([#​1544](.), [#​1529](.)) * * * id: changelog ## title: Changelog

Renovate configuration

:date: Schedule: "before 3am on the first day of the month" (UTC).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: Ignore: Close this PR and you won't be reminded about these updates again.



This PR has been generated by WhiteSource Renovate. View repository job log here.