Skip to content

Bump core-js from 3.29.0 to 3.33.3

dependabot requested to merge dependabot-npm_and_yarn-core-js-3.33.3 into main

Bumps core-js from 3.29.0 to 3.33.3.

Changelog

Sourced from core-js's changelog.

3.33.3 - 2023.11.20
3.33.2 - 2023.10.31
  • Simplified structuredClone polyfill, avoided second tree pass in cases of transferring
  • Added support of SuppressedError to structuredClone polyfill
  • Removed unspecified unnecessary ArrayBuffer and DataView dependencies of structuredClone lack of which could cause errors in some entries in IE10-
  • Fixed handling of fractional number part in Number.fromString
  • Compat data improvements:
3.33.1 - 2023.10.20
3.33.0 - 2023.10.02

... (truncated)

Commits
  • a18759b 3.33.3
  • d35fcf8 avoid sharing internal [[DedentMap]] from String.dedent proposa between `...
  • ddba98d fix global object retrieval on Duktape
  • 2ce8c88 add a missed link
  • c052d2d update eslint-plugin-es-x
  • 395cdab fix a copy-paste bug in comment
  • cca57be use native parseInt in esnext.number.from-string for untangling
  • 7cbd6b5 3.33.2
  • ffc6984 temporarily drop unspecified special cases from Number.fromString before cl...
  • f7b095e fix handling of fractional number part and some special cases in `Number.from...
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports