-
Notifications
You must be signed in to change notification settings - Fork 0
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.73.0 to 5.76.1 #94
base: master
Are you sure you want to change the base?
Conversation
Bumps [webpack](https://github.com/webpack/webpack) from 5.73.0 to 5.76.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.73.0...v5.76.1) --- updated-dependencies: - dependency-name: webpack dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
UnsubscribeS.Am 15. 3. 2023 um 03:04 schrieb dependabot[bot] ***@***.***>:Bumps webpack from 5.73.0 to 5.76.1.
Release notes
Sourced from webpack's releases.
v5.76.1
Fixed
Added assert/strict built-in to NodeTargetPlugin
Revert
Improve performance of hashRegExp lookup by @ryanwilsonperkin in webpack/webpack#16759
v5.76.0
Bugfixes
Avoid cross-realm object access by @Jack-Works in webpack/webpack#16500
Improve hash performance via conditional initialization by @lvivski in webpack/webpack#16491
Serialize generatedCode info to fix bug in asset module cache restoration by @ryanwilsonperkin in webpack/webpack#16703
Improve performance of hashRegExp lookup by @ryanwilsonperkin in webpack/webpack#16759
Features
add target to LoaderContext type by @askoufis in webpack/webpack#16781
Security
CVE-2022-37603 fixed by @akhilgkrishnan in webpack/webpack#16446
Repo Changes
Fix HTML5 logo in README by @jakebailey in webpack/webpack#16614
Replace TypeScript logo in README by @jakebailey in webpack/webpack#16613
Update actions/cache dependencies by @piwysocki in webpack/webpack#16493
New Contributors
@Jack-Works made their first contribution in webpack/webpack#16500
@lvivski made their first contribution in webpack/webpack#16491
@jakebailey made their first contribution in webpack/webpack#16614
@akhilgkrishnan made their first contribution in webpack/webpack#16446
@ryanwilsonperkin made their first contribution in webpack/webpack#16703
@piwysocki made their first contribution in webpack/webpack#16493
@askoufis made their first contribution in webpack/webpack#16781
Full Changelog: ***@***.***
v5.75.0
Bugfixes
experiments.* normalize to false when opt-out
avoid NaN%
show the correct error when using a conflicting chunk name in code
HMR code tests existance of window before trying to access it
fix eval-nosources-* actually exclude sources
fix race condition where no module is returned from processing module
fix position of standalong semicolon in runtime code
Features
add support for @import to extenal CSS when using experimental CSS in node
... (truncated)
Commits
21be52b Merge pull request #16804 from webpack/chore-patch-release
1cce945 chore(release): 5.76.1
e76ad9e Merge pull request #16803 from ryanwilsonperkin/revert-16759-real-content-has...
52b1b0e Revert "Improve performance of hashRegExp lookup"
c989143 Merge pull request #16766 from piranna/patch-1
710eaf4 Merge pull request #16789 from dmichon-msft/contenthash-hashsalt
5d64468 Merge pull request #16792 from webpack/update-version
67af5ec chore(release): 5.76.0
97b1718 Merge pull request #16781 from askoufis/loader-context-target-type
b84efe6 Merge pull request #16759 from ryanwilsonperkin/real-content-hash-regex-perf
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 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.
You can view, comment on, or merge this pull request online at:
#94
Commit Summary
d21e136 Bump webpack from 5.73.0 to 5.76.1
File Changes (1 file)
M
yarn.lock
(24)
Patch Links:
https://github.com/vacuumlabs/report-bot/pull/94.patch
https://github.com/vacuumlabs/report-bot/pull/94.diff
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Sorry, only users with push access can use that command. |
8 similar comments
Sorry, only users with push access can use that command. |
Sorry, only users with push access can use that command. |
Sorry, only users with push access can use that command. |
Sorry, only users with push access can use that command. |
Sorry, only users with push access can use that command. |
Sorry, only users with push access can use that command. |
Sorry, only users with push access can use that command. |
Sorry, only users with push access can use that command. |
Bumps webpack from 5.73.0 to 5.76.1.
Release notes
Sourced from webpack's releases.
... (truncated)
Commits
21be52b
Merge pull request #16804 from webpack/chore-patch-release1cce945
chore(release): 5.76.1e76ad9e
Merge pull request #16803 from ryanwilsonperkin/revert-16759-real-content-has...52b1b0e
Revert "Improve performance of hashRegExp lookup"c989143
Merge pull request #16766 from piranna/patch-1710eaf4
Merge pull request #16789 from dmichon-msft/contenthash-hashsalt5d64468
Merge pull request #16792 from webpack/update-version67af5ec
chore(release): 5.76.097b1718
Merge pull request #16781 from askoufis/loader-context-target-typeb84efe6
Merge pull request #16759 from ryanwilsonperkin/real-content-hash-regex-perfMaintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for webpack since your current version.
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 languageYou can disable automated security fix PRs for this repo from the Security Alerts page.