dependabot[bot] opened a new pull request, #37319:
URL: https://github.com/apache/superset/pull/37319

   Updates the requirements on 
[core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) to 
permit the latest version.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/zloirock/core-js/blob/master/CHANGELOG.md";>core-js's 
changelog</a>.</em></p>
   <blockquote>
   <h3><a 
href="https://github.com/zloirock/core-js/releases/tag/v3.48.0";>3.48.0 - 
2026.01.21</a></h3>
   <ul>
   <li>Changes <a 
href="https://github.com/zloirock/core-js/compare/v3.47.0...v3.48.0";>v3.47.0...v3.48.0</a>
 (126 commits)</li>
   <li><a href="https://github.com/tc39/proposal-upsert";><code>Map</code> 
upsert proposal</a>:
   <ul>
   <li>Built-ins:
   <ul>
   <li><code>Map.prototype.getOrInsert</code></li>
   <li><code>Map.prototype.getOrInsertComputed</code></li>
   <li><code>WeakMap.prototype.getOrInsert</code></li>
   <li><code>WeakMap.prototype.getOrInsertComputed</code></li>
   </ul>
   </li>
   <li>Moved to stable ES, <a 
href="https://github.com/tc39/proposals/commit/131e53d6c9e658c6439831a167ed3f7897daf160";>January
 2026 TC39 meeting</a></li>
   <li>Added <code>es.</code> namespace modules, <code>/es/</code> and 
<code>/stable/</code> namespaces entries</li>
   </ul>
   </li>
   <li>Use <code>CreateDataProperty</code> / 
<code>CreateDataPropertyOrThrow</code> in some missed cases, <a 
href="https://redirect.github.com/zloirock/core-js/issues/1497";>#1497</a></li>
   <li>Minor fix / optimization in the <code>RegExp</code> constructor (NCG and 
<code>dotAll</code>) polyfill</li>
   <li>Added some more workarounds for a Safari &lt; 13 bug with silent ignore 
of non-writable array <code>.length</code></li>
   <li>Added detection of a Webkit <a 
href="https://bugs.webkit.org/show_bug.cgi?id=297532";>bug</a>: 
<code>Iterator.prototype.flatMap</code> throws on iterator without 
<code>return</code> method</li>
   <li>Added detection of a V8 ~ Chromium &lt; 144 <a 
href="https://issues.chromium.org/issues/454630441";>bug</a>: 
<code>Uint8Array.prototype.setFromHex</code> throws an error on length-tracking 
views over ResizableArrayBuffer</li>
   <li>Compat data improvements:
   <ul>
   <li><a href="https://github.com/tc39/proposal-upsert";><code>Map</code> 
upsert proposal</a> features marked as <a 
href="https://issues.chromium.org/issues/434977728#comment4";>shipped in V8 ~ 
Chrome 145</a></li>
   <li><a href="https://github.com/tc39/proposal-joint-iteration";>Joint 
iteration proposal</a> features marked as <a 
href="https://bugzilla.mozilla.org/show_bug.cgi?id=2003333#c8";>shipped in 
FF148</a></li>
   <li><a 
href="https://github.com/tc39/proposal-iterator-sequencing";><code>Iterator.concat</code></a>
 marked as shipped in Bun 1.3.7</li>
   <li>Added <a 
href="https://github.com/mozilla/rhino/releases/tag/Rhino1_9_0_Release";>Rhino 
1.9.0</a> compat data</li>
   <li>Added <a 
href="https://github.com/denoland/deno/releases/tag/v2.6.0";>Deno 2.6</a> compat 
data mapping</li>
   <li>Added Opera Android <a 
href="https://forums.opera.com/topic/87267/opera-for-android-93";>93</a> and <a 
href="https://forums.opera.com/topic/87678/opera-for-android-94";>94</a> compat 
data mapping</li>
   <li>Added Electron 41 compat data mapping</li>
   <li><code>Iterator.prototype.flatMap</code> marked as supported from Safari 
26.2 and Bun 1.2.21 because of a <a 
href="https://bugs.webkit.org/show_bug.cgi?id=297532";>bug</a>: throws on 
iterator without <code>return</code> method</li>
   <li><code>Uint8Array.prototype.setFromHex</code> marked as supported from V8 
~ Chromium 144 because of a <a 
href="https://issues.chromium.org/issues/454630441";>bug</a>: throws an error on 
length-tracking views over ResizableArrayBuffer</li>
   </ul>
   </li>
   </ul>
   <h3><a 
href="https://github.com/zloirock/core-js/releases/tag/v3.47.0";>3.47.0 - 
2025.11.18</a></h3>
   <ul>
   <li>Changes <a 
href="https://github.com/zloirock/core-js/compare/v3.46.0...v3.47.0";>v3.46.0...v3.47.0</a>
 (117 commits)</li>
   <li><a 
