Skip to content

Commit db89698

Browse files
committed
feat: upgrade peer dependency to Angular v21
BREAKING CHANGE: The peer dependency of Angular is update to v21 BEFORE: Peer dependency of Angular 20. AFTER: Peer dependency of Angular 21.
1 parent 3ce53e3 commit db89698

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ on:
88
pull_request: {}
99
workflow_dispatch:
1010

11-
permissions:
12-
id-token: write
11+
permissions: {}
1312

1413
concurrency:
1514
group: ${{ github.workflow }}-${{ github.ref }}

projects/testing-library/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
"migrations": "./schematics/migrations/migrations.json"
3030
},
3131
"peerDependencies": {
32-
"@angular/common": ">= 20.0.0",
33-
"@angular/platform-browser": ">= 20.0.0",
34-
"@angular/router": ">= 20.0.0",
35-
"@angular/core": ">= 20.0.0",
32+
"@angular/common": ">= 21.0.0",
33+
"@angular/platform-browser": ">= 21.0.0",
34+
"@angular/router": ">= 21.0.0",
35+
"@angular/core": ">= 21.0.0",
3636
"@testing-library/dom": "^10.0.0"
3737
},
3838
"dependencies": {

0 commit comments

Comments
 (0)