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-tooltip from 4.2.20 to 5.20.0 #982

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 3, 2023

Bumps react-tooltip from 4.2.20 to 5.20.0.

Release notes

Sourced from react-tooltip's releases.

v5.20.0

If you like the project, please give the project a GitHub 🌟

What's Changed

New Contributors

Full Changelog: ReactTooltip/react-tooltip@v5.19.0...v5.20.0

v5.19.0

If you like the project, please give the project a GitHub 🌟

What's Changed

New Contributors

Full Changelog: ReactTooltip/react-tooltip@v5.18.0...v5.19.0

v5.18.0

If you like the project, please give the project a GitHub 🌟

What's Changed

Full Changelog: ReactTooltip/react-tooltip@v5.17.0...v5.18.0

v5.17.0

If you like the project, please give the project a GitHub 🌟

What's Changed

New Contributors

Full Changelog: ReactTooltip/react-tooltip@v5.16.1...v5.17.0

v5.16.1

If you like the project, please give the project a GitHub 🌟

What's Changed

  • fix: process as undefined on ReactTooltip v5.16.0 when running directly on browser breaking the docs

... (truncated)

Changelog

Sourced from react-tooltip's changelog.

This CHANGELOG is related to version 4 of ReactTooltip

We created the entire project from scratch to build v5, the flow was changed and now the changelog of version 5 is in Github Releases.

4.5.1 (2022-11-23)

Bug Fixes

  • Fixed tooltip arrow center position (13f6e75)

4.5.0 (2022-11-09)

Features

  • add disable internal style prop into react-tooltip.d.ts as feat to trigger semantic-release (ce41c47), closes #811

4.4.5 (2022-11-09)

Bug Fixes

4.4.4 (2022-11-09)

Bug Fixes

  • Fixed the tooltip arrow overlapping tooltip content (51c7e1a)

4.4.3 (2022-10-22)

Bug Fixes

  • use double quotes instead of single quotes in sass (b19ebcb)
  • use double quotes instead of single quotes in sass (1f776ac)

4.4.2 (2022-10-18)

Bug Fixes

  • revert the flow to do a release from master branch (03b7c4e)

4.4.0 (2022-10-13)

Features

  • add borderClass prop to allow a custom border class (2eec877)
  • add borderClass prop to allow a custom border class [skip-ci] (9844a6c)

Reverts

... (truncated)

Commits
  • d57f6c7 chore: update docs package
  • 025c5ba v5.20.0
  • c0c6eb0 test: update snapshots
  • 327468f feat: react-tooltip__show class
  • 4286fbf test: update snapshots
  • 47b16fd docs(troubleshooting): scrolling should not be an issue anymore
  • a64221b fix: rearrange some useEffect deps
  • 877fb33 test: mock ResizeObserver
  • b503f20 chore: Move the react type change back to dev dependecies
  • 3b411f0 feat: Use autoUpdate method from floating-ui/dom
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by jablonski, a new releaser for react-tooltip 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 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 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-tooltip](https://github.com/ReactTooltip/react-tooltip) from 4.2.20 to 5.20.0.
- [Release notes](https://github.com/ReactTooltip/react-tooltip/releases)
- [Changelog](https://github.com/ReactTooltip/react-tooltip/blob/master/CHANGELOG.md)
- [Commits](ReactTooltip/react-tooltip@v4.2.20...v5.20.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 3, 2023
@spearec
Copy link
Contributor

spearec commented Aug 9, 2023

As per https://react-tooltip.com/docs/upgrade-guide/changelog-v4-v5, this is not a simple upgrade, as v5 of this package is a ground-up rewrite. Switching to the newer version may be simpler and fix some of the inconsistencies with our current implementations, but this is not as easy as a simple package upgrade.
I will open an issue relating to this, but this is a lower priority issue since v4 still works fine.

@spearec spearec closed this Aug 9, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 9, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/react-tooltip-5.20.0 branch August 9, 2023 16:23
@spearec
Copy link
Contributor

spearec commented Aug 9, 2023

@dependabot ignore this major version

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 9, 2023

OK, I won't notify you about version 5.x.x again, unless you re-open this PR.

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant