Update dependency core-js to v3.35.0
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| core-js (source) | devDependencies | minor | 3.34.0 -> 3.35.0 |
Release Notes
zloirock/core-js (core-js)
v3.35.0
-
{ 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
Symbolpolyfill - Removed unneeded NodeJS domains-related logic from
queueMicrotaskpolyfill - Fixed subclassing of wrapped
ArrayBuffer - Refactoring, many different minor optimizations
- Compat data improvements:
-
Array.fromAsyncmarked as supported from V8 ~ Chrome 121 - It seems that the ancient
Array.prototype.pushbug is fixed in V8 ~ Chrome 122 (Hallelujah!) -
ArrayBuffer.prototype.transferand friends proposal features marked as supported from FF 122 and Bun 1.0.19 -
Object.groupByandMap.groupBymarked as supported from Bun 1.0.19 - Since
Iteratorhelpers 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
-
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.