[PR #2849] [CLOSED] Bump react-tooltip from 5.27.1 to 5.28.0 in /frontend #4148

Closed
opened 2026-02-22 18:35:14 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/2849
Author: @dependabot[bot]
Created: 12/16/2024
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/frontend/react-tooltip-5.28.0


📝 Commits (1)

  • 8189906 Bump react-tooltip from 5.27.1 to 5.28.0 in /frontend

📊 Changes

2 files changed (+33 additions, -8 deletions)

View changed files

📝 frontend/package.json (+1 -1)
📝 frontend/yarn.lock (+32 -7)

📄 Description

Bumps react-tooltip from 5.27.1 to 5.28.0.

Release notes

Sourced from react-tooltip's releases.

v5.28.0

If you like ReactTooltip, please give the project a star on GitHub 🌟

What's Changed

New Contributors

Full Changelog: https://github.com/ReactTooltip/react-tooltip/compare/v5.27.1...v5.28.0

Commits
  • 08bfc6f chore(version): v5.28.0
  • 0776637 chore: adding tests for disableTooltip prop
  • cc5d197 chore: adding disabledTooltip to options in docs
  • 3d58319 fix: code formating and disableTooltip check for anchorById
  • eba4b01 feat: support for disabled tooltip callback
  • 2172242 chore: Update dark theme logos styling (Fixes #1209) (#1213)
  • See full diff in compare view

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/2849 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/16/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/frontend/react-tooltip-5.28.0` --- ### 📝 Commits (1) - [`8189906`](https://github.com/Mintplex-Labs/anything-llm/commit/8189906c858d1adf8de8ce05962b51b1ccda45e9) Bump react-tooltip from 5.27.1 to 5.28.0 in /frontend ### 📊 Changes **2 files changed** (+33 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `frontend/package.json` (+1 -1) 📝 `frontend/yarn.lock` (+32 -7) </details> ### 📄 Description Bumps [react-tooltip](https://github.com/ReactTooltip/react-tooltip) from 5.27.1 to 5.28.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ReactTooltip/react-tooltip/releases">react-tooltip's releases</a>.</em></p> <blockquote> <h2>v5.28.0</h2> <p>If you like ReactTooltip, please give the project a star on GitHub 🌟</p> <h2>What's Changed</h2> <ul> <li>chore: Update dark theme logos styling (Fixes <a href="https://redirect.github.com/ReactTooltip/react-tooltip/issues/1209">#1209</a>) by <a href="https://github.com/rahulharpal1603"><code>@​rahulharpal1603</code></a> in <a href="https://redirect.github.com/ReactTooltip/react-tooltip/pull/1213">ReactTooltip/react-tooltip#1213</a></li> <li>feat: support for disabled tooltip callback by <a href="https://github.com/nareshpingale"><code>@​nareshpingale</code></a> in <a href="https://redirect.github.com/ReactTooltip/react-tooltip/pull/1211">ReactTooltip/react-tooltip#1211</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/rahulharpal1603"><code>@​rahulharpal1603</code></a> made their first contribution in <a href="https://redirect.github.com/ReactTooltip/react-tooltip/pull/1213">ReactTooltip/react-tooltip#1213</a></li> <li><a href="https://github.com/nareshpingale"><code>@​nareshpingale</code></a> made their first contribution in <a href="https://redirect.github.com/ReactTooltip/react-tooltip/pull/1211">ReactTooltip/react-tooltip#1211</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/ReactTooltip/react-tooltip/compare/v5.27.1...v5.28.0">https://github.com/ReactTooltip/react-tooltip/compare/v5.27.1...v5.28.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ReactTooltip/react-tooltip/commit/08bfc6f17789d9f06f10bc90a58d34521d5178de"><code>08bfc6f</code></a> chore(version): v5.28.0</li> <li><a href="https://github.com/ReactTooltip/react-tooltip/commit/077663788d3e0c4bc75ad7a0a9a1cbc24cf4e571"><code>0776637</code></a> chore: adding tests for disableTooltip prop</li> <li><a href="https://github.com/ReactTooltip/react-tooltip/commit/cc5d19730f24c11e7ce1cffb4e48594e663f1932"><code>cc5d197</code></a> chore: adding disabledTooltip to options in docs</li> <li><a href="https://github.com/ReactTooltip/react-tooltip/commit/3d583191941411ebfad104d43cefeaf1d87a9afc"><code>3d58319</code></a> fix: code formating and disableTooltip check for anchorById</li> <li><a href="https://github.com/ReactTooltip/react-tooltip/commit/eba4b011242020a9550eb4a49dca1e6a744fb997"><code>eba4b01</code></a> feat: support for disabled tooltip callback</li> <li><a href="https://github.com/ReactTooltip/react-tooltip/commit/217224224585cf430a9f7710fea7c60abd64c4d8"><code>2172242</code></a> chore: Update dark theme logos styling (Fixes <a href="https://redirect.github.com/ReactTooltip/react-tooltip/issues/1209">#1209</a>) (<a href="https://redirect.github.com/ReactTooltip/react-tooltip/issues/1213">#1213</a>)</li> <li>See full diff in <a href="https://github.com/ReactTooltip/react-tooltip/compare/v5.27.1...v5.28.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-tooltip&package-manager=npm_and_yarn&previous-version=5.27.1&new-version=5.28.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:35:14 -05:00
yindo closed this issue 2026-02-22 18:35:14 -05:00
yindo changed title from [PR #2849] Bump react-tooltip from 5.27.1 to 5.28.0 in /frontend to [PR #2849] [CLOSED] Bump react-tooltip from 5.27.1 to 5.28.0 in /frontend 2026-06-05 15:17:04 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#4148