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

Update core-js to the latest version 🚀 #529

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

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Dec 9, 2017

Version 2.5.2 of core-js was just published.

Dependency core-js
Current Version 2.5.1
Type dependency

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

If you don’t 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 core-js.

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’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes 2.5.2 - 2017.12.09
  • MutationObserver no longer used for microtask implementation in iOS Safari because of bug with scrolling, #339
  • Fixed JSON.stringify(undefined, replacer) case in the wrapper from the Symbol polyfill, #345
  • Array() calls changed to new Array() for V8 optimisation
Commits

The new version differs by 24 commits.

  • a03fd19 2.5.2
  • 1dfbedd revert Symbol.asyncIterator - leave changes like this for core-js@3
  • f2fc21a update eslint and webpack
  • 23904b8 fix #339
  • adeb69d fix #345
  • 5c0fe50 update grunt-contrib-uglify
  • 7f43485 update eslint
  • 16c775f update eslint
  • 0e05248 Merge pull request #350 from rqrqrqrq/feature/spelling
  • 616b90c fix typos in readme
  • df3e18c update eslint
  • 83ef517 move async iteration to the stage 3
  • ab8ad81 update some dev dependencies
  • e44fc05 sort the list of dev dependencies, use caret ranges for some of dev dependencies
  • bca7744 update eslint

There are 24 commits in total.

See the full diff

FAQ and help

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


Your Greenkeeper bot 🌴

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

greenkeeper bot commented Dec 11, 2017

Version 2.5.3 just got published.

Update to this version instead 🚀

Release Notes 2.5.3 - 2017.12.12
  • Fixed calling onunhandledrejectionhandler multiple times for one Promise chain, #318
  • Forced replacement of String#{padStart, padEnd} in Safari 10 because of a bug, #280
  • Fixed Array#@@iterator in a very rare version of WebKit, #236 and #237
  • One more #345-related fix
Commits

The new version differs by 9 commits ahead by 9, behind by 2.

See the full diff

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

greenkeeper bot commented Mar 27, 2018

Version 2.5.4 just got published.

Update to this version instead 🚀

Release Notes 2.5.4 - 2018.03.27
  • Fixed one case of deoptimization built-in iterators in V8, related #377
  • Fixed some cases of iterators feature detection, #368
  • Fixed manually entered NodeJS domains issue in Promise, #367
  • Fixed Number.{parseInt, parseFloat} entry points
  • Fixed __(define|lookup)[GS]etter__ export in the library version
Commits

The new version differs by 25 commits ahead by 25, behind by 3.

There are 25 commits in total.

See the full diff

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

greenkeeper bot commented Apr 9, 2018

Version 2.5.5 just got published.

Update to this version instead 🚀

Commits

The new version differs by 10 commits ahead by 10, behind by 6.

See the full diff

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

greenkeeper bot commented May 7, 2018

Version 2.5.6 just got published.

Update to this version instead 🚀

Commits

The new version differs by 17 commits ahead by 17, behind by 8.

  • c31ae34 2.5.6
  • 3bbe23d add modern version internal debugging information about used versions
  • cfd9371 add a webos-related comment
  • 1e8a890 fix v8 6.6 (Node 10 and Chrome 66) Promise bug with resolving custom thenables
  • 3520378 fix #396
  • 7902263 2.5.5
  • 8a6e82a fix #392, #393
  • b34b0c3 2.5.4
  • 3119c26 fix one case of built-in iterators deoptimization in V8, related #377
  • c77b93a revert e1ffbae because of #368
  • 902d4f8 2.5.3
  • 86d7a90 2.5.2
  • c4c2843 revert Symbol.asyncIterator - leave changes like this for core-js@3
  • 167408c update changelog
  • 9f7fcc1 disable Node 10 on Travis on master and v2 branches because of some strange livescript-related issues (reproducible only on Travis), will be restored on v3 branch

There are 17 commits in total.

See the full diff

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

greenkeeper bot commented May 26, 2018

Version 2.5.7 just got published.

Update to this version instead 🚀

Release Notes 2.5.7 - 2018.05.26
  • Get rid of reserved variable name final, related #400
Commits

The new version differs by 19 commits ahead by 19, behind by 13.

There are 19 commits in total.

See the full diff

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

greenkeeper bot commented Dec 5, 2018

  • The dependency core-js was updated from 2.5.1 to 2.6.0.

Update to this version instead 🚀

Release Notes for 2.6.0 - 2018.12.05
Commits

The new version differs by 11 commits.

  • f980318 2.6.0
  • f0b4154 add es6.regexp.exec as a direct dependency of _fix-re-wks for prevent breakage of existent code
  • a221e2a replace redefine by hide because of Chrome 38 bug with symbols conversion
  • 41e41e9 add some caps for the library version
  • 79db861 Merge pull request #458 from nicolo-ribaudo/backport-453
  • b0a70f9 Backport 41a8b12c8e641061e3576f89023f0a8fa903b81b
  • f77f88e Backport gh-453
  • 04b76e8 Merge pull request #435 from nicolo-ribaudo/backport-named-replace
  • 2b102b7 Polyfll named groups in RegExp#@@replace
  • fd64c48 Merge pull request #428 from nicolo-ribaudo/backport-es2015-regex
  • bc6ed09 Make RegExp#[Symbol.*] methods call exec

See the full diff

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

greenkeeper bot commented Dec 18, 2018

  • The dependency core-js was updated from 2.5.1 to 2.6.1.

Update to this version instead 🚀

Release Notes for 2.6.1 - 2018.12.18
  • Fixed an issue with minified version, #463, #465
Commits

The new version differs by 3 commits.

  • a5def74 2.6.1
  • 3866e96 Merge pull request #465 from nicolo-ribaudo/fix-regression-463
  • af4a972 Fix bug #463

See the full diff

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

greenkeeper bot commented Jan 10, 2019

  • The dependency core-js was updated from 2.5.1 to 2.6.2.

Update to this version instead 🚀

Release Notes for 2.6.2 - 2019.01.10
  • Fixed handling of $ in String#replace, #471
Commits

The new version differs by 4 commits.

See the full diff

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

greenkeeper bot commented Jan 22, 2019

  • The dependency core-js was updated from 2.5.1 to 2.6.3.

Update to this version instead 🚀

Release Notes for 2.6.3 - 2019.01.22
  • Added a workaround for babel-minify bug, #479
Commits

The new version differs by 2 commits.

  • ea6a01b 2.6.3
  • 8a9ff17 add a workaround for babel-minify bug, fix #479

See the full diff

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

greenkeeper bot commented Feb 7, 2019

  • The dependency core-js was updated from 2.5.1 to 2.6.4.

Update to this version instead 🚀

Release Notes for 2.6.4 - 2019.02.07
  • Added a workaround against crushing an old IE11.0.9600.16384 build, #485.
Commits

The new version differs by 4 commits.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 15, 2019

  • The dependency core-js was updated from 2.5.1 to 2.6.5.

Update to this version instead 🚀

Release Notes for 2.6.5 - 2019.02.15
  • Fixed buggy String#padStart and String#padEnd mobile Safari implementations, #414.
Commits

The new version differs by 2 commits.

  • e778e80 2.6.5
  • 990ae2f fix buggy String#padStart and String#padEnd mobile Safari implementations, backport of 16dbccf

See the full diff

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

greenkeeper bot commented Mar 19, 2019

  • The dependency core-js was updated from 2.5.1 to 3.0.0.

Update to this version instead 🚀

Release Notes for 3.0.0 - 2019.03.19

See more info in this article and the changelog.

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

greenkeeper bot commented Apr 6, 2019

  • The dependency core-js was updated from 2.5.1 to 3.0.1.

Update to this version instead 🚀

Release Notes for 3.0.1 - 2019.04.06
  • Fixed some cases of work with malformed URI sequences in URLSearchParams, #525
  • Added a workaround for a rollup issue, #513

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

greenkeeper bot commented May 19, 2019

  • The dependency core-js was updated from 2.5.1 to 3.1.0.

Update to this version instead 🚀

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

greenkeeper bot commented Oct 28, 2019

  • The dependency core-js was updated from 2.5.1 to 3.3.5.

Update to this version instead 🚀

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

greenkeeper bot commented Oct 31, 2019

  • The dependency core-js was updated from 2.5.1 to 3.3.6.

Update to this version instead 🚀

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

greenkeeper bot commented Nov 6, 2019

  • The dependency core-js was updated from 2.5.1 to 3.4.0.

Update to this version instead 🚀

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

greenkeeper bot commented Nov 12, 2019

  • The dependency core-js was updated from 2.5.1 to 3.4.1.

Update to this version instead 🚀

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

greenkeeper bot commented Nov 21, 2019

  • The dependency core-js was updated from 2.5.1 to 3.4.2.

Update to this version instead 🚀

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

greenkeeper bot commented Nov 26, 2019

  • The dependency core-js was updated from 2.5.1 to 3.4.3.

Update to this version instead 🚀

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

greenkeeper bot commented Nov 27, 2019

  • The dependency core-js was updated from 2.5.1 to 3.4.4.

Update to this version instead 🚀

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

greenkeeper bot commented Nov 27, 2019

  • The dependency core-js was updated from 2.5.1 to 3.4.5.

Update to this version instead 🚀

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

greenkeeper bot commented Dec 2, 2019

  • The dependency core-js was updated from 2.5.1 to 3.4.6.

Update to this version instead 🚀

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

greenkeeper bot commented Dec 2, 2019

  • The dependency core-js was updated from 2.5.1 to 3.4.7.

Update to this version instead 🚀

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

greenkeeper bot commented Dec 8, 2019

  • The dependency core-js was updated from 2.5.1 to 3.4.8.

Update to this version instead 🚀

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

greenkeeper bot commented Dec 12, 2019

  • The dependency core-js was updated from 2.5.1 to 3.5.0.

Update to this version instead 🚀

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

greenkeeper bot commented Dec 18, 2019

  • The dependency core-js was updated from 2.5.1 to 3.6.0.

Update to this version instead 🚀

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

greenkeeper bot commented Dec 25, 2019

  • The dependency core-js was updated from 2.5.1 to 3.6.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 9, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 9, 2020

  • The dependency core-js was updated from 2.5.1 to 3.6.5.

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