Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/loud-pandas-repeat.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/graphqlsp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/graphqlsp/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down