Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump react-joyride from 2.5.3 to 2.8.2 #3594

Merged
merged 1 commit into from
Aug 19, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 14, 2024

Bumps react-joyride from 2.5.3 to 2.8.2.

Release notes

Sourced from react-joyride's releases.

2.8.2

  • Upgrade dependencies: 0b4912fd0579b4317190c7c2a9ba7e2da464f9f9
  • Update GH Actions workflow: 7327b2ccabd7021a961b04828c476cca6ef83fcc
  • Hide the Beacon for centered steps or disableBeacon: 8fc34dff633db6e0ca1aa4db05403030404b63b7

2.8.1

  • Replace @​gilbarbara/helpers with local utils: 84f8b240135c32d3b2247d9d4c0022d262680e76
  • Upgrade dependencies: 7f078e3e5caa09e8d418d5e09e1a49604bbfd3ca
  • Add optional "data" to step: d6d6eaa84ff74dfb8de46ce63433bff6fe36e6dc

2.8.0

  • Upgrade dependencies and migrate to pnpm: 6dd35eff4cd53629dc3c5f2b728e27d242424e92
  • Remove unnecessary "as const" statements: 703c4535b0f688f653af1e531fb23780ef51178b
  • Fix getStyles: af4a7027db804c24bd66e3b0445870f5fe961643
  • Update Tooltip to hide the primary button if the locale is empty: 444b7c9f20b6eb1f20237571bd98a432470b1538
  • Refactor Overlay: 77dc4c881295bae9e4df9240287c2e7286fbdaa9
  • Migrate tests to vitest: 024f3e05c735a478faad6ac60f83352cccbd4269

2.7.4

  • Update docs and types comments: 233e2b65ba6ac4e3f3c0a84e8ca3b7ed80c0b4d9

2.7.3

  • Update docs: 6c84d3e8ff10d5f4acc21bee6ee1f544f9b94c0a
  • Upgrade dependencies: 10357635ed708b8701a2c3abe177ddc38af1c6fb
  • Update getStyles to support floaterProps styles.arrow.color: 026d97a573f7f9ae0930d80bd8ab049b158c4e9d
  • Add origin to the state to identify the close action initiator: 307dc4e430af944fcdea2eca84f870738f9eb3ad
  • Fix overlay not rendering on tour restart: 992379cf93c5bf1bc0dcfef0fbd09b176d0a9aa2
  • Update GH Actions workflow: 49c513dce239d51d85d00a4637dcacb4fc57607e

2.7.2

  • Fix alertdialog implementation: fb9a90ec2c9a15edfe139192ddad2f49f7b7b25b
  • Implement fix-cjs post-build script: e4dbf87ab938285ad403ee85ba24ce8a3662e891
  • Upgrade dependencies: 317127c8fdfe70aaba9e0a5a9caa6e98cf51d7f1
  • Move popper instances to the store: 18011c6c944e0db42183837db16272d5c1c1f288
  • Fix getElementPosition and getScrollTo: d4259f52963b091bd51038d5e1f42ab6d2317587
  • Fix floaterProps.getPopper: bc27c9708faf17776188c5ed2d21d43c38a8b161
  • Implement @​arethetypeswrong/cli check: 4ec5ea1ec45c3599cae212321e0fa71a930c43e1
  • Update sonar config: 75058d30aea25150d5910badcae13102b5a0185e

2.7.1

  • Upgrade dependencies: 0edd171f80f2ad692c9e4f4cb14cf6946216c468

2.7.0

  • Upgrade dependencies: 03167d7cb524b2856780a45762264c5b0d348c52
  • Update built target and tsconfig jsx: 705ce9ad30572e84d38341f41002b6e48c5c293b
  • Update tests: a027a72d8cb337f5e435abc199e5373a749a3255
  • Add sonarcloud config: 07afc6a5d73076fbdc40d5750183ff62b5e0407e
  • Minor fixes: 7c57a9793f96e068cae2ab6df5184690f40980ae

2.6.2

... (truncated)

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.5.3 to 2.8.2.
- [Release notes](https://github.com/gilbarbara/react-joyride/releases)
- [Commits](gilbarbara/react-joyride@v2.5.3...v2.8.2)

---
updated-dependencies:
- dependency-name: react-joyride
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested review from a team as code owners August 14, 2024 12:30
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 14, 2024
@jasperfurniss jasperfurniss added milano 20 MAX - Deploy this PR to a review environment via Milano alpha labels Aug 14, 2024
Copy link

🎉 Congratulations on creating an Alpha Version!

Your Alpha for Ruby Gems is 14.0.0.pre.alpha.dependabotnpmandyarnreactjoyride2823478

Your Alpha for NPM is 14.0.0-alpha.dependabotnpmandyarnreactjoyride2823478

@jasperfurniss jasperfurniss self-assigned this Aug 14, 2024
@jasperfurniss jasperfurniss added this pull request to the merge queue Aug 19, 2024
Merged via the queue into master with commit 78f875a Aug 19, 2024
9 checks passed
@jasperfurniss jasperfurniss deleted the dependabot/npm_and_yarn/react-joyride-2.8.2 branch August 19, 2024 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
alpha dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code milano 20 MAX - Deploy this PR to a review environment via Milano
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant