build(deps): bump webpack and @angular-devkit/build-angular in /samples/client/others/typescript-angular#22909
Conversation
Bumps [webpack](https://github.com/webpack/webpack) to 5.105.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.89.0 to 5.105.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md) - [Commits](webpack/webpack@v5.89.0...v5.105.0) Updates `@angular-devkit/build-angular` from 17.1.0 to 21.1.3 - [Release notes](https://github.com/angular/angular-cli/releases) - [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md) - [Commits](angular/angular-cli@17.1.0...v21.1.3) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.105.0 dependency-type: indirect - dependency-name: "@angular-devkit/build-angular" dependency-version: 21.1.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
1 issue found across 2 files
Prompt for AI agents (all issues)
Check if these issues are valid — if so, understand the root cause of each and fix them.
<file name="samples/client/others/typescript-angular/package.json">
<violation number="1" location="samples/client/others/typescript-angular/package.json:19">
P1: `@angular-devkit/build-angular` was upgraded to v21 while the project’s Angular framework packages remain on v17, which violates Angular’s requirement that the CLI/build tooling share the same major version as `@angular/core`. This mismatch will cause CLI commands to fail.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
| }, | ||
| "devDependencies": { | ||
| "@angular-devkit/build-angular": "^17.0.0", | ||
| "@angular-devkit/build-angular": "^21.1.3", |
There was a problem hiding this comment.
P1: @angular-devkit/build-angular was upgraded to v21 while the project’s Angular framework packages remain on v17, which violates Angular’s requirement that the CLI/build tooling share the same major version as @angular/core. This mismatch will cause CLI commands to fail.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At samples/client/others/typescript-angular/package.json, line 19:
<comment>`@angular-devkit/build-angular` was upgraded to v21 while the project’s Angular framework packages remain on v17, which violates Angular’s requirement that the CLI/build tooling share the same major version as `@angular/core`. This mismatch will cause CLI commands to fail.</comment>
<file context>
@@ -16,7 +16,7 @@
},
"devDependencies": {
- "@angular-devkit/build-angular": "^17.0.0",
+ "@angular-devkit/build-angular": "^21.1.3",
"@angular/cli": "^21.1.0",
"@angular/compiler-cli": "^17.0.0",
</file context>
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps webpack to 5.105.0 and updates ancestor dependency @angular-devkit/build-angular. These dependencies need to be updated together.
Updates
webpackfrom 5.89.0 to 5.105.0Release notes
Sourced from webpack's releases.
... (truncated)
Changelog
Sourced from webpack's changelog.
... (truncated)
Commits
1486f9achore(release): new release1a517f6feat: added thetsconfigoption for theresolveroptions (#20400)7b3b0f7feat: supportimport.defer()for context modulesc4a6a92refactor: more types and increase types coverage5ecc58dfeat: consider asset module as side-effect-free (#20352)cce0f69test: avoid comma operator in BinaryMiddleware test (#20398)cd4793dfeat: support import specifier guard (#20320)fe48655docs: update examples (#20397)de107f8fix(VirtualUrlPlugin): set resourceData.context to avoid invalid fallback (#2...a656ab1test: add self-import test case for dynamic import (#20389)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for webpack since your current version.
Updates
@angular-devkit/build-angularfrom 17.1.0 to 21.1.3Release notes
Sourced from
@angular-devkit/build-angular's releases.... (truncated)
Changelog
Sourced from
@angular-devkit/build-angular's changelog.... (truncated)
Commits
0a8860drelease: cut the v21.1.3 releasee80d7c5build: update dependency@modelcontextprotocol/sdkto v1.26.0f6cc58cbuild: update webpack dependency to version 5.105.0133cf28build: update cross-repo angular dependencies to v21.1.3ed0b4c5build: update rules_browsers digest to e08ae3331931f6build: update github/codeql-action action to v4.32.194a830cbuild: update dependency@modelcontextprotocol/sdkto v1.25.37a2ec50build: update cross-repo angular dependenciesd5a8314build: configure Jasmine to allow duplicate describe block namesf4c14f0build: lock file maintenanceDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.
Summary by cubic
Upgrade build tooling in the TypeScript Angular sample by bumping webpack to 5.105.0 and @angular-devkit/build-angular to 21.1.3. Keeps the sample current and addresses recent Node.js deprecation handling.
Written for commit 266d3e2. Summary will update on new commits.