Skip to content

Please add Angular 20 supportΒ #2359

@mark7-bell

Description

@mark7-bell

Describe the bug

packages/apollo-angular/package.json contains

"@angular/core": "^17.0.0 || ^18.0.0 || ^19.0.0"

in peerDependencies.

To Reproduce

Try to update packages.

Additional context

We can work around this for our use of apollo-angular with:

"overrides": {
  "apollo-angular": {
    "@angular/core": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0"
  }
}

in our package.json file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions