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 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
@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.19.1
@typescript-eslint/parser (source) devDependencies minor ^8.17.0 -> ^8.19.1
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
blumilksoftware/codestyle require-dev patch ^4.0.0 -> ^4.0.1
composer/composer stage patch 2.8.3-bin -> 2.8.4-bin
docker/build-push-action action minor v6.10.0 -> v6.11.0
docker/setup-buildx-action action minor v3.7.1 -> v3.8.0
filament/filament (source) require patch ^3.2.128 -> ^3.2.132 3.2.133
filament/spatie-laravel-translatable-plugin (source) require patch ^3.2.128 -> ^3.2.133
laravel/framework (source) require minor ^11.34.2 -> ^11.37.0
laravel/sanctum require patch ^4.0.5 -> ^4.0.7
node stage minor 22.6.0-bullseye-slim -> 22.13.0-bullseye-slim
php final minor 8.3.12-fpm-bookworm -> 8.4.2-fpm-bookworm
phpunit/phpunit (source) require-dev patch ^11.5.0 -> ^11.5.2
sentry/sentry-laravel (source) require patch ^4.10.1 -> ^4.10.2
shivammathur/setup-php action minor 2.31.1 -> 2.32.0
tailwindcss (source) dependencies patch ^3.4.16 -> ^3.4.17
vite (source) devDependencies patch ^6.0.3 -> ^6.0.7

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

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

Compare Source

v3.2.132

Compare Source

v3.2.131

Compare Source

v3.2.130

Compare Source

v3.2.129

Compare Source

laravel/framework (laravel/framework)

v11.37.0

Compare Source

v11.36.1

Compare Source

v11.36.0

Compare Source

v11.35.1

Compare Source

v11.35.0

Compare Source

laravel/sanctum (laravel/sanctum)

v4.0.7

Compare Source

v4.0.6

Compare Source

nodejs/node (node)

v22.13.0: 2025-01-07, Version 22.13.0 'Jod' (LTS), @​ruyadorno

Compare Source

Notable Changes
Stabilize Permission Model

Upgrades the Permission Model status from Active Development to Stable.

Contributed by Rafael Gonzaga #​56201

Graduate WebCryptoAPI Ed25519 and X25519 algorithms as stable

Following the merge of Curve25519 into the Web Cryptography API Editor's Draft the Ed25519 and X25519 algorithm identifiers are now stable and will no longer emit an ExperimentalWarning upon use.

Contributed by (Filip Skokan) #​56142

Other Notable Changes
  • [05d6227a88] - (SEMVER-MINOR) assert: add partialDeepStrictEqual (Giovanni Bucci) #​54630
  • [a933103499] - (SEMVER-MINOR) cli: implement --trace-env and --trace-env-[js|native]-stack (Joyee Cheung) #​55604
  • [ba9d5397de] - (SEMVER-MINOR) dgram: support blocklist in udp (theanarkh) #​56087
  • [f6d0c01303] - doc: stabilize util.styleText (Rafael Gonzaga) #​56265
  • [34c68827af] - doc: move typescript support to active development (Marco Ippolito) #​55536
  • [dd14b80350] - doc: add LJHarb to collaborators (Jordan Harband) #​56132
  • [5263086169] - (SEMVER-MINOR) doc: add report version and history section (Chengzhong Wu) #​56130
  • [8cb3c2018d] - (SEMVER-MINOR) doc: sort --report-exclude alphabetically (Rafael Gonzaga) #​55788
  • [55239a48b6] - (SEMVER-MINOR) doc,lib,src,test: unflag sqlite module (Colin Ihrig) #​55890
  • [7cbe3de1d8] - (SEMVER-MINOR) module: only emit require(esm) warning under --trace-require-module (Joyee Cheung) #​56194
  • [6575b76042] - (SEMVER-MINOR) module: add module.stripTypeScriptTypes (Marco Ippolito) #​55282
  • [bacfe6d5c9] - (SEMVER-MINOR) net: support blocklist in net.connect (theanarkh) #​56075
  • [b47888d390] - (SEMVER-MINOR) net: support blocklist for net.Server (theanarkh) #​56079
  • [566f0a1d25] - (SEMVER-MINOR) net: add SocketAddress.parse (James M Snell) #​56076
  • [ed7eab1421] - (SEMVER-MINOR) net: add net.BlockList.isBlockList(value) (James M Snell) #​56078
  • [ea4891856d] - (SEMVER-MINOR) process: deprecate features.{ipv6,uv} and features.tls_* (René) #​55545
  • [01eb308f26] - (SEMVER-MINOR) report: fix typos in report keys and bump the version (Yuan-Ming Hsu) #​56068
  • [97c38352d0] - (SEMVER-MINOR) sqlite: aggregate constants in a single property (Edigleysson Silva (Edy)) #​56213
  • [b4041e554a] - (SEMVER-MINOR) sqlite: add StatementSync.prototype.iterate method (tpoisseau) #​54213
  • [2e3ca1bbdd] - (SEMVER-MINOR) src: add cli option to preserve env vars on diagnostic reports (Rafael Gonzaga) #​55697
  • [bcfe9c80fc] - (SEMVER-MINOR) util: add sourcemap support to getCallSites (Marco Ippolito) #​55589
Commits

Configuration

📅 Schedule: Branch creation - "after 7am on the first day of the month,before 3pm on the first day of the month" 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 2 times, most recently from 463798b to 97a6227 Compare January 11, 2025 10:07
@blumilk-renovate
Copy link
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: composer.lock
Command failed: composer update blumilksoftware/codestyle:4.0.1 filament/filament:3.2.132 filament/spatie-laravel-translatable-plugin:3.2.133 laravel/framework:11.37.0 laravel/sanctum:4.0.7 phpunit/phpunit:11.5.2 sentry/sentry-laravel:4.10.2 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Loading composer repositories with package information
Dependency guzzlehttp/guzzle is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Dependency nesbot/carbon is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Dependency mockery/mockery is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires filament/filament ^3.2.132 -> satisfiable by filament/filament[v3.2.132].
    - Root composer.json requires filament/spatie-laravel-translatable-plugin ^3.2.133 -> satisfiable by filament/spatie-laravel-translatable-plugin[v3.2.133].
    - filament/filament v3.2.132 requires filament/support v3.2.132 -> satisfiable by filament/support[v3.2.132].
    - filament/spatie-laravel-translatable-plugin v3.2.133 requires filament/support v3.2.133 -> satisfiable by filament/support[v3.2.133].
    - You can only install one version of a package, so only one of these can be installed: filament/support[v3.0.0, ..., v3.2.133].

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

@blumilk-renovate blumilk-renovate bot force-pushed the renovate/all-minor-patch-digest-pindigest branch from 97a6227 to fd2059f Compare January 12, 2025 10:07
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