Skip to content

dependabot npm(deps): bump core-js from 3.22.7 to 3.22.8

Depen d'Abot requested to merge dependabot-npm_and_yarn-core-js-3.22.8 into master

Bumps core-js from 3.22.7 to 3.22.8.

Changelog

Sourced from core-js's changelog.

3.22.8 - 2022.06.02
  • Fixed possible multiple call of ToBigInt / ToNumber conversion of the argument passed to %TypedArray%.prototype.fill in V8 ~ Chrome < 59, Safari < 14.1, FF < 55, Edge <=18
  • Fixed some cases of DeletePropertyOrThrow in IE9-
  • Fixed the kind of error (TypeError instead of Error) on incorrect exec result in RegExp.prototype.test polyfill
  • Fixed dependencies of { actual, full, features }/typed-array/at entries
  • Added Electron 20.0 compat data mapping
  • Added iOS Safari 15.5 compat data mapping
  • Refactoring
Commits
  • 18a2e90 3.22.8
  • b931062 temporarily revert change the order of operations in `%TypedArray%.prototype....
  • 0460543 fix #1086
  • 9fed52d fix some cases of DeletePropertyOrThrow in IE9-
  • 6f9bf9e fix possible multiple call of ToBigInt / ToNumber conversion of the argum...
  • c04e4e1 fix a helper name
  • 7687c2b add iOS Safari 15.5 compat data mapping
  • 3837bf8 some %TypedArray% methods fixes
  • 6870c2a avoid some unnecessary global
  • 373e276 extract doesNonExceededSafeInteger helper
  • Additional commits viewable in compare view

Merge request reports

Loading