dependabot[bot] opened a new pull request, #43107: URL: https://github.com/apache/superset/pull/43107
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.49.0 to 3.50.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/zloirock/core-js/releases">core-js's releases</a>.</em></p> <blockquote> <h2>3.50.0 - 2026.08.05</h2> <ul> <li>Changes <a href="https://github.com/zloirock/core-js/compare/v3.49.0...v3.50.0">v3.49.0...v3.50.0</a> (138 commits)</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 stable ES, <a href="https://github.com/tc39/proposals/commit/7e2d9a45e71525984d4c35313a3daeb4260773ef">May 2026 TC39 meeting</a></li> <li>Added <code>es.</code> namespace modules, <code>/es/</code> and <code>/stable/</code> namespace entries</li> </ul> </li> <li><a href="https://github.com/tc39/proposal-iterator-chunking"><code>Iterator</code> chunking proposal</a>: <ul> <li>Built-ins: <ul> <li><code>Iterator.prototype.chunks</code></li> <li><code>Iterator.prototype.windows</code></li> </ul> </li> <li>Throw a <code>TypeError</code> instead of <code>RangeError</code> on non-integer number <code>chunkSize</code> / <code>windowSize</code>, following [tc39/proposal-iterator-chunking/<a href="https://github.com/zloirock/core-js/tree/HEAD/packages/core-js/issues/30">#30</a>](<a href="https://redirect.github.com/tc39/proposal-iterator-chunking/pull/30">tc39/proposal-iterator-chunking#30</a>)</li> <li>Moved to stage 3, <a href="https://github.com/tc39/proposals/commit/7226f0af93443025010efcad219115cec7dc8b2a">May 2026 TC39 meeting</a></li> <li>Added <code>/actual/</code> namespace entries, unconditional forced replacement changed to feature detection</li> </ul> </li> <li>Added <a href="https://github.com/tc39/proposal-iterator-includes"><code>Iterator</code> includes stage 3 proposal</a>: <ul> <li>Added built-in: <ul> <li><code>Iterator.prototype.includes</code></li> </ul> </li> </ul> </li> <li>Added <a href="https://github.com/tc39/proposal-iterator-join"><code>Iterator</code> join stage 3 proposal</a>: <ul> <li>Added built-in: <ul> <li><code>Iterator.prototype.join</code></li> </ul> </li> </ul> </li> <li>Added <a href="https://github.com/tc39/proposal-await-dictionary">Await dictionary of Promises stage 3 proposal</a>: <ul> <li>Added built-ins: <ul> <li><code>Promise.allKeyed</code></li> <li><code>Promise.allSettledKeyed</code></li> </ul> </li> </ul> </li> <li>Throw a <code>RangeError</code> on finite unsafe integer <code>limit</code> in <code>Iterator.prototype.{ drop, take }</code>, following [tc39/ecma262/<a href="https://github.com/zloirock/core-js/tree/HEAD/packages/core-js/issues/3776">#3776</a>](<a href="https://redirect.github.com/tc39/ecma262/pull/3776">tc39/ecma262#3776</a>)</li> <li>Use <code>PromiseResolve</code> semantics in <code>Promise.try</code>, following [tc39/ecma262/<a href="https://github.com/zloirock/core-js/tree/HEAD/packages/core-js/issues/3883">#3883</a>](<a href="https://redirect.github.com/tc39/ecma262/pull/3883">tc39/ecma262#3883</a>)</li> <li>Added detection of missed <a href="https://bugs.webkit.org/show_bug.cgi?id=297532">Webkit ~ Safari < 26.2 <code>Iterator.prototype.flatMap</code> bug</a> case, <a href="https://redirect.github.com/zloirock/core-js/issues/1538">#1538</a></li> <li>Deno 2.9+ <a href="https://redirect.github.com/denoland/deno/pull/35192"><em>replaces</em> <code>Object.prototype.__proto__</code></a> instead of removing it, so the feature detection updated</li> <li>Fixed <code>JSON.stringify</code> polyfill with an array replacer - keys order now follows the replacer, inherited and non-enumerable properties are no longer ignored, <a href="https://redirect.github.com/zloirock/core-js/issues/1539">#1539</a></li> <li>Make <code>URL</code> / <code>URLSearchParams</code> parsing a little more correct (char sets, percent coding, etc)</li> <li>Ensure opaque paths always roundtrip in URL polyfill (still without adding to feature detection), <a href="https://redirect.github.com/whatwg/url/pull/844">whatwg/url#844</a></li> <li>Fix <code>URL#toJSON</code> when <code>URL#toString</code> is reassigned after core-js is imported</li> <li>Fixed possible crash on some keys in <code>Symbol.for</code></li> <li>Some <code>get-iterator</code> / <code>get-iterator-method</code> fixes</li> <li>Fixed <code>String.prototype.{ match, search }</code> polyfills conversion order</li> <li>Added missed <code>MAX_SAFE_INTEGER</code> excess check in <code>Array.from</code> and <code>{ Map, Object }.groupBy</code> polyfills</li> <li>Improved the way of inner iterators cleaning in iterator helpers</li> <li>Improved accuracy of <code>Math.{ asinh, cbrt, log1p }</code> polyfills with big and small values</li> <li>Improved performance of <code>Uint8Array</code> base64 methods</li> <li>Improved performance of <code>escape</code></li> <li>Slight performance improvement for engines with native <code>Array.prototype.fill</code> on <code>ArrayBuffer</code> constructor and <code>%TypedArray%.prototype.fill</code></li> <li>Clarify supported Node versions in <code>package.json</code> of some missed packages (just to satisfy <code>publint</code>)</li> <li>Compat data improvements: <ul> <li>Following [tc39/ecma262/<a href="https://github.com/zloirock/core-js/tree/HEAD/packages/core-js/issues/3776">#3776</a>](<a href="https://redirect.github.com/tc39/ecma262/pull/3776">tc39/ecma262#3776</a>), <code>Iterator.prototype.{ drop, take }</code> properly supported from: <ul> <li><a href="https://github.com/v8/v8/commit/ce52c1d84268311648c9362e8d3bbb08fc58bd3c">V8 ~ Chrome 150</a></li> <li>Safari 27.0</li> <li>Bun 1.4.0</li> </ul> </li> <li>Following [tc39/ecma262/<a href="https://github.com/zloirock/core-js/tree/HEAD/packages/core-js/issues/3883">#3883</a>](<a href="https://redirect.github.com/tc39/ecma262/pull/3883">tc39/ecma262#3883</a>), <code>Promise.try</code> marked as not properly supported in all engines</li> <li><a href="https://github.com/tc39/proposal-iterator-chunking"><code>Iterator.prototype.{ chunks, windows }</code></a> marked as <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=2047997">shipped in FF154</a></li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <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.50.0">3.50.0 - 2026.08.05</a></h3> <ul> <li>Changes <a href="https://github.com/zloirock/core-js/compare/v3.49.0...v3.50.0">v3.49.0...v3.50.0</a> (138 commits)</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 stable ES, <a href="https://github.com/tc39/proposals/commit/7e2d9a45e71525984d4c35313a3daeb4260773ef">May 2026 TC39 meeting</a></li> <li>Added <code>es.</code> namespace modules, <code>/es/</code> and <code>/stable/</code> namespace entries</li> </ul> </li> <li><a href="https://github.com/tc39/proposal-iterator-chunking"><code>Iterator</code> chunking proposal</a>: <ul> <li>Built-ins: <ul> <li><code>Iterator.prototype.chunks</code></li> <li><code>Iterator.prototype.windows</code></li> </ul> </li> <li>Throw a <code>TypeError</code> instead of <code>RangeError</code> on non-integer number <code>chunkSize</code> / <code>windowSize</code>, following [tc39/proposal-iterator-chunking/<a href="https://github.com/zloirock/core-js/tree/HEAD/packages/core-js/issues/30">#30</a>](<a href="https://redirect.github.com/tc39/proposal-iterator-chunking/pull/30">tc39/proposal-iterator-chunking#30</a>)</li> <li>Moved to stage 3, <a href="https://github.com/tc39/proposals/commit/7226f0af93443025010efcad219115cec7dc8b2a">May 2026 TC39 meeting</a></li> <li>Added <code>/actual/</code> namespace entries, unconditional forced replacement changed to feature detection</li> </ul> </li> <li>Added <a href="https://github.com/tc39/proposal-iterator-includes"><code>Iterator</code> includes stage 3 proposal</a>: <ul> <li>Added built-in: <ul> <li><code>Iterator.prototype.includes</code></li> </ul> </li> </ul> </li> <li>Added <a href="https://github.com/tc39/proposal-iterator-join"><code>Iterator</code> join stage 3 proposal</a>: <ul> <li>Added built-in: <ul> <li><code>Iterator.prototype.join</code></li> </ul> </li> </ul> </li> <li>Added <a href="https://github.com/tc39/proposal-await-dictionary">Await dictionary of Promises stage 3 proposal</a>: <ul> <li>Added built-ins: <ul> <li><code>Promise.allKeyed</code></li> <li><code>Promise.allSettledKeyed</code></li> </ul> </li> </ul> </li> <li>Throw a <code>RangeError</code> on finite unsafe integer <code>limit</code> in <code>Iterator.prototype.{ drop, take }</code>, following [tc39/ecma262/<a href="https://github.com/zloirock/core-js/tree/HEAD/packages/core-js/issues/3776">#3776</a>](<a href="https://redirect.github.com/tc39/ecma262/pull/3776">tc39/ecma262#3776</a>)</li> <li>Use <code>PromiseResolve</code> semantics in <code>Promise.try</code>, following [tc39/ecma262/<a href="https://github.com/zloirock/core-js/tree/HEAD/packages/core-js/issues/3883">#3883</a>](<a href="https://redirect.github.com/tc39/ecma262/pull/3883">tc39/ecma262#3883</a>)</li> <li>Added detection of missed <a href="https://bugs.webkit.org/show_bug.cgi?id=297532">Webkit ~ Safari < 26.2 <code>Iterator.prototype.flatMap</code> bug</a> case, <a href="https://redirect.github.com/zloirock/core-js/issues/1538">#1538</a></li> <li>Deno 2.9+ <a href="https://redirect.github.com/denoland/deno/pull/35192"><em>replaces</em> <code>Object.prototype.__proto__</code></a> instead of removing it, so the feature detection updated</li> <li>Fixed <code>JSON.stringify</code> polyfill with an array replacer - keys order now follows the replacer, inherited and non-enumerable properties are no longer ignored, <a href="https://redirect.github.com/zloirock/core-js/issues/1539">#1539</a></li> <li>Make <code>URL</code> / <code>URLSearchParams</code> parsing a little more correct (char sets, percent coding, etc)</li> <li>Ensure opaque paths always roundtrip in URL polyfill (still without adding to feature detection), <a href="https://redirect.github.com/whatwg/url/pull/844">whatwg/url#844</a></li> <li>Fix <code>URL#toJSON</code> when <code>URL#toString</code> is reassigned after core-js is imported</li> <li>Fixed possible crash on some keys in <code>Symbol.for</code></li> <li>Some <code>get-iterator</code> / <code>get-iterator-method</code> fixes</li> <li>Fixed <code>String.prototype.{ match, search }</code> polyfills conversion order</li> <li>Added missed <code>MAX_SAFE_INTEGER</code> excess check in <code>Array.from</code> and <code>{ Map, Object }.groupBy</code> polyfills</li> <li>Improved the way of inner iterators cleaning in iterator helpers</li> <li>Improved accuracy of <code>Math.{ asinh, cbrt, log1p }</code> polyfills with big and small values</li> <li>Improved performance of <code>Uint8Array</code> base64 methods</li> <li>Improved performance of <code>escape</code></li> <li>Slight performance improvement for engines with native <code>Array.prototype.fill</code> on <code>ArrayBuffer</code> constructor and <code>%TypedArray%.prototype.fill</code></li> <li>Clarify supported Node versions in <code>package.json</code> of some missed packages (just to satisfy <code>publint</code>)</li> <li>Compat data improvements: <ul> <li>Following [tc39/ecma262/<a href="https://github.com/zloirock/core-js/tree/HEAD/packages/core-js/issues/3776">#3776</a>](<a href="https://redirect.github.com/tc39/ecma262/pull/3776">tc39/ecma262#3776</a>), <code>Iterator.prototype.{ drop, take }</code> properly supported from: <ul> <li><a href="https://github.com/v8/v8/commit/ce52c1d84268311648c9362e8d3bbb08fc58bd3c">V8 ~ Chrome 150</a></li> <li>Safari 27.0</li> <li>Bun 1.4.0</li> </ul> </li> <li>Following [tc39/ecma262/<a href="https://github.com/zloirock/core-js/tree/HEAD/packages/core-js/issues/3883">#3883</a>](<a href="https://redirect.github.com/tc39/ecma262/pull/3883">tc39/ecma262#3883</a>), <code>Promise.try</code> marked as not properly supported in all engines</li> <li><a href="https://github.com/tc39/proposal-iterator-chunking"><code>Iterator.prototype.{ chunks, windows }</code></a> marked as <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=2047997">shipped in FF154</a></li> </ul> </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/486e8d62611aa2f5f2321329b0c168135bf22861"><code>486e8d6</code></a> v3.50.0</li> <li><a href="https://github.com/zloirock/core-js/commit/6a78c6a8a9afd39da026744440c26ecab0170ed7"><code>6a78c6a</code></a> Cache URL#toString (<a href="https://github.com/zloirock/core-js/tree/HEAD/packages/core-js/issues/1533">#1533</a>)</li> <li><a href="https://github.com/zloirock/core-js/commit/5d4f1388b709cf8861337a8c72dd119b072355e9"><code>5d4f138</code></a> fix: correct Iterator zip entry exports</li> <li><a href="https://github.com/zloirock/core-js/commit/7e8e1cc000907b14271c6fc3f59b1e58e5dc0cfe"><code>7e8e1cc</code></a> rename method for consistency</li> <li><a href="https://github.com/zloirock/core-js/commit/25071152ee6dece312a0635d2ee00c9ece68e991"><code>2507115</code></a> fix <code>JSON.stringify</code> polyfill with an array replacer<code>JSON.stringify</code> polyfill...</li> <li><a href="https://github.com/zloirock/core-js/commit/40363429c2d917175fd0c3286e2cdf6787dc7f62"><code>4036342</code></a> make <code>URL</code> / <code>URLSearchParams</code> parsing a little more correct (char sets, perc...</li> <li><a href="https://github.com/zloirock/core-js/commit/37375badb6e700eee527aaf53c2cd732228e9753"><code>37375ba</code></a> fix order of detection</li> <li><a href="https://github.com/zloirock/core-js/commit/276de479a7efd3176988a0191620db5b24121bb0"><code>276de47</code></a> add detection of missed Webkit ~ Safari < 26.2 <code>Iterator.prototype.flatMap</code> b...</li> <li><a href="https://github.com/zloirock/core-js/commit/6e4a942e62409ac8b7cbf89d314e1b7dc1af0548"><code>6e4a942</code></a> use <code>PromiseResolve</code> semantics in <code>Promise.try</code></li> <li><a href="https://github.com/zloirock/core-js/commit/ff52b9f31b16d9e01557ce4a7ba50a55344a707a"><code>ff52b9f</code></a> backport await dictionary stage 3 proposal</li> <li>Additional commits viewable in <a href="https://github.com/zloirock/core-js/commits/v3.50.0/packages/core-js">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 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]
