Skip to content

build(deps): bump vite and @angular-devkit/build-angular in /samples/client/petstore/typescript-angular-v19#23461

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/samples/client/petstore/typescript-angular-v19/multi-c8737f05bc
Open

build(deps): bump vite and @angular-devkit/build-angular in /samples/client/petstore/typescript-angular-v19#23461
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/samples/client/petstore/typescript-angular-v19/multi-c8737f05bc

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 7, 2026

Removes vite. It's no longer used after updating ancestor dependency @angular-devkit/build-angular. These dependencies need to be updated together.

Removes vite

Updates @angular-devkit/build-angular from 19.0.2 to 21.2.6

Release notes

Sourced from @​angular-devkit/build-angular's releases.

21.2.6

@​angular/cli

Commit Description
fix - ea14f28cc fix sourceRoot resolution for MCP projects tool

@​angular/build

Commit Description
fix - 9136eb376 ensure transitive SCSS partial errors are tracked in watch mode
fix - 8186faa11 ensure Vitest mock patching is executed only once
fix - 107d1a9e2 preserve error stack traces during prerendering
fix - b7f457253 scope CHROME_BIN executable path to individual playwright instances

21.2.5

@​angular/cli

Commit Description
feat - cadf9b201 support custom port in MCP devserver start tool

@​angular/ssr

Commit Description
fix - bbc255419 allow underscores in host validation
fix - b1fe66a7f patch Headers.forEach in cloneRequestAndPatchHeaders

21.2.4

@​angular/cli

Commit Description
fix - a7787d092 restore console methods after logger completes

@​angular/build

Commit Description
fix - 7170599ab deduplicate and merge coverage excludes with vitest
fix - c73f13797 prevent reporter duplicates by explicitly overriding Vitest configuration
fix - 956ccaa71 remove default for unit-test coverage option
fix - 36978db7e warn about performance of test.exclude in vitest configuration
fix - 6ec36f5be warn when vitest watch config conflicts with builder

@​angular/ssr

Commit Description
fix - 9bdf782c8 apply forwarded prefix and vary header in accept-language redirects
fix - 628c58672 support '*' in allowedHosts and warn about security risks

21.2.3

@​angular/cli

Commit Description
fix - 1505164bb use parsed package name for migrate-only updates

@​angular/build

| Commit | Description |

... (truncated)

Changelog

Sourced from @​angular-devkit/build-angular's changelog.

21.2.6 (2026-04-01)

@​angular/cli

Commit Type Description
ea14f28cc fix fix sourceRoot resolution for MCP projects tool

@​angular/build

Commit Type Description
9136eb376 fix ensure transitive SCSS partial errors are tracked in watch mode
8186faa11 fix ensure Vitest mock patching is executed only once
107d1a9e2 fix preserve error stack traces during prerendering
b7f457253 fix scope CHROME_BIN executable path to individual playwright instances

21.2.5 (2026-03-27)

@​angular/cli

Commit Type Description
cadf9b201 feat support custom port in MCP devserver start tool

@​angular/ssr

Commit Type Description
bbc255419 fix allow underscores in host validation
b1fe66a7f fix patch Headers.forEach in cloneRequestAndPatchHeaders

20.3.22 (2026-03-27)

@​angular-devkit/build-angular

Commit Type Description
5978eeeff fix update picomatch to 4.0.4

@​angular-devkit/core

... (truncated)

Commits
  • 9a2ee51 release: cut the v21.2.6 release
  • 7bfe347 refactor(@​angular/build): extract headless configuration logic into helper fu...
  • b7f4572 fix(@​angular/build): scope CHROME_BIN executable path to individual playwrigh...
  • 8f954e3 build: safeguard terminal styling in devkit admin script
  • 57e956c build: update cross-repo angular dependencies
  • 750c461 build: update pnpm to v10.33.0
  • ea14f28 fix(@​angular/cli): fix sourceRoot resolution for MCP projects tool
  • 9136eb3 fix(@​angular/build): ensure transitive SCSS partial errors are tracked in wat...
  • 107d1a9 fix(@​angular/build): preserve error stack traces during prerendering
  • 8186faa fix(@​angular/build): ensure Vitest mock patching is executed only once
  • Additional commits viewable in compare view

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 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.

Summary by cubic

Upgrade the TypeScript Angular v19 sample’s build tooling and remove the unused vite to align with the current Angular CLI builder.

  • Dependencies
    • Updated @angular-devkit/build-angular from 19.0.2 to 21.2.6
    • Removed vite (no longer used after the builder upgrade)

Written for commit bf7eeb9. Summary will update on new commits.

Removes [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). It's no longer used after updating ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together.


Removes `vite`

Updates `@angular-devkit/build-angular` from 19.0.2 to 21.2.6
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@19.0.2...v21.2.6)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 
  dependency-type: indirect
- dependency-name: "@angular-devkit/build-angular"
  dependency-version: 21.2.6
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 7, 2026
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 issue found across 2 files

Prompt for AI agents (unresolved issues)

Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.


<file name="samples/client/petstore/typescript-angular-v19/package.json">

<violation number="1" location="samples/client/petstore/typescript-angular-v19/package.json:26">
P1: This upgrade introduces incompatible peer dependency requirements: `build-angular@21.2.6` requires Angular 21 and TypeScript >=5.9, but this sample is still on Angular 19 and TypeScript 5.6.</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": "^19.0.2",
"@angular-devkit/build-angular": "^21.2.6",
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot Apr 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1: This upgrade introduces incompatible peer dependency requirements: build-angular@21.2.6 requires Angular 21 and TypeScript >=5.9, but this sample is still on Angular 19 and TypeScript 5.6.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At samples/client/petstore/typescript-angular-v19/package.json, line 26:

<comment>This upgrade introduces incompatible peer dependency requirements: `build-angular@21.2.6` requires Angular 21 and TypeScript >=5.9, but this sample is still on Angular 19 and TypeScript 5.6.</comment>

<file context>
@@ -23,7 +23,7 @@
   },
   "devDependencies": {
-    "@angular-devkit/build-angular": "^19.0.2",
+    "@angular-devkit/build-angular": "^21.2.6",
     "@angular/cli": "^21.1.0",
     "@angular/compiler-cli": "^19.0.0",
</file context>
Suggested change
"@angular-devkit/build-angular": "^21.2.6",
"@angular-devkit/build-angular": "^19.0.2",
Fix with Cubic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants