Bump core-js from 3.33.3 to 3.34.0 in /frontend
Compare changes
Files
2+ 7
− 7
@@ -8,7 +8,7 @@
@@ -4114,9 +4114,9 @@
@@ -13311,9 +13311,9 @@
Bumps core-js from 3.33.3 to 3.34.0.
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
bc16b93
3.34.019bd058
fix RegExp
named capture groups object prototypebedf292
relax some specific cases of Number.fromString
validation before clarificat...27ce99b
fix an-uint8-array
validation with polyfilled typed arrays98f3276
fix a web incompatibility issue of Iterator
helpers proposald27aa04
some stylistic changes6ea90d5
add some testsbcb3297
add some entriesa75c128
add .fromBase64
method319c69a
add .toBase64
method$dependabot rebase
will rebase this MR$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts