dependabot npm(deps): bump core-js from 3.32.0 to 3.32.1
Bumps core-js from 3.32.0 to 3.32.1.
Changelog
Sourced from core-js's changelog.
3.32.1 - 2023.08.19
- Fixed some cases of IEEE754 rounding, #1279, thanks
@petamoriken
- Prevented injection
process
polyfill tocore-js
via some bundlers oresm.sh
, #1277- Some minor fixes and stylistic changes
- Compat data improvements:
Promise.withResolvers
marked as supported from Bun 0.7.1- Added Opera Android 77 compat data mapping
- Updated Electron 27 compat data mapping
Commits
-
5dabb13
3.32.1 -
ad0c6f1
revieweslint
core rules: enforceSymbol
description -
bc32a7f
revieweslint
core rules: disallownull
comparisons without type-checking... -
98994ff
revieweslint
core rules: enforce the use of variables within the scope the... -
acaadf7
revieweslint
core rules: disallow "Yoda" conditions -
9eb7f3a
Fix for lint -
52fe148
Fix IEEE754 rounding rule from truncation to roundTiesToEven -
cd1d1d4
prevent injectionprocess
polyfill tocore-js
via some bundlers or `esm.s... -
bc87aae
enableeqeqeq
, close #1225 - See full diff in compare view