Bump core-js from 3.36.0 to 3.36.1 in /frontend
Compare changes
Bumps core-js from 3.36.0 to 3.36.1.
Sourced from core-js's changelog.
3.36.1 - 2024.03.19
- Changes v3.36.0...v3.36.1
- Fixed some validation cases in
Object.setPrototypeOf
, #1329, thanks@minseok-choe
- Fixed the order of validations in
Array.from
, #1331, thanks@minseok-choe
- Added a fix of Bun
queueMicrotask
arity- Added a fix of Bun
URL.canParse
arity- Added a fix of Bun
SuppressedError
extra arguments support and arity- Compat data improvements:
value
argument ofURLSearchParams.prototype.{ has, delete }
marked as supported from Bun 1.0.31- Added React Native 0.74 Hermes compat data,
Array.prototype.{ toSpliced, toReversed, with }
andatob
marked as supported- Added Deno 1.41.3 compat data mapping
- Added Opera Android 81 compat data mapping
- Added Samsung Internet 25 compat data mapping
- Added Oculus Quest Browser 32 compat data mapping
- Updated Electron 30 compat data mapping
454d98c
3.36.1cdc614d
add a fix of Bun SuppressedError
extra arguments support and arityb581928
fix a typo50fad42
add a fix of Bun URL.canParse
arity7532b42
fix a typo79ace5c
add a fix for Bun queueMicrotask
arityafb097d
edit array-from.js805f352
Fix Object.setPrototypeOf$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts