This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
core-js | 3.31.1 -> 3.32.0 |
v3.32.0
Array
grouping proposal, July 2023 TC39 meeting updates:
/actual/
namespaces entries, unconditional forced replacement changed to feature detectionPromise.withResolvers
proposal, July 2023 TC39 meeting updates:
/actual/
namespaces entries, unconditional forced replacement changed to feature detectionSet
methods stage 3 proposal, July 2023 TC39 meeting updates:
Set
sizes, proposal-set-methods/88
IsCallable
check in GetKeysIterator
, proposal-set-methods/101
String
wrapper objects, July 2023 TC39 meeting update, proposal-iterator-helpers/281
Iterator
is not constructible from the active function object (works as an abstract class)/actual/
namespace entries, unconditional forced replacement changed to feature detection[@@​dispose]()
method when hint is async-dispose
, proposal-explicit-resource-management/180
Float16Array
stage 3 proposal:
Float16Array
right now, however, make sense to add some methods from this proposal.Math.f16round
DataView.prototype.getFloat16
DataView.prototype.setFloat16
DataView
get / set Uint8Clamped
methods stage 1 proposal:
DataView.prototype.getUint8Clamped
DataView.prototype.setUint8Clamped
value
argument of URLSearchParams.prototype.{ has, delete }
Set
methods implementation by the actual specSymbol.{ dispose, asyncDispose }
descriptors from NodeJS 20.4 / transpilers helpers / userland codeAsyncIteratorPrototype
core-js/configurator
option, #1268
Iterator
helpers proposal features marked as supported from V8 ~ Chrome 117Array
grouping proposal features marked as supported from V8 ~ Chrome 117Symbol.{ dispose, asyncDispose }
as supported from NodeJS 20.5.0 (as mentioned above, NodeJS 20.4.0 add it, but with incorrect descriptors)This MR has been generated by Renovate Bot.