github graphql/graphiql graphql-language-service-server@2.14.10

5 hours ago

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 @vishwakt! - Import Logger from vscode-jsonrpc instead of vscode-languageserver. Logger is defined in vscode-jsonrpc (a direct dependency) and only reached vscode-languageserver through a transitive re-export, which tsgo failed 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

Don't miss a new graphiql release

NewReleases is sending notifications on new releases.