-
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 and @angular-devkit/build-angular #7
Closed
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) to 5.94.0 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together. Updates `webpack` from 5.44.0 to 5.94.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.44.0...v5.94.0) Updates `@angular-devkit/build-angular` from 12.1.4 to 18.2.4 - [Release notes](https://github.com/angular/angular-cli/releases) - [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md) - [Commits](angular/angular-cli@12.1.4...18.2.4) --- updated-dependencies: - dependency-name: webpack dependency-type: indirect - dependency-name: "@angular-devkit/build-angular" dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Sep 12, 2024
@dependabot rebase
…On Thursday, September 12th, 2024 at 11:42, dependabot[bot] ***@***.***> wrote:
This automated pull request fixes a [security vulnerability](https://github.com/reposman33/ng-12-app/security/dependabot/153) (moderate severity).
[Learn more about Dependabot security updates](https://docs.github.com/github/managing-security-vulnerabilities/configuring-dependabot-security-updates).
---------------------------------------------------------------
Bumps [webpack](https://github.com/webpack/webpack) to 5.94.0 and updates ancestor dependency ***@***.***/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together.
Updates webpack from 5.44.0 to 5.94.0
Release notes
Sourced from [webpack's releases](https://github.com/webpack/webpack/releases).
> v5.94.0
>
> Bug Fixes
>
> - Added runtime condition for harmony reexport checked
> - Handle properly data/http/https protocols in source maps
> - Make bigint optimistic when browserslist not found
> - Move @types/eslint-scope to dev deps
> - Related in asset stats is now always an array when no related found
> - Handle ASI for export declarations
> - Mangle destruction incorrect with export named default properly
> - Fixed unexpected asi generation with sequence expression
> - Fixed a lot of types
>
> New Features
>
> - Added new external type "module-import"
> - Support webpackIgnore for new URL() construction
> - [CSS] @import pathinfo support
>
> Security
>
> - Fixed DOM clobbering in auto public path
>
> v5.93.0
>
> Bug Fixes
>
> - Generate correct relative path to runtime chunks
> - Makes DefinePlugin quieter under default log level
> - Fixed mangle destructuring default in namespace import
> - Fixed consumption of eager shared modules for module federation
> - Strip slash for pretty regexp
> - Calculate correct contenthash for CSS generator options
>
> New Features
>
> - Added the binary generator option for asset modules to explicitly keep source maps produced by loaders
> - Added the modern-module library value for tree shakable output
> - Added the overrideStrict option to override strict or non-strict mode for javascript modules
>
> v5.92.1
>
> Bug Fixes
>
> - Doesn't crash with an error when the css experiment is enabled and contenthash is used
>
> v5.92.0
>
> Bug Fixes
>
> - Correct tidle range's comutation for module federation
> - Consider runtime for pure expression dependency update hash
> - Return value in the subtractRuntime function for runtime logic
... (truncated)
Commits
- [eabf85d](webpack/webpack@eabf85d) chore(release): 5.94.0
- [955e057](webpack/webpack@955e057) security: fix DOM clobbering in auto public path
- [9822387](webpack/webpack@9822387) test: fix
- [cbb86ed](webpack/webpack@cbb86ed) test: fix
- [5ac3d7f](webpack/webpack@5ac3d7f) fix: unexpected asi generation with sequence expression
- [2411661](webpack/webpack@2411661) security: fix DOM clobbering in auto public path
- [b8c03d4](webpack/webpack@b8c03d4) fix: unexpected asi generation with sequence expression
- [f46a03c](webpack/webpack@f46a03c) revert: do not use heuristic fallback for "module-import"
- [60f1898](webpack/webpack@60f1898) fix: do not use heuristic fallback for "module-import"
- [66306aa](webpack/webpack@66306aa) Revert "fix: module-import get fallback from externalsPresets"
- Additional commits viewable in [compare view](webpack/webpack@v5.44.0...v5.94.0)
Maintainer changes
This version was pushed to npm by [evilebottnawi](https://www.npmjs.com/~evilebottnawi), a new releaser for webpack since your current version.
Updates @angular-devkit/build-angular from 12.1.4 to 18.2.4
Release notes
Sourced from [@angular-devkit/build-angular's releases](https://github.com/angular/angular-cli/releases).
> v18.2.4
>
> 18.2.4 (2024-09-11)
>
> @angular/build
>
> Commit Description
> [fix - 765309a2e](angular/angular-cli@765309a) prevent transformation of Node.js internal dependencies by Vite
>
> v18.2.3
>
> 18.2.3 (2024-09-04)
>
> @angular-devkit/build-angular
>
> Commit Description
> [fix - 482076612](angular/angular-cli@4820766) update webpack-dev-middleware to 7.4.2
>
> v18.2.2
>
> 18.2.2 (2024-08-29)
>
> @angular-devkit/build-angular
>
> Commit Description
> [fix - 504b00b93](angular/angular-cli@504b00b) clear context in Karma by default for single run executions
> [fix - 82b76086e](angular/angular-cli@82b7608) upgrade webpack to 5.94.0
>
> v18.2.1
>
> 18.2.1 (2024-08-21)
>
> @angular-devkit/schematics-cli
>
> Commit Description
> [fix - 94e27c88b](angular/angular-cli@94e27c8) prevent bypassing select/checkbox prompts on validation failure
>
> @angular/cli
>
> Commit Description
> [fix - 05a274a01](angular/angular-cli@05a274a) prevent bypassing select/checkbox prompts on validation failure
>
> @angular-devkit/build-angular
>
> Commit Description
> [fix - ddeb2b2b9](angular/angular-cli@ddeb2b2) remove outdated browser-esbuild option warning
>
> @angular/build
>
> Commit Description
> [fix - 83b2699ab](angular/angular-cli@83b2699) improve error message when an unhandled exception occurs during prerendering
> [fix - 0be4038a5](angular/angular-cli@0be4038) support reading on-disk files during i18n extraction
>
> v18.2.0
>
> 18.2.0 (2024-08-14)
>
> @schematics/angular
... (truncated)
Changelog
Sourced from [@angular-devkit/build-angular's changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md).
> 18.2.4 (2024-09-11)
>
> @angular/build
>
> Commit Type Description
> [765309a2e](angular/angular-cli@765309a) fix prevent transformation of Node.js internal dependencies by Vite
>
> 19.0.0-next.3 (2024-09-04)
>
> @angular-devkit/build-angular
>
> Commit Type Description
> [3ee21631f](angular/angular-cli@3ee2163) fix clear context in Karma by default for single run executions
>
> @angular/ssr
>
> Commit Type Description
> [455b5700c](angular/angular-cli@455b570) feat expose writeResponseToNodeResponse and createWebRequestFromNodeRequest in public API
>
> 18.2.3 (2024-09-04)
>
> @angular-devkit/build-angular
>
> Commit Type Description
> [482076612](angular/angular-cli@4820766) fix update webpack-dev-middleware to 7.4.2
>
> 18.2.2 (2024-08-29)
>
> @angular-devkit/build-angular
>
> Commit Type Description
> [504b00b93](angular/angular-cli@504b00b) fix clear context in Karma by default for single run executions
> [82b76086e](angular/angular-cli@82b7608) fix update webpack to 5.94.0
... (truncated)
Commits
- [f29db1d](angular/angular-cli@f29db1d) release: cut the v18.2.4 release
- [765309a](angular/angular-cli@765309a) fix(@angular/build): prevent transformation of Node.js internal dependencies ...
- [e12a66a](angular/angular-cli@e12a66a) docs(@angular/cli): add playwright to e2e targets
- [328ed65](angular/angular-cli@328ed65) docs: elaborate on debugging jasmine node tests
- [f4db482](angular/angular-cli@f4db482) release: cut the v18.2.3 release
- [4820766](angular/angular-cli@4820766) fix(@angular-devkit/build-angular): update webpack-dev-middleware to 7.4.2
- [72fb55c](angular/angular-cli@72fb55c) release: cut the v18.2.2 release
- [504b00b](angular/angular-cli@504b00b) fix(@angular-devkit/build-angular): clear context in Karma by default for sin...
- [82b7608](angular/angular-cli@82b7608) build: update webpack to 5.94.0
- [5e030b8](angular/angular-cli@5e030b8) Revert "build: mark server tests as flaky"
- Additional commits viewable in [compare view](angular/angular-cli@12.1.4...18.2.4)
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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
- @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)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/reposman33/ng-12-app/network/alerts).
---------------------------------------------------------------
You can view, comment on, or merge this pull request online at:
#7
Commit Summary
- [2f15d5e](2f15d5e) Bump webpack and @angular-devkit/build-angular
File Changes
([3 files](https://github.com/reposman33/ng-12-app/pull/7/files))
- M [package-lock.json](https://github.com/reposman33/ng-12-app/pull/7/files#diff-053150b640a7ce75eff69d1a22cae7f0f94ad64ce9a855db544dda0929316519) (20337)
- M [package.json](https://github.com/reposman33/ng-12-app/pull/7/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519) (2)
- M [yarn.lock](https://github.com/reposman33/ng-12-app/pull/7/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de) (7668)
Patch Links:
- https://github.com/reposman33/ng-12-app/pull/7.patch
- https://github.com/reposman33/ng-12-app/pull/7.diff
—
Reply to this email directly, [view it on GitHub](#7), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AAYNOZQ5NGI7HV4IM4GNYSLZWFOWZAVCNFSM6AAAAABOCZKMYKVHI2DSMVQWIX3LMV43ASLTON2WKOZSGUZDCOBYG42TANA).
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request |
Superseded by #9. |
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 to 5.94.0 and updates ancestor dependency @angular-devkit/build-angular. These dependencies need to be updated together.
Updates
webpack
from 5.44.0 to 5.94.0Release notes
Sourced from webpack's releases.
... (truncated)
Commits
eabf85d
chore(release): 5.94.0955e057
security: fix DOM clobbering in auto public path9822387
test: fixcbb86ed
test: fix5ac3d7f
fix: unexpected asi generation with sequence expression2411661
security: fix DOM clobbering in auto public pathb8c03d4
fix: unexpected asi generation with sequence expressionf46a03c
revert: do not use heuristic fallback for "module-import"60f1898
fix: do not use heuristic fallback for "module-import"66306aa
Revert "fix: module-import get fallback from externalsPresets"Maintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for webpack since your current version.
Updates
@angular-devkit/build-angular
from 12.1.4 to 18.2.4Release notes
Sourced from
@angular-devkit/build-angular
's releases.... (truncated)
Changelog
Sourced from
@angular-devkit/build-angular
's changelog.... (truncated)
Commits
f29db1d
release: cut the v18.2.4 release765309a
fix(@angular/build
): prevent transformation of Node.js internal dependencies ...e12a66a
docs(@angular/cli
): add playwright to e2e targets328ed65
docs: elaborate on debugging jasmine node testsf4db482
release: cut the v18.2.3 release4820766
fix(@angular-devkit/build-angular
): updatewebpack-dev-middleware
to7.4.2
72fb55c
release: cut the v18.2.2 release504b00b
fix(@angular-devkit/build-angular
): clear context in Karma by default for sin...82b7608
build: update webpack to5.94.0
5e030b8
Revert "build: mark server tests as flaky"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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@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)You can disable automated security fix PRs for this repo from the Security Alerts page.