Skip to content

dependabot npm(deps): bump core-js from 3.25.3 to 3.25.4

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

Bumps core-js from 3.25.3 to 3.25.4.

Changelog

Sourced from core-js's changelog.

3.25.4 - 2022.10.03
  • Added a workaround of a Nashorn bug with Function.prototype.{ call, apply, bind } on string methods, #1128
  • Updated lists of [Serializable] and [Transferable] objects in the structuredClone polyfill. Mainly, for better error messages if polyfilling of cloning such types is impossible
  • Array.prototype.{ group, groupToMap } marked as supported from V8 ~ Chromium 108
  • Added Electron 22 compat data mapping
Commits
  • d59e440 3.25.4
  • d76041c update lists of [Serializable] and [Transferable] objects in the `structu...
  • fd7812a some stylistic changes, improve a note
  • afcc148 update dependencies
  • 14364db add Electron 22 compat data mapping
  • 3172ef6 Merge pull request #1131 from AprilArcus/april/1130
  • 8bd8508 Fix more Nashorn problems
  • 44fe613 fix no-unused-vars setting
  • 9307fb7 Merge pull request #1129 from AprilArcus/april/1128
  • 775f6ba some fixes
  • Additional commits viewable in compare view

Merge request reports