Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build(deps): Bump webpack from 5.90.2 to 5.90.3 (#1288)
[//]: # (dependabot-start)⚠️ **Dependabot is rebasing this PR**⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [webpack](https://github.com/webpack/webpack) from 5.90.2 to 5.90.3. <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.3</h2> <h2>Bug Fixes</h2> <ul> <li>don't mangle when destructuring a reexport</li> <li>types for <code>Stats.toJson()</code> and <code>Stats.toString()</code></li> <li>many internal types</li> <li>[CSS] clean up export css local vars</li> </ul> <h2>Perf</h2> <ul> <li>simplify and optimize chunk graph creation</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/651b3d66d10d54da31d4cb7123ea74d10f1f5456"><code>651b3d6</code></a> chore(release): 5.90.3</li> <li><a href="https://github.com/webpack/webpack/commit/c8d4b5e29c5615667045855e69e886b98ca02694"><code>c8d4b5e</code></a> fix: more types</li> <li><a href="https://github.com/webpack/webpack/commit/5b9f6e4039057c7ef22b0082dc9e7d857688a7a6"><code>5b9f6e4</code></a> perf: simplify and optimize chunk graph creation</li> <li><a href="https://github.com/webpack/webpack/commit/1addd266911528ba2293081d844822574f124c03"><code>1addd26</code></a> refactor: more types</li> <li><a href="https://github.com/webpack/webpack/commit/65d547f51a649754d917d8402814449fe064f5fa"><code>65d547f</code></a> fix: should not mangle when destructuring a reexport</li> <li><a href="https://github.com/webpack/webpack/commit/0b2a5a05bdf6364be79bb9789aeb52f02a76fc0e"><code>0b2a5a0</code></a> fix(css): clean up export css local vars</li> <li><a href="https://github.com/webpack/webpack/commit/0258e6c20d6e5579552b56781187bbe32b16b8b1"><code>0258e6c</code></a> update snapshot</li> <li><a href="https://github.com/webpack/webpack/commit/2360e3a623d3e3b66395907dc650f9bc20372bfa"><code>2360e3a</code></a> fix: clean up export css local vars</li> <li><a href="https://github.com/webpack/webpack/commit/fc7b34d8f0c6e10a07e034a3d6efacd05c6c5b27"><code>fc7b34d</code></a> fix: should not mangle when destructuring a reexport</li> <li><a href="https://github.com/webpack/webpack/commit/780f89140449dda61c3255feb152a07887c96527"><code>780f891</code></a> (perf) Simplify and optimize chunk graph creation</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.90.2...v5.90.3">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.2&new-version=5.90.3)](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>
- Loading branch information