This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
core-js (source) | devDependencies | minor | 3.35.1 -> 3.36.0 |
v3.36.0
ArrayBuffer.prototype.transfer
and friends proposal:
ArrayBuffer.prototype.detached
ArrayBuffer.prototype.transfer
ArrayBuffer.prototype.transferToFixedLength
es.
namespace modules, /es/
and /stable/
namespaces entriesUint8Array
to / from base64 and hex proposal:
Uint8Array.fromBase64
Uint8Array.fromHex
Uint8Array.prototype.toBase64
Uint8Array.prototype.toHex
/actual/
namespace entriesPromise.try
proposal has been resurrected and moved to stage 2, Febrary 2024 TC39 meeting
core-js/stage/2.7
- still emptySet.prototype.intersection
feature detectionArray.prototype.{ indexOf, lastIndexOf, includes }
, #1325, thanks @minseok-choe
Array.prototype.{ reduce, reduceRight }
, #1327, thanks @minseok-choe
Array.from
and some other methods with proxy targets, #1322, thanks @minseok-choe
ArrayBuffer.prototype.transfer
and friends proposal in some specific cases in IE10-Date.prototype.toJSON
to JSON.stringify
entries dependencies{ Map, Object }.groupBy
, Promise.withResolvers
, ArrayBuffer.prototype.transfer
and friends marked as supported from Safari 17.4
Set
methods fixed and marked as supported from V8 ~ Chrome 123Symbol.metadata
marked as supported from Deno 1.40.4
This MR has been generated by Renovate Bot.