dependabot npm(deps): bump core-js from 3.34.0 to 3.35.0
Bumps core-js from 3.34.0 to 3.35.0.
Changelog
Sourced from core-js's changelog.
3.35.0 - 2023.12.29
{ Map, Set, WeakMap, WeakSet }.{ from, of }
became non-generic, following this and some other notes. Now they can be invoked withoutthis
, but no longer return subclass instances- Fixed handling some cases of non-enumerable symbol keys from
Symbol
polyfill- Removed unneeded NodeJS domains-related logic from
queueMicrotask
polyfill- Fixed subclassing of wrapped
ArrayBuffer
- Refactoring, many different minor optimizations
- Compat data improvements:
Array.fromAsync
marked as supported from V8 ~ Chrome 121- It seems that the ancient
Array.prototype.push
bug is fixed in V8 ~ Chrome 122 (Hallelujah!)ArrayBuffer.prototype.transfer
and friends proposal features marked as supported from FF 122 and Bun 1.0.19Object.groupBy
andMap.groupBy
marked as supported from Bun 1.0.19- Since
Iterator
helpers proposal methods are still not disabled in Deno, the web compatibility issue why it was disabled in Chromium makes no sense for Deno and fixed in the spec, they marked as supported from Deno 1.37- Added Opera Android 80 and updated Opera Android 79 compat data mapping
- Added Samsung Internet 24 compat data mapping
Commits
-
eafff6c
3.35.0 -
63b7e18
simplify handling[[IsHTMLDDA]]
,is-object
case already covered in `is-ca... -
8d46fe0
usetoObject
at the first place for the expected errors order -
a090286
make collections.from
method non-generic -
6e650fb
make collections.of
method non-generic -
87540ce
fix subclassing of wrappedArrayBuffer
-
a7b141b
it seems that the ancientArray.prototype.push
bug is fixed in V8 ~ Chrome ... -
c8a8167
extracta-data-view
helper -
ff68fa6
droparray-slice-simple
since in all current cases of usage it can't take `... -
d5ee26e
join array sorting in one method - Additional commits viewable in compare view