fix(deps): update graphiql packages #2043
Merged
+33
−23
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:
3.7.2
->3.8.3
10.24.3
->10.25.4
Release Notes
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
]:preactjs/preact (preact)
v10.25.4
Compare Source
Types
Fixes
v10.25.3
Compare Source
Fixes
Types
v10.25.2
Compare Source
Notable
Revert unkeyed no-search (#4604, thanks @JoviDeCroock)
We noticed that there's a few unpleasant scenario's that could form from this change, we wanted to be on the safe side here and revert this for the time being. if you run into issues with swapping components placement wise in a list use the
key
property.Fixes
Types
Performance
Maintenance
v10.25.1
Compare Source
Fixes
Types
defaultValue
property types for inputs, selects, & textareas (#4585, thanks @rschristian)type
attribute (#4582, thanks @rschristian)createElement
&h
types (#4578, thanks @rschristian)href
&hreflang
attribute types (#4575, thanks @rschristian)datetime
on<del>
as optional (#4570, thanks @marvinhagemeister)max
andmin
properties on input element types (#4568, thanks @rschristian)ElementRef
type to compat (#4557, thanks @rschristian)Maintenance
declare global
from internal types (#4583, thanks @rschristian)v10.25.0
Compare Source
Features
Move per-element type interfaces into core and more strictly type IntrinsicElements (#4546, thanks @rschristian)
This adds per-element typings for every DOM-node type, this means that our types might become slightly stricter when you are using DOM attributes/properties where they are not allowed, an example of this might be
<div src="x" />
.If you notice any issues when upgrading tell us about them, we can evaluate whether we have missed a case.
Recreate unkeyed functional components when they change position. (#4550, thanks @JoviDeCroock)
This is a long time bugfix, when we have elements that look like
We would reuse the state of the first VNode to render the second one when the condition switches. When you are using
key
, this issue was not present.Support
{ handleEvent() {} }
object interface as a listener (#4538, thanks @lilnasy)We've added support for attaching object/class event-handlers
Fixes
Maintenance
Signalish
helper to reduce verbosity (#4545, thanks @rschristian)react/iframe-missing-sandbox
(#4533, thanks @DonIsaac)Configuration
📅 Schedule: Branch creation - "on the 12th day of the month" (UTC), 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.