Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

blumilk-renovate[bot]
Copy link
Contributor

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

This PR contains the following updates:

Package Type Update Change Pending
@inertiajs/vue3 (source) dependencies minor ^1.2.0 -> ^1.3.0
@tailwindcss/forms dependencies patch ^0.5.9 -> ^0.5.10
@tailwindcss/typography dependencies patch ^0.5.15 -> ^0.5.16
actions/cache action minor v4.1.2 -> v4.2.0
actions/setup-node action minor v4.1.0 -> v4.2.0
axllent/mailpit (source) minor v1.21.5 -> v1.22.1 v1.22.2
composer/composer stage patch 2.8.3-bin -> 2.8.5-bin
eslint-plugin-tailwindcss devDependencies minor ^3.17.5 -> ^3.18.0
inertiajs/inertia-laravel require patch ^1.3.1 -> ^1.3.2
laravel-vite-plugin dependencies minor ^1.1.1 -> ^1.2.0
laravel/framework (source) require minor ^11.34.2 -> ^11.41.3
laravel/sanctum require patch ^4.0.5 -> ^4.0.8
laravel/tinker require patch ^2.10.0 -> ^2.10.1
node stage minor 22.12.0-bullseye-slim -> 22.13.1-bullseye-slim
nunomaduro/collision require-dev minor ^8.5.0 -> ^8.6.1
nunomaduro/larastan require-dev patch ^2.9.12 -> ^2.9.14
php final minor 8.3.12-fpm-bullseye -> 8.4.3-fpm-bullseye
phpunit/phpunit (source) require-dev minor ^11.4.4 -> ^11.5.7
postcss (source) devDependencies minor ^8.4.49 -> ^8.5.1
shivammathur/setup-php action minor 2.31.1 -> 2.32.0
tailwindcss (source) dependencies patch ^3.4.16 -> ^3.4.17
vue-tsc (source) devDependencies minor ^2.1.10 -> ^2.2.0

Release Notes

inertiajs/inertia (@​inertiajs/vue3)

v1.3.0

Compare Source

