Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 29, 2025

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Change Age Confidence Type Update
@eslint/js (source) ^9.36.0 -> ^9.37.0 age confidence devDependencies minor
@inertiajs/vue3 (source) ^2.1.10 -> ^2.2.6 age confidence dependencies minor
@nuxt/ui (source) ^4.0.0 -> ^4.0.1 age confidence dependencies patch
@rollup/rollup-linux-x64-gnu (source) 4.52.2 -> 4.52.4 age confidence optionalDependencies patch
@tailwindcss/oxide-linux-x64-gnu (source) ^4.1.13 -> ^4.1.14 age confidence optionalDependencies patch
@types/node (source) ^24.5.2 -> ^24.7.0 age confidence devDependencies minor
eslint (source) ^9.36.0 -> ^9.37.0 age confidence devDependencies minor
inertiajs/inertia-laravel ^2.0.6 -> ^2.0.10 age confidence require patch
laravel/framework (source) ^12.30.1 -> ^12.32.5 age confidence require minor
laravel/sail ^1.45.0 -> ^1.46.0 age confidence require-dev minor
lightningcss-linux-x64-gnu ^1.30.1 -> ^1.30.2 age confidence optionalDependencies patch
php ^8.4.12 -> ^8.4.13 age confidence require patch
pnpm (source) 10.17.1 -> 10.18.1 age confidence packageManager minor
typescript (source) ^5.9.2 -> ^5.9.3 age confidence dependencies patch
typescript-eslint (source) ^8.44.1 -> ^8.46.0 age confidence devDependencies minor
vite (source) ^7.1.7 -> ^7.1.9 age confidence dependencies patch
vue (source) ^3.5.21 -> ^3.5.22 age confidence dependencies patch
vue-tsc (source) ^3.0.8 -> ^3.1.1 age confidence devDependencies minor

Release Notes

eslint/eslint (@​eslint/js)

v9.37.0

Compare Source

inertiajs/inertia (@​inertiajs/vue3)

v2.2.6

Compare Source

What's Changed

Full Changelog: inertiajs/inertia@v2.2.5...v2.2.6

v2.2.5

Compare Source

What's Changed

Full Changelog: inertiajs/inertia@v2.2.4...v2.2.5

v2.2.4

Compare Source

What's Changed

Full Changelog: inertiajs/inertia@v2.2.3...v2.2.4

v2.2.3

Compare Source

What's Changed

Full Changelog: inertiajs/inertia@v2.2.2...v2.2.3

v2.2.2

Compare Source

What's Changed

Full Changelog: inertiajs/inertia@v2.2.1...v2.2.2

v2.2.1

Compare Source

What's Changed

Full Changelog: inertiajs/inertia@v2.2.0...v2.2.1

v2.2.0

Compare Source

What's Changed

Full Changelog: inertiajs/inertia@v2.1.11...v2.2.0

v2.1.11

Compare Source

What's Changed

Full Changelog: inertiajs/inertia@v2.1.10...v2.1.11

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)
rollup/rollup (@​rollup/rollup-linux-x64-gnu)

v4.52.4

Compare Source

2025-10-03

Bug Fixes
  • Fix an issue where the wrong branch of nullish coalescing was picked (#​6133)
Pull Requests

v4.52.3

Compare Source

2025-09-27

Bug Fixes
  • Fix check in native loader for environments that do not support reports (#​6123)
Pull Requests
tailwindlabs/tailwindcss (@​tailwindcss/oxide-linux-x64-gnu)

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)
eslint/eslint (eslint)

v9.37.0

Compare Source

inertiajs/inertia-laravel (inertiajs/inertia-laravel)

v2.0.10

Compare Source

What's Changed

Full Changelog: inertiajs/inertia-laravel@v2.0.9...v2.0.10

v2.0.9

Compare Source

What's Changed

Full Changelog: inertiajs/inertia-laravel@v2.0.9...v2.0.10

v2.0.8

Compare Source

What's Changed

Full Changelog: inertiajs/inertia-laravel@v2.0.8...v2.0.9

v2.0.7

Compare Source

What's Changed

Full Changelog: inertiajs/inertia-laravel@v2.0.7...v2.0.8

laravel/framework (laravel/framework)

v12.32.5

Compare Source

v12.32.4

Compare Source

v12.32.3

Compare Source

v12.32.2

Compare Source

v12.32.1

Compare Source

v12.32.0

Compare Source

v12.31.1

Compare Source

v12.31.0

Compare Source

laravel/sail (laravel/sail)

v1.46.0

Compare Source

parcel-bundler/lightningcss (lightningcss-linux-x64-gnu)

v1.30.2

Compare Source

Fixes
Rust crate changes
containerbase/php-prebuild (php)

v8.4.13

Compare Source

Bug Fixes
  • deps: update dependency php to v8.4.13
pnpm/pnpm (pnpm)

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.
microsoft/TypeScript (typescript)

v5.9.3

Compare Source

typescript-eslint/typescript-eslint (typescript-eslint)

v8.46.0

Compare Source

🚀 Features
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.45.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

vitejs/vite (vite)

v7.1.9

Compare Source

Reverts

v7.1.8

Compare Source

Bug Fixes
Documentation
Miscellaneous Chores
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/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

Configuration

📅 Schedule: Branch creation - "on Monday" (UTC), 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 force-pushed the renovate/all-minor-patch branch 17 times, most recently from cb2a021 to ec7a7b6 Compare October 3, 2025 21:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 2aa93e5 to 9c15698 Compare October 6, 2025 14:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9c15698 to 03aed84 Compare October 6, 2025 17:39
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