From 1c2d2ce7599aea746a5c9b7122ebb55df5498669 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 14:23:08 +0000 Subject: [PATCH 1/2] Bump graphiql from 5.2.3 to 5.2.4 in /juniper Bumps [graphiql](https://github.com/graphql/graphiql/tree/HEAD/packages/graphiql) from 5.2.3 to 5.2.4. - [Release notes](https://github.com/graphql/graphiql/releases) - [Changelog](https://github.com/graphql/graphiql/blob/main/packages/graphiql/CHANGELOG.md) - [Commits](https://github.com/graphql/graphiql/commits/graphiql@5.2.4/packages/graphiql) --- updated-dependencies: - dependency-name: graphiql dependency-version: 5.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- juniper/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/juniper/package.json b/juniper/package.json index 36b168c81..a1279c305 100644 --- a/juniper/package.json +++ b/juniper/package.json @@ -4,7 +4,7 @@ "postinstall": "make graphiql graphql-playground" }, "dependencies": { - "graphiql": "5.2.3", + "graphiql": "5.2.4", "graphql-playground-react": "1.7.28" } } From b5097328b68e9d380cb65b8ddc21e74204af8ad8 Mon Sep 17 00:00:00 2001 From: Kai Ren Date: Mon, 13 Jul 2026 20:00:19 +0300 Subject: [PATCH 2/2] Regen --- juniper/CHANGELOG.md | 3 ++- juniper/src/http/graphiql.html | 14 +++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/juniper/CHANGELOG.md b/juniper/CHANGELOG.md index d16231cc8..5ba79894f 100644 --- a/juniper/CHANGELOG.md +++ b/juniper/CHANGELOG.md @@ -58,7 +58,7 @@ All user visible changes to `juniper` crate will be documented in this file. Thi - [September 2025] GraphQL spec: ([#1347]) - Canonical introspection query to [16.11.0 version of GraphQL.js](https://github.com/graphql/graphql-js/blob/v16.11.0/src/utilities/getIntrospectionQuery.ts#L75). ([#1348]) -- Upgraded [GraphiQL] to [5.2.3 version](https://github.com/graphql/graphiql/blob/graphiql%405.2.3/packages/graphiql/CHANGELOG.md#523). ([#1361], [#1377]) +- Upgraded [GraphiQL] to [5.2.4 version](https://github.com/graphql/graphiql/blob/graphiql%405.2.4/packages/graphiql/CHANGELOG.md#524). ([#1361], [#1377], [#1380]) ### Fixed @@ -84,6 +84,7 @@ All user visible changes to `juniper` crate will be documented in this file. Thi [#1376]: /../../pull/1376 [#1377]: /../../pull/1377 [#1378]: /../../pull/1378 +[#1380]: /../../pull/1380 [#1387]: /../../pull/1387 [graphql/graphql-spec#525]: https://github.com/graphql/graphql-spec/pull/525 [graphql/graphql-spec#687]: https://github.com/graphql/graphql-spec/issues/687 diff --git a/juniper/src/http/graphiql.html b/juniper/src/http/graphiql.html index 68b3189a3..e0fcc4558 100644 --- a/juniper/src/http/graphiql.html +++ b/juniper/src/http/graphiql.html @@ -30,12 +30,12 @@