chore(starters): update angular to 22.1.7 - #316
Merged
Merged
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
coryrylan
marked this pull request as ready for review
September 18, 2026 17:48
Align the angular starter framework packages and compiler-cli to 22.1.7. Leave @angular/cli and @angular/build at 22.1.7, the highest common stable version for the family. Signed-off-by: Cursor Agent <cursoragent@cursor.com>
coryrylan
force-pushed
the
topic/dependencies/starters/angular
branch
from
September 18, 2026 17:49
076e9cf to
b677dfb
Compare
coryrylan
enabled auto-merge (rebase)
September 18, 2026 17:49
coryrylan
approved these changes
Sep 18, 2026
This file contains hidden or 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
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.
Dependency
Angular starter family:
@angular/{common,compiler,compiler-cli,core,forms,platform-browser,router}22.1.5 → 22.1.7.@angular/cliand@angular/buildstay on 22.1.7, the highest common stable version. CLI/build already publish 22.1.8; framework packages do not, so this run does not move them.Usage and locations
starters(projects/starters/angular/package.json)@angular/common,@angular/compiler,@angular/core,@angular/forms,@angular/platform-browser,@angular/router(dependencies)@angular/compiler-cli(devDependencies)chore(starters)because the Angular starter is private and unpublished.Release review
node ^22.22.3 || ^24.15.0 || >=26.0.0(repo pin is Node 26.8.2).rxjs@7.8.2and TypeScript 6.0.x.22.1.7published 2026-09-16T19:02:34Z, older thanminimumReleaseAge1140 minutes.@fornon-null assertion,getDirectiveMetadatanull handling, forms FVC dirty state, SkipSelf in embedded views, router detached subtree isolation). No migration or breaking-change notes.Generated artifacts
pnpm-lock.yamlresolutions for the selected Angular packages only.Validation
mise exec -- node .agents/skills/agent-dependencies/scripts/select-update.jsCI=1 mise exec -- pnpm install --no-frozen-lockfilemise exec -- node ./projects/internals/ci/notice/index.jsmise exec -- pnpm run ciinprojects/starters/angularmise exec -- node .agents/skills/agent-dependencies/scripts/verify-update.js --type=chore --scope=startersCI=1 mise exec -- pnpm install --frozen-lockfilemise exec -- pnpm run ci(repo root)git diff --checkpnpm run test(ng test) in the Angular starter still fails on a pre-existing spec (app.titleon a class with notitle). That script is not part of the startercitarget and was not changed.