Skip to content

dependabot npm(deps): bump core-js from 3.23.3 to 3.23.4

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

Bumps core-js from 3.23.3 to 3.23.4.

Changelog

Sourced from core-js's changelog.

3.23.4 - 2022.07.10
  • Added a workaround of the Bun ~ 0.1.1 bug that define some globals with incorrect property descriptors and that causes a crash of core-js
  • Added a fix of the FF103+ structuredClone bugs (1774866 (fixed in FF104) and 1777321 (still not fixed)) that now can clone errors, but .stack of the clone is an empty string
  • Fixed { Map, WeakMap }.prototype.emplace logic, #1102
  • Fixed order of errors throwing on iterator helpers
Commits
  • fe00e9c 3.23.4
  • 369786c minor refactoring
  • 0b5d53d fix .emplace logic, #1102
  • 0134fd1 improve a note
  • e245f94 clarify links to FF bugs
  • 87bf578 add a little more info
  • 0342bfa update a comment
  • e41db12 add a fix for the FF103 structuredClone bug that now can clone errors, but ...
  • cb8d8e0 add a workaround for Bun ~ 0.1.1 bug that define some globals with incorrect ...
  • aeb28b6 use getIteratorDirect for proper order of error throwing on iterator helpers
  • Additional commits viewable in compare view

Merge request reports

Loading