Update dependency core-js to v3.35.1
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| core-js (source) | devDependencies | patch | 3.35.0 -> 3.35.1 |
Release Notes
zloirock/core-js (core-js)
v3.35.1
- Fixed internal
ToLengthoperation with bigints, #1318 - Removed significant redundant code from
String#splitpolyfill - Fixed setting names of methods with symbol keys in some old engines
- Minor fix of prototype methods export logic in the pure version
- Compat data improvements:
-
Iteratorhelpers proposal methods marked as supported from V8 ~ Chrome 122 - Note that V8 ~ Chrome 122 add
Setmethods, but they have a bug similar to Safari -
selfmarked as fixed from Bun 1.0.22 -
SuppressedErrorandSymbol.{ dispose , asyncDispose }marked as supported from Bun 1.0.23 - Added Oculus Quest Browser 31 compat data mapping
- Updated Electron 29 and added Electron 30 compat data mapping
-
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.