Update react#33566
Draft
renovate[bot] wants to merge 2 commits into
Draft
Conversation
352fb9c to
99262a2
Compare
99262a2 to
33e7093
Compare
33e7093 to
f897320
Compare
af9a343 to
60c66ff
Compare
60c66ff to
94b39ec
Compare
94b39ec to
3447301
Compare
3447301 to
08a2fae
Compare
08a2fae to
1e15e37
Compare
1e15e37 to
6f642c1
Compare
6f642c1 to
b3569f9
Compare
b3569f9 to
8bc0ae9
Compare
8bc0ae9 to
caa049b
Compare
caa049b to
458bbaf
Compare
458bbaf to
a73a45b
Compare
a73a45b to
0de2157
Compare
0de2157 to
3baf1a2
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
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
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:
4.3.2→4.3.319.2.5→19.2.64.9.0→4.11.2Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
nfrasser/linkifyjs (linkify-react)
v4.3.3Compare Source
facebook/react (pretty-format@30>react-is)
v19.2.6: 19.2.6 (May 6th, 2026)Compare Source
React Server Components
(#36425 by @eps1lon and @unstubbable)
bvaughn/react-resizable-panels (react-resizable-panels)
v4.11.2Compare Source
v4.11.1Compare Source
defaultSize={0}4.11.0
Separatorsupports:focus-visiblepseudo-class4.10.0
data-separator="focus"state forSeparatorelements for more consistent custom CSS styles.4.9.0
disableDoubleClickprop toSeparatorto enable turning off the double-click size reset behavior.4.8.0
useDefaultLayouthook automatically migrates legacy layouts to version 4 format; see issue 605 for details on how this works.4.7.6
Panelaria-disabledattribute withdata-disabled4.7.5
defaultSizeprop4.7.4
4.7.3
4.7.2
4.7.1
4.7.0
groupResizeBehaviorprop toPanel, enabling panels to retain their current size (pixels) size when the parentGroupis resized.4.6.5
adoptedStyleSheets(to better support environments like jsdom)4.6.4
4.6.3
4.6.2
Groupguards against layouts with mis-orderedPanelid keys4.6.1
PanelandGroupAPIs ignoreddisabledstatus when resizing panels; this is an explicit override of the disabled state and is required to support conditionally disabled groups.Separatorcomponent does not set acursor: not-allowedstyle if the parentGrouphas cursors disabled.4.6.0
PanelandSeparatorcomponents to be disabled4.5.9
useForceUpdatewithuseSyncExternalStoreto avoid side effect of swallowing "click" events in certain casesGroupmethodsetLayoutpersists layout to in-memory cache4.5.8
4.5.7
Panelfrom 4.5.3 that was disabled in 4.5.6Separatorhover-state onDocument"pointerout"4.5.6
4.5.5
aria-orientationrole from rootGroupelement as this was invalid according to the ARIA spec; (for more information see the discussion on issue #640)Panelregression introduced in 4.5.34.5.4
Panelavoids unnecessary re-renders in response to mouse-hover state.4.5.3
max-widthandmax-heightto 100% to fix potential CSS overflow bug.4.5.2
SeparatorandPaneledges; make configurable via a newGroupprop.4.5.1
grabmovecol-resizeew-resizerow-resizens-resize4.5.0
SeparatorandPaneledge hit-area padding with a minimum size threshold based on Apple's user interface guidelines. Separators that are large enough will no longer be padded; separators that are too small (or panels without separators) will more or less function like before. This should not have much of a user-facing impact other than an increase in the click target area. (Previously I was not padding enough, as per Apple's guidelines.)Separatorresets its associatedPanelto its default-size (see video below); double-click will have no impact on panels without default sizesadoptedStyleSheetsDemo of double-clicking on a separator:
dbl-click.mov
4.4.2
"pointermove"event is has low-precision/roundedclientXandclientYvalues4.4.1
Panelshould treatdefaultSize={0}as collapsed on mount4.4.0
onLayoutChangedprop toGroup.For layout changes caused by pointer events, this method is not called until the pointer has been released. This callback should be used if you're doing something like saving a layout as it is called less frequently than the previous approach.
The
useDefaultLayouthook has also been updated to use this callback (though it will continue to support the old callback as well, with a@deprecationtag).4.3.3
event.preventDefault()on "pointerup" unless a handle was actively dragged4.3.2
flex-growPanelstyle to an inline value instead of a CSS variable defined on the parentGroupto improve rendering performance. (This significantly reduces the negative impact from forced-reflow)4.3.1
"unset"styles with safer override values"pointerdown"and"pointerup"events; this is necessary for compatibility with certain UI libraries like Blueprint JSPanelpixel size usingoffsetWidth/offsetHeightrather thaninlineSizeto avoid an edgecase bug withResizeObserver4.3.0
Groupcomponent now sets defaultwidth,height, andoverflowstyles; (both can be overridden using thestyleproperty)event.preventDefaultfor the primary buttonuseGroupRefandusePanelRefto include| nullto increase compatibility with older React versionsPanelandSeparatorcomponents4.2.2
useDefaultLayouthook initializesstorageparam tolocalStorageif undefined.PanelproponResizethat impacted certain TypeScript versions.4.2.1
displayNameproperty toGroup,Panel, andSeparatorcomponents for better debugging experience.Grouphandles newly registeredPanels+Separatorsduring mount so that user code can safely call imperative APIs earlier4.2.0
prevPanelSizeparam toonResizecallback to help simplify collapse/expand detection.4.1.1
SeparatorattributesroleandtabIndexcannot be overridden using props.4.1.0
useDefaultLayouthook supports saving and restoring multiple Panel layoutsuseGroupRefandusePanelRefhooks4.0.16
expand()API should restore pre-collapse sizedefaultViewvalue seemingly returned by some dev environments4.0.15
defaultLayoutwhen keys don't match Panel ids4.0.14
element.ownerDocument.defaultView4.0.13
useDefaultLayout: DeprecatedgroupIdparam in favor ofidto avoid confusion; (there is no actual requirement for the Group to have a matching id)4.0.12
useDefaultLayoutnow debounces calls tostorage.setItemby 150ms4.0.11
4.0.10
4.0.9
z-indexelements (e.g. modals) should not trigger separators behind themdefaultLayoutordisableCursorprops changePanelid changes4.0.8
defaultLayoutvalue4.0.7
pointer-eventstyles after "pointerup" event4.0.6
4.0.5
4.0.4
Separatoron "pointerdown"4.0.3
defaultLayoutvalue returned fromuseDefaultLayout4.0.2
GroupImperativeHandleandPanelImperativeHandletypes.4.0.1
v4.11.0Compare Source
Separatorsupports:focus-visiblepseudo-classv4.10.0Compare Source
data-separator="focus"state forSeparatorelements for more consistent custom CSS styles.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, 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.