-
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 GitHub.
|
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
9ba7f29 to
f57b68b
Compare
f57b68b to
549f463
Compare
549f463 to
74751bc
Compare
74751bc to
28bac2c
Compare
28bac2c to
a13b8ce
Compare
a13b8ce to
2702b9a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.2^0.8.3->^0.11.3^2.4.1->^2.4.7Release Notes
graphql/graphiql (@graphiql/plugin-explorer)
v0.3.5Compare Source
Patch Changes
v0.3.4Compare Source
Patch Changes
2348641c]:v0.3.3Compare Source
Patch Changes
d67c13f6]:v0.3.2Compare Source
Patch Changes
#3341
e4a36207Thanks @acao! - Fix code exporter plugin on early init, add hooksUpdated dependencies [
17069e7a,e4a36207]:v0.3.1Compare Source
Patch Changes
119775edThanks @acao! - handle null editor in explorer plugin (PR)v0.3.0Compare Source
Minor Changes
#3330
bed5fc86Thanks @acao! - BREAKING CHANGE: fix lifecycle issue in plugin-explorer, change implementation patternvalueandsetValueis 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.0Compare Source
Minor Changes
1b8f3fe9Thanks @B2o5T! - BREAKING CHANGE: umd build was renamed toindex.umd.jsPatch Changes
2f51b1a5Thanks @LekoArts! - Use namedExplorerimport fromgraphiql-explorerto fix an issue where the bundler didn't correctly choose either thedefaultorExplorerimport. This change should ensure that@graphiql/plugin-explorerworks correctly withoutgraphiql-explorerbeing bundled.v0.1.22Compare Source
Patch Changes
f86e4172Thanks @B2o5T! - fix umd build namesgraphiql-plugin-code-exporter.umd.jsandgraphiql-plugin-explorer.umd.jsv0.1.21Compare Source
Patch Changes
#3229
0a65e720Thanks @B2o5T! - exclude peer dependencies and dependencies from bundle#3251
f8d8509bThanks @B2o5T! - always bundlepackage.json#dependenciesfor UMD build for@graphiql/plugin-code-exporterand@graphiql/plugin-explorer#3236
64da8c30Thanks @B2o5T! - update vite#3252
c915a4eeThanks @B2o5T! -@graphiql/reactshould be inpeerDependenciesnot independenciesUpdated dependencies [
9ac84bfc,9ac84bfc,9ac84bfc,9ac84bfc,bc9d243d,9ac84bfc,9ac84bfc,9ac84bfc,67bf93a3]:v0.1.20Compare Source
Patch Changes
#3124
c645932cThanks @B2o5T! - avoid unnecessary renders by using useMemo or useCallbackUpdated dependencies [
911cf3e0,c645932c,2ca4841b,7bf90929,431b7fe1]:v0.1.19Compare Source
Patch Changes
2b212941,9b333a04]:v0.1.18Compare Source
Patch Changes
707f3cbc]:v0.1.17Compare Source
Patch Changes
v0.1.16Compare Source
Patch Changes
2e477eb2,4879984e,51007002]:graphql/graphiql (@graphiql/react)
v0.37.2Compare Source
Patch Changes
d77abe6Thanks @dimaMachina! - pinmonaco-editorto0.52.2v0.37.1Compare Source
Patch Changes
4950decThanks @dimaMachina! - feat: add loader for initial loading of operation editorfix: adjust command palette
width,borderand removebox-shadowfeat: add short cut
Cmd/Ctrl + ,for opening GraphiQL settings dialogv0.37.0Compare Source
Minor Changes
6e5d5fcThanks @dimaMachina! - fix color in the F1 popup should be graphiql primary color and add deprecated exports foruseEditorStore,useExecutionStore,usePluginStoreanduseSchemaStorePatch Changes
293beedThanks @dimaMachina! - remove legacy codemirror CSS stylesv0.36.0Compare Source
Minor Changes
#4071
3a0a755Thanks @dimaMachina! - feat(graphql-language-service): exportgetContextAtPositionfeat(graphiql): dynamically import
monaco-editorandmonaco-graphqlWhen using GraphiQL in Next.js app, you no longer need to use
next/dynamic:#4074
fd3f9e6Thanks @dimaMachina! - Ensurestorageandthemestore values aren't shared between GraphiQL instances. DeprecateuseThemeanduseStoragehooks in favour of values fromuseGraphiQLanduseGraphiQLActionshooksfeat(
@graphiql/plugin-history/@graphiql/plugin-doc-explorer): move@graphiql/reacttopeerDependencies#4077
3d41e11Thanks @dimaMachina! - add new example Usage GraphiQL 5 with Vite, React Router andssr: truePatch Changes
#4076
416e3a0Thanks @dimaMachina! - fix brokenuseOperationsEditorStateanduseEditorStatehook and add unit testsUpdated dependencies [
3a0a755]:v0.35.6Compare Source
Patch Changes
#4069
142f3f2Thanks @dimaMachina! - reduce bundle size, importprettierdynamically to avoid bundling Prettierdiff from vite example
v0.35.5Compare Source
Patch Changes
44b18e4Thanks @dimaMachina! - fixuseOperationsEditorStatewasn't returned updated return valuev0.35.4Compare Source
Patch Changes
#4052
9b54581Thanks @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.graphql1-request-headers.json1-variables.json1-response.jsonThe 2nd instance will have:
2-operation.graphql2-request-headers.json2-variables.json2-response.jsonetc.
#4049
2c0586dThanks @dimaMachina! - - useallowTrailingCommaoption in jsonc parser to maketryParseJsonObjectsync#4050
002f133Thanks @dimaMachina! - fix can't access property "jsonDefaults"v0.35.3Compare Source
Patch Changes
8b56462Thanks @dimaMachina! - Enable font ligatures in monaco-editors fix incorrect caret position on Windowsv0.35.2Compare Source
Patch Changes
68b347cThanks @dimaMachina! - fixFixes Uncaught Error: can't access property "offsetNode", hitResult is nullon Mozillav0.35.1Compare Source
Patch Changes
e548574Thanks @dimaMachina! - fix execute button becomes unstyled if there are several queries presentv0.35.0Compare Source
Minor Changes
#3990
27e7eb6Thanks @dimaMachina! - - allow multiple independent instances of GraphiQL on the same pageonClickReferencein query editor in ReactrefonClickReferencefrom variable editor#3949
0844dc1Thanks @dimaMachina! - - replaceonCopyQueryhook withcopyQueryfunctiononMergeQueryhook withmergeQueryfunctiononPrettifyEditorshook withprettifyEditorsfunctionfetcherprop fromSchemaContextProviderandschemaStoreand addfetchertoexecutionStoreonCopyQueryandonPrettifyQueryprops toEditorContextProviderGraphiQLProvider)EditorContextProviderExecutionContextProviderPluginContextProviderSchemaContextProviderStorageContextProviderExecutionContextTypePluginContextTypeuseExecutionContextwithuseExecutionStorehookuseEditorContextwithuseEditorStorehookgetComputedStyleoverwindow.getComputedStyle#3999
866a8f3Thanks @dimaMachina! - update graphiql-cdn example to show how to load workers with esm.sh#4009
4936492Thanks @dimaMachina! - separate store actions from state, adduseGraphiQLActionsstate#4005
1e3ec84Thanks @dimaMachina! - supportexternalFragmentsprop and removevalidationRulesprop#4003
0c8e390Thanks @dimaMachina! - removereadOnlypropdocument
keyMapprop was removed in migration guide#3735
0a08642Thanks @dimaMachina! - - Removequery,variables,headers, andresponseprops from<GraphiQL />and<GraphiQLProvider />initialQuery,initialVariablesandinitialHeaderspropsdefaultQuery, when is set will only be used for the first tab. When opening more tabs, the query editor will start out emptyuseSynchronizeValuehook#4017
cff3da5Thanks @dimaMachina! - extract graphiql sidebar to react component#4025
6a50740Thanks @dimaMachina! - set "importsNotUsedAsValues": "error" in tsconfig#3234
86a96e5Thanks @dimaMachina! - Migration from Codemirror to Monaco EditorReplacing
codemirror-graphqlwithmonaco-graphqlSupport for comments in Variables and Headers editors
#4011
30bc3f9Thanks @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
4b39f11Thanks @dimaMachina! - extract storage key constants#4026
7fb5ac3Thanks @dimaMachina! - - deprecateuseExplorerContext,useHistoryContext,usePrettifyEditors,useCopyQuery,useMergeQuery,useExecutionContext,usePluginContext,useSchemaContext,useStorageContexthooks<GraphiQL.Footer />GraphiQLPropstypechildren: ReactNodefor<GraphiQL.Toolbar />ToolbarMenucomponent:labelandclassNameprops were removedbuttonprop should now be a button elementuseGraphiQLanduseGraphiQLActionshooks in@graphiql/reactREADME.mduseThemeStoretouseTheme#3950
2455907Thanks @dimaMachina! - - removeuseQueryEditor,useVariableEditor,useHeaderEditor,useResponseEditorhooksUseHeaderEditorArgs,UseQueryEditorArgs,UseResponseEditorArgs,UseVariableEditorArgsexportsStorageContextProvider=>StorageStoreEditorContextProvider=>EditorStoreSchemaContextProvider=>SchemaStoreExecutionContextProvider=>ExecutionStoreHistoryContextProvider=>HistoryStoreExplorerContextProvider=>ExplorerStorePatch Changes
3c0ad34Thanks @dimaMachina! - - run cypress tests in React strict modedefaultQuerywith empty string does not result in an empty default queryuseDidUpdatein React strict mode1e3ec84]:v0.34.1Compare Source
Patch Changes
#3970
7054591Thanks @dimaMachina! - revert #3946 to have support multiple embedded graphiql instances on the same pageUpdated dependencies [
7054591]:v0.34.0Compare Source
Minor Changes
71755b7Thanks @dimaMachina! - feat(@graphiql/react): migrate React context to zustand:useExecutionContextwithuseExecutionStorehookuseEditorContextwithuseEditorStorehookuseAutoCompleteLeafshook withgetAutoCompleteLeafsfunctionPatch Changes
6d631e2Thanks @dimaMachina! - fix headers are not set in the refetch of introspection queryv0.33.0Compare Source
Minor Changes
#3945
117627bThanks @dimaMachina! - feat(@graphiql/react): migrate React context to zustand, replaceusePluginContextwithusePluginStorehook#3947
fa78481Thanks @dimaMachina! - refactoruseStorage,useDocExploreranduseHistoryhooks#3943
7275472Thanks @dimaMachina! - feat(@graphiql/react): migrate React context to zustand, replaceuseSchemaContextwithuseSchemaStorehook#3942
00c8605Thanks @dimaMachina! - feat(@graphiql/react): migrate React context to zustand, replaceuseStorageContextwithuseStoragehookv0.32.2Compare Source
Patch Changes
#3936
2bfbb06Thanks @dimaMachina! - add scroll-x to graphiql tabs area#3939
69ad489Thanks @dimaMachina! - preferReact.FCtype when declaring React components#3937
2500288Thanks @dimaMachina! - removeWarning: useLayoutEffect does nothing on the server, because its effect cannot be encoded into the server renderer's output formatwarnings on SSRv0.32.1Compare Source
Patch Changes
96dcbdfThanks @dimaMachina! - fix:ReferenceError: window is not definedwhen using with SSRv0.32.0Compare Source
Minor Changes
#3916
98d13a3Thanks @dimaMachina! - - remove the following exports from@graphiql/reactand move them in@graphiql/plugin-doc-explorerpackage:referencePluginprop onPluginContextProviderPropscomponent for plugin which is used to display the reference documentation when selecting a type.v0.31.0Compare Source
Minor Changes
#3911
e7c436bThanks @dimaMachina! - - exportcnfrom@graphiql/react@graphiql/reactand move them in@graphiql/plugin-historypackage:HistoryHistoryContextHistoryContextTypeHistoryContextProvideruseHistoryContextHISTORY_PLUGIN@graphiql/react(useComponentProps<typeof MyContextProviderProps>instead):HistoryContextProviderPropsExecutionContextProviderPropsEditorContextProviderPropsExplorerContextProviderPropsPluginContextProviderPropsSchemaContextProviderPropsStorageContextProviderPropsGraphiQLProviderPropsv0.30.0Compare Source
Minor Changes
#3904
d1395f9Thanks @dimaMachina! - Add support foronPrettifyQuerycallback to enable customised query formatting#3904
d1395f9Thanks @dimaMachina! - Update GraphiQL CDN example using ESM-based CDN esm.sh#3904
d1395f9Thanks @dimaMachina! - drop commonjs build files#3904
d1395f9Thanks @dimaMachina! - generate types withvite-plugin-dts#3904
d1395f9Thanks @dimaMachina! - - support react 19, drop support react 16 and react 17ReactDOM.unmountComponentAtNode()andReactDOM.render()withroot.unmount()andcreateRoot(container).render()@radix-uiand@headlessui/reactdependencies#3904
d1395f9Thanks @dimaMachina! -style.cssimport was changedv0.29.0Compare Source
Minor Changes
cb29e9fThanks @dimaMachina! - - remove react compiler custom patchreact-compiler-runtimeto use19.1.0-rc.1versionPatch Changes
#3896
1adc40cThanks @dimaMachina! - bump eslint, eslint-plugins and fix new warningsUpdated dependencies [
1adc40c]:v0.28.2Compare Source
Patch Changes
16b5698Thanks @dimaMachina! - fix regression in documentation explorer search when clicking on results in dropdownv0.28.1Compare Source
Patch Changes
5e76a4fThanks @dimaMachina! - fix query builder updated only first selected field in query editor due recent enabled react-compilerv0.28.0Compare Source
Minor Changes
3633d61Thanks @dimaMachina! - compile source code with react-compiler, removeuseMemoanduseCallbackusagesv0.27.1Compare Source
Patch Changes
#3824
72f06bcThanks @dimaMachina! - Excludecodemirror/...andcodemirror-graphql/...imports from bundleUpdated dependencies [
7cdcabf]:v0.27.0Compare Source
Minor Changes
f86e2bcThanks @simmerer! - Fix: removed deprecated usage of Fn.prototype.callerv0.26.2Compare Source
Patch Changes
#3751
b8538d8Thanks @dimaMachina! - replace deprecatednavigator.platformwithnavigator.userAgentfix placeholder
⌘ Kin doc explorer search input for non mac devices, replace byCtrl KUpdated dependencies [
b8538d8]:v0.26.1Compare Source
Patch Changes
#3743
7275c19Thanks @dimaMachina! - create instance ofnew HistoryStoreandnew StorageAPIonly on mount, use function withuseStateUpdated dependencies [
21c4409,2ad4e75]:v0.26.0Compare Source
Minor Changes
9aef83aThanks @Yahkob! - add new propdefaultThemeto set the default color preference themePatch Changes
#3441
959ed21Thanks @cimdalli! - fix: set query editor todefaultQuerywhile adding a new tab or GraphiQL's default queryv0.25.0Compare Source
Minor Changes
7404e8eThanks @Cr4xy! - Add webp support to graphiql results image-previewv0.24.0Compare Source
Minor Changes
#3682
6c9f0dfThanks @yaacovCR! - Support v17 ofgraphql-jsfrom17.0.0-alpha.2forward.Includes support for the latest incremental delivery response format. For further details, see https://redirect.github.com/graphql/defer-stream-wg/discussions/69.
Patch Changes
6c9f0df]:v0.23.1Compare Source
Patch Changes
6a0a5e5Thanks @klippx! - do not cleardefaultHeaderswhen switching between tabs upon reloadv0.23.0Compare Source
Minor Changes
5bc7b84Thanks @dimaMachina! - update vite to v5Patch Changes
#3637
fdec377Thanks @dimaMachina! - update eslint plugins and fix errors#3656
93c7e9fThanks @dimaMachina! - setbuild.minify: falsefor cjs/esm builds since minified variable names change every build timeUpdated dependencies [
fdec377,56c6f45]:v0.22.4Compare Source
Patch Changes
adf0ba01Thanks @dimaMachina! - when alpha is1, usehslinstead ofhslav0.22.3Compare Source
Patch Changes
335d830cThanks @dimaMachina! - fix doc explorer search input is cut off while clicking on autocomplete resultsv0.22.2Compare Source
Patch Changes
#3602
03ab3a6bThanks @thomasheyenbrock! - Avoid using deprecated Component.defaultProps for icon titlesUpdated dependencies [
aa6dbbb4]:[`v0
Configuration
📅 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.