[PR #58] [MERGED] Bump vue-router from 3.0.2 to 3.1.3 #66

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

📋 Pull Request Information

Original PR: https://github.com/moollaza/repo-remover/pull/58
Author: @dependabot-preview[bot]
Created: 12/20/2019
Status: Merged
Merged: 1/7/2020
Merged by: @moollaza

Base: masterHead: dependabot/npm_and_yarn/vue-router-3.1.3


📝 Commits (1)

  • f709073 Bump vue-router from 3.0.2 to 3.1.3

📊 Changes

2 files changed (+16 additions, -6 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+15 -5)

📄 Description

Bumps vue-router from 3.0.2 to 3.1.3.

Release notes

Sourced from vue-router's releases.

v3.1.3

Bug Fixes

  • link: merge event listeners when provided in an anchor (e0d4dc4), closes #2890

Features

v3.1.2

Bug Fixes

  • types: prioritize promise based push/replace (1243e8b)

Reverts

v3.1.1

Bug Fixes

  • link: silence back navigations errors (59b6da3). In particular when doing clicking on a link that points to the current page

v3.1.0

Bug Fixes

  • abstract history: allow router.back in abstract mode when 2 consecutive same routes appear in history stack (#2771) (8910979), closes #2607
  • hash: correctly place query if placed before hash (#2851) (b7715dc), closes #2125 #2262
  • link: Fix active links when parent link redirects to child (#2772) (64785a9), closes #2724
  • adapt error to work on IE9 (527d6d5)

Features

v3.0.7

Bug Fixes

  • apps loaded from Windows file shares not mapped to network drives (#2774) (c2c78a3)
  • make callback of next in beforeRouterEnter more consistent (#2738) (8ac478f), closes #2761 #2728

v3.0.6

Bug Fixes

... (truncated)
Changelog

Sourced from vue-router's changelog.

3.1.3 (2019-08-30)

Bug Fixes

  • link: merge event listeners when provided in an anchor (e0d4dc4), closes #2890

Features

3.1.2 (2019-08-08)

Bug Fixes

  • types: prioritize promise based push/replace (1243e8b)

Reverts

3.1.1 (2019-08-06)

Bug Fixes

  • link: silence back navigations errors (59b6da3)

3.1.0 (2019-08-06)

Bug Fixes

  • abstract history: allow router.back in abstract mode when 2 consecutive same routes appear in history stack (#2771) (8910979), closes #2607
  • hash: correctly place query if placed before hash (#2851) (b7715dc), closes #2125 #2262
  • link: Fix active links when parent link redirects to child (#2772) (64785a9), closes #2724
  • adapt error to work on IE9 (527d6d5)

Features

3.0.7 (2019-07-03)

Bug Fixes

  • apps loaded from Windows file shares not mapped to network drives (#2774) (c2c78a3)
  • make callback of next in beforeRouterEnter more consistent (#2738) (8ac478f), closes #2761 #2728
... (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/moollaza/repo-remover/pull/58 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 12/20/2019 **Status:** ✅ Merged **Merged:** 1/7/2020 **Merged by:** [@moollaza](https://github.com/moollaza) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/vue-router-3.1.3` --- ### 📝 Commits (1) - [`f709073`](https://github.com/moollaza/repo-remover/commit/f709073fa30c1dcdc653943e8bf485c46cbb6b04) Bump vue-router from 3.0.2 to 3.1.3 ### 📊 Changes **2 files changed** (+16 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+15 -5) </details> ### 📄 Description Bumps [vue-router](https://github.com/vuejs/vue-router) from 3.0.2 to 3.1.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/vue-router/releases">vue-router's releases</a>.</em></p> <blockquote> <h2>v3.1.3</h2> <h3>Bug Fixes</h3> <ul> <li><strong>link:</strong> merge event listeners when provided in an anchor (<a href="https://github.com/vuejs/vue-router/commit/e0d4dc4">e0d4dc4</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2890">#2890</a></li> </ul> <h3>Features</h3> <ul> <li><strong>errors:</strong> add stack trace to NavigationDuplicated (<a href="https://github.com/vuejs/vue-router/commit/5ef5d73">5ef5d73</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2881">#2881</a></li> <li>warn about root paths without a leading slash (<a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2591">#2591</a>) (<a href="https://github.com/vuejs/vue-router/commit/7d7e048">7d7e048</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2550">#2550</a> <a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2550">#2550</a></li> </ul> <h2>v3.1.2</h2> <h3>Bug Fixes</h3> <ul> <li><strong>types:</strong> prioritize promise based push/replace (<a href="https://github.com/vuejs/vue-router/commit/1243e8b">1243e8b</a>)</li> </ul> <h3>Reverts</h3> <ul> <li>&quot;fix(hash): correctly place query if placed before hash (<a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2851">#2851</a>)&quot; (<a href="https://github.com/vuejs/vue-router/commit/9b30e4c">9b30e4c</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2876">#2876</a>. See more information at <a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2125#issuecomment-519521424">vuejs/vue-router#2125</a></li> </ul> <h2>v3.1.1</h2> <h3>Bug Fixes</h3> <ul> <li><strong>link:</strong> silence back navigations errors (<a href="https://github.com/vuejs/vue-router/commit/59b6da3">59b6da3</a>). In particular when doing clicking on a link that points to the current page</li> </ul> <h2>v3.1.0</h2> <h3>Bug Fixes</h3> <ul> <li><strong>abstract history:</strong> allow router.back in abstract mode when 2 consecutive same routes appear in history stack (<a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2771">#2771</a>) (<a href="https://github.com/vuejs/vue-router/commit/8910979">8910979</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2607">#2607</a></li> <li><strong>hash:</strong> correctly place query if placed before hash (<a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2851">#2851</a>) (<a href="https://github.com/vuejs/vue-router/commit/b7715dc">b7715dc</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2125">#2125</a> <a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2262">#2262</a></li> <li><strong>link:</strong> Fix active links when parent link redirects to child (<a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2772">#2772</a>) (<a href="https://github.com/vuejs/vue-router/commit/64785a9">64785a9</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2724">#2724</a></li> <li>adapt error to work on IE9 (<a href="https://github.com/vuejs/vue-router/commit/527d6d5">527d6d5</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>alias:</strong> warn against redundant aliases (<a href="https://github.com/vuejs/vue-router/commit/04a02c0">04a02c0</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2461">#2461</a> <a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2462">#2462</a></li> <li><strong>scroll:</strong> handle id selectors starting with a number (<a href="https://github.com/vuejs/vue-router/commit/799ceca">799ceca</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2163">#2163</a></li> <li>return a promise with push and replace (<a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2862">#2862</a>) (<a href="https://github.com/vuejs/vue-router/commit/d907a13">d907a13</a>), <a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/1769">#1769</a> <strong>You may see UncaughtRejections errors in the console, please <a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2881#issuecomment-520554378">ℹ️ read this</a></strong></li> <li>scoped slot for link (<a href="https://github.com/vuejs/vue-router/commit/e289dde">e289dde</a>) <strong><a href="https://router.vuejs.org/api/#v-slot-api-3-1-0">📖 Documentation</a></strong></li> <li>warn the user for invalid uses of v-slot with Link (<a href="https://github.com/vuejs/vue-router/commit/44c63a9">44c63a9</a>)</li> </ul> <h2>v3.0.7</h2> <h3>Bug Fixes</h3> <ul> <li>apps loaded from Windows file shares not mapped to network drives (<a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2774">#2774</a>) (<a href="https://github.com/vuejs/vue-router/commit/c2c78a3">c2c78a3</a>)</li> <li>make callback of next in beforeRouterEnter more consistent (<a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2738">#2738</a>) (<a href="https://github.com/vuejs/vue-router/commit/8ac478f">8ac478f</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2761">#2761</a> <a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2728">#2728</a></li> </ul> <h2>v3.0.6</h2> <h3>Bug Fixes</h3> <ul> <li>revert <a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2713">#2713</a> (<a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2723">#2723</a>) (<a href="https://github.com/vuejs/vue-router/commit/ec6eab7">ec6eab7</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2719">#2719</a></li> </ul> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vuejs/vue-router/blob/dev/CHANGELOG.md">vue-router's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/vuejs/vue-router/compare/v3.1.2...v3.1.3">3.1.3</a> (2019-08-30)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>link:</strong> merge event listeners when provided in an anchor (<a href="https://github.com/vuejs/vue-router/commit/e0d4dc4">e0d4dc4</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2890">#2890</a></li> </ul> <h3>Features</h3> <ul> <li><strong>errors:</strong> add stack trace to NavigationDuplicated (<a href="https://github.com/vuejs/vue-router/commit/5ef5d73">5ef5d73</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2881">#2881</a></li> <li>warn about root paths without a leading slash (<a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2591">#2591</a>) (<a href="https://github.com/vuejs/vue-router/commit/7d7e048">7d7e048</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2550">#2550</a> <a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2550">#2550</a></li> </ul> <h2><a href="https://github.com/vuejs/vue-router/compare/v3.1.1...v3.1.2">3.1.2</a> (2019-08-08)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>types:</strong> prioritize promise based push/replace (<a href="https://github.com/vuejs/vue-router/commit/1243e8b">1243e8b</a>)</li> </ul> <h3>Reverts</h3> <ul> <li>&quot;fix(hash): correctly place query if placed before hash (<a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2851">#2851</a>)&quot; (<a href="https://github.com/vuejs/vue-router/commit/9b30e4c">9b30e4c</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2876">#2876</a>. See more information at <a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2125#issuecomment-519521424">vuejs/vue-router#2125</a></li> </ul> <h2><a href="https://github.com/vuejs/vue-router/compare/v3.1.0...v3.1.1">3.1.1</a> (2019-08-06)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>link:</strong> silence back navigations errors (<a href="https://github.com/vuejs/vue-router/commit/59b6da3">59b6da3</a>)</li> </ul> <h1><a href="https://github.com/vuejs/vue-router/compare/v3.0.7...v3.1.0">3.1.0</a> (2019-08-06)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>abstract history:</strong> allow router.back in abstract mode when 2 consecutive same routes appear in history stack (<a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2771">#2771</a>) (<a href="https://github.com/vuejs/vue-router/commit/8910979">8910979</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2607">#2607</a></li> <li><strong>hash:</strong> correctly place query if placed before hash (<a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2851">#2851</a>) (<a href="https://github.com/vuejs/vue-router/commit/b7715dc">b7715dc</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2125">#2125</a> <a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2262">#2262</a></li> <li><strong>link:</strong> Fix active links when parent link redirects to child (<a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2772">#2772</a>) (<a href="https://github.com/vuejs/vue-router/commit/64785a9">64785a9</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2724">#2724</a></li> <li>adapt error to work on IE9 (<a href="https://github.com/vuejs/vue-router/commit/527d6d5">527d6d5</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>alias:</strong> warn against redundant aliases (<a href="https://github.com/vuejs/vue-router/commit/04a02c0">04a02c0</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2461">#2461</a> <a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2462">#2462</a></li> <li><strong>scroll:</strong> handle id selectors starting with a number (<a href="https://github.com/vuejs/vue-router/commit/799ceca">799ceca</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2163">#2163</a></li> <li>return a promise with push and replace (<a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2862">#2862</a>) (<a href="https://github.com/vuejs/vue-router/commit/d907a13">d907a13</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/1769">#1769</a> <a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/1769">#1769</a></li> <li>scoped slot for link (<a href="https://github.com/vuejs/vue-router/commit/e289dde">e289dde</a>)</li> <li>warn the user for invalid uses of v-slot with Link (<a href="https://github.com/vuejs/vue-router/commit/44c63a9">44c63a9</a>)</li> </ul> <h2><a href="https://github.com/vuejs/vue-router/compare/v3.0.6...v3.0.7">3.0.7</a> (2019-07-03)</h2> <h3>Bug Fixes</h3> <ul> <li>apps loaded from Windows file shares not mapped to network drives (<a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2774">#2774</a>) (<a href="https://github.com/vuejs/vue-router/commit/c2c78a3">c2c78a3</a>)</li> <li>make callback of next in beforeRouterEnter more consistent (<a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2738">#2738</a>) (<a href="https://github.com/vuejs/vue-router/commit/8ac478f">8ac478f</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2761">#2761</a> <a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2728">#2728</a></li> </ul> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/vue-router/commit/745a33d0d27a628d82069af413df400a4bf5048e"><code>745a33d</code></a> chore(release): 3.1.3</li> <li><a href="https://github.com/vuejs/vue-router/commit/ec2e1fe434b936fb58d3948c7762ddc93aa8a06e"><code>ec2e1fe</code></a> build: bundle 3.1.3</li> <li><a href="https://github.com/vuejs/vue-router/commit/7d7e048490e46f4d433ec6cf897468409d158c9b"><code>7d7e048</code></a> feat: warn about root paths without a leading slash (<a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2591">#2591</a>)</li> <li><a href="https://github.com/vuejs/vue-router/commit/638278b334199f17e052a54a0837c97624940c0c"><code>638278b</code></a> refactor: remove circular dependency</li> <li><a href="https://github.com/vuejs/vue-router/commit/fdf5756f15fddf15c18e0269c31f1ca868f6a50d"><code>fdf5756</code></a> docs(guards): wording (<a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2190">#2190</a>)</li> <li><a href="https://github.com/vuejs/vue-router/commit/b3592b6f777931f845c648fb5a87b08510589f3c"><code>b3592b6</code></a> style(test): add eslint configuration for unit tests (<a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2518">#2518</a>)</li> <li><a href="https://github.com/vuejs/vue-router/commit/842a760aead6d68aa5fc6d2a469bd6de2e60c038"><code>842a760</code></a> chore(test): remove useless code and comments (<a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2808">#2808</a>)</li> <li><a href="https://github.com/vuejs/vue-router/commit/be665040020c37d72f9510c01a5abb609d678c39"><code>be66504</code></a> chore(devDeps): upgrade yarn.lock</li> <li><a href="https://github.com/vuejs/vue-router/commit/0491cf2ddc0f6e43e8a3ded06ca742b05bd27b3f"><code>0491cf2</code></a> chore: upgrade rollup</li> <li><a href="https://github.com/vuejs/vue-router/commit/8ca7e74d5ebdcec68b5ab56c1594060db4d64516"><code>8ca7e74</code></a> chore: add funding.yml</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/vue-router/compare/v3.0.2...v3.1.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=vue-router&package-manager=npm_and_yarn&previous-version=3.0.2&new-version=3.1.3)](https://dependabot.com/compatibility-score.html?dependency-name=vue-router&package-manager=npm_and_yarn&previous-version=3.0.2&new-version=3.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-02-26 04:36: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/repo-remover-moollaza#66
No description provided.