[PR #833] [CLOSED] chore(deps): bump vue-virtual-scroll-list from 1.4.7 to 2.1.5 #2886

Closed
opened 2026-03-17 00:33:16 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/833
Author: @dependabot-preview[bot]
Created: 5/1/2020
Status: Closed

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


📝 Commits (1)

  • 52c9381 chore(deps): bump vue-virtual-scroll-list from 1.4.7 to 2.1.5

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

Release notes

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

v2.1.5

  • Abandon size and change to estimate-size.

  • Make estimate-size and keeps both optional.

v2.1.4

  • Using hasOwnProperty to check dataKey #197

  • Fixed scrollIntoView strange bug #198

  • Fixed horizontal scrollToBottom error

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

... (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/833 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 5/1/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/vue-virtual-scroll-list-2.1.5` --- ### 📝 Commits (1) - [`52c9381`](https://github.com/hoppscotch/hoppscotch/commit/52c93818fa441b320e2a71146bfe3d328ff37ede) chore(deps): bump vue-virtual-scroll-list from 1.4.7 to 2.1.5 ### 📊 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.5. <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.5</h2> <ul> <li> <p>Abandon <code>size</code> and change to <code>estimate-size</code>.</p> </li> <li> <p>Make estimate-size and keeps both optional.</p> </li> </ul> <h2>v2.1.4</h2> <ul> <li> <p>Using <code>hasOwnProperty</code> to check <code>dataKey</code> <a href="https://github-redirect.dependabot.com/tangbc/vue-virtual-scroll-list/issues/197">#197</a></p> </li> <li> <p>Fixed scrollIntoView strange bug <a href="https://github-redirect.dependabot.com/tangbc/vue-virtual-scroll-list/issues/198">#198</a></p> </li> <li> <p>Fixed horizontal scrollToBottom error</p> </li> </ul> <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> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tangbc/vue-virtual-scroll-list/commit/a73f4cb11764a454d20cdf58a4e2aad7ebb24dda"><code>a73f4cb</code></a> Build docs</li> <li><a href="https://github.com/tangbc/vue-virtual-scroll-list/commit/d0cfdf6fda72c218f4188a68805cf8cf64b38193"><code>d0cfdf6</code></a> Build v2.1.5</li> <li><a href="https://github.com/tangbc/vue-virtual-scroll-list/commit/f76565dfb4bd07176b4ebee9f807cba0e934e023"><code>f76565d</code></a> Update readme</li> <li><a href="https://github.com/tangbc/vue-virtual-scroll-list/commit/3dbe6b594d703e2b2b91c23d263c270c4347f692"><code>3dbe6b5</code></a> Update example</li> <li><a href="https://github.com/tangbc/vue-virtual-scroll-list/commit/4fd2152d71e43c7799d1d463f456971801eca160"><code>4fd2152</code></a> Make estimate-size and keeps optional</li> <li><a href="https://github.com/tangbc/vue-virtual-scroll-list/commit/0847a639b8cfe2772061e0e5d1eea2d00ea84f51"><code>0847a63</code></a> Update README.md</li> <li><a href="https://github.com/tangbc/vue-virtual-scroll-list/commit/a69f724d6a25cf0ab23b8660556b6a0819d0a226"><code>a69f724</code></a> Update issue templates</li> <li><a href="https://github.com/tangbc/vue-virtual-scroll-list/commit/68c6a18919db812488c8bc839f12eddddecb62e2"><code>68c6a18</code></a> Move dist/index.js into docs when build docs</li> <li><a href="https://github.com/tangbc/vue-virtual-scroll-list/commit/5a9651cf4128a527e89ed57e839f50e31b71a6b7"><code>5a9651c</code></a> Build docs</li> <li><a href="https://github.com/tangbc/vue-virtual-scroll-list/commit/3a0301aab659d529849321b4ff5206d5461d775a"><code>3a0301a</code></a> Build v2.1.4</li> <li>Additional commits viewable in <a href="https://github.com/tangbc/vue-virtual-scroll-list/compare/v1.4.7...v2.1.5">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.5)](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.5) 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:33:16 +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#2886
No description provided.