mirror of https://github.com/boa-dev/boa.git
Browse Source
Bumps [webpack](https://github.com/webpack/webpack) from 5.61.0 to 5.64.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.64.0</h2> <h1>Features</h1> <ul> <li>add <code>asyncChunks: boolean</code> option to disable creation of async chunks</li> </ul> <h1>Bugfixes</h1> <ul> <li>fix ProfilingPlugin for <code>experiments.backCompat: false</code></li> </ul> <h1>Performance</h1> <ul> <li>avoid running regexp twice over the file list</li> </ul> <h2>v5.63.0</h2> <h1>Features</h1> <ul> <li>allow passing <code>chunkLoading: false</code> to disable on-demand loading</li> </ul> <h1>Bugfixes</h1> <ul> <li>fix <code>import 'single-quote'</code> in esm build dependencies</li> </ul> <h2>v5.62.2</h2> <h1>Bugfixes</h1> <ul> <li>fix <code>__system_context__</code> injection when using the <code>library</code> option on entrypoint</li> <li>enable <code>exportsPresence: "error"</code> by default in <code>futureDefaults</code></li> <li>fix bad performance for a RegExp in Stats printing (with large error messages)</li> <li>fix <code>exportPresence</code> -> <code>exportsPresence</code> typo</li> <li>fix a bug with module invalidation when only module id changes with <code>experiments.cacheUnaffected</code></li> </ul> <h2>v5.62.1</h2> <h1>Bugfix</h1> <ul> <li>fix invalid generated code when omitting <code>;</code></li> </ul> <h2>v5.62.0</h2> <h1>Features</h1> <ul> <li>add options to configure export presence checking <ul> <li><code>parser.javascript.reexportExportsPresence: false</code> allows to disable warnings for non-existing exports during the migration from <code>export ... from "..."</code> to <code>export type ... from "..."</code> for type reexports in TypeScript</li> </ul> </li> <li>add <code>experiments.backCompat: false</code> to disable some expensive deprecations for better performance</li> </ul> <h1>Bugfixes</h1> <ul> <li>use <code>['catch']</code> instead of <code>.catch</code> for better ES3 support</li> <li>fix removed parentheses when using <code>new (require("...")).Something()</code></li> <li>fix <code>{ require }</code> object literals</li> <li><code>splitChunks.chunks</code> option is now correctly used for <code>splitChunks.fallbackCacheGroup.maxSize</code> too</li> <li>fix schema of <code>listen</code> option, allow to omit <code>port</code></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="pull/1712/head789e58514b
"><code>789e585</code></a> 5.64.0</li> <li><a href="d96f23e9b0
"><code>d96f23e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/14698">#14698</a> from webpack/bugfix/profiling-plugin-hook-check</li> <li><a href="ac7bd40526
"><code>ac7bd40</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/14701">#14701</a> from webpack/feature/no-async-chunk-loading</li> <li><a href="9bb5651e6a
"><code>9bb5651</code></a> add <code>asyncChunks: boolean</code> option to disable creation of async chunks</li> <li><a href="11bc877b42
"><code>11bc877</code></a> add test case</li> <li><a href="970b368bda
"><code>970b368</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/14686">#14686</a> from webpack/dependabot/npm_and_yarn/mime-types-2.1.34</li> <li><a href="6a12794b11
"><code>6a12794</code></a> check hooks for existance before using in ProfilingPlugin</li> <li><a href="e6da1d4420
"><code>e6da1d4</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/14694">#14694</a> from markjm/markjm/double-regexp</li> <li><a href="6d3cd42008
"><code>6d3cd42</code></a> perf: Prevent running regexs over the same strings twice</li> <li><a href="f011c70aac
"><code>f011c70</code></a> 5.63.0</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.61.0...v5.64.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.61.0&new-version=5.64.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]
3 years ago
2 changed files with 5 additions and 5 deletions
Loading…
Reference in new issue