Bump core-js from 3.33.0 to 3.33.1 in /webapp
Bumps core-js from 3.33.0 to 3.33.1.
Changelog
Sourced from core-js's changelog.
3.33.1 - 2023.10.20
- Added one more workaround of possible error with
Symbol
polyfill on global object, #1289- Directly specified
type: commonjs
inpackage.json
of all packages to avoid potential breakage in future Node versions, see this issue- Prevented potential issue with lack of some dependencies after automatic optimization polyfills of some methods in the pure version
- Some minor internal fixes and optimizations
- Compat data improvements:
String.prototype.{ isWellFormed, toWellFormed }
marked as supported from FF119- Added React Native 0.73 Hermes compat data, mainly fixes of some issues
- Added NodeJS 21.0 compat data mapping
Commits
-
adc588c
3.33.1 -
d47cb73
fixstable/instance/for-each
dependencies -
3bba892
reuseget-built-in-prototype-method
in some entries -
c68c6d7
prevent potential issue with lack of some dependencies after automatic optimi... -
9a76ac2
add one more workaround of possible error withSymbol
polyfill on global ob... -
74582eb
use actualURLSearchParams
iterator@@toStringTag
-
037fced
avoid usage intermediate array iterator inURLSearchParams
iterators -
20302d7
directly specifytype: commonjs
inpackage.json
of all packages to avoid ... -
952c669
update links -
a8fa1d6
dropinternals/object-create
dependency frominternals/error-to-string
- Additional commits viewable in compare view
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