mirror of https://github.com/boa-dev/boa.git
Browse Source
Bumps [webpack](https://github.com/webpack/webpack) from 5.72.1 to 5.73.0. <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.73.0</h2> <h1>Features</h1> <ul> <li>add options for default <code>dynamicImportMode</code> and prefetch and preload</li> <li>add support for <code>import { createRequire } from "module"</code> in source code</li> </ul> <h1>Bugfixes</h1> <ul> <li>fix code generation of e. g. <code>return"field"in Module</code></li> <li>fix performance of large JSON modules</li> <li>fix performance of async modules evaluation</li> </ul> <h1>Developer Experience</h1> <ul> <li>export <code>PathData</code> in typings</li> <li>improve error messages with more details</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="pull/2103/head36051a5ca7
"><code>36051a5</code></a> 5.73.0</li> <li><a href="520d31473c
"><code>520d314</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15899">#15899</a> from webpack/bugfix/async-modules-performance</li> <li><a href="096efc3821
"><code>096efc3</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15801">#15801</a> from webpack/refactor-json-modules</li> <li><a href="b8748cfe14
"><code>b8748cf</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15873">#15873</a> from webpack/more-informative-error</li> <li><a href="b1cc471f86
"><code>b1cc471</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15888">#15888</a> from webpack/feature/issue-13695</li> <li><a href="509a060025
"><code>509a060</code></a> fix quadratic evaluation performance of async modules</li> <li><a href="cc0cd60909
"><code>cc0cd60</code></a> more informative error when emitting multiple assets</li> <li><a href="e71d3b49fe
"><code>e71d3b4</code></a> more informative error in ProvideSharedPlugin</li> <li><a href="aa76e823b0
"><code>aa76e82</code></a> fix discussions</li> <li><a href="2738eebc78
"><code>2738eeb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15579">#15579</a> from webpack/support-create-require</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.72.1...v5.73.0">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.72.1&new-version=5.73.0)](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 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>
dependabot[bot]
2 years ago
2 changed files with 8 additions and 8 deletions
Loading…
Reference in new issue