[PR #629] [CLOSED] Bump vue-router from 3.1.6 to 3.4.2 #1672

Closed
opened 2026-02-25 23:30:29 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/floccusaddon/floccus/pull/629
Author: @dependabot-preview[bot]
Created: 8/10/2020
Status: Closed

Base: developHead: dependabot/npm_and_yarn/vue-router-3.4.2


📝 Commits (1)

  • 26fdb97 Bump vue-router from 3.1.6 to 3.4.2

📊 Changes

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

View changed files

📝 package-lock.json (+3 -3)
📝 package.json (+1 -1)

📄 Description

Bumps vue-router from 3.1.6 to 3.4.2.

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

Changelog

Sourced from vue-router's changelog.

3.4.2 (2020-08-07)

Bug Fixes

  • query: leave object as is (7b3328d), closes #3282
  • keep repeated params in query/hash relative locations (4fbaa9f)

3.4.1 (2020-08-06)

Bug Fixes

  • query: remove undefined values (b952573), closes #3276
  • router: properly check null and undefined in isSameRoute (d6546d9)

3.4.0 (2020-08-05)

Bug Fixes

Features

  • add vetur tags and attributes (bf1e1bd)
  • errors: capture errors thrown in redirect callback in onError (#3251) (40e4df7), closes #3201 #3201 #3201
  • errors: expose isNavigationFailure (8d92dc0)
  • errors: NavigationDuplicated name for backwards compatibility (b854a20)

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)

Commits
  • a5233b3 chore(release): 3.4.2
  • b35ae07 build: bundle 3.4.2
  • 7b3328d fix(query): leave object as is
  • 4fbaa9f fix: keep repeated params in query/hash relative locations
  • 7ddcc2d docs(ja): fix markdown to display sentence as expected (#3278) [skip ci]
  • 1b52c94 docs: fix typo (md file syntax) (#3277) [skip ci]
  • 03fda8f chore(changelog): 3.4.1
  • 51b2559 chore(release): 3.4.1
  • 76db873 build: bundle 3.4.1
  • d6546d9 fix(router): properly check null and undefined in isSameRoute
  • 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/floccusaddon/floccus/pull/629 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 8/10/2020 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/vue-router-3.4.2` --- ### 📝 Commits (1) - [`26fdb97`](https://github.com/floccusaddon/floccus/commit/26fdb97ecd65f0245d19196ade1ba994f328d3b4) Bump vue-router from 3.1.6 to 3.4.2 ### 📊 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-router](https://github.com/vuejs/vue-router) from 3.1.6 to 3.4.2. <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> </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.4.1...v3.4.2">3.4.2</a> (2020-08-07)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>query:</strong> leave object as is (<a href="https://github.com/vuejs/vue-router/commit/7b3328d">7b3328d</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/3282">#3282</a></li> <li>keep repeated params in query/hash relative locations (<a href="https://github.com/vuejs/vue-router/commit/4fbaa9f">4fbaa9f</a>)</li> </ul> <h2><a href="https://github.com/vuejs/vue-router/compare/v3.4.0...v3.4.1">3.4.1</a> (2020-08-06)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>query:</strong> remove undefined values (<a href="https://github.com/vuejs/vue-router/commit/b952573">b952573</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/3276">#3276</a></li> <li><strong>router:</strong> properly check null and undefined in isSameRoute (<a href="https://github.com/vuejs/vue-router/commit/d6546d9">d6546d9</a>)</li> </ul> <h1><a href="https://github.com/vuejs/vue-router/compare/v3.3.4...v3.4.0">3.4.0</a> (2020-08-05)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>query:</strong> cast query values to strings (fix <a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/2131">#2131</a>) (<a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/3232">#3232</a>) (<a href="https://github.com/vuejs/vue-router/commit/f0d9c2d">f0d9c2d</a>)</li> <li><strong>scroll:</strong> run scrollBehavior on initial load (fix <a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/3196">#3196</a>) (<a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/3199">#3199</a>) (<a href="https://github.com/vuejs/vue-router/commit/84398ae">84398ae</a>)</li> <li><strong>types:</strong> add missing <code>options</code> property type (<a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/3248">#3248</a>) (<a href="https://github.com/vuejs/vue-router/commit/83920c9">83920c9</a>)</li> </ul> <h3>Features</h3> <ul> <li>add vetur tags and attributes (<a href="https://github.com/vuejs/vue-router/commit/bf1e1bd">bf1e1bd</a>)</li> <li><strong>errors:</strong> capture errors thrown in redirect callback in onError (<a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/3251">#3251</a>) (<a href="https://github.com/vuejs/vue-router/commit/40e4df7">40e4df7</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/3201">#3201</a> <a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/3201">#3201</a> <a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/3201">#3201</a></li> <li><strong>errors:</strong> expose <code>isNavigationFailure</code> (<a href="https://github.com/vuejs/vue-router/commit/8d92dc0">8d92dc0</a>)</li> <li><strong>errors:</strong> NavigationDuplicated name for backwards compatibility (<a href="https://github.com/vuejs/vue-router/commit/b854a20">b854a20</a>)</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/vue-router/commit/a5233b3aac8836406fc7c0d5b111cac2abe7fa02"><code>a5233b3</code></a> chore(release): 3.4.2</li> <li><a href="https://github.com/vuejs/vue-router/commit/b35ae07cdb324ff277f4608a53c85f094a57e373"><code>b35ae07</code></a> build: bundle 3.4.2</li> <li><a href="https://github.com/vuejs/vue-router/commit/7b3328d57ad5511c737d6e8fa6275fab921047b8"><code>7b3328d</code></a> fix(query): leave object as is</li> <li><a href="https://github.com/vuejs/vue-router/commit/4fbaa9f7880276e661227442ef5923131a589210"><code>4fbaa9f</code></a> fix: keep repeated params in query/hash relative locations</li> <li><a href="https://github.com/vuejs/vue-router/commit/7ddcc2da8cd529c8c9578692039aba7cd48e53f2"><code>7ddcc2d</code></a> docs(ja): fix markdown to display sentence as expected (<a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/3278">#3278</a>) [skip ci]</li> <li><a href="https://github.com/vuejs/vue-router/commit/1b52c94efed5ca5780635829195b4f9760a0660e"><code>1b52c94</code></a> docs: fix typo (md file syntax) (<a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/3277">#3277</a>) [skip ci]</li> <li><a href="https://github.com/vuejs/vue-router/commit/03fda8fb4e60f517b962e800a03ca85a35e9daaf"><code>03fda8f</code></a> chore(changelog): 3.4.1</li> <li><a href="https://github.com/vuejs/vue-router/commit/51b2559ca4469bf61d1fd76c3312e133522de253"><code>51b2559</code></a> chore(release): 3.4.1</li> <li><a href="https://github.com/vuejs/vue-router/commit/76db87327d8b8a67a9363c9316fe06a3bd3bb83f"><code>76db873</code></a> build: bundle 3.4.1</li> <li><a href="https://github.com/vuejs/vue-router/commit/d6546d9e388a40b8200c77c0394fc8c8ddf60dac"><code>d6546d9</code></a> fix(router): properly check null and undefined in isSameRoute</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/vue-router/compare/v3.1.6...v3.4.2">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.6&new-version=3.4.2)](https://dependabot.com/compatibility-score/?dependency-name=vue-router&package-manager=npm_and_yarn&previous-version=3.1.6&new-version=3.4.2) 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-25 23:30:29 +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/floccus#1672
No description provided.