[PR #790] [CLOSED] chore(deps): bump vue-virtual-scroll-list from 1.4.7 to 2.0.8 #2862

Closed
opened 2026-03-17 00:31:54 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/790
Author: @dependabot-preview[bot]
Created: 4/20/2020
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/vue-virtual-scroll-list-2.0.8


📝 Commits (1)

  • e7beff5 chore(deps): bump vue-virtual-scroll-list from 1.4.7 to 2.0.8

📊 Changes

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

View changed files

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

📄 Description

Bumps vue-virtual-scroll-list from 1.4.7 to 2.0.8.

Release notes

Sourced from vue-virtual-scroll-list's releases.

v2.0.8

Fixed functional component warning #185

v2.0.7

Fixed keep-alive component loss offset #161

v2.0.6

Fix someone browser get decimal offset and never trigger tobottom event #184

v2.0.5

Support some public methods:

  • reset(): reset all state back to initial.

  • scrollToBottom(): manual set scroll position to bottom.

  • scrollToIndex(index): manual set scroll position to a designated index.

  • scrollToOffset(offset): manual set scroll position to a designated offset.

v2.0.4

  • Fix threshold name error.

  • Fix iOS scrolling spring-back bug.

v2.0.3

Support extra props and data-source in to whole object source. #176 #177

v2.0.2

Republish 2.0.1

v2.0.1

Fix index offset calculate error

v2.0.0

News:

  • Support header slot, footer slot.

  • Code structure is more reasonable and good maintainability.

  • Abandoned v-for mode and variable mode, all condition unify into one mode.

  • Don't have to care about each item size, in sometimes it's difficult to know that.

Todos:

  • Improve calculate offset efficient.

  • Support page scroll, table layout, unit test.

... (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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @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 your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • 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/790 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 4/20/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/vue-virtual-scroll-list-2.0.8` --- ### 📝 Commits (1) - [`e7beff5`](https://github.com/hoppscotch/hoppscotch/commit/e7beff59620a7c945972a8c8b82386eb2295f99a) chore(deps): bump vue-virtual-scroll-list from 1.4.7 to 2.0.8 ### 📊 Changes **2 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+3 -3) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [vue-virtual-scroll-list](https://github.com/tangbc/vue-virtual-scroll-list) from 1.4.7 to 2.0.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tangbc/vue-virtual-scroll-list/releases">vue-virtual-scroll-list's releases</a>.</em></p> <blockquote> <h2>v2.0.8</h2> <p>Fixed functional component warning <a href="https://github-redirect.dependabot.com/tangbc/vue-virtual-scroll-list/issues/185">#185</a></p> <h2>v2.0.7</h2> <p>Fixed keep-alive component loss offset <a href="https://github-redirect.dependabot.com/tangbc/vue-virtual-scroll-list/issues/161">#161</a></p> <h2>v2.0.6</h2> <p>Fix someone browser get decimal offset and never trigger tobottom event <a href="https://github-redirect.dependabot.com/tangbc/vue-virtual-scroll-list/issues/184">#184</a></p> <h2>v2.0.5</h2> <p>Support some public methods:</p> <ul> <li> <p><code>reset()</code>: reset all state back to initial.</p> </li> <li> <p><code>scrollToBottom()</code>: manual set scroll position to bottom.</p> </li> <li> <p><code>scrollToIndex(index)</code>: manual set scroll position to a designated index.</p> </li> <li> <p><code>scrollToOffset(offset)</code>: manual set scroll position to a designated offset.</p> </li> </ul> <h2>v2.0.4</h2> <ul> <li> <p>Fix threshold name error.</p> </li> <li> <p>Fix iOS scrolling spring-back bug.</p> </li> </ul> <h2>v2.0.3</h2> <p>Support extra props and data-source in to whole object source. <a href="https://github-redirect.dependabot.com/tangbc/vue-virtual-scroll-list/issues/176">#176</a> <a href="https://github-redirect.dependabot.com/tangbc/vue-virtual-scroll-list/issues/177">#177</a></p> <h2>v2.0.2</h2> <p>Republish 2.0.1</p> <h2>v2.0.1</h2> <p>Fix index offset calculate error</p> <h2>v2.0.0</h2> <h2>News:</h2> <ul> <li> <p>Support header slot, footer slot.</p> </li> <li> <p>Code structure is more reasonable and good maintainability.</p> </li> <li> <p>Abandoned v-for mode and variable mode, all condition unify into one mode.</p> </li> <li> <p>Don't have to care about each item size, in sometimes it's difficult to know that.</p> </li> </ul> <h2>Todos:</h2> <ul> <li> <p>Improve calculate offset efficient.</p> </li> <li> <p>Support page scroll, table layout, unit test.</p> </li> </ul> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tangbc/vue-virtual-scroll-list/commit/c0f094354454ce15c706153f6fefac1f79eee95e"><code>c0f0943</code></a> Fixed functional component warning <a href="https://github-redirect.dependabot.com/tangbc/vue-virtual-scroll-list/issues/185">#185</a></li> <li><a href="https://github.com/tangbc/vue-virtual-scroll-list/commit/4ce27ca8bd224b5faaec202bbbb6a4eac1c9ec12"><code>4ce27ca</code></a> Build docs</li> <li><a href="https://github.com/tangbc/vue-virtual-scroll-list/commit/78654cca71ac8b4832dce5fb7ca6c24b3352ceae"><code>78654cc</code></a> Fixed keep-alive component loss offset <a href="https://github-redirect.dependabot.com/tangbc/vue-virtual-scroll-list/issues/161">#161</a></li> <li><a href="https://github.com/tangbc/vue-virtual-scroll-list/commit/cb8e20be7964dab4fc1049848e7248c3d881f634"><code>cb8e20b</code></a> Update example</li> <li><a href="https://github.com/tangbc/vue-virtual-scroll-list/commit/11387b682ef7d0f600c2d1cb9cc138d5232410b3"><code>11387b6</code></a> Fix someone browser get decimal offset and never trigger tobottom event <a href="https://github-redirect.dependabot.com/tangbc/vue-virtual-scroll-list/issues/184">#184</a></li> <li><a href="https://github.com/tangbc/vue-virtual-scroll-list/commit/495d3c4ee2942b8705c79527c814267c606e8c50"><code>495d3c4</code></a> Update readme</li> <li><a href="https://github.com/tangbc/vue-virtual-scroll-list/commit/97df8f1c0428bb695c4ed2b398065cf68fe16132"><code>97df8f1</code></a> Update readme</li> <li><a href="https://github.com/tangbc/vue-virtual-scroll-list/commit/c3ef9472b5b5bf8bc14afce256e2aa3e7ffb5a5c"><code>c3ef947</code></a> Update readme</li> <li><a href="https://github.com/tangbc/vue-virtual-scroll-list/commit/f9b1103cdc4f651898ea945c2f2c47867d5f3b55"><code>f9b1103</code></a> Build v2.0.5</li> <li><a href="https://github.com/tangbc/vue-virtual-scroll-list/commit/bdc98d35396b22900ee96ea936f17b9e3d3a5207"><code>bdc98d3</code></a> Build docs</li> <li>Additional commits viewable in <a href="https://github.com/tangbc/vue-virtual-scroll-list/compare/v1.4.7...v2.0.8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=vue-virtual-scroll-list&package-manager=npm_and_yarn&previous-version=1.4.7&new-version=2.0.8)](https://dependabot.com/compatibility-score/?dependency-name=vue-virtual-scroll-list&package-manager=npm_and_yarn&previous-version=1.4.7&new-version=2.0.8) 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@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 your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - 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:31:54 +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#2862
No description provided.