Skip to content

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

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#431
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
@alpinejs/focus (source) ^3.15.0 -> ^3.15.9 age confidence dependencies patch 3.15.10
@alpinejs/persist (source) ^3.15.0 -> ^3.15.9 age confidence dependencies patch 3.15.10
@tailwindcss/forms ^0.5.10 -> ^0.5.11 age confidence dependencies patch
@tailwindcss/postcss (source) ^4.1.14 -> ^4.1.18 age confidence dependencies patch
@typescript-eslint/eslint-plugin (source) ^8.35.1 -> ^8.57.2 age confidence devDependencies minor 8.58.0
@typescript-eslint/parser (source) ^8.35.1 -> ^8.57.2 age confidence devDependencies minor 8.58.0
actions/cache v4.2.4 -> v4.3.0 age confidence action minor
actions/checkout v4.3.0 -> v4.3.1 age confidence action patch
alpine 3.22.1 -> 3.22.3 age confidence stage patch
alpinejs (source) ^3.15.0 -> ^3.15.9 age confidence dependencies patch 3.15.10
appleboy/ssh-action v1.2.2 -> v1.2.5 age confidence action patch
axllent/mailpit (source) v1.27.9 -> v1.27.11 age confidence patch
composer 2.8.12 -> 2.9.5 age confidence stage minor
composer/composer 2.8.12-bin -> 2.9.5-bin age confidence stage minor
docker/build-push-action v6.18.0 -> v6.19.2 age confidence action minor
docker/login-action v3.6.0 -> v3.7.0 age confidence action minor
docker/metadata-action v5.8.0 -> v5.10.0 age confidence action minor
docker/setup-buildx-action v3.11.1 -> v3.12.0 age confidence action minor
filament/filament (source) ^3.3.43 -> ^3.3.49 age confidence require patch
filament/spatie-laravel-translatable-plugin (source) ^3.3.43 -> ^3.3.49 age confidence require patch
intervention/image-laravel (source) ^1.5.6 -> ^1.5.9 age confidence require patch
josiasmontag/laravel-recaptchav3 ^1.0.4 -> ^1.0.5 age confidence require patch
larastan/larastan ^3.7.2 -> ^3.9.3 age confidence require-dev minor
laravel/framework (source) ^12.32.5 -> ^12.56.0 age confidence require minor
laravel/sanctum ^4.1.2 -> ^4.3.1 age confidence require minor
laravel/tinker ^2.10.1 -> ^2.10.2 age confidence require patch
nesbot/carbon (source) ^3.10.3 -> ^3.11.3 age confidence require patch
node 22.20.0 -> 22.22.2 age confidence uses-with minor
node 22.17.1-bullseye-slim -> 22.22.2-bullseye-slim age confidence stage minor
nunomaduro/collision ^8.8.2 -> ^8.8.3 age confidence require-dev patch
opgginc/codezero-laravel-localized-routes ^5.1 -> ^5.1.1 age confidence require patch
php 8.4.13 -> 8.4.19 age confidence patch
php 8.4.13-fpm-bookworm -> 8.4.19-fpm-bookworm age confidence final patch
phpredis/phpredis 6.2.0 -> 6.3.0 age confidence minor
phpunit/phpunit (source) ^12.2.9 -> ^12.5.14 age confidence require-dev patch 12.5.15
postcss (source) ^8.5.6 -> ^8.5.8 age confidence devDependencies patch
sentry/sentry-laravel (source) ^4.15.3 -> ^4.24.0 age confidence require minor
shivammathur/setup-php 2.35.5 -> 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.14 -> ^4.1.18 age confidence dependencies patch
vite (source) ^6.3.5 -> ^6.3.7 age confidence devDependencies patch
xdebug/xdebug 3.4.5 -> 3.4.7 age confidence patch

Release Notes

alpinejs/alpine (@​alpinejs/focus)

v3.15.9

Compare Source

What's Changed
New Contributors

Full Changelog: alpinejs/alpine@v3.15.8...v3.15.9

v3.15.8

Compare Source

Fixed
  • Flush x-model.blur value before form submit handlers run #​4729

v3.15.7

Compare Source

Fixed
  • Fix $watch firing callback when primitive value unchanged #​4732

v3.15.6

Compare Source

Added
  • Add reactive effect transactions #​4731

v3.15.5

Compare Source

Added
  • feat(x-model): add .change, .blur, and .enter event modifiers #​4728
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.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.57.2

Compare Source

This was a version bump only for parser 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.57.1

Compare Source

This was a version bump only for parser 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.57.0

Compare Source

This was a version bump only for parser 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.1

Compare Source

This was a version bump only for parser 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
❤️ 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

This was a version bump only for parser 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.54.0

Compare Source

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

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

v8.53.1

Compare Source

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

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

actions/cache (actions/cache)

v4.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v4...v4.3.0

actions/checkout (actions/checkout)

v4.3.1

Compare Source

appleboy/ssh-action (appleboy/ssh-action)

v1.2.5

Compare Source

Changelog

Refactor
Documentation updates

v1.2.4

Compare Source

Changelog

Enhancements
Build process updates
Documentation updates

v1.2.3

Compare Source

Changelog

Features
Bug fixes
Enhancements
Refactor
Build process updates
Documentation updates
axllent/mailpit (axllent/mailpit)

v1.27.11

Compare Source

Chore
  • Update Go dependencies
  • Update node dependencies
  • Add type assertion for value in imaging assignment

v1.27.10

Compare Source

Security
  • Prevent potential information disclosure via indirect expvar library (Prometheus)
Chore
  • Add tooltip to messages nav dropdown
  • Update GitHub Actions
  • Add tooltip to messages nav dropdown
  • Update GitHub Actions
  • Update Go dependencies
  • Update node dependencies
docker/build-push-action (docker/build-push-action)

v6.19.2

Compare Source

Full Changelog: docker/build-push-action@v6.19.1...v6.19.2

v6.19.1

Compare Source

Full Changelog: docker/build-push-action@v6.19.0...v6.19.1

v6.19.0

Compare Source


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 requested a review from a team as a code owner April 1, 2026 10:02
@blumilk-renovate blumilk-renovate bot added 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 labels Apr 1, 2026
@blumilk-renovate blumilk-renovate bot requested a review from Blusia April 1, 2026 10:02
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