dependabot npm(deps): bump core-js from 3.35.0 to 3.35.1
Bumps core-js from 3.35.0 to 3.35.1.
Changelog
Sourced from core-js's changelog.
3.35.1 - 2024.01.21
- Fixed internal
ToLength
operation with bigints, #1318- Removed significant redundant code from
String#split
polyfill- 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:
Iterator
helpers proposal methods marked as supported from V8 ~ Chrome 122- Note that V8 ~ Chrome 122 add
Set
methods, but they have a bug similar to Safariself
marked as fixed from Bun 1.0.22SuppressedError
andSymbol.{ 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
Commits
-
02c96bf
3.35.1 -
82ab796
minor fix of prototype methods export logic in the pure version -
a92b8bb
fix a typo in a comment -
2e87d77
tweakString#split
setting -
299f9cd
fixed setting names of methods with symbol keys in some old engines -
3c592f0
removed significant redundant code fromString#split
polyfill -
3928aec
fix abstract operation -
f196dc2
dropforced: true
added for testing -
5b960e3
drop an extrastringIndexOf
fromes.string.replace-all
-
1cdaab2
bump current year - Additional commits viewable in compare view