-
Notifications
You must be signed in to change notification settings - Fork 12k
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
fix(@angular-devkit/build-angular): upgrade webpack to 5.94.0
#28313
Conversation
870e7cc
to
e3b3e07
Compare
Addresses security vulnerability detailed in GHSA-4vvj-4cpr-p986. Closes angular#28292
e3b3e07
to
a9c9ced
Compare
@@ -34,7 +34,8 @@ describeBuilder(buildWebpackBrowser, BROWSER_BUILDER_INFO, (harness) => { | |||
} | |||
}); | |||
|
|||
it('includes Webpack profiling information', async () => { | |||
// TODO: Investigate why this profiling object is no longer present in Webpack 5.90.3+ and if this should even be tested | |||
xit('includes Webpack profiling information', async () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is already disabled in v17 branches.
@alan-agius4 Are you applying the same change for Angular 15 as well ? |
No, version 15 is no longer supported. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Addresses security vulnerability detailed in GHSA-4vvj-4cpr-p986.
Closes #28292