Skip to content

fix(deps): update graphiql monorepo #552

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 9, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@graphiql/plugin-doc-explorer (source) ^0.0.1 -> ^0.3.0 age adoption passing confidence
@graphiql/react (source) 0.32.1 -> 0.35.1 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

graphql/graphiql (@​graphiql/plugin-doc-explorer)

v0.3.0

Compare Source

Minor 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

  • #​4025 6a50740 Thanks @​dimaMachina! - set "importsNotUsedAsValues": "error" in tsconfig

  • #​3234 86a96e5 Thanks @​dimaMachina! - Migration from Codemirror to Monaco Editor

    Replacing codemirror-graphql with monaco-graphql

    Support for comments in Variables and Headers editors

  • #​4026 7fb5ac3 Thanks @​dimaMachina! - - deprecate useExplorerContext, useHistoryContext, usePrettifyEditors, useCopyQuery, useMergeQuery, useExecutionContext, usePluginContext, useSchemaContext, useStorageContext hooks

    • fix response editor overflow on <GraphiQL.Footer />
    • export GraphiQLProps type
    • allow children: ReactNode for <GraphiQL.Toolbar />
    • change ToolbarMenu component:
      • The label and className props were removed
      • The button prop should now be a button element
    • document useGraphiQL and useGraphiQLActions hooks in @graphiql/react README.md
    • rename useThemeStore to useTheme
  • #​3950 2455907 Thanks @​dimaMachina! - - remove useQueryEditor, useVariableEditor, useHeaderEditor, useResponseEditor hooks

    • remove UseHeaderEditorArgs, UseQueryEditorArgs, UseResponseEditorArgs, UseVariableEditorArgs exports
    • rename components
      • StorageContextProvider => StorageStore
      • EditorContextProvider => EditorStore
      • SchemaContextProvider => SchemaStore
      • ExecutionContextProvider => ExecutionStore
      • HistoryContextProvider => HistoryStore
      • ExplorerContextProvider => ExplorerStore
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
    • feat(@​graphiql/react): migrate React context to zustand:
      • replace useExecutionContext with useExecutionStore hook
      • replace useEditorContext with useEditorStore hook
    • prefer getComputedStyle over window.getComputedStyle
  • #​4006 7792dc9 Thanks @​dimaMachina! - push field type on stack too before field

  • #​4007 f9780bd Thanks @​dimaMachina! - Use an additional Alt key for focus doc explorer search input instead of Cmd/Ctrl+K because monaco-editor has a built-in shortcut for Cmd/Ctrl+K

  • #​4004 16fdd6a Thanks @​dimaMachina! - show spinner in doc explorer based on isIntrospecting value, and not based on isFetching

  • Updated dependencies [27e7eb6, 0844dc1, 866a8f3, 4936492, 3c0ad34, 1e3ec84, 0c8e390, 0a08642, cff3da5, 6a50740, 86a96e5, 30bc3f9, 4b39f11, 7fb5ac3, 2455907]:

v0.2.2

Compare Source

Patch Changes

v0.2.1

Compare Source

Patch Changes

v0.2.0

Compare Source

Minor Changes
Patch Changes

v0.1.0

Compare Source

Minor Changes

v0.0.2

Compare Source

Patch Changes
graphql/graphiql (@​graphiql/react)

v0.35.1

Compare Source

Patch Changes

v0.35.0

Compare Source

Minor 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
  • #​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
    • feat(@​graphiql/react): migrate React context to zustand:
      • replace useExecutionContext with useExecutionStore hook
      • replace useEditorContext with useEditorStore hook
    • prefer getComputedStyle over window.getComputedStyle
  • #​3999 866a8f3 Thanks @​dimaMachina! - update graphiql-cdn example to show how to load workers with esm.sh

  • #​4009 4936492 Thanks @​dimaMachina! - separate store actions from state, add useGraphiQLActions state

  • #​4005 1e3ec84 Thanks @​dimaMachina! - support externalFragments prop and remove validationRules prop

  • #​4003 0c8e390 Thanks @​dimaMachina! - remove readOnly prop
    document keyMap prop was removed in migration guide

  • #​3735 0a08642 Thanks @​dimaMachina! - - Remove query, variables, headers, and response props from <GraphiQL /> and <GraphiQLProvider />

    • Add initialQuery, initialVariables and initialHeaders props
    • Fix defaultQuery, when is set will only be used for the first tab. When opening more tabs, the query editor will start out empty
    • remove useSynchronizeValue hook
  • #​4017 cff3da5 Thanks @​dimaMachina! - extract graphiql sidebar to react component

  • #​4025 6a50740 Thanks @​dimaMachina! - set "importsNotUsedAsValues": "error" in tsconfig

  • #​3234 86a96e5 Thanks @​dimaMachina! - Migration from Codemirror to Monaco Editor

    Replacing codemirror-graphql with monaco-graphql

    Support for comments in Variables and Headers editors

  • #​4011 30bc3f9 Thanks @​dimaMachina! - fix execute query shortcut in query editor, run it even there are no operations in query editor

    fix plugin store, save last opened plugin in storage

  • #​4014 4b39f11 Thanks @​dimaMachina! - extract storage key constants

  • #​4026 7fb5ac3 Thanks @​dimaMachina! - - deprecate useExplorerContext, useHistoryContext, usePrettifyEditors, useCopyQuery, useMergeQuery, useExecutionContext, usePluginContext, useSchemaContext, useStorageContext hooks

    • fix response editor overflow on <GraphiQL.Footer />
    • export GraphiQLProps type
    • allow children: ReactNode for <GraphiQL.Toolbar />
    • change ToolbarMenu component:
      • The label and className props were removed
      • The button prop should now be a button element
    • document useGraphiQL and useGraphiQLActions hooks in @graphiql/react README.md
    • rename useThemeStore to useTheme
  • #​3950 2455907 Thanks @​dimaMachina! - - remove useQueryEditor, useVariableEditor, useHeaderEditor, useResponseEditor hooks

    • remove UseHeaderEditorArgs, UseQueryEditorArgs, UseResponseEditorArgs, UseVariableEditorArgs exports
    • rename components
      • StorageContextProvider => StorageStore
      • EditorContextProvider => EditorStore
      • SchemaContextProvider => SchemaStore
      • ExecutionContextProvider => ExecutionStore
      • HistoryContextProvider => HistoryStore
      • ExplorerContextProvider => ExplorerStore
Patch Changes

v0.34.1

Compare Source

Patch Changes

v0.34.0

Compare Source

Minor Changes
  • #​3946 71755b7 Thanks @​dimaMachina! - feat(@​graphiql/react): migrate React context to zustand:
    • replace useExecutionContext with useExecutionStore hook
    • replace useEditorContext with useEditorStore hook
    • replace useAutoCompleteLeafs hook with getAutoCompleteLeafs function
Patch Changes

v0.33.0

Compare Source

Minor Changes

v0.32.2

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/London, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

renovate-approve[bot]
renovate-approve bot previously approved these changes May 9, 2025
@renovate renovate bot force-pushed the renovate/graphiql-monorepo branch from 5ca8679 to 3dacb32 Compare May 10, 2025 02:36
@renovate renovate bot force-pushed the renovate/graphiql-monorepo branch from 3dacb32 to c6367bf Compare May 12, 2025 03:41
renovate-approve[bot]
renovate-approve bot previously approved these changes May 12, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes May 13, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes May 20, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes May 22, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes May 29, 2025
@renovate renovate bot force-pushed the renovate/graphiql-monorepo branch 9 times, most recently from c956016 to 44393fc Compare June 7, 2025 18:54
@renovate renovate bot force-pushed the renovate/graphiql-monorepo branch from 44393fc to bb8fbf7 Compare June 7, 2025 20:30
renovate-approve[bot]
renovate-approve bot previously approved these changes Jun 7, 2025
@renovate renovate bot force-pushed the renovate/graphiql-monorepo branch from bb8fbf7 to 47b7766 Compare June 8, 2025 02:13
renovate-approve[bot]
renovate-approve bot previously approved these changes Jun 24, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Jun 24, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Jun 25, 2025
@renovate renovate bot force-pushed the renovate/graphiql-monorepo branch 3 times, most recently from fbcb905 to b4ffe2e Compare June 26, 2025 01:47
@renovate renovate bot force-pushed the renovate/graphiql-monorepo branch from b4ffe2e to a793683 Compare June 26, 2025 05:43
renovate-approve[bot]
renovate-approve bot previously approved these changes Jun 26, 2025
@renovate renovate bot force-pushed the renovate/graphiql-monorepo branch 3 times, most recently from 11b812f to 9f6fcdb Compare June 28, 2025 06:40
@renovate renovate bot force-pushed the renovate/graphiql-monorepo branch from 9f6fcdb to 4c58fa8 Compare June 28, 2025 10:05
renovate-approve[bot]
renovate-approve bot previously approved these changes Jun 28, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Jun 28, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Jun 28, 2025
@renovate renovate bot force-pushed the renovate/graphiql-monorepo branch from 42298fd to 1721b46 Compare June 29, 2025 00:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants