Releases: graphql/graphiql
vscode-graphql-execution@0.3.7
Patch Changes
- #4342
b4c7ae5Thanks @trevor-scheer! - Upgrade@urql/coreto v6 and remove the esbuild shim that redirectedgraphql.mjsimports.
graphiql@5.2.4
Patch Changes
-
#4346
0f5a2a0Thanks @trevor-scheer! - Release a patch version of the packages served from esm.sh in the GraphiQL CDN example to trigger a rebuild on esm.sh now that a longstanding esm.sh issue has been fixed. -
Updated dependencies [
0f5a2a0]:- @graphiql/react@0.37.7
@graphiql/toolkit@0.12.1
Patch Changes
- #4346
0f5a2a0Thanks @trevor-scheer! - Release a patch version of the packages served from esm.sh in the GraphiQL CDN example to trigger a rebuild on esm.sh now that a longstanding esm.sh issue has been fixed.
@graphiql/react@0.37.7
Patch Changes
-
#4346
0f5a2a0Thanks @trevor-scheer! - Release a patch version of the packages served from esm.sh in the GraphiQL CDN example to trigger a rebuild on esm.sh now that a longstanding esm.sh issue has been fixed. -
Updated dependencies [
0f5a2a0]:- @graphiql/toolkit@0.12.1
@graphiql/plugin-explorer@5.1.3
Patch Changes
- #4346
0f5a2a0Thanks @trevor-scheer! - Release a patch version of the packages served from esm.sh in the GraphiQL CDN example to trigger a rebuild on esm.sh now that a longstanding esm.sh issue has been fixed.
vscode-graphql-execution@0.3.6
Patch Changes
- #4306
7aefde8Thanks @dependabot! - Bumpwsto 8.20.1 to address GHSA-58qx-3vcg-4xpx (uninitialized memory disclosure inwebsocket.close()).
graphql-language-service@5.5.2
Patch Changes
- #4329
a526a10Thanks @vishwakt! - Make the fields block optional when parsing object, interface, input, and enum type definitions (and their extensions) in the online parser. Per the GraphQL spec these blocks are optional, so spec-valid SDL such asextend type Foo @onTypeortype Foo @onType(directives only, no body) no longer reportsinvalidcharduring syntax highlighting.
graphql-language-service-server@2.14.10
Patch Changes
-
#4328
d6b71ceThanks @vishwakt! - Movedebounce-promisefromdevDependenciestodependencies. It is imported at runtime inMessageProcessor.ts, so it must be a regular dependency. Previously the package only resolved it via hoisting, which fails under strict installs (e.g.pnpmv11), causinggraphql-lspto crash withCannot find module 'debounce-promise'. -
#4331
e1077b9Thanks @vishwakt! - ImportLoggerfromvscode-jsonrpcinstead ofvscode-languageserver.Loggeris defined invscode-jsonrpc(a direct dependency) and only reachedvscode-languageserverthrough a transitive re-export, whichtsgofailed to resolve on CI (Module '"vscode-languageserver"' has no exported member 'Logger'). Importing from the package that owns the type avoids relying on that fragile re-export chain. -
Updated dependencies [
a526a10]:- graphql-language-service@5.5.2
codemirror-graphql@2.2.7
Patch Changes
- Updated dependencies [
a526a10]:- graphql-language-service@5.5.2
@graphiql/react@0.37.6
Patch Changes
-
#4332
61d138fThanks @vishwakt! - Fix image previews in the response viewer fetching from the wrong host. Monaco splits the hovered word on:, so a full URL likehttps://example.com/img.pngreaches the preview as the protocol-relative//example.com/img.png. The preview stripped the leading character, turning that into the host-relative/example.com/img.pngand fetching it from the current origin. The original host is now preserved. -
Updated dependencies [
a526a10]:- graphql-language-service@5.5.2