chore(deps): update [dev] minor and patch dependencies for gatsby-graphiql-explorer #38406
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.2.0
->^0.3.5
^0.2.0
->^0.3.5
^0.18.0
->^0.28.2
^0.8.4
->^0.11.1
^9.1.2
->^9.2.1
^6.8.1
->^6.11.0
^5.0.0
->^5.1.0
^3.0.0
->^3.8.3
^5.5.3
->^5.6.3
^0.13.11
->^0.14.1
^3.3.3
->^3.3.4
^5.88.1
->^5.97.1
Release Notes
graphql/graphiql (@graphiql/plugin-code-exporter)
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:
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:
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 itemsgraphql/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 namespacesbabel/babel-loader (babel-loader)
v9.2.1
Compare Source
v9.2.0
Compare Source
v9.1.3
Compare Source
Security dependency updates
New Contributors
Full Changelog: babel/babel-loader@v9.1.2...v9.1.3
webpack-contrib/css-loader (css-loader)
v6.11.0
Compare Source
Features
Bug Fixes
@scope
at-rule without params (#1581) (e022e3b)v6.10.0
Compare Source
Features
@rspack/core
as an optional peer dependency (#1568) (3924679)resourceQuery
andresourceFragment
to theauto
andmode
callback (#1569) (d641c4d)6.9.1 (2024-01-18)
Bug Fixes
@scope
at-rule supportv6.9.1
Compare Source
v6.9.0
Compare Source
Features
Bug Fixes
6.8.1 (2023-05-28)
Bug Fixes
cause
for original errors and warnings (#1526) (ae3d8ae)graphql/graphiql (graphiql)
v3.8.3
Compare Source
Patch Changes
#3843
16b5698
Thanks @dimaMachina! - fix regression in documentation explorer search when clicking on results in dropdownUpdated dependencies [
16b5698
]:v3.8.2
Compare Source
Patch Changes
b529a6c
Thanks @dimaMachina! - update@graphiql/react
dependency range to^0.28.1
v3.8.1
Compare Source
Patch Changes
3633d61
]:v3.8.0
Compare Source
Minor Changes
7cdcabf
Thanks @dimaMachina! - migrategraphiql
fromjest
tovitest
Patch Changes
72f06bc
]:v3.7.2
Compare Source
Patch Changes
f86e2bc
]:v3.7.1
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
]:v3.7.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 queryv3.6.0
Compare Source
Minor Changes
#3563
4fb231f
Thanks @klippx! - Add new propconfirmCloseTab
to allow control of closing tabs#3532
7404e8e
Thanks @Cr4xy! - Add webp support to graphiql results image-previewPatch Changes
7404e8e
]:v3.5.0
[Compare S
Configuration
📅 Schedule: Branch creation - "before 7am on the first day of the month" in timezone GMT, 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.