Skip to content

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

Merged
benjamincanac merged 10 commits into
v4from
renovate/all-minor-patch
Aug 10, 2026
Merged

chore(deps): update all non-major dependencies#6794
benjamincanac merged 10 commits into
v4from
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Aug 3, 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 Type Update Pending
@ai-sdk/anthropic (source) ^4.0.21^4.0.36 age confidence dependencies patch
@ai-sdk/gateway (source) ^4.0.28^4.0.46 age confidence dependencies patch
@ai-sdk/vue (source) ^4.0.37^4.0.58 age confidence dependencies patch
@comark/vue (source) ^0.5.1^0.6.2 age confidence dependencies minor
@iconify-json/logos ^1.2.11^1.2.12 age confidence dependencies patch
@iconify-json/lucide ^1.2.120^1.2.122 age confidence devDependencies patch 1.2.123
@iconify-json/lucide ^1.2.120^1.2.122 age confidence dependencies patch 1.2.123
@iconify-json/simple-icons ^1.2.92^1.2.93 age confidence dependencies patch
@iconify-json/vscode-icons ^1.2.67^1.2.70 age confidence dependencies patch
@internationalized/date (source) ^3.12.2^3.12.3 age confidence dependencies patch
@nuxt/eslint-config (source) ^1.16.0^1.17.0 age confidence devDependencies minor
@​nuxt/icon ^2.3.1^2.5.0 age confidence dependencies minor
@nuxt/image (source) ^2.0.0^2.1.0 age confidence dependencies minor
@nuxtjs/mcp-toolkit (source) ^0.18.0^0.18.1 age confidence dependencies patch
@nuxtjs/mdc ^0.22.2^0.23.0 age confidence dependencies minor
@regle/core (source) ^1.28.4^1.28.5 age confidence dependencies patch
@regle/rules (source) ^1.28.4^1.28.5 age confidence dependencies patch
@shikijs/types (source) ^4.3.1^4.4.2 age confidence devDependencies minor 4.4.3
@takumi-rs/core (source) ^2.5.4^2.5.11 age confidence dependencies patch 2.6.1 (+1)
@tanstack/vue-virtual (source) ^3.13.34^3.13.35 age confidence dependencies patch
@unhead/vue (source) ^3.2.3^3.3.1 age confidence dependencies minor
@vueuse/core (source) ^14.3.0^14.4.0 age confidence dependencies minor
@vueuse/integrations (source) ^14.3.0^14.4.0 age confidence dependencies minor
@vueuse/nuxt (source) ^14.3.0^14.4.0 age confidence dependencies minor
@vueuse/shared (source) ^14.3.0^14.4.0 age confidence dependencies minor
ai (source) ^7.0.37^7.0.58 age confidence dependencies patch
ai (source) ^7.0.37^7.0.58 age confidence devDependencies patch
eslint (source) ^10.8.0^10.8.1 age confidence devDependencies patch
happy-dom ^20.11.1^20.11.2 age confidence devDependencies patch
node 2424.19.0 age confidence uses-with minor
nuxt-og-image (source) ^6.7.4^6.7.6 age confidence dependencies patch
nuxt-schema-org (source) ^6.2.7^6.2.8 age confidence dependencies patch 6.2.9
pnpm (source) 11.17.011.20.0 age confidence packageManager minor 11.21.0
shiki (source) ^4.3.1^4.4.2 age confidence dependencies minor 4.4.3
tailwind-variants ^3.2.2^3.3.1 age confidence dependencies minor
unplugin-auto-import ^21.0.0^21.1.0 age confidence dependencies minor
vite (source) ^8.1.5^8.2.1 age confidence devDependencies minor
vue (source) ^3.5.40^3.5.41 age confidence dependencies patch
vue (source) ^3.5.40^3.5.41 age confidence devDependencies patch
vue-component-meta (source) ^3.3.8^3.3.9 age confidence dependencies patch
vue-component-type-helpers (source) ^3.3.8^3.3.9 age confidence dependencies patch
vue-tsc (source) ^3.3.8^3.3.9 age confidence devDependencies patch

Release Notes

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

v4.0.36

Compare Source

Patch Changes

v4.0.35

Compare Source

Patch Changes

v4.0.34

Compare Source

Patch Changes
  • e6415bd: feat(anthropic): add text batch support

v4.0.33

Compare Source

Patch Changes

v4.0.32

Compare Source

Patch Changes
  • 8b96941: Reject spliced Anthropic generations while allowing duplicate message start events for the active message.

v4.0.30

Compare Source

Patch Changes

v4.0.29

Compare Source

Patch Changes

v4.0.28

Compare Source

Patch Changes

v4.0.27

Compare Source

Patch Changes

v4.0.26

Compare Source

Patch Changes

v4.0.25

Compare Source

Patch Changes

v4.0.24

Compare Source

Patch Changes

v4.0.23

Compare Source

Patch Changes

v4.0.22

Compare Source

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

v4.0.46

Compare Source

Patch Changes

v4.0.45

Compare Source

Patch Changes

v4.0.44

Compare Source

Patch Changes
  • 89080c8: feat (provider/gateway): support the async video operation flow (doStart/doStatus) on the v4 video model

  • 89080c8: fix (ai/gateway): make retried doStart calls idempotent

    generateVideo retries doStart, which creates a billable generation, so a
    retry after a lost response could start a second one. It now mints one
    idempotency token per logical start — outside the retry closure — and forwards it
    as an idempotency-key header, so a provider that deduplicates (the Vercel AI
    Gateway does) sees the same key on every attempt. GatewayVideoModel simply
    forwards the caller's headers rather than inferring retry identity from an
    options object, which would collide across unrelated calls.

v4.0.43

Compare Source

Patch Changes

v4.0.42

Compare Source

Patch Changes

v4.0.41

Compare Source

Patch Changes

v4.0.40

Compare Source

Patch Changes

v4.0.39

Compare Source

Patch Changes

v4.0.38

Compare Source

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

v4.0.37

Compare Source

Patch Changes
  • bdd5e28: feat(provider/gateway): support 'vision' (image input) in the has provider option

v4.0.36

Compare Source

Patch Changes

v4.0.35

Compare Source

Patch Changes
  • 4f2e064: chore(provider/gateway): update gateway model settings files

v4.0.34

Compare Source

Patch Changes

v4.0.33

Compare Source

Patch Changes

v4.0.32

Compare Source

Patch Changes

v4.0.31

Compare Source

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

v4.0.30

Compare Source

Patch Changes

v4.0.29

Compare Source

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

v4.0.58

Compare Source

Patch Changes

v4.0.57

Compare Source

Patch Changes

v4.0.56

Compare Source

Patch Changes
  • Updated dependencies [25c9120]
  • Updated dependencies [89080c8]
  • Updated dependencies [79d6195]
    • ai@​7.0.56

v4.0.55

Compare Source

Patch Changes

v4.0.54

Compare Source

Patch Changes
  • Updated dependencies [a6b17a2]
  • Updated dependencies [5615eb7]
  • Updated dependencies [36a3ff6]
    • ai@​7.0.54

v4.0.52

Compare Source

Patch Changes

v4.0.51

Compare Source

Patch Changes

v4.0.50

Compare Source

Patch Changes

v4.0.49

Compare Source

Patch Changes
  • ai@​7.0.49

v4.0.48

Compare Source

Patch Changes
  • ai@​7.0.48

v4.0.47

Compare Source

Patch Changes

v4.0.46

Compare Source

Patch Changes
  • ai@​7.0.46

v4.0.45

Compare Source

Patch Changes

v4.0.44

Compare Source

Patch Changes
  • Updated dependencies [015acb4]
    • ai@​7.0.44

v4.0.43

Compare Source

Patch Changes

v4.0.42

Compare Source

Patch Changes

v4.0.41

Compare Source

Patch Changes
  • Updated dependencies [2e2224b]
    • ai@​7.0.41

v4.0.40

Compare Source

Patch Changes
  • Updated dependencies [c3782a6]
    • ai@​7.0.40

v4.0.39

Compare Source

Patch Changes

v4.0.38

Compare Source

Patch Changes
comarkdown/comark (@​comark/vue)

v0.6.2: @​comark/nuxt v0.6.2

Compare Source

0.6.2 (2026-08-07)

v0.6.1: @​comark/nuxt v0.6.1

Compare Source

Check out full release notes: https://github.com/comarkdown/comark/releases/tag/comark%400.6.1

v0.6.0: @​comark/nuxt v0.6.0

Compare Source

[!WARNING]
@​comark/nuxt 0.6.0 is a breaking release.

Check out full release notes and predefined prompt for easy upgrade: https://github.com/comarkdown/comark/releases/tag/comark%400.6.0

adobe/react-spectrum (@​internationalized/date)

v3.12.3

Compare Source

nuxt/eslint (@​nuxt/eslint-config)

v1.17.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
nuxt/image (@​nuxt/image)

v2.1.0

Compare Source

v2.1.0 is the next minor release.

👀 Highlights

Nuxt Image 2.1 ships eight new image providers, a major upgrade to our image processing engine, and a bunch of fixes across existing providers.

🖼️ IPX v4

Under the hood, we've upgraded to IPX v4 which brings significant improvements:

  • Smaller bundles: IPX is now ESM-only with reduced dependency size
  • Stronger SVG security: SVG sanitization now always runs, regardless of optimization settings. This fixes a potential XSS vector where svgo: false would return untouched SVGs. The sanitizer now removes SMIL attribute injection, foreign content (<foreignObject>, <iframe>, etc.), and unsafe URIs across all elements
  • New image modifiers: opacity, brightness, saturation, hue, lightness, autoorient, dilate, erode, clahe, and linear
  • Better error messages: Invalid modifier arguments now return 400 errors with clear messages instead of cryptic 500s
  • Custom URL parsing: IPX now supports custom URL formats via the parseURL option
🌐 New Providers

This release adds support for eight new image optimization services:

🔧 Provider Improvements
  • Directus: Added support for sharp transforms and a key modifier for named presets (#​2207)
  • Sanity: Support for absolute URLs with automatic project/dataset extraction (#​2274), and a configurable baseURL for custom CDN setups (#​2273)
  • AWS Amplify & Vercel: minimumCacheTTL is now configurable (#​2278)
📦 Type Exports

NuxtImgProps and NuxtPictureProps are now exported from the runtime, making it easier to type your own components that wrap <NuxtImg> or <NuxtPicture> (#​2115).

import type { NuxtImgProps, NuxtPictureProps } from '#image'

👉 Changelog

compare changes

🚀 Enhancements
  • deps: migrate to ipx v4 (#​2094)
  • provider: add EdgeOne Pages provider (#​2173)
  • imgproxy: add provider (#​2117)
  • directus: add sharp transforms & key modifier (#​2207)
  • sanity: support absolute URLs with project and dataset extraction (#​2274)
  • awsAmplify,vercel: make minimumCacheTTL configurable (#​2278)
  • sanity: add configurable baseURL option to Sanity provider (#​2273)
  • runtime: export Picture and Image props types (#​2115)
  • umbraco: add image provider (#​2165)
  • flyimg: add Flyimg built-in provider (#​2125)
  • cloudflareimages: add new provider (#​2100)
  • builderio: add Builder.io Image API provider (#​2050)
  • picsum: add Lorem Picsum placeholder image provider (#​2106)
  • supabase: add image provider (#​2027)
🩹 Fixes
  • flyimg: encode all # characters in color values (137ee63)
  • remove duplicated provider key in generated image options (#​2279)
  • nuxt-picture: align preload link type with unhead v3 (#​2254)
  • github: set max size of 460 (7e561f6)
  • umbraco: shallow clone modifiers before modifying (237e480)
  • cloudflare: add baseURL for urls with no operations (#​2162)
  • nuxt-img: set imagesrcset preload when densities are set w/o sizes (#​2176)
  • fastly: handle absolute URLs and merge preexisting query params (#​2140)
  • ipx: merge user-defined runtimeConfig.ipx with defaults (#​2134)
  • directus: add withoutEnlargement modifier type (#​2133)
  • shopify: merge preexisting query params with modifiers (#​2135)
  • reduce max-width breakpoint values by 1px (#​2132)
  • netlifyImageCdn,netlifyLargeMedia: set netlify remote_images config (#​2086)
  • deduplicate formats (#​2038)
  • sanitise custom provider import names (#​2092)
  • guard access from layer.config.image (23b8cef)
  • bunny: merge query params with existing image src (#​2054)
  • do not shadow custom provider types with builtins (#​2016)
  • nuxt-picture: allow data-* in imgAttrs (#​2017)
  • resolve public/ dir in relation to rootDir (3e07761)
📖 Documentation
  • sanity: document baseURL option (6f59ab1)
  • shopify: update NuxtImg syntax to use v-bind for modifiers (#​2277)
  • update list of auto-detected providers (#​2147)
  • add sharp cross-platform installation section (#​2142)
  • add preload example for NuxtImg (#​2124)
  • exempt patterns from cf _routes.json (#​2136)
  • update placeholder attributes in <NuxtImg /> example (#​2074)
  • add nuxt.care health badge ([`93d

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 3, 2026 08:23
@github-actions github-actions Bot added the v4 #4488 label Aug 3, 2026
@socket-security

socket-security Bot commented Aug 3, 2026

Copy link
Copy Markdown

@codspeed-hq

codspeed-hq Bot commented Aug 3, 2026

Copy link
Copy Markdown

Merging this PR will improve performance by 11.73%

⚠️ Different runtime environments detected

Some benchmarks with significant performance changes were compared across different runtime environments,
which may affect the accuracy of the results.

Open the report in CodSpeed to investigate

⚡ 1 improved benchmark
✅ 30 untouched benchmarks

Performance Changes

Benchmark BASE HEAD Efficiency
UButton (no link) 35.1 ms 31.5 ms +11.73%

Tip

Curious why this is faster? Comment @codspeedbot explain why this is faster on this PR, or directly use the CodSpeed MCP with your agent.


Comparing renovate/all-minor-patch (51cd7d7) with v4 (e7b126b)

Open in CodSpeed

@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 76345ec to d175502 Compare August 3, 2026 08:42
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from d175502 to 579fd54 Compare August 3, 2026 17:47
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 579fd54 to 325e77b Compare August 4, 2026 03:47
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 325e77b to 0dd39f8 Compare August 4, 2026 08:42
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 0dd39f8 to 505e2d0 Compare August 4, 2026 19:47
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 505e2d0 to 599ea12 Compare August 4, 2026 23:44
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 599ea12 to 674d540 Compare August 5, 2026 03:04
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 674d540 to 82e9c2a Compare August 5, 2026 07:00
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 82e9c2a to a9bf2b1 Compare August 5, 2026 12:17
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from a9bf2b1 to ee5738a Compare August 6, 2026 03:18
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from ee5738a to b4c5d40 Compare August 6, 2026 07:11
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from b4c5d40 to 1fdb82d Compare August 6, 2026 16:03
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 1fdb82d to 0fba0d0 Compare August 7, 2026 02:47
Invoking a tv() result is 18 to 103x slower in 3.3.x, see the override comment.
Also exempt @nuxt/* from pnpm's minimum release age window to match the
renovate preset which proposes Nuxt org packages immediately on release.
@renovate

renovate Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@pkg-pr-new

pkg-pr-new Bot commented Aug 10, 2026

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

commit: 51cd7d7

0.23.0 ships no .vue files, all 29 were replaced by mangled .d.vue.ts
declarations, so every page importing MDC fails to resolve at build time.
2.1.0 depends on ipx 4.0.0-beta.1, which pulls a second sharp alongside
0.34.5. The docs prerender dies without an error as soon as it reaches
the /_ipx routes, so Vercel finds no output directory.
@benjamincanac
benjamincanac merged commit 229b64f into v4 Aug 10, 2026
25 checks passed
@benjamincanac
benjamincanac deleted the renovate/all-minor-patch branch August 10, 2026 13:13
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