-
Notifications
You must be signed in to change notification settings - Fork 521
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.3 to 5.77.0 #1320
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [webpack](https://github.com/webpack/webpack) from 5.76.3 to 5.77.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.76.3...v5.77.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #1320 +/- ##
==========================================
+ Coverage 95.58% 95.60% +0.02%
==========================================
Files 244 244
Lines 7651 7651
Branches 2006 2006
==========================================
+ Hits 7313 7315 +2
+ Misses 338 336 -2 see 1 file with indirect coverage changes 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. |
yurishkuro
approved these changes
Mar 30, 2023
Binrix
pushed a commit
to Binrix/jaeger-ui
that referenced
this pull request
Apr 18, 2023
Bumps [webpack](https://github.com/webpack/webpack) from 5.76.3 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://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://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://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://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> </blockquote> </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://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://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://github.com/webpack/webpack/issues/16671">#16671</a> from thomastay/main</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><a href="https://github.com/webpack/webpack/commit/628125f69d02320f3edff3beed12e3d788b4be08"><code>628125f</code></a> revert weird space issues</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.76.3...v5.77.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.76.3&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) </details> Signed-off-by: dependabot[bot] <[email protected]> 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps webpack from 5.76.3 to 5.77.0.
Release notes
Sourced from webpack's releases.
Commits
263f291
5.77.0ae9f0e0
Merge pull request #16881 from webpack/feature/beta-test-github-template-copi...fdcdc2d
Pilot the Copilot for PR in default PR template, retain original templatea3ab4e7
Merge pull request #16807 from snitin315/improve-resolve-extention-errord9604e9
refactor: move RegExp to a variable and use RegExp.prototype.test()eac5d8c
Merge pull request #16671 from thomastay/main8c6a1a4
revert weird space issues part 2f33c2b0
Merge branch 'webpack:main' into main2cad865
change hash628125f
revert weird space issuesDependabot 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)