Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 5, 2025

This PR contains the following updates:

Package Change Age Confidence
@iconify-json/simple-icons ^1.2.52 -> ^1.2.54 age confidence
@nuxt/ui (source) 4.0.0-alpha.2 -> 4.0.1 age confidence
@types/node (source) ^24.5.2 -> ^24.7.2 age confidence
eslint (source) ^9.35.0 -> ^9.37.0 age confidence
jiti ^2.5.1 -> ^2.6.1 age confidence
motion-v ^1.7.1 -> ^1.7.2 age confidence
nitropack ^2.12.6 -> ^2.12.7 age confidence
nuxi (source) ^3.28.0 -> ^3.29.3 age confidence
nuxt (source) ^4.1.2 -> ^4.1.3 age confidence
pnpm (source) 10.17.0 -> 10.18.3 age confidence
shiki (source) ^3.12.2 -> ^3.13.0 age confidence
tailwindcss (source) ^4.1.13 -> ^4.1.14 age confidence
typescript (source) ^5.9.2 -> ^5.9.3 age confidence
vue (source) ^3.5.21 -> ^3.5.22 age confidence
vue-router (source) ^4.5.1 -> ^4.6.0 age confidence
vue-tsc (source) ^3.0.7 -> ^3.1.1 age confidence

Release Notes

nuxt/ui (@​nuxt/ui)

v4.0.1

Compare Source

