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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update es6-promise to the latest version 馃殌 #39

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

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Dec 21, 2017

Version 4.2.0 of es6-promise was just published.

Dependency es6-promise
Current Version 4.1.0
Type dependency

The version 4.2.0 is not covered by your current version range.

If you don鈥檛 accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of es6-promise.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don鈥檛 have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 43 commits.

  • b87f240 release v4.2.0 馃帀
  • 2faa619 Merge pull request #312 from stefanpenner/remove-dist
  • aed7aed [fixes #231]
  • 915dc5d Update README.md
  • 110dc75 restore minified files to repo (really need to start publishing these
  • 64493b6 Merge pull request #289 from stefanpenner/cleanup
  • 9d97fb8 cleanup
  • d8f56ac Merge pull request #233 from stefanpenner/promise.finally
  • 14ca840 Promise.prototype.finally [fixes #232]
  • 18897d3 Merge pull request #310 from stefanpenner/updates
  • 8f96141 updates
  • 44298db Merge pull request #304 from Lcfvs/patch-1
  • 08a8a4d Bump ember-cli dep
  • e1bb7b6 Merge pull request #306 from LukasDrgon/patch-1
  • 4f078b2 Add CDN links

There are 43 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don鈥檛 help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 馃尨

greenkeeper bot added a commit that referenced this pull request Dec 21, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 21, 2017

Version 4.2.1 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 22, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 22, 2017

Version 4.2.2 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 5 commits.

  • 97478eb release v4.2.2 馃帀
  • e7672fd Merge pull request #314 from stefanpenner/improve-test-stuff
  • 8d785fd Improve testem stuff
  • 16ea714 Merge pull request #313 from rhysd/prepublishonly
  • 475a709 prefer prepublishOnly to prepublish

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 23, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 23, 2018

Version 4.2.3 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 13 commits.

  • b33f473 release v4.2.3 馃帀
  • 3163aab release vv4.2.3 馃帀
  • a13f643 prepare relase 4.2.3
  • f31855d Fixup changelog
  • 7f8cda0 update changelog
  • 2b69893 Merge pull request #315 from stefanpenner/cleanup
  • 1edbf7c Merge pull request #320 from stefanpenner/fix-318
  • 375b0ea [fixes #318] make sure PROMISE_ID actually works
  • 6ee8bdc Merge pull request #319 from mariusschulz/patch-1
  • 8628971 Remove duplicate "validationError" function
  • 4abbe5e Merge pull request #317 from bekzod/cleanup-error-holder
  • cb16028 use one error holder
  • f945418 Cleanup

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 23, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 23, 2018

Version 4.2.4 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 4 commits.

  • 314e483 release v4.2.4 馃帀
  • f4fa1c6 prepare release
  • 90c0595 Merge pull request #323 from stefanpenner/confuse-webpack
  • a689930 [Fixes #305] Confuse webpack

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 11, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 11, 2018

Version 4.2.5 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 3 commits.

  • 7f2b526 release v4.2.5 馃帀
  • df63bb8 Merge pull request #339 from codeworrior/finally-and-non-callable-callback
  • a770571 [fixes #336] finally must not fail for non-callable callback

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 16, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 16, 2019

  • The dependency es6-promise was updated from 4.1.0 to 4.2.6.

Update to this version instead 馃殌

Commits

The new version differs by 5 commits.

  • 9869a4b release v4.2.6 馃帀
  • ee0de20 Merge pull request #344 from stefanpenner/add-home-page
  • 013a847 Add homepage property to package.json as per @niftylettuce鈥檚 suggestion
  • 89c252f Merge pull request #343 from niftylettuce/master
  • 9233361 fix: fixed sorting of package.json with fixpack, added jsdelivr/unpkg (closes #342)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 6, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 6, 2019

  • The dependency es6-promise was updated from 4.1.0 to 4.2.7.

Update to this version instead 馃殌

Commits

The new version differs by 5 commits.

  • a2bcc62 release v4.2.7 馃帀
  • 37e6fe3 update changelog
  • 21e755a Merge pull request #345 from stefanpenner/remove-try-catch-hacks
  • e33ab9d Remove try/catch avoidance hacks as they are no longer needed (as per @bmeurer鈥檚 guidance)
  • 95e8fbf remove getThen

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 6, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 6, 2019

  • The dependency es6-promise was updated from 4.1.0 to 4.2.8.

Update to this version instead 馃殌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants