dependabot npm(deps): bump core-js from 3.33.3 to 3.34.0
Bumps core-js from 3.33.3 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 FF121
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