From 0df5c1cef32e01575aca4f0f0c4f7113cabb61ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 14:10:03 +0000 Subject: [PATCH 1/3] Bump graphiql from 5.2.1 to 5.2.2 in /juniper Bumps [graphiql](https://github.com/graphql/graphiql/tree/HEAD/packages/graphiql) from 5.2.1 to 5.2.2. - [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.2/packages/graphiql) --- updated-dependencies: - dependency-name: graphiql dependency-version: 5.2.2 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 044e88ab9..a37b26a66 100644 --- a/juniper/package.json +++ b/juniper/package.json @@ -4,7 +4,7 @@ "postinstall": "make graphiql graphql-playground" }, "dependencies": { - "graphiql": "5.2.1", + "graphiql": "5.2.2", "graphql-playground-react": "1.7.28" } } From 4922bd7d898926e3135684ece48b8a9645f496d4 Mon Sep 17 00:00:00 2001 From: tyranron Date: Wed, 3 Dec 2025 16:46:48 +0100 Subject: [PATCH 2/3] Regen --- juniper/src/http/graphiql.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/juniper/src/http/graphiql.html b/juniper/src/http/graphiql.html index a4cf66d8c..c73ac72c1 100644 --- a/juniper/src/http/graphiql.html +++ b/juniper/src/http/graphiql.html @@ -28,7 +28,7 @@ font-size: 4rem; } - + Date: Wed, 3 Dec 2025 16:47:58 +0100 Subject: [PATCH 3/3] Upd CHANGELOG --- juniper/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/juniper/CHANGELOG.md b/juniper/CHANGELOG.md index bb9bfade4..479b79eb4 100644 --- a/juniper/CHANGELOG.md +++ b/juniper/CHANGELOG.md @@ -55,7 +55,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.1 version](https://github.com/graphql/graphiql/blob/graphiql%405.2.1/packages/graphiql/CHANGELOG.md#521). ([#1358]) +- Upgraded [GraphiQL] to [5.2.2 version](https://github.com/graphql/graphiql/blob/graphiql%405.2.2/packages/graphiql/CHANGELOG.md#522). ([#1361], [#1358]) ### Fixed @@ -74,6 +74,7 @@ All user visible changes to `juniper` crate will be documented in this file. Thi [#1354]: /../../pull/1354 [#1355]: /../../pull/1355 [#1358]: /../../pull/1358 +[#1361]: /../../pull/1361 [graphql/graphql-spec#525]: https://github.com/graphql/graphql-spec/pull/525 [graphql/graphql-spec#687]: https://github.com/graphql/graphql-spec/issues/687 [graphql/graphql-spec#805]: https://github.com/graphql/graphql-spec/pull/805