Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest apollo (2.32.10) breaks/drops node 15 support #2286

Open
ggascoigne opened this issue Apr 27, 2021 · 0 comments
Open

Latest apollo (2.32.10) breaks/drops node 15 support #2286

ggascoigne opened this issue Apr 27, 2021 · 0 comments

Comments

@ggascoigne
Copy link

Upgrading apollo from 2.23.5 to 2.32.10 is giving compatibility errors when using node 15. This might be intentional, but if it was mentioned in any of the changelogs I missed it.

$ npm ls @apollo/federation
ui@0.1.0 
└─┬ apollo@2.32.5
  └─┬ apollo-language-server@1.25.2
    └── @apollo/federation@0.20.7

$ grep '"node":' node_modules/apollo/package.json
    "node": ">=8",
$ grep '"node":' node_modules/apollo-language-server/package.json
    "node": ">=8",
$ grep '"node":' node_modules/@apollo/federation/package.json
    "node": ">=8"
$ npm ls @apollo/federation
ui@0.1.0 
└─┬ apollo@2.32.10
  └─┬ apollo-language-server@1.25.7
    └── @apollo/federation@0.23.1

$ grep '"node":' node_modules/apollo/package.json
    "node": ">=8",
$ grep '"node":' node_modules/apollo-language-server/package.json
    "node": ">=8",
$ grep '"node":' node_modules/@apollo/federation/package.json
    "node": ">=12.13.0 <15.0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant