mirror of https://github.com/boa-dev/boa.git
Browse Source
Bumps [webpack](https://github.com/webpack/webpack) from 5.64.4 to 5.65.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.65.0</h2> <h1>Features</h1> <ul> <li>static evaluation understands <code>undefined</code> now</li> <li>reduce container entry code by a few chars</li> <li>use template literals when available and they make sense</li> </ul> <h1>Bugfixes</h1> <ul> <li>handle <code>singleton</code> flag without <code>requiredVersion</code> in Module Federation</li> <li>upgrade <code>watchpack</code> for context time info bugfix</li> </ul> <h1>Performance</h1> <ul> <li>improve RegExp in error message formating for non-quadratic performance</li> </ul> <h1>Developer Experience</h1> <ul> <li>automatically insert brackets when <code>output.globalObject</code> contains a non-trival expression</li> <li>show error when using <code>script</code> type external with invalid syntax</li> <li>expose types for <code>Resolver</code>, <code>StatsOptions</code> and <code>ResolvePluginInstance</code></li> </ul> <h1>Preparations for the future</h1> <ul> <li><code>hashDigestLength</code> will default to 16 in webpack 6 (<code>experiments.futureDefaults</code>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="pull/1737/head323d65e2b1
"><code>323d65e</code></a> 5.65.0</li> <li><a href="f3423dfcf1
"><code>f3423df</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/14912">#14912</a> from webpack/deps/watchpack</li> <li><a href="0abc39cefa
"><code>0abc39c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/14908">#14908</a> from webpack/dependabot/npm_and_yarn/prettier-2.5.1</li> <li><a href="b09c45aa74
"><code>b09c45a</code></a> upgrade watchpack for bugfix</li> <li><a href="adeb73a2ad
"><code>adeb73a</code></a> chore(deps-dev): bump prettier from 2.5.0 to 2.5.1</li> <li><a href="0bc3a2ea02
"><code>0bc3a2e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/14884">#14884</a> from colacadstink/main</li> <li><a href="bbe72b3eae
"><code>bbe72b3</code></a> Added testing for new singleton logic (and caught a typo in the process!)</li> <li><a href="dc70535ef8
"><code>dc70535</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/14855">#14855</a> from webpack/rebase/12875</li> <li><a href="c9ffb83327
"><code>c9ffb83</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/14861">#14861</a> from webpack/fix-runtime-template</li> <li><a href="4127edba92
"><code>4127edb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/14886">#14886</a> from webpack/dependabot/npm_and_yarn/simple-git-2.48.0</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.64.4...v5.65.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.64.4&new-version=5.65.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 10 additions and 10 deletions
Loading…
Reference in new issue