Added
Changed
  • Skip intercepting non-left button clicks on links (#​1908, #​1910)
  • Changed preserveScroll to be true on initial page visit (#​1360)
  • Return early when using router.on() during SSR (#​1715)
  • Use updater function in setData in useForm hook in React adapter (#​1859)
Fixed
  • Fix history navigation issue on Chrome iOS (#​1984, #​1992)
  • Fix setNavigationType for Safari 10 (#​1957)
  • Export InertiaFormProps in all adapters (#​1596, #​1734)
  • Fix isDirty after form.defaults() call in Vue 3 (#​1985)
  • Fix scroll reset on page navigation (#​1980)
  • Fix scroll position restoration for [scroll-region] elements (#​1782, #​1980)
  • Fix useForm re-renders by memoizing functions in React adapter (#​1607)
  • Fix doubling hash when using <React.StrictMode> (#​1728)
  • Fix type augmentation in Vue 3 adapter (#​1958)
  • Fix form helper transform return type in React adapter (#​1896)
  • Fix props reactivity in Svelte adapter (#​1969)
  • Fix <Render /> component to respect preserveState option in Svelte adapter (#​1943)
  • Fix 'received an unexpected slot "default"' warning in Svelte adapter (#​1941)
  • Fix command + click behavior on links in React adapter (#​2132)
  • Fix import in Svelte adapter (#​2002)
tailwindlabs/tailwindcss-forms (@​tailwindcss/forms)

v0.5.10

Compare Source

Fixed
  • Support installing with beta versions of Tailwind CSS v4 (#​163)
tailwindlabs/tailwindcss-typography (@​tailwindcss/typography)

v0.5.16

Compare Source

Fixed
  • Support installing with beta versions of Tailwind CSS v4 (#​365)
actions/cache (actions/cache)

v4.2.0

Compare Source

⚠️ Important Changes

The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.

The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.

We are deprecating some versions of this action. We recommend upgrading to version v4 or v3 as soon as possible before February 1st, 2025. (Upgrade instructions below).

If you are using pinned SHAs, please use the SHAs of versions v4.2.0 or v3.4.0

If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.

Upgrading to the recommended versions will not break your workflows.

Read more about the change & access the migration guide: reference to the announcement.

Minor changes

Minor and patch version updates for these dependencies:

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

actions/setup-node (actions/setup-node)

v4.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/setup-node@v4...v4.2.0

axllent/mailpit (axllent/mailpit)

v1.22.1

Compare Source

Feature
  • Add optional query parameter for HTML message iframe embedding (#​434)
  • Add optional UI setting to skip "Delete all" & "Mark all read" confirmation dialogs(#​428)
Chore
  • Update node dependencies
  • Update Go dependencies
  • Add API CORS policy to HTML preview routes (#​434)
  • Bump actions/stale from 9.0.0 to 9.1.0 (#​432)

v1.22.0

Compare Source

Feature
  • SMTP auto-forwarding option (#​414)
  • Option to override the From email address in SMTP relay configuration (#​414)
  • Add Chaos functionality to test integration handling of SMTP error responses (#​402, #​110, #​144 & #​268)
Chore
  • Update node dependencies
  • Update Go dependencies
Fix
  • Update command npm run update-caniemail save path (#​422)
  • Correct date formatting in TestMakeHeaders

v1.21.8

Compare Source

Chore
  • Update node dependencies
  • Update Go dependencies
Fix
  • db: Remove unused FOREIGN KEY REFERENCES in message_tags table (#​374)

v1.21.7

Compare Source

Chore
  • Update node dependencies
  • Update Go dependencies
  • Bump Go version for automated testing
  • Move smtpd & pop3 modules to internal
  • Stricter SMTP 'MAIL FROM' & 'RCPT TO' handling (#​409)
  • Display "To" details in mobile messages list
  • Display "From" details in message sidebar (desktop) (#​403)
Fix
  • Ignore unsupported optional SMTP 'MAIL FROM' parameters (#​407)
  • Prevent splitting multi-byte characters in message snippets (#​404)
Testing
  • Add smtpd tests

v1.21.6

Compare Source

Feature
  • Include Mailpit label (if set) in webhook HTTP header (#​400)
  • Add support for sending inline attachments via HTTP API (#​399)
Chore
  • Update caniemail database
  • Update node dependencies
  • Update Go dependencies
Fix
  • Message view not updating when deleting messages from search (#​395)
francoismassart/eslint-plugin-tailwindcss (eslint-plugin-tailwindcss)

v3.18.0

Compare Source

inertiajs/inertia-laravel (inertiajs/inertia-laravel)

v1.3.2

Compare Source

laravel/vite-plugin (laravel-vite-plugin)

v1.2.0

Compare Source

laravel/framework (laravel/framework)

v11.41.3

Compare Source

v11.41.2

Compare Source

v11.41.1

Compare Source

v11.41.0

Compare Source

v11.40.0

Compare Source

v11.39.1

Compare Source

v11.39.0

Compare Source

v11.38.2

Compare Source

v11.38.1

Compare Source

v11.38.0

Compare Source

v11.37.0

Compare Source

v11.36.1

Compare Source

v11.36.0

Compare Source

v11.35.1

Compare Source


Configuration

📅 Schedule: Branch creation - "* * 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 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 Jan 1, 2025
@blumilk-renovate blumilk-renovate bot requested a review from Blusia January 1, 2025 10:20
@blumilk-renovate blumilk-renovate bot force-pushed the renovate/all-minor-patch-digest-pindigest branch 2 times, most recently from a550e15 to 4f9bf08 Compare January 6, 2025 10:21
@blumilk-renovate blumilk-renovate bot force-pushed the renovate/all-minor-patch-digest-pindigest branch 5 times, most recently from ac67dcd to 5dad684 Compare January 17, 2025 10:22
@blumilk-renovate blumilk-renovate bot force-pushed the renovate/all-minor-patch-digest-pindigest branch 5 times, most recently from af1d333 to 758ca79 Compare January 25, 2025 10:22
@blumilk-renovate blumilk-renovate bot force-pushed the renovate/all-minor-patch-digest-pindigest branch 8 times, most recently from 9f555a3 to fb77782 Compare February 2, 2025 10:18
@blumilk-renovate blumilk-renovate bot force-pushed the renovate/all-minor-patch-digest-pindigest branch 3 times, most recently from 31ee829 to c7cbb95 Compare February 7, 2025 10:20
@blumilk-renovate blumilk-renovate bot force-pushed the renovate/all-minor-patch-digest-pindigest branch 2 times, most recently from 5850e6f to 061f3af Compare February 9, 2025 10:20
@blumilk-renovate blumilk-renovate bot force-pushed the renovate/all-minor-patch-digest-pindigest branch from 061f3af to 5bfd27c Compare February 10, 2025 10:20
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