superset
superset copied to clipboard
build(deps): bump core-js from 3.8.3 to 3.36.1 in /superset-frontend/packages/superset-ui-demo
Bumps core-js from 3.8.3 to 3.36.1.
Changelog
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
queueMicrotaskarity- Added a fix of Bun
URL.canParsearity- Added a fix of Bun
SuppressedErrorextra arguments support and arity- Compat data improvements:
valueargument 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 }andatobmarked 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
3.36.0 - 2024.02.14
ArrayBuffer.prototype.transferand friends proposal:
- Built-ins:
ArrayBuffer.prototype.detachedArrayBuffer.prototype.transferArrayBuffer.prototype.transferToFixedLength- Moved to stable ES, Febrary 2024 TC39 meeting
- Added
es.namespace modules,/es/and/stable/namespaces entriesUint8Arrayto / from base64 and hex proposal:
- Methods:
Uint8Array.fromBase64Uint8Array.fromHexUint8Array.prototype.toBase64Uint8Array.prototype.toHex- Moved to stage 3, Febrary 2024 TC39 meeting
- Added
/actual/namespace entries- Skipped adding new methods of writing to existing arrays to clarification some moments
Promise.tryproposal has been resurrected and moved to stage 2, Febrary 2024 TC39 meeting- Added an entry point for the new TC39 proposals stage -
core-js/stage/2.7- still empty- Fixed regression in
Set.prototype.intersectionfeature detection- Fixed a missed check in
Array.prototype.{ indexOf, lastIndexOf, includes }, #1325, thanks@minseok-choe- Fixed a missed check in
Array.prototype.{ reduce, reduceRight }, #1327, thanks@minseok-choe- Fixed
Array.fromand some other methods with proxy targets, #1322, thanks@minseok-choe- Fixed dependencies loading for modules from
ArrayBuffer.prototype.transferand friends proposal in some specific cases in IE10-- Dropped context workaround from collection static methods entries since with current methods semantic it's no longer required
- Added instance methods polyfills to entries of collections static methods that produce collection instances
- Added missed
Date.prototype.toJSONtoJSON.stringifyentries dependencies- Added debugging info in some missed cases
- Compat data improvements:
{ Map, Object }.groupBy,Promise.withResolvers,ArrayBuffer.prototype.transferand friends marked as supported from Safari 17.4- New
Setmethods fixed and marked as supported from V8 ~ Chrome 123- Added Deno 1.40 compat data mapping
Symbol.metadatamarked as supported from Deno 1.40.4- Updated Electron 30 compat data mapping
... (truncated)
Commits
454d98c3.36.1cdc614dadd a fix of BunSuppressedErrorextra arguments support and arityb581928fix a typo50fad42add a fix of BunURL.canParsearity7532b42fix a typo79ace5cadd a fix for BunqueueMicrotaskarityafb097dedit array-from.js805f352Fix Object.setPrototypeOf77123c43.36.0a3d51edfix dependencies loading for modules fromArrayBuffer.prototype.transferan...- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by zloirock, a new releaser for core-js since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
@dependabot rebase
@dependabot recreate
Superseded by #28239.