Skip to content

chore(deps-dev): bump the graphiql group across 1 directory with 4 updates#7997

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/graphiql-c98549cb8e
Open

chore(deps-dev): bump the graphiql group across 1 directory with 4 updates#7997
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/graphiql-c98549cb8e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 20, 2026

Copy link
Copy Markdown
Contributor

Bumps the graphiql group with 4 updates in the / directory: @graphiql/plugin-explorer, @graphiql/react, @graphiql/toolkit and graphiql.

Updates @graphiql/plugin-explorer from 4.0.0-alpha.2 to 5.1.2

Release notes

Sourced from @​graphiql/plugin-explorer's releases.

@​graphiql/plugin-explorer@​5.1.2

Patch Changes

@​graphiql/plugin-explorer@​5.1.1

Patch Changes

@​graphiql/plugin-explorer@​5.1.0

Minor Changes

Patch Changes

@​graphiql/plugin-explorer@​5.0.0

We're thrilled to announce the release of the all-new GraphiQL 5, powered by the latest version of the Monaco editor! 🎉

We've also added support for comments in the Variables and Headers editors. This release is a major step forward.

The original issue for integrating the Monaco editor was opened over 3 years ago. And the issue requesting comments support in the Variables editor was opened over 6 years ago!

See the migration guide from GraphiQL 4

@​graphiql/plugin-explorer@​5.0.0-rc.3

Major Changes

Changelog

Sourced from @​graphiql/plugin-explorer's changelog.

5.1.2

Patch Changes

5.1.1

Patch Changes

5.1.0

Minor Changes

Patch Changes

5.0.0

Major Changes

  • #3990 27e7eb6 Thanks @​dimaMachina! - - allow multiple independent instances of GraphiQL on the same page

    • store onClickReference in query editor in React ref
    • remove onClickReference from variable editor
    • fix shortcut text per OS for run query in execute query button's tooltip and in default query
    • allow override all default GraphiQL plugins
    • adjust operation argument color to be purple from GraphiQL v2 on dark/light theme
  • #4009 4936492 Thanks @​dimaMachina! - separate store actions from state, add useGraphiQLActions state

  • #4002 2d9faec Thanks @​dimaMachina! - remove UMD builds

Patch Changes

  • #3949 0844dc1 Thanks @​dimaMachina! - - replace onCopyQuery hook with copyQuery function
    • replace onMergeQuery hook with mergeQuery function
    • replace onPrettifyEditors hook with prettifyEditors function
    • remove fetcher prop from SchemaContextProvider and schemaStore and add fetcher to executionStore
    • add onCopyQuery and onPrettifyQuery props to EditorContextProvider
    • remove exports (use GraphiQLProvider)
      • EditorContextProvider
      • ExecutionContextProvider
      • PluginContextProvider

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​graphiql/plugin-explorer since your current version.


Updates @graphiql/react from 1.0.0-alpha.4 to 1.0.0-next.2

Changelog

Sourced from @​graphiql/react's changelog.

@​graphiql/react

0.37.6

Patch Changes

  • #4332 61d138f Thanks @​vishwakt! - Fix image previews in the response viewer fetching from the wrong host. Monaco splits the hovered word on :, so a full URL like https://example.com/img.png reaches the preview as the protocol-relative //example.com/img.png. The preview stripped the leading character, turning that into the host-relative /example.com/img.png and fetching it from the current origin. The original host is now preserved.

  • Updated dependencies [a526a10]:

    • graphql-language-service@5.5.2

0.37.5

Patch Changes

  • #4232 3934e4a Thanks @​simmerer! - Bugfix for multiline selection highlight styling: disabling Monaco's roundedSelection option prevents selection highlight from appearing to extend beyond actual text selection. See issue #4094.

  • Updated dependencies [227f5ba]:

    • monaco-graphql@1.8.0

0.37.4

Patch Changes

  • #4181 f1a210e Thanks @​trevor-scheer! - Fix schema prop to skip introspection when IntrospectionQuery data is provided

    Previously, passing an IntrospectionQuery result as the schema prop would still trigger a network introspection request. The shouldIntrospect check only recognized GraphQLSchema instances (via isSchema), not raw introspection data. Now, when an IntrospectionQuery is passed, a schema is built from it directly using buildClientSchema and introspection is skipped.

  • #4140 40359eb Thanks @​trevor-scheer! - Remove react-compiler-runtime peer dependency

  • #4211 e7b30c1 Thanks @​davidjb! - Add *.css to sideEffects to allow import of CSS in Webpack Javascript

  • Updated dependencies [914a547, 463df14, 4bb7909, 10f66d5]:

    • graphql-language-service@5.5.1
    • @​graphiql/toolkit@​0.12.0
    • monaco-graphql@1.7.4

