fix(deps): update dependency graphql-language-service to v5 #1923
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.2.5
->5.3.0
Release Notes
graphql/graphiql (graphql-language-service)
v5.3.0
Compare Source
Minor Changes
#3682
6c9f0df
Thanks @yaacovCR! - Support v17 ofgraphql-js
from17.0.0-alpha.2
forward.Includes support for the latest incremental delivery response format. For further details, see https://github.com/graphql/defer-stream-wg/discussions/69.
v5.2.2
Compare Source
Patch Changes
fdec377
Thanks @dimaMachina! - update eslint plugins and fix errorsv5.2.1
Compare Source
Patch Changes
#3521
aa6dbbb4
Thanks @acao! - Fixes several issues with Type System (SDL) completion across the ecosystem:.graphqls
ad-hoc standard functionality remains, but is not required, as it is not part of the official spec, and the spec also allows mixed mode documents in theory, and this concept is required when the type is unknownv5.2.0
Compare Source
Minor Changes
7b00774a
Thanks @bboure! - Add support for custom scalarsPatch Changes
7b00774a
Thanks @bboure! - Fix Variables JSON Schema for null valuesv5.1.7
Compare Source
Patch Changes
#3224
5971d528
Thanks @acao! - try removing some packages from pre.json#3149
d9e5089f
Thanks @mskelton! - Fix hover docs being off by one position.v5.1.6
Compare Source
Patch Changes
06007498
Thanks @mskelton! - Use native LSP logger instead of manual file based logging. This fixes errors in Neovim when using the GraphQL LSP.v5.1.5
Compare Source
Patch Changes
#3150
4d33b221
Thanks @AaronMoat! - fix(graphql-language-service-server): allow getDefinition to work for unionsFixes the issue where a schema like the one below won't allow you to click through to X.
v5.1.4
Compare Source
Patch Changes
2e477eb2
Thanks @B2o5T! - replace.forEach
withfor..of
v5.1.3
Compare Source
Patch Changes
#3046
b9c13328
Thanks @B2o5T! - Prefer .at() method for index access#3042
881a2024
Thanks @B2o5T! - Prefer String#slice() over String#substr() and String#substring()v5.1.2
Compare Source
Patch Changes
#2986
e68cb8bc
Thanks @bboure! - Fix JSON schema for custom scalars validation#2917
f788e65a
Thanks @woodensail! - Fix infinite recursiveness in getVariablesJSONSchema when the schema contains types that reference themselves#2993
bdc966cb
Thanks @B2o5T! - addunicorn/consistent-destructuring
rule#2962
db2a0982
Thanks @B2o5T! - clean all ESLint warnings, add--max-warnings=0
and--cache
flags#2940
8725d1b6
Thanks @B2o5T! - enableunicorn/prefer-node-protocol
rulev5.1.1
Compare Source
Patch Changes
#2931
f7addb20
Thanks @B2o5T! - enableno-negated-condition
andno-else-return
rules#2922
d1fcad72
Thanks @B2o5T! - extendsplugin:import/recommended
and fix warnings#2941
4a8b2e17
Thanks @B2o5T! - enableunicorn/prefer-logical-operator-over-ternary
rule#2937
c70d9165
Thanks @B2o5T! - enableunicorn/prefer-includes
#2930
c44ea4f1
Thanks @B2o5T! - removemapCat()
in favor ofArray#flatMap()
#2965
0669767e
Thanks @B2o5T! - enableunicorn/prefer-optional-catch-binding
rule#2936
18f8e80a
Thanks @B2o5T! - enablelonely-if
/unicorn/lonely-if
rules#2963
f263f778
Thanks @B2o5T! - enableprefer-destructuring
rule#2938
6a9d913f
Thanks @B2o5T! - enableunicorn/throw-new-error
rulev5.1.0
Compare Source
Minor Changes
d6ff4d7a
Thanks @cshaver! - Provide autocomplete suggestions for documents with type definitionsv5.0.6
Compare Source
Patch Changes
cccefa70
Thanks @acao! - Remove redundant check, trigger LSP releasev5.0.5
Compare Source
Patch Changes
#2486
c9c51b8a
Thanks @stonexer! - definition support for operation fields ✨you can now jump to the applicable object type definition for query/mutation/subscription fields!
v5.0.4
Compare Source
Patch Changes
d22f6111
Thanks @acao! - Trap all graphql parsing exceptions from (relatively) newly added logic. This should clear up bugs that have been plaguing users for two years now, sorry!v5.0.3
Compare Source
Patch Changes
45cbc759
Thanks @retrodaredevil! - Target es6 for the languages servicesv5.0.2
Compare Source
Patch Changes
c36504a8
Thanks @acao! - - upgradegraphql-config
to latest in servergraphql-config
dependency fromvscode-graphql
andgraphql-language-service
vscode-graphql
esbuild bundling bug invscode-graphql
#2269 by fixingesbuild
versionv5.0.1
Compare Source
Patch Changes
3626f8d5
Thanks @acao! - fix lockfile and imports from LSP merge3626f8d5
Thanks @acao! - default to es6 target across the language services, fix #2240v5.0.0
Compare Source
Major Changes
2502a364
Thanks @acao! - Retire parser, interface, utils and types packages, combine with graphql-language-servicev4.1.5
Compare Source
Patch Changes
484c0523
Thanks @orta! - Do not log errors when a JS/TS file has no embedded graphql tags5852ba47
Thanks @orta! - Update babel parser in the graphql language server48c5df65
Thanks @orta! - Better handling of unparsable babel JS/TS filesv4.1.4
Compare Source
Patch Changes
d5fca9db
]:v4.1.3
Compare Source
Patch Changes
a44772d6
Thanks @acao! - LanguageService should not be imported bycodemirror-graphql
, and thuspicomatch
should not be imported.v4.1.2
Compare Source
Patch Changes
e20760fb
Thanks @acao! - Fix picomatch bug by using a browser compatible forkv4.1.1
Compare Source
Patch Changes
ff9cebe5
]:v4.1.0
Compare Source
Minor Changes
0f1f90ce
Thanks @acao! - Export all modules & types explicitly fromgraphql-language-service
v4.0.0
Compare Source
Major Changes
#1997
9df315b4
Thanks @acao! - This introduces some big changes tomonaco-graphql
, and some exciting features, including multi-model support, multi-schema support, and variables json language feature support 🎉.see the readme to learn how to configure and use the new interface.
🚨 BREAKING CHANGES!! 🚨
monaco-graphql
🚨 no longer loads schemas usingfetch
introspection 🚨, you must specify the schema in one of many ways statically or dynamically. specifying just a schemauri
no longer works. see the readmegraphql
as the language id instead ofgraphqlDev
monaco-editor
itselfgraphql
in languages for your webpack or vite monaco pluginsmonaco.languages.api
over time :)New Features
this introduces many improvements:
initializeMode()
to initialize the language mode & worker with the schema, but you can still lazily load it, and fall back on default monaco editor basic languages supportPatch Changes
581df6d8
,9df315b4
,9b72af57
]: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 this update again.
This PR was generated by Mend Renovate. View the repository job log.