chore(deps): bump undici and @angular/build in /src/adminWeb#31
chore(deps): bump undici and @angular/build in /src/adminWeb#31dependabot[bot] wants to merge 1 commit into
Conversation
Removes [undici](https://github.com/nodejs/undici). It's no longer used after updating ancestor dependency [@angular/build](https://github.com/angular/angular-cli). These dependencies need to be updated together. Removes `undici` Updates `@angular/build` from 21.0.6 to 22.0.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@v21.0.6...v22.0.3) --- updated-dependencies: - dependency-name: undici dependency-version: dependency-type: indirect - dependency-name: "@angular/build" dependency-version: 22.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
|
|
There was a problem hiding this comment.
🚩 TypeScript version also incompatible with @angular/build v22
Beyond the Angular peer dependency mismatch (reported as a bug), @angular/build@22.0.3 also requires typescript: >=6.0 <6.1 per its peer dependencies in the lock file, but the project specifies typescript: ~5.9.3 at src/adminWeb/package.json:56. If the intent is to upgrade to @angular/build v22, TypeScript would also need to be bumped to v6.x, which is a significant upgrade with its own breaking changes.
(Refers to line 56)
Was this helpful? React with 👍 or 👎 to provide feedback.
| "@angular-eslint/schematics": "~21.0.0", | ||
| "@angular-eslint/template-parser": "~21.0.0", | ||
| "@angular/build": "~21.0.0", | ||
| "@angular/build": "~22.0.3", |
There was a problem hiding this comment.
🔴 Major version mismatch: @angular/build v22 requires Angular v22 peer dependencies but project uses Angular v21
@angular/build was bumped from ~21.0.0 to ~22.0.3 while all other Angular packages remain at ~21.0.0. The resolved @angular/build@22.0.3 declares non-optional peer dependencies on @angular/compiler: ^22.0.0 and @angular/compiler-cli: ^22.0.0 (see package-lock.json), but the project installs v21 of both. It also requires typescript: >=6.0 <6.1, but the project has typescript: ~5.9.3. This cross-major-version mismatch will cause peer dependency errors during installation and is likely to cause build failures, since the build tooling (v22) expects APIs and features from Angular v22 that the v21 packages don't provide.
| "@angular/build": "~22.0.3", | |
| "@angular/build": "~21.0.0", |
Was this helpful? React with 👍 or 👎 to provide feedback.
Removes undici. It's no longer used after updating ancestor dependency @angular/build. These dependencies need to be updated together.
Removes
undiciUpdates
@angular/buildfrom 21.0.6 to 22.0.3Release notes
Sourced from @angular/build's releases.
... (truncated)
Changelog
Sourced from @angular/build's changelog.
... (truncated)
Commits
b30b9d3release: cut the v22.0.3 releasebc97bb3build: update dependency vite to v7.3.50eddea8fix(@schematics/angular): remove default workspace vscode mcp.json configuration08f9959refactor(@angular/cli): promote experimental MCP tools to stableaab6c10release: cut the v22.0.2 release376e4dcbuild: update cross-repo angular dependenciesd996a27fix(@angular/ssr): avoid caching non-SSG page lookups5714bfcbuild: update pnpm to v10.34.3f26011abuild: lock file maintenance2879ed9build: update bazel dependenciesDependabot 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.