Skip to content

build(deps): bump react-joyride from 2.9.2 to 3.0.2 in /frontend#3632

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/frontend/develop/react-joyride-3.0.2
Open

build(deps): bump react-joyride from 2.9.2 to 3.0.2 in /frontend#3632
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/frontend/develop/react-joyride-3.0.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 7, 2026

Bumps react-joyride from 2.9.2 to 3.0.2.

Release notes

Sourced from react-joyride's releases.

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
  • Flexible targetsscrollTarget and spotlightTarget for independent positioning; targets accept RefObject, callbacks, and CSS selectors
  • SVG overlay — precise spotlight rendering replacing CSS box-shadow
  • Portal rendering — tour UI renders via React portal with custom container support
  • New component propsarrowComponent, loaderComponent
  • React 16.8–19 support
  • ~30% smaller bundle through dependency replacement

Breaking changes

  • Named export: import { Joyride } from 'react-joyride'
  • callback replaced by onEvent prop
  • run defaults to false
  • getHelpers replaced by useJoyride() hook
  • Step-level props consolidated into flat options (set globally or per-step)
  • styles.options theming moved to options prop
  • Button visibility via buttons array (['back', 'close', 'primary'])
  • Multiple prop renames (disableBeaconskipBeacon, disableCloseOnEscdismissKeyAction, floaterPropsfloatingOptions, etc.)
  • Removed: disableScrollParentFix, styles.spotlight, legacy overlay styles

Full migration guide: https://react-joyride.com/docs/migration What's new: https://react-joyride.com/docs/new-in-v3

For a complete list of changes, check the PR.


We'd love your feedback! If you run into issues, have questions about migrating, or want to share ideas, join the discussion: gilbarbara/react-joyride#1196

2.9.3

  • Update custom-components docs: 650ab36b1cd4a48b4867bce9a94523324c4cc9e4
  • Upgrade dependencies: 987415098c53af59faaec8ac4404de25601d7978
  • Fix scroll for targets with custom scroll parent or fixed position: 3648311d664498214ef9ef00752f8b1254641777

... (truncated)

Commits
  • c57a23b 3.0.2
  • ee6aad3 Propagate origin through all UI-triggered control methods
  • 324b5c9 Re-organize modules
  • 79a7ef0 Fix React 18 aggressive batching
  • 2a47b6d 3.0.1
  • 4920411 website: Update ConfigContext to handle styles
  • 40e6faa Add support to spotlight styles (SVGPath)
  • 3ec4e54 website: migrate deployment to standalone
  • 2199f9e Upgrade dependencies
  • 9a0deb5 Add portal element to demos/Modal
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~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.2 to 3.0.2.
- [Release notes](https://github.com/gilbarbara/react-joyride/releases)
- [Commits](gilbarbara/react-joyride@v2.9.2...v3.0.2)

---
updated-dependencies:
- dependency-name: react-joyride
  dependency-version: 3.0.2
  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 Apr 7, 2026
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