-
Notifications
You must be signed in to change notification settings - Fork 6
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
renovate
wants to merge
1
commit into
dev
Choose a base branch
from
renovate/graphiql-monorepo
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5ca8679
to
3dacb32
Compare
3dacb32
to
c6367bf
Compare
c6367bf
to
fffa702
Compare
fffa702
to
2bbfcca
Compare
2bbfcca
to
3955934
Compare
3955934
to
7cc911c
Compare
c956016
to
44393fc
Compare
44393fc
to
bb8fbf7
Compare
bb8fbf7
to
47b7766
Compare
a5e7b7f
to
356e5b7
Compare
356e5b7
to
f0f8d98
Compare
fbcb905
to
b4ffe2e
Compare
b4ffe2e
to
a793683
Compare
11b812f
to
9f6fcdb
Compare
9f6fcdb
to
4c58fa8
Compare
4c58fa8
to
26ba421
Compare
26ba421
to
ea58476
Compare
ea58476
to
42298fd
Compare
42298fd
to
1721b46
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.0.1
->^0.3.0
0.32.1
->0.35.1
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 pageonClickReference
in query editor in Reactref
onClickReference
from variable editor#4009
4936492
Thanks @dimaMachina! - separate store actions from state, adduseGraphiQLActions
state#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
#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
#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
#4006
7792dc9
Thanks @dimaMachina! - push field type on stack too before field#4007
f9780bd
Thanks @dimaMachina! - Use an additionalAlt
key for focus doc explorer search input instead ofCmd/Ctrl+K
because monaco-editor has a built-in shortcut forCmd/Ctrl+K
#4004
16fdd6a
Thanks @dimaMachina! - show spinner in doc explorer based onisIntrospecting
value, and not based onisFetching
Updated dependencies [
27e7eb6
,0844dc1
,866a8f3
,4936492
,3c0ad34
,1e3ec84
,0c8e390
,0a08642
,cff3da5
,6a50740
,86a96e5
,30bc3f9
,4b39f11
,7fb5ac3
,2455907
]:v0.2.2
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.2.1
Compare Source
Patch Changes
71755b7
Thanks @dimaMachina! - feat(@graphiql/react): migrate React context to zustand:useExecutionContext
withuseExecutionStore
hookuseEditorContext
withuseEditorStore
hookuseAutoCompleteLeafs
hook withgetAutoCompleteLeafs
function71755b7
,6d631e2
]:v0.2.0
Compare Source
Minor Changes
fa78481
Thanks @dimaMachina! - refactoruseStorage
,useDocExplorer
anduseHistory
hooksPatch Changes
#3945
117627b
Thanks @dimaMachina! - feat(@graphiql/react): migrate React context to zustand, replaceusePluginContext
withusePluginStore
hook#3943
7275472
Thanks @dimaMachina! - feat(@graphiql/react): migrate React context to zustand, replaceuseSchemaContext
withuseSchemaStore
hookUpdated dependencies [
117627b
,fa78481
,7275472
,00c8605
]:v0.1.0
Compare Source
Minor Changes
5a66864
Thanks @dimaMachina! - feat(@graphiql/plugin-doc-explorer): migrate React context to zustand, replaceuseExplorerContext
withuseDocExplorer
anduseDocExplorerActions
hooksv0.0.2
Compare Source
Patch Changes
#3939
69ad489
Thanks @dimaMachina! - preferReact.FC
type when declaring React componentsUpdated dependencies [
2bfbb06
,69ad489
,2500288
]:graphql/graphiql (@graphiql/react)
v0.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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.