Update dependency core-js to v3.40.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
core-js (source) | devDependencies | minor | 3.39.0 -> 3.40.0 |
Release Notes
zloirock/core-js (core-js)
v3.40.0
- Changes v3.39.0...v3.40.0 (130 commits)
- Added
Error.isError
stage 3 proposal:- Added built-ins:
Error.isError
- We have no bulletproof way to polyfill this method / check if the object is an error, so it's an enough naive implementation that is marked as
.sham
- Added built-ins:
-
Explicit Resource Management stage 3 proposal:
- Updated the way async disposing of only sync disposable resources, tc39/proposal-explicit-resource-management/218
-
Iterator
sequencing stage 2.7 proposal:- Reuse
IteratorResult
objects when possible, tc39/proposal-iterator-sequencing/17, tc39/proposal-iterator-sequencing/18, December 2024 TC39 meeting
- Reuse
- Added a fix of V8 < 12.8 / NodeJS < 22.10 bug with handling infinite length of set-like objects in
Set
methods - Optimized
DataView.prototype.{ getFloat16, setFloat16 }
performance, #1379, thanks @LeviPesin - Dropped unneeded feature detection of non-standard
%TypedArray%.prototype.toSpliced
- Dropped possible re-usage of some non-standard / early stage features (like
Math.scale
) available on global - Some other minor improvements
- Compat data improvements:
-
RegExp.escape
marked as shipped from Safari 18.2 -
Promise.try
marked as shipped from Safari 18.2 -
Math.f16round
andDataView.prototype.{ getFloat16, setFloat16 }
marked as shipped from Safari 18.2 -
Uint8Array
to / from base64 and hex proposal methods marked as shipped from Safari 18.2 -
JSON.parse
source text access proposal features marked as shipped from FF135 -
RegExp.escape
marked as shipped from FF134 -
Promise.try
marked as shipped from FF134 -
Symbol.dispose
,Symbol.asyncDispose
andIterator.prototype[@​@​dispose]
marked as shipped from FF135 -
JSON.parse
source text access proposal features marked as shipped from Bun 1.1.43 - Fixed NodeJS version where
URL.parse
was added - 22.1 instead of 22.0 - Added Deno 2.1 compat data mapping
- Added Rhino 1.8.0 compat data with significant number of modern features
- Added Electron 35 compat data mapping
- Updated Opera 115+ compat data mapping
- Added Opera Android 86 and 87 compat data mapping
-
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.