Skip to content

Commit 083ccd1

Browse files
ksroda-saclaude
andcommitted
deps: coordinated Angular 21 -> 22 upgrade for angular samples
Bump all @angular/* packages to 22.0.0 together in both the login-pkce and token-refresh Angular samples. Supersedes the single-package Dependabot PRs (#211 @angular/cli, #213 @angular/compiler), which would have left the workspace on a split major version and broken the build. Note: Angular 22 raises the Node floor to >=22.22.3. CI uses setup-node "22" (latest 22.x patch), which clears it. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 28576ad commit 083ccd1

4 files changed

Lines changed: 1804 additions & 1820 deletions

File tree

samples/angular/login-pkce/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@
1414
"format:check": "prettier --check --ignore-path=../../../.gitignore ."
1515
},
1616
"dependencies": {
17-
"@angular/common": "21.2.15",
18-
"@angular/compiler": "21.2.15",
19-
"@angular/core": "21.2.15",
20-
"@angular/forms": "21.2.15",
21-
"@angular/platform-browser": "21.2.15",
22-
"@angular/router": "21.2.15",
17+
"@angular/common": "22.0.0",
18+
"@angular/compiler": "22.0.0",
19+
"@angular/core": "22.0.0",
20+
"@angular/forms": "22.0.0",
21+
"@angular/platform-browser": "22.0.0",
22+
"@angular/router": "22.0.0",
2323
"angular-auth-oidc-client": "21.0.2",
2424
"rxjs": "7.8.2",
2525
"tslib": "2.8.1"
2626
},
2727
"devDependencies": {
28-
"@angular/build": "21.2.13",
29-
"@angular/cli": "21.2.13",
30-
"@angular/compiler-cli": "21.2.15",
28+
"@angular/build": "22.0.0",
29+
"@angular/cli": "22.0.0",
30+
"@angular/compiler-cli": "22.0.0",
3131
"jsdom": "29.1.1",
3232
"prettier": "3.8.3",
3333
"typescript": "6.0.3",

0 commit comments

Comments
 (0)