From 06e29413aba90c884c957f48ff37320e4a766985 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 13:08:04 +0000 Subject: [PATCH] Version Packages --- .changeset/loud-pandas-repeat.md | 5 ----- packages/graphqlsp/CHANGELOG.md | 7 +++++++ packages/graphqlsp/package.json | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 .changeset/loud-pandas-repeat.md diff --git a/.changeset/loud-pandas-repeat.md b/.changeset/loud-pandas-repeat.md deleted file mode 100644 index 1e31f715..00000000 --- a/.changeset/loud-pandas-repeat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@0no-co/graphqlsp': patch ---- - -Update dependencies. The bundled `graphql-language-service` has been updated to 5.5, which adds `label`, `detail`, `type`, `documentation`, and deprecation metadata to GraphQL completion entries, and the bundled `lru-cache` has been updated to v11, which requires Node.js 20 or higher. diff --git a/packages/graphqlsp/CHANGELOG.md b/packages/graphqlsp/CHANGELOG.md index 3fe2e128..7f6cd237 100644 --- a/packages/graphqlsp/CHANGELOG.md +++ b/packages/graphqlsp/CHANGELOG.md @@ -1,5 +1,12 @@ # @0no-co/graphqlsp +## 1.17.4 + +### Patch Changes + +- Update dependencies. The bundled `graphql-language-service` has been updated to 5.5, which adds `label`, `detail`, `type`, `documentation`, and deprecation metadata to GraphQL completion entries, and the bundled `lru-cache` has been updated to v11, which requires Node.js 20 or higher + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#417](https://github.com/0no-co/GraphQLSP/pull/417)) + ## 1.17.3 ### Patch Changes diff --git a/packages/graphqlsp/package.json b/packages/graphqlsp/package.json index 962c1f99..c7c974fb 100644 --- a/packages/graphqlsp/package.json +++ b/packages/graphqlsp/package.json @@ -1,6 +1,6 @@ { "name": "@0no-co/graphqlsp", - "version": "1.17.3", + "version": "1.17.4", "description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.", "main": "./dist/graphqlsp", "module": "./dist/graphqlsp.mjs",