[PR #852] [CLOSED] chore(deps): bump vue-virtual-scroll-list from 1.4.7 to 2.2.0 #2902

Closed
opened 2026-03-17 00:34:05 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

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


📝 Commits (1)

  • 01bc379 chore(deps): bump vue-virtual-scroll-list from 1.4.7 to 2.2.0

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

Release notes

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

v2.2.0

  • Fixed page mode bugs #204 #205

  • Support updatePageModeFront public method

v2.1.9

Fix average size calc error #202

v2.1.8

Delete size map when items reducing

v2.1.7

Support page mode #199

v2.1.6

Support style for item, wrapper, header and footer.

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

... (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/852 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 5/8/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/vue-virtual-scroll-list-2.2.0` --- ### 📝 Commits (1) - [`01bc379`](https://github.com/hoppscotch/hoppscotch/commit/01bc3798b989828c60661f4c417ede3758f41306) chore(deps): bump vue-virtual-scroll-list from 1.4.7 to 2.2.0 ### 📊 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.2.0. <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.2.0</h2> <ul> <li> <p>Fixed page mode bugs <a href="https://github-redirect.dependabot.com/tangbc/vue-virtual-scroll-list/issues/204">#204</a> <a href="https://github-redirect.dependabot.com/tangbc/vue-virtual-scroll-list/issues/205">#205</a></p> </li> <li> <p>Support updatePageModeFront public method</p> </li> </ul> <h2>v2.1.9</h2> <p>Fix average size calc error <a href="https://github-redirect.dependabot.com/tangbc/vue-virtual-scroll-list/issues/202">#202</a></p> <h2>v2.1.8</h2> <p>Delete size map when items reducing</p> <h2>v2.1.7</h2> <p>Support page mode <a href="https://github-redirect.dependabot.com/tangbc/vue-virtual-scroll-list/issues/199">#199</a></p> <h2>v2.1.6</h2> <p>Support style for item, wrapper, header and footer.</p> <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> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tangbc/vue-virtual-scroll-list/commit/ba3853fed49c7864c515deab485a37135a5d5322"><code>ba3853f</code></a> Build docs</li> <li><a href="https://github.com/tangbc/vue-virtual-scroll-list/commit/ff27f5cf9bf8aac342b76505756a9ed8207cab0c"><code>ff27f5c</code></a> Build v2.2.0</li> <li><a href="https://github.com/tangbc/vue-virtual-scroll-list/commit/06f7e25bda3128e890cdf5d970cdf2ef77e1dd4a"><code>06f7e25</code></a> Fixed page mode bugs <a href="https://github-redirect.dependabot.com/tangbc/vue-virtual-scroll-list/issues/204">#204</a> <a href="https://github-redirect.dependabot.com/tangbc/vue-virtual-scroll-list/issues/205">#205</a></li> <li><a href="https://github.com/tangbc/vue-virtual-scroll-list/commit/eb3f5b2f81b5afaff4b6775c432e98f5dc462caa"><code>eb3f5b2</code></a> Support updatePageModeFront public method</li> <li><a href="https://github.com/tangbc/vue-virtual-scroll-list/commit/f4d9be6616d920e21404bba9a9c8aa3281c2d257"><code>f4d9be6</code></a> Build docs</li> <li><a href="https://github.com/tangbc/vue-virtual-scroll-list/commit/a76c42963dcff2c776a05ea21f9ec6d83fa25318"><code>a76c429</code></a> Build v2.1.9</li> <li><a href="https://github.com/tangbc/vue-virtual-scroll-list/commit/32f5a557406702f7e00cd9344017596fc6ddfc66"><code>32f5a55</code></a> Fix average size calc error <a href="https://github-redirect.dependabot.com/tangbc/vue-virtual-scroll-list/issues/202">#202</a></li> <li><a href="https://github.com/tangbc/vue-virtual-scroll-list/commit/6fe5fef6843d37856e664f175f335539c8a36dbd"><code>6fe5fef</code></a> Build docs</li> <li><a href="https://github.com/tangbc/vue-virtual-scroll-list/commit/5bdf06fc05f0cf502dfc10a18a19d9a5c6de1c61"><code>5bdf06f</code></a> Build docs</li> <li><a href="https://github.com/tangbc/vue-virtual-scroll-list/commit/dc77310d689eaea29d2323aec32963ed226f78fe"><code>dc77310</code></a> Build v2.1.8</li> <li>Additional commits viewable in <a href="https://github.com/tangbc/vue-virtual-scroll-list/compare/v1.4.7...v2.2.0">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.2.0)](https://dependabot.com/compatibility-score/?dependency-name=vue-virtual-scroll-list&package-manager=npm_and_yarn&previous-version=1.4.7&new-version=2.2.0) 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:34:05 +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#2902
No description provided.