Skip to content
This repository has been archived by the owner on Jan 11, 2018. It is now read-only.

Update core-js to the latest version 🚀 #342

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

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Aug 6, 2017

Version 2.5.0 of core-js just got published.

Dependency core-js
Current Version 2.4.1
Type dependency

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

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of core-js.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Commits

The new version differs by 99 commits.

  • 63ae52d 2.5.0
  • 998f32e update eslint
  • 9025b48 add .of and .from methods on collection constructors to readme
  • 20f055b add Array#flatten and Array#flatMap to readme
  • 860efb6 fix a typo
  • b9203ee update list of iterable DOM collections in readme
  • b4c2e5e remove some unused variables, update changelog
  • fc32be8 add Promise#try to readme
  • ea82fd9 remove caching Function#name, fix #296
  • fd850c3 add Promise#finally to readme
  • a41dd09 fix IE11 WeakMap frozen keys after zloirock/core-js@a69f577
  • 09f45b6 remove tests of excess DOM collections methods - FF have it, I don't think that removing those methods in core-js make sense
  • d230280 fix the list of whitespaces in the Number constructor test
  • 7c39430 move Array#flatten and Array#flatMap to stage 1 per July TC39 meeting
  • d35736f move Promise#finally to stage 3 per July TC39 meeting

There are 99 commits in total.

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

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

greenkeeper bot commented Aug 31, 2017

Version 2.5.1 just got published.

Update to this version instead 🚀

Release Notes 2.5.1 - 2017.09.01
  • Updated Promise#finally per tc39/proposal-promise-finally#37
  • Optimized usage of some internal helpers for reducing size of shim version
  • Fixed some entry points for virtual methods
Commits

The new version differs by 11 commits.

See the full diff

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

greenkeeper bot commented Dec 9, 2017

Version 2.5.2 just got published.

Update to this version instead 🚀

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

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

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

Successfully merging this pull request may close these issues.

0 participants