Bump core-js from 3.38.1 to 3.39.0 in /webapp
Bumps core-js from 3.38.1 to 3.39.0.
Changelog
Sourced from core-js's changelog.
3.39.0 - 2024.10.31
- Changes v3.38.1...v3.39.0
Iterator
helpers proposal:
- Built-ins:
Iterator
Iterator.from
Iterator.prototype.drop
Iterator.prototype.every
Iterator.prototype.filter
Iterator.prototype.find
Iterator.prototype.flatMap
Iterator.prototype.forEach
Iterator.prototype.map
Iterator.prototype.reduce
Iterator.prototype.some
Iterator.prototype.take
Iterator.prototype.toArray
Iterator.prototype[@@toStringTag]
- Moved to stable ES, October 2024 TC39 meeting
- Added
es.
namespace modules,/es/
and/stable/
namespaces entriesPromise.try
:
- Built-ins:
Promise.try
- Moved to stable ES, October 2024 TC39 meeting
- Added
es.
namespace module,/es/
and/stable/
namespaces entries- Fixed
/actual|full/promise/try
entries for the callback arguments supportMath.sumPrecise
proposal:
- Built-ins:
Math.sumPrecise
- Moved to stage 3, October 2024 TC39 meeting
- Added
/actual/
namespace entries, unconditional forced replacement changed to feature detection- Added
Iterator
sequencing stage 2.7 proposal:
- Added built-ins:
Iterator.concat
Map
upsert stage 2 proposal:
- Updated to the new API following the October 2024 TC39 meeting
- Added built-ins:
Map.prototype.getOrInsert
Map.prototype.getOrInsertComputed
WeakMap.prototype.getOrInsert
WeakMap.prototype.getOrInsertComputed
- Extractors proposal moved to stage 2, October 2024 TC39 meeting
- Usage of
@@species
pattern removed from%TypedArray%
andArrayBuffer
methods, tc39/ecma262/3450:
- Built-ins:
%TypedArray%.prototype.filter
%TypedArray%.prototype.filterReject
%TypedArray%.prototype.map
%TypedArray%.prototype.slice
%TypedArray%.prototype.subarray
ArrayBuffer.prototype.slice
... (truncated)
Commits
-
fe6d2d6
v3.39.0 -
751bbae
addIterator
sequencing stage 2.7 proposal -
227a758
update some links, add some missed links -
4bdfd91
normalizekey
inMap.prototype.getOrInsertComputed
-
2b189d3
validateWeakMap
key beforecallbackfn
call in `WeakMap.prototype.getOrIn... -
e3e9f37
updateMap
upsert proposal to the new API -
fa5b026
update transferable objects list instructuredClone
implementation -
fbc4e4f
remove usage of@@species
pattern from%TypedArray%
andArrayBuffer
met... -
ce0402d
move extractors proposa to stage 2 -
71d37cb
movePromise.try
to stable ES - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts