dependabot[bot] opened a new pull request, #32066: URL: https://github.com/apache/superset/pull/32066
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.39.0 to 3.40.0. <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> <h5><a href="https://github.com/zloirock/core-js/releases/tag/v3.40.0">3.40.0 - 2025.01.08</a></h5> <ul> <li>Changes <a href="https://github.com/zloirock/core-js/compare/v3.39.0...v3.40.0">v3.39.0...v3.40.0</a> (130 commits)</li> <li>Added <a href="https://github.com/tc39/proposal-is-error"><code>Error.isError</code> stage 3 proposal</a>: <ul> <li>Added built-ins: <ul> <li><code>Error.isError</code></li> </ul> </li> <li>We have no bulletproof way to polyfill this method / check if the object is an error, so it's an enough naive implementation that is marked as <code>.sham</code></li> </ul> </li> <li><a href="https://github.com/tc39/proposal-explicit-resource-management">Explicit Resource Management stage 3 proposal</a>: <ul> <li>Updated the way async disposing of only sync disposable resources, <a href="https://redirect.github.com/tc39/proposal-explicit-resource-management/pull/218">tc39/proposal-explicit-resource-management/218</a></li> </ul> </li> <li><a href="https://github.com/tc39/proposal-iterator-sequencing"><code>Iterator</code> sequencing stage 2.7 proposal</a>: <ul> <li>Reuse <code>IteratorResult</code> objects when possible, <a href="https://redirect.github.com/tc39/proposal-iterator-sequencing/issues/17">tc39/proposal-iterator-sequencing/17</a>, <a href="https://redirect.github.com/tc39/proposal-iterator-sequencing/pull/18">tc39/proposal-iterator-sequencing/18</a>, December 2024 TC39 meeting</li> </ul> </li> <li>Added a fix of <a href="https://issues.chromium.org/issues/351332634">V8 < 12.8</a> / <a href="https://redirect.github.com/nodejs/node/pull/54883">NodeJS < 22.10</a> bug with handling infinite length of set-like objects in <code>Set</code> methods</li> <li>Optimized <code>DataView.prototype.{ getFloat16, setFloat16 }</code> performance, <a href="https://redirect.github.com/zloirock/core-js/pull/1379">#1379</a>, thanks <a href="https://github.com/LeviPesin"><strong><code>@LeviPesin</code></strong></a></li> <li>Dropped unneeded feature detection of non-standard <code>%TypedArray%.prototype.toSpliced</code></li> <li>Dropped possible re-usage of some non-standard / early stage features (like <code>Math.scale</code>) available on global</li> <li>Some other minor improvements</li> <li>Compat data improvements: <ul> <li><a href="https://github.com/tc39/proposal-regex-escaping"><code>RegExp.escape</code></a> marked as shipped from Safari 18.2</li> <li><a href="https://github.com/tc39/proposal-promise-try"><code>Promise.try</code></a> marked as shipped from Safari 18.2</li> <li><a href="https://github.com/tc39/proposal-float16array"><code>Math.f16round</code> and <code>DataView.prototype.{ getFloat16, setFloat16 }</code></a> marked as shipped from Safari 18.2</li> <li><a href="https://github.com/tc39/proposal-arraybuffer-base64"><code>Uint8Array</code> to / from base64 and hex proposal</a> methods marked as shipped from Safari 18.2</li> <li><a href="https://github.com/tc39/proposal-json-parse-with-source"><code>JSON.parse</code> source text access proposal</a> features marked as <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1934622">shipped from FF135</a></li> <li><a href="https://github.com/tc39/proposal-regex-escaping"><code>RegExp.escape</code></a> marked as shipped <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1918235">from FF134</a></li> <li><a href="https://github.com/tc39/proposal-promise-try"><code>Promise.try</code></a> marked as shipped from FF134</li> <li><a href="https://github.com/tc39/proposal-explicit-resource-management"><code>Symbol.dispose</code>, <code>Symbol.asyncDispose</code> and <code>Iterator.prototype[@@dispose]</code></a> marked as shipped from FF135</li> <li><a href="https://github.com/tc39/proposal-json-parse-with-source"><code>JSON.parse</code> source text access proposal</a> features marked as shipped from Bun 1.1.43</li> <li>Fixed NodeJS version where <code>URL.parse</code> was added - 22.1 instead of 22.0</li> <li>Added <a href="https://github.com/denoland/deno/releases/tag/v2.1.0">Deno 2.1</a> compat data mapping</li> <li>Added <a href="https://github.com/mozilla/rhino/releases/tag/Rhino1_8_0_Release">Rhino 1.8.0</a> compat data with significant number of modern features</li> <li>Added Electron 35 compat data mapping</li> <li>Updated Opera 115+ compat data mapping</li> <li>Added Opera Android <a href="https://forums.opera.com/topic/75006/opera-for-android-86">86</a> and 87 compat data mapping</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/zloirock/core-js/commit/6e493925cb4348e99385b5aca6b0ff75ef39b48f"><code>6e49392</code></a> v3.40.0</li> <li><a href="https://github.com/zloirock/core-js/commit/34e4086d111e44bccade835014a6f3a6e1c8b7fd"><code>34e4086</code></a> update the way async disposing of only sync disposable resources</li> <li><a href="https://github.com/zloirock/core-js/commit/e21bdbfdcdfd6d1b452f3cd23ddbedc57998c624"><code>e21bdbf</code></a> bump the year</li> <li><a href="https://github.com/zloirock/core-js/commit/dd21b362abfc478c91cd31f688dd8bf74d9492da"><code>dd21b36</code></a> add a fix of V8 < 12.8 / NodeJS < 22.10 bug with handling infinite length of ...</li> <li><a href="https://github.com/zloirock/core-js/commit/8de4f9abe9d8f1448e8c240ee484425f582de876"><code>8de4f9a</code></a> re-use <code>IteratorResult</code> objects when possible in <code>Iterator.concat</code></li> <li><a href="https://github.com/zloirock/core-js/commit/696feb81c016e313f5920f69c0507161c350cd6b"><code>696feb8</code></a> add <code>Error.isError</code></li> <li><a href="https://github.com/zloirock/core-js/commit/19d4688834d3de2e510e57b12a04409528d74007"><code>19d4688</code></a> enable <code>eslint-plugin-es-x</code> <code>no-nonstandard-*-properties</code> rules</li> <li><a href="https://github.com/zloirock/core-js/commit/ebf97cc62c2a8d3549e5f03558ae8c47ddb9cac1"><code>ebf97cc</code></a> drop unneeded non-standard <code>%TypedArray%.prototype.toSpliced</code> feature detection</li> <li><a href="https://github.com/zloirock/core-js/commit/f37b548bd334526c432c07ebeff9ad02ba18b335"><code>f37b548</code></a> don't use globally available non-standard <code>Math.scale</code></li> <li><a href="https://github.com/zloirock/core-js/commit/5c7cc535b5c6071481f2e0fe4d6db4caa0551a4b"><code>5c7cc53</code></a> inline <code>internals/math-f16round</code></li> <li>Additional commits viewable in <a href="https://github.com/zloirock/core-js/commits/v3.40.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 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org