-
Notifications
You must be signed in to change notification settings - Fork 115
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
fix(deps): update dependency graphql-config to v4 - autoclosed #1839
Conversation
d3a3757
to
4f3951f
Compare
4f3951f
to
30d970a
Compare
30d970a
to
a955d74
Compare
5300110
to
3804794
Compare
3804794
to
b114701
Compare
Any reason why this PR has not been merged? @Urigo. |
We are in the process of redefining what GraphQL CLI is. |
I am using to fetch graphql schemas from server and convert to typescript. First time I am reading about graphql-mesh, I will check it out too. |
@guimochila do you mean you are doing it using https://graphql-code-generator.com/ ? |
@Urigo you are totally right! I have just switched to https://graphql-code-generator.com/ 's own CLI. Thank you for the information. |
@Urigo I can use https://graphql-code-generator.com/, but it has its own configuration file. For me, it was very interesting the idea of having just one GraphQL config file for all tools. That's why I'm still waiting for this PR to be merged. |
@felipeptcho you can use Codegen with GraphQL Config instead of it's own config. |
b114701
to
d5c768a
Compare
349735c
to
b20e4ef
Compare
b20e4ef
to
cfee80a
Compare
cfee80a
to
0d69222
Compare
0d69222
to
8469a00
Compare
This PR contains the following updates:
3.4.1
->4.5.0
Release Notes
kamilkisiela/graphql-config
v4.5.0
Compare Source
Minor Changes
9e4f453
Thanks @kamilkisiela! - Support ESM and .mts/.cts config extensionsv4.4.1
Compare Source
Patch Changes
bad5090
Thanks @B2o5T! - fixpeerDependenciesMeta
was not included inpackage.json
v4.4.0
Compare Source
Minor Changes
#1189
ab2ad6d
Thanks @B2o5T! - addcosmiconfig-toml-loader
topeerDependenciesMeta
#1171
b52dc1b
Thanks @B2o5T! - movecosmiconfig-typescript-loader
inpeerDependencyMeta
v4.3.6
Compare Source
Patch Changes
a12f394
Thanks @charlypoly! - conflict with codegen also using TypeScriptLoader(), causing a double ts-node register.v4.3.5
Compare Source
Patch Changes
#1126
cc781c4
Thanks @n1ru4l! - dependencies updates:cosmiconfig-typescript-loader@^4.0.0
↗︎ (from^3.1.0
, independencies
)v4.3.4
Compare Source
Patch Changes
#1103
2c568f1
Thanks @renovate! - dependencies updates:tslib@^2.4.0
↗︎ (todependencies
)2c568f1
Thanks @renovate! - Proper ESM/CJS support on Node.jsv4.3.3
Compare Source
Patch Changes
cd7747e
: bumpcosmiconfig-typescript-loader
to resolve errors with esm loadingv4.3.2
Compare Source
Patch Changes
f74d648
: fix: change to maintained version ofcosmiconfig-typescript-loader
v4.3.1
Compare Source
Patch Changes
44eec8d
: Add workaround for default import of typescript config loader to fix ESM supportv4.3.0
Compare Source
Minor Changes
aaccd04
: feat: improve types to fix JSON schema when schema is passed like object with headersPatch Changes
18d07fd
: fix: rollbackGraphQLConfig.projects
to empty object insteadObject.create(null)
v4.2.0
Minor Changes
0636e9a
: feat: supportgraphql.config.cjs
config55f078a
: feat: updategraphql-tools
packagesPatch Changes
minimatch
dependencyThanks to @bfanger for his first contribution
0636e9a
vNEXT
v4.0.2
@graphql-tools/merge
dependency to include v7 and v8v4.0.1
graphql-tools
to latest, to address issues related to documents loading.v4.0.0
Dropped Node 10 support, due to the need to support ESM in this package.
The signature of
Loader
has been changed ingraphql-tools
, to allow more flexibility.If you are using
graphql-config
withextensions
, then theExtension
you are using needs to adjust to the new return value ofLoader
signature that returnsSource[] | null
instead ofSource
. (see: https://github.com/kamilkisiela/graphql-config/issues/716)Other changes:
graphql-tools
.v3.4.0
graphql-tools
.v3.3.0
v3.2.0
v3.1.0
v3.0.2
v3.0.1
v3.0.0
includes
andexcludes
becomesinclude
andexlude
documents
- defines GraphQL Operations and FragmentsPrior to v3
Changes: https://github.com/kamilkisiela/graphql-config/releases
v4.0.2
Compare Source
@graphql-tools/merge
dependency to include v7 and v8v4.0.1
Compare Source
graphql-tools
to latest, to address issues related to documents loading.v4.0.0
Compare Source
Dropped Node 10 support, due to the need to support ESM in this package.
The signature of
Loader
has been changed ingraphql-tools
, to allow more flexibility.If you are using
graphql-config
withextensions
, then theExtension
you are using needs to adjust to the new return value ofLoader
signature that returnsSource[] | null
instead ofSource
. (see: https://github.com/kamilkisiela/graphql-config/issues/716)Other changes:
graphql-tools
.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.