Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency bluebird to v3 #85

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 24, 2019

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
bluebird 2.9.33 -> 3.7.2 age adoption passing confidence

Release Notes

petkaantonov/bluebird

v3.7.2

Compare Source

Bugfixes:

  • Fixes firefox settimeout not initialized error (#​1623)

v3.7.1

Compare Source

Features:

  • feature

Bugfixes:

v3.7.0

Compare Source

Features:

v3.6.0

Compare Source

Features:

  • Add support for AsyncResource (#​1403)

Bugfixes:

v3.5.5

Compare Source

Features:

  • Added Symbol.toStringTag support to Promise (#​1421)

Bugfixes:

  • Fix error in IE9 (#​1591, #​1592)
  • Fix error with undefined stack trace (#​1537)
  • Fix #catch throwing an error later rather than immediately when passed non-function handler (#​1517)

v3.5.4

Compare Source

  • Proper version check supporting VSCode(#​1576)

v3.5.3

Compare Source

Bugfixes:

  • Update acorn dependency

v3.5.2

Compare Source

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

v3.5.1

Compare Source

Bugfixes:

  • Fix false positive unhandled rejection when using async await (#​1404)
  • Fix false positive when reporting error as non-error (#​990)

v3.5.0

Compare Source

Features:

Bugfixes:

  • Fixed streamline benchmarks (#​1233)
  • Fixed yielding a function calling the function (#​1314, #​1315)
  • Fixed confusing error message when calling .catch with non function predicate (#​1350)
  • Fixed .props resolving to empty object when called with empty Map (#​1338)
  • Fixed confusing error message when invoking Promise directly without new (#​1320)
  • Added dedicated webpack entry point (#​1318)

v3.4.7

Compare Source

  • Promise config returns reference to Bluebird library
  • Updated logo
  • Benchmark fix
  • Don't drop syntaxerror context from stack traces
  • Fix environment variables sometimes causing long stack traces to be enabled

v3.4.6

Compare Source

Bugfixes:

v3.4.5

Compare Source

Bugfixes:

  • Fix unhandled error regression introduced in 3.4.3 #​1217

v3.4.4

Compare Source

Bugfixes:

  • Fix benchmark parallel in node 6 #​1165
  • Fix memory leak with Promise.each #​1057
  • Fix thenable passed to .return being evaluated too early #​1210
  • Fix "unhandledrejection" event not having .detail field when using DOM3 event listener api #​1209
  • Fix Promise.join not ensuring asynchronous callback #​1153
  • Fix domains leaking when synchronous error is thrown while a domain is active #​1125

v3.4.3

Compare Source

Bugfixes:

  • The "a promise was created in a handler but not returned from it" warning now highlights the file, line and column where the return statement is missing.
  • The "a promise was created in a handler but not returned from it" warning now adds the bluebird API method used to create the non-returned promise at the top of the warning stack

v3.4.2

Compare Source

Bugfixes:

  • Add missing link to unhandled warning docs (#​1205)
  • Fix Promise.delay not having a long stack trace (#​1182)
  • Fix false unhandled rejection when a rejected promise originating from one copy of bluebird is passed to another copy's .return or .catchReturn (#​1186)
  • Fix Promise.resolve is not a function error (#​1192)
  • Fix global events not being fired through DOM 3 API inside a worker (#​1190)
  • Fix .cancel() not immediately marking a promise as being cancelled if it has cancellable parent (#​1187)
  • Fix maximum callstack exceeded with Promise.coroutine (#​1170)

v3.4.1

Compare Source

Features:

v3.4.0

Compare Source

Features:

Bugfixes:

  • Fix bug where callback to .disposer is not called if the resource is null (#​1099).
  • Fix bug where assimilating thenable throws unexpectedly when using hostile host objects as thenables (#​1104).

v3.3.5

Compare Source

Bugfixes:

  • Fix then sometimes not being called on iOS/Firefox (#​1022).
  • Fix custom schedulers not being called when using promisified functions (#​1023).
  • Fix unexpected error being thrown when promisifed function is called with no arguments (#​1063).

v3.3.4

Compare Source

Features:

  • Warnings about created promises that are not returned are no longer given if the handler promise has not been chained. This should reduce the amount of false positives with this warning.

v3.3.3

Compare Source

Bugfixes:

  • Fix stack overflow error when a promise returned by promisified function rejects early in a huge array when using Promise.mapSeries or Promise.each

v3.3.2

Compare Source

Bugfixes:

  • Fix missing newline in stack trace reported by .done() (#​1020).
  • Detect deep circular resolutions

v3.3.1

Compare Source

Bugfixes:

v3.3.0

Compare Source

Features:

Bugfixes:

  • Fix warnings for "promise was rejected with non-error" being output when promises are rejected with errors from different realm (#​990)

v3.2.2

Compare Source

Bugfixes:

  • Make build script's output work without TTY

v3.2.1

Compare Source

Bugfixes:

  • Revert monitoring feature due to crash in browser

v3.2.0

Compare Source

Features:

  • Add [promise monitoring] feature

v3.1.5

Compare Source

Dummy release to trigger CDN update.

v3.1.4

Compare Source

Bugfixes:

  • Fix broken npm prepublish script release

v3.1.3

Compare Source

Bugfixes:

v3.1.2

Compare Source

v3.1.1

Compare Source

v3.1.0

Compare Source

v3.0.6

Compare Source

Features:

  • feature

Bugfixes:

v3.0.5

Compare Source

Bugfixes:

v3.0.4

Compare Source

Bugfixes:

v3.0.3

Compare Source

Bugfixes:

  • 3rd party libraries rejecting promises with non-errors no longer causes warnings
  • When NODE_ENV environment variable is "development" setting BLUEBIRD_DEBUG environment variable to 0 can now be used to disable debug mode

v3.0.2

Compare Source

v3.0.1

Compare Source

See New in 3.0.

v3.0.0

Compare Source

See New in 3.0.

v2.11.0

Compare Source

Features:

  • Add Promise.version
  • Add Promise.getNewLibraryCopy

v2.10.2

Compare Source

Features:

  • .timeout() now takes a custom error object as second argument

v2.10.1

Compare Source

v2.10.0

Compare Source

Features:

  • Promise.using can now take the promises-for-resources as an array (#​733).
  • Browser builds for minimal core are now hosted on CDN (#​724).

Bugfixes:

  • Disabling debug mode with BLUEBIRD_DEBUG=0 environment variable now works (#​719).
  • Fix unhandled rejection reporting when passing rejected promise to .return() (#​721).
  • Fix unbound promise's then handlers being called with wrong this value (#​738).

v2.9.34

Compare Source

Bugfixes:

  • Correct domain for .map, .each, .filter, .reduce callbacks (#​701).
  • Preserve bound-with-promise promises across the entire chain (#​702).

Renovate configuration

📅 Schedule: "before 3am on Monday" (UTC).

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

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

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

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

@coveralls
Copy link

coveralls commented Jun 24, 2019

Coverage Status

Coverage remained the same at 95.066% when pulling 5795184 on renovate/bluebird-3.x into 7b2d01e on master.

@renovate renovate bot changed the title Update dependency bluebird to v3 fix(deps): update dependency bluebird to v3 Jan 6, 2020
@renovate renovate bot changed the title fix(deps): update dependency bluebird to v3 Update dependency bluebird to v3 Jan 7, 2020
@renovate renovate bot changed the title Update dependency bluebird to v3 fix(deps): update dependency bluebird to v3 Jun 9, 2020
@renovate renovate bot changed the title fix(deps): update dependency bluebird to v3 Update dependency bluebird to v3 Jun 9, 2020
@renovate renovate bot changed the title Update dependency bluebird to v3 fix(deps): update dependency bluebird to v3 Oct 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants