From 4a1400d45c77ad6bfbd294ef31f3a68c48197175 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 18:00:01 +0000 Subject: [PATCH 1/3] Bump graphiql from 5.0.5 to 5.0.6 in /juniper Bumps [graphiql](https://github.com/graphql/graphiql/tree/HEAD/packages/graphiql) from 5.0.5 to 5.0.6. - [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.0.6/packages/graphiql) --- updated-dependencies: - dependency-name: graphiql dependency-version: 5.0.6 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 fc2f228a0..de0e1d514 100644 --- a/juniper/package.json +++ b/juniper/package.json @@ -4,7 +4,7 @@ "postinstall": "make graphiql graphql-playground" }, "dependencies": { - "graphiql": "5.0.5", + "graphiql": "5.0.6", "graphql-playground-react": "1.7.28" } } From 761bf769ba215814aaf6bf3305274e79170a2e4f Mon Sep 17 00:00:00 2001 From: tyranron Date: Mon, 14 Jul 2025 21:09:49 +0300 Subject: [PATCH 2/3] Regen --- juniper/src/http/graphiql.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/juniper/src/http/graphiql.html b/juniper/src/http/graphiql.html index 476a1ae77..15f5fae2c 100644 --- a/juniper/src/http/graphiql.html +++ b/juniper/src/http/graphiql.html @@ -28,7 +28,7 @@ font-size: 4rem; } - + Date: Mon, 14 Jul 2025 21:10:31 +0300 Subject: [PATCH 3/3] Changelog --- juniper/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/juniper/CHANGELOG.md b/juniper/CHANGELOG.md index ebe2d2e64..163ee1c64 100644 --- a/juniper/CHANGELOG.md +++ b/juniper/CHANGELOG.md @@ -130,7 +130,7 @@ All user visible changes to `juniper` crate will be documented in this file. Thi ### Changed -- Upgraded [GraphiQL] to [5.0.5 version](https://github.com/graphql/graphiql/blob/graphiql%405.0.5/packages/graphiql/CHANGELOG.md#505). ([#1336]) +- Upgraded [GraphiQL] to [5.0.6 version](https://github.com/graphql/graphiql/blob/graphiql%405.0.6/packages/graphiql/CHANGELOG.md#506). ([#1337]) - Lifted `Sized` requirement from `ToInputValue` conversion trait. ([#1330]) ### Fixed @@ -156,7 +156,7 @@ All user visible changes to `juniper` crate will be documented in this file. Thi [#1327]: /../../pull/1327 [#1329]: /../../pull/1329 [#1330]: /../../pull/1330 -[#1336]: /../../pull/1336 +[#1337]: /../../pull/1337 [1b1fc618]: /../../commit/1b1fc61879ffdd640d741e187dc20678bf7ab295 [20609366]: /../../commit/2060936635609b0186d46d8fbd06eb30fce660e3 [4b14c015]: /../../commit/4b14c015018d31cb6df848efdee24d96416b76d9