[PR #64] [CLOSED] Bump vue-scrollto from 2.15.0 to 2.17.1 #71

Closed
opened 2026-02-26 04:36:45 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/moollaza/repo-remover/pull/64
Author: @dependabot-preview[bot]
Created: 12/20/2019
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/vue-scrollto-2.17.1


📝 Commits (1)

  • 855a75e Bump vue-scrollto from 2.15.0 to 2.17.1

📊 Changes

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

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+4 -4)

📄 Description

Bumps vue-scrollto from 2.15.0 to 2.17.1.

Release notes

Sourced from vue-scrollto's releases.

v2.17.1

2.17.1 (2019-09-17)

Bug Fixes

v2.17.0

2.17.0 (2019-09-16)

Features

v2.16.3

2.16.3 (2019-09-10)

Bug Fixes

  • only call onDone if it's defined (55afb50)

v2.16.2

2.16.2 (2019-09-10)

Bug Fixes

  • calculation for {force: false, offset: nonZero} (#139) (f01ce23), closes #138

v2.16.1

2.16.1 (2019-09-10)

Bug Fixes

  • force:false to correctly check element visibility in viewport (#150) (14eb022)

v2.16.0

2.16.0 (2019-09-10)

Features

  • pass additional parameters to offset callback (#135) (e862213)

v2.15.1

2.15.1 (2019-09-10)

... (truncated)
Commits
  • d71288d chore(changelog): 2.17.1 [ci skip]
  • f6a6596 fix: improved type definitions (#160)
  • 572a75f chore(changelog): 2.17.0 [ci skip]
  • 1b39aaf feat: add typescript bindings (#159)
  • e82c42b chore: use npm on circle, and add yarn.lock to gitignore
  • 0426771 chore: use husky instead of pre-commit [ci skip]
  • 87631d0 chore: reconfigure prettier and update deps
  • b07b513 chore(changelog): 2.16.3 [ci skip]
  • 55afb50 fix: only call onDone if it's defined
  • 0c0a297 chore: add vue-scrollto.js to gitignore [ci skip]
  • Additional commits viewable in compare view

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/moollaza/repo-remover/pull/64 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 12/20/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/vue-scrollto-2.17.1` --- ### 📝 Commits (1) - [`855a75e`](https://github.com/moollaza/repo-remover/commit/855a75e46afd5cd65bc2363f6c56f04479690000) Bump vue-scrollto from 2.15.0 to 2.17.1 ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+4 -4) </details> ### 📄 Description Bumps [vue-scrollto](https://github.com/rigor789/vue-scrollto) from 2.15.0 to 2.17.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rigor789/vue-scrollto/releases">vue-scrollto's releases</a>.</em></p> <blockquote> <h2>v2.17.1</h2> <h2><a href="https://github.com/rigor789/vue-scrollto/compare/v2.17.0...v2.17.1">2.17.1</a> (2019-09-17)</h2> <h3>Bug Fixes</h3> <ul> <li>improved type definitions (<a href="https://github-redirect.dependabot.com/rigor789/vue-scrollto/issues/160">#160</a>) (<a href="https://github.com/rigor789/vue-scrollto/commit/f6a6596">f6a6596</a>)</li> </ul> <h2>v2.17.0</h2> <h1><a href="https://github.com/rigor789/vue-scrollto/compare/v2.16.3...v2.17.0">2.17.0</a> (2019-09-16)</h1> <h3>Features</h3> <ul> <li>add typescript bindings (<a href="https://github-redirect.dependabot.com/rigor789/vue-scrollto/issues/159">#159</a>) (<a href="https://github.com/rigor789/vue-scrollto/commit/1b39aaf">1b39aaf</a>)</li> </ul> <h2>v2.16.3</h2> <h2><a href="https://github.com/rigor789/vue-scrollto/compare/v2.16.2...v2.16.3">2.16.3</a> (2019-09-10)</h2> <h3>Bug Fixes</h3> <ul> <li>only call onDone if it's defined (<a href="https://github.com/rigor789/vue-scrollto/commit/55afb50">55afb50</a>)</li> </ul> <h2>v2.16.2</h2> <h2><a href="https://github.com/rigor789/vue-scrollto/compare/v2.16.1...v2.16.2">2.16.2</a> (2019-09-10)</h2> <h3>Bug Fixes</h3> <ul> <li>calculation for {force: false, offset: nonZero} (<a href="https://github-redirect.dependabot.com/rigor789/vue-scrollto/issues/139">#139</a>) (<a href="https://github.com/rigor789/vue-scrollto/commit/f01ce23">f01ce23</a>), closes <a href="https://github-redirect.dependabot.com/rigor789/vue-scrollto/issues/138">#138</a></li> </ul> <h2>v2.16.1</h2> <h2><a href="https://github.com/rigor789/vue-scrollto/compare/v2.16.0...v2.16.1">2.16.1</a> (2019-09-10)</h2> <h3>Bug Fixes</h3> <ul> <li>force:false to correctly check element visibility in viewport (<a href="https://github-redirect.dependabot.com/rigor789/vue-scrollto/issues/150">#150</a>) (<a href="https://github.com/rigor789/vue-scrollto/commit/14eb022">14eb022</a>)</li> </ul> <h2>v2.16.0</h2> <h1><a href="https://github.com/rigor789/vue-scrollto/compare/v2.15.1...v2.16.0">2.16.0</a> (2019-09-10)</h1> <h3>Features</h3> <ul> <li>pass additional parameters to offset callback (<a href="https://github-redirect.dependabot.com/rigor789/vue-scrollto/issues/135">#135</a>) (<a href="https://github.com/rigor789/vue-scrollto/commit/e862213">e862213</a>)</li> </ul> <h2>v2.15.1</h2> <h2><a href="https://github.com/rigor789/vue-scrollto/compare/v2.15.0...v2.15.1">2.15.1</a> (2019-09-10)</h2> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rigor789/vue-scrollto/commit/d71288df1ca5ddf5b9b26aa4d76b836221d92fdc"><code>d71288d</code></a> chore(changelog): 2.17.1 [ci skip]</li> <li><a href="https://github.com/rigor789/vue-scrollto/commit/f6a6596815ec5beeb57c404de1ad4a30a645cd94"><code>f6a6596</code></a> fix: improved type definitions (<a href="https://github-redirect.dependabot.com/rigor789/vue-scrollto/issues/160">#160</a>)</li> <li><a href="https://github.com/rigor789/vue-scrollto/commit/572a75fa290d56311afc074206c96066462b86c3"><code>572a75f</code></a> chore(changelog): 2.17.0 [ci skip]</li> <li><a href="https://github.com/rigor789/vue-scrollto/commit/1b39aafe2af948b6737ab755615d0d4fd377d2bf"><code>1b39aaf</code></a> feat: add typescript bindings (<a href="https://github-redirect.dependabot.com/rigor789/vue-scrollto/issues/159">#159</a>)</li> <li><a href="https://github.com/rigor789/vue-scrollto/commit/e82c42ba133a251b2819d1cba7d04eb2f9aa429b"><code>e82c42b</code></a> chore: use npm on circle, and add yarn.lock to gitignore</li> <li><a href="https://github.com/rigor789/vue-scrollto/commit/0426771691850e154f8f4a2880522a0414b10c9c"><code>0426771</code></a> chore: use husky instead of pre-commit [ci skip]</li> <li><a href="https://github.com/rigor789/vue-scrollto/commit/87631d0f710a1a067b83bf21f400605e1bdaa834"><code>87631d0</code></a> chore: reconfigure prettier and update deps</li> <li><a href="https://github.com/rigor789/vue-scrollto/commit/b07b513bcae80cf49b7595c6d5849c6341cc6131"><code>b07b513</code></a> chore(changelog): 2.16.3 [ci skip]</li> <li><a href="https://github.com/rigor789/vue-scrollto/commit/55afb5075d6df07404d2ee6d8353ac49884c7372"><code>55afb50</code></a> fix: only call onDone if it's defined</li> <li><a href="https://github.com/rigor789/vue-scrollto/commit/0c0a297b67046efb795ccf6961a198646d28c5a4"><code>0c0a297</code></a> chore: add vue-scrollto.js to gitignore [ci skip]</li> <li>Additional commits viewable in <a href="https://github.com/rigor789/vue-scrollto/compare/v2.15.0...v2.17.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=vue-scrollto&package-manager=npm_and_yarn&previous-version=2.15.0&new-version=2.17.1)](https://dependabot.com/compatibility-score.html?dependency-name=vue-scrollto&package-manager=npm_and_yarn&previous-version=2.15.0&new-version=2.17.1) 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-02-26 04:36:45 +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/repo-remover-moollaza#71
No description provided.