Bump core-js from 3.29.0 to 3.34.0
Bumps core-js from 3.29.0 to 3.34.0.
Changelog
Sourced from core-js's changelog.
3.34.0 - 2023.12.06
Array
grouping proposal:
- Methods:
Object.groupBy
Map.groupBy
- Moved to stable ES, November 2023 TC39 meeting
- Added
es.
namespace modules,/es/
and/stable/
namespaces entriesPromise.withResolvers
proposal:
- Method:
Promise.withResolvers
- Moved to stable ES, November 2023 TC39 meeting
- Added
es.
namespace module,/es/
and/stable/
namespaces entries- Fixed a web incompatibility issue of
Iterator
helpers proposal, proposal-iterator-helpers/287 and some following changes, November 2023 TC39 meeting- Added
Uint8Array
to / from base64 and hex stage 2 proposal:
- Methods:
Uint8Array.fromBase64
Uint8Array.fromHex
Uint8Array.prototype.toBase64
Uint8Array.prototype.toHex
- Relaxed some specific cases of
Number.fromString
validation before clarification of proposal-number-fromstring/24- Fixed
@@toStringTag
property descriptors on DOM collections, #1312- Fixed the order of arguments validation in
Array
iteration methods, #1313- Some minor
atob
/btoa
improvements- Compat data improvements:
Promise.withResolvers
marked as shipped from FF1213.33.3 - 2023.11.20
- Fixed an issue getting the global object on Duktape, #1303
- Avoid sharing internal
[[DedentMap]]
fromString.dedent
proposal betweencore-js
instances before stabilization of the proposal- Some internal untangling
- Compat data improvements:
- Added Deno 1.38 compat data mapping
Array.fromAsync
marked as supported from Deno 1.38Symbol.{ dispose, asyncDispose }
marked as supported from Deno 1.38- Added Opera Android 79 compat data mapping
- Added Oculus Quest Browser 30 compat data mapping
- Updated Electron 28 and 29 compat data mapping
3.33.2 - 2023.10.31
- Simplified
structuredClone
polyfill, avoided second tree pass in cases of transferring- Added support of
SuppressedError
tostructuredClone
polyfill- Removed unspecified unnecessary
ArrayBuffer
andDataView
dependencies ofstructuredClone
lack of which could cause errors in some entries in IE10-- Fixed handling of fractional number part in
Number.fromString
- Compat data improvements:
URL.canParse
marked as supported from Chromium 120- Updated Opera Android 78 compat data mapping
- Added Electron 29 compat data mapping
3.33.1 - 2023.10.20
- Added one more workaround of possible error with
Symbol
polyfill on global object, #1289
... (truncated)
Commits
-
bc16b93
3.34.0 -
19bd058
fixRegExp
named capture groups object prototype -
bedf292
relax some specific cases ofNumber.fromString
validation before clarificat... -
27ce99b
fixan-uint8-array
validation with polyfilled typed arrays -
98f3276
fix a web incompatibility issue ofIterator
helpers proposal -
d27aa04
some stylistic changes -
6ea90d5
add some tests -
bcb3297
add some entries -
a75c128
add.fromBase64
method -
319c69a
add.toBase64
method - 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