[PR #814] [CLOSED] chore(deps): bump vue-virtual-scroll-list from 1.4.7 to 2.1.3 #2878

Closed
opened 2026-03-17 00:32:43 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

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


📝 Commits (1)

  • 0c7d823 chore(deps): bump vue-virtual-scroll-list from 1.4.7 to 2.1.3

📊 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.1.3.

Release notes

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

v2.1.3

  • Fixed scroll event emit misss

  • Fixed iOS scroll to top spring-back

v2.1.2

  • Support resized event

  • Support prop index of item

  • Support getSize and getSizes methods

  • Support item-class-add function

  • Both totop and tobottom event no param

  • Other improves

v2.1.1

Fixed extra-props error

v2.1.0

Improving get data value performance

v2.0.9

  • Fixed start and offset prop data change reactive #188
  • Throw a warning when data-key error

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.
... (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/814 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 4/27/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/vue-virtual-scroll-list-2.1.3` --- ### 📝 Commits (1) - [`0c7d823`](https://github.com/hoppscotch/hoppscotch/commit/0c7d823df2469431472f168a4da9b4ae1b3f96db) chore(deps): bump vue-virtual-scroll-list from 1.4.7 to 2.1.3 ### 📊 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.1.3. <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.1.3</h2> <ul> <li> <p>Fixed scroll event emit misss</p> </li> <li> <p>Fixed iOS scroll to top spring-back</p> </li> </ul> <h2>v2.1.2</h2> <ul> <li> <p>Support resized event</p> </li> <li> <p>Support prop index of item</p> </li> <li> <p>Support <code>getSize</code> and <code>getSizes</code> methods</p> </li> <li> <p>Support <code>item-class-add</code> function</p> </li> <li> <p>Both totop and tobottom event no param</p> </li> <li> <p>Other improves</p> </li> </ul> <h2>v2.1.1</h2> <p>Fixed extra-props error</p> <h2>v2.1.0</h2> <p>Improving get data value performance</p> <h2>v2.0.9</h2> <ul> <li>Fixed start and offset prop data change reactive <a href="https://github-redirect.dependabot.com/tangbc/vue-virtual-scroll-list/issues/188">#188</a></li> <li>Throw a warning when data-key error</li> </ul> <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>Fix threshold name error.</li> </ul> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tangbc/vue-virtual-scroll-list/commit/0dad8aeadcb9f94616836623a54d3727c2a31191"><code>0dad8ae</code></a> Build docs</li> <li><a href="https://github.com/tangbc/vue-virtual-scroll-list/commit/87d5f8255e0cb922a906552e0c71e01a7b767a3c"><code>87d5f82</code></a> Build version 2.1.3</li> <li><a href="https://github.com/tangbc/vue-virtual-scroll-list/commit/0416d915d84c3ff83476a7bcc4ea24db530d3676"><code>0416d91</code></a> Update example</li> <li><a href="https://github.com/tangbc/vue-virtual-scroll-list/commit/b8153a97d2d202f90e7c37c2a3ff6aa6369f2107"><code>b8153a9</code></a> Fixed iOS scroll to top spring-back</li> <li><a href="https://github.com/tangbc/vue-virtual-scroll-list/commit/2a54b169a9be7e219c58263a2539228364ab2697"><code>2a54b16</code></a> Update example</li> <li><a href="https://github.com/tangbc/vue-virtual-scroll-list/commit/8e801c508201acb8dd481f9cd4f3ea6218305bdb"><code>8e801c5</code></a> Fixed scroll event emit misss</li> <li><a href="https://github.com/tangbc/vue-virtual-scroll-list/commit/c556a973d004e8c8ba3580350651a7e47cd378df"><code>c556a97</code></a> Build docs</li> <li><a href="https://github.com/tangbc/vue-virtual-scroll-list/commit/1c62c93f433fa1f95df5e59377a51af09c5f879b"><code>1c62c93</code></a> Build docs</li> <li><a href="https://github.com/tangbc/vue-virtual-scroll-list/commit/c18b01add4566416aa21252ef80c71aaf27693b1"><code>c18b01a</code></a> Remove map files</li> <li><a href="https://github.com/tangbc/vue-virtual-scroll-list/commit/8fa617b2a436dfa9429b96091232d69e95aea9cb"><code>8fa617b</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.1.3">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.1.3)](https://dependabot.com/compatibility-score/?dependency-name=vue-virtual-scroll-list&package-manager=npm_and_yarn&previous-version=1.4.7&new-version=2.1.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 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:32:43 +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#2878
No description provided.