vscode-graphql-execution@0.3.7
Patch Changes #4342 b4c7ae5 Thanks @trevor-scheer! - Upgrade @urql/core to v6 and remove the esbuild shim that redirected graphql .mjs imports.
Patch Changes #4342 b4c7ae5 Thanks @trevor-scheer! - Upgrade @urql/core to v6 and remove the esbuild shim that redirected graphql .mjs imports.
Patch Changes #4346 0f5a2a0 Thanks @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.
Patch Changes #4346 0f5a2a0 Thanks @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
Patch Changes #4346 0f5a2a0 Thanks @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
Patch Changes #4346 0f5a2a0 Thanks @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.
Patch Changes #4306 7aefde8 Thanks @dependabot! - Bump ws to 8.20.1 to address GHSA-58qx-3vcg-4xpx (uninitialized memory disclosure in websocket.close()).
Patch Changes #4328 d6b71ce Thanks @vishwakt! - Move debounce-promise from devDependencies to dependencies. It is imported at runtime in MessageProcessor.ts, so it must be a regular dependency. Previously the package only resolved it via hoisting, which fails under strict installs (e.g. pnpm v11), causing graphql-lsp to crash with Cannot find module 'debounce-promise'. #4331 e1077b9 Thanks @vishwa…
Patch Changes #4329 a526a10 Thanks @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 as extend type Foo @onType or type Foo @onType (directives only, no body) no longer reports invalidchar during syntax highlighting.
Patch Changes #4332 61d138f Thanks @vishwakt! - Fix image previews in the response viewer fetching from the wrong host. Monaco splits the hovered word on :, so a full URL like https://example.com/img.png reaches 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.png and fetching it from the cu…
Patch Changes Updated dependencies [a526a10]: graphql-language-service@5.5.2