Skip to content

Bump react-joyride from 2.9.3 to 3.2.0 - #2754

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/react-joyride-3.2.0
Open

Bump react-joyride from 2.9.3 to 3.2.0#2754
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/react-joyride-3.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 6, 2026

Copy link
Copy Markdown
Contributor

Bumps react-joyride from 2.9.3 to 3.2.0.

Release notes

Sourced from react-joyride's releases.

3.2.0

  • Upgrade dependencies: a519b010525d63cfe58cf7d88a9556815d67ad6f
  • Update playwright config: 146f421583aa9b38fbeef7d99ed50e0c0484398e
  • Website: Upgrade dependencies: 27bc889f1e79dc23afbd8c68ba2152aaa05d7066
  • Website: refactor dev setup: 16dc0fc06264df9b3924c9bdf5915b261dd66147
  • Demos: fix Overview step: 6c52a07fdb2358046c1d3d395e3a312a6445808e
  • Demos: update color picker and styles: c66147c991218cc00474a85d337bd2799d637f54
  • Refactor spotlight positioning: 4dd0fcab17a3c25f20eaf4e8ed73df410dadaf6e

3.1.0

Features

  • controls.replay(origin?) — re-run current step. Re-emits step:afterstep:before, re-runs before/after hooks, index unchanged. Only valid from RUNNING + TOOLTIP.
  • New 'replay' value for closeButtonAction, dismissKeyAction, overlayClickAction. Dismiss tooltip → show beacon on same step (resolves #1205).
  • New ACTIONS.REPLAY literal.

Internal

  • Floater zIndex offset reduced (+100+1). Relative stacking with overlay unchanged.

Controlled-mode note

Parent onEvent must skip index increment on STEP_AFTER + ACTIONS.REPLAY:

if (type === EVENTS.STEP_AFTER && action === ACTIONS.REPLAY) return;

Docs

  • New recipe: Conditional / Dynamic Steps — use before hooks, not useEffect-driven stepIndex.
  • Controlled mode: "use sparingly" guidance.
  • Updated ControlsTable, OptionsTable, exports reference, and architecture doc.

Full Changelog: gilbarbara/react-joyride@v3.0.2...v3.1.0

3.0.2

  • Fix React 18 aggressive batching: 79a7ef0d9e8f0e1a96631a34275c59a07ed5fcc7
  • Re-organize modules: 324b5c92c91387288c108deac0cdbcb0a98d8de9
  • Propagate origin through all UI-triggered control methods: ee6aad34a01e4b50c0608a12ec16f08132a6cc9c

3.0.1

  • Upgrade dependencies: 2199f9eebb76f128858260a9258fdeeabf08539e
  • Add support to spotlight styles (SVGPath): 40e6faae78117a65350f6823b8070ce9249d12d6

3.0.0

V3 is a complete rewrite focused on modern React patterns, smaller bundle size, and a more intuitive API.

Highlights

  • useJoyride hook — replaces getHelpers with a proper hook returning controls, state, current step, failures, and event subscriptions
  • New event system — discriminated event types (tour:start, step:before, tooltip, etc.) with onEvent(data, controls) and selective subscription via on()
  • Step hooks — async before/after callbacks for per-step logic
  • Floating UI — replaced Popper.js/react-floater with direct @floating-ui/react-dom integration

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for react-joyride since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [react-joyride](https://github.com/gilbarbara/react-joyride) from 2.9.3 to 3.2.0.
- [Release notes](https://github.com/gilbarbara/react-joyride/releases)
- [Commits](gilbarbara/react-joyride@v2.9.3...v3.2.0)

---
updated-dependencies:
- dependency-name: react-joyride
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 6, 2026
@netlify

netlify Bot commented Aug 6, 2026

Copy link
Copy Markdown

Deploy Preview for relational-playground failed.

Name Link
🔨 Latest commit b39ca0c
🔍 Latest deploy log https://app.netlify.com/projects/relational-playground/deploys/6a745d8c71b52c0008d42479

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants