From 63762fda5aff3605c2c5283a0a53e19b51108758 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 3 May 2023 08:07:47 +0000 Subject: [PATCH] Version Packages --- .changeset/breezy-laws-sneeze.md | 12 ------------ .changeset/eight-swans-destroy.md | 6 ------ .changeset/green-radios-fix.md | 5 ----- .changeset/olive-rice-sell.md | 5 ----- .changeset/shaggy-monkeys-bathe.md | 10 ---------- .changeset/tasty-glasses-report.md | 9 --------- .changeset/tasty-socks-swim.md | 5 ----- .changeset/unlucky-impalas-eat.md | 5 ----- examples/monaco-graphql-webpack/package.json | 4 ++-- packages/cm6-graphql/CHANGELOG.md | 9 +++++++++ packages/cm6-graphql/package.json | 4 ++-- packages/codemirror-graphql/CHANGELOG.md | 11 +++++++++++ packages/codemirror-graphql/package.json | 4 ++-- .../graphiql-plugin-code-exporter/package.json | 2 +- packages/graphiql-plugin-explorer/CHANGELOG.md | 7 +++++++ packages/graphiql-plugin-explorer/package.json | 4 ++-- packages/graphiql-react/CHANGELOG.md | 15 +++++++++++++++ packages/graphiql-react/package.json | 8 ++++---- packages/graphiql-toolkit/CHANGELOG.md | 10 ++++++++++ packages/graphiql-toolkit/package.json | 2 +- packages/graphiql/CHANGELOG.md | 11 +++++++++++ packages/graphiql/package.json | 8 ++++---- .../graphql-language-service-cli/CHANGELOG.md | 10 ++++++++++ .../graphql-language-service-cli/package.json | 6 +++--- .../graphql-language-service-server/CHANGELOG.md | 15 +++++++++++++++ .../graphql-language-service-server/package.json | 4 ++-- packages/graphql-language-service/CHANGELOG.md | 6 ++++++ packages/graphql-language-service/package.json | 2 +- packages/monaco-graphql/CHANGELOG.md | 13 +++++++++++++ packages/monaco-graphql/package.json | 4 ++-- packages/vscode-graphql-execution/CHANGELOG.md | 8 ++++++++ packages/vscode-graphql-execution/package.json | 2 +- packages/vscode-graphql-syntax/CHANGELOG.md | 10 ++++++++++ packages/vscode-graphql-syntax/package.json | 2 +- packages/vscode-graphql/CHANGELOG.md | 11 +++++++++++ packages/vscode-graphql/package.json | 4 ++-- 36 files changed, 166 insertions(+), 87 deletions(-) delete mode 100644 .changeset/breezy-laws-sneeze.md delete mode 100644 .changeset/eight-swans-destroy.md delete mode 100644 .changeset/green-radios-fix.md delete mode 100644 .changeset/olive-rice-sell.md delete mode 100644 .changeset/shaggy-monkeys-bathe.md delete mode 100644 .changeset/tasty-glasses-report.md delete mode 100644 .changeset/tasty-socks-swim.md delete mode 100644 .changeset/unlucky-impalas-eat.md diff --git a/.changeset/breezy-laws-sneeze.md b/.changeset/breezy-laws-sneeze.md deleted file mode 100644 index 53e663ef087..00000000000 --- a/.changeset/breezy-laws-sneeze.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -'codemirror-graphql': patch -'graphiql': patch -'@graphiql/react': patch -'@graphiql/toolkit': patch -'graphql-language-service': patch -'graphql-language-service-server': patch -'monaco-graphql': patch -'vscode-graphql-execution': patch ---- - -replace `.forEach` with `for..of` diff --git a/.changeset/eight-swans-destroy.md b/.changeset/eight-swans-destroy.md deleted file mode 100644 index d1b1817703f..00000000000 --- a/.changeset/eight-swans-destroy.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'graphql-language-service-server': patch -'vscode-graphql': patch ---- - -fix: `.vue` and `.svelte` files doesn't log errors anymore when parsing with no script tag (#2836) diff --git a/.changeset/green-radios-fix.md b/.changeset/green-radios-fix.md deleted file mode 100644 index 8dd67d7bb2d..00000000000 --- a/.changeset/green-radios-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"cm6-graphql": patch ---- - -Updated cm6-graphql package README diff --git a/.changeset/olive-rice-sell.md b/.changeset/olive-rice-sell.md deleted file mode 100644 index 42f36e9a8f3..00000000000 --- a/.changeset/olive-rice-sell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphiql/react': patch ---- - -Prefer KeyboardEvent#key over KeyboardEvent#keyCode diff --git a/.changeset/shaggy-monkeys-bathe.md b/.changeset/shaggy-monkeys-bathe.md deleted file mode 100644 index 9498eb14e6d..00000000000 --- a/.changeset/shaggy-monkeys-bathe.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'graphql-language-service-server': patch -'graphql-language-service-cli': patch -'codemirror-graphql': patch -'@graphiql/toolkit': patch -'@graphiql/react': patch -'monaco-graphql': patch ---- - -enable `no-floating-promises` eslint rule diff --git a/.changeset/tasty-glasses-report.md b/.changeset/tasty-glasses-report.md deleted file mode 100644 index 2ba568d2296..00000000000 --- a/.changeset/tasty-glasses-report.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@graphiql/toolkit': patch -'graphql-language-service-server': patch -'monaco-graphql': patch -'vscode-graphql': patch -'vscode-graphql-execution': patch ---- - -prefer await to then diff --git a/.changeset/tasty-socks-swim.md b/.changeset/tasty-socks-swim.md deleted file mode 100644 index 1139d91646f..00000000000 --- a/.changeset/tasty-socks-swim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'vscode-graphql-syntax': minor ---- - -Add syntax highlighting in Scala diff --git a/.changeset/unlucky-impalas-eat.md b/.changeset/unlucky-impalas-eat.md deleted file mode 100644 index add1088e175..00000000000 --- a/.changeset/unlucky-impalas-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'vscode-graphql-syntax': patch ---- - -ci: test formatting fix with a changeset diff --git a/examples/monaco-graphql-webpack/package.json b/examples/monaco-graphql-webpack/package.json index 4f89cba7101..e541319666c 100644 --- a/examples/monaco-graphql-webpack/package.json +++ b/examples/monaco-graphql-webpack/package.json @@ -10,11 +10,11 @@ }, "dependencies": { "graphql": "^16.6.0", - "graphql-language-service": "^5.1.3", + "graphql-language-service": "^5.1.4", "json-schema": "^0.4.0", "jsonc-parser": "3.2.0", "monaco-editor": "^0.36.0", - "monaco-graphql": "^1.2.0", + "monaco-graphql": "^1.2.1", "prettier": "^2.8.4" }, "devDependencies": { diff --git a/packages/cm6-graphql/CHANGELOG.md b/packages/cm6-graphql/CHANGELOG.md index 30418aaaa72..911a5d22074 100644 --- a/packages/cm6-graphql/CHANGELOG.md +++ b/packages/cm6-graphql/CHANGELOG.md @@ -1,5 +1,14 @@ # cm6-graphql +## 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 diff --git a/packages/cm6-graphql/package.json b/packages/cm6-graphql/package.json index 61901553a3d..d0d2bf7092e 100644 --- a/packages/cm6-graphql/package.json +++ b/packages/cm6-graphql/package.json @@ -1,6 +1,6 @@ { "name": "cm6-graphql", - "version": "0.0.4", + "version": "0.0.5", "description": "GraphQL language support for CodeMirror 6", "scripts": { "build": "cm-buildhelper src/index.ts", @@ -15,7 +15,7 @@ "types": "dist/index.d.ts", "sideEffects": false, "dependencies": { - "graphql-language-service": "^5.1.3" + "graphql-language-service": "^5.1.4" }, "devDependencies": { "@codemirror/autocomplete": "^6.0.0", diff --git a/packages/codemirror-graphql/CHANGELOG.md b/packages/codemirror-graphql/CHANGELOG.md index d6c4f40b965..349d19ba45c 100644 --- a/packages/codemirror-graphql/CHANGELOG.md +++ b/packages/codemirror-graphql/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 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 diff --git a/packages/codemirror-graphql/package.json b/packages/codemirror-graphql/package.json index b6a18d13d00..2c0d5b52169 100644 --- a/packages/codemirror-graphql/package.json +++ b/packages/codemirror-graphql/package.json @@ -1,6 +1,6 @@ { "name": "codemirror-graphql", - "version": "2.0.5", + "version": "2.0.6", "description": "GraphQL mode and helpers for CodeMirror.", "contributors": [ "Hyohyeon Jeong ", @@ -51,7 +51,7 @@ }, "// TEMPORARILY PINNED until we fix graphql 15 support": "", "dependencies": { - "graphql-language-service": "5.1.3" + "graphql-language-service": "5.1.4" }, "devDependencies": { "@codemirror/language": "6.0.0", diff --git a/packages/graphiql-plugin-code-exporter/package.json b/packages/graphiql-plugin-code-exporter/package.json index 873b9d9994d..e95975195f0 100644 --- a/packages/graphiql-plugin-code-exporter/package.json +++ b/packages/graphiql-plugin-code-exporter/package.json @@ -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.2", "@vitejs/plugin-react": "^1.3.0", "postcss-nesting": "^10.1.7", "typescript": "^4.6.3", diff --git a/packages/graphiql-plugin-explorer/CHANGELOG.md b/packages/graphiql-plugin-explorer/CHANGELOG.md index 87d6a005f5f..c709e8c9ecf 100644 --- a/packages/graphiql-plugin-explorer/CHANGELOG.md +++ b/packages/graphiql-plugin-explorer/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphiql/plugin-explorer +## 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 diff --git a/packages/graphiql-plugin-explorer/package.json b/packages/graphiql-plugin-explorer/package.json index d9c07955c9d..15fb0403907 100644 --- a/packages/graphiql-plugin-explorer/package.json +++ b/packages/graphiql-plugin-explorer/package.json @@ -1,6 +1,6 @@ { "name": "@graphiql/plugin-explorer", - "version": "0.1.15", + "version": "0.1.16", "repository": { "type": "git", "url": "https://github.com/graphql/graphiql", @@ -28,7 +28,7 @@ "preview": "vite preview" }, "dependencies": { - "@graphiql/react": "^0.17.1", + "@graphiql/react": "^0.17.2", "graphiql-explorer": "^0.9.0" }, "peerDependencies": { diff --git a/packages/graphiql-react/CHANGELOG.md b/packages/graphiql-react/CHANGELOG.md index f88f0ee02a7..038b8c09bb6 100644 --- a/packages/graphiql-react/CHANGELOG.md +++ b/packages/graphiql-react/CHANGELOG.md @@ -1,5 +1,20 @@ # @graphiql/react +## 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 diff --git a/packages/graphiql-react/package.json b/packages/graphiql-react/package.json index 29c7eb28e38..82dd4fa34a8 100644 --- a/packages/graphiql-react/package.json +++ b/packages/graphiql-react/package.json @@ -1,6 +1,6 @@ { "name": "@graphiql/react", - "version": "0.17.1", + "version": "0.17.2", "repository": { "type": "git", "url": "https://github.com/graphql/graphiql", @@ -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", @@ -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.6", "copy-to-clipboard": "^3.2.0", - "graphql-language-service": "^5.1.3", + "graphql-language-service": "^5.1.4", "markdown-it": "^12.2.0", "set-value": "^4.1.0" }, diff --git a/packages/graphiql-toolkit/CHANGELOG.md b/packages/graphiql-toolkit/CHANGELOG.md index 6b8f05650dc..87a3aa17721 100644 --- a/packages/graphiql-toolkit/CHANGELOG.md +++ b/packages/graphiql-toolkit/CHANGELOG.md @@ -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 diff --git a/packages/graphiql-toolkit/package.json b/packages/graphiql-toolkit/package.json index 613c61eec4d..7baf7d07830 100644 --- a/packages/graphiql-toolkit/package.json +++ b/packages/graphiql-toolkit/package.json @@ -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 (https://rikki.dev)" diff --git a/packages/graphiql/CHANGELOG.md b/packages/graphiql/CHANGELOG.md index 146576a299d..7d23dbd8f4e 100644 --- a/packages/graphiql/CHANGELOG.md +++ b/packages/graphiql/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 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 diff --git a/packages/graphiql/package.json b/packages/graphiql/package.json index 41bde464148..e6565d60a46 100644 --- a/packages/graphiql/package.json +++ b/packages/graphiql/package.json @@ -1,6 +1,6 @@ { "name": "graphiql", - "version": "2.4.1", + "version": "2.4.2", "description": "An graphical interactive in-browser GraphQL IDE.", "contributors": [ "Hyohyeon Jeong ", @@ -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.2", + "@graphiql/toolkit": "^0.8.4", + "graphql-language-service": "^5.1.4", "markdown-it": "^12.2.0" }, "peerDependencies": { diff --git a/packages/graphql-language-service-cli/CHANGELOG.md b/packages/graphql-language-service-cli/CHANGELOG.md index e39266f85a6..b50b5c5b91c 100644 --- a/packages/graphql-language-service-cli/CHANGELOG.md +++ b/packages/graphql-language-service-cli/CHANGELOG.md @@ -1,5 +1,15 @@ # graphql-language-service-cli +## 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 diff --git a/packages/graphql-language-service-cli/package.json b/packages/graphql-language-service-cli/package.json index b553eb60b94..cb57ad8f444 100644 --- a/packages/graphql-language-service-cli/package.json +++ b/packages/graphql-language-service-cli/package.json @@ -1,6 +1,6 @@ { "name": "graphql-language-service-cli", - "version": "3.3.17", + "version": "3.3.18", "description": "An interface for building GraphQL language services for IDEs", "contributors": [ "Hyohyeon Jeong ", @@ -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.4", + "graphql-language-service-server": "^2.9.8", "yargs": "^16.2.0" }, "devDependencies": { diff --git a/packages/graphql-language-service-server/CHANGELOG.md b/packages/graphql-language-service-server/CHANGELOG.md index 039d1fb6194..459bc70195c 100644 --- a/packages/graphql-language-service-server/CHANGELOG.md +++ b/packages/graphql-language-service-server/CHANGELOG.md @@ -1,5 +1,20 @@ # graphql-language-service-server +## 2.9.8 + +### 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` + +- [#3157](https://github.com/graphql/graphiql/pull/3157) [`06d39823`](https://github.com/graphql/graphiql/commit/06d39823e093c8441fea469446c25f18a664e778) Thanks [@jycouet](https://github.com/jycouet)! - fix: `.vue` and `.svelte` files doesn't log errors anymore when parsing with no script tag (#2836) + +- [#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 + +- Updated dependencies [[`2e477eb2`](https://github.com/graphql/graphiql/commit/2e477eb24672a242ae4a4f2dfaeaf41152ed7ee9)]: + - graphql-language-service@5.1.4 + ## 2.9.7 ### Patch Changes diff --git a/packages/graphql-language-service-server/package.json b/packages/graphql-language-service-server/package.json index 4fc5ec8e738..d7a98096cc0 100644 --- a/packages/graphql-language-service-server/package.json +++ b/packages/graphql-language-service-server/package.json @@ -1,6 +1,6 @@ { "name": "graphql-language-service-server", - "version": "2.9.7", + "version": "2.9.8", "description": "Server process backing the GraphQL Language Service", "contributors": [ "Greg Hurrell (https://greg.hurrell.net/)", @@ -45,7 +45,7 @@ "fast-glob": "^3.2.7", "glob": "^7.2.0", "graphql-config": "4.3.0", - "graphql-language-service": "^5.1.3", + "graphql-language-service": "^5.1.4", "mkdirp": "^1.0.4", "node-abort-controller": "^3.0.1", "nullthrows": "^1.0.0", diff --git a/packages/graphql-language-service/CHANGELOG.md b/packages/graphql-language-service/CHANGELOG.md index e20f5ef4ed1..a65a1eb8919 100644 --- a/packages/graphql-language-service/CHANGELOG.md +++ b/packages/graphql-language-service/CHANGELOG.md @@ -1,5 +1,11 @@ # graphql-language-service +## 5.1.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` + ## 5.1.3 ### Patch Changes diff --git a/packages/graphql-language-service/package.json b/packages/graphql-language-service/package.json index d8576459313..ba9daaa9280 100644 --- a/packages/graphql-language-service/package.json +++ b/packages/graphql-language-service/package.json @@ -1,6 +1,6 @@ { "name": "graphql-language-service", - "version": "5.1.3", + "version": "5.1.4", "description": "The official, runtime independent Language Service for GraphQL", "contributors": [ "GraphQL Contributors" diff --git a/packages/monaco-graphql/CHANGELOG.md b/packages/monaco-graphql/CHANGELOG.md index dd371901ff8..1b9a731c235 100644 --- a/packages/monaco-graphql/CHANGELOG.md +++ b/packages/monaco-graphql/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 1.2.1 + +### 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 + +- Updated dependencies [[`2e477eb2`](https://github.com/graphql/graphiql/commit/2e477eb24672a242ae4a4f2dfaeaf41152ed7ee9)]: + - graphql-language-service@5.1.4 + ## 1.2.0 ### Minor Changes diff --git a/packages/monaco-graphql/package.json b/packages/monaco-graphql/package.json index 41e8aa16c57..9f92c90e5ce 100644 --- a/packages/monaco-graphql/package.json +++ b/packages/monaco-graphql/package.json @@ -1,7 +1,7 @@ { "name": "monaco-graphql", "description": "full service, official monaco mode for GraphQL", - "version": "1.2.0", + "version": "1.2.1", "license": "MIT", "main": "dist/monaco.contribution.js", "module": "esm/monaco.contribution.js", @@ -26,7 +26,7 @@ "src" ], "dependencies": { - "graphql-language-service": "^5.1.3", + "graphql-language-service": "^5.1.4", "picomatch-browser": "^2.2.6" }, "devDependencies": { diff --git a/packages/vscode-graphql-execution/CHANGELOG.md b/packages/vscode-graphql-execution/CHANGELOG.md index 71ae8507fdb..72bc4b11e70 100644 --- a/packages/vscode-graphql-execution/CHANGELOG.md +++ b/packages/vscode-graphql-execution/CHANGELOG.md @@ -1,5 +1,13 @@ # vscode-graphql-execution +## 0.1.9 + +### 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` + +- [#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.1.8 ### Patch Changes diff --git a/packages/vscode-graphql-execution/package.json b/packages/vscode-graphql-execution/package.json index 7220d181398..01ebfb039d2 100644 --- a/packages/vscode-graphql-execution/package.json +++ b/packages/vscode-graphql-execution/package.json @@ -1,6 +1,6 @@ { "name": "vscode-graphql-execution", - "version": "0.1.8", + "version": "0.1.9", "displayName": "GraphQL: Inline Operation Execution", "description": "Execute graphql operations from your code (revived!)", "publisher": "GraphQL", diff --git a/packages/vscode-graphql-syntax/CHANGELOG.md b/packages/vscode-graphql-syntax/CHANGELOG.md index 6a95c42d463..052660693af 100644 --- a/packages/vscode-graphql-syntax/CHANGELOG.md +++ b/packages/vscode-graphql-syntax/CHANGELOG.md @@ -1,5 +1,15 @@ # vscode-graphql-syntax +## 1.2.0 + +### Minor Changes + +- [#3106](https://github.com/graphql/graphiql/pull/3106) [`40690901`](https://github.com/graphql/graphiql/commit/40690901603a678ad6aa8e38f63b14e6b53d315c) Thanks [@hugo-vrijswijk](https://github.com/hugo-vrijswijk)! - Add syntax highlighting in Scala + +### Patch Changes + +- [#3133](https://github.com/graphql/graphiql/pull/3133) [`a8f21ad3`](https://github.com/graphql/graphiql/commit/a8f21ad3cf1c2ead95fa2c95372d01bafff8fee9) Thanks [@acao](https://github.com/acao)! - ci: test formatting fix with a changeset + ## 1.1.0 ### Minor Changes diff --git a/packages/vscode-graphql-syntax/package.json b/packages/vscode-graphql-syntax/package.json index 6017bf85941..3245f928dc8 100644 --- a/packages/vscode-graphql-syntax/package.json +++ b/packages/vscode-graphql-syntax/package.json @@ -1,6 +1,6 @@ { "name": "vscode-graphql-syntax", - "version": "1.1.0", + "version": "1.2.0", "displayName": "GraphQL: Syntax Highlighting", "description": "Adds syntax highlighting support for .graphql & embedded support for javascript, typescript, vue, markdown, python, php, reason, ocaml and rescript", "publisher": "GraphQL", diff --git a/packages/vscode-graphql/CHANGELOG.md b/packages/vscode-graphql/CHANGELOG.md index 011dc58d299..51c9bed351f 100644 --- a/packages/vscode-graphql/CHANGELOG.md +++ b/packages/vscode-graphql/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 0.8.8 + +### Patch Changes + +- [#3157](https://github.com/graphql/graphiql/pull/3157) [`06d39823`](https://github.com/graphql/graphiql/commit/06d39823e093c8441fea469446c25f18a664e778) Thanks [@jycouet](https://github.com/jycouet)! - fix: `.vue` and `.svelte` files doesn't log errors anymore when parsing with no script tag (#2836) + +- [#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 + +- 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-server@2.9.8 + ## 0.8.7 ### Patch Changes diff --git a/packages/vscode-graphql/package.json b/packages/vscode-graphql/package.json index 2cc6232ad6f..5df559f7c01 100644 --- a/packages/vscode-graphql/package.json +++ b/packages/vscode-graphql/package.json @@ -1,6 +1,6 @@ { "name": "vscode-graphql", - "version": "0.8.7", + "version": "0.8.8", "private": true, "license": "MIT", "displayName": "GraphQL: Language Feature Support", @@ -173,7 +173,7 @@ }, "dependencies": { "graphql": "^16.4.0", - "graphql-language-service-server": "^2.9.7", + "graphql-language-service-server": "^2.9.8", "vscode-languageclient": "8.0.2" } }