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 2.6.10 to 3.4.5 #13

Merged
merged 1 commit into from Dec 8, 2019

Conversation

snyk-bot
Copy link
Contributor

@snyk-bot snyk-bot commented Dec 7, 2019

Snyk has created this PR to upgrade core-js from 2.6.10 to 3.4.5.

ℹ️ 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.

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 10 days ago, on 2019-11-27.
Release notes
Package name: core-js
  • 3.4.5 - 2019-11-27
    • Detect incorrect order of operations in Object.assign, MS Edge bug
    • Detect usage of ToLength in Array#{ filter, map }, FF48-49 and MS Edge 14- issues
    • Detect incorrect MS Edge 17-18 Reflect.set which allows setting the property to object with non-writable property on the prototype
    • Fixed inspectSource helper with multiple core-js copies and some related features like some edge cases of Promise feature detection
  • 3.4.4 - 2019-11-27
    • Added feature detection for Safari non-generic Promise#finally bug (critical for core-js-pure)
    • Fixed missed esnext.string.code-points in core-js/features/string entry point
    • Updated Iterator proposal feature detection for the case of non-standard Iterator in FF44-
  • 3.4.3 - 2019-11-26
    • Fixed missed es.json.stringify and some modules from iteration helpers proposal in some entry points
    • Added a workaround of String#{ endsWith, startsWith } MDN polyfills bugs, #702
    • Fixed .size property descriptor of Map / Set in the pure version
    • Refactoring, some internal improvements
  • 3.4.2 - 2019-11-21
    • Don't use polyfilled symbols as internal uids, a workaround for some incorrect use cases
    • String#replaceAll is available only in nightly FF builds
    • Improved Promise feature detection for the case of V8 6.6 with multiple core-js copies
    • Some internals optimizations
    • Added Node 13.2 -> V8 7.9 compat data mapping
    • Returned usage of node -e in postinstall scripts
  • 3.4.1 - 2019-11-12
  • 3.4.0 - 2019-11-06
  • 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
  • 3.3.1 - 2019-10-13
  • 3.3.0 - 2019-10-13
  • 3.2.1 - 2019-08-12
  • 3.2.0 - 2019-08-08
  • 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
from core-js GitHub release notes

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

@drakeg drakeg merged commit 01da432 into master Dec 8, 2019
@drakeg drakeg deleted the snyk-upgrade-0253904963ce0a2acde9c9a705cfdc12 branch May 26, 2020 20:52
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