[PR #149] [CLOSED] Bump vue-router from 3.1.3 to 3.3.4 #153

Closed
opened 2026-02-26 05:30:32 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/moollaza/repo-remover/pull/149
Author: @dependabot-preview[bot]
Created: 8/1/2020
Status: Closed

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


📝 Commits (1)

  • b5f702a Bump vue-router from 3.1.3 to 3.3.4

📊 Changes

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

View changed files

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

📄 Description

Bumps vue-router from 3.1.3 to 3.3.4.

Release notes

Sourced from vue-router's releases.

v3.3.4

Bug Fixes

v3.3.3

Bug Fixes

Features

  • better wording for navigation redirected failure (1f3aea6)
  • types: RouterConfig for multiple components (#3217) (#3218) (dab86c5)

v3.3.2

Bug Fixes

v3.3.1

Bug Fixes

  • errors: avoid unnecessary log of errors (2c77247)

v3.3.0

Features

v3.2.0

Bug Fixes

  • html5: make base case insensitive (04a2143), closes #2154
  • check for pushState being a function (bc41f67), closes #3154

Features

v3.1.6

Changelog

Sourced from vue-router's changelog.

3.3.4 (2020-06-13)

Bug Fixes

3.3.3 (2020-06-12)

Bug Fixes

Features

  • better wording for navigation redirected failure (1f3aea6)
  • types: RouterConfig for multiple components (#3217) (#3218) (dab86c5)

3.3.2 (2020-05-29)

Bug Fixes

3.3.1 (2020-05-27)

Bug Fixes

  • errors: avoid unnecessary log of errors (2c77247)

3.3.0 (2020-05-27)

Features

Commits
  • 0155f7e chore(release): 3.3.4
  • e0ab121 build: bundle 3.3.4
  • c4f24ce docs(ru): Translation update (#3231)
  • c1df447 fix(types): missing children
  • 0eaae3a fix(matcher): addRoutes navigate to same as current location (#3228)
  • 62598b9 fix(matcher): navigate to same as current location
  • 9ff90bd chore(changelog): 3.3.3
  • 822d285 chore(release): 3.3.3
  • 6fcda18 build: bundle 3.3.3
  • 4d484bf fix(history): initial redirect call onReady's onSuccess
  • 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/149 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 8/1/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/vue-router-3.3.4` --- ### 📝 Commits (1) - [`b5f702a`](https://github.com/moollaza/repo-remover/commit/b5f702a88e2bcb21c0cffe122bc3093c4335acb1) Bump vue-router from 3.1.3 to 3.3.4 ### 📊 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-router](https://github.com/vuejs/vue-router) from 3.1.3 to 3.3.4. <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.3.4</h2> <h3>Bug Fixes</h3> <ul> <li><strong>matcher:</strong> navigate to same as current location (<a href="https://github.com/vuejs/vue-router/commit/62598b9">62598b9</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/3216">#3216</a></li> <li><strong>types:</strong> missing children (<a href="https://github.com/vuejs/vue-router/commit/c1df447">c1df447</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/3230">#3230</a></li> </ul> <h2>v3.3.3</h2> <h3>Bug Fixes</h3> <ul> <li><strong>history:</strong> initial redirect call onReady's onSuccess (<a href="https://github.com/vuejs/vue-router/commit/4d484bf">4d484bf</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/3225">#3225</a></li> <li>update ja docs (<a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/3214">#3214</a>) (<a href="https://github.com/vuejs/vue-router/commit/c05f741">c05f741</a>)</li> </ul> <h3>Features</h3> <ul> <li>better wording for navigation redirected failure (<a href="https://github.com/vuejs/vue-router/commit/1f3aea6">1f3aea6</a>)</li> <li><strong>types:</strong> RouterConfig for multiple components (<a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/3217">#3217</a>) (<a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/3218">#3218</a>) (<a href="https://github.com/vuejs/vue-router/commit/dab86c5">dab86c5</a>)</li> </ul> <h2>v3.3.2</h2> <h3>Bug Fixes</h3> <ul> <li><strong>errors:</strong> NavigationCanceled with async components (<a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/3211">#3211</a>) (<a href="https://github.com/vuejs/vue-router/commit/be39ca3">be39ca3</a>)</li> <li>remove error.stack modification (<a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/3212">#3212</a>) (<a href="https://github.com/vuejs/vue-router/commit/a0075ed">a0075ed</a>)</li> </ul> <h2>v3.3.1</h2> <h3>Bug Fixes</h3> <ul> <li><strong>errors:</strong> avoid unnecessary log of errors (<a href="https://github.com/vuejs/vue-router/commit/2c77247">2c77247</a>)</li> </ul> <h2>v3.3.0</h2> <h3>Features</h3> <ul> <li><strong>errors:</strong> create router errors (<a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/3047">#3047</a>) (<a href="https://github.com/vuejs/vue-router/commit/4c727f9">4c727f9</a>)</li> <li><strong>history:</strong> Remove event listeners when all apps are destroyed. (<a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/3172">#3172</a>) (<a href="https://github.com/vuejs/vue-router/commit/4c81be8">4c81be8</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/3152">#3152</a> <a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2341">#2341</a></li> <li><strong>url:</strong> call afterEach hooks after url is ensured (<a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2292">#2292</a>) (<a href="https://github.com/vuejs/vue-router/commit/1575a18">1575a18</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2079">#2079</a></li> </ul> <h2>v3.2.0</h2> <h3>Bug Fixes</h3> <ul> <li><strong>html5:</strong> make base case insensitive (<a href="https://github.com/vuejs/vue-router/commit/04a2143">04a2143</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2154">#2154</a></li> <li>check for pushState being a function (<a href="https://github.com/vuejs/vue-router/commit/bc41f67">bc41f67</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/3154">#3154</a></li> </ul> <h3>Features</h3> <ul> <li><strong>link:</strong> add aria-current to active links (close <a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2116">#2116</a>) (<a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/3073">#3073</a>) (<a href="https://github.com/vuejs/vue-router/commit/6ec0ee5">6ec0ee5</a>)</li> <li><strong>scroll:</strong> use manual scrollRestoration with scrollBehavior (<a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/1814">#1814</a>) (<a href="https://github.com/vuejs/vue-router/commit/1261363">1261363</a>)</li> <li><strong>types:</strong> NavigationGuardNext (<a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2497">#2497</a>) (<a href="https://github.com/vuejs/vue-router/commit/d18c497">d18c497</a>)</li> </ul> <h2>v3.1.6</h2> <!-- raw HTML omitted --> </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.3.3...v3.3.4">3.3.4</a> (2020-06-13)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>matcher:</strong> navigate to same as current location (<a href="https://github.com/vuejs/vue-router/commit/62598b9">62598b9</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/3216">#3216</a></li> <li><strong>types:</strong> missing children (<a href="https://github.com/vuejs/vue-router/commit/c1df447">c1df447</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/3230">#3230</a></li> </ul> <h2><a href="https://github.com/vuejs/vue-router/compare/v3.3.2...v3.3.3">3.3.3</a> (2020-06-12)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>history:</strong> initial redirect call onReady's onSuccess (<a href="https://github.com/vuejs/vue-router/commit/4d484bf">4d484bf</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/3225">#3225</a></li> <li>update ja docs (<a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/3214">#3214</a>) (<a href="https://github.com/vuejs/vue-router/commit/c05f741">c05f741</a>)</li> </ul> <h3>Features</h3> <ul> <li>better wording for navigation redirected failure (<a href="https://github.com/vuejs/vue-router/commit/1f3aea6">1f3aea6</a>)</li> <li><strong>types:</strong> RouterConfig for multiple components (<a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/3217">#3217</a>) (<a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/3218">#3218</a>) (<a href="https://github.com/vuejs/vue-router/commit/dab86c5">dab86c5</a>)</li> </ul> <h2><a href="https://github.com/vuejs/vue-router/compare/v3.3.1...v3.3.2">3.3.2</a> (2020-05-29)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>errors:</strong> NavigationCanceled with async components (<a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/3211">#3211</a>) (<a href="https://github.com/vuejs/vue-router/commit/be39ca3">be39ca3</a>)</li> <li>remove error.stack modification (<a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/3212">#3212</a>) (<a href="https://github.com/vuejs/vue-router/commit/a0075ed">a0075ed</a>)</li> </ul> <h2><a href="https://github.com/vuejs/vue-router/compare/v3.3.0...v3.3.1">3.3.1</a> (2020-05-27)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>errors:</strong> avoid unnecessary log of errors (<a href="https://github.com/vuejs/vue-router/commit/2c77247">2c77247</a>)</li> </ul> <h1><a href="https://github.com/vuejs/vue-router/compare/v3.2.0...v3.3.0">3.3.0</a> (2020-05-27)</h1> <h3>Features</h3> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/vue-router/commit/0155f7ec112a32cebfa816ad17fbfc9d94912ea7"><code>0155f7e</code></a> chore(release): 3.3.4</li> <li><a href="https://github.com/vuejs/vue-router/commit/e0ab121bee63b1e9947e8c9f80b3b2f20f12801b"><code>e0ab121</code></a> build: bundle 3.3.4</li> <li><a href="https://github.com/vuejs/vue-router/commit/c4f24cedb92461aab5df5e07d31ad454c003f04d"><code>c4f24ce</code></a> docs(ru): Translation update (<a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/3231">#3231</a>)</li> <li><a href="https://github.com/vuejs/vue-router/commit/c1df447be746dcc54534ce089753c02efc47bd29"><code>c1df447</code></a> fix(types): missing children</li> <li><a href="https://github.com/vuejs/vue-router/commit/0eaae3a906b2123cc14536280964307d4b666de3"><code>0eaae3a</code></a> fix(matcher): addRoutes navigate to same as current location (<a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/3228">#3228</a>)</li> <li><a href="https://github.com/vuejs/vue-router/commit/62598b903a80ac9ece39171d0fb26a488a27e130"><code>62598b9</code></a> fix(matcher): navigate to same as current location</li> <li><a href="https://github.com/vuejs/vue-router/commit/9ff90bdd3a8f228ea5f95241a1b6e6bfc6deba6a"><code>9ff90bd</code></a> chore(changelog): 3.3.3</li> <li><a href="https://github.com/vuejs/vue-router/commit/822d2851e6e37e66562e0a1a3b592d3dac710878"><code>822d285</code></a> chore(release): 3.3.3</li> <li><a href="https://github.com/vuejs/vue-router/commit/6fcda18d494a6dcf8432c5c5c79d5bbed986f2d0"><code>6fcda18</code></a> build: bundle 3.3.3</li> <li><a href="https://github.com/vuejs/vue-router/commit/4d484bf81d733769d54091455a4a6e5dbafd62a1"><code>4d484bf</code></a> fix(history): initial redirect call onReady's onSuccess</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/vue-router/compare/v3.1.3...v3.3.4">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.1.3&new-version=3.3.4)](https://dependabot.com/compatibility-score/?dependency-name=vue-router&package-manager=npm_and_yarn&previous-version=3.1.3&new-version=3.3.4) 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 05:30:32 +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#153
No description provided.