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 2.5.7 to 3.3.6 #5

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

Conversation

snyk-bot
Copy link

@snyk-bot snyk-bot commented Nov 9, 2019

Snyk has created this PR to upgrade core-js from 2.5.7 to 3.3.6.

Warning: This is a major version upgrade, and may be a breaking change.

  • The recommended version is 46 versions ahead of your current version.
  • The recommended version was released 9 days ago, on 2019-10-31.
Release notes
  • Package name: core-js
    • 3.3.6 - 2019-10-31
      • Don't detect Chakra-based Edge as Chrome in the userAgent parsing
      • Fixed inheritance in typed array constructors wrappers, #683
      • Added one more workaround for correct work of early fetch implementations with polyfilled URLSearchParams, #680
    • 3.3.5 - 2019-10-28
      • Added a workaround of V8 deoptimization which causes serious performance degradation (~4x in my tests) of Array#concat, #679
      • Added a workaround of V8 deoptimization which causes slightly performance degradation of Promise, #679
      • Added (Async)Iterator.prototype.constructor -> (Async)Iterator per this issue
      • Added compat data for Chromium-based Edge
    • 3.3.4 - 2019-10-25
      • Added a workaround of V8 deoptimization which causes serious performance degradation (~20x in my tests) of some RegExp-related methods like String#split, #306
      • Added a workaround of V8 deoptimization which causes serious performance degradation (up to 100x in my tests) of Array#splice and slightly Array#{ filter, map }, #677
      • Fixed work of fetch with polyfilled URLSearchParams, #674
      • Fixed an edge case of String#replaceAll with an empty search value
      • Added compat data for Chrome 80
      • package-lock.json no longer generated in libraries
    • 3.3.3 - 2019-10-21
      • gopher removed from URL special cases per this issue and this PR
      • Added compat data for iOS 13 and Node 13.0
    • 3.3.2 - 2019-10-14
      • Fixed compatibility of core-js-compat with Node 6 and Yarn, #669
    • 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
    • 3.2.0 - 2019-08-08
      • Promise.allSettled moved to stable ES, per July TC39 meeting
      • Promise.any moved to stage 2, .errors property of AggregateError instances maked non-enumerable, per July TC39 meeting
      • using statement proposal moved to stage 2, added Symbol.asyncDispose, per July TC39 meeting
      • Added Array.isTemplateObject stage 2 proposal, per June TC39 meeting
      • Added Map#updateOrInsert stage 1 proposal, per July TC39 meeting
      • Added a fix for Math.hypot V8 7.7 bug, since it's still not stable without adding results to core-js-compat
      • Added a workaround for APIs where not possible to replace broken native Promise, #579 - added .finally and patched .then to / on native Promise prototype
      • Fixed crashing of Opera Presto, #595
      • Fixed incorrect early breaking of { Map, Set, WeakMap, WeakSet }.deleteAll
      • Fixed some missed dependencies in entry points
      • Added compat data for Node 12.5, FF 67, Safari 13
      • Added support of DISABLE_OPENCOLLECTIVE env variable to postinstall script
      • Removed core-js-pure dependency from core-js-compat, #590
      • Fixed generation of core-js-compat on Windows, #606
    • 3.1.4 - 2019-06-15
    • 3.1.3 - 2019-05-27
    • 3.1.2 - 2019-05-21
    • 3.1.1 - 2019-05-20
    • 3.1.0 - 2019-05-19
    • 3.0.1 - 2019-04-06
    • 3.0.0 - 2019-03-19
    • 3.0.0-beta.20 - 2019-03-17
    • 3.0.0-beta.19 - 2019-03-14
    • 3.0.0-beta.18 - 2019-03-09
    • 3.0.0-beta.17 - 2019-03-09
    • 3.0.0-beta.16 - 2019-02-18
    • 3.0.0-beta.15 - 2019-02-09
    • 3.0.0-beta.14 - 2019-02-07
    • 3.0.0-beta.13 - 2019-02-04
    • 3.0.0-beta.12 - 2019-02-02
    • 3.0.0-beta.11 - 2019-01-27
    • 3.0.0-beta.10 - 2019-01-22
    • 3.0.0-beta.9 - 2019-01-17
    • 3.0.0-beta.8 - 2019-01-10
    • 3.0.0-beta.7 - 2018-12-27
    • 3.0.0-beta.6 - 2018-12-18
    • 3.0.0-beta.5 - 2018-12-11
    • 3.0.0-beta.4 - 2018-12-04
    • 3.0.0-beta.3 - 2018-06-07
    • 3.0.0-beta.2 - 2018-05-26
    • 3.0.0-beta.1 - 2018-05-19
    • 3.0.0-alpha.4 - 2018-04-09
    • 3.0.0-alpha.3 - 2018-03-30
    • 3.0.0-alpha.2 - 2018-03-27
    • 3.0.0-alpha.1 - 2018-03-26
    • 2.6.10 - 2019-10-13
      • Show similar postinstall messages only once per npm i, #597
    • 2.6.9 - 2019-05-27
    • 2.6.8 - 2019-05-21
    • 2.6.7 - 2019-05-20
    • 2.6.6 - 2019-05-19
    • 2.6.5 - 2019-02-15
    • 2.6.4 - 2019-02-07
    • 2.6.3 - 2019-01-22
    • 2.6.2 - 2019-01-10
    • 2.6.1 - 2018-12-18
    • 2.6.0 - 2018-12-05
    • 2.5.7 - 2018-05-26
  • from core-js GitHub release notes
------------

馃 View latest project report

馃洜 Adjust upgrade PR settings

馃敃 Ignore this dependency or unsubscribe from future upgrade PRs

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