Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump webpack from 5.75.0 to 5.77.0 in /website (#1305)
Summary: Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.77.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.77.0</h2> <h2>New Features</h2> <ul> <li>Add a new output option, <code>output.workerPublicPath</code> by <a href="https://github.com/thomastay"><code>@thomastay</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16671">webpack/webpack#16671</a></li> </ul> <h2>Developer Experience</h2> <ul> <li>Improve <code>resolve.extensions</code> error message to suggest when <code>"."</code> is missing before the extension by <a href="https://github.com/snitin315"><code>@snitin315</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16807">webpack/webpack#16807</a></li> </ul> <h2>Contributor Experience</h2> <ul> <li>Enable GitHub Copilot for PR's into default Pull Request Template by <a href="https://github.com/TheLarkInn"><code>@TheLarkInn</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16881">webpack/webpack#16881</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/thomastay"><code>@thomastay</code></a> made their first contribution in <a href="https://redirect.github.com/webpack/webpack/pull/16671">webpack/webpack#16671</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/webpack/webpack/compare/v5.76.3...v5.77.0">https://github.com/webpack/webpack/compare/v5.76.3...v5.77.0</a></p> <h2>v5.76.3</h2> <h2>Bugfixes</h2> <ul> <li>Non-javascript files will correctly <strong>not</strong> be imported when using <code>experiments.outputModule</code> (ES Module Output) by <a href="https://github.com/snitin315"><code>@snitin315</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16809">webpack/webpack#16809</a></li> <li>Limit console output progress bar length to 40 when no columns provided by <a href="https://github.com/snitin315"><code>@snitin315</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16810">webpack/webpack#16810</a></li> <li>Add missing NodeJS Builtin Modules support for <code>inspector/promises</code>, <code>readline/promises</code>, and <code>stream/consumers</code> by <a href="https://github.com/ShenHongFei"><code>@ShenHongFei</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16841">webpack/webpack#16841</a></li> <li>webpack bin/cli now properly respects <code>NODE_PATH</code> env variable by <a href="https://github.com/snitin315"><code>@snitin315</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16808">webpack/webpack#16808</a></li> <li>Improve typos in <code>resolveResourceErrorHints</code> by <a href="https://github.com/snitin315"><code>@snitin315</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16806">webpack/webpack#16806</a></li> <li>Add missing <code>loaders</code> token support to <code>moduleFilenameTemplate</code> function call by <a href="https://github.com/pgoldberg"><code>@pgoldberg</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16756">webpack/webpack#16756</a></li> <li>Add gaurd condition for <code>enabledLibraryTypes</code> in internal <code>ContainerPlugin</code> by <a href="https://github.com/PengBoUESTC"><code>@PengBoUESTC</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16635">webpack/webpack#16635</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ShenHongFei"><code>@ShenHongFei</code></a> made their first contribution in <a href="https://redirect.github.com/webpack/webpack/pull/16841">webpack/webpack#16841</a></li> <li><a href="https://github.com/pgoldberg"><code>@pgoldberg</code></a> made their first contribution in <a href="https://redirect.github.com/webpack/webpack/pull/16756">webpack/webpack#16756</a></li> <li><a href="https://github.com/PengBoUESTC"><code>@PengBoUESTC</code></a> made their first contribution in <a href="https://redirect.github.com/webpack/webpack/pull/16635">webpack/webpack#16635</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/webpack/webpack/compare/v5.76.2...v5.76.3">https://github.com/webpack/webpack/compare/v5.76.2...v5.76.3</a></p> <h2>v5.76.2</h2> <h2>Bugfixes</h2> <ul> <li>Fix bug where a missing semicolon in generated bundle output for <code>publicPathRuntime</code> would cause concatenated runtime errors by <a href="https://github.com/snitin315"><code>@snitin315</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16811">webpack/webpack#16811</a></li> <li>Remove redundant semicolons generated in bundle runtime code after <code>onScriptComplete</code> function by <a href="https://github.com/ahaoboy"><code>@ahaoboy</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16347">webpack/webpack#16347</a></li> <li>Fix bug where <code>RealContentHashPlugin</code> was not respecting <code>output.hashSalt</code>'s ability to cause a force recalculation of <code>[contenthash]</code> for emitted assets by <a href="https://github.com/dmichon-msft"><code>@dmichon-msft</code></a> <a href="https://redirect.github.com/webpack/webpack/issues/16789">#16789</a></li> </ul> <h2>Performance</h2> <ul> <li>Improve memory and runtime performance of sourcemaps via hoisting Regular Expression literals to stored variables by <a href="https://github.com/TheLarkInn"><code>@TheLarkInn</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/15722">webpack/webpack#15722</a></li> <li>Correct v8 deoptimization in <code>ModuleGraph</code> due to instance property declarations occurring outside of constructor by <a href="https://github.com/snitin315"><code>@snitin315</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16830">webpack/webpack#16830</a></li> </ul> <h2>Developer Experience</h2> <ul> <li>Improved internal typings to match <code>webpack-sources</code> typings for <code>Source</code> instances by <a href="https://github.com/snitin315"><code>@snitin315</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16805">webpack/webpack#16805</a></li> <li>Update repo examples to include missing quotation by <a href="https://github.com/snitin315"><code>@snitin315</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16812">webpack/webpack#16812</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ahaoboy"><code>@ahaoboy</code></a> made their first contribution in <a href="https://redirect.github.com/webpack/webpack/pull/16347">webpack/webpack#16347</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/webpack/webpack/compare/v5.76.1...v5.76.2">https://github.com/webpack/webpack/compare/v5.76.1...v5.76.2</a></p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/263f29189060529198b7ab4dbddfd2dca46bd96e"><code>263f291</code></a> 5.77.0</li> <li><a href="https://github.com/webpack/webpack/commit/ae9f0e065a7734504e69d48ce9a0cd78a0b57a40"><code>ae9f0e0</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/16881">#16881</a> from webpack/feature/beta-test-github-template-copi...</li> <li><a href="https://github.com/webpack/webpack/commit/fdcdc2d8c74789271fac72d8b0cc8811b5781a6f"><code>fdcdc2d</code></a> Pilot the Copilot for PR in default PR template, retain original template</li> <li><a href="https://github.com/webpack/webpack/commit/a3ab4e78b671348adccc771c9c20749b3d41f416"><code>a3ab4e7</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/16807">#16807</a> from snitin315/improve-resolve-extention-error</li> <li><a href="https://github.com/webpack/webpack/commit/d9604e9003d4bc3800bcaf2a8c63b078f1ff3813"><code>d9604e9</code></a> refactor: move RegExp to a variable and use RegExp.prototype.test()</li> <li><a href="https://github.com/webpack/webpack/commit/eac5d8cacb8a33914d7abf74ee76b51bb087217e"><code>eac5d8c</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/16671">#16671</a> from thomastay/main</li> <li><a href="https://github.com/webpack/webpack/commit/8ac9616280aebfb61ae7484f06ad1979d73e6a56"><code>8ac9616</code></a> 5.76.3</li> <li><a href="https://github.com/webpack/webpack/commit/8c6a1a47cd510b708f3934cf81254b6e8753b38e"><code>8c6a1a4</code></a> revert weird space issues part 2</li> <li><a href="https://github.com/webpack/webpack/commit/f33c2b07d04ff908e1f8e2a1f599fde947534284"><code>f33c2b0</code></a> Merge branch 'webpack:main' into main</li> <li><a href="https://github.com/webpack/webpack/commit/2cad865c4396e4490987a61f1546e00b4c92709b"><code>2cad865</code></a> change hash</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.75.0...v5.77.0">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~thelarkinn">thelarkinn</a>, a new releaser for webpack since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack&package-manager=npm_and_yarn&previous-version=5.75.0&new-version=5.77.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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/facebookresearch/mmf/network/alerts). </details> Pull Request resolved: #1305 Reviewed By: ebsmothers Differential Revision: D44717816 Pulled By: ankitade fbshipit-source-id: 40c5c32374a527f18f9dbc9c0f5199df7518d295
- Loading branch information