Skip to content

- Update all non-major dependencies with digest and pinDigest#57

Open
blumilk-renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch-digest-pindigest
Open

- Update all non-major dependencies with digest and pinDigest#57
blumilk-renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch-digest-pindigest

Conversation

@blumilk-renovate
Copy link
Copy Markdown
Contributor

@blumilk-renovate blumilk-renovate bot commented Apr 1, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@inertiajs/vue3 (source) ^2.3.6 -> ^2.3.18 age confidence dependencies patch
@tailwindcss/postcss (source) ^4.1.18 -> ^4.2.2 age confidence dependencies minor
@tailwindcss/vite (source) ^4.1.18 -> ^4.2.2 age confidence dependencies minor
@typescript-eslint/eslint-plugin (source) ^8.46.4 -> ^8.57.2 age confidence devDependencies minor 8.58.0
@vitejs/plugin-vue (source) ^6.0.3 -> ^6.0.5 age confidence devDependencies patch
actions/setup-node v6.1.0 -> v6.3.0 age confidence action minor
autoprefixer ^10.4.23 -> ^10.4.27 age confidence devDependencies patch
axllent/mailpit (source) v1.27.11 -> v1.29.5 age confidence minor
composer 2.9.3 -> 2.9.5 age confidence stage patch
eslint (source) ^9.39.2 -> ^9.39.4 age confidence devDependencies patch
eslint-plugin-vue (source) ^10.6.2 -> ^10.8.0 age confidence devDependencies minor
ghcr.io/php/pie 1.3.5-bin -> 1.3.10-bin age confidence stage patch
inertiajs/inertia-laravel ^2.0.18 -> ^2.0.22 age confidence require patch
larastan/larastan ^3.8.1 -> ^3.9.3 age confidence require-dev minor
laravel-vite-plugin ^2.0.1 -> ^2.1.0 age confidence dependencies minor
laravel/framework (source) ^12.44.0 -> ^12.56.0 age confidence require minor
laravel/sanctum ^4.2.1 -> ^4.2.4 age confidence require patch
laravel/tinker ^2.10.2 -> ^2.11.1 age confidence require minor
lodash (source) ^4.17.21 -> ^4.17.23 age confidence dependencies patch
nginx/nginx 1.29.4 -> 1.29.7 age confidence patch
node (source) 24.12.0 -> 24.14.1 age confidence minor
node 24.12.0-bookworm-slim -> 24.14.1-bookworm-slim age confidence stage minor
nunomaduro/collision ^8.8.3 -> ^8.9.1 age confidence require-dev minor 8.9.2
php 8.4.16 -> 8.4.19 age confidence patch
php 8.4.16-fpm-bookworm -> 8.4.19-fpm-bookworm age confidence final patch
phpunit/phpunit (source) ^12.5.4 -> ^12.5.14 age confidence require-dev patch 12.5.15
postcss (source) ^8.5.6 -> ^8.5.8 age confidence devDependencies patch
shivammathur/setup-php 2.36.0 -> 2.37.0 age confidence action minor
spatie/laravel-ignition (source) ^2.9.1 -> ^2.12.0 age confidence require-dev minor
tailwindcss (source) ^4.1.18 -> ^4.2.2 age confidence dependencies minor
vite (source) ^7.0.8 -> ^7.3.1 age confidence devDependencies minor
vue (source) ^3.5.26 -> ^3.5.31 age confidence dependencies patch
vue-tsc (source) ^3.0.10 -> ^3.2.6 age confidence devDependencies minor
xdebug/xdebug 3.4.7 -> 3.5.1 age confidence minor

Release Notes

inertiajs/inertia (@​inertiajs/vue3)

v2.3.18

Compare Source

What's Changed

New Contributors

Full Changelog: inertiajs/inertia@v2.3.17...v2.3.18

v2.3.17

Compare Source

What's Changed

Full Changelog: inertiajs/inertia@v2.3.16...v2.3.17

v2.3.16

Compare Source

What's Changed
New Contributors

Full Changelog: inertiajs/inertia@v2.3.15...v2.3.16

v2.3.15

Compare Source

What's Changed

Full Changelog: inertiajs/inertia@v2.3.14...v2.3.15

v2.3.14

Compare Source

What's Changed

Full Changelog: inertiajs/inertia@v2.3.13...v2.3.14

v2.3.13

Compare Source

What's Changed

Full Changelog: inertiajs/inertia@v2.3.12...v2.3.13

v2.3.12

Compare Source

What's Changed

Full Changelog: inertiajs/inertia@v2.3.11...v2.3.12

v2.3.11

Compare Source

What's Changed

Full Changelog: inertiajs/inertia@v2.3.10...v2.3.11

v2.3.10

Compare Source

What's Changed

Full Changelog: inertiajs/inertia@v2.3.9...v2.3.10

v2.3.9

Compare Source

What's Changed
New Contributors

Full Changelog: inertiajs/inertia@v2.3.8...v2.3.9

v2.3.8

Compare Source

What's Changed
New Contributors

Full Changelog: inertiajs/inertia@v2.3.7...v2.3.8

