Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump core-js from 3.33.0 to 3.33.1 (#289)
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.33.0 to 3.33.1. <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.33.1">3.33.1 - 2023.10.20</a></h5> <ul> <li>Added one more workaround of possible error with <code>Symbol</code> polyfill on global object, <a href="https://redirect.github.com/zloirock/core-js/issues/1289#issuecomment-1768411444">#1289</a></li> <li>Directly specified <code>type: commonjs</code> in <code>package.json</code> of all packages to avoid potential breakage in future Node versions, see <a href="https://redirect.github.com/nodejs/TSC/issues/1445">this issue</a></li> <li>Prevented potential issue with lack of some dependencies after automatic optimization polyfills of some methods in the pure version</li> <li>Some minor internal fixes and optimizations</li> <li>Compat data improvements: <ul> <li><a href="https://github.com/tc39/proposal-is-usv-string"><code>String.prototype.{ isWellFormed, toWellFormed }</code></a> marked as <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1850755">supported from FF119</a></li> <li>Added React Native 0.73 Hermes compat data, mainly fixes of <a href="https://redirect.github.com/facebook/hermes/issues/770">some issues</a></li> <li>Added <a href="https://nodejs.org/ru/blog/release/v21.0.0">NodeJS 21.0 compat data mapping</a></li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/zloirock/core-js/commit/adc588cc03f517631131e115106620d1a89f2d50"><code>adc588c</code></a> 3.33.1</li> <li><a href="https://github.com/zloirock/core-js/commit/d47cb7360057b29b905d62f424cf0134b57d9115"><code>d47cb73</code></a> fix <code>stable/instance/for-each</code> dependencies</li> <li><a href="https://github.com/zloirock/core-js/commit/3bba89241614681b261baaa97873417807a151b5"><code>3bba892</code></a> reuse <code>get-built-in-prototype-method</code> in some entries</li> <li><a href="https://github.com/zloirock/core-js/commit/c68c6d723959ce9c89b64420f04abc0b551d8008"><code>c68c6d7</code></a> prevent potential issue with lack of some dependencies after automatic optimi...</li> <li><a href="https://github.com/zloirock/core-js/commit/9a76ac266dfce24c2c4f5a6c9fa3beea71e6ea86"><code>9a76ac2</code></a> add one more workaround of possible error with <code>Symbol</code> polyfill on global ob...</li> <li><a href="https://github.com/zloirock/core-js/commit/74582ebcc414d0903bb84dab526c41e5c584ead6"><code>74582eb</code></a> use actual <code>URLSearchParams</code> iterator <code>@@toStringTag</code></li> <li><a href="https://github.com/zloirock/core-js/commit/037fced62097a14f7310069087b8c1d6b1d884ee"><code>037fced</code></a> avoid usage intermediate array iterator in <code>URLSearchParams</code> iterators</li> <li><a href="https://github.com/zloirock/core-js/commit/20302d7dde32f69d68eadad1ea1ddabd611c2d8a"><code>20302d7</code></a> directly specify <code>type: commonjs</code> in <code>package.json</code> of all packages to avoid ...</li> <li><a href="https://github.com/zloirock/core-js/commit/952c669340eab2c6083a07e55c66ce96d89f0ce5"><code>952c669</code></a> update links</li> <li><a href="https://github.com/zloirock/core-js/commit/a8fa1d6a90d7dcca87ad6c4d93811c33c8efa0e7"><code>a8fa1d6</code></a> drop <code>internals/object-create</code> dependency from <code>internals/error-to-string</code></li> <li>Additional commits viewable in <a href="https://github.com/zloirock/core-js/commits/v3.33.1/packages/core-js">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=core-js&package-manager=npm_and_yarn&previous-version=3.33.0&new-version=3.33.1)](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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information