dependabot npm(deps): bump core-js from 3.27.1 to 3.27.2
Bumps core-js from 3.27.1 to 3.27.2.
Changelog
Sourced from core-js's changelog.
3.27.2 - 2023.01.19
Set
methods proposal updates:
- Closing of iterators of
Set
-like objects on early exit, proposal-set-methods/85- Some other minor internal changes
- Added one more workaround of a
webpack
dev server bug on IE global methods, #1161- Fixed possible
String.{ raw, cooked }
error with empty template array- Used non-standard V8
Error.captureStackTrace
instead of stack parsing in new error classes / wrappers where it's possible- Added detection correctness of iteration to
Promise.{ allSettled, any }
feature detection, Hermes issue- Compat data improvements:
- Change
Array
by copy proposal marked as supported from V8 ~ Chrome 110- Added Samsung Internet 20 compat data mapping
- Added Quest Browser 25 compat data mapping
- Added React Native 0.71 Hermes compat data
- Added Electron 23 and 24 compat data mapping
self
marked as fixed in Deno 1.29.3, deno/17362- Minor tweaks of minification settings for
core-js-bundle
- Refactoring, some minor fixes, improvements, optimizations
Commits
-
c56b97f
3.27.2 -
20ab9c5
coerce negative set size inget-set-record
to 0 -
64b52bf
since nowmake-built-in
used in runtime, make some operations unobservable -
0d2f278
simplify iteration inSet#{ isDisjointFrom, isSupersetOf }
-
b4d713b
some stylistic fixes -
32cbd8f
closing of iterators ofSet
-like objects on early exit -
7f8fce9
add detection correctness of iteration toPromise.{ allSettled, any }
featu... -
4eeb86b
updateeslint-plugin-import
-
d7716d4
one more #1161 workaround, for the pure version export context case -
47bdf63
add one more workaround of awebpack
dev server bug on IE global methods, c... - Additional commits viewable in compare view