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

Bump graphql version to 14.0.0 #3598

Merged
merged 5 commits into from
Jul 10, 2018

Conversation

ivank
Copy link
Contributor

@ivank ivank commented Jun 19, 2018

So graphql are transitioning to real semver finally. This should fix #3562

I've set the devDependency to graphql@14.0.0-rc.2 to be able to be able to run the tests on the new version and make sure everything's fine. But I'm not sure if you think its ok to merge with that release candidate.

Also I think the semver in peerDependencies is more verbose than it should be:

"peerDependencies": {
    "graphql": "^0.11.0 || ^14.0.0"
}

This should cover all of the graphql versions from 0.11 and up, since "^" includes minor and patch versions

Checklist:

  • If this PR is a new feature, please reference an issue where a consensus about the design was reached (not necessary for small changes)
  • Make sure all of the significant new logic is covered by tests
  • If this was a change that affects the external API used in GitHunt-React, update GitHunt-React and post a link to the PR in the discussion.

So graphql are transitioning to real semver finally. This should fix apollographql#3562

I've set the devDependency to graphql@14.0.0-rc.2 to be able to be able
to run the tests on the new version and make sure everything's fine. But
I'm not sure if you think its ok to merge with that release candidate.

Also I think the semver in peerDependencies is more verbose than it
should be:

```js
"peerDependencies": {
    "graphql": "^0.11.0 || ^14.0.0"
}
```
This should cover all of the graphql versions from 0.11 and up, since
["^" includes minor and patch
versions](https://bytearcher.com/articles/semver-explained-why-theres-a-caret-in-my-package-json/)
@apollo-cla
Copy link

@ivank: Thank you for submitting a pull request! Before we can merge it, you'll need to sign the Meteor Contributor Agreement here: https://contribute.meteor.com/

Copy link
Member

@hwillson hwillson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this @ivank!

@hwillson hwillson merged commit 64c024a into apollographql:master Jul 10, 2018
@ivank ivank deleted the graphql-peer-dependency-bump branch July 11, 2018 07:33
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update peer dependency for latest graphql release
3 participants