Bump webpack from 5.75.0 to 5.76.2 in /front #19

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/front/webpack-5.76.2 into main
dependabot[bot] commented 2023-03-15 16:07:30 -04:00 (Migrated from github.com)

Bumps webpack from 5.75.0 to 5.76.2.

Release notes

Sourced from webpack's releases.

v5.76.2

Bugfixes

  • Fix bug where a missing semicolon in generated bundle output for publicPathRuntime would cause concatenated runtime errors by @​snitin315 in webpack/webpack#16811
  • Remove redundant semicolons generated in bundle runtime code after onScriptComplete function by @​ahaoboy in webpack/webpack#16347
  • Fix bug where RealContentHashPlugin was not respecting output.hashSalt's ability to cause a force recalculation of [contenthash] for emitted assets by @​dmichon-msft #16789

Performance

Developer Experience

New Contributors

Full Changelog: https://github.com/webpack/webpack/compare/v5.76.1...v5.76.2

v5.76.1

Fixed

  • Added assert/strict built-in to NodeTargetPlugin

Revert

v5.76.0

Bugfixes

Features

Security

Repo Changes

New Contributors

... (truncated)

Commits
  • dbf7bf3 5.76.2
  • 125449f Merge pull request #16830 from snitin315/fix/module-graph
  • 3943cce fix: initialize this._cacheStage in ModuleGraph constructor
  • 796b511 Merge pull request #16805 from snitin315/fix/improve-source-types
  • be54e43 Merge pull request #16811 from snitin315/fix/add-missing-semicolon
  • 976320d test: update StatsTestCases snapshots
  • 44256c2 fix: add missing semicolon in AutoPublicPathRuntimeModule
  • 9ca77a3 Merge pull request #15722 from webpack/feat/issue-15720
  • 8f1b5ff Merge pull request #16347 from ahaoboy/main
  • 0f82297 docs: fix typo in examples
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by evilebottnawi, a new releaser for webpack since your current version.


