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.19.0 to 3.19.1 #299

Merged
merged 1 commit into from
Nov 4, 2021

Conversation

snyk-bot
Copy link
Contributor

@snyk-bot snyk-bot commented Nov 4, 2021

Snyk has created this PR to upgrade core-js from 3.19.0 to 3.19.1.

ℹ️ 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 1 version ahead of your current version.
  • The recommended version was released 2 days ago, on 2021-11-02.
Release notes
Package name: core-js
  • 3.19.1 - 2021-11-02
    • Added a workaround for FF26- bug where ArrayBuffers are non-extensible, but Object.isExtensible does not report it:
      • Fixed in Object.{ isExtensible, isSealed, isFrozen } and Reflect.isExtensible
      • Fixed handling of ArrayBuffers as collections keys
    • Fixed Object#toString on AggregateError in IE10-
    • Fixed possible lack of dependencies of WeakMap in IE8-
    • .findLast methods family marked as supported from Chrome 97
    • Fixed inheritance of Electron compat data web. modules
    • Fixed Safari 15.1 compat data (some features were not added)
    • Added iOS Safari 15.1 compat data mapping
  • 3.19.0 - 2021-10-25
    • Most built-ins are encapsulated in core-js for preventing possible cases of breaking / observing the internal state by patching / deleting of them
      • Avoid .call / .apply prototype methods that could be patched
      • Avoid instanceof operator - implicit .prototype / @@ hasInstance access that could be patched
      • Avoid RegExp#test, String#match and some over methods - implicit .exec and RegExp well-known symbols access that could be patched
    • Clearing of Error stack from extra entries experimentally added to AggregateError, #996, in case lack of problems it will be extended to other cases
    • In engines with native Symbol support, new well-known symbols created with usage Symbol.for for ensuring the same keys in different realms, #998
    • Added a workaround of a BrowserFS NodeJS process polyfill bug that incorrectly reports V8 version that's used in some cases of core-js feature detection
    • Fixed normalization of message AggregateError argument
    • Fixed order of arguments conversion in Math.scale, a spec draft bug
    • Fixed core-js-builder work in NodeJS 17, added a workaround of webpack + NodeJS 17 issue
    • Added NodeJS 17.0 compat data mapping
    • Added Opera Android 65 compat data mapping
    • Updated Electron 16.0 compat data mapping
    • Many other minor fixes and improvements
from core-js GitHub release notes
Commit messages
Package name: core-js
  • 1f16f36 3.19.1
  • 8faf019 update dependencies
  • 55b232c add a workaround for FF26- bug where `ArrayBuffer`s are non-extensible, but `Object.isExtensible` does not report it
  • 50da74b fix `Object#toString` on `AggregateError` in IE10-
  • 9dae65f replace a link
  • 361b0b4 mark `.findLast` methods family as supported from Chrome 97
  • d6d2f45 update dependencies
  • 56cf07d update dependencies
  • ddc34d8 update dependencies
  • f02b34b update dependencies
  • 4ef55e1 fix inheritance of Electron compat data `web.` modules
  • 6c8e95f simplify `AggregateError` constructor
  • 253669b update dependencies
  • 1988ef9 add iOS Safari 15.1 compat data mapping
  • 64a4530 fix Safari 15.1 compat data
  • b727353 update dependencies

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

@rafa8626 rafa8626 merged commit 84bf340 into master Nov 4, 2021
@rafa8626 rafa8626 deleted the snyk-upgrade-dabbcfd1b8223100dfd75ee380757374 branch November 4, 2021 10:40
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