From 52ae1693ab25cdb05775df21c1ededf2b1c6df04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Jul 2025 14:42:55 +0000 Subject: [PATCH 1/3] Bump graphiql from 5.0.2 to 5.0.3 in /juniper Bumps [graphiql](https://github.com/graphql/graphiql/tree/HEAD/packages/graphiql) from 5.0.2 to 5.0.3. - [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.3/packages/graphiql) --- updated-dependencies: - dependency-name: graphiql dependency-version: 5.0.3 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 ed1a654a5..f608f6895 100644 --- a/juniper/package.json +++ b/juniper/package.json @@ -4,7 +4,7 @@ "postinstall": "make graphiql graphql-playground" }, "dependencies": { - "graphiql": "5.0.2", + "graphiql": "5.0.3", "graphql-playground-react": "1.7.28" } } From b0965eb84c2be2bcd7857187fcf804855bf72874 Mon Sep 17 00:00:00 2001 From: tyranron Date: Fri, 4 Jul 2025 13:01:53 +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 96df70f14..ba850be0d 100644 --- a/juniper/src/http/graphiql.html +++ b/juniper/src/http/graphiql.html @@ -28,7 +28,7 @@ font-size: 4rem; } - + Date: Fri, 4 Jul 2025 13:02:54 +0300 Subject: [PATCH 3/3] Upd CHANGELOG --- juniper/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/juniper/CHANGELOG.md b/juniper/CHANGELOG.md index 4d6695819..d0b9b31b6 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.2 version](https://github.com/graphql/graphiql/blob/graphiql%405.0.2/packages/graphiql/CHANGELOG.md#502). ([#1333]) +- Upgraded [GraphiQL] to [5.0.3 version](https://github.com/graphql/graphiql/blob/graphiql%405.0.3/packages/graphiql/CHANGELOG.md#503). ([#1334]) - 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 -[#1333]: /../../pull/1333 +[#1334]: /../../pull/1334 [1b1fc618]: /../../commit/1b1fc61879ffdd640d741e187dc20678bf7ab295 [20609366]: /../../commit/2060936635609b0186d46d8fbd06eb30fce660e3 [4b14c015]: /../../commit/4b14c015018d31cb6df848efdee24d96416b76d9