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 #400

Open
wants to merge 5 commits 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
@alpinejs/focus (source) dependencies patch ^3.14.7 -> ^3.14.8
@alpinejs/persist (source) dependencies patch ^3.14.7 -> ^3.14.8
@tailwindcss/forms dependencies patch ^0.5.9 -> ^0.5.10
@tailwindcss/typography dependencies patch ^0.5.15 -> ^0.5.16
@typescript-eslint/eslint-plugin (source) devDependencies minor ^8.17.0 -> ^8.21.0
@typescript-eslint/parser (source) devDependencies minor ^8.17.0 -> ^8.21.0
actions/setup-node action minor v4.1.0 -> v4.2.0
alpine stage patch 3.21.0 -> 3.21.2
alpinejs (source) dependencies patch ^3.14.7 -> ^3.14.8
axllent/mailpit (source) patch v1.21.5 -> v1.21.8 v1.22.0
blumilksoftware/codestyle require-dev patch ^4.0.0 -> ^4.0.1
composer stage patch 2.8.3 -> 2.8.5
composer/composer stage patch 2.8.3-bin -> 2.8.5-bin
docker/build-push-action action minor v6.10.0 -> v6.13.0
docker/setup-buildx-action action minor v3.7.1 -> v3.8.0
filament/filament (source) require patch ^3.2.128 -> ^3.2.135
filament/spatie-laravel-translatable-plugin (source) require patch ^3.2.128 -> ^3.2.135
intervention/image-laravel (source) require minor ^1.3 -> ^1.4.0
laravel-vite-plugin dependencies minor ^1.1.1 -> ^1.2.0
laravel/framework (source) require minor ^11.34.2 -> ^11.39.1 11.40.0
laravel/sanctum require patch ^4.0.5 -> ^4.0.7
nesbot/carbon (source) require patch ^3.8.2 -> ^3.8.4
node stage minor 22.6.0-bullseye-slim -> 22.13.1-bullseye-slim
nunomaduro/collision require-dev minor ^8.5.0 -> ^8.6.1
php final minor 8.3.12-fpm-bookworm -> 8.4.3-fpm-bookworm
phpunit/phpunit (source) require-dev patch ^11.5.0 -> ^11.5.3
postcss (source) devDependencies minor ^8.4.49 -> ^8.5.1
sentry/sentry-laravel (source) require minor ^4.10.1 -> ^4.11.0
shivammathur/setup-php action minor 2.31.1 -> 2.32.0
tailwindcss (source) dependencies patch ^3.4.16 -> ^3.4.17

Release Notes

alpinejs/alpine (@​alpinejs/focus)

v3.14.8

Compare Source

Fixed
  • Fix x-mask triggering update requests on load #​4481
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)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.21.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-duplicate-enum-values] handle template literal (#​10675)
  • eslint-plugin: [no-base-to-string] don't crash for recursive array or tuple types (#​10633)
  • eslint-plugin: [no-for-in-array] report on any type which may be an array or array-like (#​10535)
  • eslint-plugin: check JSX spread elements for misused spread usage (#​10653)
  • eslint-plugin: [no-unnecessary-type-arguments] handle type args on jsx (#​10630)
❤️ Thank You

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

v8.20.0

Compare Source

🚀 Features
  • eslint-plugin: [consistent-type-assertions] add arrayLiteralTypeAssertions options (#​10565)
  • eslint-plugin: [no-deprecated] add allow options (#​10585)
  • eslint-plugin: [no-misused-spread] add new rule (#​10551)
🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] don't flag optional chaining for union types with an unconstrained type parameters (#​10602)
  • eslint-plugin: [no-shadow] ignore ordering of type declarations (#​10593)
❤️ Thank You

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

v8.19.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] handle literal types (#​10523)
  • eslint-plugin: [no-deprecated] doesn't report on shorthand property in an object expression (#​10550)
  • eslint-plugin: [strict-boolean-expressions] remove remaining (unsafe) autofixes (#​10548)
  • eslint-plugin: [no-shadow] report correctly on parameters of functions declared with the declare keyword (#​10543)
  • eslint-plugin: [no-base-to-string] check array generic type (#​10437)
❤️ Thank You
  • Kirk Waiblinger
  • mdm317
  • Ronen Amiel
  • Yukihiro Hasegawa @​y-hsgw

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

v8.19.0

Compare Source

🚀 Features
  • eslint-plugin: [strict-boolean-expressions] check array predicate functions' return statements (#​10106)
🩹 Fixes
  • eslint-plugin: [member-ordering] ignore method overloading (#​10536)
  • eslint-plugin: [consistent-indexed-object-style] don't report on indirect circular references (#​10537)
  • eslint-plugin: [array-type] autofix with conditional types needs parentheses (#​10522)
  • eslint-plugin: add getConstraintInfo to handle generic constraints better (#​10496)
❤️ Thank You

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

v8.18.2

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] handle noUncheckedIndexedAccess true (#​10514)
  • eslint-plugin: [consistent-type-assertions] allow default assertionStyle option (#​10512)
  • eslint-plugin: [no-unnecessary-type-arguments] handle type/value context (#​10503)
  • eslint-plugin: [no-unsafe-type-assertion] fix for unsafe assertion to a constrained type parameter (#​10461)
  • eslint-plugin: [consistent-indexed-object-style] use a suggestion over an auto-fix if can't reliably determine that produced index signature is valid (#​10490)
  • eslint-plugin: [no-unnecessary-condition] don't flag values of an unconstrained or valid type parameter (#​10473)
  • eslint-plugin: [prefer-reduce-type-parameter] don't report cases in which the fix results in a type error (#​10494)
  • eslint-plugin: [no-deprecated] not reporting usages of deprecated declared constants as object value (#​10498)
❤️ Thank You

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

v8.18.1

Compare Source

🩹 Fixes
  • scope-manager: visit params decorator before nest scope (#​10475)
  • eslint-plugin: [no-unnecessary-condition] better message when comparing between literal types (#​10454)
  • eslint-plugin: use consistent naming for asserting types and casting values (#​10472)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] flag values of a type parameter with boolean type constraints (#​10474)
  • eslint-plugin: handle string like index type (#​10460)
  • eslint-plugin: [no-unnecessary-template-expression] don't report when an expression includes comment (#​10444)
❤️ Thank You

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

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

v8.21.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.20.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.19.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.

v8.19.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.18.2

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.18.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/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.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)
blumilksoftware/codestyle (blumilksoftware/codestyle)

v4.0.1

Compare Source

What's Changed

Full Changelog: blumilksoftware/codestyle@v4.0.0...v4.0.1

docker/build-push-action (docker/build-push-action)

v6.13.0

Compare Source

Full Changelog: docker/build-push-action@v6.12.0...v6.13.0

v6.12.0

Compare Source

Full Changelog: docker/build-push-action@v6.11.0...v6.12.0

v6.11.0

Compare Source

Full Changelog: docker/build-push-action@v6.10.0...v6.11.0

docker/setup-buildx-action (docker/setup-buildx-action)

v3.8.0

Compare Source

Full Changelog: docker/setup-buildx-action@v3.7.1...v3.8.0

filamentphp/panels (filament/filament)

v3.2.135

Compare Source

v3.2.134

Compare Source

v3.2.133

Compare Source

v3.2.132

Compare Source

v3.2.131

Compare Source

v3.2.130

Compare Source

v3.2.129

Compare Source

filamentphp/spatie-laravel-translatable-plugin (filament/spatie-laravel-translatable-plugin)

v3.2.135

Compare Source

v3.2.134

Compare Source

v3.2.133

Compare Source

v3.2.132

Compare Source

v3.2.131

Compare Source

v3.2.130

Compare Source

v3.2.129

Compare Source

Intervention/image-laravel (intervention/image-laravel)

v1.4.0

Compare Source

What's Changed

Full Changelog: Intervention/image-laravel@1.3.0...1.4.0

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

v1.2.0

Compare Source

laravel/framework (laravel/framework)

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


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 requested a review from a team as a code owner January 1, 2025 10:07
@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:07
@blumilk-renovate blumilk-renovate bot force-pushed the renovate/all-minor-patch-digest-pindigest branch 4 times, most recently from 70415d2 to b8753a7 Compare January 8, 2025 10:12
@blumilk-renovate blumilk-renovate bot force-pushed the renovate/all-minor-patch-digest-pindigest branch 7 times, most recently from 9cdc59d to d4758ac Compare January 17, 2025 10:07
@blumilk-renovate blumilk-renovate bot force-pushed the renovate/all-minor-patch-digest-pindigest branch 7 times, most recently from f4608cc to 00a594d Compare January 24, 2025 10:15
@blumilk-renovate blumilk-renovate bot force-pushed the renovate/all-minor-patch-digest-pindigest branch 2 times, most recently from fa8ae40 to fe63eea Compare January 26, 2025 10:07
@blumilk-renovate blumilk-renovate bot force-pushed the renovate/all-minor-patch-digest-pindigest branch from fe63eea to 56c5808 Compare January 27, 2025 10:08
@blumilk-renovate
Copy link
Contributor Author

Edited/Blocked Notification

Renovate 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.

⚠️ Warning: custom changes will be lost.

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.

1 participant