Skip to content

Commit 7ddec90

Browse files
committed
Allow Angular 19
Fixes #2322
1 parent 8c75368 commit 7ddec90

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.changeset/nice-singers-itch.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'apollo-angular': patch
3+
---
4+
5+
Allow Angular 19

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
runs-on: ubuntu-latest
116116
strategy:
117117
matrix:
118-
angular_version: [17, 18]
118+
angular_version: [17, 18, 19]
119119
graphql_version: [15, 16]
120120
node_version: [18, 20]
121121
steps:

packages/apollo-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"test": "NODE_OPTIONS=--experimental-modules jest --config jest.config.js"
3535
},
3636
"peerDependencies": {
37-
"@angular/core": "^17.0.0 || ^18.0.0",
37+
"@angular/core": "^17.0.0 || ^18.0.0 || ^19.0.0",
3838
"@apollo/client": "^3.0.0",
3939
"graphql": "^15.0.0 || ^16.0.0",
4040
"rxjs": "^6.0.0 || ^7.0.0"

0 commit comments

Comments
 (0)