chore(deps): update dependency core-js to v3.30.1
This MR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| core-js | 3.27.2 -> 3.30.1 |
Release Notes
zloirock/core-js
v3.30.1
- Added a fix for a NodeJS 19.9.0
URL.canParsebug - Compat data improvements:
-
JSON.parsesource text access proposal features marked as supported from V8 ~ Chrome 114 -
ArrayBuffer.prototype.transferand friends proposal features marked as supported from V8 ~ Chrome 114 -
URLSearchParams.prototype.sizemarked as supported from V8 ~ Chrome 113
-
v3.30.0
- Added
URL.canParsemethod, url/763 -
Setmethods proposal:- Removed sort from
Set.prototype.intersection, March 2023 TC39 meeting, proposal-set-methods/94
- Removed sort from
- Iterator Helpers proposals (sync, async):
- Validate arguments before opening iterator, March 2023 TC39 meeting, proposal-iterator-helpers/265
- Explicit Resource Management proposals (sync, async):
-
(Async)DisposableStack.prototype.movemarks the original stack as disposed, #1226 - Some simplifications like proposal-explicit-resource-management/150
-
-
Iterator.rangeproposal:- Moved to Stage 2, March 2023 TC39 meeting
-
Decorator Metadata proposal:
- Returned to usage
Symbol.metadata, March 2023 TC39 meeting, proposal-decorator-metadata/12
- Returned to usage
- Compat data improvements:
-
URLSearchParams.prototype.sizemarked as supported from FF112, NodeJS 19.8 and Deno 1.32 - Added Safari 16.4 compat data
- Added Deno 1.32 compat data mapping
- Added Electron 25 and updated 24 compat data mapping
- Added Samsung Internet 21 compat data mapping
- Added Quest Browser 26 compat data mapping
- Updated Opera Android 74 compat data
-
v3.29.1
- Fixed dependencies of some entries
- Fixed
ToStringconversion / built-ins nature of some accessors -
String.prototype.{ isWellFormed, toWellFormed }marked as supported from V8 ~ Chrome 111 - Added Opera Android 74 compat data mapping
v3.29.0
- Added
URLSearchParams.prototype.sizegetter, url/734 - Allowed cloning resizable
ArrayBuffers in thestructuredClonepolyfill - Fixed wrong export in
/(stable|actual|full)/instance/unshiftentries, #1207 - Compat data improvements:
-
Setmethods proposal marked as supported from Bun 0.5.7 -
String.prototype.toWellFormedmarked as fixed from Bun 0.5.7 - Added Deno 1.31 compat data mapping
-
v3.28.0
3.28.0 - 2023.02.14
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.