0.37.3

Patch Changes

  • #4133 1bc6568 Thanks @​dimaMachina! - to fix esm.sh example we should pin monaco-editor peer dependency to versions ≥ 0.20.0 and < 0.53, since monaco-editor@^0.53.0 isn't supported yet with monaco-graphql

  • Updated dependencies [1bc6568]:

    • monaco-graphql@1.7.3

0.37.2

Patch Changes

... (truncated)

Commits

Updates @graphiql/toolkit from 0.9.1 to 0.12.0

Release notes

Sourced from @​graphiql/toolkit's releases.

@​graphiql/toolkit@​0.12.0

Minor Changes

Changelog

Sourced from @​graphiql/toolkit's changelog.

0.12.0

Minor Changes

0.11.3

Patch Changes

0.11.2

Patch Changes

0.11.1

Patch Changes

0.11.0

Minor Changes

0.10.0

Minor Changes

0.9.2

Patch Changes

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​graphiql/toolkit since your current version.


Updates graphiql from 4.0.0-alpha.5 to 5.2.3

Release notes

Sourced from graphiql's releases.

graphiql@5.2.3

Patch Changes

  • #4181 f1a210e Thanks @​trevor-scheer! - Fix schema prop to skip introspection when IntrospectionQuery data is provided

    Previously, passing an IntrospectionQuery result as the schema prop would still trigger a network introspection request. The shouldIntrospect check only recognized GraphQLSchema instances (via isSchema), not raw introspection data. Now, when an IntrospectionQuery is passed, a schema is built from it directly using buildClientSchema and introspection is skipped.

  • #4211 e7b30c1 Thanks @​davidjb! - Add *.css to sideEffects to allow import of CSS in Webpack Javascript

  • Updated dependencies [f1a210e, 6f5d5d2, 40359eb, e7b30c1]:

    • @​graphiql/react@​0.37.4
    • @​graphiql/plugin-doc-explorer@​0.4.2
    • @​graphiql/plugin-history@​0.4.2

graphiql@5.2.2

Patch Changes

  • #4133 1bc6568 Thanks @​dimaMachina! - to fix esm.sh example we should pin monaco-editor peer dependency to versions ≥ 0.20.0 and < 0.53, since monaco-editor@^0.53.0 isn't supported yet with monaco-graphql

  • Updated dependencies [1bc6568]:

    • @​graphiql/react@​0.37.3

graphiql@5.2.1

Patch Changes

graphiql@5.2.0

Minor Changes

  • #4081 4950dec Thanks @​dimaMachina! - feat: add loader for initial loading of operation editor fix: adjust command palette width, border and remove box-shadow feat: add short cut Cmd/Ctrl + , for opening GraphiQL settings dialog

Patch Changes

  • Updated dependencies [4950dec]:
    • @​graphiql/react@​0.37.1

graphiql@5.1.1

Patch Changes

  • #4078 6e5d5fc Thanks @​dimaMachina! - fix color in the F1 popup should be graphiql primary color and add deprecated exports for useEditorStore, useExecutionStore, usePluginStore and useSchemaStore

  • Updated dependencies [6e5d5fc, 293beed]:

    • @​graphiql/react@​0.37.0
    • @​graphiql/plugin-doc-explorer@​0.4.1

... (truncated)

Changelog

Sourced from graphiql's changelog.

5.2.3

Patch Changes

  • #4181 f1a210e Thanks @​trevor-scheer! - Fix schema prop to skip introspection when IntrospectionQuery data is provided

    Previously, passing an IntrospectionQuery result as the schema prop would still trigger a network introspection request. The shouldIntrospect check only recognized GraphQLSchema instances (via isSchema), not raw introspection data. Now, when an IntrospectionQuery is passed, a schema is built from it directly using buildClientSchema and introspection is skipped.

  • #4211 e7b30c1 Thanks @​davidjb! - Add *.css to sideEffects to allow import of CSS in Webpack Javascript

  • Updated dependencies [f1a210e, 6f5d5d2, 40359eb, e7b30c1]:

    • @​graphiql/react@​0.37.4
    • @​graphiql/plugin-doc-explorer@​0.4.2
    • @​graphiql/plugin-history@​0.4.2

