This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
core-js | 3.32.2 -> 3.33.0 |
v3.33.0
RegExp
escaping stage 2 proposal, September 2023 TC39 meeting:
RegExp.escape
method with the new set of symbols for escapingcore-js
, but it was removed after rejecting the old version of this proposalArrayBuffer.prototype.{ transfer, transferToFixedLength }
and support transferring of ArrayBuffer
s via structuredClone
to engines with MessageChannel
Math.f16round
polyfillMath.f16round
and DataView.prototype.{ getFloat16, setFloat16 }
Observable
proposal because of incompatibility with the new WHATWG Observable
proposal
Symbol
polyfill, #1289
Iterator
helpers because of some Web compatibility issues
Promise.withResolvers
marked as supported from V8 ~ Chrome 119
Array
grouping proposal features marked as supported from FF119
value
argument of URLSearchParams.prototype.{ has, delete }
marked as properly supported from V8 ~ Chrome 118URL.canParse
and URLSearchParams.prototype.size
marked as supported from Bun 1.0.2
This MR has been generated by Renovate Bot.