JustArchiNET / ASF-ui

The official web interface for ASF
Apache License 2.0
263 stars 38 forks source link

Update dependency vue-router to v4 #1554

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vue-router 3.5.3 -> 4.0.14 age adoption passing confidence

Release Notes

vuejs/router ### [`v4.0.14`](https://togithub.com/vuejs/router/blob/HEAD/CHANGELOG.md#​4014-httpsgithubcomvuejsroutercomparev4013v4014-2022-03-10) [Compare Source](https://togithub.com/vuejs/router/compare/v4.0.13...v4.0.14) ##### Features - **devtools:** use api.now() ([06ac7bb](https://togithub.com/vuejs/router/commit/06ac7bbc4caaacaf8f054aa2ee164517b99b18ba)) ### [`v4.0.13`](https://togithub.com/vuejs/router/blob/HEAD/CHANGELOG.md#​4013-httpsgithubcomvuejsroutercomparev4012v4013-2022-02-28) [Compare Source](https://togithub.com/vuejs/router/compare/v4.0.12...v4.0.13) ##### Bug Fixes - **matcher:** add child before parent when using `addRoute` ([8744bba](https://togithub.com/vuejs/router/commit/8744bbae7789e236e5308f939fb4b2d946a8ca6d)) - **ssr:** reject unfinished initial navigation ([509fc0d](https://togithub.com/vuejs/router/commit/509fc0d5c78b32cbd5ce0c86f716774ad6163cad)), closes [#​1305](https://togithub.com/vuejs/router/issues/1305) ### [`v4.0.12`](https://togithub.com/vuejs/router/blob/HEAD/CHANGELOG.md#​4012-httpsgithubcomvuejsroutercomparev4011v4012-2021-10-14) [Compare Source](https://togithub.com/vuejs/router/compare/v4.0.11...v4.0.12) ##### Bug Fixes - **history:** ensure base is normalized in memory history ([#​1112](https://togithub.com/vuejs/router/issues/1112)) ([198a5bd](https://togithub.com/vuejs/router/commit/198a5bda8354ea6c3121f5fbf92ed93390e70cfb)) ##### Features - **devtools:** display router view path ([3ce3834](https://togithub.com/vuejs/router/commit/3ce383402fbaa1539cdfe32cbdd48dfda5fbfa7b)), closes [#​1119](https://togithub.com/vuejs/router/issues/1119) - **warn:** improve message for onBeforeRoute\*() ([7d5230e](https://togithub.com/vuejs/router/commit/7d5230e556002b6ddd17c857ad43608590e9a7bd)) ### [`v4.0.11`](https://togithub.com/vuejs/router/blob/HEAD/CHANGELOG.md#​4011-httpsgithubcomvuejsroutercomparev4010v4011-2021-08-09) [Compare Source](https://togithub.com/vuejs/router/compare/v4.0.10...v4.0.11) ##### Bug Fixes - **query:** empty object with custom stringify ([4dd2fbf](https://togithub.com/vuejs/router/commit/4dd2fbfeb486800a7d5fbc384eb567c3c6532f41)) - **router:** allow null | undefined for params ([ebca15a](https://togithub.com/vuejs/router/commit/ebca15a0140453c6671fdae7a9864badc650531e)) - **router:** invalidate ongoing navigation when unmounting ([d8fb7d0](https://togithub.com/vuejs/router/commit/d8fb7d0ab1694fe86edbd52668f84fb9bb9f4dcf)) - **types:** Support `undefined` in NavigationGuardNext ([#​1059](https://togithub.com/vuejs/router/issues/1059)) ([6cce232](https://togithub.com/vuejs/router/commit/6cce232ba0dc5d89f6a53c1af674a8e0c6eb8790)) ### [`v4.0.10`](https://togithub.com/vuejs/router/blob/HEAD/CHANGELOG.md#​4010-httpsgithubcomvuejsroutercomparev409v4010-2021-06-21) [Compare Source](https://togithub.com/vuejs/router/compare/v4.0.9...v4.0.10) ##### Features - **devtools:** display components using `useLink()` ([aab8c04](https://togithub.com/vuejs/router/commit/aab8c0414af6784fc0250fb4b81be4186ff4cfec)), closes [#​1003](https://togithub.com/vuejs/router/issues/1003) - **link:** expose useLink on RouterLink as internal ([#​1002](https://togithub.com/vuejs/router/issues/1002)) ([57b1468](https://togithub.com/vuejs/router/commit/57b1468645248068c76b809efd10f3f42762d52b)) ### [`v4.0.9`](https://togithub.com/vuejs/router/blob/HEAD/CHANGELOG.md#​409-httpsgithubcomvuejsroutercomparev408v409-2021-06-16) [Compare Source](https://togithub.com/vuejs/router/compare/v4.0.8...v4.0.9) ##### Bug Fixes - **guards:** propagate lazy loading rejections ([3d465cc](https://togithub.com/vuejs/router/commit/3d465cc128b2f5c109e71386760c7b99e3d71bce)) - **hash:** force navigation restore on manual navigation ([#​921](https://togithub.com/vuejs/router/issues/921)) ([e08a0d0](https://togithub.com/vuejs/router/commit/e08a0d0b64d2798164895da430de7edbb66d7ead)), closes [#​916](https://togithub.com/vuejs/router/issues/916) - **link:** catch errors ([e7b2156](https://togithub.com/vuejs/router/commit/e7b2156c7436f18d1a08694f502eb00b10029f1c)) - **query:** allow arbitrary keys in queries ([a57b5f1](https://togithub.com/vuejs/router/commit/a57b5f179b8859776550f3b754f972fad8955566)), closes [#​880](https://togithub.com/vuejs/router/issues/880) - **warn:** drop unused params on string redirect ([bed24df](https://togithub.com/vuejs/router/commit/bed24dff90c19a0ee3e335dbe43ed9ddbfc74542)), closes [#​951](https://togithub.com/vuejs/router/issues/951) ##### Features - **devtools:** group navigation errors ([a776a84](https://togithub.com/vuejs/router/commit/a776a8402b7ae5bdc017409f26d4574bcee4858b)) - **errors:** add to and from to router.onError()\` ([c76feab](https://togithub.com/vuejs/router/commit/c76feabf3703f06bff400d7aa84edede48329b82)) - **errors:** log errors when no error handlers ([46a354e](https://togithub.com/vuejs/router/commit/46a354ec5b9359bb1dcd3ac82716e898b3843ae4)) ### [`v4.0.8`](https://togithub.com/vuejs/router/blob/HEAD/CHANGELOG.md#​408-httpsgithubcomvuejsroutercomparev406v408-2021-05-13) [Compare Source](https://togithub.com/vuejs/router/compare/v4.0.7...v4.0.8) This release is a correct tag and doesn't contain any extra changes. ### [`v4.0.7`](https://togithub.com/vuejs/router/blob/HEAD/CHANGELOG.md#​407-httpsgithubcomvuejsroutercomparev406v407-2021-05-13) [Compare Source](https://togithub.com/vuejs/router/compare/v4.0.6...v4.0.7) ##### Bug Fixes - **$route:** Make $route have an enumerable type ([#​912](https://togithub.com/vuejs/router/issues/912)) ([d90520e](https://togithub.com/vuejs/router/commit/d90520eb36ca310f52b22caeb88fd8cb06dca04a)) - **devtools:** stabilize record id ([#​897](https://togithub.com/vuejs/router/issues/897)) ([c6460f0](https://togithub.com/vuejs/router/commit/c6460f09aab3a834121dc58fc5880c81a65147ef)) - **history:** make properties enumerable ([8e6ebdf](https://togithub.com/vuejs/router/commit/8e6ebdf75adc1ab662e46835c5b7f078bc68a93b)) - **history:** proper destroy in memory history ([9d188aa](https://togithub.com/vuejs/router/commit/9d188aa165aeb12aa3771aaa56a269f5dad3ccf6)) - **query:** filter undefined values in arrays ([df25fb5](https://togithub.com/vuejs/router/commit/df25fb5c34ae4a1540d375ad078705719b56332b)) - **query:** prevent trailing & in query ([#​935](https://togithub.com/vuejs/router/issues/935)) ([885bb06](https://togithub.com/vuejs/router/commit/885bb06bb590944f2e58176151f7b7a6acbc1b4e)) - do not allow invalid hazardous keys in query ([#​880](https://togithub.com/vuejs/router/issues/880)) ([ecd52e0](https://togithub.com/vuejs/router/commit/ecd52e017ac30fa996d4796974371374f65640d1)) ### [`v4.0.6`](https://togithub.com/vuejs/router/blob/HEAD/CHANGELOG.md#​406-httpsgithubcomvuejsroutercomparev405v406-2021-04-06) [Compare Source](https://togithub.com/vuejs/router/compare/v4.0.5...v4.0.6) ##### Bug Fixes - **link:** let vue merge attrs ([4142871](https://togithub.com/vuejs/router/commit/4142871189dbb13e1ce2d6be8d82bd5aa27526a3)), closes [#​846](https://togithub.com/vuejs/router/issues/846) - **link:** use flush post in devtools watcher ([4108814](https://togithub.com/vuejs/router/commit/41088143c62244fe7b198e0907f4f6f98852df62)), closes [#​845](https://togithub.com/vuejs/router/issues/845) ##### Features - **types:** allow currentLocation param in resolve ([add6ce9](https://togithub.com/vuejs/router/commit/add6ce9677ffd2c636e215ffab5ddbdef22b0158)) - **warn:** throws if history is missing ([#​844](https://togithub.com/vuejs/router/issues/844)) ([dd8bf6c](https://togithub.com/vuejs/router/commit/dd8bf6cf48db352cef72f419a14d1540818eb6ff)) ### [`v4.0.5`](https://togithub.com/vuejs/router/blob/HEAD/CHANGELOG.md#​405-httpsgithubcomvuejsroutercomparev404v405-2021-03-11) [Compare Source](https://togithub.com/vuejs/router/compare/v4.0.4...v4.0.5) ##### Bug Fixes - **guards:** avoid enter guards between aliases ([0048b9b](https://togithub.com/vuejs/router/commit/0048b9b1b0fd0a0652fdabb683309fc5c0d5dbe4)) - **guards:** ensure beforeRouteUpdate works with aliases ([#​819](https://togithub.com/vuejs/router/issues/819)) ([45ecb20](https://togithub.com/vuejs/router/commit/45ecb205920be60c9b454dbb55cf4fe213bbc697)), closes [#​805](https://togithub.com/vuejs/router/issues/805) - **view:** correctly reuse instance guards ([#​795](https://togithub.com/vuejs/router/issues/795)) ([d4fde59](https://togithub.com/vuejs/router/commit/d4fde599803a1be9d4823de0e406c9ce66143e2c)) ##### Features - **devtools:** group navigations ([d3b5dfb](https://togithub.com/vuejs/router/commit/d3b5dfb6d8a3da96ee93426dc4b5429581e8a739)) ### [`v4.0.4`](https://togithub.com/vuejs/router/blob/HEAD/CHANGELOG.md#​404-httpsgithubcomvuejsroutercomparev403v404-2021-02-19) [Compare Source](https://togithub.com/vuejs/router/compare/v4.0.3...v4.0.4) ##### Bug Fixes - **devtools:** id and label ([#​742](https://togithub.com/vuejs/router/issues/742)) ([d034307](https://togithub.com/vuejs/router/commit/d034307444860fb834b0f5b5a1ddd0cce9d6d842)) - **guards:** vue-class-component call guards on first... ([#​755](https://togithub.com/vuejs/router/issues/755)) ([06f942d](https://togithub.com/vuejs/router/commit/06f942d0fbe1c5c86dc7e17d38c00d595854bd4f)) - **matcher:** force leading slash with optional param in multi segments ([11c882f](https://togithub.com/vuejs/router/commit/11c882f8f3b56d2c87fc095c46eb8050fbbf61df)) - **warn:** should not warn missing optional params in aliases ([92f8901](https://togithub.com/vuejs/router/commit/92f8901f54775cb4b3d1f2415b6a2b3ff77eb440)) ##### Features - **types:** make meta type safe with unknown ([eef0472](https://togithub.com/vuejs/router/commit/eef0472e3589ed0a6df0528a7b96f1d7bf316843)) ### [`v4.0.3`](https://togithub.com/vuejs/router/blob/HEAD/CHANGELOG.md#​403-httpsgithubcomvuejsroutercomparev402v403-2021-01-11) [Compare Source](https://togithub.com/vuejs/router/compare/v4.0.2...v4.0.3) ##### Bug Fixes - **hash:** allow base tag different from base parameter ([85b1bff](https://togithub.com/vuejs/router/commit/85b1bff96fbb6e21cd556b688f6085b6fbfe993f)), closes [#​685](https://togithub.com/vuejs/router/issues/685) - **link:** use replace prop ([6edba5c](https://togithub.com/vuejs/router/commit/6edba5cf676bde94e5ebdb370a4146dc8f6b058e)), closes [#​702](https://togithub.com/vuejs/router/issues/702) ##### Features - **types:** expose RouteParamsRaw ([09bbc89](https://togithub.com/vuejs/router/commit/09bbc895cd422af8354664062b29131ae32472d7)) - **warn:** more specific warnings ([2cd8d86](https://togithub.com/vuejs/router/commit/2cd8d867beda6f7c54578d40934774547866e069)) - **warn:** warn defineAsyncComponent usage in routes ([#​682](https://togithub.com/vuejs/router/issues/682)) ([9520d66](https://togithub.com/vuejs/router/commit/9520d66112c0f2922f4284cda1e75b316ddf3488)) ### [`v4.0.2`](https://togithub.com/vuejs/router/blob/HEAD/CHANGELOG.md#​402-httpsgithubcomvuejsroutercomparev401v402-2020-12-27) [Compare Source](https://togithub.com/vuejs/router/compare/v4.0.1...v4.0.2) ##### Bug Fixes - **matcher:** clear customRe after consuming buffer ([#​680](https://togithub.com/vuejs/router/issues/680)) ([4c0b825](https://togithub.com/vuejs/router/commit/4c0b82507e1f949d55daffd06756615cd704e090)), closes [#​679](https://togithub.com/vuejs/router/issues/679) - **router:** allow replace to have query and hash ([6a8ccb6](https://togithub.com/vuejs/router/commit/6a8ccb6e3b80aef00dda7e73be2afb433d871a32)), closes [#​668](https://togithub.com/vuejs/router/issues/668) - **router:** do not restore history when ... ([db267be](https://togithub.com/vuejs/router/commit/db267be72bace7c99a0c65669ab04ce770e1532c)), closes [#​662](https://togithub.com/vuejs/router/issues/662) - **router-view:** disable inheritAttrs ([1e58574](https://togithub.com/vuejs/router/commit/1e58574e6175f591f7fb24bcfc6e11045e7b0148)), closes [#​674](https://togithub.com/vuejs/router/issues/674) - **types:** add missing exported types ([034c71c](https://togithub.com/vuejs/router/commit/034c71c72ca46d242daf53ae54ab67e6f7800f91)) - spread operator compatible ([a2f3e91](https://togithub.com/vuejs/router/commit/a2f3e91cb3e3ae61118d803ce938d6f4eea76116)) ### [`v4.0.1`](https://togithub.com/vuejs/router/blob/HEAD/CHANGELOG.md#​4013-httpsgithubcomvuejsroutercomparev4012v4013-2022-02-28) [Compare Source](https://togithub.com/vuejs/router/compare/v4.0.0...v4.0.1) ##### Bug Fixes - **matcher:** add child before parent when using `addRoute` ([8744bba](https://togithub.com/vuejs/router/commit/8744bbae7789e236e5308f939fb4b2d946a8ca6d)) - **ssr:** reject unfinished initial navigation ([509fc0d](https://togithub.com/vuejs/router/commit/509fc0d5c78b32cbd5ce0c86f716774ad6163cad)), closes [#​1305](https://togithub.com/vuejs/router/issues/1305) ### [`v4.0.0`](https://togithub.com/vuejs/router/blob/HEAD/CHANGELOG.md#​400-httpsgithubcomvuejsroutercomparev400-rc6v400-2020-12-07) [Compare Source](https://togithub.com/vuejs/router/compare/084e7785f3eb9364d3a0c26ab68358f6cf142e21...v4.0.0) ##### Bug Fixes - **router-view:** properly use route prop when nested ([b74051a](https://togithub.com/vuejs/router/commit/b74051a6bde7524d1a7cc6cc1daacb213987faa0)) - **router-view:** return one node when possible ([d18e500](https://togithub.com/vuejs/router/commit/d18e500da2ed017be30871628a5cc59324bec15c)), closes [#​537](https://togithub.com/vuejs/router/issues/537) ##### Features - expose routerViewLocationKey as internal ([f498646](https://togithub.com/vuejs/router/commit/f498646c3bc2ad480be7a3d0f11aa11710729911))

Configuration

šŸ“… Schedule: At any time (no schedule defined).

šŸš¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.

ā™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

šŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.

renovate[bot] commented 2 years ago

āš  Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

ā™» Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: package-lock.json
npm WARN using --force Recommended protections disabled.
npm notice 
npm notice New minor version of npm available! 8.3.1 -> 8.5.4
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v8.5.4>
npm notice Run `npm install -g npm@8.5.4` to update!
npm notice 
npm WARN using --force Recommended protections disabled.
chmod: cannot access '/home/ubuntu/.npm': No such file or directory
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: asf-ui@0.0.0
npm ERR! Found: vue@2.6.14
npm ERR! node_modules/vue
npm ERR!   vue@"2.6.14" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer vue@"^3.2.0" from vue-router@4.0.14
npm ERR! node_modules/vue-router
npm ERR!   vue-router@"4.0.14" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate-cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate-cache/others/npm/_logs/2022-03-11T14_45_38_209Z-debug-0.log
renovate[bot] commented 2 years ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 4.x releases. However, if you upgrade to 4.x manually then Renovate will reenable minor and patch updates automatically.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.