deps: bump react-joyride from 2.9.3 to 3.0.0#478
deps: bump react-joyride from 2.9.3 to 3.0.0#478dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [react-joyride](https://github.com/gilbarbara/react-joyride) from 2.9.3 to 3.0.0. - [Release notes](https://github.com/gilbarbara/react-joyride/releases) - [Commits](gilbarbara/react-joyride@v2.9.3...v3.0.0) --- updated-dependencies: - dependency-name: react-joyride dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
eryxon-flow-website | 659991b | Commit Preview URL Branch Preview URL |
Mar 23 2026, 08:21 AM |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 659991bf56
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "react-hook-form": "^7.71.2", | ||
| "react-i18next": "^16.5.8", | ||
| "react-joyride": "^2.9.3", | ||
| "react-joyride": "^3.0.0", |
There was a problem hiding this comment.
Migrate AppTour off the removed v2 callback API
The only react-joyride consumer I found (src/components/onboarding/AppTour.tsx:218-255) still wires the tour through the v2 callback contract: handleJoyrideCallback is what increments the controlled stepIndex and persists profiles.tour_completed. In 3.0.0 that API was replaced by onEvent with different event names, so this handler will never run after the bump. That leaves the onboarding flow stuck on step 0 and prevents the completion/update path from ever firing for users who have not finished the tour yet.
Useful? React with 👍 / 👎.
| "node_modules/react-joyride": { | ||
| "version": "2.9.3", | ||
| "resolved": "https://registry.npmjs.org/react-joyride/-/react-joyride-2.9.3.tgz", | ||
| "integrity": "sha512-1+Mg34XK5zaqJ63eeBhqdbk7dlGCFp36FXwsEvgpjqrtyywX2C6h9vr3jgxP0bGHCw8Ilsp/nRDzNVq6HJ3rNw==", | ||
| "version": "3.0.0", |
There was a problem hiding this comment.
Rename the onboarding beacon option before upgrading
AppTour's first admin/operator steps (src/components/onboarding/AppTour.tsx:20-34 and 119-132) depend on disableBeacon: true so the centered welcome card opens immediately. The 3.0.0 release notes for this upgrade rename that step option to skipBeacon, so those intro steps will silently fall back to beacon behavior. For a target: 'body' welcome step, that means new users no longer get the opening dialog automatically and can be left with a non-obvious extra click before the tour starts.
Useful? React with 👍 / 👎.
Bumps react-joyride from 2.9.3 to 3.0.0.
Release notes
Sourced from react-joyride's releases.
Commits
d59792a3.0.09a26548Fix README CI badge15054e0Add skilld07089aUpdate README2f886b5Add website with documentation and demos38353d1Clean upc29c659Replace ReactJoyride default export with a named exportc083e83Refactor custom portalElement supportcef799cAdd step "failures" to useJoyride API49f1411Add use-sync-external-store shim for React 16.8+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 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)