Monkey-Mouse / mo2

blog with go
MIT License
11 stars 4 forks source link

[Snyk] Upgrade core-js from 3.9.0 to 3.9.1 #219

Closed snyk-bot closed 3 years ago

snyk-bot commented 3 years ago

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

: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.


Release notes
Package name: core-js
  • 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
  • 3.9.0 - 2021-02-18
    • Added Array find from last stage 1 proposal
      • Array#findLast
      • Array#findLastIndex
      • %TypedArray%#findLast
      • %TypedArray%#findLastIndex
    • Added %TypedArray%#uniqueBy method for array deduplication stage 1 proposal
      • %TypedArray%#uniqueBy
    • Dropped ToLength detection from array methods feature detection which could cause hanging FF11-21 and some versions of old WebKit, #764
    • Minified bundle from core-js-bundle uses terser instead of uglify-js
from core-js GitHub release notes
Commit messages
Package name: core-js
  • 50073b3 3.9.1
  • a329c50 update dependencies
  • 2394dac added a workaround for Chrome 38-40 bug which does not allow to inherit symbols (incl. well-known) from DOM collections prototypes to instances
  • a136e4d update `eslint`
  • a392631 update dependencies
  • cdae214 compress `__webpack_require__` with `keep_fnames` option
  • a9c10da use `NumericRangeIterator` as toStringTag instead of `RangeIterator` in `{ Number, BigInt }.range` iterator
  • b679f3a Merge pull request #913 from roadupcc/patch-1
  • bb1eaa6 mark TypedArray constructors as supported from Safari 14.0
  • 64f3dc4 update dependencies
  • 89d9e04 update the changelog
  • 80dda60 update dependencies
  • eb197db add mapping iOS 14.5 -> Safari 14.1
  • 6d4f894 Update 2019-03-19-core-js-3-babel-and-a-look-into-the-future.md
  • 1120528 add `repository.directory` to `packages/*/package.json`
  • 647b55d update compat data mapping for mobile Opera
  • 95a6f55 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

codecov[bot] commented 3 years ago

Codecov Report

Merging #219 (13665f4) into main (c960797) will not change coverage. The diff coverage is n/a.

:exclamation: Current head 13665f4 differs from pull request most recent head 42572e3. Consider uploading reports for the commit 42572e3 to get more accurate results Impacted file tree graph

@@           Coverage Diff           @@
##             main     #219   +/-   ##
=======================================
  Coverage   34.56%   34.56%           
=======================================
  Files          34       34           
  Lines        1756     1756           
=======================================
  Hits          607      607           
  Misses       1077     1077           
  Partials       72       72