5.2.2

Patch Changes

  • #4133 1bc6568 Thanks @​dimaMachina! - to fix esm.sh example we should pin monaco-editor peer dependency to versions ≥ 0.20.0 and < 0.53, since monaco-editor@^0.53.0 isn't supported yet with monaco-graphql

  • Updated dependencies [1bc6568]:

    • @​graphiql/react@​0.37.3

5.2.1

Patch Changes

5.2.0

Minor Changes

  • #4081 4950dec Thanks @​dimaMachina! - feat: add loader for initial loading of operation editor fix: adjust command palette width, border and remove box-shadow feat: add short cut Cmd/Ctrl + , for opening GraphiQL settings dialog

Patch Changes

  • Updated dependencies [4950dec]:
    • @​graphiql/react@​0.37.1

5.1.1

Patch Changes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for graphiql since your current version.


Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies javascript Pull requests that update javascript code labels Apr 20, 2026
@dependabot dependabot Bot changed the title chore(deps-dev): bump the graphiql group with 4 updates chore(deps-dev): bump the graphiql group across 1 directory with 4 updates Apr 23, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/graphiql-c98549cb8e branch 4 times, most recently from 2278c66 to d9b0347 Compare April 29, 2026 00:42
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/graphiql-c98549cb8e branch 2 times, most recently from 8a92322 to 0f1b8f1 Compare May 7, 2026 00:40
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/graphiql-c98549cb8e branch 6 times, most recently from cd9130d to 6839b11 Compare May 18, 2026 01:00
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/graphiql-c98549cb8e branch 5 times, most recently from 5d63cfb to f1a8e63 Compare May 29, 2026 00:53
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/graphiql-c98549cb8e branch 4 times, most recently from 2348d09 to 5ad2492 Compare June 8, 2026 00:40
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/graphiql-c98549cb8e branch 2 times, most recently from d6d2b69 to ab47246 Compare June 10, 2026 00:40
…dates

Bumps the graphiql group with 4 updates in the / directory: [@graphiql/plugin-explorer](https://github.com/graphql/graphiql/tree/HEAD/packages/graphiql-plugin-explorer), [@graphiql/react](https://github.com/graphql/graphiql/tree/HEAD/packages/graphiql-react), [@graphiql/toolkit](https://github.com/graphql/graphiql/tree/HEAD/packages/graphiql-toolkit) and [graphiql](https://github.com/graphql/graphiql/tree/HEAD/packages/graphiql).


Updates `@graphiql/plugin-explorer` from 4.0.0-alpha.2 to 5.1.2
- [Release notes](https://github.com/graphql/graphiql/releases)
- [Changelog](https://github.com/graphql/graphiql/blob/main/packages/graphiql-plugin-explorer/CHANGELOG.md)
- [Commits](https://github.com/graphql/graphiql/commits/@graphiql/plugin-explorer@5.1.2/packages/graphiql-plugin-explorer)

Updates `@graphiql/react` from 1.0.0-alpha.4 to 1.0.0-next.2
- [Release notes](https://github.com/graphql/graphiql/releases)
- [Changelog](https://github.com/graphql/graphiql/blob/main/packages/graphiql-react/CHANGELOG.md)
- [Commits](https://github.com/graphql/graphiql/commits/HEAD/packages/graphiql-react)

Updates `@graphiql/toolkit` from 0.9.1 to 0.12.0
- [Release notes](https://github.com/graphql/graphiql/releases)
- [Changelog](https://github.com/graphql/graphiql/blob/main/packages/graphiql-toolkit/CHANGELOG.md)
- [Commits](https://github.com/graphql/graphiql/commits/@graphiql/toolkit@0.12.0/packages/graphiql-toolkit)

Updates `graphiql` from 4.0.0-alpha.5 to 5.2.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.2.3/packages/graphiql)

---
updated-dependencies:
- dependency-name: "@graphiql/plugin-explorer"
  dependency-version: 5.1.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: graphiql
- dependency-name: "@graphiql/react"
  dependency-version: 1.0.0-next.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: graphiql
- dependency-name: "@graphiql/toolkit"
  dependency-version: 0.11.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: graphiql
- dependency-name: graphiql
  dependency-version: 5.2.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: graphiql
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/graphiql-c98549cb8e branch from ab47246 to 95b5eb8 Compare June 11, 2026 00:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies javascript Pull requests that update javascript code

Development

Successfully merging this pull request may close these issues.

0 participants