chore(deps): update all non-major dependencies - #245
Merged
Conversation
Port of upstream nuxt/ui 1c1d9be (#6679). Mirror the non-major bumps b24ui shares at the same range (nuxt↔demo parity): - pnpm (packageManager) 11.9.0 → 11.10.0 - @comark/vue ^0.4.0 → ^0.5.0 (docs, demo, nuxt) - @nuxt/content ^3.14.0 → ^3.15.0 (docs, demo, nuxt) - @nuxtjs/mdc ^0.22.0 → ^0.22.1 (docs) Skipped: ai + @ai-sdk/* (b24ui stays on the deferred v6 line), @iconify-json/* + @nuxt/icon (b24ui has none), shiki / nuxt-og-image / @regle/* (b24ui pins different ranges). Also ports the mdc.config.ts fix: lockfile regen resolves shiki to 4.3.1 (under b24ui's ^4.2.0), so `transformerColorHighlight()` (typed via @shikijs/types@3) no longer matches @nuxtjs/mdc's @shikijs/types@4.3.1 — add the `as ShikiTransformer` cast + a @shikijs/types devDep. Lockfile regenerated with pnpm 11.10.0. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01JS8ypVfQSFzYVZzkTHhURb
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.
Upstream
1c1d9be—chore(deps): update all non-major dependencies (#6679)Change — §2 per-dep mirror
Bumped only deps b24ui pins at the same range (nuxt↔demo parity):
packageManager)@comark/vue@nuxt/content@nuxtjs/mdcSkipped:
ai+@ai-sdk/*(b24ui stays on the deferred v6 line — see #dfbbfeb),@iconify-json/*+@nuxt/icon(b24ui has none),shiki(^4.2.0≠^4.3.0),nuxt-og-image(^6.6.0≠^6.7.0),@regle/*(^1.28.0≠^1.28.2). Root@nuxt/content ^3.0.0peer untouched.mdc.config.tscast — applies here tooEven without bumping b24ui's
shikipin (^4.2.0), lockfile regen resolvesshikito 4.3.1 (within^4.2.0), pulling@shikijs/types@4.3.1into@nuxtjs/mdc's config type whileshiki-transformer-color-highlightstill returns a@shikijs/types@3.23.0transformer →vue-tscTS2322. So the upstream fix applies:import type { ShikiTransformer } from '@shikijs/types'+transformerColorHighlight() as ShikiTransformer, plus a@shikijs/types: ^4.3.1devDep so the bare import resolves.Lockfile: regenerated under the CI gate (corepack pnpm 11.10.0),
lockfileVersion 9.0.Tests
Dep bumps + a type cast → no snapshot churn. Full suite unchanged (5277 passed / 6 skipped).
Verify (CI=true, pnpm 11.10.0)
Real install →
dev:prepare·lint·typecheck(cast resolves the shiki 4.3.1 mismatch) ·test·build— all green.Ledger
.sync/log/1c1d9be….md— port rationale.sync/nuxt-ui.json— add1c1d9beasport, advance cursor; reconcile prior5c986dd→ PR fix(ChatMessages): re-evaluate streaming indicator on each render #244 /fffec684.🤖 Generated with Claude Code
Generated by Claude Code