chore(deps): update dependency vue-router to v5 by renovate[bot] · Pull Request #6058 · nuxt/ui
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| vue-router (source) | ^4.6.4 → ^5.0.3 |
Release Notes
vuejs/router (vue-router)
v5.0.3
🚨 Breaking Changes
- experimental:
🚀 Features
- Support _parent in nested folders - by @posva (0a37f)
- Warn on _parent conflict - by @posva (182fe)
- Set _parent as non matchable by default - by @posva (8f91c)
- Warn on conflicting components for routes - by @posva (34ace)
- Use type module - by @posva (dc9ff)
- Add deprecation warning for next() callback in navigation guards - by @posva (797f5)
- Extract alias from definePage - by @posva (835df)
- Display aliases in logs - by @posva (7aa60)
- Deprecate new NavigationResult(to) in favor of reroute(to) - by @posva (382e3)
- experimental:
🐞 Bug Fixes
- Avoid non matchable routes in auto-routes - by @posva (48649)
- Handle quotes in d.ts - by @posva (d7764)
- Avoid route entry in map for _parent - by @posva (1dfcc)
- Handle nested groups - by @posva (4a4be)
- Stable route ordering for group folders with same path - by @posva (1db94)
- Correct route ordering for group nodes with inflated scores - by @posva (515f4)
- Cleanup old route overrides - by @posva (b28a7)
- Remove name from _parent.vue files - by @posva (6e8f1)
- ci:
- experimental:
- types:
- Relax RouteMapGeneric constraint for interface-based RouteNamedMap - by @YevheniiKotyrlo in #2624 (cdf7b)
- volar:
- Use
ts.getTokenPosOfNodeinstead ofnode.getStart- by @KazariEX in #2630 (0b050)
- Use
🏎 Performance
View changes on GitHub
v5.0.2
🐞 Bug Fixes
- Remove devtools from iife build - by @posva (58c03)
- Loose version check vue-router - by @posva (90e4b)
- volar: Empty options - by @posva (02275)
View changes on GitHub
v5.0.1
🐞 Bug Fixes
- volar: Make typed plugin work with vue-tsc - by @peter50216 in #2607 (7845e)
View changes on GitHub
v5.0.0
Vue Router 5 is a boring release, it merges unplugin-vue-router into the core package with no breaking changes. The only exception is that the iife build no longer includes @vue/devtools-api because it has been upgraded to v8 and does not expose an IIFE build itself. You can track that change in this issue. See the migration guide for instructions on how to upgrade from unplugin-vue-router to Vue Router 5.
🚀 Features
- experimental: Query params are optional by default - by @posva (78913)
- Add volar plugins - by @posva (530ac)
- Add data loaders as experimental - by @posva (ab895)
- Add route json schema - by @posva (20675)
- Upgrade devtools-api to v7 - by @posva (17b84)
- Upgrade devtools to v8 - by @posva (b8aa2)
- Runtime error on missing param parsers - by @posva (3444b)
- volar: Allow rootDir option - by @posva (df65a)
🐞 Bug Fixes
- Avoid breaking older browsers support - by @posva (c7ba4)
- Trigger navigation guards when keep-alive component is reactivated for different route - by @babu-ch and @posva in #2604 (c7735)
- Add automatic types for param parsers - by @posva (0fb5d)
- Param parsers when dts is not at root - by @posva (16b39)
- Expose resolveOptions for unplugin - by @posva (35543)
- Escape tildes in paths - by @posva (aac2e)
- volar: Upgrade config read - by @posva (e3024)
View changes on GitHub
Configuration
📅 Schedule: Branch creation - Between 06:00 AM and 09:59 AM, only on Monday ( * 6-9 * * 1 ) in timezone Europe/Paris, Automerge - 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.
- If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.