Skip to content

chore(deps): update all non-major dependencies - #6849

Merged
benjamincanac merged 1 commit into
v4from
renovate/all-minor-patch
Aug 17, 2026
Merged

chore(deps): update all non-major dependencies#6849
benjamincanac merged 1 commit into
v4from
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@ai-sdk/anthropic (source) ^4.0.36^4.0.39 age confidence
@ai-sdk/gateway (source) ^4.0.46^4.0.52 age confidence
@ai-sdk/vue (source) ^4.0.58^4.0.66 age confidence
@iconify-json/logos ^1.2.12^1.2.13 age confidence
@iconify-json/lucide ^1.2.122^1.2.123 age confidence
@iconify-json/vscode-icons ^1.2.70^1.2.73 age confidence
@nuxtjs/mcp-toolkit (source) ^0.18.1^0.19.0 age confidence
@regle/core (source) ^1.28.5^1.29.1 age confidence
@regle/rules (source) ^1.28.5^1.29.1 age confidence
@shikijs/types (source) ^4.4.2^4.4.3 age confidence
@takumi-rs/core (source) ^2.5.11^2.9.2 age confidence
@unhead/vue (source) ^3.3.1^3.3.2 age confidence
ai (source) ^7.0.58^7.0.66 age confidence
magic-string ^1.1.0^1.2.0 age confidence
motion-v ^2.3.0^2.4.0 age confidence
nuxt-og-image (source) ^6.7.6^6.7.8 age confidence
nuxt-schema-org (source) ^6.2.8^6.2.9 age confidence
ohash ^2.0.11^2.0.12 age confidence
pnpm (source) 11.20.011.22.0 age confidence
shiki (source) ^4.4.2^4.4.3 age confidence
vue-component-meta (source) ^3.3.9^3.3.10 age confidence
vue-component-type-helpers (source) ^3.3.9^3.3.10 age confidence
vue-tsc (source) ^3.3.9^3.3.10 age confidence

Release Notes

vercel/ai (@​ai-sdk/anthropic)

v4.0.39

Patch Changes
  • 4579b08: Preserve Anthropic server-tool caller metadata in multi-turn conversations.

v4.0.38

Patch Changes

v4.0.37

Compare Source

Patch Changes
vercel/ai (@​ai-sdk/gateway)

v4.0.52

Compare Source

Patch Changes
  • 16650e9: feat(google): add gemini-3.7-flash model

v4.0.51

Compare Source

Patch Changes
  • ea75787: Serialize structured Gateway error responses in nested API call error messages.
  • b20de9e: chore(provider/gateway): update gateway model settings files

v4.0.50

Patch Changes
  • a4d386d: feat(xai): add the Grok 4.6 model IDs and support its xhigh reasoning effort

v4.0.49

Patch Changes

v4.0.48

Patch Changes
  • 3cc1bb6: chore(provider/gateway): update gateway model settings files

v4.0.47

Compare Source

Patch Changes
vercel/ai (@​ai-sdk/vue)

v4.0.66

Compare Source

Patch Changes
  • Updated dependencies [0782259]
  • Updated dependencies [2fd1214]
    • ai@​7.0.66

v4.0.65

Compare Source

Patch Changes
  • Updated dependencies [dc8caae]
  • Updated dependencies [72ec74f]
  • Updated dependencies [c5b0515]
    • ai@​7.0.65

v4.0.64

Compare Source

Patch Changes
  • ai@​7.0.64

v4.0.63

Compare Source

Patch Changes
  • Updated dependencies [d0a5807]
  • Updated dependencies [dcf33e8]
    • ai@​7.0.63

v4.0.62

Patch Changes
  • e0bcf52: feat(ui): add typed custom bodies to Completion APIs
  • Updated dependencies [e0bcf52]
    • ai@​7.0.62

v4.0.61

Patch Changes

v4.0.60

