-
Notifications
You must be signed in to change notification settings - Fork 3
fix(deps): update graphiql monorepo #115
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
main
Choose a base branch
from
renovate/graphiql-monorepo
base: main
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
3db4d69
to
2965dcd
Compare
2965dcd
to
99fd6f5
Compare
99fd6f5
to
b423b3d
Compare
b423b3d
to
368a46a
Compare
368a46a
to
7c70371
Compare
7c70371
to
d3a1619
Compare
d3a1619
to
50d99eb
Compare
50d99eb
to
e1e8c5b
Compare
e1e8c5b
to
e1bdbee
Compare
e1bdbee
to
005e888
Compare
005e888
to
b8fa2ac
Compare
b8fa2ac
to
8ef2db9
Compare
8ef2db9
to
d9b6140
Compare
d9b6140
to
db7921c
Compare
db7921c
to
3a6ac60
Compare
3a6ac60
to
ca932f5
Compare
ca932f5
to
f0ab7c2
Compare
f0ab7c2
to
e5b3ce6
Compare
e5b3ce6
to
42fd256
Compare
42fd256
to
c89ac67
Compare
c89ac67
to
9ba7f29
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.1.15
->^0.3.5
^0.17.1
->^0.37.1
^0.8.3
->^0.11.3
^2.4.1
->^2.4.7
Release Notes
graphql/graphiql (@graphiql/plugin-explorer)
v0.3.5
Compare Source
Patch Changes
v0.3.4
Compare Source
Patch Changes
2348641c
]:v0.3.3
Compare Source
Patch Changes
d67c13f6
]:v0.3.2
Compare Source
Patch Changes
#3341
e4a36207
Thanks @acao! - Fix code exporter plugin on early init, add hooksUpdated dependencies [
17069e7a
,e4a36207
]:v0.3.1
Compare Source
Patch Changes
119775ed
Thanks @acao! - handle null editor in explorer plugin (PR)v0.3.0
Compare Source
Minor Changes
#3330
bed5fc86
Thanks @acao! - BREAKING CHANGE: fix lifecycle issue in plugin-explorer, change implementation patternvalue
andsetValue
is no longer an implementation detail, and are handled internally by plugins. the plugin signature has changed slightly as well.now, instead of something like this:
you can just do this:
or this, for more complex state-driven needs:
v0.2.0
Compare Source
Minor Changes
1b8f3fe9
Thanks @B2o5T! - BREAKING CHANGE: umd build was renamed toindex.umd.js
Patch Changes
2f51b1a5
Thanks @LekoArts! - Use namedExplorer
import fromgraphiql-explorer
to fix an issue where the bundler didn't correctly choose either thedefault
orExplorer
import. This change should ensure that@graphiql/plugin-explorer
works correctly withoutgraphiql-explorer
being bundled.v0.1.22
Compare Source
Patch Changes
f86e4172
Thanks @B2o5T! - fix umd build namesgraphiql-plugin-code-exporter.umd.js
andgraphiql-plugin-explorer.umd.js
v0.1.21
Compare Source
Patch Changes
#3229
0a65e720
Thanks @B2o5T! - exclude peer dependencies and dependencies from bundle#3251
f8d8509b
Thanks @B2o5T! - always bundlepackage.json#dependencies
for UMD build for@graphiql/plugin-code-exporter
and@graphiql/plugin-explorer
#3236
64da8c30
Thanks @B2o5T! - update vite#3252
c915a4ee
Thanks @B2o5T! -@graphiql/react
should be inpeerDependencies
not independencies
Updated dependencies [
9ac84bfc
,9ac84bfc
,9ac84bfc
,9ac84bfc
,bc9d243d
,9ac84bfc
,9ac84bfc
,9ac84bfc
,67bf93a3
]:v0.1.20
Compare Source
Patch Changes
#3124
c645932c
Thanks @B2o5T! - avoid unnecessary renders by using useMemo or useCallbackUpdated dependencies [
911cf3e0
,c645932c
,2ca4841b
,7bf90929
,431b7fe1
]:v0.1.19
Compare Source
Patch Changes
2b212941
,9b333a04
]:v0.1.18
Compare Source
Patch Changes
707f3cbc
]:v0.1.17
Compare Source
Patch Changes
v0.1.16
Compare Source
Patch Changes
2e477eb2
,4879984e
,51007002
]:graphql/graphiql (@graphiql/react)
v0.37.1
Compare Source
Patch Changes
4950dec
Thanks @dimaMachina! - feat: add loader for initial loading of operation editorfix: adjust command palette
width
,border
and removebox-shadow
feat: add short cut
Cmd/Ctrl + ,
for opening GraphiQL settings dialogv0.37.0
Compare Source
Minor Changes
6e5d5fc
Thanks @dimaMachina! - fix color in the F1 popup should be graphiql primary color and add deprecated exports foruseEditorStore
,useExecutionStore
,usePluginStore
anduseSchemaStore
Patch Changes
293beed
Thanks @dimaMachina! - remove legacy codemirror CSS stylesv0.36.0
Compare Source
Minor Changes
#4071
3a0a755
Thanks @dimaMachina! - feat(graphql-language-service): exportgetContextAtPosition
feat(graphiql): dynamically import
monaco-editor
andmonaco-graphql
When using GraphiQL in Next.js app, you no longer need to use
next/dynamic
:#4074
fd3f9e6
Thanks @dimaMachina! - Ensurestorage
andtheme
store values aren't shared between GraphiQL instances. DeprecateuseTheme
anduseStorage
hooks in favour of values fromuseGraphiQL
anduseGraphiQLActions
hooksfeat(
@graphiql/plugin-history
/@graphiql/plugin-doc-explorer
): move@graphiql/react
topeerDependencies
#4077
3d41e11
Thanks @dimaMachina! - add new example Usage GraphiQL 5 with Vite, React Router andssr: true
Patch Changes
#4076
416e3a0
Thanks @dimaMachina! - fix brokenuseOperationsEditorState
anduseEditorState
hook and add unit testsUpdated dependencies [
3a0a755
]: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 SSRv0.32.1
Compare Source
Patch Changes
96dcbdf
Thanks @dimaMachina! - fix:ReferenceError: window is not defined
when using with SSRv0.32.0
Compare Source
Minor Changes
#3916
98d13a3
Thanks @dimaMachina! - - remove the following exports from@graphiql/react
and move them in@graphiql/plugin-doc-explorer
package:referencePlugin
prop onPluginContextProviderProps
component for plugin which is used to display the reference documentation when selecting a type.v0.31.0
Compare Source
Minor Changes
#3911
e7c436b
Thanks @dimaMachina! - - exportcn
from@graphiql/react
@graphiql/react
and move them in@graphiql/plugin-history
package:History
HistoryContext
HistoryContextType
HistoryContextProvider
useHistoryContext
HISTORY_PLUGIN
@graphiql/react
(useComponentProps<typeof MyContextProviderProps>
instead):HistoryContextProviderProps
ExecutionContextProviderProps
EditorContextProviderProps
ExplorerContextProviderProps
PluginContextProviderProps
SchemaContextProviderProps
StorageContextProviderProps
GraphiQLProviderProps
v0.30.0
Compare Source
Minor Changes
#3904
d1395f9
Thanks @dimaMachina! - Add support foronPrettifyQuery
callback to enable customised query formatting#3904
d1395f9
Thanks @dimaMachina! - Update GraphiQL CDN example using ESM-based CDN esm.sh#3904
d1395f9
Thanks @dimaMachina! - drop commonjs build files#3904
d1395f9
Thanks @dimaMachina! - generate types withvite-plugin-dts
#3904
d1395f9
Thanks @dimaMachina! - - support react 19, drop support react 16 and react 17ReactDOM.unmountComponentAtNode()
andReactDOM.render()
withroot.unmount()
andcreateRoot(container).render()
@radix-ui
and@headlessui/react
dependencies#3904
d1395f9
Thanks @dimaMachina! -style.css
import was changedv0.29.0
Compare Source
Minor Changes
cb29e9f
Thanks @dimaMachina! - - remove react compiler custom patchreact-compiler-runtime
to use19.1.0-rc.1
versionPatch Changes
#3896
1adc40c
Thanks @dimaMachina! - bump eslint, eslint-plugins and fix new warningsUpdated dependencies [
1adc40c
]:v0.28.2
Compare Source
Patch Changes
16b5698
Thanks @dimaMachina! - fix regression in documentation explorer search when clicking on results in dropdownv0.28.1
Compare Source
Patch Changes
5e76a4f
Thanks @dimaMachina! - fix query builder updated only first selected field in query editor due recent enabled react-compilerv0.28.0
Compare Source
Minor Changes
3633d61
Thanks @dimaMachina! - compile source code with react-compiler, removeuseMemo
anduseCallback
usagesv0.27.1
Compare Source
Patch Changes
#3824
72f06bc
Thanks @dimaMachina! - Excludecodemirror/...
andcodemirror-graphql/...
imports from bundleUpdated dependencies [
7cdcabf
]:v0.27.0
Compare Source
Minor Changes
f86e2bc
Thanks @simmerer! - Fix: removed deprecated usage of Fn.prototype.callerv0.26.2
Compare Source
Patch Changes
#3751
b8538d8
Thanks @dimaMachina! - replace deprecatednavigator.platform
withnavigator.userAgent
fix placeholder
⌘ K
in doc explorer search input for non mac devices, replace byCtrl K
Updated dependencies [
b8538d8
]:v0.26.1
Compare Source
Patch Changes
#3743
7275c19
Thanks @dimaMachina! - create instance ofnew HistoryStore
andnew StorageAPI
only on mount, use function withuseState
Updated dependencies [
21c4409
,2ad4e75
]:v0.26.0
Compare Source
Minor Changes
9aef83a
Thanks @Yahkob! - add new propdefaultTheme
to set the default color preference themePatch Changes
#3441
959ed21
Thanks @cimdalli! - fix: set query editor todefaultQuery
while adding a new tab or GraphiQL's default queryv0.25.0
Compare Source
Minor Changes
7404e8e
Thanks @Cr4xy! - Add webp support to graphiql results image-previewv0.24.0
Compare Source
Minor Changes
#3682
6c9f0df
Thanks @yaacovCR! - Support v17 ofgraphql-js
from17.0.0-alpha.2
forward.Includes support for the latest incremental delivery response format. For further details, see https://github.com/graphql/defer-stream-wg/discussions/69.
Patch Changes
6c9f0df
]:v0.23.1
Compare Source
Patch Changes
6a0a5e5
Thanks @klippx! - do not cleardefaultHeaders
when switching between tabs upon reloadv0.23.0
Compare Source
Minor Changes
5bc7b84
Thanks @dimaMachina! - update vite to v5Patch Changes
#3637
fdec377
Thanks @dimaMachina! - update eslint plugins and fix errors#3656
93c7e9f
Thanks @dimaMachina! - setbuild.minify: false
for cjs/esm builds since minified variable names change every build timeUpdated dependencies [
fdec377
,56c6f45
]:v0.22.4
Compare Source
Patch Changes
adf0ba01
Thanks @dimaMachina! - when alpha is1
, usehsl
instead ofhsla
v0.22.3
Compare Source
Patch Changes
335d830c
Thanks @dimaMachina! - fix doc explorer search input is cut off while clicking on autocomplete resultsv0.22.2
Compare Source
Patch Changes
#3602
03ab3a6b
Thanks @thomasheyenbrock! - Avoid using deprecated Component.defaultProps for icon titlesUpdated dependencies [
aa6dbbb4
]:v0.22.1
Compare Source
Patch Changes
224b43f5
Thanks @thomasheyenbrock! - Fix TypeScript type of thelabel
prop of theTooltip
componentv0.22.0
Compare Source
Minor Changes
d48f4ef5
Thanks @thomasheyenbrock! - Implement correct merging of incremental responses (@defer/@stream)v0.21.0
Compare Source
Minor Changes
5d051054
Thanks @AaronMoat! - Update to markdown-it 14.xv0.20.4
Compare Source
Patch Changes
fc7de5a7
]:v0.20.3
Compare Source
Patch Changes
2b6ea316
](https://redirect.github.com/graphql/grConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.