fix(deps): update dependency core-js to v3.46.0 #1519
+5
−5
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.43.0
->3.46.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
zloirock/core-js (core-js)
v3.46.0
Compare Source
Map
upsert stage 3 proposal:WeakMap.prototype.getOrInsertComputed
bug with callback calling before validation a keyIterator
chunking proposal:Iterator.prototype.chunks
Iterator.prototype.windows
Iterator.prototype.sliding
method replaced with an extra parameter ofIterator.prototype.windows
method, tc39/proposal-iterator-chunking/#24, tc39/proposal-iterator-chunking/#26Iterator.zip
andIterator.zipKeyed
behavior withmode: 'longest'
option, #1469, thanks @lionel-roweObject.groupBy
andIterator.zipKeyed
together withSymbol
polyfill - some cases of symbol keys on resultnull
-prototype object were able to leak out tofor-in
Map
upsert proposal features marked as shipped from FF144v3.45.1
Compare Source
Map
upsert proposal with polyfilled methods in the pure versionbugs
fields topackage.json
of all packagesMap
upsert proposal features marked as shipped from Bun 1.2.20v3.45.0
Compare Source
Uint8Array
to / from base64 and hex proposal:Uint8Array.fromBase64
Uint8Array.fromHex
Uint8Array.prototype.setFromBase64
Uint8Array.prototype.setFromHex
Uint8Array.prototype.toBase64
Uint8Array.prototype.toHex
es.
namespace modules,/es/
and/stable/
namespaces entriesUint8Array
fromBase64 / setFromBase64 does not throw an error on incorrect length of base64 stringMath.sumPrecise
proposal:Math.sumPrecise
es.
namespace module,/es/
and/stable/
namespaces entriesIterator
sequencing proposal:Iterator.concat
/actual/
namespace entries, unconditional forced replacement changed to feature detectionMap
upsert proposal:Map.prototype.getOrInsert
Map.prototype.getOrInsertComputed
WeakMap.prototype.getOrInsert
WeakMap.prototype.getOrInsertComputed
/actual/
namespace entries, unconditional forced replacement changed to feature detectionIterator
methods/stage/
entriesUint8Array
to / from base64 and hex proposal features marked as supported from V8 ~ Chromium 140Uint8Array.{ fromBase64, prototype.setFromBase64 }
marked as unsupported in Safari and supported only from Bun 1.2.20 because of a bug: it does not throw an error on incorrect length of base64 string%TypedArray%.prototype.with
marked as fixed in Safari 26.0v3.44.0
Compare Source
Uint8Array
to / from base64 and hex stage 3 proposal:Uint8Array.fromHex
andUint8Array.prototype.{ setFromBase64, toBase64, toHex }
, thanks @brc-ddGet
inIterator.zipKeyed
, following tc39/proposal-joint-iteration#43Iterator
sequencing stage 2.7 proposal:Iterator.concat
no longer reusesIteratorResult
object of concatenated iterators, following tc39/proposal-iterator-sequencing#26Iterator
chunking stage 2 proposal:Iterator.prototype.sliding
Number.prototype.clamp
stage 2 proposal:clamp
no longer throws an error onNaN
asmin
ormax
, following tc39/proposal-math-clamp#d2387791c265edf66fbe2455eab919016717ce6fSet.prototype.{ symmetricDifference, union }
detectionIterator
methods/full/{ instance, number/virtual }/clamp
entriesIterator
helpers marked as fixed and updated following the latest spec changes in Safari 26.0Set.prototype.{ difference, symmetricDifference, union }
marked as fixed in Safari 26.0SuppressedError
marked as fixed in FF141Error.isError
marked as fixed in Node 24.3setImmediate
andclearImmediate
marked as available from Deno 2.4Math.sumPrecise
marked as shipped in Bun 1.2.18%TypedArray%.prototype.with
marked as fixed in Bun 1.2.18Configuration
📅 Schedule: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.