v2.3.7

Compare Source

What's Changed

Full Changelog: inertiajs/inertia@v2.3.6...v2.3.7

tailwindlabs/tailwindcss (@​tailwindcss/postcss)

v4.2.2

Compare Source

Fixed
  • Don't crash when candidates contain prototype properties like row-constructor (#​19725)
  • Canonicalize calc(var(--spacing)*…) expressions into --spacing(…) (#​19769)
  • Fix crash in canonicalization step when handling utilities containing @property at-rules (e.g. shadow-sm border) (#​19727)
  • Skip full reload for server only modules scanned by client CSS when using @tailwindcss/vite (#​19745)
  • Add support for Vite 8 in @tailwindcss/vite (#​19790)
  • Improve canonicalization for bare values exceeding default spacing scale suggestions (e.g. w-1234 h-1234size-1234) (#​19809)
  • Fix canonicalization resulting in empty list (e.g. w-5 h-5 size-5'' instead of size-5) (#​19812)
  • Resolve tsconfig paths to allow for @import '@​/path/to/file'; when using @tailwindcss/vite (#​19803)

v4.2.1

Compare Source

Fixed
  • Allow trailing dash in functional utility names for backwards compatibility (#​19696)
  • Properly detect classes containing . characters within curly braces in MDX files (#​19711)

v4.2.0

Compare Source

Added
  • Add mauve, olive, mist, and taupe color palettes to the default theme (#​19627)
  • Add @tailwindcss/webpack package to run Tailwind CSS as a webpack plugin (#​19610)
  • Add pbs-* and pbe-* utilities for padding-block-start and padding-block-end (#​19601)
  • Add mbs-* and mbe-* utilities for margin-block-start and margin-block-end (#​19601)
  • Add scroll-pbs-* and scroll-pbe-* utilities for scroll-padding-block-start and scroll-padding-block-end (#​19601)
  • Add scroll-mbs-* and scroll-mbe-* utilities for scroll-margin-block-start and scroll-margin-block-end (#​19601)
  • Add border-bs-* and border-be-* utilities for border-block-start and border-block-end (#​19601)
  • Add inline-*, min-inline-*, max-inline-* utilities for inline-size, min-inline-size, and max-inline-size (#​19612)
  • Add block-*, min-block-*, max-block-* utilities for block-size, min-block-size, and max-block-size (#​19612)
  • Add inset-s-*, inset-e-*, inset-bs-*, inset-be-* utilities for inset-inline-start, inset-inline-end, inset-block-start, and inset-block-end (#​19613)
  • Add font-features-* utility for font-feature-settings (#​19623)
Fixed
  • Prevent double @supports wrapper for color-mix values (#​19450)
  • Allow whitespace around @source inline() argument (#​19461)
  • Emit comment when source maps are saved to files when using @tailwindcss/cli (#​19447)
  • Detect utilities containing capital letters followed by numbers (#​19465)
  • Fix class extraction for Rails' strict locals (#​19525)
  • Align @utility name validation with Oxide scanner rules (#​19524)
  • Fix infinite loop when using @variant inside @custom-variant (#​19633)
  • Allow multiples of .25 in aspect-* fractions (e.g. aspect-8.5/11) (#​19688)
  • Ensure changes to external files listed via @source trigger a full page reload when using @tailwindcss/vite (#​19670)
  • Improve performance of Oxide scanner in bigger projects by reducing file system walks (#​19632)
  • Ensure import aliases in Astro v5 work without crashing when using @tailwindcss/vite (#​19677)
  • Allow escape characters in @utility names to improve support with formatters such as Biome (#​19626)
  • Fix incorrect canonicalization results when canonicalizing multiple times (#​19675)
  • Add .jj to default ignored content directories (#​19687)
Deprecated
  • Deprecate start-* and end-* utilities in favor of inset-s-* and inset-e-* utilities (#​19613)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.57.2

Compare Source

🩹 Fixes
  • eslint-plugin: [prefer-readonly-parameter-types] preserve type alias infomation (#​11954)
  • eslint-plugin: [no-useless-default-assignment] skip reporting false positives for unresolved type parameters (#​12127)
  • eslint-plugin: [no-unsafe-return] false positive on unwrapping generic (#​12125)
  • eslint-plugin: [no-restricted-types] flag banned generics in extends or implements (#​12120)
  • eslint-plugin: [array-type] ignore Array and ReadonlyArray without type arguments (#​11971)
  • eslint-plugin: [prefer-optional-chain] remove dangling closing parenthesis (#​11865)
❤️ Thank You

See GitHub Releases for more information.

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

v8.57.1

Compare Source

🩹 Fixes
  • eslint-plugin: [prefer-optional-chain] no report for property on intersection type (#​12126)
❤️ Thank You

See GitHub Releases for more information.

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

v8.57.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-condition] allow literal loop conditions in for/do loops (#​12080)
🩹 Fixes
  • eslint-plugin: [no-base-to-string] fix false positive for toString with overloads (#​12089)
  • eslint-plugin: [prefer-promise-reject-errors] add allow TypeOrValueSpecifier to prefer-promise-reject-errors (#​12094)
  • typescript-estree: if the template literal is tagged and the text has an invalid escape, cooked will be null (#​11355)
  • eslint-plugin: guard against negative paramIndex in no-useless-default-assignment (#​12077)
  • eslint-plugin: handle statically analyzable computed keys in prefer-readonly (#​12079)
  • eslint-plugin: [strict-void-return] false positives with overloads (#​12055)
❤️ Thank You

See GitHub Releases for more information.

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

v8.56.1

Compare Source

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

See GitHub Releases for more information.

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

v8.56.0

Compare Source

🚀 Features
🩹 Fixes
  • use parser options from context.languageOptions (#​12043)
❤️ Thank You

See GitHub Releases for more information.

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

v8.55.0

Compare Source

🚀 Features
  • utils: deprecate defaultOptions in favor of meta.defaultOptions (#​11992)
🩹 Fixes
  • eslint-plugin: [no-useless-default-assignment] reduce param index to ts this handling (#​11949)
  • eslint-plugin: [no-useless-default-assignment] report unnecessary defaults in ternary expressions (#​11984)
  • eslint-plugin: [no-useless-default-assignment] require strictNullChecks (#​11966, #​12000)
  • eslint-plugin: [no-unused-vars] remove trailing newline when removing entire import (#​11990)
❤️ Thank You

See GitHub Releases for more information.

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

v8.54.0

Compare Source

🚀 Features
  • eslint-plugin-internal: add prefer-tsutils-methods rule (#​11974, #​11625)
  • typescript-estree: add shortcut methods to ParserServicesWithTypeInformation (#​11965, #​11955)
🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] check both base constraint and actual type for non-null assertions (#​11967, #​11559)
  • deps: update dependency prettier to v3.8.0 (#​11991)
  • scope-manager: fix catch clause scopes def.name (#​11982)
  • eslint-plugin: [no-unused-private-class-members] private destructured class member is defined but used (#​11785)
❤️ Thank You

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

v8.53.1

Compare Source

🩹 Fixes
  • utils: make RuleCreator root defaultOptions optional (#​11956)
  • eslint-plugin: [consistent-indexed-object-style] skip fixer if interface is a default export (#​11951)
❤️ Thank You

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

v8.53.0

Compare Source

🚀 Features
  • eslint-plugin: add rule [strict-void-return] (#​9707)
  • eslint-plugin: [no-unused-vars] add a fixer to remove unused imports (#​11922)
🩹 Fixes
  • eslint-plugin: [no-useless-default-assignment] fix false positive for parameters corresponding to a rest parameter (#​11916)
  • eslint-plugin: replace unclear "error typed" with more helpful description (#​11704)
  • typescript-estree: forbid invalid extends and implements in interface declaration (#​11935)
  • typescript-estree: forbid invalid class implements (#​11934)
  • typescript-estree: forbid type-only import with both default and named specifiers (#​11930)
❤️ Thank You

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

v8.52.0

Compare Source

🚀 Features
  • eslint-plugin-internal: [no-multiple-lines-of-errors] add rule (#​11899)
🩹 Fixes
  • eslint-plugin: [no-base-to-string] detect @​@​toPrimitive and valueOf (#​11901)
  • eslint-plugin: [no-useless-default-assignment] handle conditional initializer (#​11908)
❤️ Thank You
  • Josh Goldberg ✨
  • Ulrich Stark

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

v8.51.0

Compare Source

🚀 Features
  • eslint-plugin: add namespace to plugin meta (#​11885)
  • eslint-plugin: [no-useless-default-assignment] fix some cases to optional syntax (#​11871)
🩹 Fixes
  • eslint-plugin: [prefer-optional-chain] handle MemberExpression in final chain position (#​11835)
  • eslint-plugin: bump ts-api-utils to 2.2.0 (#​11881)
  • eslint-plugin: remove fixable from no-dynamic-delete rule (#​11876)
  • eslint-plugin: fix crash and false positives in no-useless-default-assignment (#​11845)
❤️ Thank You

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

v8.50.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] correct handling of undefined vs. void (#​11826)

Configuration

📅 Schedule: Branch creation - On day 1 of the month, every 3 months ( * * 1 */3 * ) in timezone Europe/Warsaw, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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 has been generated by Renovate Bot.

@blumilk-renovate blumilk-renovate bot added the dependencies Pull requests that update a dependency file label Apr 1, 2026
@blumilk-renovate blumilk-renovate bot requested a review from a team as a code owner April 1, 2026 10:29
@blumilk-renovate blumilk-renovate bot added docker Pull requests that update Docker code github-actions javascript Pull requests that update Javascript code php Pull requests that update Php code renovate labels Apr 1, 2026
@blumilk-renovate blumilk-renovate bot requested a review from Blusia April 1, 2026 10:29
@blumilk-renovate blumilk-renovate bot force-pushed the renovate/all-minor-patch-digest-pindigest branch from e9ca474 to 1358450 Compare April 2, 2026 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file docker Pull requests that update Docker code github-actions javascript Pull requests that update Javascript code php Pull requests that update Php code renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants