-
Notifications
You must be signed in to change notification settings - Fork 94
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
feat: use cosmiconfig, update deps #124
Conversation
1cea2f6
to
c2bf85b
Compare
86c455b
to
7a4768b
Compare
uses smart defaults based on conventional expectations in the JS ecosystem DEPRECATED: - Use .graphqlrc or other cosmiconfig variations instead of .graphqlconfig[.y[a]ml]. BREAKING CHANGES: - getGraphQLConfig is now async. - findGraphQLConfigFile has been removed. fix kamilkisiela#119 fix kamilkisiela#116 fix kamilkisiela#115 fix kamilkisiela#110 fix kamilkisiela#109 fix kamilkisiela#108 fix kamilkisiela#107 fix kamilkisiela#99 fix kamilkisiela#98 fix kamilkisiela#95 fix kamilkisiela#93 fix kamilkisiela#92 fix kamilkisiela#89
This is going to fail until ardatan/graphql-import#350 is merged/published. |
Any progress on this? Cause the extension is unusable without this fix :( |
Hi there :) We're working on a new version of GraphQL Config. The goal is to make it platform agnostic, flexible enough to use with any tool and framework, reduce the bundle size and a lot more and what's even more important, bring it back to life and keep maintaining. New changes graphql/vscode-graphql#162 are already merged into master and We decided to use Thanks for your contribution! The project was pretty much dead but now we have plans for it and we will maintain the repo, so no more inactive PRs :) |
Uses smart defaults based on conventional expectations in the JS ecosystem
Deprecated
.graphqlrc
or other cosmiconfig variations instead of.graphqlconfig[.y[a]ml]
.Breaking Changes
getGraphQLConfig
is now async.findGraphQLConfigFile
has been removed.Related: https://github.com/prisma/vscode-graphql/issues/54
fix graphql/vscode-graphql#119
fix graphql/vscode-graphql#116
fix graphql/vscode-graphql#115
fix graphql/graphiql#2354
fix graphql/vscode-graphql#109
fix graphql/vscode-graphql#108
fix graphql/vscode-graphql#107
fix graphql/vscode-graphql#99
fix graphql/vscode-graphql#98
fix graphql/vscode-graphql#95
fix graphql/vscode-graphql#93
fix graphql/graphiql#2333
fix graphql/vscode-graphql#89