Bug Fixes
  • App: allow global portal disabling (#​5111) (7659fa1)
  • AuthForm: export type with proper inference for field-specific props (#​5106) (344f269)
  • Avatar: remove redundant img role (066b8a1), closes #​5044
  • Carousel: ensure plugins init after client-side navigation (#​5117) (21fbe63)
  • Carousel: invert arrow keys in RTL direction (#​5072) (fde53ee)
  • ChatMessages: ensure content is render before scrolling (0db622a)
  • ChatMessages: watch deep to handle streaming with parts (ff67fa3)
  • components: add missing data-orientation for consistency (a9fe7c6)
  • ContentNavigation: improve path matching and recursion with default-open (22ee075), closes #​5112
  • ContentSearch/DashboardSearch: proxy modal props to support fullscreen (095a0c1)
  • DashboardPanel/DashboardSidebar: handle RTL mode (#​5109) (fface35)
  • Drawer: prevent unwanted close when dismissible is false (#​5085) (2abdc21)
  • Drawer: use full height/width for snapPoints (#​5041) (b145768)
  • locale: improve ckb translations (#​5079) (3ee3a5e)
  • locale: improve typography with ellipsis (#​5052) (391f9f5)
  • Pagination: make ellipsis non-interactive (#​5081) (62f64cc)
  • Table: empty cell value causing hydration errors (#​5069) (44a38ea)
  • unplugin: handle components resolution with subpath (31db8d9)
  • useKbd: update escape key from to Esc (#​5076) (64d1589)
  • vue: align useCookie stub with nuxt's default value handling (#​5089) (f531807)

v4.0.0

Compare Source

v4.0.0-beta.0

Compare Source

Bug Fixes
eslint/eslint (eslint)

v9.37.0

Compare Source

v9.36.0

Compare Source

unjs/jiti (jiti)

v2.6.1

Compare Source

compare changes

🩹 Fixes
  • interop: Only passthrough default if it is not a promise (#​408)
📦 Build
  • Revert to terser-webpack-plugin (#​407)
🏡 Chore
❤️ Contributors

v2.6.0

Compare Source

compare changes

🔥 Performance
  • Lazy load babel transform (#​405)
🩹 Fixes
  • cjs-interop: Handle function default exports (#​396)
  • Always use native for node: specifiers (#​392)
📦 Build
🏡 Chore
✅ Tests
  • Update deno and bun native test ignores (df844f8)
  • New bench script (6404427)
❤️ Contributors
  • Pooya Parsa (@​pi0)
  • Volodymyr Kolesnykov (@​sjinks)
  • Jungwoo LEE <jungwoo3490@​naver.com>
motiondivision/motion-vue (motion-v)

v1.7.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
nitrojs/nitro (nitropack)

v2.12.7

Compare Source

compare changes

🩹 Fixes
  • vercel: Always add url to src regex for isr routes (#​3595)
📦
  • Updated dependencies (diff)
❤️ Contributors
nuxt/cli (nuxi)

v3.29.3

Compare Source

👉 Changelog

compare changes

🩹 Fixes
  • dev: Skip sending headers if they are already sent (4509643)
  • dev: Handle multiple set-cookie headers correctly (#​1079)
  • dev: Handle more kinds of fetch errors (#​1076)
❤️ Contributors

v3.29.2

Compare Source

👉 Changelog

compare changes

🩹 Fixes
  • Polyfill process.getBuiltinModule (fa5d5e6)
  • dev: Use node pipelining on windows (#​1072)
🏡 Chore
🤖 CI
  • Write pr number to artifact (5e9adc2)
  • Debug artifact paths (5316bd4)
  • Resolve statsDir + move checkout earlier (c94e144)
  • Remove packages/ dir from size parsing script (5b3d7a3)
❤️ Contributors

v3.29.1

Compare Source

👉 Changelog

compare changes

🩹 Fixes
  • dev: Use existing nuxt options to resolve versions (646b777)
🏡 Chore
🤖 CI
  • Split out comment into workflow_run (ad1e0d8)
  • Extract script from workflow (f2dbebd)
  • Setup latest node for size comment (0755948)
❤️ Contributors

v3.29.0

Compare Source

👉 Changelog

compare changes

🚀 Enhancements
  • upgrade: Add v3, v4, v3-nightly and v4-nightly channels (#​1019)
  • init: Prefill package.json name field with directory (#​422)
  • build,dev: Add vite and vue version to banner (#​1021)
  • dev: Use web fetch handler rather than proxy (#​1051)
🔥 Performance
  • Refactor for improved tree-shaking in create-nuxt (#​1044)
🩹 Fixes
  • init: Properly check installed modules (#​1043)
  • init: Default to false for installing official modules (0399e22)
  • dev: Close watchers before reloading nuxt (#​1050)
  • build: Avoid unnecessary error (b4f9b1a)
  • dev: Move clear argument default to command definition (#​1054)
  • preview: Move port argument alias to command definition (#​1055)
  • dev: Check mtime before restarting (#​1060)
🏡 Chore
  • Only include codspeed plugin in CI & not on windows (8922f6e)
  • Lint (a1684c0)
✅ Tests
🤖 CI
  • Run tests on last node LTS (eff5062)
  • Always publish nightly releases via pkg-pr-new (cdff4b6)
  • Use npm trusted publishing (b4d7e69)
  • Add codspeed mode (f5a8806)
  • Add provenance action to check for downgrades in provenance (9d390df)
  • Do not run autofix on main branch (4d30d3e)
  • Remove caches from pull_request_target workflows (9c6e9c6)
  • Split size compare workflow into two (f5b207e)
  • Re-combine size compare workflow (3ef0dfe)
❤️ Contributors
nuxt/nuxt (nuxt)

v4.1.3

Compare Source

4.1.3 is a regularly scheduled patch release.

✅ Upgrading

Our recommendation for upgrading is to run:

npx nuxt upgrade --dedupe

This will deduplicate your lockfile as well, and help ensure that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.

👉 Changelog

compare changes

🔥 Performance
  • vite: Use rolldown's replace plugin when applicable (#​33258)
🩹 Fixes
  • kit: Add default values when adding type references in prepare:types hook (#​33239)
  • nuxt: Augment app config in server context (#​33287)
  • nuxt: Make lazy component types compatible with h (#​33046)
  • vite: Deduplicate inlined server style chunks (#​33308)
  • nuxt: Support head option on useHead (#​33318)
  • nuxt: Do not relativise importmap if cdnURL is set (#​33333)
  • nuxt: Resolve aliases in imports.dirs (#​33334)
  • nuxt: Add missing element/vnode props for <NuxtLink> (#​33335)
  • nuxt: Do not generate server placeholder components (#​33345)
  • nuxt: Dedupe generated component names (#​33346)
  • webpack: Test watch instance before closing it (0e5a0a5a0)
  • nuxt: Correctly handle island rendering error (#​33302)
  • nuxt: Support v-slot:fallback longform syntax in <DevOnly> (#​33368)
  • nuxt: Support typeFrom when generating auto-import type templates (#​33373)
  • nuxt: Don't trigger scroll when changing trailing slash (#​33358)
  • nuxt: Add stubs for new scripts from @nuxt/scripts (bed410d60)
  • nuxt: Prevent duplicate execution on key change in useAsyncData (#​33325)
  • nuxt: Make middleware _path property configurable for HMR (#​33379)
  • nuxt: Handle non-immediate useAsyncData with different key on ssr (#​33341)
💅 Refactors
  • nuxt: Improve implementation of error composables (#​33234)
  • nuxt: Resolve path of typed-router.d.ts early for consistency (#​33285)
  • nuxt: Move server references to nitro:prepare:types hook (#​33286)
  • nuxt: Place filename into componentsIslandsTemplate definition (#​33394)
  • nuxt,vite: Use environment-api compatible plugins (#​33403)
📖 Documentation
  • Add 4.x prefix to all internal links (#​33264)
  • Fix more links (#​33265)
  • Update usage instructions for Windows users (#​33284)
  • Update app config paths to use app/app.config.ts (#​33297)
  • Remove d suffix in example (#​33298)
  • Move directory structure to top-level (#​33299)
  • Add information about useFetch reactivity (#​33317)
  • Add more 4.x prefixes in urls (47ea684c7)
  • Lint code samples within docs (#​33271)
  • Remove duplicated documentation from nuxt.config page (b438d44e1)
  • Remove docs for outdated asyncData configuration (3e4a999e6)
  • Note prepare command NODE_ENV behavior (#​33330)
  • Update nuxt command pages (#​33336)
🏡 Chore
✅ Tests
  • nuxt: Set locale to en for nuxt-time tests (#​33343)
  • Double gotoPath timeout in CI (f1e5a2d4c)
🤖 CI
  • Add provenance action to check for downgrades in provenance (5ada6861e)
  • Pass commit sha when triggering ecosystem ci (399df6bab)
❤️ Contributors
pnpm/pnpm (pnpm)

v10.18.3

Compare Source

Patch Changes
  • Fix a bug where pnpm would infinitely recurse when using verifyDepsBeforeInstall: install and pre/post install scripts that called other pnpm scripts #​10060.
  • Fixed scoped registry keys (e.g., @scope:registry) being parsed as property paths in pnpm config get when --location=project is used #​9362.
  • Remove pnpm-specific CLI options before passing to npm publish to prevent "Unknown cli config" warnings #​9646.
  • Fixed EISDIR error when bin field points to a directory #​9441.
  • Preserve version and hasBin for variations packages #​10022.
  • Fixed pnpm config set --location=project incorrectly handling keys with slashes (auth tokens, registry settings) #​9884.
  • When both pnpm-workspace.yaml and .npmrc exist, pnpm config set --location=project now writes to pnpm-workspace.yaml (matching read priority) #​10072.
  • Prevent a table width error in pnpm outdated --long #​10040.
  • Sync bin links after injected dependencies are updated by build scripts. This ensures that binaries created during build processes are properly linked and accessible to consuming projects #​10057.

v10.18.2

Compare Source

Patch Changes
  • pnpm outdated --long should work #​10040.
  • Replace ndjson with split2. Reduce the bundle size of pnpm CLI #​10054.
  • pnpm dlx should request the full metadata of packages, when minimumReleaseAge is set #​9963.
  • pnpm version switching should work when the pnpm home directory is in a symlinked directory #​9715.
  • Fix EPIPE errors when piping output to other commands #​10027.

v10.18.1

Compare Source

Patch Changes
  • Don't print a warning, when --lockfile-only is used #​8320.
  • pnpm setup creates a command shim to the pnpm executable. This is needed to be able to run pnpm self-update on Windows #​5700.
  • When using pnpm catalogs and running a normal pnpm install, pnpm produced false positive warnings for "skip adding to the default catalog because it already exists". This warning now only prints when using pnpm add --save-catalog as originally intended.

v10.18.0

Compare Source

Minor Changes
  • Added network performance monitoring to pnpm by implementing warnings for slow network requests, including both metadata fetches and tarball downloads.

    Added configuration options for warning thresholds: fetchWarnTimeoutMs and fetchMinSpeedKiBps.
    Warning messages are displayed when requests exceed time thresholds or fall below speed minimums

    Related PR: #​10025.

Patch Changes
  • Retry filesystem operations on EAGAIN errors #​9959.
  • Outdated command respects minimumReleaseAge configuration #​10030.
  • Correctly apply the cleanupUnusedCatalogs configuration when removing dependent packages.
  • Don't fail with a meaningless error when scriptShell is set to false #​8748.
  • pnpm dlx should not fail when minimumReleaseAge is set #​10037.

v10.17.1

Compare Source

Patch Changes
  • When a version specifier cannot be resolved because the versions don't satisfy the minimumReleaseAge setting, print this information out in the error message #​9974.
  • Fix state.json creation path when executing pnpm patch in a workspace project #​9733.
  • When minimumReleaseAge is set and the latest tag is not mature enough, prefer a non-deprecated version as the new latest #​9987.
shikijs/shiki (shiki)

v3.13.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.12.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
tailwindlabs/tailwindcss (tailwindcss)

v4.1.14

Compare Source

Fixed
  • Handle ' syntax in ClojureScript when extracting classes (#​18888)
  • Handle @variant inside @custom-variant (#​18885)
  • Merge suggestions when using @utility (#​18900)
  • Ensure that file system watchers created when using the CLI are always cleaned up (#​18905)
  • Do not generate grid-column utilities when configuring grid-column-start or grid-column-end (#​18907)
  • Do not generate grid-row utilities when configuring grid-row-start or grid-row-end (#​18907)
  • Prevent duplicate CSS when overwriting a static utility with a theme key (#​18056)
  • Show Lightning CSS warnings (if any) when optimizing/minifying (#​18918)
  • Use default export condition for @tailwindcss/vite (#​18948)
  • Re-throw errors from PostCSS nodes (#​18373)
  • Detect classes in markdown inline directives (#​18967)
  • Ensure files with only @theme produce no output when built (#​18979)
  • Support Maud templates when extracting classes (#​18988)
  • Upgrade: Do not migrate variant = 'outline' during upgrades (#​18922)
  • Upgrade: Show version mismatch (if any) when running upgrade tool (#​19028)
  • Upgrade: Ensure first class inside className is migrated (#​19031)
  • Upgrade: Migrate classes inside *ClassName and *Class attributes (#​19031)
microsoft/TypeScript (typescript)

v5.9.3

Compare Source

vuejs/core (vue)

v3.5.22

Compare Source

Bug Fixes
Features
  • custom-element: allow specifying additional options for shadowRoot in custom elements (#​12965) (47e628d), closes #​12964
Reverts
  • Revert "fix(hmr): prevent VUE_HMR_RUNTIME from being overwritten by vue runtime in 3rd-party libraries" (#​13925) (6b68f72), closes #​13925
vuejs/router (vue-router)

v4.6.0

Compare Source

Please refer to CHANGELOG.md for details.

vuejs/language-tools (vue-tsc)

v3.1.1

Compare Source

Features
  • feat(language-server): support --tsdk command line arg (#​5691)
Bug Fixes
  • fix(language-core): tolerate non-literal export default (#​5675) - Thanks to @​KazariEX!
  • fix(language-core): use component instance props as fallthrough attributes (#​5686) - Thanks to @​KazariEX!
  • fix(typescript-plugin): determine if variable is Ref by RefSymbol property (#​5687) - Thanks to @​KazariEX!
  • fix(language-core): exclude effect of comments on root node (#​5689) - Thanks to @​KazariEX!
  • fix(typescript-plugin): place __vue__ in project instead of program (#​5690)
  • fix(component-type-helpers): remove deprecated $scopedSlots support for Vue 2
  • fix(language-core): replace markdown links after sfc blocks processing (#​5695) - Thanks to @​KazariEX!
  • fix(language-core): do not report unused error on __VLS_export (#​5696) - Thanks to @​KazariEX!
Other Changes
  • refactor(language-core): reimplement writeGlobalTypes without side effects

v3.1.0

Compare Source

Performance
Other Changes

v3.0.9

Compare Source

Features
  • feat(language-server): support --tsdk command line arg (#​5691)

v3.0.8

Compare Source

Features
  • feat(vscode): introduce vue.server.path setting (#​5647)
Bug Fixes
  • fix(language-core): initialize properties of VueVirtualCode in constructor (#​5635) - Thanks to @​KazariEX!
  • fix(vscode): flatten reactivity visualization decorators (#​5642) - Thanks to @​KazariEX!
  • fix(vscode): normalize reactivity visualization ranges
  • fix(vscode): patch typescriptServerPlugin languages without FS hack
  • fix(language-service): do not provide semantic tokens and document highlights for non-file scheme files (#​5653) - Thanks to @​KazariEX!
Performance
  • perf(typescript-plugin): redo single-file language service for reactivity visualization (#​5652)
Other Changes
  • refactor(typescript-plugin): externalize reactivity analysis logic (#​5645) - Thanks to @​KazariEX!

Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

🚦 Automerge: Enabled.

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.

Copy link

cloudflare-workers-and-pages bot commented Aug 5, 2025

Deploying undocs with  Cloudflare Pages  Cloudflare Pages

Latest commit: d3cf60e
Status:🚫  Build failed.

View logs

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e1de325 to 739d0bb Compare August 6, 2025 09:50
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed Aug 7, 2025
@renovate renovate bot closed this Aug 7, 2025
@renovate renovate bot deleted the renovate/all-minor-patch branch August 7, 2025 10:40
@renovate renovate bot changed the title chore(deps): update all non-major dependencies - autoclosed chore(deps): update all non-major dependencies Aug 11, 2025
@renovate renovate bot reopened this Aug 11, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 211c1c9 to c811b43 Compare August 17, 2025 07:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 32bf78c to ca9c4d2 Compare August 25, 2025 07:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 3316334 to ba4add8 Compare August 31, 2025 11:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 552ff49 to 5f97241 Compare September 4, 2025 18:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from a5d00e7 to 2611d95 Compare September 29, 2025 23:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 02756fd to 49565e5 Compare October 7, 2025 17:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 2664883 to 8f44961 Compare October 11, 2025 18:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8f44961 to d3cf60e Compare October 14, 2025 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants