flights-search-cli icon indicating copy to clipboard operation
flights-search-cli copied to clipboard

[Snyk] Upgrade core-js from 3.7.0 to 3.8.0

Open snyk-bot opened this issue 3 years ago • 0 comments

Snyk has created this PR to upgrade core-js from 3.7.0 to 3.8.0.

merge advice :information_source: 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 21 days ago, on 2020-11-25.
Release notes
Package name: core-js
  • 3.8.0 - 2020-11-25
    • Added relative indexing method stage 3 proposal
      • Array#at
      • %TypedArray%#at
    • Added Number.range stage 1 proposal
      • Number.range
      • BigInt.range
    • Added array filtering stage 1 proposal
      • Array#filterOut
      • %TypedArray%#filterOut
    • Added array deduplication stage 1 proposal
      • Array#uniqueBy
    • Added code points / code units explicit feature detection in String#at for preventing breakage code which use obsolete String#at proposal polyfill
    • Added the missed (es|stable)/instance/replace-all entries
    • Updated compat data mapping for Opera - from Opera 69, the difference with Chrome versions increased to 14
    • Compat data mapping for modern Android WebView to Chrome moved from targets parser directly to compat data
    • Depracate core-js-builder blacklist option in favor of exclude
  • 3.7.0 - 2020-11-06
    • String#replaceAll moved to the stable ES, per June TC39 meeting
    • Promise.any and AggregateError moved to the stable ES, per July TC39 meeting
    • Added Reflect[@@ toStringTag], per July TC39 meeting
    • Forced replacement of Array#{ reduce, reduceRight } in Chrome 80-82 because of a bug, #766
    • Following the changes in the upsert proposal, { Map, WeakMap }#emplace replace { Map, WeakMap }#upsert, these obsolete methods will be removed in the next major release
    • By the current spec, AggregateError#errors is own data property
    • Added correct iteration closing in the iteration helpers according to the current version of the proposal
    • process.nextTick have a less priority when Promise in the microtask implementation, #855
    • Fixed microtask implementation in engines with MutationObserver, but without document, #865, #866
    • Fixed core-js-builder with an empty (after the targets engines or another filtration) modules list, #822
    • Fixed possible twice call of window.onunhandledrejection, #760
    • Fixed some possible problems related multiple global copies of core-js, #880
    • Added a workaround for 3rd party Reflect.set polyfill bug, #847
    • Updated compat data:
      • Chrome up to 86
      • FF up to 82
      • Safari up to 14
    • Updated compat data mapping:
      • iOS up to 14
      • NodeJS up to 15.0
      • Electron up to 11.0
      • Samsung Internet up to 13.0
      • Opera Android up to 60
      • The rest automatically
    • Updated all required dependencies
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

snyk-bot avatar Dec 17 '20 00:12 snyk-bot