Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2026

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

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

Release notes

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

@​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

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

Major Changes

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

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

@​graphiql/plugin-explorer@​4.0.7-rc.0

Migration guide

... (truncated)

Changelog

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

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
      • SchemaContextProvider
      • StorageContextProvider
      • ExecutionContextType
      • PluginContextType

... (truncated)

Commits

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.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

0.37.1

Patch 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

0.37.0

Minor 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

Patch Changes

0.36.0

Minor Changes

  • #4071 3a0a755 Thanks @​dimaMachina! - feat(graphql-language-service): export getContextAtPosition feat(graphiql): dynamically import monaco-editor and monaco-graphql

    When using GraphiQL in Next.js app, you no longer need to use next/dynamic:

    -import dynamic from 'next/dynamic'
    -const GraphiQL = dynamic(() => import('graphiql').then(mod => mod.GraphiQL), {
    -  ssr: false
    -})
    +import { GraphiQL } from 'graphiql'

... (truncated)

Commits

Updates @graphiql/toolkit from 0.9.1 to 0.11.3

Release notes

Sourced from @​graphiql/toolkit's releases.

@​graphiql/toolkit@​0.11.3

Patch Changes

Changelog

Sourced from @​graphiql/toolkit's changelog.

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
  • c8dde6c Version Packages (#3971)
  • 7054591 revert graphql/graphiql#3946 to have support multiple...
  • 71755b7 feat(@​graphiql/react): migrate React context to zustand. Replace `useExecutio...
  • fdc0a4f add types check github action (#3960)
  • fa78481 refactor useStorage, useDocExplorer and useHistory hooks and their stor...
  • e7c436b extract history plugin from @graphiql/react and publish as `@graphiql/plugi...
  • 2f7f429 Version Packages (#3899)
  • 42d2d9c fix EEXIST, file already exists '/tmp/graphql-language-service' failling t...
  • 1adc40c bump eslint, eslint-plugins and fix new warnings (#3896)
  • 9f725b8 Version Packages (#3812)
  • Additional commits viewable in compare view

Updates graphiql from 4.0.0-alpha.5 to 5.2.2

Release notes

Sourced from graphiql's releases.

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
    • @​graphiql/plugin-history@​0.4.1

graphiql@5.1.0

Minor Changes

  • #4071 3a0a755 Thanks @​dimaMachina! - feat(graphql-language-service): export getContextAtPosition feat(graphiql): dynamically import monaco-editor and monaco-graphql

    When using GraphiQL in Next.js app, you no longer need to use next/dynamic:

    -import dynamic from 'next/dynamic'
    -const GraphiQL = dynamic(() => import('graphiql').then(mod => mod.GraphiQL), {
    -  ssr: false

... (truncated)

Changelog

Sourced from graphiql's changelog.

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

  • #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
    • @​graphiql/plugin-history@​0.4.1

5.1.0

Minor Changes

  • #4071 3a0a755 Thanks @​dimaMachina! - feat(graphql-language-service): export getContextAtPosition feat(graphiql): dynamically import monaco-editor and monaco-graphql

    When using GraphiQL in Next.js app, you no longer need to use next/dynamic:

... (truncated)

Commits
  • aacdc85 Version Packages (#4134)
  • 273dfa5 Version Packages (#4125)
  • 0d9e51a Version Packages (#4082)
  • 4950dec fix: adjust command palette width, border and remove box-shadow (#4081)
  • 2634924 Version Packages (#4080)
  • 6e5d5fc graphiql 5: fix color in the F1 popup should be graphiql primary color (#4078)
  • 1dfc857 Version Packages (#4073)
  • fd3f9e6 graphiql 5: Ensure storage and theme store values aren't shared between G...
  • 416e3a0 fix broken useOperationsEditorState and useEditorState hook and add unit ...
  • 3a0a755 dynamically import monaco-editor and monaco-graphql (#4071)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies javascript Pull requests that update javascript code labels Jan 27, 2026
Bumps the graphiql group with 4 updates: [@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.1
- [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.1/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.11.3
- [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.11.3/packages/graphiql-toolkit)

Updates `graphiql` from 4.0.0-alpha.5 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/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 4ecebae to 91ee69b Compare January 27, 2026 07:51
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