[PR #521] [MERGED] chore(deps): bump v-tooltip from 2.0.2 to 2.0.3 #2675

Closed
opened 2026-03-17 00:21:24 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/521
Author: @dependabot-preview[bot]
Created: 1/25/2020
Status: Merged
Merged: 1/25/2020
Merged by: @liyasthomas

Base: masterHead: dependabot/npm_and_yarn/v-tooltip-2.0.3


📝 Commits (1)

  • 2077dc2 chore(deps): bump v-tooltip from 2.0.2 to 2.0.3

📊 Changes

2 files changed (+9 additions, -9 deletions)

View changed files

📝 package-lock.json (+8 -8)
📝 package.json (+1 -1)

📄 Description

Bumps v-tooltip from 2.0.2 to 2.0.3.

Release notes

Sourced from v-tooltip's releases.

v2.0.3

Fixed

  • ts: added some types (#396)
  • tooltip in separate window (#356)
  • When the classes of the v-tooltip instruction are passed in the form of an array, the tooltip flashes. (#300)

Other

  • Updated dependencies
  • Fix package.json license information (#291)
Commits
  • 782c86f chore: v2.0.3
  • 48e7585 chore: Update package.json license information (#291)
  • 1ff29e3 fix: When the classes of the v-tooltip instruction are passed in the form of ...
  • ba01739 chore(deps-dev): bump rollup-plugin-node-resolve from 4.2.3 to 4.2.4 (#274)
  • f90178d chore(deps): [security] bump mixin-deep from 1.3.1 to 1.3.2 (#343)
  • be8897c chore(deps-dev): bump @babel/polyfill from 7.4.3 to 7.8.3 (#447)
  • df00918 fix: tooltip in separate window (#356)
  • 59b6162 test: test #366 for destroyTooltip (#367)
  • 4055d70 chore: update deps
  • d925b99 docs: fix spacing, closes #449
  • Additional commits viewable 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 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)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 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/hoppscotch/hoppscotch/pull/521 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 1/25/2020 **Status:** ✅ Merged **Merged:** 1/25/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/v-tooltip-2.0.3` --- ### 📝 Commits (1) - [`2077dc2`](https://github.com/hoppscotch/hoppscotch/commit/2077dc2eee954c86919ed6a82c442a648776ad55) chore(deps): bump v-tooltip from 2.0.2 to 2.0.3 ### 📊 Changes **2 files changed** (+9 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+8 -8) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [v-tooltip](https://github.com/Akryum/vue-tooltip) from 2.0.2 to 2.0.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Akryum/vue-tooltip/releases">v-tooltip's releases</a>.</em></p> <blockquote> <h2>v2.0.3</h2> <h1>Fixed</h1> <ul> <li>ts: added some types (<a href="https://github-redirect.dependabot.com/Akryum/vue-tooltip/issues/396">#396</a>)</li> <li>tooltip in separate window (<a href="https://github-redirect.dependabot.com/Akryum/vue-tooltip/issues/356">#356</a>)</li> <li>When the classes of the v-tooltip instruction are passed in the form of an array, the tooltip flashes. (<a href="https://github-redirect.dependabot.com/Akryum/vue-tooltip/issues/300">#300</a>)</li> </ul> <h1>Other</h1> <ul> <li>Updated dependencies</li> <li>Fix package.json license information (<a href="https://github-redirect.dependabot.com/Akryum/vue-tooltip/issues/291">#291</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Akryum/v-tooltip/commit/782c86f81d529a705bf566825457cf97748ca0b8"><code>782c86f</code></a> chore: v2.0.3</li> <li><a href="https://github.com/Akryum/v-tooltip/commit/48e7585837850579d87027d5befc884c310cb762"><code>48e7585</code></a> chore: Update package.json license information (<a href="https://github-redirect.dependabot.com/Akryum/vue-tooltip/issues/291">#291</a>)</li> <li><a href="https://github.com/Akryum/v-tooltip/commit/1ff29e3f3dc1959ca4737b19d418eaa9971e7189"><code>1ff29e3</code></a> fix: When the classes of the v-tooltip instruction are passed in the form of ...</li> <li><a href="https://github.com/Akryum/v-tooltip/commit/ba017399a7ac4e6a5636d38b769e26a89b69a90e"><code>ba01739</code></a> chore(deps-dev): bump rollup-plugin-node-resolve from 4.2.3 to 4.2.4 (<a href="https://github-redirect.dependabot.com/Akryum/vue-tooltip/issues/274">#274</a>)</li> <li><a href="https://github.com/Akryum/v-tooltip/commit/f90178de2e243df2b78f4f7dd4d8f05db3b0cda1"><code>f90178d</code></a> chore(deps): [security] bump mixin-deep from 1.3.1 to 1.3.2 (<a href="https://github-redirect.dependabot.com/Akryum/vue-tooltip/issues/343">#343</a>)</li> <li><a href="https://github.com/Akryum/v-tooltip/commit/be8897c802d22b3af8c0b5e92bccda7ba834f1c5"><code>be8897c</code></a> chore(deps-dev): bump @babel/polyfill from 7.4.3 to 7.8.3 (<a href="https://github-redirect.dependabot.com/Akryum/vue-tooltip/issues/447">#447</a>)</li> <li><a href="https://github.com/Akryum/v-tooltip/commit/df009189e7eabfc2d34014791537ddd492e61d76"><code>df00918</code></a> fix: tooltip in separate window (<a href="https://github-redirect.dependabot.com/Akryum/vue-tooltip/issues/356">#356</a>)</li> <li><a href="https://github.com/Akryum/v-tooltip/commit/59b61628f4dbc9da40320efcbf110b8a6ace1e16"><code>59b6162</code></a> test: test <a href="https://github-redirect.dependabot.com/Akryum/vue-tooltip/issues/366">#366</a> for destroyTooltip (<a href="https://github-redirect.dependabot.com/Akryum/vue-tooltip/issues/367">#367</a>)</li> <li><a href="https://github.com/Akryum/v-tooltip/commit/4055d704ad07e0d5042433348eafef392d33fbc5"><code>4055d70</code></a> chore: update deps</li> <li><a href="https://github.com/Akryum/v-tooltip/commit/d925b9949ecc59a7ea8eeacc5118b52a91e8cf72"><code>d925b99</code></a> docs: fix spacing, closes <a href="https://github-redirect.dependabot.com/Akryum/vue-tooltip/issues/449">#449</a></li> <li>Additional commits viewable in <a href="https://github.com/Akryum/vue-tooltip/compare/v2.0.2...v2.0.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=v-tooltip&package-manager=npm_and_yarn&previous-version=2.0.2&new-version=2.0.3)](https://dependabot.com/compatibility-score.html?dependency-name=v-tooltip&package-manager=npm_and_yarn&previous-version=2.0.2&new-version=2.0.3) 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 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) - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:21:24 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#2675
No description provided.