diff --git a/.changeset/apollo-angular-2323-dependencies.md b/.changeset/apollo-angular-2323-dependencies.md new file mode 100644 index 000000000..a1ec38d3e --- /dev/null +++ b/.changeset/apollo-angular-2323-dependencies.md @@ -0,0 +1,5 @@ +--- +"apollo-angular": patch +--- +dependencies updates: + - Updated dependency [`@angular/core@^17.0.0 || ^18.0.0 || ^19.0.0` ↗︎](https://www.npmjs.com/package/@angular/core/v/17.0.0) (from `^17.0.0 || ^18.0.0`, in `peerDependencies`) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 91a86df42..c06bdfbea 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -115,7 +115,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - angular_version: [17, 18] + angular_version: [17, 18, 19] graphql_version: [15, 16] node_version: [18, 20] steps: diff --git a/packages/apollo-angular/package.json b/packages/apollo-angular/package.json index 4cb38c372..63bf173ae 100644 --- a/packages/apollo-angular/package.json +++ b/packages/apollo-angular/package.json @@ -34,7 +34,7 @@ "test": "NODE_OPTIONS=--experimental-modules jest --config jest.config.js" }, "peerDependencies": { - "@angular/core": "^17.0.0 || ^18.0.0", + "@angular/core": "^17.0.0 || ^18.0.0 || ^19.0.0", "@apollo/client": "^3.0.0", "graphql": "^15.0.0 || ^16.0.0", "rxjs": "^6.0.0 || ^7.0.0"