Update dependency core-js to v3.38.1
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
core-js (source) | devDependencies | patch | 3.38.0 -> 3.38.1 |
Release Notes
zloirock/core-js (core-js)
v3.38.1
- Changes v3.38.0...v3.38.1
- Fixed some cases of
URLSearchParams
percent decoding, #1357, #1361, thanks @slowcheetah - Some stylistic changes and minor optimizations
- Compat data improvements:
-
Iterator
helpers proposal methods marked as shipped from FF131 -
Math.f16round
andDataView.prototype.{ getFloat16, setFloat16 }
marked as shipped from Bun 1.1.23 -
RegExp.escape
marked as shipped from Bun 1.1.22 -
Promise.try
marked as shipped from Bun 1.1.22 -
Uint8Array
to / from base64 and hex proposal methods marked as shipped from Bun 1.1.22 - Added Hermes 0.13 compat data, similar to React Native 0.75 Hermes
- Added Opera Android 84 compat data mapping
-
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.