[PR #836] [CLOSED] chore(deps): bump vue-virtual-scroll-list from 1.4.7 to 2.1.6 #2890

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/836
Author: @dependabot-preview[bot]
Created: 5/2/2020
Status: Closed

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


📝 Commits (1)

  • 9e4adb5 chore(deps): bump vue-virtual-scroll-list from 1.4.7 to 2.1.6

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

Release notes

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

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

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

... (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/836 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 5/2/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/vue-virtual-scroll-list-2.1.6` --- ### 📝 Commits (1) - [`9e4adb5`](https://github.com/hoppscotch/hoppscotch/commit/9e4adb501c1c4f592b53b4732dc6115106a7e863) chore(deps): bump vue-virtual-scroll-list from 1.4.7 to 2.1.6 ### 📊 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.6. <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.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> <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> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tangbc/vue-virtual-scroll-list/commit/f2bd6101e29d9d98eea081a30f1d847a219d5eed"><code>f2bd610</code></a> Build docs</li> <li><a href="https://github.com/tangbc/vue-virtual-scroll-list/commit/d612fca692792568dee4530cb7e281df9ce15614"><code>d612fca</code></a> Build v2.1.6</li> <li><a href="https://github.com/tangbc/vue-virtual-scroll-list/commit/aea89104beed2d414b22355e291ccecd3d184841"><code>aea8910</code></a> Update readme</li> <li><a href="https://github.com/tangbc/vue-virtual-scroll-list/commit/35ef8615b1fa396c39f18b43623a12b420ebc584"><code>35ef861</code></a> Fixed attrs in item</li> <li><a href="https://github.com/tangbc/vue-virtual-scroll-list/commit/08d4cdfc72c8af217652075e532e9457424ac331"><code>08d4cdf</code></a> Add test</li> <li><a href="https://github.com/tangbc/vue-virtual-scroll-list/commit/dc00222b60af0a418cce46d7ca5a66afde0392b8"><code>dc00222</code></a> Fixed object chain</li> <li><a href="https://github.com/tangbc/vue-virtual-scroll-list/commit/630378a56d54939f27371be7c49236dd3d7ebee3"><code>630378a</code></a> Support special style for item, wrapper, header and footer</li> <li><a href="https://github.com/tangbc/vue-virtual-scroll-list/commit/2e70fa3dc5dca2aa8e79c92b608682726f2bb25f"><code>2e70fa3</code></a> Add test</li> <li><a href="https://github.com/tangbc/vue-virtual-scroll-list/commit/a4ae90eac57b20b8ec0a91ef533d7d89d4d1897b"><code>a4ae90e</code></a> Add base test</li> <li><a href="https://github.com/tangbc/vue-virtual-scroll-list/commit/fdf7ebe57817f819746c05bd1592d0fbd1059696"><code>fdf7ebe</code></a> Add unit test</li> <li>Additional commits viewable in <a href="https://github.com/tangbc/vue-virtual-scroll-list/compare/v1.4.7...v2.1.6">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.6)](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.6) 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#2890
No description provided.