chore(deps): motion-v 2, @nuxtjs/seo 5, vue-router 5, CLI majors, OG image v6#720
Merged
Conversation
…image v6 - Bump motion-v to ^2.2.1 in @shelve/base (aligns with motion-plus-vue). - Upgrade @nuxtjs/seo to ^5 and vue-router to ^5 in lp/shelve (Nuxt 4 line). - Upgrade @antfu/ni, @clack/prompts, rc9 in @shelve/cli; tighten prompt validation for TS. - Add pnpm patch for docus OG components (nuxt-og-image v6 suffixes) and local OgImageDocs.satori.vue. - Migrate defineOgImage usage on LP pages; add docus i18n shims for tsc. - Bump GitHub Actions: actions/github-script@v9, dorny/paths-filter@v4. - Add vitest resolve aliases for @utils/@types in the CLI package.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
Thank you for following the naming conventions! 🙏 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Consolidated dependency and tooling updates so the repo stays aligned with Nuxt 4 /
@nuxtjs/seo5 andnuxt-og-imagev6, without dropping thedocuspkg.pr.new pin.Highlights
motion-v^2.2.1 (required bymotion-plus-vueand Nuxt stack).@nuxtjs/seo^5.1.3,vue-router^5 (matches Nuxt 4’s router line).@antfu/ni^30,@clack/prompts^1.2,rc9^3; small fixes for@clack/promptstypings and removal of a stale@ts-expect-erroronsetupDotenv.docus@5.5.1renamesOgImageLanding/OgImageDocsto*.satori.vue; LP custom OG renamed toOgImageDocs.satori.vue;nuxt-og-image migrate v6updates fordefineOgImage→useSeoMetawhere applicable.apps/lp/docus-i18n.d.tsshims i18n auto-imports fortscwhen typechecking docus composables.actions/github-script@v9.0.0,dorny/paths-filter@v4.vitest.config.tsadds resolve aliases for@utils/@types(Vitest could not resolve them before). The sample test may still fail locally if no validshelve.json/ env; CI only runspnpm build.Intentionally not in this PR
@hrcd/eslint-configpeer range).pnpm typecheckfor@shelve/app:tsc --noEmitstill reports many pre-existing resolution/strict issues for the Nuxt app layout; CLI, LP, and vault typecheck paths were verified. CI workflow continues to runpnpm buildonly.Verify locally