fix(deps): update graphiql monorepo #115
Open
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.28.2
^0.8.3
->^0.11.1
^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 unecessary 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.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
Thanks @benjie! - Add newuseOptimisticState
hook that can wrap a useState-like hook to perform optimistic caching of state changes, this helps to avoid losing characters when the user is typing rapidly. Example of usage:const [state, setState] = useOptimisticState(useOperationsEditorState());
v0.20.2
Compare Source
Patch Changes
e89c432d
Thanks @acao! - Remove initialState for new hooks, addadditionalComponent
to toolbar to allow buttons to use contextv0.20.1
Compare Source
Patch Changes
39bf31d1
Thanks @acao! - Export new hooksv0.20.0
Compare Source
Minor Changes
f6afd22d
Thanks @acao! - Add useHeadersEditorState and generic useEditorState hooksv0.19.4
Compare Source
Patch Changes
7b00774a
,7b00774a
]:v0.19.3
Compare Source
Patch Changes
#3371
2348641c
Thanks @acao! - Solves #2825, an old bug where new tabs were created on every refreshthe bug occurred when:
shouldPersistHeaders
is not set to trueheaders
ordefaultHeaders
are provided as propsv0.19.2
Compare Source
Patch Changes
#3364
d67c13f6
Thanks @acao! - Fix search result bug on select, #33307Updated dependencies [
4cbdf183
]:v0.19.1
Compare Source
Patch Changes
#3349
17069e7a
Thanks @acao! - fix display of deprecation reason on field type docs#3341
e4a36207
Thanks @acao! - Fix code exporter plugin on early init, add hooksUpdated dependencies [
ffb6486d
]:v0.19.0
Compare Source
Minor Changes
#3130
9a38de29
Thanks @lesleydreyer! - - Add a "clear history" button to clear all history as well as trash icons to clear individual history itemsv0.18.0
Compare Source
Minor Changes
#3181
9ac84bfc
Thanks @B2o5T! - removeinitialTabs
, usedefaultTabs
instead#3181
9ac84bfc
Thanks @B2o5T! - replace@reach/dialog
by@radix-ui/react-dialog
replace@reach/visually-hidden
by@radix-ui/react-visually-hidden
#3181
9ac84bfc
Thanks @B2o5T! - replace@reach/menu-button
by@radix-ui/react-dropdown-menu
remove@reach/listbox
remove<ToolbarListbox />
and<Listbox />
components (use<Menu />
instead)#3181
9ac84bfc
Thanks @B2o5T! - fixed long list items in dropdown were hiddenrename
<Menu />
to<DropdownMenu />
rename<Menu.List />
to<DropdownMenu.Content />
rename<Menu.Item />
to<DropdownMenu.Item />
rename<Menu.Button />
to<DropdownMenu.Button />
#3181
9ac84bfc
Thanks @B2o5T! - replace@reach/tooltip
by@radix-ui/react-tooltip
#3181
9ac84bfc
Thanks @B2o5T! - replace@reach/combobox
withCombobox
from@headlessui/react
#3181
9ac84bfc
Thanks @B2o5T! - tabs could be reorderdedPatch Changes
#2716
bc9d243d
Thanks @SimenB! - Make@types/codemirror
a dependency of@graphiql/react
#3228
67bf93a3
Thanks @B2o5T! - exclude peer dependencies and dependencies from bundleUpdated dependencies [
5971d528
,d9e5089f
,61986469
]:v0.17.6
Compare Source
Patch Changes
#3194
911cf3e0
Thanks @dwwoelfel! - fix tab content getting replaced onchangeTab
#3124
c645932c
Thanks @B2o5T! - avoid unecessary renders by using useMemo or useCallback#3197
2ca4841b
Thanks @B2o5T! - remove confusing ligatures, setfont-variant-ligatures: none
#3136
7bf90929
Thanks @B2o5T! - replace rest ofevent.keyCode
usages byevent.code
#3118
431b7fe1
Thanks @B2o5T! - Prefer.textContent
over.innerText
v0.17.5
Compare Source
Patch Changes
#3147
2b212941
Thanks @Yahkob! - limit code-mirror css scope to .graphiql-container#3180
9b333a04
Thanks @thomasheyenbrock! - Remove duplicate Vite config and again make sure to not includereact/jsx-runtime
in the bundlev0.17.4
Compare Source
Patch Changes
#3077
707f3cbc
Thanks @Zolwiastyl! - show all schema types in explorerUpdated dependencies [
06007498
]:v0.17.3
Compare Source
Patch Changes
4d33b221
]:v0.17.2
Compare Source
Patch Changes
#3113
2e477eb2
Thanks @B2o5T! - replace.forEach
withfor..of
#3126
4879984e
Thanks @B2o5T! - Prefer KeyboardEvent#key over KeyboardEvent#keyCode#3109
51007002
Thanks @B2o5T! - enableno-floating-promises
eslint ruleUpdated dependencies [
2e477eb2
,51007002
,15c26eb6
]:graphql/graphiql (@graphiql/toolkit)
v0.11.1
Compare Source
Patch Changes
5f2c3a4
Thanks @acao! - Fix type export to prevent build time bugsv0.11.0
Compare Source
Minor Changes
#3747
21c4409
Thanks @dimaMachina! - do not includerequire
statements in ESM build, includeimport
in esm andrequire
in cjs buildsmake
getWsFetcher
,createWebsocketsFetcherFromUrl
async#3746
2ad4e75
Thanks @dimaMachina! - compile withtsup
instead oftsc
v0.10.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.
v0.9.2
Compare Source
Patch Changes
56c6f45
Thanks @dimaMachina! - preferlocalStorage
overwindow.localStorage
v0.9.1
Compare Source
Patch Changes
4cbdf183
Thanks @esquevin! - Prevent OOM on merging complex queriesv0.9.0
Compare Source
Minor Changes
ffb6486d
Thanks @heyacherry! - Add a new utility functioncreateLocalStorage
that creates a local storage with support for custom namespacesv0.8.4
Compare Source
Patch Changes
#3113
2e477eb2
Thanks @B2o5T! - replace.forEach
withfor..of
#3109
51007002
Thanks @B2o5T! - enableno-floating-promises
eslint rule#3120
15c26eb6
Thanks @B2o5T! - prefer await to thengraphql/graphiql (graphiql)
v2.4.7
Compare Source
Patch Changes
e6cb6395
Thanks @B2o5T! - fix ReferenceError: window is not defined in Next.jsv2.4.6
Compare Source
Patch Changes
#3124
c645932c
Thanks @B2o5T! - avoid unecessary renders by using useMemo or useCallbackUpdated dependencies [
911cf3e0
,c645932c
,2ca4841b
,7bf90929
,431b7fe1
]:v2.4.5
Compare Source
Patch Changes
2b212941
,9b333a04
]:v2.4.4
Compare Source
Patch Changes
707f3cbc
,06007498
]:v2.4.3
Compare Source
Patch Changes
4d33b221
]:v2.4.2
Compare Source
Patch Changes
#3113
2e477eb2
Thanks @B2o5T! - replace.forEach
withfor..of
Updated dependencies [
2e477eb2
,4879984e
,51007002
,15c26eb6
]: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.