Patch Changes
  • Updated dependencies [79c52ef]
    • ai@​7.0.60

v4.0.59

Compare Source

Patch Changes
nuxt-modules/mcp-toolkit (@​nuxtjs/mcp-toolkit)

v0.19.0

Compare Source

What's Changed

Features 🚀
  • feat(module): honor X-MCP-Tools header to subset the tool catalog by @​HugoRCD in #​319
Bug Fixes 🐞
Dependency Updates 📦

Full Changelog: https://github.com/nuxt-modules/mcp-toolkit/compare/@nuxtjs/mcp-toolkit@0.18.1...@​nuxtjs/mcp-toolkit@0.19.0

victorgarciaesgi/regle (@​regle/core)

v1.29.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.29.0

Compare Source

   🚀 Features
    View changes on GitHub
shikijs/shiki (@​shikijs/types)

v4.4.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
kane50613/takumi (@​takumi-rs/core)

v2.9.2

Treat the synthetic HTML root as a block container

Markup written in a template literal carries whitespace either side, which parsed into text roots. The synthetic root that holds them was inline, so the leading one kept a line box and pushed the content down the page. It is a block container now, the way <body> is, and fromHtml drops the whitespace roots the way the Rust crate already did.

v2.9.1

Close the gap between two boxes on a fractional parent

A box's position snapped to the pixel grid against its parent while its size snapped against the page. A parent sitting on a fraction, such as a container padded in points, pushed the two apart and left a hairline of background between boxes that should meet.

v2.7.0

Restore JPEG, WebP and GIF decoding

takumi disables takumi-core's default features and never re-enables image decoding, so every build decoded PNG and ICO only. A WebP source failed with The image format could not be determined. image-decoding is now a takumi feature as well, on by default, and it splits into jpeg, webp and gif for a build that wants one format and not the others. The napi and wasm bindings turn it on too.

v2.6.0

Route shared codepoints to the subset that declares them

A Google Fonts subset encodes more than the unicode-range it was cut for, and the Cyrillic and Greek ones also carry the ASCII space and the Latin capitals. Selection took the first subset whose glyphs covered a character, in family-name order, so those codepoints left the Latin subset and every word split into separate runs. Subsets now rank by the range they declare, lowest first.

unjs/unhead (@​unhead/vue)

v3.3.2

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
vercel/ai (ai)

v7.0.66

Compare Source

Patch Changes
  • 0782259: Keep chat status submitted until response content begins streaming.
  • 2fd1214: Fix declaration emit for exported values that infer an Output type.

v7.0.65

Compare Source

Patch Changes
  • dc8caae: Avoid repeatedly cloning accumulated text in readUIMessageStream while
    preserving independent snapshots for mutable nested values.
  • 72ec74f: Preserve root-level JSON Schema definitions when wrapping array output schemas.
  • c5b0515: Propagate errors thrown by the Chat onFinish callback to the initiating request.
  • Updated dependencies [16650e9]

v7.0.64

Compare Source

Patch Changes

v7.0.63

Compare Source

Patch Changes
  • d0a5807: Preserve reasoning block IDs from UI message streams on reasoning UI parts.
  • dcf33e8: Allow providers without reranking model support to be assigned to Provider.
  • Updated dependencies [a4d386d]

v7.0.62

Patch Changes
  • e0bcf52: feat(ui): add typed custom bodies to Completion APIs

v7.0.61

Patch Changes

v7.0.60

Patch Changes
  • 79c52ef: Align ToolLoopAgent prepareCall types with the settings available and honored at runtime.
  • Updated dependencies [3cc1bb6]

v7.0.59

Compare Source

Patch Changes
Rich-Harris/magic-string (magic-string)

v1.2.0

Compare Source

