Skip to content

Conversation

@blumilk-renovate
Copy link
Contributor

@blumilk-renovate blumilk-renovate bot commented Oct 1, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@tailwindcss/typography ^0.5.16 -> ^0.5.19 age confidence dependencies patch
@tailwindcss/vite (source) ^4.1.11 -> ^4.1.17 age confidence dependencies patch
Infisical/secrets-action v1.0.12 -> v1.0.15 age confidence action patch
actions/cache v4.2.3 -> v4.2.4 age confidence action patch
actions/checkout v4.1.7 -> v4.3.1 age confidence action minor
actions/checkout v4.2.2 -> v4.3.1 age confidence action minor
alpinejs (source) ^3.14.9 -> ^3.15.1 age confidence dependencies minor 3.15.2
appleboy/ssh-action v1.0.3 -> v1.2.3 age confidence action minor
appleboy/ssh-action v1.2.2 -> v1.2.3 age confidence action patch
autoprefixer ^10.4.21 -> ^10.4.22 age confidence dependencies patch
axios (source) ^1.7.4 -> ^1.7.9 age confidence dependencies patch
axllent/mailpit (source) v1.27.1 -> v1.27.11 age confidence patch
composer 2.8.9 -> 2.8.12 age confidence stage patch
docker/build-push-action v5.1.0 -> v5.4.0 age confidence action minor
docker/login-action v3.3.0 -> v3.6.0 age confidence action minor
docker/login-action v3.4.0 -> v3.6.0 age confidence action minor
docker/metadata-action v5.5.1 -> v5.9.0 age confidence action minor
docker/metadata-action v5.7.0 -> v5.9.0 age confidence action minor
docker/setup-buildx-action v3.6.1 -> v3.11.1 age confidence action minor
filament/filament (source) ^3.3.31 -> ^3.3.45 age confidence require patch
filament/spatie-laravel-media-library-plugin (source) ^3.3.30 -> ^3.3.45 age confidence require patch
laravel/framework (source) ^11.31 -> ^11.46.1 age confidence require minor
laravel/telescope ^5.9.1 -> ^5.15.0 age confidence require-dev minor
livewire/livewire ^3.6.3 -> ^3.6.4 age confidence require patch
nginx/nginx 1.29.0 -> 1.29.3 age confidence patch
node 24.3.0-bookworm-slim -> 24.11.0-bookworm-slim age confidence stage minor 24.11.1
php 8.3.23-fpm-bookworm -> 8.3.26-fpm-bookworm age confidence final patch 8.3.27-fpm-bookworm
phpunit/phpunit (source) ^11.5.26 -> ^11.5.44 age confidence require-dev patch
postgres 17.5 -> 17.6 age confidence final minor 17.7
registry.blumilk.pl/internal-public/lmt-postgres -> 992f43a pinDigest
registry.blumilk.pl/internal-public/lmt-postgres 8e86448 -> 1ccbba8 digest
registry.blumilk.pl/internal-public/secops-tools-bin v1.1.0 -> v1.2.0 age confidence stage minor
shivammathur/setup-php 2.34.1 -> 2.35.5 age confidence action minor
spatie/eloquent-sortable ^4.5.0 -> ^4.5.2 age confidence require patch
tailwindcss (source) ^4.1.11 -> ^4.1.17 age confidence dependencies patch
xdebug/xdebug 3.4.5 -> 3.4.7 age confidence patch

Release Notes

tailwindlabs/tailwindcss-typography (@​tailwindcss/typography)

v0.5.19

Compare Source

Fixed
  • Fixed broken color styles (#​405)

v0.5.18

Compare Source

Fixed
  • Fixed undefined variable error (#​403)

v0.5.17

Compare Source

Added
  • Add modifiers for description list elements (#​357)
  • Add prose-picture modifier (#​367)
Fixed
  • Include unit in hr border-width value (#​379)
  • Ensure <kbd> styles work with Tailwind CSS v4 (#​387)
Changed
  • Remove lodash dependencies (#​402)
tailwindlabs/tailwindcss (@​tailwindcss/vite)

v4.1.17

Compare Source

Fixed
  • Substitute @variant inside legacy JS APIs (#​19263)
  • Prevent occasional crash on Windows when loaded into a worker thread (#​19242)

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

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)

v4.1.13

Compare Source

Changed
  • Drop warning from browser build (#​18731)
  • Drop exact duplicate declarations when emitting CSS (#​18809)
Fixed
  • Don't transition visibility when using transition (#​18795)
  • Discard matched variants with unknown named values (#​18799)
  • Discard matched variants with non-string values (#​18799)
  • Show suggestions for known matchVariant values (#​18798)
  • Replace deprecated clip with clip-path in sr-only (#​18769)
  • Hide internal fields from completions in matchUtilities (#​18820)
  • Ignore .vercel folders by default (can be overridden by @source … rules) (#​18855)
  • Consider variants starting with @- to be invalid (e.g. @-2xl:flex) (#​18869)
  • Do not allow custom variants to start or end with a - or _ (#​18867, #​18872)
  • Upgrade: Migrate aria theme keys to @custom-variant (#​18815)
  • Upgrade: Migrate data theme keys to @custom-variant (#​18816)
  • Upgrade: Migrate supports theme keys to @custom-variant (#​18817)

v4.1.12

Compare Source

Fixed
  • Don't consider the global important state in @apply (#​18404)
  • Add missing suggestions for flex-<number> utilities (#​18642)
  • Fix trailing ) from interfering with extraction in Clojure keywords (#​18345)
  • Detect classes inside Elixir charlist, word list, and string sigils (#​18432)
  • Track source locations through @plugin and @config (#​18345)
  • Allow boolean values of process.env.DEBUG in @tailwindcss/node (#​18485)
  • Ignore consecutive semicolons in the CSS parser (#​18532)
  • Center the dropdown icon added to an input with a paired datalist by default (#​18511)
  • Extract candidates in Slang templates (#​18565)
  • Improve error messages when encountering invalid functional utility names (#​18568)
  • Discard CSS AST objects with false or undefined properties (#​18571)
  • Allow users to disable URL rebasing in @tailwindcss/postcss via transformAssetUrls: false (#​18321)
  • Fix false-positive migrations in addEventListener and JavaScript variable names (#​18718)
  • Fix Standalone CLI showing default Bun help when run via symlink on Windows (#​18723)
  • Read from --border-color-* theme keys in divide-* utilities for backwards compatibility (#​18704)
  • Don't scan .hdr and .exr files for classes by default (#​18734)
Infisical/secrets-action (Infisical/secrets-action)

v1.0.15

Compare Source

What's Changed

Full Changelog: Infisical/secrets-action@v1.0.14...v1.0.15

v1.0.14

Compare Source

What's Changed

Full Changelog: Infisical/secrets-action@v1.0.13...v1.0.14

v1.0.13

Compare Source

What's Changed

Full Changelog: Infisical/secrets-action@v1.0.12...v1.0.13

actions/cache (actions/cache)

v4.2.4

Compare Source

What's Changed
New Contributors

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

actions/checkout (actions/checkout)

v4.3.1

Compare Source

What's Changed

Full Changelog: actions/checkout@v4...v4.3.1

v4.3.0

Compare Source

What's Changed
New Contributors

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

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

alpinejs/alpine (alpinejs)

v3.15.1

Compare Source

Changed

  • x-sort improvements
  • CSP build allowGlobals now defaults to false instead of true

v3.15.0

Compare Source

Changed

  • Improve CSP build #​4671
  • Add Alpine.morphBetween() #​4629
  • style: use let instead of var in x-model.js #​4645
  • style: use let/const instead of var in debounce.js #​4644
  • style: remove useless param #​4650
  • feat(persist): add 'exports' field for proper ESM/CJS resolution #​4611
  • Fix Chrome warning when using x-trap.inert #​4640
  • Fixes license #​4647
appleboy/ssh-action (appleboy/ssh-action)

v1.2.3

Compare Source

Changelog
Features
Bug fixes
Enhancements
Refactor
Build process updates
Documentation updates

v1.2.2

Compare Source

Changelog

Enhancements
Documentation updates

v1.2.1

Compare Source

Changelog

Features
Enhancements
Build process updates
Documentation updates

v1.2.0

Compare Source

Changelog

Features
Bug fixes
Enhancements
Refactor
Build process updates
Documentation updates

v1.1.0

Compare Source

Changelog

Bug fixes
Enhancements
Refactor
Build process updates

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 Blusia October 1, 2025 09:41
@blumilk-renovate blumilk-renovate bot force-pushed the renovate/all-minor-patch-digest-pindigest branch 8 times, most recently from aee5128 to 705752c Compare October 9, 2025 10:21
@blumilk-renovate blumilk-renovate bot force-pushed the renovate/all-minor-patch-digest-pindigest branch 6 times, most recently from 9f6a8dd to d258445 Compare October 16, 2025 10:34
@blumilk-renovate blumilk-renovate bot force-pushed the renovate/all-minor-patch-digest-pindigest branch 5 times, most recently from da82693 to 1dff0b3 Compare October 27, 2025 10:28
@blumilk-renovate blumilk-renovate bot force-pushed the renovate/all-minor-patch-digest-pindigest branch 4 times, most recently from 8367fe0 to aa5cf57 Compare November 1, 2025 10:23
@blumilk-renovate blumilk-renovate bot force-pushed the renovate/all-minor-patch-digest-pindigest branch 4 times, most recently from 277c1c3 to f7d1143 Compare November 8, 2025 10:24
@blumilk-renovate blumilk-renovate bot force-pushed the renovate/all-minor-patch-digest-pindigest branch 5 times, most recently from c55ad8e to 0f0a2aa Compare November 16, 2025 10:25
@blumilk-renovate blumilk-renovate bot force-pushed the renovate/all-minor-patch-digest-pindigest branch from 0f0a2aa to d9adb4c Compare November 18, 2025 10:25
mtracz
mtracz previously approved these changes Nov 18, 2025
@mtracz mtracz requested a review from a team November 18, 2025 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants