dependabot npm(deps): bump core-js from 3.33.2 to 3.33.3
Bumps core-js from 3.33.2 to 3.33.3.
Changelog
Sourced from core-js's changelog.
3.33.3 - 2023.11.20
- Fixed an issue getting the global object on Duktape, #1303
- Avoid sharing internal
[[DedentMap]]
fromString.dedent
proposal betweencore-js
instances before stabilization of the proposal- Some internal untangling
- Compat data improvements:
- Added Deno 1.38 compat data mapping
Array.fromAsync
marked as supported from Deno 1.38Symbol.{ dispose, asyncDispose }
marked as supported from Deno 1.38- Added Opera Android 79 compat data mapping
- Added Oculus Quest Browser 30 compat data mapping
- Updated Electron 28 and 29 compat data mapping
Commits
-
a18759b
3.33.3 -
d35fcf8
avoid sharing internal[[DedentMap]]
fromString.dedent
proposa between `... -
ddba98d
fix global object retrieval on Duktape -
2ce8c88
add a missed link -
c052d2d
updateeslint-plugin-es-x
-
395cdab
fix a copy-paste bug in comment -
cca57be
use nativeparseInt
inesnext.number.from-string
for untangling - See full diff in compare view