Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 20, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
@inertiajs/vue3 (source) ^2.2.8 -> ^2.2.15 age confidence dependencies patch
@nuxt/ui (source) ^4.0.1 -> ^4.1.0 age confidence dependencies minor
@tailwindcss/oxide-linux-x64-gnu (source) ^4.1.14 -> ^4.1.16 age confidence optionalDependencies patch
@types/node (source) ^24.8.1 -> ^24.9.2 age confidence devDependencies minor
laravel/framework (source) ^12.34.0 -> ^12.36.1 age confidence require minor
laravel/sail ^1.46.0 -> ^1.47.0 age confidence require-dev minor
php ^8.4.13 -> ^8.4.14 age confidence require patch
pnpm (source) 10.18.3 -> 10.20.0 age confidence packageManager minor
typescript-eslint (source) ^8.46.1 -> ^8.46.2 age confidence devDependencies patch
vite (source) ^7.1.11 -> ^7.1.12 age confidence dependencies patch
vue-tsc (source) ^3.1.1 -> ^3.1.2 age confidence devDependencies patch

Release Notes

inertiajs/inertia (@​inertiajs/vue3)

v2.2.15

Compare Source

What's Changed

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

v2.2.14

Compare Source

What's Changed

Full Changelog: inertiajs/inertia@v2.2.13...v2.2.14

v2.2.13

Compare Source

What's Changed
New Contributors

Full Changelog: inertiajs/inertia@v2.2.12...v2.2.13

v2.2.12

Compare Source

What's Changed

Full Changelog: inertiajs/inertia@v2.2.11...v2.2.12

v2.2.11

Compare Source

What's Changed

Full Changelog: inertiajs/inertia@v2.2.10...v2.2.11

v2.2.10

Compare Source

What's Changed

Full Changelog: inertiajs/inertia@v2.2.9...v2.2.10

v2.2.9

Compare Source

What's Changed

Full Changelog: inertiajs/inertia@v2.2.8...v2.2.9

nuxt/ui (@​nuxt/ui)

v4.1.0

Compare Source

⚠ BREAKING CHANGES
  • CommandPalette: add children-icon prop to use trailing-icon in input (#​4397)
  • Table: consistent args order in select event
Features
Bug Fixes
  • BlogPost/ChangelogVersion: allow any attrs inimage prop (9632f99), closes #​5276
  • Breadcrumb: handle active in items (cc8cbf3), closes #​4771
  • ChatMessage: ensure left side takes full width (af8c023)
  • ChatMessage: only apply max-width on right side (a85b0e1)
  • ChatMessage: reset top and bottom margin (8f9176c)
  • ChatMessages: allow user scroll with should-auto-scroll (#​5252) (db73765)
  • ChatMessages: define user & assistant ui prop type (#​5234) (240bc1a)
  • CodeTree/Tree: restore item wrapper with presentation role (70aaf4a), closes #​4945
  • CommandPalette/ContextMenu/DropdownMenu: ensure items truncate work (9d13653)
  • components: add missing ui prop in prose proxy components (#​5205) (d1afe90)
  • ContentSearch: de-duplicate description and suffix (8a259e4)
  • ContextMenu/DropdownMenu: allow item content class override (ab5032d), closes #​5277
  • Drawer/Modal/Slideover: remove close autofocus prevent (#​5191) (8099440)
  • Error/Main: render as div instead of main (2a09ac0), closes #​4955
  • FileUpload: handle disabling file delete button (08c30cf), closes #​5249
  • FileUpload: stuck focus while tabbing (#​5128) (2477d44)
  • FileUpload: use native img element for blob URLs preview (69906bc), closes #​5121 #​4824
  • InputMenu/SelectMenu: enrich reusable template item prop (63074d6)
  • InputMenu: ensure tag can be removed when number (028538a)
  • Kbd: return original value and use uppercase class (#​5238) (4095c9a)
  • NavigationMenu: display trailing slot when badge not undefined (f24204f), closes #​4670
  • Table: consistent args order in select event (9526a1b)
  • Table: expose $el instead of rootRef (c019f8f), closes #​5230 #​5162
Reverts
tailwindlabs/tailwindcss (@​tailwindcss/oxide-linux-x64-gnu)

v4.1.16

Compare Source

Fixed
  • Discard candidates with an empty data type (#​19172)
  • Fix canonicalization of arbitrary variants with attribute selectors (#​19176)
  • Fix invalid colors due to nested & (#​19184)
  • Improve canonicalization for & > :pseudo and & :pseudo arbitrary variants (#​19178)

v4.1.15

Compare Source

Fixed
  • Fix Safari devtools rendering issue due to color-mix fallback (#​19069)
  • Suppress Lightning CSS warnings about :deep, :slotted, and :global (#​19094)
  • Fix resolving theme keys when starting with the name of another theme key in JS configs and plugins (#​19097)
  • Allow named groups in combination with not-*, has-*, and in-* (#​19100)
  • Prevent important utilities from affecting other utilities (#​19110)
  • Don’t index into strings with the theme(…) function (#​19111)
  • Fix parsing issue when \t is used in at-rules (#​19130)
  • Upgrade: Canonicalize utilities containing 0 values (#​19095)
  • Upgrade: Migrate deprecated break-words to wrap-break-word (#​19157)
Changed
laravel/framework (laravel/framework)

v12.36.1

Compare Source

v12.36.0

Compare Source

v12.35.1

Compare Source

v12.35.0

Compare Source

laravel/sail (laravel/sail)

v1.47.0

Compare Source

containerbase/php-prebuild (php)

v8.4.14

Compare Source

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

v10.20.0

Compare Source

Minor Changes
  • Support --all option in pnpm --help to list all commands #​8628.
Patch Changes
  • When the latest version doesn't satisfy the maturity requirement configured by minimumReleaseAge, pick the highest version that is mature enough, even if it has a different major version #​10100.
  • create command should not verify patch info.
  • Set managePackageManagerVersions to false, when switching to a different version of pnpm CLI, in order to avoid subsequent switches #​10063.

v10.19.0

Compare Source

Minor Changes
  • You can now allow specific versions of dependencies to run postinstall scripts. onlyBuiltDependencies now accepts package names with lists of trusted versions. For example:

    onlyBuiltDependencies:
      - nx@21.6.4 || 21.6.5
      - esbuild@0.25.1

    Related PR: #​10104.

  • Added support for exact versions in minimumReleaseAgeExclude #​9985.

    You can now list one or more specific versions that pnpm should allow to install, even if those versions don’t satisfy the maturity requirement set by minimumReleaseAge. For example:

    minimumReleaseAge: 1440
    minimumReleaseAgeExclude:
      - nx@21.6.5
      - webpack@4.47.0 || 5.102.1
typescript-eslint/typescript-eslint (typescript-eslint)

v8.46.2

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

Compare Source

Please refer to CHANGELOG.md for details.

vuejs/language-tools (vue-tsc)

v3.1.2

Compare Source

Bug Fixes
  • fix(component-meta): import type helpers by relative path
  • fix(language-core): fix syntax error when propTypes has no elements (#​5704) - Thanks to @​so1ve!
  • fix(language-core): omit defined emit props only (#​5705) - Thanks to @​so1ve!
Other Changes
  • docs: fix vue-tsc broken link to example boilerplate in README.md (#​5721) - Thanks to @​heyakyra!

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 10 times, most recently from 6451e5b to ac80e5b Compare October 27, 2025 17:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 8a264e4 to 997d6ce Compare October 29, 2025 17:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 997d6ce to 4123a88 Compare October 30, 2025 21:14
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