Features
  • introduce MagicStringError with concise, consistent messages (#​324) (57080e7)

1.1.1 (2026-08-12)

Bug Fixes

v1.1.1

Compare Source

Features
  • introduce MagicStringError with concise, consistent messages (#​324) (57080e7)

1.1.1 (2026-08-12)

Bug Fixes
motiondivision/motion-vue (motion-v)

v2.4.0

Compare Source

   🚀 Features
    View changes on GitHub
nuxt-modules/og-image (nuxt-og-image)

v6.7.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v6.7.7

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
harlan-zw/nuxt-schema-org (nuxt-schema-org)

v6.2.9

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
unjs/ohash (ohash)

v2.0.12

Compare Source

compare changes

🔥 Performance
  • serialize: Faster object entries serialization (#​140)
  • serialize: Faster serialization of objects and classes (#​141)
  • diff: Fused single-pass traversal (#​195)
🩹 Fixes
  • serialize: Compare strings without localeCompare (1d9402e)
  • utils: Diff falsy primitive values (#​196)
📖 Documentation
  • Fixed important callout in README (#​143)
  • Fix diff example and document v1 objectHash migration (#​200)
  • Fix diff usage example and stale opts param (#​197)
📦 Build
🏡 Chore
✅ Tests
  • serialize: Added tests for more built-in types (#​146)
❤️ Contributors
pnpm/pnpm (pnpm)

v11.22.0

Compare Source

v11.21.0: pnpm 11.21

Compare Source

Minor Changes

  • Added interactive group selection to pnpm update --global --interactive.

  • Running pnpm setup, pnpm self-update, or a command that modifies the global installation (such as pnpm add --global) through sudo now prints a warning. pnpm keeps global packages and configuration in the invoking user's home directory, so running these commands as root silently operates on the root user's home directory instead of yours. They will fail with ERR_PNPM_SUDO_NOT_SUPPORTED in pnpm v12. Read-only global commands (such as pnpm bin --global) are unaffected.

Patch Changes

  • Fixed pnpm failing to start under asynchronous Node.js module loaders when no .pnpmfile.mjs exists pnpm/pnpm#11701.

  • Fixed minimumReleaseAge fallback for custom dist-tags so the selected version does not exceed the registry’s original tag target.

  • Removing a dependency from package.json and reinstalling no longer re-resolves the dependency graph. The importer's entry is dropped from pnpm-lock.yaml, anything it made unreachable is pruned, and a catalog entry that loses its last referent is removed — all without registry access. Installs still fall back to a full resolution when a package that stays resolves a peer dependency through the removed one, since that would change the surviving package's entry rather than only prune.

  • Changing a catalog entry to a different exact version no longer re-resolves the dependency graph. The package is replaced in pnpm-lock.yaml directly, reusing the same check the pnpm.overrides fast path applies: every locked dependency of the package must still satisfy the new version's manifest. Installs fall back to a full resolution when anything other than the catalog reaches the package — an importer that depends on it directly, or another package that depends on it — since the graph would then need both versions.

  • Fixed a CI regression where github:owner/repo dependencies (and other shorthand Git specifiers) would fail to install with Permission denied (publickey) on CI runners that lack SSH keys. The Git resolver no longer records an SSH URL unless the user explicitly wrote one (e.g. git+ssh:// or git@host:...):

    • The repository visibility probe (an HTTP HEAD request) now retries transient failures such as 429 Too Many Requests, so host throttling of CI runners is no longer mistaken for a private repository.
    • For non-SSH specifiers, anonymous HTTPS git ls-remote access is now tried before SSH, so a public repository whose visibility probe fails still resolves to a portable HTTPS URL instead of an SSH URL that only works where SSH keys are configured.
    • When every probe fails, the resolver falls back to HTTPS for shorthand and HTTPS-style specifiers, and only guesses SSH when the user explicitly provided an SSH URL.
    • A repository that could not be confirmed public is no longer resolved to the host's anonymous archive URL (e.g. codeload.github.com, which would fail to download for a private repository); it stays a regular git resolution so installs can use ambient Git credentials such as credential helpers and tokens.

    Note that a private repository that is reachable both over authenticated HTTPS and over SSH now resolves to its HTTPS URL, where previous versions recorded the SSH URL.

    Fixes pnpm/pnpm#13276.

  • ng build and nuxt build now work under the global virtual store: pnpm's built-in compatibility extensions add the tslib dependency that @angular/build uses without declaring and the unplugin dependency that @nuxt/vite-builder v4 uses without declaring.

  • Fixed link: dependencies under enableGlobalVirtualStore so linked children are materialized and slots remain isolated by their resolved link targets.

  • An install that skips resolution because pnpm-lock.yaml is already up to date now reacts fully to packages the lockfile removed — for example after pulling a lockfile in which a dependency was deleted. The hoist layer is recomputed, so a package that became hoistable when a direct dependency was removed is hoisted, and pendingBuilds entries for removed packages are dropped instead of staying pending forever.

  • The held-back-update warning printed by pnpm update no longer fires when minimumReleaseAge is the actual reason a newer version was not picked. The warning's baseline now applies the same maturity cutoff as the pick itself, so it no longer wrongly attributes the hold-back to "your manifests and already installed dependencies" or recommends an override that would defeat the age gate. See #​13071.

  • Checking whether ignoredOptionalDependencies is up to date no longer reorders the configured patterns. The check sorted them in place, which could move an ! exclusion ahead of the pattern it excludes from and flip which optional dependencies were ignored.

  • Changing autoInstallPeers, dedupePeers, peersSuffixMaxLength, excludeLinksFromLockfile, or injectWorkspacePackages no longer re-resolves the dependency graph when the lockfile proves the setting cannot affect it: no package or project declares a peer dependency for the peer settings, and no project depends on a directory or on another workspace project for the link and injection settings. The new setting is recorded in pnpm-lock.yaml and the install proceeds from the existing resolution. Every other case still falls back to a full resolution.

  • Adding, editing, or removing an entry in patchedDependencies no longer re-resolves the dependency graph. Resolution never reads a patch — it only records the patch file's hash against the package it matches — so the install now rewrites the affected entries in pnpm-lock.yaml and materializes the patched package from the store instead. Installs still fall back to a full resolution when the patched package is reachable as a peer dependency, and when the new configuration would leave a patch unused while allowUnusedPatches is off, so ERR_PNPM_UNUSED_PATCH is still reported.

  • Resolving a private git repository no longer blocks on an interactive credential prompt: git ls-remote now fails fast with an authentication error when git has no credentials for the repository #​13522.

  • Lockfile verification now honors offline mode by using cached registry metadata instead of reaching the registry. When the required metadata is not available locally, verification reports the same ERR_PNPM_NO_OFFLINE_META condition used by offline resolution.

  • POSIX shell shims now follow symbolic links before computing basedir, preventing execution failures when a shim is invoked via an external symlink on PATH #​13405.

  • The automatic packageManager version switch works again on registries whose tarball URLs point at a different host than the registry itself (load-balanced feed proxies, Artifactory-style mirrors). Package-manager entries are now always recorded with integrity-only resolutions — the download URL is derived from the trusted bootstrap registry instead — and entries persisted in an invalid shape by an earlier pnpm are discarded and re-resolved instead of failing every command #​13619.

  • Registries that serve no npm signature metadata (private mirrors and feed proxies commonly strip dist.signatures) no longer break the automatic packageManager version switch and pnpm self-update #​13147. When the configured registry cannot provide a verifiable signature, pnpm now fetches the signature from registry.npmjs.org and verifies it against the same embedded npm keys over the installed integrity — which proves exactly the same thing. If no signature can be obtained from either source (for example, both are unreachable, or the registry publishes only a shasum), pnpm proceeds with a warning instead of failing, but only when the packages resolve through a registry configured in the user's own (non-project) configuration; the download stays pinned by the lockfile integrity, and a signature that exists but does not validate still fails the switch.

  • pnpm fetch, and any install run with virtualStoreOnly, no longer writes a .pnp.cjs loader under nodeLinker: pnp. These installs populate the virtual store without linking the project, so the loader would have claimed the project resolves out of a store it was never linked into. The importer links and node_modules/.package-map.json were already skipped; the PnP loader now follows the same rule.

  • Prevent pnpm from removing project files when modulesDir resolves to the project root.

  • Speed up installs after adding ignoredOptionalDependencies patterns by removing newly ignored optional dependencies and pruning packages that are no longer reachable without resolving the dependency graph again.

  • When a failed install re-copies a bin script from the store, rerunning pnpm install now reapplies the executable bit to the bin instead of leaving it non-executable #​12742.

  • pnpm root -g and pnpm bin -g now print warnings to stderr instead of stdout, so their stdout stays a clean, machine-readable path. Previously, running either command with --global in a project that pins a package manager (e.g. via the packageManager field) printed a warning like [WARN] Using --global skips the package manager check for this project ahead of the path, breaking programs that capture the output as a path #​13672.

    In pnpm 12, pnpm root -g and pnpm prefix -g are now supported (they previously failed with ERR_PNPM_CLI_ROOT_GLOBAL_UNSUPPORTED / ERR_PNPM_CLI_PREFIX_GLOBAL_UNSUPPORTED), and the reporter output of dlx, create, config, sbom, with, store, prefix, root, and bin goes to stderr, matching pnpm 11.

  • pnpm setup no longer makes Node.js print a MODULE_TYPELESS_PACKAGE_JSON warning about dist/worker.js on every command. The package.json it writes next to a standalone executable now declares "type": "module".

  • pnpm update without saving no longer records a version that the manifest's range excludes. The kept range stays authoritative: a requested version outside it is skipped with a warning, and a requested range, a dist tag, or --latest resolves within it instead of past it. Previously each of these could write a lockfile entry that contradicted its own specifier, which the next pnpm install --frozen-lockfile rejected with ERR_PNPM_OUTDATED_LOCKFILE #​12764.

  • pnpm version -r --json now outputs [] instead of human-readable text when no pending changes exist pnpm/pnpm#13217.

Platinum Sponsors

Bit
OpenAI

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Stackblitz
Workleap Nx
vuejs/language-tools (vue-component-meta)

v3.3.10

Compare Source

language-core
  • fix: ignore trailing whitespace after generic parameter commas - Thanks to @​KazariEX!
  • fix: resolve v-for item type over generic sources (#​6141) - Thanks to @​serkodev!
  • fix: do not extract SFC blocks across inline Markdown code (#​6145) - Thanks to @​lazerg!
language-service
  • fix: serialize template data provider access across concurrent requests (#​6154) - Thanks to @​serkodev!
tsc
  • fix: support different extension sets across project references (#​6146) - Thanks to @​lazerg!
typescript-plugin
  • fix: resolve requests agains

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Europe/Paris)

  • Branch creation
    • Between 06:00 AM and 09:59 AM, only on Monday (* 6-9 * * 1)
  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from benjamincanac as a code owner August 17, 2026 07:55
@github-actions github-actions Bot added the v4 #4488 label Aug 17, 2026
@codspeed-hq

codspeed-hq Bot commented Aug 17, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 31 untouched benchmarks


Comparing renovate/all-minor-patch (7e88076) with v4 (08e7531)

Open in CodSpeed

@pkg-pr-new

pkg-pr-new Bot commented Aug 17, 2026

Copy link
Copy Markdown
npm i https://pkg.pr.new/@nuxt/ui@6849

commit: 7e88076

@benjamincanac
benjamincanac merged commit 6bcc97a into v4 Aug 17, 2026
27 checks passed
@benjamincanac
benjamincanac deleted the renovate/all-minor-patch branch August 17, 2026 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

v4 #4488

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant