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

[Snyk] Upgrade core-js from 3.9.1 to 3.12.1 #1

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

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade core-js from 3.9.1 to 3.12.1.

merge advice
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 9 versions ahead of your current version.
  • The recommended version was released 22 days ago, on 2021-05-08.
Release notes
Package name: core-js
  • 3.12.1 - 2021-05-08
    • Fixed some cases of Function#toString with multiple core-js instances
    • Fixed some possible String#split polyfill problems in V8 5.1
  • 3.12.0 - 2021-05-06
  • 3.11.3 - 2021-05-05
    • Native promise-based APIs Promise#{ catch, finally } returns polyfilled Promise instances when it's required
  • 3.11.2 - 2021-05-03
    • Added a workaround of WebKit ~ iOS 10.3 Safari Promise bug, #932
    • Promise#then of incorrect native Promise implementations with correct subclassing no longer wrapped
    • Changed the order of Promise feature detection, removed unhandled rejection tracking check in non-browser non-node platforms
  • 3.11.1 - 2021-04-28
    • Made instanceof Promise and .constructor === Promise work with polyfilled Promise for all native promise-based APIs
    • Added a workaround for some buggy V8 versions ~4.5 related to fixing of %TypedArray% static methods, #564
  • 3.11.0 - 2021-04-22
  • 3.10.2 - 2021-04-19
    • URL and URLSearchParams marked as supported from Safari 14.0
    • Polyfilled built-in constructors protected from calling on instances
  • 3.10.1 - 2021-04-07
    • Prevented possible RegExp#split problems in old engines, #751, #919
    • Detection of Safari 10 string padding bug extended to some Safari-based browsers
  • 3.10.0 - 2021-03-31
    • Array find from last proposal moved to the stage 2, March TC39 meeting
    • Prevented possible RegExp#exec problems in some old engines, #920
    • Updated compat data mapping:
      • NodeJS up to 16.0
      • Electron up to 13.0
      • Samsung Internet up to 14.0
      • Opera Android up to 62
      • The rest automatically
  • 3.9.1 - 2021-02-28
    • Added a workaround for Chrome 38-40 bug which does not allow to inherit symbols (incl. well-known) from DOM collections prototypes to instances, #37
    • Used NumericRangeIterator as toStringTag instead of RangeIterator in { Number, BigInt }.range iterator, per this PR
    • TypedArray constructors marked as supported from Safari 14.0
    • Updated compat data mapping for iOS Safari and Opera for Android
from core-js GitHub release notes
Commit messages
Package name: core-js
  • 8752e69 3.12.1
  • 3eb4159 fix some possible `String#split` polyfill problems in V8 5.1
  • 7a7c66b don't load the second global copy of `core-js` in the tests for simplify debugging
  • 1789d3e fix some cases of `Function#toString` with multiple `core-js` instances
  • 240fa25 update dependencies
  • c7170fb update `eslint-plugin-regexp`
  • 4859406 update dependencies
  • 1aadb7b 3.12.0
  • e4de909 fix a typo
  • ee01315 update the changelog
  • 9f8ff89 fix regression of V8 ~ Node 0.12 `Sting(Symbol())` bug, close #933
  • b3afb28 add `Symbol.matcher`
  • 98e421f add `Symbol.metadata`
  • f498ee5 update dependencies
  • bfe345a 3.11.3
  • f26cd0b native promise-based APIs `Promise#{ catch, finally }` returns polyfilled `Promise` instances when it's required
  • e9d9f68 update dependencies
  • 46760b5 update dependencies
  • 040f783 3.11.2
  • e5b874c remove unhandled rejection tracking check in non-browser non-node platforms
  • afc66bc avoid `Promise.resolve` in the main `Promise` feature detection
  • 5623fa3 change the order of `Promise` feature detection
  • e280a0a don't wrap `Promise#then` of incorrect native `Promise` implementations with correct subclassing
  • c78f69d add a workaround of WebKit ~ iOS 10.3 Safari `Promise` instantiation bug, close #932

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 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
Development

Successfully merging this pull request may close these issues.

1 participant