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

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

blumilkbot
Copy link
Member

@blumilkbot blumilkbot commented Jul 23, 2024

This PR contains the following updates:

Package Type Update Change Pending
@heroicons/vue dependencies patch ^2.1.4 -> ^2.1.5
@​inertiajs/progress dependencies minor ^0.1.2 -> ^0.2.7
@vue/compiler-sfc (source) dependencies patch ^3.4.30 -> ^3.4.34
actions/setup-node action patch v4.0.2 -> v4.0.3
alpine stage patch 3.20.1 -> 3.20.2
axllent/mailpit (source) minor v1.18 -> v1.19
composer stage digest 2df6a8c -> 6d2b538
composer/composer stage digest aed26ab -> 1832641
docker/login-action action minor v3.2.0 -> v3.3.0
docker/setup-buildx-action action minor v3.3.0 -> v3.5.0 v3.6.1 (+1)
echarts (source) dependencies patch ^5.5.0 -> ^5.5.1
eslint-plugin-vue (source) devDependencies patch ^9.26.0 -> ^9.27.0
guzzlehttp/guzzle (source) require minor ^7.8.1 -> ^7.9.2
laravel/dusk (source) require-dev patch ^8.2.0 -> ^8.2.2
laravel/framework (source) require minor ^11.11.1 -> ^11.18.1
laravel/socialite (source) require patch ^5.15.0 -> ^5.15.1
laravel/telescope require patch ^5.1.0 -> ^5.1.1
node stage minor 22.3.0-bullseye-slim -> 22.5.1-bullseye-slim
nunomaduro/collision require-dev minor ^8.1.1 -> ^8.3.0
php patch 8.3.8 -> 8.3.9
php final patch 8.3.8-cli-bullseye -> 8.3.9-cli-bullseye
php stage patch 8.3.8-cli-bullseye -> 8.3.9-cli-bullseye
phpunit/phpunit (source) require-dev patch ^11.2.5 -> ^11.2.8
postcss (source) dependencies patch ^8.4.38 -> ^8.4.40
postgres service digest 751715f -> 68b988a
postgres digest 751715f -> 68b988a
selenium/standalone-chrome digest f003776 -> 08eb527
sentry/sentry-laravel (source) require patch ^4.6.1 -> ^4.7.1
shivammathur/setup-php action patch 2.31.0 -> 2.31.1
tailwindcss (source) dependencies patch ^3.4.4 -> ^3.4.7
vue (source) dependencies patch ^3.4.30 -> ^3.4.34

Release Notes

vuejs/core (@​vue/compiler-sfc)

v3.4.34

Compare Source

Bug Fixes

v3.4.33

Compare Source

Bug Fixes
actions/setup-node (actions/setup-node)

v4.0.3

Compare Source

What's Changed

Bug fixes:
Documentation changes:
Dependency updates:

New Contributors

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

axllent/mailpit (axllent/mailpit)

v1.19

Chore
  • Update Go dependencies
  • Display nicer noscript message when JavaScript is disabled
Fix
  • Security: Prevent bypass of Contend Security Policy using stored XSS, and sanitize preview HTML data (DOMPurify)
docker/login-action (docker/login-action)

v3.3.0

Compare Source

Full Changelog: docker/login-action@v3.2.0...v3.3.0

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

v3.5.0

Compare Source

Full Changelog: docker/setup-buildx-action@v3.4.0...v3.5.0

v3.4.0

Compare Source

Full Changelog: docker/setup-buildx-action@v3.3.0...v3.4.0

guzzle/guzzle (guzzlehttp/guzzle)

v7.9.2

Compare Source

Fixed
  • Adjusted handler selection to use cURL if its version is 7.21.2 or higher, rather than 7.34.0

v7.9.1

Compare Source

Fixed
  • Fix TLS 1.3 check for HTTP/2 requests

v7.9.0

Compare Source

Changed
  • Improve protocol version checks to provide feedback around unsupported protocols
  • Only select the cURL handler by default if 7.34.0 or higher is linked
  • Improved CurlMultiHandler to avoid busy wait if possible
  • Dropped support for EOL guzzlehttp/psr7 v1
  • Improved URI user info redaction in errors

