-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Support [email protected]
release
#1191
Comments
awesome work @IvanGoncharov ! i tested it with first alpha before, looking forward to giving it a spin! |
@IvanGoncharov good news, only a few failing tests around error message formatting, and the minified build is looking solid with some manual and automated tests. I'll push a PR tonight, and hopefully I can check in on some of the breaking changes in more depth, as well as test out the LSP server |
yeah just that one failing test related to graphql-config for the dev server. everything else is looking great overall. I'll keep it open and bump to the next RC if/when that comes. |
@acao @benjie Just release RC2 can you please test it? |
yes, can do! |
* graphql 15 stable * all but one type error in [email protected] * skipLibCheck and ignore node_nodules * more efficient node_modules ignore for tsconfig
@IvanGoncharov as noted on the PR we merged, we need to remove peer resolutions up to graphql 14 across the board, correct? |
[email protected]
release[email protected]
release
[email protected]
release[email protected]
release
@acao Yes, it would be great! |
ok great @IvanGoncharov, i did a patch alpha release of the #1204 upgrade, and will follow up with peer resolutions! |
then we can follow up with seperate issues for adopting each new feature, i can create a whole project on here for it |
@IvanGoncharov going to close this, we pre-released with baseline 15 support a while ago, and i'm going to open new issues to adopt new features, as we are likely about to rebuild the doc explorer from scratch |
@acao @benjie Took a long long time than I initially anticipated but I finally released
[email protected]
.It includes a number of small breaking changes:
https://github.com/graphql/graphql-js/releases/tag/v15.0.0-alpha.1
https://github.com/graphql/graphql-js/releases/tag/v15.0.0-alpha.2
https://github.com/graphql/graphql-js/releases/tag/v15.0.0-rc.1
Can you please test it with packages in this repo so I can release
15.0.0
without worrying about breaking GraphiQL?Note: It doesn't yet include two-stage introspection that I currently working on and will add in the next release since it's not a breaking change.
The text was updated successfully, but these errors were encountered: