fix(deps): update dependency @graphiql/react to v0.35.6 #653
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.32.1
->0.35.6
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
graphql/graphiql (@graphiql/react)
v0.35.6
Compare Source
Patch Changes
#4069
142f3f2
Thanks @dimaMachina! - reduce bundle size, importprettier
dynamically to avoid bundling Prettierdiff from vite example
v0.35.5
Compare Source
Patch Changes
44b18e4
Thanks @dimaMachina! - fixuseOperationsEditorState
wasn't returned updated return valuev0.35.4
Compare Source
Patch Changes
#4052
9b54581
Thanks @dimaMachina! - fix multiple GraphiQL instances, suffix a unique id for operation, request headers, variables and response URI.E.g., the first GraphiQL instance will have:
1-operation.graphql
1-request-headers.json
1-variables.json
1-response.json
The 2nd instance will have:
2-operation.graphql
2-request-headers.json
2-variables.json
2-response.json
etc.
#4049
2c0586d
Thanks @dimaMachina! - - useallowTrailingComma
option in jsonc parser to maketryParseJsonObject
sync#4050
002f133
Thanks @dimaMachina! - fix can't access property "jsonDefaults"v0.35.3
Compare Source
Patch Changes
8b56462
Thanks @dimaMachina! - Enable font ligatures in monaco-editors fix incorrect caret position on Windowsv0.35.2
Compare Source
Patch Changes
68b347c
Thanks @dimaMachina! - fixFixes Uncaught Error: can't access property "offsetNode", hitResult is null
on Mozillav0.35.1
Compare Source
Patch Changes
e548574
Thanks @dimaMachina! - fix execute button becomes unstyled if there are several queries presentv0.35.0
Compare Source
Minor Changes
#3990
27e7eb6
Thanks @dimaMachina! - - allow multiple independent instances of GraphiQL on the same pageonClickReference
in query editor in Reactref
onClickReference
from variable editor#3949
0844dc1
Thanks @dimaMachina! - - replaceonCopyQuery
hook withcopyQuery
functiononMergeQuery
hook withmergeQuery
functiononPrettifyEditors
hook withprettifyEditors
functionfetcher
prop fromSchemaContextProvider
andschemaStore
and addfetcher
toexecutionStore
onCopyQuery
andonPrettifyQuery
props toEditorContextProvider
GraphiQLProvider
)EditorContextProvider
ExecutionContextProvider
PluginContextProvider
SchemaContextProvider
StorageContextProvider
ExecutionContextType
PluginContextType
useExecutionContext
withuseExecutionStore
hookuseEditorContext
withuseEditorStore
hookgetComputedStyle
overwindow.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, adduseGraphiQLActions
state#4005
1e3ec84
Thanks @dimaMachina! - supportexternalFragments
prop and removevalidationRules
prop#4003
0c8e390
Thanks @dimaMachina! - removereadOnly
propdocument
keyMap
prop was removed in migration guide#3735
0a08642
Thanks @dimaMachina! - - Removequery
,variables
,headers
, andresponse
props from<GraphiQL />
and<GraphiQLProvider />
initialQuery
,initialVariables
andinitialHeaders
propsdefaultQuery
, when is set will only be used for the first tab. When opening more tabs, the query editor will start out emptyuseSynchronizeValue
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 EditorReplacing
codemirror-graphql
withmonaco-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 editorfix plugin store, save last opened plugin in storage
#4014
4b39f11
Thanks @dimaMachina! - extract storage key constants#4026
7fb5ac3
Thanks @dimaMachina! - - deprecateuseExplorerContext
,useHistoryContext
,usePrettifyEditors
,useCopyQuery
,useMergeQuery
,useExecutionContext
,usePluginContext
,useSchemaContext
,useStorageContext
hooks<GraphiQL.Footer />
GraphiQLProps
typechildren: ReactNode
for<GraphiQL.Toolbar />
ToolbarMenu
component:label
andclassName
props were removedbutton
prop should now be a button elementuseGraphiQL
anduseGraphiQLActions
hooks in@graphiql/react
README.mduseThemeStore
touseTheme
#3950
2455907
Thanks @dimaMachina! - - removeuseQueryEditor
,useVariableEditor
,useHeaderEditor
,useResponseEditor
hooksUseHeaderEditorArgs
,UseQueryEditorArgs
,UseResponseEditorArgs
,UseVariableEditorArgs
exportsStorageContextProvider
=>StorageStore
EditorContextProvider
=>EditorStore
SchemaContextProvider
=>SchemaStore
ExecutionContextProvider
=>ExecutionStore
HistoryContextProvider
=>HistoryStore
ExplorerContextProvider
=>ExplorerStore
Patch Changes
3c0ad34
Thanks @dimaMachina! - - run cypress tests in React strict modedefaultQuery
with empty string does not result in an empty default queryuseDidUpdate
in React strict mode1e3ec84
]:v0.34.1
Compare Source
Patch Changes
#3970
7054591
Thanks @dimaMachina! - revert https://github.com/graphql/graphiql/pull/3946 to have support multiple embedded graphiql instances on the same pageUpdated dependencies [
7054591
]:v0.34.0
Compare Source
Minor Changes
71755b7
Thanks @dimaMachina! - feat(@graphiql/react): migrate React context to zustand:useExecutionContext
withuseExecutionStore
hookuseEditorContext
withuseEditorStore
hookuseAutoCompleteLeafs
hook withgetAutoCompleteLeafs
functionPatch Changes
6d631e2
Thanks @dimaMachina! - fix headers are not set in the refetch of introspection queryv0.33.0
Compare Source
Minor Changes
#3945
117627b
Thanks @dimaMachina! - feat(@graphiql/react): migrate React context to zustand, replaceusePluginContext
withusePluginStore
hook#3947
fa78481
Thanks @dimaMachina! - refactoruseStorage
,useDocExplorer
anduseHistory
hooks#3943
7275472
Thanks @dimaMachina! - feat(@graphiql/react): migrate React context to zustand, replaceuseSchemaContext
withuseSchemaStore
hook#3942
00c8605
Thanks @dimaMachina! - feat(@graphiql/react): migrate React context to zustand, replaceuseStorageContext
withuseStorage
hookv0.32.2
Compare Source
Patch Changes
#3936
2bfbb06
Thanks @dimaMachina! - add scroll-x to graphiql tabs area#3939
69ad489
Thanks @dimaMachina! - preferReact.FC
type when declaring React components#3937
2500288
Thanks @dimaMachina! - removeWarning: useLayoutEffect does nothing on the server, because its effect cannot be encoded into the server renderer's output format
warnings on SSRConfiguration
📅 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.