[PR #630] [MERGED] Bump vue-router from 3.1.6 to 3.4.3 #1671

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/630
Author: @dependabot-preview[bot]
Created: 8/12/2020
Status: Merged
Merged: 8/17/2020
Merged by: @marcelklehr

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


📝 Commits (1)

  • b92ac51 Bump vue-router from 3.1.6 to 3.4.3

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

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.3 (2020-08-11)

  • Revert 4fbaa9f7880276e661227442ef5923131a589210: "fix: keep repeated params in query/hash relative locations" Closes #3289

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)
Commits
  • dcde727 chore(release): 3.4.3
  • ec43c1e build: bundle 3.4.3
  • 2f57663 build(deps): bump prismjs from 1.17.1 to 1.21.0 (#3283)
  • bcc9ef5 Revert "fix: keep repeated params in query/hash relative locations"
  • 5c4221a docs: [RU] Translation update (#3285)
  • 0b073d4 docs: race condition in example
  • 51d40a5 docs(api): add note about push
  • da28363 docs: note about mixins navigation guards
  • 2396cba docs: better routeBeforeUpdate
  • 75a18dc docs: add function example to props
  • 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/630 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 8/12/2020 **Status:** ✅ Merged **Merged:** 8/17/2020 **Merged by:** [@marcelklehr](https://github.com/marcelklehr) **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/vue-router-3.4.3` --- ### 📝 Commits (1) - [`b92ac51`](https://github.com/floccusaddon/floccus/commit/b92ac51c3782f357e2ac8d1b0b4f5fa1259e49b4) Bump vue-router from 3.1.6 to 3.4.3 ### 📊 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.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.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.2...v3.4.3">3.4.3</a> (2020-08-11)</h2> <ul> <li>Revert 4fbaa9f7880276e661227442ef5923131a589210: &quot;fix: keep repeated params in query/hash relative locations&quot; Closes <a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/3289">#3289</a></li> </ul> <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> </ul> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/vue-router/commit/dcde7270a3178b79e8344c54cc17ce81ca088d60"><code>dcde727</code></a> chore(release): 3.4.3</li> <li><a href="https://github.com/vuejs/vue-router/commit/ec43c1eebaf5d50856a9c0d5c8c92c0fb56665dc"><code>ec43c1e</code></a> build: bundle 3.4.3</li> <li><a href="https://github.com/vuejs/vue-router/commit/2f576639510bd746e54e86e910faaf8deffbf104"><code>2f57663</code></a> build(deps): bump prismjs from 1.17.1 to 1.21.0 (<a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/3283">#3283</a>)</li> <li><a href="https://github.com/vuejs/vue-router/commit/bcc9ef5d143f02a7e095143410a864127e772830"><code>bcc9ef5</code></a> Revert &quot;fix: keep repeated params in query/hash relative locations&quot;</li> <li><a href="https://github.com/vuejs/vue-router/commit/5c4221adf0d3dae41708f9b70b2d39e711f852b5"><code>5c4221a</code></a> docs: [RU] Translation update (<a href="https://github-redirect.dependabot.com/vuejs/vue-router/issues/3285">#3285</a>)</li> <li><a href="https://github.com/vuejs/vue-router/commit/0b073d4caeb6dbd292f89546434fb3b2b34fa168"><code>0b073d4</code></a> docs: race condition in example</li> <li><a href="https://github.com/vuejs/vue-router/commit/51d40a5404e1f5d0820c70c4cd1af3f12bcde04a"><code>51d40a5</code></a> docs(api): add note about push</li> <li><a href="https://github.com/vuejs/vue-router/commit/da28363a1553c5a558220e19b096260462bee3ac"><code>da28363</code></a> docs: note about mixins navigation guards</li> <li><a href="https://github.com/vuejs/vue-router/commit/2396cbab855fbc415dbe7de1bfeb6df2ba5a1cf0"><code>2396cba</code></a> docs: better routeBeforeUpdate</li> <li><a href="https://github.com/vuejs/vue-router/commit/75a18dc7bd7d78cd37d40e202fdfae8ca854d9f0"><code>75a18dc</code></a> docs: add function example to props</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/vue-router/compare/v3.1.6...v3.4.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.1.6&new-version=3.4.3)](https://dependabot.com/compatibility-score/?dependency-name=vue-router&package-manager=npm_and_yarn&previous-version=3.1.6&new-version=3.4.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-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#1671
No description provided.