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

[Snyk] Upgrade core-js from 3.2.1 to 3.3.1 #23

Merged
merged 1 commit into from
Jan 6, 2020

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade core-js from 3.2.1 to 3.3.1.

  • The recommended version is 3 versions ahead of your current version.
  • The recommended version was released 8 days ago, on 2019-10-13.
Release notes
  • Package name: core-js
    • 3.3.1 - 2019-10-13
      • Fixed an NPM publishing issue
    • 3.3.0 - 2019-10-13
      • String#{ matchAll, replaceAll } throws an error on non-global regex argument per the decision from TC39 meetings (+ this PR). It's a breaking change, but since it's a breaking change in the ES spec, it's added at the minor release
      • globalThis moved to stable ES, per October TC39 meeting
      • Promise.any moved to stage 3, some minor internal changes, per October TC39 meeting
      • String#replaceAll moved to stage 3, per October TC39 meeting
      • Added iterator helpers stage 2 proposal:
        • Iterator
          • Iterator.from
          • Iterator#asIndexedPairs
          • Iterator#drop
          • Iterator#every
          • Iterator#filter
          • Iterator#find
          • Iterator#flatMap
          • Iterator#forEach
          • Iterator#map
          • Iterator#reduce
          • Iterator#some
          • Iterator#take
          • Iterator#toArray
          • Iterator#@@toStringTag
        • AsyncIterator
          • AsyncIterator.from
          • AsyncIterator#asIndexedPairs
          • AsyncIterator#drop
          • AsyncIterator#every
          • AsyncIterator#filter
          • AsyncIterator#find
          • AsyncIterator#flatMap
          • AsyncIterator#forEach
          • AsyncIterator#map
          • AsyncIterator#reduce
          • AsyncIterator#some
          • AsyncIterator#take
          • AsyncIterator#toArray
          • AsyncIterator#@@toStringTag
      • Updated Map#upsert (Map#updateOrInsert before) proposal
        • Moved to stage 2, per October TC39 meeting
        • Map#updateOrInsert renamed to Map#upsert
        • Added WeakMap#upsert
        • You can don't pass one of the callbacks
      • Added a workaround for iOS Safari MessageChannel + bfcache bug, #624
      • Added a workaround for Chrome 33 / Android 4.4.4 Promise bug, #640
      • Replaced broken URL constructor in Safari and URLSearchParams in Chrome 66-, #656
      • Added compat data for Node up to 12.11, FF 69, Samsung up to 10.2 and Phantom 1.9
      • Math.hypot marked as not supported in Chrome 77 since a bug in this method was not fixed before the stable Chrome 77 release
      • Fixed unnecessary exposing on Symbol.matchAll in esnext.string.match-all, #626
      • Fixed missed cases access the .next method once, at the beginning, of the iteration protocol
      • Show similar postinstall messages only once per npm i, #597, thanks @remy
    • 3.2.1 - 2019-08-12
      • Added a workaround for possible recursion in microtasks caused by conflicts with other Promise polyfills, #615
  • from [`core-js` GitHub Release Notes](https://github.com/zloirock/core-js/releases)
------------

馃 View latest project report

馃洜 Adjust upgrade PR settings

馃敃 Ignore this dependency or unsubscribe from future upgrade PRs

@tuanicom tuanicom merged commit c556cea into master Jan 6, 2020
@tuanicom tuanicom deleted the snyk-upgrade-4920d8741acd1bf380f06bd10d3f2ecf branch January 6, 2020 22:19
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.

None yet

2 participants