Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps-dev): Bump webpack from 5.90.1 to 5.90.2 in /src/theme-src (…
…#1708) Bumps [webpack](https://github.com/webpack/webpack) from 5.90.1 to 5.90.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack/releases">webpack's releases</a>.</em></p> <blockquote> <h2>v5.90.2</h2> <h2>Bug Fixes</h2> <ul> <li>use <code>Math.imul</code> in <code>fnv1a32</code> to avoid loss of precision, directly hash UTF16 values</li> <li>the <code>setStatus()</code> of the HMR module should not return an array, which may cause infinite recursion</li> <li><code>__webpack_exports_info__.xxx.canMangle</code> shouldn't always same as default</li> <li>mangle export with destructuring</li> <li>use new runtime to reconsider skipped connections <code>activeState</code></li> <li>make dynamic import optional in <code>try/catch</code></li> <li>improve auto publicPath detection</li> </ul> <h2>Dependencies & Maintenance</h2> <ul> <li>improve CI setup and include Node.js@21</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/11c1be3d0838e8de31900aacabcd449e9da77eaf"><code>11c1be3</code></a> chore(release): 5.90.2</li> <li><a href="https://github.com/webpack/webpack/commit/c73afa418803ab872522354df3fd22de0c57dd4c"><code>c73afa4</code></a> fix: improve auto publicPath detection</li> <li><a href="https://github.com/webpack/webpack/commit/856c8d27874a0c1aaf1b896e726fab802748706b"><code>856c8d2</code></a> test: update</li> <li><a href="https://github.com/webpack/webpack/commit/858cb35bd96a7d2944411421bd7fc759e6a6acf0"><code>858cb35</code></a> test: update</li> <li><a href="https://github.com/webpack/webpack/commit/55ebdbdb75e4efd7f9052b3047974d43ada647a7"><code>55ebdbd</code></a> fix: improve auto publicPath detection</li> <li><a href="https://github.com/webpack/webpack/commit/1a6ac879ffed685de1c655a2a95cdecff058161d"><code>1a6ac87</code></a> ci: update</li> <li><a href="https://github.com/webpack/webpack/commit/535cc98d5d23c872a2e3aecedb6e84b0131e208d"><code>535cc98</code></a> ci: update azure</li> <li><a href="https://github.com/webpack/webpack/commit/5dd531799ff31028f4322cc45bdac2b96607f03f"><code>5dd5317</code></a> ci: update</li> <li><a href="https://github.com/webpack/webpack/commit/451286b009f00eb2fc90cac05c3795692551de5d"><code>451286b</code></a> chore(deps): update</li> <li><a href="https://github.com/webpack/webpack/commit/9c75a741705d6bac5a1643e82d085d7221719b42"><code>9c75a74</code></a> ci: update</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.90.1...v5.90.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack&package-manager=npm_and_yarn&previous-version=5.90.1&new-version=5.90.2)](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