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

build(deps): bump @tippy.js/react from 2.2.3 to 3.1.1 #297

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 8, 2022

Bumps @tippy.js/react from 2.2.3 to 3.1.1.

Release notes

Sourced from @​tippy.js/react's releases.

v3.1.1

Fixes

  • Filter __source and __self dev props (#145)
  • types: strict types for plugins

v3.1.0

Features

  • Introduce a useSingleton hook (#133)

Fixes

  • types: Fix Props interface support (#137)
  • singleton: Add support for plugins & enabled prop (#135, #138)

v3.0.1

Fixes

  • core: Add className support to <TippySingleton /> (#129)
  • core: className should sync with children change (#130)
  • types: Use Partial<Props> instead (#127)

v3.0.0

Breaking changes

import Tippy from '@tippy.js/react';
import 'tippy.js/dist/tippy.css';
  • <TippyGroup /> was replaced with <TippySingleton />. You should pass all the non-content props to <TippySingleton />, with each <Tippy /> child having content props.

  • Deprecated isVisible/isEnabled props removed – use visible and enabled

Features

  • plugins prop to use new plugins from core:
import Tippy from '@tippy.js/react';
import {followCursor} from 'tippy.js';
import 'tippy.js/dist/tippy.css';
function App() {
</tr></table>

... (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 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 [@tippy.js/react](https://github.com/atomiks/tippy.js-react) from 2.2.3 to 3.1.1.
- [Release notes](https://github.com/atomiks/tippy.js-react/releases)
- [Commits](atomiks/tippyjs-react@v2.2.3...v3.1.1)

---
updated-dependencies:
- dependency-name: "@tippy.js/react"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added type/dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 8, 2022
@github-actions github-actions bot enabled auto-merge (squash) October 8, 2022 12:07
@github-actions github-actions bot merged commit d726f6c into master Oct 8, 2022
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/tippy.js/react-3.1.1 branch October 8, 2022 12:10
@agilgur5
Copy link

agilgur5 commented Oct 4, 2023

This seems to have caused some bugs, see #391, argoproj/argo-workflows#11946

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
javascript Pull requests that update Javascript code type/dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant