-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump the vue group across 1 directory with 3 updates #202
Conversation
Bumps the vue group with 3 updates in the / directory: [pinia](https://github.com/vuejs/pinia), [vue-router](https://github.com/vuejs/router) and [@vue/compiler-sfc](https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc). Updates `pinia` from 2.2.6 to 2.3.0 - [Release notes](https://github.com/vuejs/pinia/releases) - [Commits](https://github.com/vuejs/pinia/compare/[email protected]) Updates `vue-router` from 4.4.5 to 4.5.0 - [Release notes](https://github.com/vuejs/router/releases) - [Commits](vuejs/router@v4.4.5...v4.5.0) Updates `@vue/compiler-sfc` from 3.5.12 to 3.5.13 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/core/commits/v3.5.13/packages/compiler-sfc) --- updated-dependencies: - dependency-name: pinia dependency-type: direct:production update-type: version-update:semver-minor dependency-group: vue - dependency-name: vue-router dependency-type: direct:production update-type: version-update:semver-minor dependency-group: vue - dependency-name: "@vue/compiler-sfc" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: vue ... Signed-off-by: dependabot[bot] <[email protected]>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Reviewer's Guide by SourceryThis pull request updates three Vue-related dependencies to their newer versions: Pinia (2.2.6 → 2.3.0), Vue Router (4.4.5 → 4.5.0), and @vue/compiler-sfc (3.5.12 → 3.5.13). The changes include bug fixes, performance improvements, and new features across these packages. No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Bumps the vue group with 3 updates in the / directory: pinia, vue-router and @vue/compiler-sfc.
Updates
pinia
from 2.2.6 to 2.3.0Commits
1d8f341
release: [email protected]@pinia/nuxt
@0
.9.0c8ef04b
docs: upgrade docs generationc347a7b
docs: untrack api generated filesf6bd737
chore: up deps1e45f33
fix: avoid npm bug when resolving optional deps (#2841)7f23474
build: up release script8ba83a0
chore: up security0fa633e
feat: writablecomputed
s to be picked up bymapWritableState
(#2847)fc2ec76
chore: duplicated text4715104
release: [email protected]Updates
vue-router
from 4.4.5 to 4.5.0Release notes
Sourced from vue-router's releases.
Commits
2d0a79d
release: [email protected]c73e83f
chore: up ts and docs84dd1a1
chore: up deps0eaaeb9
chore: up chromedriver38cd752
docs: Translate 'Omitting parent components' into Chinese (#2400)e978eb8
feat(link): add view-transition prop (#2356)d992bb2
fix(router): allow duplicated navigation on back + redirect (#2133)846e287
build: add vue-router.esm-browser.prod.js (#2242)8c73877
feat: throw if parent and child routes have the same name (#2267)ab62098
fix: combining 'end' and 'strict' (#2154)Updates
@vue/compiler-sfc
from 3.5.12 to 3.5.13Release notes
Sourced from
@vue/compiler-sfc
's releases.Changelog
Sourced from
@vue/compiler-sfc
's changelog.Commits
6eb29d3
release: v3.5.134aeff31
chore(deps): update dependency postcss-selector-parser to v7 (#12289)b5ff930
fix(deps): update dependency postcss to ^8.4.48 (#12356)7d0dc73
chore(deps): update all non-major dependencies (#12316)ad247b3
chore(deps): update all non-major dependencies (#12275)ed01d92
chore(deps): update all non-major dependencies (#12222)828d4a4
fix(test): update snapshot (#12169)3b5d8d2
test(defineProps): add intersection type test (#8684)be9eed2
chore(deps): update all non-major dependencies (#12164)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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditionsSummary by Sourcery
Bump versions of Pinia, Vue Router, and @vue/compiler-sfc to incorporate new features and bug fixes.
Enhancements: