Skip to content

Commit

Permalink
Merge branch 'main' into fix-off-by-one
Browse files Browse the repository at this point in the history
  • Loading branch information
mskelton authored May 9, 2023
2 parents 8441b79 + 0600749 commit 0aaee79
Show file tree
Hide file tree
Showing 49 changed files with 485 additions and 310 deletions.
12 changes: 0 additions & 12 deletions .changeset/breezy-laws-sneeze.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-radios-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-rice-sell.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/shaggy-monkeys-bathe.md

This file was deleted.

7 changes: 7 additions & 0 deletions .changeset/stale-experts-explode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"graphql-language-service-cli": patch
"graphql-language-service-server": minor
"graphql-language-service": patch
---

Use native LSP logger instead of manual file based logging. This fixes errors in Neovim when using the GraphQL LSP.
9 changes: 0 additions & 9 deletions .changeset/tasty-glasses-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-socks-swim.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-impalas-eat.md

This file was deleted.

4 changes: 2 additions & 2 deletions examples/monaco-graphql-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
},
"dependencies": {
"graphql": "^16.6.0",
"graphql-language-service": "^5.1.3",
"graphql-language-service": "^5.1.5",
"json-schema": "^0.4.0",
"jsonc-parser": "3.2.0",
"monaco-editor": "^0.36.0",
"monaco-graphql": "^1.2.0",
"monaco-graphql": "^1.2.2",
"prettier": "^2.8.4"
},
"devDependencies": {
Expand Down
16 changes: 16 additions & 0 deletions packages/cm6-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# cm6-graphql

## 0.0.6

### Patch Changes

- Updated dependencies [[`4d33b221`](https://github.com/graphql/graphiql/commit/4d33b2214e941f171385a1b72a1fa995714bb284)]:
- graphql-language-service@5.1.5

## 0.0.5

### Patch Changes

- [#3127](https://github.com/graphql/graphiql/pull/3127) [`0d2bb2bc`](https://github.com/graphql/graphiql/commit/0d2bb2bcc6522e156e2d70f3be553bd4b60c8ee1) Thanks [@imolorhe](https://github.com/imolorhe)! - Updated cm6-graphql package README

- Updated dependencies [[`2e477eb2`](https://github.com/graphql/graphiql/commit/2e477eb24672a242ae4a4f2dfaeaf41152ed7ee9)]:
- graphql-language-service@5.1.4

## 0.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cm6-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cm6-graphql",
"version": "0.0.4",
"version": "0.0.6",
"description": "GraphQL language support for CodeMirror 6",
"scripts": {
"build": "cm-buildhelper src/index.ts",
Expand All @@ -15,7 +15,7 @@
"types": "dist/index.d.ts",
"sideEffects": false,
"dependencies": {
"graphql-language-service": "^5.1.3"
"graphql-language-service": "^5.1.5"
},
"devDependencies": {
"@codemirror/autocomplete": "^6.0.0",
Expand Down
18 changes: 18 additions & 0 deletions packages/codemirror-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Change Log

## 2.0.7

### Patch Changes

- Updated dependencies [[`4d33b221`](https://github.com/graphql/graphiql/commit/4d33b2214e941f171385a1b72a1fa995714bb284)]:
- graphql-language-service@5.1.5

## 2.0.6

### Patch Changes

- [#3113](https://github.com/graphql/graphiql/pull/3113) [`2e477eb2`](https://github.com/graphql/graphiql/commit/2e477eb24672a242ae4a4f2dfaeaf41152ed7ee9) Thanks [@B2o5T](https://github.com/B2o5T)! - replace `.forEach` with `for..of`

- [#3109](https://github.com/graphql/graphiql/pull/3109) [`51007002`](https://github.com/graphql/graphiql/commit/510070028b7d8e98f2ba25f396519976aea5fa4b) Thanks [@B2o5T](https://github.com/B2o5T)! - enable `no-floating-promises` eslint rule

- Updated dependencies [[`2e477eb2`](https://github.com/graphql/graphiql/commit/2e477eb24672a242ae4a4f2dfaeaf41152ed7ee9)]:
- graphql-language-service@5.1.4

## 2.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/codemirror-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codemirror-graphql",
"version": "2.0.5",
"version": "2.0.7",
"description": "GraphQL mode and helpers for CodeMirror.",
"contributors": [
"Hyohyeon Jeong <asiandrummer@fb.com>",
Expand Down Expand Up @@ -51,7 +51,7 @@
},
"// TEMPORARILY PINNED until we fix graphql 15 support": "",
"dependencies": {
"graphql-language-service": "5.1.3"
"graphql-language-service": "5.1.5"
},
"devDependencies": {
"@codemirror/language": "6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphiql-plugin-code-exporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@graphiql/react": "^0.17.1",
"@graphiql/react": "^0.17.3",
"@vitejs/plugin-react": "^1.3.0",
"postcss-nesting": "^10.1.7",
"typescript": "^4.6.3",
Expand Down
14 changes: 14 additions & 0 deletions packages/graphiql-plugin-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @graphiql/plugin-explorer

## 0.1.17

### Patch Changes

- Updated dependencies []:
- @graphiql/react@0.17.3

## 0.1.16

### Patch Changes

- Updated dependencies [[`2e477eb2`](https://github.com/graphql/graphiql/commit/2e477eb24672a242ae4a4f2dfaeaf41152ed7ee9), [`4879984e`](https://github.com/graphql/graphiql/commit/4879984ea1803a6e9f97d81c97e8ba27aacddae9), [`51007002`](https://github.com/graphql/graphiql/commit/510070028b7d8e98f2ba25f396519976aea5fa4b)]:
- @graphiql/react@0.17.2

## 0.1.15

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphiql-plugin-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphiql/plugin-explorer",
"version": "0.1.15",
"version": "0.1.17",
"repository": {
"type": "git",
"url": "https://github.com/graphql/graphiql",
Expand Down Expand Up @@ -28,7 +28,7 @@
"preview": "vite preview"
},
"dependencies": {
"@graphiql/react": "^0.17.1",
"@graphiql/react": "^0.17.3",
"graphiql-explorer": "^0.9.0"
},
"peerDependencies": {
Expand Down
23 changes: 23 additions & 0 deletions packages/graphiql-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @graphiql/react

## 0.17.3

### Patch Changes

- Updated dependencies [[`4d33b221`](https://github.com/graphql/graphiql/commit/4d33b2214e941f171385a1b72a1fa995714bb284)]:
- graphql-language-service@5.1.5
- codemirror-graphql@2.0.7

## 0.17.2

### Patch Changes

- [#3113](https://github.com/graphql/graphiql/pull/3113) [`2e477eb2`](https://github.com/graphql/graphiql/commit/2e477eb24672a242ae4a4f2dfaeaf41152ed7ee9) Thanks [@B2o5T](https://github.com/B2o5T)! - replace `.forEach` with `for..of`

- [#3126](https://github.com/graphql/graphiql/pull/3126) [`4879984e`](https://github.com/graphql/graphiql/commit/4879984ea1803a6e9f97d81c97e8ba27aacddae9) Thanks [@B2o5T](https://github.com/B2o5T)! - Prefer KeyboardEvent#key over KeyboardEvent#keyCode

- [#3109](https://github.com/graphql/graphiql/pull/3109) [`51007002`](https://github.com/graphql/graphiql/commit/510070028b7d8e98f2ba25f396519976aea5fa4b) Thanks [@B2o5T](https://github.com/B2o5T)! - enable `no-floating-promises` eslint rule

- Updated dependencies [[`2e477eb2`](https://github.com/graphql/graphiql/commit/2e477eb24672a242ae4a4f2dfaeaf41152ed7ee9), [`51007002`](https://github.com/graphql/graphiql/commit/510070028b7d8e98f2ba25f396519976aea5fa4b), [`15c26eb6`](https://github.com/graphql/graphiql/commit/15c26eb6d621a85df9eecb2b8a5fa009fa2fe040)]:
- codemirror-graphql@2.0.6
- @graphiql/toolkit@0.8.4
- graphql-language-service@5.1.4

## 0.17.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/graphiql-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphiql/react",
"version": "0.17.1",
"version": "0.17.3",
"repository": {
"type": "git",
"url": "https://github.com/graphql/graphiql",
Expand Down Expand Up @@ -36,7 +36,7 @@
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@graphiql/toolkit": "^0.8.3",
"@graphiql/toolkit": "^0.8.4",
"@reach/combobox": "^0.17.0",
"@reach/dialog": "^0.17.0",
"@reach/listbox": "^0.17.0",
Expand All @@ -45,9 +45,9 @@
"@reach/visually-hidden": "^0.17.0",
"clsx": "^1.2.1",
"codemirror": "^5.65.3",
"codemirror-graphql": "^2.0.5",
"codemirror-graphql": "^2.0.7",
"copy-to-clipboard": "^3.2.0",
"graphql-language-service": "^5.1.3",
"graphql-language-service": "^5.1.5",
"markdown-it": "^12.2.0",
"set-value": "^4.1.0"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/graphiql-toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @graphiql/toolkit

## 0.8.4

### Patch Changes

- [#3113](https://github.com/graphql/graphiql/pull/3113) [`2e477eb2`](https://github.com/graphql/graphiql/commit/2e477eb24672a242ae4a4f2dfaeaf41152ed7ee9) Thanks [@B2o5T](https://github.com/B2o5T)! - replace `.forEach` with `for..of`

- [#3109](https://github.com/graphql/graphiql/pull/3109) [`51007002`](https://github.com/graphql/graphiql/commit/510070028b7d8e98f2ba25f396519976aea5fa4b) Thanks [@B2o5T](https://github.com/B2o5T)! - enable `no-floating-promises` eslint rule

- [#3120](https://github.com/graphql/graphiql/pull/3120) [`15c26eb6`](https://github.com/graphql/graphiql/commit/15c26eb6d621a85df9eecb2b8a5fa009fa2fe040) Thanks [@B2o5T](https://github.com/B2o5T)! - prefer await to then

## 0.8.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphiql-toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphiql/toolkit",
"version": "0.8.3",
"version": "0.8.4",
"description": "Utility to build a fetcher for GraphiQL",
"contributors": [
"Rikki Schulte <rikki.schulte@gmail.com> (https://rikki.dev)"
Expand Down
19 changes: 19 additions & 0 deletions packages/graphiql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Change Log

## 2.4.3

### Patch Changes

- Updated dependencies [[`4d33b221`](https://github.com/graphql/graphiql/commit/4d33b2214e941f171385a1b72a1fa995714bb284)]:
- graphql-language-service@5.1.5
- @graphiql/react@0.17.3

## 2.4.2

### Patch Changes

- [#3113](https://github.com/graphql/graphiql/pull/3113) [`2e477eb2`](https://github.com/graphql/graphiql/commit/2e477eb24672a242ae4a4f2dfaeaf41152ed7ee9) Thanks [@B2o5T](https://github.com/B2o5T)! - replace `.forEach` with `for..of`

- Updated dependencies [[`2e477eb2`](https://github.com/graphql/graphiql/commit/2e477eb24672a242ae4a4f2dfaeaf41152ed7ee9), [`4879984e`](https://github.com/graphql/graphiql/commit/4879984ea1803a6e9f97d81c97e8ba27aacddae9), [`51007002`](https://github.com/graphql/graphiql/commit/510070028b7d8e98f2ba25f396519976aea5fa4b), [`15c26eb6`](https://github.com/graphql/graphiql/commit/15c26eb6d621a85df9eecb2b8a5fa009fa2fe040)]:
- @graphiql/react@0.17.2
- @graphiql/toolkit@0.8.4
- graphql-language-service@5.1.4

## 2.4.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/graphiql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphiql",
"version": "2.4.1",
"version": "2.4.3",
"description": "An graphical interactive in-browser GraphQL IDE.",
"contributors": [
"Hyohyeon Jeong <asiandrummer@fb.com>",
Expand Down Expand Up @@ -50,9 +50,9 @@
"webpack": "webpack-cli --config resources/webpack.config.js"
},
"dependencies": {
"@graphiql/react": "^0.17.1",
"@graphiql/toolkit": "^0.8.3",
"graphql-language-service": "^5.1.3",
"@graphiql/react": "^0.17.3",
"@graphiql/toolkit": "^0.8.4",
"graphql-language-service": "^5.1.5",
"markdown-it": "^12.2.0"
},
"peerDependencies": {
Expand Down
32 changes: 32 additions & 0 deletions packages/graphql-language-service-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# graphql-language-service-cli

## 3.3.21

### Patch Changes

- Updated dependencies [[`f2040452`](https://github.com/graphql/graphiql/commit/f20404529677635f5d4792b328aa648641bf8d9c)]:
- graphql-language-service-server@2.10.0

## 3.3.20

### Patch Changes

- Updated dependencies [[`4d33b221`](https://github.com/graphql/graphiql/commit/4d33b2214e941f171385a1b72a1fa995714bb284)]:
- graphql-language-service-server@2.9.10
- graphql-language-service@5.1.5

## 3.3.19

### Patch Changes

- Updated dependencies [[`632a7c6b`](https://github.com/graphql/graphiql/commit/632a7c6bb2959ef5d59236aeab218587578466e7)]:
- graphql-language-service-server@2.9.9

## 3.3.18

### Patch Changes

- [#3109](https://github.com/graphql/graphiql/pull/3109) [`51007002`](https://github.com/graphql/graphiql/commit/510070028b7d8e98f2ba25f396519976aea5fa4b) Thanks [@B2o5T](https://github.com/B2o5T)! - enable `no-floating-promises` eslint rule

- Updated dependencies [[`2e477eb2`](https://github.com/graphql/graphiql/commit/2e477eb24672a242ae4a4f2dfaeaf41152ed7ee9), [`06d39823`](https://github.com/graphql/graphiql/commit/06d39823e093c8441fea469446c25f18a664e778), [`51007002`](https://github.com/graphql/graphiql/commit/510070028b7d8e98f2ba25f396519976aea5fa4b), [`15c26eb6`](https://github.com/graphql/graphiql/commit/15c26eb6d621a85df9eecb2b8a5fa009fa2fe040)]:
- graphql-language-service@5.1.4
- graphql-language-service-server@2.9.8

## 3.3.17

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/graphql-language-service-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-language-service-cli",
"version": "3.3.17",
"version": "3.3.21",
"description": "An interface for building GraphQL language services for IDEs",
"contributors": [
"Hyohyeon Jeong <asiandrummer@fb.com>",
Expand Down Expand Up @@ -36,8 +36,8 @@
},
"dependencies": {
"@babel/polyfill": "^7.12.1",
"graphql-language-service": "^5.1.3",
"graphql-language-service-server": "^2.9.7",
"graphql-language-service": "^5.1.5",
"graphql-language-service-server": "^2.10.0",
"yargs": "^16.2.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 0aaee79

Please sign in to comment.