v7.8.2

Compare Source

Added
  • Support for PHP 8.4
laravel/dusk (laravel/dusk)

v8.2.2

Compare Source

laravel/framework (laravel/framework)

v11.18.1

Compare Source

v11.18.0

Compare Source

v11.17.0

Compare Source

v11.16.0

Compare Source

nodejs/node (node)

v22.5.1: 2024-07-19, Version 22.5.1 (Current), @​richardlau

Compare Source

Notable Changes

This release fixes a regression introduced in Node.js 22.5.0. The problem is known to display the following symptoms:

  • Crash with FATAL ERROR: v8::Object::GetCreationContextChecked No creation context available #​53902
  • npm errors with npm error Exit handler never called! npm/cli#7657
  • yarn hangs or outputs Usage Error: Couldn't find the node_modules state file - running an install might help (findPackageLocation) yarnpkg/berry#6398
Commits
nunomaduro/collision (nunomaduro/collision)

v8.3.0

Compare Source

Added
  • Better Ignition support
Chore
  • Bumps dependencies
sebastianbergmann/phpunit (phpunit/phpunit)

v11.2.8: PHPUnit 11.2.8

Compare Source

Fixed
  • #​5898: Test\Passed event is not emitted for PHPT tests
  • --coverage-filter CLI option could not be used multiple times

How to install or update PHPUnit

postcss/postcss (postcss)

v8.4.40

Compare Source

  • Moved to getter/setter in nodes types to help Sass team (by @​nex3).
getsentry/sentry-laravel (sentry/sentry-laravel)

v4.7.1

Compare Source

The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.7.1.

Bug Fixes
  • Always remove the XSRF-TOKEN cookie value before sending to Sentry (#​920)
  • Fix trace durations when using Octane (#​921)
  • Handle clousre route names (#​921)
  • Don't rely on facades when accessing the Laravel context (#​922)
  • Normalize array of cache key names before converting to string (#​923)
shivammathur/setup-php (shivammathur/setup-php)

v2.31.1

Compare Source

Changelog

  • Fix installing PECL extensions on Windows with a build version #​855

  • Fix cache support for ioncube extension #​856

  • Updated Node.js dependencies.

For the complete list of changes, please refer to the Full Changelog

Follow for updates

setup-php reddit setup-php twitter setup-php status

tailwindlabs/tailwindcss (tailwindcss)

v3.4.7

Compare Source

Fixed
  • Fix class detection in Slim templates with attached attributes and ID (#​14019)
  • Ensure attribute values in data-* and aria-* modifiers are always quoted in the generated CSS (#​14037)

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.

@blumilkbot blumilkbot requested a review from a team as a code owner July 23, 2024 12:03
@blumilkbot blumilkbot 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 Jul 23, 2024
@blumilkbot blumilkbot requested a review from Blusia July 23, 2024 12:03
@blumilkbot blumilkbot force-pushed the renovate/all-minor-patch-digest-pindigest branch 4 times, most recently from feb7b28 to 86bf753 Compare July 30, 2024 10:04
@blumilk-renovate blumilk-renovate bot force-pushed the renovate/all-minor-patch-digest-pindigest branch from 86bf753 to d0d7323 Compare July 31, 2024 22:05
@Blusia Blusia requested a review from EwelinaSkrzypacz August 1, 2024 08:15
Blusia
Blusia previously approved these changes Aug 1, 2024
@blumilk-renovate blumilk-renovate bot force-pushed the renovate/all-minor-patch-digest-pindigest branch 2 times, most recently from a6bd0e7 to 99a79f5 Compare August 1, 2024 17:06
@blumilk-renovate blumilk-renovate bot force-pushed the renovate/all-minor-patch-digest-pindigest branch from 99a79f5 to 05ad832 Compare August 1, 2024 20:06
@Blusia Blusia requested a review from kamilpiech97 August 9, 2024 08:59
@Blusia Blusia merged commit d2b0f57 into main Aug 9, 2024
4 checks passed
@Blusia Blusia deleted the renovate/all-minor-patch-digest-pindigest branch August 9, 2024 10:08
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.

4 participants