Dependabot compatibility score

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 commands and options

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.2. <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.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> <h2>v5.76.1</h2> <h2>Fixed</h2> <ul> <li>Added <code>assert/strict</code> built-in to <code>NodeTargetPlugin</code></li> </ul> <h2>Revert</h2> <ul> <li>Improve performance of <code>hashRegExp</code> lookup by <a href="https://github.com/ryanwilsonperkin"><code>@​ryanwilsonperkin</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16759">webpack/webpack#16759</a></li> </ul> <h2>v5.76.0</h2> <h2>Bugfixes</h2> <ul> <li>Avoid cross-realm object access by <a href="https://github.com/Jack-Works"><code>@​Jack-Works</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16500">webpack/webpack#16500</a></li> <li>Improve hash performance via conditional initialization by <a href="https://github.com/lvivski"><code>@​lvivski</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16491">webpack/webpack#16491</a></li> <li>Serialize <code>generatedCode</code> info to fix bug in asset module cache restoration by <a href="https://github.com/ryanwilsonperkin"><code>@​ryanwilsonperkin</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16703">webpack/webpack#16703</a></li> <li>Improve performance of <code>hashRegExp</code> lookup by <a href="https://github.com/ryanwilsonperkin"><code>@​ryanwilsonperkin</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16759">webpack/webpack#16759</a></li> </ul> <h2>Features</h2> <ul> <li>add <code>target</code> to <code>LoaderContext</code> type by <a href="https://github.com/askoufis"><code>@​askoufis</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16781">webpack/webpack#16781</a></li> </ul> <h2>Security</h2> <ul> <li><a href="https://github.com/advisories/GHSA-3rfm-jhwj-7488">CVE-2022-37603</a> fixed by <a href="https://github.com/akhilgkrishnan"><code>@​akhilgkrishnan</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16446">webpack/webpack#16446</a></li> </ul> <h2>Repo Changes</h2> <ul> <li>Fix HTML5 logo in README by <a href="https://github.com/jakebailey"><code>@​jakebailey</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16614">webpack/webpack#16614</a></li> <li>Replace TypeScript logo in README by <a href="https://github.com/jakebailey"><code>@​jakebailey</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16613">webpack/webpack#16613</a></li> <li>Update actions/cache dependencies by <a href="https://github.com/piwysocki"><code>@​piwysocki</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16493">webpack/webpack#16493</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Jack-Works"><code>@​Jack-Works</code></a> made their first contribution in <a href="https://redirect.github.com/webpack/webpack/pull/16500">webpack/webpack#16500</a></li> <li><a href="https://github.com/lvivski"><code>@​lvivski</code></a> made their first contribution in <a href="https://redirect.github.com/webpack/webpack/pull/16491">webpack/webpack#16491</a></li> <li><a href="https://github.com/jakebailey"><code>@​jakebailey</code></a> made their first contribution in <a href="https://redirect.github.com/webpack/webpack/pull/16614">webpack/webpack#16614</a></li> <li><a href="https://github.com/akhilgkrishnan"><code>@​akhilgkrishnan</code></a> made their first contribution in <a href="https://redirect.github.com/webpack/webpack/pull/16446">webpack/webpack#16446</a></li> <li><a href="https://github.com/ryanwilsonperkin"><code>@​ryanwilsonperkin</code></a> made their first contribution in <a href="https://redirect.github.com/webpack/webpack/pull/16703">webpack/webpack#16703</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/dbf7bf39ab96e1462603435c150d601bb69ebe4e"><code>dbf7bf3</code></a> 5.76.2</li> <li><a href="https://github.com/webpack/webpack/commit/125449fcd6729dd6315a57dc4c3267d7722f2d8a"><code>125449f</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/16830">#16830</a> from snitin315/fix/module-graph</li> <li><a href="https://github.com/webpack/webpack/commit/3943ccefca455839e6a5388082c5f333a0d390e5"><code>3943cce</code></a> fix: initialize <code>this._cacheStage</code> in ModuleGraph constructor</li> <li><a href="https://github.com/webpack/webpack/commit/796b51175c768d1a7938c6638f9ced8e64ca3bb3"><code>796b511</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/16805">#16805</a> from snitin315/fix/improve-source-types</li> <li><a href="https://github.com/webpack/webpack/commit/be54e43851a9454e591f334a60b2687afb538392"><code>be54e43</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/16811">#16811</a> from snitin315/fix/add-missing-semicolon</li> <li><a href="https://github.com/webpack/webpack/commit/976320d0b4605be99e3ca1819c4471a46c42924e"><code>976320d</code></a> test: update StatsTestCases snapshots</li> <li><a href="https://github.com/webpack/webpack/commit/44256c25cf2ff608943028dff64cd50322eb9283"><code>44256c2</code></a> fix: add missing semicolon in <code>AutoPublicPathRuntimeModule</code></li> <li><a href="https://github.com/webpack/webpack/commit/9ca77a3cba5dae5a5bfc20f483e8a36bb8642a45"><code>9ca77a3</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/15722">#15722</a> from webpack/feat/issue-15720</li> <li><a href="https://github.com/webpack/webpack/commit/8f1b5ffd23b4aa7d82bd0c08ccd94fd9b8da0c74"><code>8f1b5ff</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/16347">#16347</a> from ahaoboy/main</li> <li><a href="https://github.com/webpack/webpack/commit/0f82297ff21e877353b46b49e9755574a20e5959"><code>0f82297</code></a> docs: fix typo in examples</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.75.0...v5.76.2">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/~evilebottnawi">evilebottnawi</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.76.2)](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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/Simponic/chessh/network/alerts). </details>
dependabot[bot] commented 2023-03-15 16:14:51 -04:00 (Migrated from github.com)

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Pull request closed

Sign in to join this conversation.
No description provided.