- Update all non-major dependencies with digest and pinDigest#160
Merged
Conversation
c5c4cfc to
d1930cd
Compare
01aee1f to
f800cf7
Compare
573a2e1 to
875aac9
Compare
51166a8 to
b841cf8
Compare
b841cf8 to
d9ec8b7
Compare
# Conflicts: # .github/workflows/check-php.yml # .github/workflows/deploy-to-dev.yml # .github/workflows/deploy-to-production.yml # package-lock.json
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
EwelinaSkrzypacz
approved these changes
May 7, 2026
Blusia
approved these changes
May 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^4.1.18->^4.2.4v1.0.15->v1.0.16v4.2.4->v4.3.0^3.15.8->^3.15.11v1.2.3->v1.2.5^10.4.24->^10.4.27v1.27.11->v1.29.72.8.12->2.9.7v3.6.0->v3.7.0v5.9.0->v5.10.0v3.11.1->v3.12.0^3.3.48->^3.3.50^3.3.48->^3.3.50^1.0.4->^1.0.5^11.48.0->^11.51.0^5.17.0->^5.20.0^3.7.10->^3.7.151.29.3->1.29.824.11.0-bookworm-slim->24.11.1-bookworm-slim^8.8.3->^8.9.48.3.26-fpm-bookworm->8.3.30-fpm-bookworm^11.5.53->^11.5.55^8.5.6->^8.5.1217.6->17.9992f43a->234ae471ccbba8->cf30f96v1.2.0->v1.3.02.35.5->2.37.0^4.1.17->^4.1.183.4.7->3.5.1Release Notes
tailwindlabs/tailwindcss (@tailwindcss/vite)
v4.2.4Compare Source
Fixed
@importand@pluginstill resolve correctly when using Vite aliases in@tailwindcss/vite(#19947)v4.2.3Compare Source
Fixed
tracking-*utilities by preferring non-negative utilities (e.g.-tracking-tighter→tracking-wider) (#19827)@tailwindcss/webpack(#19723)px-[1.2rem] py-[1.2rem]→p-[1.2rem]) (#19837)border-{t,b}-*intoborder-y-*,border-{l,r}-*intoborder-x-*, andborder-{t,r,b,l}-*intoborder-*(#19842)scroll-m{t,b}-*intoscroll-my-*,scroll-m{l,r}-*intoscroll-mx-*, andscroll-m{t,r,b,l}-*intoscroll-m-*(#19842)scroll-p{t,b}-*intoscroll-py-*,scroll-p{l,r}-*intoscroll-px-*, andscroll-p{t,r,b,l}-*intoscroll-p-*(#19842)overflow-{x,y}-*intooverflow-*(#19842)overscroll-{x,y}-*intooverscroll-*(#19842)--placeholder-colorinstead of--background-colorforplaceholder-*utilities (#19843)config.contentwhen migrating from Tailwind CSS v3 to Tailwind CSS v4 (#19846).envand.env.*to default ignored content files (#19846)overflow-ellipsisintotext-ellipsis(#19849)start-full→inset-s-full,start-auto→inset-s-auto,start-px→inset-s-px, andstart-<number>→inset-s-<number>as well as negative versions (#19849)end-full→inset-e-full,end-auto→inset-e-auto,end-px→inset-e-px, andend-<number>→inset-e-<number>as well as negative versions (#19849)-sign inside the arbitrary value-left-[9rem]→left-[-9rem](#19858)-sign outside the arbitrary valueml-[calc(-1*var(--width))]→-ml-(--width)(#19858)NODE_PATHenvironment variable in standalone CLI (#19617)v4.2.2Compare Source
Fixed
row-constructor(#19725)calc(var(--spacing)*…)expressions into--spacing(…)(#19769)@propertyat-rules (e.g.shadow-sm border) (#19727)@tailwindcss/vite(#19745)@tailwindcss/vite(#19790)w-1234 h-1234→size-1234) (#19809)w-5 h-5 size-5→''instead ofsize-5) (#19812)@import '@​/path/to/file';when using@tailwindcss/vite(#19803)v4.2.1Compare Source
Fixed
.characters within curly braces in MDX files (#19711)v4.2.0Compare Source
Added
@tailwindcss/webpackpackage to run Tailwind CSS as a webpack plugin (#19610)pbs-*andpbe-*utilities forpadding-block-startandpadding-block-end(#19601)mbs-*andmbe-*utilities formargin-block-startandmargin-block-end(#19601)scroll-pbs-*andscroll-pbe-*utilities forscroll-padding-block-startandscroll-padding-block-end(#19601)scroll-mbs-*andscroll-mbe-*utilities forscroll-margin-block-startandscroll-margin-block-end(#19601)border-bs-*andborder-be-*utilities forborder-block-startandborder-block-end(#19601)inline-*,min-inline-*,max-inline-*utilities forinline-size,min-inline-size, andmax-inline-size(#19612)block-*,min-block-*,max-block-*utilities forblock-size,min-block-size, andmax-block-size(#19612)inset-s-*,inset-e-*,inset-bs-*,inset-be-*utilities forinset-inline-start,inset-inline-end,inset-block-start, andinset-block-end(#19613)font-features-*utility forfont-feature-settings(#19623)Fixed
@supportswrapper forcolor-mixvalues (#19450)@source inline()argument (#19461)@tailwindcss/cli(#19447)@utilityname validation with Oxide scanner rules (#19524)@variantinside@custom-variant(#19633).25inaspect-*fractions (e.g.aspect-8.5/11) (#19688)@sourcetrigger a full page reload when using@tailwindcss/vite(#19670)@tailwindcss/vite(#19677)@utilitynames to improve support with formatters such as Biome (#19626).jjto default ignored content directories (#19687)Deprecated
start-*andend-*utilities in favor ofinset-s-*andinset-e-*utilities (#19613)Infisical/secrets-action (Infisical/secrets-action)
v1.0.16Compare Source
What's Changed
New Contributors
Full Changelog: Infisical/secrets-action@v1.0.15...v1.0.16
actions/cache (actions/cache)
v4.3.0Compare Source
What's Changed
v4.3.0release by @Link- in #1655New Contributors
Full Changelog: actions/cache@v4...v4.3.0
alpinejs/alpine (alpinejs)
v3.15.11Compare Source
What's Changed
x-anchor.noflipmodifier by @calebporzio in #4791New Contributors
Full Changelog: alpinejs/alpine@v3.15.10...v3.15.11
v3.15.10Compare Source
Fixed
v3.15.9Compare Source
What's Changed
tabbableandfocus-trapdependencies in focus plugin by @joshhanley in #4737x-model.parentwhen inside ofx-teleportby @willrowe in #4676x-on.passive.falsemodifier by @hirasso in #4610$dispatchby @nicolagianelli in #4608x-htmlhandlesundefinedby @willrowe in #4555x-databy @helio3197 in #4528setAttributepatch by @joshhanley in #4770x-model.blurcrash when input is removed from a form by @joshhanley in #4783New Contributors
Full Changelog: alpinejs/alpine@v3.15.8...v3.15.9
appleboy/ssh-action (appleboy/ssh-action)
v1.2.5Compare Source
Changelog
Refactor
0ff4204: refactor: streamline output handling for GITHUB_OUTPUT in workflows (#404) (@appleboy)Documentation updates
23bd972: docs: update README and assets for new SSH agent workflow (@appleboy)8e460a2: docs: improve documentation table formatting for output descriptions (@appleboy)v1.2.4Compare Source
Changelog
Enhancements
4e3535e: chore: bump default DRONE_SSH_VERSION to 1.8.2 (@appleboy)Build process updates
823bd89: ci: trigger GitHub Actions workflows only on version tags (@appleboy)Documentation updates
652a0be: docs: update CI documentation and workflow references (@appleboy)f6208e0: docs: document and demonstrate capturing and using command output (@appleboy)postcss/autoprefixer (autoprefixer)
v10.4.27Compare Source
package.json.v10.4.26Compare Source
v10.4.25Compare Source
axllent/mailpit (axllent/mailpit)
v1.29.7Compare Source
Chore
v1.29.6Compare Source
Chore
Fix
v1.29.5Compare Source
Security
Feature
Chore
v1.29.4Compare Source
Feature
Chore
Fix
v1.29.3Compare Source
Security
Chore
Fix
v1.29.2Compare Source
Security
Chore
Fix
v1.29.1Compare Source
Chore
Fix
v1.29.0Compare Source
Feature
Chore
Test
v1.28.4Compare Source
Chore
Fix
v1.28.3Compare Source
Security
Chore
@character in message tags & set max length to 100 characters per tagFix
Test
@characterv1.28.2Compare Source
Security
Feature
Chore
v1.28.1Compare Source
Security
Chore
Test
v1.28.0Compare Source
Feature
Chore
docker/login-action (docker/login-action)
v3.7.0Compare Source
scopeinput to set scopes for the authentication token by @crazy-max in #912registry-authinput by @crazy-max in #911Full Changelog: docker/login-action@v3.6.0...v3.7.0
docker/metadata-action (docker/metadata-action)
v5.10.0Compare Source
Full Changelog: docker/metadata-action@v5.9.0...v5.10.0
docker/setup-buildx-action (docker/setup-buildx-action)
v3.12.0Compare Source
installinput by @crazy-max in #455Full Changelog: docker/setup-buildx-action@v3.11.1...v3.12.0
filamentphp/panels (filament/filament)
v3.3.50Compare Source
v3.3.49Compare Source
filamentphp/spatie-laravel-media-library-plugin (filament/spatie-laravel-media-library-plugin)
v3.3.50Compare Source
v3.3.49Compare Source
josiasmontag/laravel-recaptchav3 (josiasmontag/laravel-recaptchav3)
v1.0.5Compare Source
Laravel 13
laravel/framework (laravel/framework)
v11.51.0Compare Source
schedule:listdisplay expression in the correct timezone by @xiCO2k in #59340v11.50.0Compare Source
v11.49.0Compare Source
laravel/telescope (laravel/telescope)
v5.20.0Compare Source
.npmrcfile by @crynobone in #1707v5.19.0Compare Source
v5.18.0Compare Source
localStoragecollision by @meduzen in #1687livewire/livewire (livewire/livewire)
v3.7.15Compare Source
What's Changed
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.
This PR has been generated by Renovate Bot.