From a4515cec4b1bda8f38a0c2dad5fbeeae96c621c7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 16 Sep 2024 10:34:59 +0000 Subject: [PATCH] Version Packages --- .changeset/clean-mice-chew.md | 5 ----- .changeset/neat-houses-explode.md | 16 ---------------- .changeset/strange-knives-hammer.md | 18 ------------------ examples/graphiql-webpack/package.json | 10 +++++----- examples/monaco-graphql-nextjs/package.json | 4 ++-- .../monaco-graphql-react-vite/package.json | 6 +++--- examples/monaco-graphql-webpack/package.json | 4 ++-- packages/cm6-graphql/CHANGELOG.md | 16 ++++++++++++++++ packages/cm6-graphql/package.json | 4 ++-- packages/codemirror-graphql/CHANGELOG.md | 14 ++++++++++++++ packages/codemirror-graphql/package.json | 4 ++-- .../graphiql-plugin-code-exporter/CHANGELOG.md | 14 ++++++++++++++ .../graphiql-plugin-code-exporter/package.json | 6 +++--- packages/graphiql-plugin-explorer/CHANGELOG.md | 14 ++++++++++++++ packages/graphiql-plugin-explorer/package.json | 6 +++--- packages/graphiql-react/CHANGELOG.md | 16 ++++++++++++++++ packages/graphiql-react/package.json | 8 ++++---- packages/graphiql-toolkit/CHANGELOG.md | 11 +++++++++++ packages/graphiql-toolkit/package.json | 2 +- packages/graphiql/CHANGELOG.md | 14 ++++++++++++++ packages/graphiql/package.json | 6 +++--- .../graphql-language-service-cli/CHANGELOG.md | 15 +++++++++++++++ .../graphql-language-service-cli/package.json | 6 +++--- .../CHANGELOG.md | 14 ++++++++++++++ .../package.json | 4 ++-- packages/graphql-language-service/CHANGELOG.md | 11 +++++++++++ packages/graphql-language-service/package.json | 2 +- packages/monaco-graphql/CHANGELOG.md | 14 ++++++++++++++ packages/monaco-graphql/package.json | 4 ++-- packages/vscode-graphql-execution/CHANGELOG.md | 6 ++++++ packages/vscode-graphql-execution/package.json | 2 +- packages/vscode-graphql-syntax/CHANGELOG.md | 6 ++++++ packages/vscode-graphql-syntax/package.json | 2 +- packages/vscode-graphql/CHANGELOG.md | 9 +++++++++ packages/vscode-graphql/package.json | 4 ++-- 35 files changed, 216 insertions(+), 81 deletions(-) delete mode 100644 .changeset/clean-mice-chew.md delete mode 100644 .changeset/neat-houses-explode.md delete mode 100644 .changeset/strange-knives-hammer.md diff --git a/.changeset/clean-mice-chew.md b/.changeset/clean-mice-chew.md deleted file mode 100644 index e6c2c74e16f..00000000000 --- a/.changeset/clean-mice-chew.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'cm6-graphql': minor ---- - -The cm6-graphql package currently specifies exact versions for its peer dependencies on @codemirror packages. This is causing conflicts when projects use newer versions of these packages, leading to multiple instances being installed. diff --git a/.changeset/neat-houses-explode.md b/.changeset/neat-houses-explode.md deleted file mode 100644 index 63cd90d233b..00000000000 --- a/.changeset/neat-houses-explode.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -'graphql-language-service-server': minor -'@graphiql/plugin-code-exporter': minor -'graphql-language-service-cli': minor -'@graphiql/plugin-explorer': minor -'graphql-language-service': minor -'codemirror-graphql': minor -'@graphiql/toolkit': minor -'@graphiql/react': minor -'monaco-graphql': minor -'cm6-graphql': minor -'graphiql': minor ---- - -officially deprecate graphql@15 support, as our types and other runtime capabilities ceased to be compatible in 2022 or 2023, but the regression tests were disabled -`graphql-language-service` is where the bug is, which is used by all of the libraries and applications in `graphiql` monorepo. diff --git a/.changeset/strange-knives-hammer.md b/.changeset/strange-knives-hammer.md deleted file mode 100644 index 08369aaab31..00000000000 --- a/.changeset/strange-knives-hammer.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -'graphql-language-service-server': patch -'@graphiql/plugin-code-exporter': patch -'graphql-language-service-cli': patch -'@graphiql/plugin-explorer': patch -'graphql-language-service': patch -'codemirror-graphql': patch -'@graphiql/toolkit': patch -'@graphiql/react': patch -'monaco-graphql': patch -'cm6-graphql': patch -'graphiql': patch -'vscode-graphql': patch -'vscode-graphql-execution': patch -'vscode-graphql-syntax': patch ---- - -use latest stable version of graphql 16.9.0 diff --git a/examples/graphiql-webpack/package.json b/examples/graphiql-webpack/package.json index 8f37fd3bc08..7513fb088f0 100644 --- a/examples/graphiql-webpack/package.json +++ b/examples/graphiql-webpack/package.json @@ -9,11 +9,11 @@ "start": "NODE_ENV=development webpack-cli serve" }, "dependencies": { - "@graphiql/plugin-code-exporter": "^3.1.2", - "@graphiql/plugin-explorer": "^3.2.2", - "@graphiql/toolkit": "^0.11.0", - "@graphiql/react": "^0.26.2", - "graphiql": "^3.7.1", + "@graphiql/plugin-code-exporter": "^3.2.0", + "@graphiql/plugin-explorer": "^3.3.0", + "@graphiql/toolkit": "^0.12.0", + "@graphiql/react": "^0.27.0", + "graphiql": "^3.8.0", "graphql": "^16.9.0", "graphql-ws": "^5.5.5", "react": "^18.2.0", diff --git a/examples/monaco-graphql-nextjs/package.json b/examples/monaco-graphql-nextjs/package.json index 452c5556a49..053fefb79cb 100644 --- a/examples/monaco-graphql-nextjs/package.json +++ b/examples/monaco-graphql-nextjs/package.json @@ -9,14 +9,14 @@ "start": "next start" }, "dependencies": { - "@graphiql/toolkit": "^0.11.0", + "@graphiql/toolkit": "^0.12.0", "graphql": "^16.9.0", "graphql-ws": "^5.5.5", "jsonc-parser": "^3.2.0", "marked": "^4.2.12", "monaco-editor": "^0.39.0", "monaco-editor-webpack-plugin": "^7.0.1", - "monaco-graphql": "^1.6.0", + "monaco-graphql": "^1.7.0", "next": "13.4.7", "prettier": "3.3.2", "react": "^18.2.0", diff --git a/examples/monaco-graphql-react-vite/package.json b/examples/monaco-graphql-react-vite/package.json index 4ea06182973..c126664551e 100644 --- a/examples/monaco-graphql-react-vite/package.json +++ b/examples/monaco-graphql-react-vite/package.json @@ -3,12 +3,12 @@ "private": true, "version": "0.0.0", "dependencies": { - "@graphiql/toolkit": "^0.11.0", + "@graphiql/toolkit": "^0.12.0", "graphql": "^16.9.0", - "graphql-language-service": "^5.3.0", + "graphql-language-service": "^5.4.0", "jsonc-parser": "^3.2.0", "monaco-editor": "^0.39.0", - "monaco-graphql": "^1.6.0", + "monaco-graphql": "^1.7.0", "prettier": "3.3.2", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/monaco-graphql-webpack/package.json b/examples/monaco-graphql-webpack/package.json index 1d85896305b..f802440056a 100644 --- a/examples/monaco-graphql-webpack/package.json +++ b/examples/monaco-graphql-webpack/package.json @@ -11,11 +11,11 @@ }, "dependencies": { "graphql": "^16.9.0", - "graphql-language-service": "^5.3.0", + "graphql-language-service": "^5.4.0", "json-schema": "^0.4.0", "jsonc-parser": "^3.2.0", "monaco-editor": "^0.39.0", - "monaco-graphql": "^1.6.0", + "monaco-graphql": "^1.7.0", "prettier": "3.3.2" }, "devDependencies": { diff --git a/packages/cm6-graphql/CHANGELOG.md b/packages/cm6-graphql/CHANGELOG.md index da1240ee230..5ef35dd1fb8 100644 --- a/packages/cm6-graphql/CHANGELOG.md +++ b/packages/cm6-graphql/CHANGELOG.md @@ -1,5 +1,21 @@ # cm6-graphql +## 0.2.0 + +### Minor Changes + +- [#3762](https://github.com/graphql/graphiql/pull/3762) [`76b3cc8`](https://github.com/graphql/graphiql/commit/76b3cc872dedd667504f58c9313a86bada7688d6) Thanks [@mavenskylab](https://github.com/mavenskylab)! - The cm6-graphql package currently specifies exact versions for its peer dependencies on @codemirror packages. This is causing conflicts when projects use newer versions of these packages, leading to multiple instances being installed. + +- [#3782](https://github.com/graphql/graphiql/pull/3782) [`6b88593`](https://github.com/graphql/graphiql/commit/6b88593310b863e31679c3cc1b5c6dc85f04b9a6) Thanks [@acao](https://github.com/acao)! - officially deprecate graphql@15 support, as our types and other runtime capabilities ceased to be compatible in 2022 or 2023, but the regression tests were disabled + `graphql-language-service` is where the bug is, which is used by all of the libraries and applications in `graphiql` monorepo. + +### Patch Changes + +- [#3773](https://github.com/graphql/graphiql/pull/3773) [`31edfab`](https://github.com/graphql/graphiql/commit/31edfab441304d8eb3358acebc475c51e5646e8b) Thanks [@yaacovCR](https://github.com/yaacovCR)! - use latest stable version of graphql 16.9.0 + +- Updated dependencies [[`6b88593`](https://github.com/graphql/graphiql/commit/6b88593310b863e31679c3cc1b5c6dc85f04b9a6), [`31edfab`](https://github.com/graphql/graphiql/commit/31edfab441304d8eb3358acebc475c51e5646e8b)]: + - graphql-language-service@5.4.0 + ## 0.1.1 ### Patch Changes diff --git a/packages/cm6-graphql/package.json b/packages/cm6-graphql/package.json index 1bdadb27d15..a4ebf9d9d88 100644 --- a/packages/cm6-graphql/package.json +++ b/packages/cm6-graphql/package.json @@ -1,6 +1,6 @@ { "name": "cm6-graphql", - "version": "0.1.1", + "version": "0.2.0", "description": "GraphQL language support for CodeMirror 6", "scripts": { "build": "cm-buildhelper src/index.ts", @@ -16,7 +16,7 @@ "types": "dist/index.d.ts", "sideEffects": false, "dependencies": { - "graphql-language-service": "^5.3.0" + "graphql-language-service": "^5.4.0" }, "devDependencies": { "@codemirror/autocomplete": "^6.0.0", diff --git a/packages/codemirror-graphql/CHANGELOG.md b/packages/codemirror-graphql/CHANGELOG.md index 1c37bd3b26b..191a31f41b7 100644 --- a/packages/codemirror-graphql/CHANGELOG.md +++ b/packages/codemirror-graphql/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 2.2.0 + +### Minor Changes + +- [#3782](https://github.com/graphql/graphiql/pull/3782) [`6b88593`](https://github.com/graphql/graphiql/commit/6b88593310b863e31679c3cc1b5c6dc85f04b9a6) Thanks [@acao](https://github.com/acao)! - officially deprecate graphql@15 support, as our types and other runtime capabilities ceased to be compatible in 2022 or 2023, but the regression tests were disabled + `graphql-language-service` is where the bug is, which is used by all of the libraries and applications in `graphiql` monorepo. + +### Patch Changes + +- [#3773](https://github.com/graphql/graphiql/pull/3773) [`31edfab`](https://github.com/graphql/graphiql/commit/31edfab441304d8eb3358acebc475c51e5646e8b) Thanks [@yaacovCR](https://github.com/yaacovCR)! - use latest stable version of graphql 16.9.0 + +- Updated dependencies [[`6b88593`](https://github.com/graphql/graphiql/commit/6b88593310b863e31679c3cc1b5c6dc85f04b9a6), [`31edfab`](https://github.com/graphql/graphiql/commit/31edfab441304d8eb3358acebc475c51e5646e8b)]: + - graphql-language-service@5.4.0 + ## 2.1.1 ### Patch Changes diff --git a/packages/codemirror-graphql/package.json b/packages/codemirror-graphql/package.json index b45d94408eb..4cbb28ef834 100644 --- a/packages/codemirror-graphql/package.json +++ b/packages/codemirror-graphql/package.json @@ -1,6 +1,6 @@ { "name": "codemirror-graphql", - "version": "2.1.1", + "version": "2.2.0", "description": "GraphQL mode and helpers for CodeMirror.", "contributors": [ "Hyohyeon Jeong ", @@ -45,7 +45,7 @@ "// TEMPORARILY PINNED until we fix graphql 15 support": "", "dependencies": { "@types/codemirror": "^0.0.90", - "graphql-language-service": "5.3.0" + "graphql-language-service": "5.4.0" }, "devDependencies": { "@codemirror/language": "^6.0.0", diff --git a/packages/graphiql-plugin-code-exporter/CHANGELOG.md b/packages/graphiql-plugin-code-exporter/CHANGELOG.md index 527b1220b10..bf9801682ae 100644 --- a/packages/graphiql-plugin-code-exporter/CHANGELOG.md +++ b/packages/graphiql-plugin-code-exporter/CHANGELOG.md @@ -1,5 +1,19 @@ # @graphiql/plugin-code-exporter +## 3.2.0 + +### Minor Changes + +- [#3782](https://github.com/graphql/graphiql/pull/3782) [`6b88593`](https://github.com/graphql/graphiql/commit/6b88593310b863e31679c3cc1b5c6dc85f04b9a6) Thanks [@acao](https://github.com/acao)! - officially deprecate graphql@15 support, as our types and other runtime capabilities ceased to be compatible in 2022 or 2023, but the regression tests were disabled + `graphql-language-service` is where the bug is, which is used by all of the libraries and applications in `graphiql` monorepo. + +### Patch Changes + +- [#3773](https://github.com/graphql/graphiql/pull/3773) [`31edfab`](https://github.com/graphql/graphiql/commit/31edfab441304d8eb3358acebc475c51e5646e8b) Thanks [@yaacovCR](https://github.com/yaacovCR)! - use latest stable version of graphql 16.9.0 + +- Updated dependencies [[`6b88593`](https://github.com/graphql/graphiql/commit/6b88593310b863e31679c3cc1b5c6dc85f04b9a6), [`31edfab`](https://github.com/graphql/graphiql/commit/31edfab441304d8eb3358acebc475c51e5646e8b)]: + - @graphiql/react@0.27.0 + ## 3.1.2 ### Patch Changes diff --git a/packages/graphiql-plugin-code-exporter/package.json b/packages/graphiql-plugin-code-exporter/package.json index 4877d6d0d04..aab011e545c 100644 --- a/packages/graphiql-plugin-code-exporter/package.json +++ b/packages/graphiql-plugin-code-exporter/package.json @@ -1,6 +1,6 @@ { "name": "@graphiql/plugin-code-exporter", - "version": "3.1.2", + "version": "3.2.0", "repository": { "type": "git", "url": "https://github.com/graphql/graphiql", @@ -33,13 +33,13 @@ "graphiql-code-exporter": "^3.0.3" }, "peerDependencies": { - "@graphiql/react": "^0.26.0", + "@graphiql/react": "^0.27.0", "graphql": "^16.0.0", "react": "^16.8.0 || ^17 || ^18", "react-dom": "^16.8.0 || ^17 || ^18" }, "devDependencies": { - "@graphiql/react": "^0.26.0", + "@graphiql/react": "^0.27.0", "@vitejs/plugin-react": "^4.3.1", "graphql": "^16.9.0", "postcss-nesting": "^10.1.7", diff --git a/packages/graphiql-plugin-explorer/CHANGELOG.md b/packages/graphiql-plugin-explorer/CHANGELOG.md index 6790abb3588..25b140105fa 100644 --- a/packages/graphiql-plugin-explorer/CHANGELOG.md +++ b/packages/graphiql-plugin-explorer/CHANGELOG.md @@ -1,5 +1,19 @@ # @graphiql/plugin-explorer +## 3.3.0 + +### Minor Changes + +- [#3782](https://github.com/graphql/graphiql/pull/3782) [`6b88593`](https://github.com/graphql/graphiql/commit/6b88593310b863e31679c3cc1b5c6dc85f04b9a6) Thanks [@acao](https://github.com/acao)! - officially deprecate graphql@15 support, as our types and other runtime capabilities ceased to be compatible in 2022 or 2023, but the regression tests were disabled + `graphql-language-service` is where the bug is, which is used by all of the libraries and applications in `graphiql` monorepo. + +### Patch Changes + +- [#3773](https://github.com/graphql/graphiql/pull/3773) [`31edfab`](https://github.com/graphql/graphiql/commit/31edfab441304d8eb3358acebc475c51e5646e8b) Thanks [@yaacovCR](https://github.com/yaacovCR)! - use latest stable version of graphql 16.9.0 + +- Updated dependencies [[`6b88593`](https://github.com/graphql/graphiql/commit/6b88593310b863e31679c3cc1b5c6dc85f04b9a6), [`31edfab`](https://github.com/graphql/graphiql/commit/31edfab441304d8eb3358acebc475c51e5646e8b)]: + - @graphiql/react@0.27.0 + ## 3.2.2 ### Patch Changes diff --git a/packages/graphiql-plugin-explorer/package.json b/packages/graphiql-plugin-explorer/package.json index 5ab9515e8b6..b96231f6b4b 100644 --- a/packages/graphiql-plugin-explorer/package.json +++ b/packages/graphiql-plugin-explorer/package.json @@ -1,6 +1,6 @@ { "name": "@graphiql/plugin-explorer", - "version": "3.2.2", + "version": "3.3.0", "repository": { "type": "git", "url": "https://github.com/graphql/graphiql", @@ -32,13 +32,13 @@ "graphiql-explorer": "^0.9.0" }, "peerDependencies": { - "@graphiql/react": "^0.26.0", + "@graphiql/react": "^0.27.0", "graphql": "^16.0.0", "react": "^16.8.0 || ^17 || ^18", "react-dom": "^16.8.0 || ^17 || ^18" }, "devDependencies": { - "@graphiql/react": "^0.26.0", + "@graphiql/react": "^0.27.0", "@vitejs/plugin-react": "^4.3.1", "graphql": "^16.9.0", "react": "^18.2.0", diff --git a/packages/graphiql-react/CHANGELOG.md b/packages/graphiql-react/CHANGELOG.md index c4b0b2f8668..7314412b597 100644 --- a/packages/graphiql-react/CHANGELOG.md +++ b/packages/graphiql-react/CHANGELOG.md @@ -1,5 +1,21 @@ # @graphiql/react +## 0.27.0 + +### Minor Changes + +- [#3782](https://github.com/graphql/graphiql/pull/3782) [`6b88593`](https://github.com/graphql/graphiql/commit/6b88593310b863e31679c3cc1b5c6dc85f04b9a6) Thanks [@acao](https://github.com/acao)! - officially deprecate graphql@15 support, as our types and other runtime capabilities ceased to be compatible in 2022 or 2023, but the regression tests were disabled + `graphql-language-service` is where the bug is, which is used by all of the libraries and applications in `graphiql` monorepo. + +### Patch Changes + +- [#3773](https://github.com/graphql/graphiql/pull/3773) [`31edfab`](https://github.com/graphql/graphiql/commit/31edfab441304d8eb3358acebc475c51e5646e8b) Thanks [@yaacovCR](https://github.com/yaacovCR)! - use latest stable version of graphql 16.9.0 + +- Updated dependencies [[`6b88593`](https://github.com/graphql/graphiql/commit/6b88593310b863e31679c3cc1b5c6dc85f04b9a6), [`31edfab`](https://github.com/graphql/graphiql/commit/31edfab441304d8eb3358acebc475c51e5646e8b)]: + - graphql-language-service@5.4.0 + - codemirror-graphql@2.2.0 + - @graphiql/toolkit@0.12.0 + ## 0.26.2 ### Patch Changes diff --git a/packages/graphiql-react/package.json b/packages/graphiql-react/package.json index bcd3180a200..01ad1005bdc 100644 --- a/packages/graphiql-react/package.json +++ b/packages/graphiql-react/package.json @@ -1,6 +1,6 @@ { "name": "@graphiql/react", - "version": "0.26.2", + "version": "0.27.0", "repository": { "type": "git", "url": "https://github.com/graphql/graphiql", @@ -48,7 +48,7 @@ "react-dom": "^16.8.0 || ^17 || ^18" }, "dependencies": { - "@graphiql/toolkit": "^0.11.0", + "@graphiql/toolkit": "^0.12.0", "@headlessui/react": "^1.7.15", "@radix-ui/react-dialog": "^1.0.4", "@radix-ui/react-dropdown-menu": "^2.0.5", @@ -57,11 +57,11 @@ "@types/codemirror": "^5.60.8", "clsx": "^1.2.1", "codemirror": "^5.65.3", - "codemirror-graphql": "^2.1.1", + "codemirror-graphql": "^2.2.0", "copy-to-clipboard": "^3.2.0", "framer-motion": "^6.5.1", "get-value": "^3.0.1", - "graphql-language-service": "^5.3.0", + "graphql-language-service": "^5.4.0", "markdown-it": "^14.1.0", "set-value": "^4.1.0" }, diff --git a/packages/graphiql-toolkit/CHANGELOG.md b/packages/graphiql-toolkit/CHANGELOG.md index ff19e23262c..9bf5c9b9021 100644 --- a/packages/graphiql-toolkit/CHANGELOG.md +++ b/packages/graphiql-toolkit/CHANGELOG.md @@ -1,5 +1,16 @@ # @graphiql/toolkit +## 0.12.0 + +### Minor Changes + +- [#3782](https://github.com/graphql/graphiql/pull/3782) [`6b88593`](https://github.com/graphql/graphiql/commit/6b88593310b863e31679c3cc1b5c6dc85f04b9a6) Thanks [@acao](https://github.com/acao)! - officially deprecate graphql@15 support, as our types and other runtime capabilities ceased to be compatible in 2022 or 2023, but the regression tests were disabled + `graphql-language-service` is where the bug is, which is used by all of the libraries and applications in `graphiql` monorepo. + +### Patch Changes + +- [#3773](https://github.com/graphql/graphiql/pull/3773) [`31edfab`](https://github.com/graphql/graphiql/commit/31edfab441304d8eb3358acebc475c51e5646e8b) Thanks [@yaacovCR](https://github.com/yaacovCR)! - use latest stable version of graphql 16.9.0 + ## 0.11.0 ### Minor Changes diff --git a/packages/graphiql-toolkit/package.json b/packages/graphiql-toolkit/package.json index aee9a44b3b9..1848835347d 100644 --- a/packages/graphiql-toolkit/package.json +++ b/packages/graphiql-toolkit/package.json @@ -1,6 +1,6 @@ { "name": "@graphiql/toolkit", - "version": "0.11.0", + "version": "0.12.0", "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 35f1823bb20..462affb479e 100644 --- a/packages/graphiql/CHANGELOG.md +++ b/packages/graphiql/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 3.8.0 + +### Minor Changes + +- [#3782](https://github.com/graphql/graphiql/pull/3782) [`6b88593`](https://github.com/graphql/graphiql/commit/6b88593310b863e31679c3cc1b5c6dc85f04b9a6) Thanks [@acao](https://github.com/acao)! - officially deprecate graphql@15 support, as our types and other runtime capabilities ceased to be compatible in 2022 or 2023, but the regression tests were disabled + `graphql-language-service` is where the bug is, which is used by all of the libraries and applications in `graphiql` monorepo. + +### Patch Changes + +- [#3773](https://github.com/graphql/graphiql/pull/3773) [`31edfab`](https://github.com/graphql/graphiql/commit/31edfab441304d8eb3358acebc475c51e5646e8b) Thanks [@yaacovCR](https://github.com/yaacovCR)! - use latest stable version of graphql 16.9.0 + +- Updated dependencies [[`6b88593`](https://github.com/graphql/graphiql/commit/6b88593310b863e31679c3cc1b5c6dc85f04b9a6), [`31edfab`](https://github.com/graphql/graphiql/commit/31edfab441304d8eb3358acebc475c51e5646e8b)]: + - @graphiql/react@0.27.0 + ## 3.7.1 ### Patch Changes diff --git a/packages/graphiql/package.json b/packages/graphiql/package.json index 002667ef0ec..1419805348a 100644 --- a/packages/graphiql/package.json +++ b/packages/graphiql/package.json @@ -1,6 +1,6 @@ { "name": "graphiql", - "version": "3.7.1", + "version": "3.8.0", "description": "An graphical interactive in-browser GraphQL IDE.", "contributors": [ "Hyohyeon Jeong ", @@ -47,7 +47,7 @@ "webpack": "webpack-cli --config resources/webpack.config.js" }, "dependencies": { - "@graphiql/react": "^0.26.2" + "@graphiql/react": "^0.27.0" }, "peerDependencies": { "graphql": "^16.0.0", @@ -55,7 +55,7 @@ "react-dom": "^16.8.0 || ^17 || ^18" }, "devDependencies": { - "@graphiql/toolkit": "^0.11.0", + "@graphiql/toolkit": "^0.12.0", "@testing-library/jest-dom": "5.16.5", "@testing-library/react": "14.0.0", "@types/testing-library__jest-dom": "5.14.5", diff --git a/packages/graphql-language-service-cli/CHANGELOG.md b/packages/graphql-language-service-cli/CHANGELOG.md index 0a2e4bf41b5..c7b872cc335 100644 --- a/packages/graphql-language-service-cli/CHANGELOG.md +++ b/packages/graphql-language-service-cli/CHANGELOG.md @@ -1,5 +1,20 @@ # graphql-language-service-cli +## 3.6.0 + +### Minor Changes + +- [#3782](https://github.com/graphql/graphiql/pull/3782) [`6b88593`](https://github.com/graphql/graphiql/commit/6b88593310b863e31679c3cc1b5c6dc85f04b9a6) Thanks [@acao](https://github.com/acao)! - officially deprecate graphql@15 support, as our types and other runtime capabilities ceased to be compatible in 2022 or 2023, but the regression tests were disabled + `graphql-language-service` is where the bug is, which is used by all of the libraries and applications in `graphiql` monorepo. + +### Patch Changes + +- [#3773](https://github.com/graphql/graphiql/pull/3773) [`31edfab`](https://github.com/graphql/graphiql/commit/31edfab441304d8eb3358acebc475c51e5646e8b) Thanks [@yaacovCR](https://github.com/yaacovCR)! - use latest stable version of graphql 16.9.0 + +- Updated dependencies [[`6b88593`](https://github.com/graphql/graphiql/commit/6b88593310b863e31679c3cc1b5c6dc85f04b9a6), [`31edfab`](https://github.com/graphql/graphiql/commit/31edfab441304d8eb3358acebc475c51e5646e8b)]: + - graphql-language-service-server@2.15.0 + - graphql-language-service@5.4.0 + ## 3.5.0 ### Minor Changes diff --git a/packages/graphql-language-service-cli/package.json b/packages/graphql-language-service-cli/package.json index d6e80afb366..6c51aae98fd 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.5.0", + "version": "3.6.0", "description": "An interface for building GraphQL language services for IDEs", "contributors": [ "Hyohyeon Jeong ", @@ -37,8 +37,8 @@ "dependencies": { "@babel/polyfill": "^7.12.1", "@types/yargs": "16.0.5", - "graphql-language-service": "^5.3.0", - "graphql-language-service-server": "^2.14.0", + "graphql-language-service": "^5.4.0", + "graphql-language-service-server": "^2.15.0", "yargs": "^16.2.0" }, "devDependencies": { diff --git a/packages/graphql-language-service-server/CHANGELOG.md b/packages/graphql-language-service-server/CHANGELOG.md index 39db56e2790..f17d94af178 100644 --- a/packages/graphql-language-service-server/CHANGELOG.md +++ b/packages/graphql-language-service-server/CHANGELOG.md @@ -1,5 +1,19 @@ # graphql-language-service-server +## 2.15.0 + +### Minor Changes + +- [#3782](https://github.com/graphql/graphiql/pull/3782) [`6b88593`](https://github.com/graphql/graphiql/commit/6b88593310b863e31679c3cc1b5c6dc85f04b9a6) Thanks [@acao](https://github.com/acao)! - officially deprecate graphql@15 support, as our types and other runtime capabilities ceased to be compatible in 2022 or 2023, but the regression tests were disabled + `graphql-language-service` is where the bug is, which is used by all of the libraries and applications in `graphiql` monorepo. + +### Patch Changes + +- [#3773](https://github.com/graphql/graphiql/pull/3773) [`31edfab`](https://github.com/graphql/graphiql/commit/31edfab441304d8eb3358acebc475c51e5646e8b) Thanks [@yaacovCR](https://github.com/yaacovCR)! - use latest stable version of graphql 16.9.0 + +- Updated dependencies [[`6b88593`](https://github.com/graphql/graphiql/commit/6b88593310b863e31679c3cc1b5c6dc85f04b9a6), [`31edfab`](https://github.com/graphql/graphiql/commit/31edfab441304d8eb3358acebc475c51e5646e8b)]: + - graphql-language-service@5.4.0 + ## 2.14.0 ### Minor Changes diff --git a/packages/graphql-language-service-server/package.json b/packages/graphql-language-service-server/package.json index 04b441882b4..993bfd87ac1 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.14.0", + "version": "2.15.0", "description": "Server process backing the GraphQL Language Service", "contributors": [ "Greg Hurrell (https://greg.hurrell.net/)", @@ -47,7 +47,7 @@ "fast-glob": "^3.2.7", "glob": "^7.2.0", "graphql-config": "5.0.3", - "graphql-language-service": "^5.3.0", + "graphql-language-service": "^5.4.0", "lru-cache": "^10.2.0", "mkdirp": "^1.0.4", "node-abort-controller": "^3.0.1", diff --git a/packages/graphql-language-service/CHANGELOG.md b/packages/graphql-language-service/CHANGELOG.md index cb388248f1a..8a826dcae31 100644 --- a/packages/graphql-language-service/CHANGELOG.md +++ b/packages/graphql-language-service/CHANGELOG.md @@ -1,5 +1,16 @@ # graphql-language-service +## 5.4.0 + +### Minor Changes + +- [#3782](https://github.com/graphql/graphiql/pull/3782) [`6b88593`](https://github.com/graphql/graphiql/commit/6b88593310b863e31679c3cc1b5c6dc85f04b9a6) Thanks [@acao](https://github.com/acao)! - officially deprecate graphql@15 support, as our types and other runtime capabilities ceased to be compatible in 2022 or 2023, but the regression tests were disabled + `graphql-language-service` is where the bug is, which is used by all of the libraries and applications in `graphiql` monorepo. + +### Patch Changes + +- [#3773](https://github.com/graphql/graphiql/pull/3773) [`31edfab`](https://github.com/graphql/graphiql/commit/31edfab441304d8eb3358acebc475c51e5646e8b) Thanks [@yaacovCR](https://github.com/yaacovCR)! - use latest stable version of graphql 16.9.0 + ## 5.3.0 ### Minor Changes diff --git a/packages/graphql-language-service/package.json b/packages/graphql-language-service/package.json index d2ae7fcacdd..4735fbee19f 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.3.0", + "version": "5.4.0", "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 b054831a995..80f89601c41 100644 --- a/packages/monaco-graphql/CHANGELOG.md +++ b/packages/monaco-graphql/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 1.7.0 + +### Minor Changes + +- [#3782](https://github.com/graphql/graphiql/pull/3782) [`6b88593`](https://github.com/graphql/graphiql/commit/6b88593310b863e31679c3cc1b5c6dc85f04b9a6) Thanks [@acao](https://github.com/acao)! - officially deprecate graphql@15 support, as our types and other runtime capabilities ceased to be compatible in 2022 or 2023, but the regression tests were disabled + `graphql-language-service` is where the bug is, which is used by all of the libraries and applications in `graphiql` monorepo. + +### Patch Changes + +- [#3773](https://github.com/graphql/graphiql/pull/3773) [`31edfab`](https://github.com/graphql/graphiql/commit/31edfab441304d8eb3358acebc475c51e5646e8b) Thanks [@yaacovCR](https://github.com/yaacovCR)! - use latest stable version of graphql 16.9.0 + +- Updated dependencies [[`6b88593`](https://github.com/graphql/graphiql/commit/6b88593310b863e31679c3cc1b5c6dc85f04b9a6), [`31edfab`](https://github.com/graphql/graphiql/commit/31edfab441304d8eb3358acebc475c51e5646e8b)]: + - graphql-language-service@5.4.0 + ## 1.6.0 ### Minor Changes diff --git a/packages/monaco-graphql/package.json b/packages/monaco-graphql/package.json index 5fe092c6a61..cb83292439d 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.6.0", + "version": "1.7.0", "license": "MIT", "main": "dist/monaco.contribution.js", "module": "esm/monaco.contribution.js", @@ -66,7 +66,7 @@ "test": "vitest run" }, "dependencies": { - "graphql-language-service": "^5.3.0", + "graphql-language-service": "^5.4.0", "picomatch-browser": "^2.2.6" }, "devDependencies": { diff --git a/packages/vscode-graphql-execution/CHANGELOG.md b/packages/vscode-graphql-execution/CHANGELOG.md index 73dfa6119e3..0f12574c2eb 100644 --- a/packages/vscode-graphql-execution/CHANGELOG.md +++ b/packages/vscode-graphql-execution/CHANGELOG.md @@ -1,5 +1,11 @@ # vscode-graphql-execution +## 0.3.1 + +### Patch Changes + +- [#3773](https://github.com/graphql/graphiql/pull/3773) [`31edfab`](https://github.com/graphql/graphiql/commit/31edfab441304d8eb3358acebc475c51e5646e8b) Thanks [@yaacovCR](https://github.com/yaacovCR)! - use latest stable version of graphql 16.9.0 + ## 0.3.0 ### Minor Changes diff --git a/packages/vscode-graphql-execution/package.json b/packages/vscode-graphql-execution/package.json index 0f50a3965e9..4ca5d8ce9f4 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.3.0", + "version": "0.3.1", "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 e692ad2c2e3..87f7f5f45a6 100644 --- a/packages/vscode-graphql-syntax/CHANGELOG.md +++ b/packages/vscode-graphql-syntax/CHANGELOG.md @@ -1,5 +1,11 @@ # vscode-graphql-syntax +## 1.3.7 + +### Patch Changes + +- [#3773](https://github.com/graphql/graphiql/pull/3773) [`31edfab`](https://github.com/graphql/graphiql/commit/31edfab441304d8eb3358acebc475c51e5646e8b) Thanks [@yaacovCR](https://github.com/yaacovCR)! - use latest stable version of graphql 16.9.0 + ## 1.3.6 ### Patch Changes diff --git a/packages/vscode-graphql-syntax/package.json b/packages/vscode-graphql-syntax/package.json index c0c7fa15b8d..571437bdfaf 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.3.6", + "version": "1.3.7", "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 8466274207a..e05985342c9 100644 --- a/packages/vscode-graphql/CHANGELOG.md +++ b/packages/vscode-graphql/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 0.12.1 + +### Patch Changes + +- [#3773](https://github.com/graphql/graphiql/pull/3773) [`31edfab`](https://github.com/graphql/graphiql/commit/31edfab441304d8eb3358acebc475c51e5646e8b) Thanks [@yaacovCR](https://github.com/yaacovCR)! - use latest stable version of graphql 16.9.0 + +- Updated dependencies [[`6b88593`](https://github.com/graphql/graphiql/commit/6b88593310b863e31679c3cc1b5c6dc85f04b9a6), [`31edfab`](https://github.com/graphql/graphiql/commit/31edfab441304d8eb3358acebc475c51e5646e8b)]: + - graphql-language-service-server@2.15.0 + ## 0.12.0 ### Minor Changes diff --git a/packages/vscode-graphql/package.json b/packages/vscode-graphql/package.json index 3422298af8d..09ca3ce40e5 100644 --- a/packages/vscode-graphql/package.json +++ b/packages/vscode-graphql/package.json @@ -1,6 +1,6 @@ { "name": "vscode-graphql", - "version": "0.12.0", + "version": "0.12.1", "private": true, "license": "MIT", "displayName": "GraphQL: Language Feature Support", @@ -180,7 +180,7 @@ }, "dependencies": { "graphql": "^16.8.1 || ^17.0.0-alpha.2", - "graphql-language-service-server": "^2.14.0", + "graphql-language-service-server": "^2.15.0", "vscode-languageclient": "8.0.2", "typescript": "^5.3.3" }