Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 10, 2025

This PR contains the following updates:

Package Change Age Confidence
@inertiajs/vue3 (source) ^2.2.15 -> ^2.2.18 age confidence
@nuxt/ui (source) ^4.1.0 -> ^4.2.0 age confidence
@rollup/rollup-linux-x64-gnu (source) 4.53.1 -> 4.53.3 age confidence
@types/node (source) ^24.10.0 -> ^24.10.1 age confidence
@vitejs/plugin-vue (source) ^6.0.1 -> ^6.0.2 age confidence
laravel/framework (source) ^12.37.0 -> ^12.39.0 age confidence
laravel/sail ^1.47.0 -> ^1.48.1 age confidence
nunomaduro/collision ^8.8.2 -> ^8.8.3 age confidence
pnpm (source) 10.21.0 -> 10.22.0 age confidence
typescript-eslint (source) ^8.46.3 -> ^8.47.0 age confidence
vite (source) ^7.2.2 -> ^7.2.4 age confidence
vue-tsc (source) ^3.1.3 -> ^3.1.4 age confidence

Release Notes

inertiajs/inertia (@​inertiajs/vue3)

v2.2.18

Compare Source

What's Changed

Full Changelog: inertiajs/inertia@v2.2.17...v2.2.18

v2.2.17

Compare Source

What's Changed

Full Changelog: inertiajs/inertia@v2.2.16...v2.2.17

v2.2.16

Compare Source

What's Changed

Full Changelog: inertiajs/inertia@v2.2.15...v2.2.16

nuxt/ui (@​nuxt/ui)

v4.2.0

Compare Source

⚠ BREAKING CHANGES
  • components: consistent exposed refs (#​5385)
  • module: properly export composables from module
Features
Bug Fixes
  • AuthForm: ensure header is shown with leading slot (#​5405) (b61127a)
  • AuthForm: use password input id for aria-controls (#​5312) (55ea9be)
  • ChatPrompt: proxy disabled prop (a8f2156), closes #​5300
  • CheckboxGroup/RadioGroup/Switch: consistent disabled styles (ddd8faf), closes #​5391
  • ColorModeButton: use css to display color mode icon (#​5394) (1d1c638)
  • CommandPalette/ContentSearch: improve performances and filtering logic (#​5433) (e751b37)
  • components: calc virtualizer estimateSize based on item description (56ae8e7)
  • components: clean html attributes extend (fda3c98), closes #​5348
  • components: consistent exposed refs (#​5385) (fce2df4)
  • components: remove locale / dir props proxy (#​5432) (a6efa7a)
  • ContentNavigation/NavigationMenu/Tabs: ensure proper badge display (e5c11e6)
  • ContentSearchButton/DashboardSearchButton: hide label and trailing with css when collapsed (3e72bf8)
  • FileUpload: ensure native validation works with required (#​5358) (eb491e1)
  • Form: refine nested prop type handling and simplify logic (#​5360) (8d5c26f)
  • inertia: set serverRendered dynamically to prevent SSR crash (#​5396) (c0da1b2)
  • Input/InputNumber/Textarea: make modelModifiers generic (#​5361) (5c347af)
  • InputMenu: prevent change event when selecting create item (418c87b), closes #​4664
  • Link: partial extend for vue-router and inertia (637ef58)
  • Marquee: move keyframes into global css (1e6242e)
  • module: detect lazy components when using experimental.componentDetection (5a5ac45)
  • module: properly export composables from module (cb25902), closes #​5370
  • module: scan layers when using component detection (9872740), closes #​5389
  • NavigationMenu: hide label and trailing with css when collapsed (f004031), closes #​4254
  • NavigationMenu: proxy modelValue / defaultValue in vertical orientation (cffaaaa), closes #​5392
  • ProseCallout: add inline-block class to icon (#​5317) (fc36f69)
  • RadioGroup: update update:modelValue emit type (#​5349) (4cb0638)
  • Table: apply styles to th based on column meta (#​5418) (620defa)
  • types: export missing utils types (#​5448) (5f0a107)
  • vite: write theme templates (#​5355) (411ebcc)
  • vue: check import.meta.env.SSR to support vite-ssg (#​5347) (8f38c04)
rollup/rollup (@​rollup/rollup-linux-x64-gnu)

v4.53.3

Compare Source

2025-11-19

Bug Fixes
  • Fix an error where too many modules where flagged for having an unused external import (#​6182)
  • Fix an error where an assignment was wrongly tree-shaken when mutating it (#​6183)
Pull Requests

v4.53.2

Compare Source

2025-11-10

Bug Fixes
  • Do not throw when using invalid escape sequences in template literals (#​6177)
Pull Requests
vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v6.0.2

Bug Fixes
Miscellaneous Chores
laravel/framework (laravel/framework)

v12.39.0

Compare Source

v12.38.1

Compare Source

v12.38.0

Compare Source

laravel/sail (laravel/sail)

v1.48.1

Compare Source

  • Remove notice from MySQL service about the MYSQL_EXTRA_OPTIONS env not defined by @​tonysm in #​830

v1.48.0

Compare Source

nunomaduro/collision (nunomaduro/collision)

v8.8.3

Compare Source

pnpm/pnpm (pnpm)

v10.22.0: pnpm 10.22

Compare Source

Minor Changes

  • Added support for trustPolicyExclude #​10164.

    You can now list one or more specific packages or versions that pnpm should allow to install, even if those packages don't satisfy the trust policy requirement. For example:

    trustPolicy: no-downgrade
    trustPolicyExclude:
      - chokidar@4.0.3
      - webpack@4.47.0 || 5.102.1
  • Allow to override the engines field on publish by the publishConfig.engines field.

Patch Changes

  • Don't crash when two processes of pnpm are hardlinking the contents of a directory to the same destination simultaneously #​10179.

Platinum Sponsors

Bit

Gold Sponsors

Discord CodeRabbit Workleap
Stackblitz Vite
typescript-eslint/typescript-eslint (typescript-eslint)

v8.47.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.

v8.46.4

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.2.4

Compare Source

Bug Fixes

v7.2.3

Compare Source

Bug Fixes
Performance Improvements
Miscellaneous Chores
vuejs/language-tools (vue-tsc)

v3.1.4

Compare Source

Bug Fixes
  • fix(language-service): prevent auto-insertion of html snippets in template interpolation (#​5744) - Thanks to @​serkodev!
  • fix(language-service): strip interpolations from document passed to html service - Thanks to @​KazariEX!
  • fix(language-core): report unused @ts-expect-error directive on components with loose props checks (#​5750) - Thanks to @​serkodev and @​KazariEX!
  • fix(language-core): respect directive comments before v-else (#​5753) - Thanks to @​serkodev and @​KazariEX!
Other Changes
  • refactor(language-core): re-implement component references by codegen (#​5736) - Thanks to @​KazariEX!
  • refactor(language-core): simplify calculation of full interpolation content - Thanks to @​KazariEX!

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 from 3fc086d to 088cc4f Compare November 11, 2025 01:11
@renovate renovate bot changed the title chore(deps): update optionaldependency @rollup/rollup-linux-x64-gnu to v4.53.2 chore(deps): update all non-major dependencies Nov 11, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 0f994e9 to 2e635ea Compare November 17, 2025 23:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 8b83069 to c40ed29 Compare November 20, 2025 05:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c40ed29 to ea73336 Compare November 20, 2025 08:35
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.

1 participant