fix(deps): update dependency react-plotly.js to v4 - #1219
Open
red-hat-konflux-kflux-prd-rh02[bot] wants to merge 1 commit into
Open
fix(deps): update dependency react-plotly.js to v4#1219red-hat-konflux-kflux-prd-rh02[bot] wants to merge 1 commit into
red-hat-konflux-kflux-prd-rh02[bot] wants to merge 1 commit into
Conversation
red-hat-konflux-kflux-prd-rh02
Bot
force-pushed
the
konflux/mintmaker/master/react-plotly.js-4.x
branch
from
August 2, 2026 00:06
caac338 to
2b7de90
Compare
Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
red-hat-konflux-kflux-prd-rh02
Bot
force-pushed
the
konflux/mintmaker/master/react-plotly.js-4.x
branch
from
August 3, 2026 12:07
2b7de90 to
02fa19c
Compare
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:
^2.6.0→^4.0.0Release Notes
plotly/react-plotly.js (react-plotly.js)
v4.1.0Compare Source
Added
onTreemapClickandonIcicleClickevent props for theplotly_treemapclickandplotly_icicleclickevents [#376]onLegendTitleClick,onLegendTitleDoubleClick,onBeforePlot,onAnimating, andonTransitioned[#376]Fixed
falsefromonSunburstClick,onTreemapClick, oronIcicleClicknow prevents the drill-down [#376]onUpdatenow fires for these viaplotly_animated, so it reports the figure after the newlevelis applied and no longer fires when the drill-down is cancelledRemoved
onClickAnywhereandonHoverAnywhereprops [#376]plotly_clickanywhereorplotly_hoveranywhereevents, so these never firedclickanywhereandhoveranywhereare layout attributes that widen the ordinaryplotly_click/plotly_hover, so the feature is reached throughonClick/onHoverwith the layout flag set — see the READMEv4.0.0Compare Source
Added
dist/instead of at the repo root; themainentry moved fromreact-plotly.jsto./dist/index.cjsimport Plot from 'react-plotly.js'now resolves correctly in Rolldown and any other strict ESM environmentindex.d.ts/factory.d.ts) [#368]Changed
<Plot>now resolve to the rendered<div>element (the plotly graph div) directly viaforwardRef, instead of to the class instanceref.current.elwithref.currentFixed
onPurgenow fires andPlotly.purgeruns on unmount [#372]refprop without a TS error [#373]v3.0.0Compare Source
Added
onClickAnywhereandonHoverAnywhereevent props [#360]clickanywhere/hoveranywhereas layout attributes, not as events, so these props never fired. They are removed in the next release.Changed
@testing-library/reactand bumped jest from 26 to 29 [#363]Removed
plotly.jspeer dependency now requires>=3.0.0[#360]reactpeer dependency now requires^18.0.0 || ^19.0.0[#364]Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
To execute skipped test pipelines write comment
/ok-to-test.Documentation
Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.