From 3c9a0e43add82cb4d63f8f1d4ebdf4f76dc6d473 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 14:17:59 +0000 Subject: [PATCH 1/3] Bump graphiql from 5.2.0 to 5.2.1 in /juniper Bumps [graphiql](https://github.com/graphql/graphiql/tree/HEAD/packages/graphiql) from 5.2.0 to 5.2.1. - [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.1/packages/graphiql) --- updated-dependencies: - dependency-name: graphiql dependency-version: 5.2.1 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 3c3a990b9..044e88ab9 100644 --- a/juniper/package.json +++ b/juniper/package.json @@ -4,7 +4,7 @@ "postinstall": "make graphiql graphql-playground" }, "dependencies": { - "graphiql": "5.2.0", + "graphiql": "5.2.1", "graphql-playground-react": "1.7.28" } } From 9a1f69a9f79385268f4f1a088f3a50ec04c1528d Mon Sep 17 00:00:00 2001 From: tyranron Date: Mon, 3 Nov 2025 17:36:39 +0200 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 666ad9461..a4cf66d8c 100644 --- a/juniper/src/http/graphiql.html +++ b/juniper/src/http/graphiql.html @@ -28,7 +28,7 @@ font-size: 4rem; } - + Date: Mon, 3 Nov 2025 17:37:49 +0200 Subject: [PATCH 3/3] Fill up CHANGELOG --- juniper/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/juniper/CHANGELOG.md b/juniper/CHANGELOG.md index b7a19c4e3..bb9bfade4 100644 --- a/juniper/CHANGELOG.md +++ b/juniper/CHANGELOG.md @@ -55,6 +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]) ### Fixed @@ -72,6 +73,7 @@ All user visible changes to `juniper` crate will be documented in this file. Thi [#1353]: /../../pull/1353 [#1354]: /../../pull/1354 [#1355]: /../../pull/1355 +[#1358]: /../../pull/1358 [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