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

Upgrade Apollo versions #3275

Closed
wants to merge 1 commit into from
Closed

Upgrade Apollo versions #3275

wants to merge 1 commit into from

Conversation

jimrandomh
Copy link
Collaborator

Upgrades versions all the Apollo packages (except for apollo-errors, which is not actually an Apollo package but a weird third party thing we inherited via Vulcan).

This resolves the Dependabot version upgrade suggestions in #3244 and #3243 . Those version upgrade suggestions were generated because apollo-server had a vulnerability. However, after reading the CVE details, I don't think the vulnerability impacted us; it was a validator-bypass for a validation-extension API we weren't using. Nevertheless, looking through changelogs, I saw a few mildly nice to have things, and nothing that looked particularly scary.

Pinning version of apollo-link because several Apollo versions depend on different versions, and then generate a Typescript type error from the mismatch, and the last point release didn't seem to have anything important in it.

Pinning version of apollo-link because several Apollo versions depend on
different versions, and then generate a Typescript type error from the
mismatch, and the last point release didn't seem to have anything
important in it.
@jimrandomh
Copy link
Collaborator Author

I have tested this as far as starting a server and clicking around a bit, but not very thorough.

@Discordius
Copy link
Collaborator

Yeah, we sadly definitely have to test this thoroughly. Code-wise this is obviously fine, but I don't trust Apollo version upgrades.

This might mean we just want to push it to devel, but I do want to make sure you click around for a few minutes before merging.

@jimrandomh
Copy link
Collaborator Author

This PR is obsoleted by #3360

@jimrandomh jimrandomh closed this Oct 20, 2020
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

Successfully merging this pull request may close these issues.

None yet

2 participants