Skip to content

Commit 6f60ea9

Browse files
committed
Drop support for GraphQL 15
1 parent d61366a commit 6f60ea9

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'apollo-angular': major
3+
---
4+
5+
Drop support for GraphQL 15

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
strategy:
114114
matrix:
115115
angular_version: [18, 19, 20]
116-
graphql_version: [15, 16]
116+
graphql_version: [16]
117117
node_version: [18, 20, 22, 24]
118118
exclude:
119119
- angular_version: 18

packages/apollo-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"peerDependencies": {
3939
"@angular/core": "^18.0.0 || ^19.0.0 || ^20.0.0",
4040
"@apollo/client": "^3.13.1",
41-
"graphql": "^15.0.0 || ^16.0.0",
41+
"graphql": "^16.0.0",
4242
"rxjs": "^6.0.0 || ^7.0.0"
4343
},
4444
"dependencies": {

0 commit comments

Comments
 (0)