href="https://github.com/tc39/proposal-json-parse-with-source";><code>JSON.parse</code>
 source text access proposal</a>:
   <ul>
   <li>Built-ins:
   <ul>
   <li><code>JSON.isRawJSON</code></li>
   <li><code>JSON.parse</code></li>
   <li><code>JSON.rawJSON</code></li>
   <li><code>JSON.stringify</code></li>
   </ul>
   </li>
   <li>Moved to stable ES, <a 
href="https://x.com/robpalmer2/status/1990603365236289653";>November 2025 TC39 
meeting</a></li>
   <li>Added <code>es.</code> namespace modules, <code>/es/</code> and 
<code>/stable/</code> namespaces entries</li>
   <li>Reworked <code>JSON.stringify</code> internals</li>
   </ul>
   </li>
   <li><a 
href="https://github.com/tc39/proposal-iterator-sequencing";><code>Iterator</code>
 sequencing proposal</a>:
   <ul>
   <li>Built-ins:
   <ul>
   <li><code>Iterator.concat</code></li>
   </ul>
   </li>
   <li>Moved to stable ES, <a 
href="https://github.com/tc39/proposals/commit/33be3cb6d6743c7cc8628c547423f49078c0b655";>November
 2025 TC39 meeting</a></li>
   <li>Added <code>es.</code> namespace modules, <code>/es/</code> and 
<code>/stable/</code> namespaces entries</li>
   </ul>
   </li>
   <li><a href="https://github.com/tc39/proposal-joint-iteration";>Joint 
iteration proposal</a>:
   <ul>
   <li>Built-ins:
   <ul>
   <li><code>Iterator.zip</code></li>
   <li><code>Iterator.zipKeyed</code></li>
   </ul>
   </li>
   <li>Moved to stage 3, <a 
href="https://github.com/tc39/proposals/commit/6c0126b8f44323254c93045ee7ec216e49b83ddd";>November
 2025 TC39 meeting</a></li>
   <li>Added <code>/actual/</code> namespace entries, unconditional forced 
replacement changed to feature detection</li>
   </ul>
   </li>
   <li>Fixed increasing <code>.size</code> in 
<code>URLSearchParams.prototype.append</code> polyfill in IE8-</li>
   <li>Compat data improvements:</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/zloirock/core-js/commit/5d657da9e5ab5ac2f1657ba81821ecc50960b3ad";><code>5d657da</code></a>
 v3.48.0</li>
   <li><a 
href="https://github.com/zloirock/core-js/commit/5644e73d977a0fc2e3bc9354aed678a4ce6ee0b1";><code>5644e73</code></a>
 Add bug detection for <code>Uint8Array.prototype.setFromHex</code></li>
   <li><a 
href="https://github.com/zloirock/core-js/commit/804a10e6e54e03c1e426b0788bae1282dface839";><code>804a10e</code></a>
 Merge pull request <a 
href="https://github.com/zloirock/core-js/tree/HEAD/packages/core-js/issues/1501";>#1501</a>
 from zloirock/flat-map-fix</li>
   <li><a 
href="https://github.com/zloirock/core-js/commit/45d7fe314e97d65eff26ceb9b6ae1849c856bb20";><code>45d7fe3</code></a>
 Add bug detection to Iterator flatMap method</li>
   <li><a 
href="https://github.com/zloirock/core-js/commit/efd9c2f14c2cd4d26a4893a60ab8ef5313de0c26";><code>efd9c2f</code></a>
 move <code>Map</code> upsert proposal to stable ES</li>
   <li><a 
href="https://github.com/zloirock/core-js/commit/dcb938dc68ff4ef957095712be2f3d7cc3985caa";><code>dcb938d</code></a>
 update the year and normalize the copyright wording</li>
   <li><a 
href="https://github.com/zloirock/core-js/commit/5454a5d20f468dd4556441c85cbecd437adb40c3";><code>5454a5d</code></a>
 add some more workarounds for a Safari &lt; 13 bug with silent ignore of 
non-wri...</li>
   <li><a 
href="https://github.com/zloirock/core-js/commit/73d4b6c4f5c729aad6ff1be7648f8a51a0aed38a";><code>73d4b6c</code></a>
 add some more <code>createProperty</code> cases</li>
   <li><a 
href="https://github.com/zloirock/core-js/commit/9c89290d70612e6ac9f7ebf6215f63dc71965693";><code>9c89290</code></a>
 fix: spec compliance for Array.prototype.flat and flatMap</li>
   <li><a 
href="https://github.com/zloirock/core-js/commit/e3774ce67d77fe3bd5f89aa36488ef5ebbb0ba35";><code>e3774ce</code></a>
 fix: use createProperty in Array.prototype.filter</li>
   <li>Additional commits viewable in <a 
href="https://github.com/zloirock/core-js/commits/v3.48.0/packages/core-js";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to