Bump core-js from 3.23.1 to 3.23.4 in /webapp
Bumps core-js from 3.23.1 to 3.23.4.
Changelog
Sourced from core-js's changelog.
3.23.4 - 2022.07.10
- Added a workaround of the Bun ~ 0.1.1 bug that define some globals with incorrect property descriptors and that causes a crash of
core-js
- Added a fix of the FF103+
structuredClone
bugs (1774866 (fixed in FF104) and 1777321 (still not fixed)) that now can clone errors, but.stack
of the clone is an empty string- Fixed
{ Map, WeakMap }.prototype.emplace
logic, #1102- Fixed order of errors throwing on iterator helpers
3.23.3 - 2022.06.26
- Changed the order of operations in
%TypedArray%.prototype.toSpliced
following proposal-change-array-by-copy/89- Fixed regression of some IE8- issues
3.23.2 - 2022.06.21
- Avoided creation of extra properties for the handling of
%TypedArray%
constructors in new methods, #1092 (comment)- Added Deno 1.23 compat data mapping
Commits
-
fe00e9c
3.23.4 -
369786c
minor refactoring -
0b5d53d
fix.emplace
logic, #1102 -
0134fd1
improve a note -
e245f94
clarify links to FF bugs -
87bf578
add a little more info -
0342bfa
update a comment -
e41db12
add a fix for the FF103structuredClone
bug that now can clone errors, but ... -
cb8d8e0
add a workaround for Bun ~ 0.1.1 bug that define some globals with incorrect ... -
aeb28b6
usegetIteratorDirect
for proper order of error throwing on iterator helpers - Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by zloirock, a new releaser for core-js since your current version.
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts