From a5929ed96a028e08abe18ad65d7ec106c13f4581 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Sat, 21 Jun 2025 14:14:17 +0000
Subject: [PATCH 1/2] Version Packages (rc)
---
.changeset/pre.json | 2 ++
examples/graphiql-vite/package.json | 2 +-
examples/graphiql-webpack/package.json | 6 ++---
.../CHANGELOG.md | 6 +++++
.../package.json | 4 ++--
.../graphiql-plugin-doc-explorer/CHANGELOG.md | 21 +++++++++++++++++
.../graphiql-plugin-doc-explorer/package.json | 4 ++--
packages/graphiql-plugin-history/CHANGELOG.md | 21 +++++++++++++++++
packages/graphiql-plugin-history/package.json | 4 ++--
packages/graphiql-react/CHANGELOG.md | 16 +++++++++++++
packages/graphiql-react/package.json | 2 +-
packages/graphiql/CHANGELOG.md | 23 +++++++++++++++++++
packages/graphiql/package.json | 8 +++----
13 files changed, 104 insertions(+), 15 deletions(-)
diff --git a/.changeset/pre.json b/.changeset/pre.json
index 1bc097fb6f..101a884381 100644
--- a/.changeset/pre.json
+++ b/.changeset/pre.json
@@ -39,10 +39,12 @@
"many-ducks-visit",
"nasty-pandas-taste",
"orange-spies-poke",
+ "pink-onions-complain",
"shy-keys-rest",
"soft-cars-notice",
"sweet-lamps-love",
"ten-peas-carry",
+ "tender-years-destroy",
"twelve-lies-invent",
"warm-shoes-boil"
]
diff --git a/examples/graphiql-vite/package.json b/examples/graphiql-vite/package.json
index 9828c04a61..f3fcd8cac7 100644
--- a/examples/graphiql-vite/package.json
+++ b/examples/graphiql-vite/package.json
@@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
- "graphiql": "^5.0.0-rc.4",
+ "graphiql": "^5.0.0-rc.5",
"graphql": "^16.11.0",
"react": "^19.1.0",
"react-dom": "^19.1.0"
diff --git a/examples/graphiql-webpack/package.json b/examples/graphiql-webpack/package.json
index 99629ca60f..5216d0e797 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": "^5.0.0-rc.1",
+ "@graphiql/plugin-code-exporter": "^5.0.0-rc.2",
"@graphiql/plugin-explorer": "^5.0.0-rc.3",
- "@graphiql/react": "^0.35.0-rc.7",
+ "@graphiql/react": "^0.35.0-rc.8",
"@graphiql/toolkit": "^0.11.3",
- "graphiql": "^5.0.0-rc.4",
+ "graphiql": "^5.0.0-rc.5",
"graphql": "^16.9.0",
"graphql-ws": "^5.5.5",
"react": "^19.1.0",
diff --git a/packages/graphiql-plugin-code-exporter/CHANGELOG.md b/packages/graphiql-plugin-code-exporter/CHANGELOG.md
index d64af0b97a..46939a7e44 100644
--- a/packages/graphiql-plugin-code-exporter/CHANGELOG.md
+++ b/packages/graphiql-plugin-code-exporter/CHANGELOG.md
@@ -1,5 +1,11 @@
# @graphiql/plugin-code-exporter
+## 5.0.0-rc.2
+
+### Minor Changes
+
+- [#4025](https://github.com/graphql/graphiql/pull/4025) [`6a50740`](https://github.com/graphql/graphiql/commit/6a507407c7c63bfc779ad383054ab3a8c003ef5b) Thanks [@dimaMachina](https://github.com/dimaMachina)! - set "importsNotUsedAsValues": "error" in tsconfig
+
## 5.0.0-rc.1
### Major Changes
diff --git a/packages/graphiql-plugin-code-exporter/package.json b/packages/graphiql-plugin-code-exporter/package.json
index b19a526582..92efa2705d 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": "5.0.0-rc.1",
+ "version": "5.0.0-rc.2",
"sideEffects": false,
"repository": {
"type": "git",
@@ -42,7 +42,7 @@
"react-dom": "^18 || ^19"
},
"devDependencies": {
- "@graphiql/react": "^0.35.0-rc.2",
+ "@graphiql/react": "^0.35.0-rc.8",
"@vitejs/plugin-react": "^4.4.1",
"graphql": "^16.9.0",
"react": "^19.1.0",
diff --git a/packages/graphiql-plugin-doc-explorer/CHANGELOG.md b/packages/graphiql-plugin-doc-explorer/CHANGELOG.md
index c1943d9f99..aebf3742d5 100644
--- a/packages/graphiql-plugin-doc-explorer/CHANGELOG.md
+++ b/packages/graphiql-plugin-doc-explorer/CHANGELOG.md
@@ -1,5 +1,26 @@
# @graphiql/plugin-doc-explorer
+## 0.3.0-rc.4
+
+### Minor Changes
+
+- [#4025](https://github.com/graphql/graphiql/pull/4025) [`6a50740`](https://github.com/graphql/graphiql/commit/6a507407c7c63bfc779ad383054ab3a8c003ef5b) Thanks [@dimaMachina](https://github.com/dimaMachina)! - set "importsNotUsedAsValues": "error" in tsconfig
+
+- [#4026](https://github.com/graphql/graphiql/pull/4026) [`7fb5ac3`](https://github.com/graphql/graphiql/commit/7fb5ac38b8ec27f0234adc06aacf42e71f6a259b) Thanks [@dimaMachina](https://github.com/dimaMachina)! - - deprecate `useExplorerContext`, `useHistoryContext`, `usePrettifyEditors`, `useCopyQuery`, `useMergeQuery`, `useExecutionContext`, `usePluginContext`, `useSchemaContext`, `useStorageContext` hooks
+ - fix response editor overflow on ``
+ - export `GraphiQLProps` type
+ - allow `children: ReactNode` for ``
+ - change `ToolbarMenu` component:
+ - The `label` and `className` props were removed
+ - The `button` prop should now be a button element
+ - document `useGraphiQL` and `useGraphiQLActions` hooks in `@graphiql/react` README.md
+ - rename `useThemeStore` to `useTheme`
+
+### Patch Changes
+
+- Updated dependencies [[`6a50740`](https://github.com/graphql/graphiql/commit/6a507407c7c63bfc779ad383054ab3a8c003ef5b), [`7fb5ac3`](https://github.com/graphql/graphiql/commit/7fb5ac38b8ec27f0234adc06aacf42e71f6a259b)]:
+ - @graphiql/react@0.35.0-rc.8
+
## 0.3.0-rc.3
### Minor Changes
diff --git a/packages/graphiql-plugin-doc-explorer/package.json b/packages/graphiql-plugin-doc-explorer/package.json
index 9235da93b7..2ff53fcab9 100644
--- a/packages/graphiql-plugin-doc-explorer/package.json
+++ b/packages/graphiql-plugin-doc-explorer/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphiql/plugin-doc-explorer",
- "version": "0.3.0-rc.3",
+ "version": "0.3.0-rc.4",
"sideEffects": false,
"repository": {
"type": "git",
@@ -41,7 +41,7 @@
"react-dom": "^18 || ^19"
},
"dependencies": {
- "@graphiql/react": "^0.35.0-rc.3",
+ "@graphiql/react": "^0.35.0-rc.8",
"@headlessui/react": "^2.2",
"react-compiler-runtime": "19.1.0-rc.1",
"zustand": "^5"
diff --git a/packages/graphiql-plugin-history/CHANGELOG.md b/packages/graphiql-plugin-history/CHANGELOG.md
index d6871680c1..361a79b804 100644
--- a/packages/graphiql-plugin-history/CHANGELOG.md
+++ b/packages/graphiql-plugin-history/CHANGELOG.md
@@ -1,5 +1,26 @@
# @graphiql/plugin-history
+## 0.3.0-rc.3
+
+### Minor Changes
+
+- [#4025](https://github.com/graphql/graphiql/pull/4025) [`6a50740`](https://github.com/graphql/graphiql/commit/6a507407c7c63bfc779ad383054ab3a8c003ef5b) Thanks [@dimaMachina](https://github.com/dimaMachina)! - set "importsNotUsedAsValues": "error" in tsconfig
+
+- [#4026](https://github.com/graphql/graphiql/pull/4026) [`7fb5ac3`](https://github.com/graphql/graphiql/commit/7fb5ac38b8ec27f0234adc06aacf42e71f6a259b) Thanks [@dimaMachina](https://github.com/dimaMachina)! - - deprecate `useExplorerContext`, `useHistoryContext`, `usePrettifyEditors`, `useCopyQuery`, `useMergeQuery`, `useExecutionContext`, `usePluginContext`, `useSchemaContext`, `useStorageContext` hooks
+ - fix response editor overflow on ``
+ - export `GraphiQLProps` type
+ - allow `children: ReactNode` for ``
+ - change `ToolbarMenu` component:
+ - The `label` and `className` props were removed
+ - The `button` prop should now be a button element
+ - document `useGraphiQL` and `useGraphiQLActions` hooks in `@graphiql/react` README.md
+ - rename `useThemeStore` to `useTheme`
+
+### Patch Changes
+
+- Updated dependencies [[`6a50740`](https://github.com/graphql/graphiql/commit/6a507407c7c63bfc779ad383054ab3a8c003ef5b), [`7fb5ac3`](https://github.com/graphql/graphiql/commit/7fb5ac38b8ec27f0234adc06aacf42e71f6a259b)]:
+ - @graphiql/react@0.35.0-rc.8
+
## 0.3.0-rc.2
### Minor Changes
diff --git a/packages/graphiql-plugin-history/package.json b/packages/graphiql-plugin-history/package.json
index 10f53d0a57..40400c1286 100644
--- a/packages/graphiql-plugin-history/package.json
+++ b/packages/graphiql-plugin-history/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphiql/plugin-history",
- "version": "0.3.0-rc.2",
+ "version": "0.3.0-rc.3",
"sideEffects": false,
"repository": {
"type": "git",
@@ -39,7 +39,7 @@
"react-dom": "^18 || ^19"
},
"dependencies": {
- "@graphiql/react": "^0.35.0-rc.4",
+ "@graphiql/react": "^0.35.0-rc.8",
"@graphiql/toolkit": "^0.11.3",
"react-compiler-runtime": "19.1.0-rc.1",
"zustand": "^5"
diff --git a/packages/graphiql-react/CHANGELOG.md b/packages/graphiql-react/CHANGELOG.md
index 9ffc28aca5..ac29c9267d 100644
--- a/packages/graphiql-react/CHANGELOG.md
+++ b/packages/graphiql-react/CHANGELOG.md
@@ -1,5 +1,21 @@
# @graphiql/react
+## 0.35.0-rc.8
+
+### Minor Changes
+
+- [#4025](https://github.com/graphql/graphiql/pull/4025) [`6a50740`](https://github.com/graphql/graphiql/commit/6a507407c7c63bfc779ad383054ab3a8c003ef5b) Thanks [@dimaMachina](https://github.com/dimaMachina)! - set "importsNotUsedAsValues": "error" in tsconfig
+
+- [#4026](https://github.com/graphql/graphiql/pull/4026) [`7fb5ac3`](https://github.com/graphql/graphiql/commit/7fb5ac38b8ec27f0234adc06aacf42e71f6a259b) Thanks [@dimaMachina](https://github.com/dimaMachina)! - - deprecate `useExplorerContext`, `useHistoryContext`, `usePrettifyEditors`, `useCopyQuery`, `useMergeQuery`, `useExecutionContext`, `usePluginContext`, `useSchemaContext`, `useStorageContext` hooks
+ - fix response editor overflow on ``
+ - export `GraphiQLProps` type
+ - allow `children: ReactNode` for ``
+ - change `ToolbarMenu` component:
+ - The `label` and `className` props were removed
+ - The `button` prop should now be a button element
+ - document `useGraphiQL` and `useGraphiQLActions` hooks in `@graphiql/react` README.md
+ - rename `useThemeStore` to `useTheme`
+
## 0.35.0-rc.7
### Patch Changes
diff --git a/packages/graphiql-react/package.json b/packages/graphiql-react/package.json
index 11ef63dbad..e40c2b593c 100644
--- a/packages/graphiql-react/package.json
+++ b/packages/graphiql-react/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphiql/react",
- "version": "0.35.0-rc.7",
+ "version": "0.35.0-rc.8",
"sideEffects": [
"dist/setup-workers/webpack.js",
"dist/setup-workers/vite.js"
diff --git a/packages/graphiql/CHANGELOG.md b/packages/graphiql/CHANGELOG.md
index 27f5590c10..53be0d41b3 100644
--- a/packages/graphiql/CHANGELOG.md
+++ b/packages/graphiql/CHANGELOG.md
@@ -1,5 +1,28 @@
# Change Log
+## 5.0.0-rc.5
+
+### Minor Changes
+
+- [#4025](https://github.com/graphql/graphiql/pull/4025) [`6a50740`](https://github.com/graphql/graphiql/commit/6a507407c7c63bfc779ad383054ab3a8c003ef5b) Thanks [@dimaMachina](https://github.com/dimaMachina)! - set "importsNotUsedAsValues": "error" in tsconfig
+
+- [#4026](https://github.com/graphql/graphiql/pull/4026) [`7fb5ac3`](https://github.com/graphql/graphiql/commit/7fb5ac38b8ec27f0234adc06aacf42e71f6a259b) Thanks [@dimaMachina](https://github.com/dimaMachina)! - - deprecate `useExplorerContext`, `useHistoryContext`, `usePrettifyEditors`, `useCopyQuery`, `useMergeQuery`, `useExecutionContext`, `usePluginContext`, `useSchemaContext`, `useStorageContext` hooks
+ - fix response editor overflow on ``
+ - export `GraphiQLProps` type
+ - allow `children: ReactNode` for ``
+ - change `ToolbarMenu` component:
+ - The `label` and `className` props were removed
+ - The `button` prop should now be a button element
+ - document `useGraphiQL` and `useGraphiQLActions` hooks in `@graphiql/react` README.md
+ - rename `useThemeStore` to `useTheme`
+
+### Patch Changes
+
+- Updated dependencies [[`6a50740`](https://github.com/graphql/graphiql/commit/6a507407c7c63bfc779ad383054ab3a8c003ef5b), [`7fb5ac3`](https://github.com/graphql/graphiql/commit/7fb5ac38b8ec27f0234adc06aacf42e71f6a259b)]:
+ - @graphiql/plugin-doc-explorer@0.3.0-rc.4
+ - @graphiql/plugin-history@0.3.0-rc.3
+ - @graphiql/react@0.35.0-rc.8
+
## 5.0.0-rc.4
### Minor Changes
diff --git a/packages/graphiql/package.json b/packages/graphiql/package.json
index 2f98cd197c..cecc1d7198 100644
--- a/packages/graphiql/package.json
+++ b/packages/graphiql/package.json
@@ -1,6 +1,6 @@
{
"name": "graphiql",
- "version": "5.0.0-rc.4",
+ "version": "5.0.0-rc.5",
"sideEffects": [
"dist/setup-workers/webpack.js",
"dist/setup-workers/vite.js"
@@ -50,9 +50,9 @@
"test": "vitest"
},
"dependencies": {
- "@graphiql/plugin-doc-explorer": "^0.3.0-rc.3",
- "@graphiql/plugin-history": "^0.3.0-rc.1",
- "@graphiql/react": "^0.35.0-rc.6",
+ "@graphiql/plugin-doc-explorer": "^0.3.0-rc.4",
+ "@graphiql/plugin-history": "^0.3.0-rc.3",
+ "@graphiql/react": "^0.35.0-rc.8",
"react-compiler-runtime": "19.1.0-rc.1"
},
"peerDependencies": {
From ab782967357f8fe9beb56eb1e54dac5e84ae8d7c Mon Sep 17 00:00:00 2001
From: Dimitri POSTOLOV
Date: Sat, 21 Jun 2025 16:16:26 +0200
Subject: [PATCH 2/2] run yarn
---
yarn.lock | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/yarn.lock b/yarn.lock
index 7cd4ce89e0..a9d9746963 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -3210,11 +3210,11 @@ __metadata:
languageName: node
linkType: hard
-"@graphiql/plugin-code-exporter@npm:^5.0.0-rc.1, @graphiql/plugin-code-exporter@workspace:packages/graphiql-plugin-code-exporter":
+"@graphiql/plugin-code-exporter@npm:^5.0.0-rc.2, @graphiql/plugin-code-exporter@workspace:packages/graphiql-plugin-code-exporter":
version: 0.0.0-use.local
resolution: "@graphiql/plugin-code-exporter@workspace:packages/graphiql-plugin-code-exporter"
dependencies:
- "@graphiql/react": "npm:^0.35.0-rc.2"
+ "@graphiql/react": "npm:^0.35.0-rc.8"
"@vitejs/plugin-react": "npm:^4.4.1"
graphiql-code-exporter: "npm:^3.0.3"
graphql: "npm:^16.9.0"
@@ -3231,11 +3231,11 @@ __metadata:
languageName: unknown
linkType: soft
-"@graphiql/plugin-doc-explorer@npm:^0.3.0-rc.3, @graphiql/plugin-doc-explorer@workspace:packages/graphiql-plugin-doc-explorer":
+"@graphiql/plugin-doc-explorer@npm:^0.3.0-rc.4, @graphiql/plugin-doc-explorer@workspace:packages/graphiql-plugin-doc-explorer":
version: 0.0.0-use.local
resolution: "@graphiql/plugin-doc-explorer@workspace:packages/graphiql-plugin-doc-explorer"
dependencies:
- "@graphiql/react": "npm:^0.35.0-rc.3"
+ "@graphiql/react": "npm:^0.35.0-rc.8"
"@headlessui/react": "npm:^2.2"
"@testing-library/dom": "npm:^10.4.0"
"@testing-library/jest-dom": "npm:^6.6.3"
@@ -3278,11 +3278,11 @@ __metadata:
languageName: unknown
linkType: soft
-"@graphiql/plugin-history@npm:^0.3.0-rc.1, @graphiql/plugin-history@workspace:packages/graphiql-plugin-history":
+"@graphiql/plugin-history@npm:^0.3.0-rc.3, @graphiql/plugin-history@workspace:packages/graphiql-plugin-history":
version: 0.0.0-use.local
resolution: "@graphiql/plugin-history@workspace:packages/graphiql-plugin-history"
dependencies:
- "@graphiql/react": "npm:^0.35.0-rc.4"
+ "@graphiql/react": "npm:^0.35.0-rc.8"
"@graphiql/toolkit": "npm:^0.11.3"
"@testing-library/react": "npm:^16.1.0"
"@vitejs/plugin-react": "npm:^4.4.1"
@@ -3299,7 +3299,7 @@ __metadata:
languageName: unknown
linkType: soft
-"@graphiql/react@npm:^0.35.0-rc.2, @graphiql/react@npm:^0.35.0-rc.3, @graphiql/react@npm:^0.35.0-rc.4, @graphiql/react@npm:^0.35.0-rc.6, @graphiql/react@npm:^0.35.0-rc.7, @graphiql/react@workspace:packages/graphiql-react":
+"@graphiql/react@npm:^0.35.0-rc.3, @graphiql/react@npm:^0.35.0-rc.8, @graphiql/react@workspace:packages/graphiql-react":
version: 0.0.0-use.local
resolution: "@graphiql/react@workspace:packages/graphiql-react"
dependencies:
@@ -12606,7 +12606,7 @@ __metadata:
resolution: "example-graphiql-vite@workspace:examples/graphiql-vite"
dependencies:
"@vitejs/plugin-react": "npm:^4.4.1"
- graphiql: "npm:^5.0.0-rc.4"
+ graphiql: "npm:^5.0.0-rc.5"
graphql: "npm:^16.11.0"
react: "npm:^19.1.0"
react-dom: "npm:^19.1.0"
@@ -12622,9 +12622,9 @@ __metadata:
"@babel/plugin-syntax-dynamic-import": "npm:^7.8.3"
"@babel/preset-env": "npm:^7.20.2"
"@babel/preset-react": "npm:^7.18.6"
- "@graphiql/plugin-code-exporter": "npm:^5.0.0-rc.1"
+ "@graphiql/plugin-code-exporter": "npm:^5.0.0-rc.2"
"@graphiql/plugin-explorer": "npm:^5.0.0-rc.3"
- "@graphiql/react": "npm:^0.35.0-rc.7"
+ "@graphiql/react": "npm:^0.35.0-rc.8"
"@graphiql/toolkit": "npm:^0.11.3"
ajv-formats: "npm:^3.0.1"
babel-loader: "npm:^9.1.2"
@@ -12632,7 +12632,7 @@ __metadata:
cross-env: "npm:^7.0.2"
css-loader: "npm:^6.7.3"
file-loader: "npm:^6.2.0"
- graphiql: "npm:^5.0.0-rc.4"
+ graphiql: "npm:^5.0.0-rc.5"
graphql: "npm:^16.9.0"
graphql-ws: "npm:^5.5.5"
html-webpack-plugin: "npm:^5.5.0"
@@ -14349,13 +14349,13 @@ __metadata:
languageName: unknown
linkType: soft
-"graphiql@npm:^5.0.0-rc.4, graphiql@workspace:packages/graphiql":
+"graphiql@npm:^5.0.0-rc.5, graphiql@workspace:packages/graphiql":
version: 0.0.0-use.local
resolution: "graphiql@workspace:packages/graphiql"
dependencies:
- "@graphiql/plugin-doc-explorer": "npm:^0.3.0-rc.3"
- "@graphiql/plugin-history": "npm:^0.3.0-rc.1"
- "@graphiql/react": "npm:^0.35.0-rc.6"
+ "@graphiql/plugin-doc-explorer": "npm:^0.3.0-rc.4"
+ "@graphiql/plugin-history": "npm:^0.3.0-rc.3"
+ "@graphiql/react": "npm:^0.35.0-rc.8"
"@graphiql/toolkit": "npm:^0.11.3"
"@testing-library/dom": "npm:^10.4.0"
"@testing-library/jest-dom": "npm:^6.6.3"