Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump webpack from 5.76.1 to 5.76.3 #1297

Merged
merged 1 commit into from
Mar 28, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 23, 2023

Bumps webpack from 5.76.1 to 5.76.3.

Release notes

Sourced from webpack's releases.

v5.76.3

Bugfixes

New Contributors

Full Changelog: webpack/webpack@v5.76.2...v5.76.3

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: webpack/webpack@v5.76.1...v5.76.2

Commits
  • 8ac9616 5.76.3
  • a3f49f3 Merge pull request #16635 from PengBoUESTC/chore/enabledLibraryTypes-opt
  • 39fbd73 Merge pull request #16756 from pgoldberg/pgoldberg/addLoadersToModuleFilename...
  • 7e5fba3 Merge pull request #16806 from snitin315/fix-typo-in-error
  • b604d78 Merge pull request #16808 from snitin315/fix-node-path
  • 4a4ba2c Merge pull request #16841 from ShenHongFei/complete-node-builtins
  • eadbd7d Merge pull request #16810 from snitin315/fix/progress-length
  • 66fe018 fix: complete the missing nodejs builtin modules
  • f58ff9b fix: do not import non javascript chunks
  • dbf7bf3 5.76.2
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by thelarkinn, 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)

Bumps [webpack](https://github.com/webpack/webpack) from 5.76.1 to 5.76.3.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.76.1...v5.76.3)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies javascript Pull requests that update Javascript code labels Mar 23, 2023
@codecov
Copy link

codecov bot commented Mar 23, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (c1511b7) 95.38% compared to head (fe93db9) 95.38%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1297   +/-   ##
=======================================
  Coverage   95.38%   95.38%           
=======================================
  Files         244      244           
  Lines        7641     7641           
  Branches     2003     2003           
=======================================
  Hits         7288     7288           
  Misses        353      353           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@yurishkuro yurishkuro merged commit 56994e4 into main Mar 28, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/webpack-5.76.3 branch March 28, 2023 00:11
Binrix pushed a commit to Binrix/jaeger-ui that referenced this pull request Apr 18, 2023
[//]: # (dependabot-start)


Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps [webpack](https://github.com/webpack/webpack) from 5.76.1 to
5.76.3.
<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.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>
</details>
<details>
<summary>Commits</summary>
<ul>
<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/a3f49f3c9faafea22778e0bd78c2bac116a30d87"><code>a3f49f3</code></a>
Merge pull request <a
href="https://redirect.github.com/webpack/webpack/issues/16635">#16635</a>
from PengBoUESTC/chore/enabledLibraryTypes-opt</li>
<li><a
href="https://github.com/webpack/webpack/commit/39fbd73db516918b07f7e2371ffcdfa5906fc4fa"><code>39fbd73</code></a>
Merge pull request <a
href="https://redirect.github.com/webpack/webpack/issues/16756">#16756</a>
from pgoldberg/pgoldberg/addLoadersToModuleFilename...</li>
<li><a
href="https://github.com/webpack/webpack/commit/7e5fba30c9360ebee39b942924034daf4fc3204d"><code>7e5fba3</code></a>
Merge pull request <a
href="https://redirect.github.com/webpack/webpack/issues/16806">#16806</a>
from snitin315/fix-typo-in-error</li>
<li><a
href="https://github.com/webpack/webpack/commit/b604d7818241ebef02e4785cf94b10a9ec0f4ebf"><code>b604d78</code></a>
Merge pull request <a
href="https://redirect.github.com/webpack/webpack/issues/16808">#16808</a>
from snitin315/fix-node-path</li>
<li><a
href="https://github.com/webpack/webpack/commit/4a4ba2c6e9f2f9b92efa77a6ce8ed3ed2c674330"><code>4a4ba2c</code></a>
Merge pull request <a
href="https://redirect.github.com/webpack/webpack/issues/16841">#16841</a>
from ShenHongFei/complete-node-builtins</li>
<li><a
href="https://github.com/webpack/webpack/commit/eadbd7d5e73228729416c514893bf2fb2a82d832"><code>eadbd7d</code></a>
Merge pull request <a
href="https://redirect.github.com/webpack/webpack/issues/16810">#16810</a>
from snitin315/fix/progress-length</li>
<li><a
href="https://github.com/webpack/webpack/commit/66fe018a61e545343dbbe5f7e96349c0ffa72b22"><code>66fe018</code></a>
fix: complete the missing nodejs builtin modules</li>
<li><a
href="https://github.com/webpack/webpack/commit/f58ff9beb63bd9c8d5b56d73c55cbe5b2e8ce5c7"><code>f58ff9b</code></a>
fix: do not import non javascript chunks</li>
<li><a
href="https://github.com/webpack/webpack/commit/dbf7bf39ab96e1462603435c150d601bb69ebe4e"><code>dbf7bf3</code></a>
5.76.2</li>
<li>Additional commits viewable in <a
href="https://github.com/webpack/webpack/compare/v5.76.1...v5.76.3">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.76.1&new-version=5.76.3)](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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant