blumilksoftware / toby

HR software you love to hate
MIT License
17 stars 4 forks source link

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

Closed blumilkbot closed 3 months ago

blumilkbot commented 4 months ago

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`](https://togithub.com/vuejs/core/blob/HEAD/CHANGELOG.md#3434-2024-07-24) [Compare Source](https://togithub.com/vuejs/core/compare/v3.4.33...v3.4.34) ##### Bug Fixes - **defineModel:** correct update with multiple changes in same tick ([#​11430](https://togithub.com/vuejs/core/issues/11430)) ([a18f1ec](https://togithub.com/vuejs/core/commit/a18f1ecf05842337f1eb39a6871adb8cb4024093)), closes [#​11429](https://togithub.com/vuejs/core/issues/11429) ### [`v3.4.33`](https://togithub.com/vuejs/core/blob/HEAD/CHANGELOG.md#3433-2024-07-19) [Compare Source](https://togithub.com/vuejs/core/compare/v3.4.32...v3.4.33) ##### Bug Fixes - **runtime-dom:** handle undefined values in v-html ([#​11403](https://togithub.com/vuejs/core/issues/11403)) ([5df67e3](https://togithub.com/vuejs/core/commit/5df67e36756639ea7b923d1b139d6cb14450123b))
actions/setup-node (actions/setup-node) ### [`v4.0.3`](https://togithub.com/actions/setup-node/releases/tag/v4.0.3) [Compare Source](https://togithub.com/actions/setup-node/compare/v4.0.2...v4.0.3) #### What's Changed ##### Bug fixes: - Fix macos latest check failures by [@​HarithaVattikuti](https://togithub.com/HarithaVattikuti) in [https://github.com/actions/setup-node/pull/1041](https://togithub.com/actions/setup-node/pull/1041) ##### Documentation changes: - Documentation update to update default Node version to 20 by [@​bengreeley](https://togithub.com/bengreeley) in [https://github.com/actions/setup-node/pull/949](https://togithub.com/actions/setup-node/pull/949) ##### Dependency updates: - Bump undici from 5.26.5 to 5.28.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/setup-node/pull/965](https://togithub.com/actions/setup-node/pull/965) - Bump braces from 3.0.2 to 3.0.3 and other dependency updates by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/setup-node/pull/1087](https://togithub.com/actions/setup-node/pull/1087) #### New Contributors - [@​bengreeley](https://togithub.com/bengreeley) made their first contribution in [https://github.com/actions/setup-node/pull/949](https://togithub.com/actions/setup-node/pull/949) - [@​HarithaVattikuti](https://togithub.com/HarithaVattikuti) made their first contribution in [https://github.com/actions/setup-node/pull/1041](https://togithub.com/actions/setup-node/pull/1041) **Full Changelog**: https://github.com/actions/setup-node/compare/v4...v4.0.3
axllent/mailpit (axllent/mailpit) ### [`v1.19`](https://togithub.com/axllent/mailpit/blob/HEAD/CHANGELOG.md#v1193) ##### 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`](https://togithub.com/docker/login-action/releases/tag/v3.3.0) [Compare Source](https://togithub.com/docker/login-action/compare/v3.2.0...v3.3.0) - Bump [@​docker/actions-toolkit](https://togithub.com/docker/actions-toolkit) from 0.24.0 to 0.35.0 in [https://github.com/docker/login-action/pull/754](https://togithub.com/docker/login-action/pull/754) - Bump https-proxy-agent from 7.0.4 to 7.0.5 in [https://github.com/docker/login-action/pull/741](https://togithub.com/docker/login-action/pull/741) - Bump braces from 3.0.2 to 3.0.3 in [https://github.com/docker/login-action/pull/730](https://togithub.com/docker/login-action/pull/730) **Full Changelog**: https://github.com/docker/login-action/compare/v3.2.0...v3.3.0
docker/setup-buildx-action (docker/setup-buildx-action) ### [`v3.5.0`](https://togithub.com/docker/setup-buildx-action/releases/tag/v3.5.0) [Compare Source](https://togithub.com/docker/setup-buildx-action/compare/v3.4.0...v3.5.0) - Bump [@​docker/actions-toolkit](https://togithub.com/docker/actions-toolkit) from 0.31.0 to 0.35.0 in [https://github.com/docker/setup-buildx-action/pull/340](https://togithub.com/docker/setup-buildx-action/pull/340) [https://github.com/docker/setup-buildx-action/pull/344](https://togithub.com/docker/setup-buildx-action/pull/344) [https://github.com/docker/setup-buildx-action/pull/345](https://togithub.com/docker/setup-buildx-action/pull/345) **Full Changelog**: https://github.com/docker/setup-buildx-action/compare/v3.4.0...v3.5.0 ### [`v3.4.0`](https://togithub.com/docker/setup-buildx-action/releases/tag/v3.4.0) [Compare Source](https://togithub.com/docker/setup-buildx-action/compare/v3.3.0...v3.4.0) - Throw error message instead of exit code by [@​crazy-max](https://togithub.com/crazy-max) in [https://github.com/docker/setup-buildx-action/pull/315](https://togithub.com/docker/setup-buildx-action/pull/315) - Bump [@​docker/actions-toolkit](https://togithub.com/docker/actions-toolkit) from 0.20.0 to 0.31.0 in [https://github.com/docker/setup-buildx-action/pull/321](https://togithub.com/docker/setup-buildx-action/pull/321) [https://github.com/docker/setup-buildx-action/pull/338](https://togithub.com/docker/setup-buildx-action/pull/338) - Bump braces from 3.0.2 to 3.0.3 in [https://github.com/docker/setup-buildx-action/pull/329](https://togithub.com/docker/setup-buildx-action/pull/329) - Bump undici from 5.28.3 to 5.28.4 in [https://github.com/docker/setup-buildx-action/pull/312](https://togithub.com/docker/setup-buildx-action/pull/312) - Bump uuid from 9.0.1 to 10.0.0 in [https://github.com/docker/setup-buildx-action/pull/326](https://togithub.com/docker/setup-buildx-action/pull/326) **Full Changelog**: https://github.com/docker/setup-buildx-action/compare/v3.3.0...v3.4.0
guzzle/guzzle (guzzlehttp/guzzle) ### [`v7.9.2`](https://togithub.com/guzzle/guzzle/blob/HEAD/CHANGELOG.md#792---2024-07-24) [Compare Source](https://togithub.com/guzzle/guzzle/compare/7.9.1...7.9.2) ##### Fixed - Adjusted handler selection to use cURL if its version is 7.21.2 or higher, rather than 7.34.0 ### [`v7.9.1`](https://togithub.com/guzzle/guzzle/blob/HEAD/CHANGELOG.md#791---2024-07-19) [Compare Source](https://togithub.com/guzzle/guzzle/compare/7.9.0...7.9.1) ##### Fixed - Fix TLS 1.3 check for HTTP/2 requests ### [`v7.9.0`](https://togithub.com/guzzle/guzzle/blob/HEAD/CHANGELOG.md#790---2024-07-18) [Compare Source](https://togithub.com/guzzle/guzzle/compare/7.8.2...7.9.0) ##### 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`](https://togithub.com/guzzle/guzzle/blob/HEAD/CHANGELOG.md#782---2024-07-18) [Compare Source](https://togithub.com/guzzle/guzzle/compare/7.8.1...7.8.2) ##### Added - Support for PHP 8.4
laravel/dusk (laravel/dusk) ### [`v8.2.2`](https://togithub.com/laravel/dusk/blob/HEAD/CHANGELOG.md#v822---2024-07-24) [Compare Source](https://togithub.com/laravel/dusk/compare/v8.2.1...v8.2.2) - fix: DuskTestCase driver function fails to read the DUSK_DRIVER_URL environment variable by [@​robinstraub](https://togithub.com/robinstraub) in [https://github.com/laravel/dusk/pull/1108](https://togithub.com/laravel/dusk/pull/1108) - \[8.x] Fixes installing ChromeDriver 127 and above by [@​crynobone](https://togithub.com/crynobone) in [https://github.com/laravel/dusk/pull/1110](https://togithub.com/laravel/dusk/pull/1110)
laravel/framework (laravel/framework) ### [`v11.18.1`](https://togithub.com/laravel/framework/blob/HEAD/CHANGELOG.md#v11181---2024-07-26) [Compare Source](https://togithub.com/laravel/framework/compare/v11.18.0...v11.18.1) - \[11.x] Fix variable typo at Terminating Event test by [@​chu121su12](https://togithub.com/chu121su12) in [https://github.com/laravel/framework/pull/52282](https://togithub.com/laravel/framework/pull/52282) - Revert "\[11.x] Declare bindings and singletons properties in Service Provider" by [@​driesvints](https://togithub.com/driesvints) in [https://github.com/laravel/framework/pull/52288](https://togithub.com/laravel/framework/pull/52288) ### [`v11.18.0`](https://togithub.com/laravel/framework/blob/HEAD/CHANGELOG.md#v11180---2024-07-26) [Compare Source](https://togithub.com/laravel/framework/compare/v11.17.0...v11.18.0) - Added completeWords flag to limit str method by [@​itsmewes](https://togithub.com/itsmewes) in [https://github.com/laravel/framework/pull/52245](https://togithub.com/laravel/framework/pull/52245) - \[11.x] Fix missing \* in phpdoc by [@​pb30](https://togithub.com/pb30) in [https://github.com/laravel/framework/pull/52277](https://togithub.com/laravel/framework/pull/52277) - \[11.x] Fix SQLite schema dumps missing most tables by [@​bakerkretzmar](https://togithub.com/bakerkretzmar) in [https://github.com/laravel/framework/pull/52275](https://togithub.com/laravel/framework/pull/52275) - \[11.x] Access dispatchedBatches via BusFake by [@​gdebrauwer](https://togithub.com/gdebrauwer) in [https://github.com/laravel/framework/pull/52270](https://togithub.com/laravel/framework/pull/52270) - \[11.x] Adds terminating event by [@​timacdonald](https://togithub.com/timacdonald) in [https://github.com/laravel/framework/pull/52259](https://togithub.com/laravel/framework/pull/52259) - \[11.x] Declare bindings and singletons properties in Service Provider by [@​Anton5360](https://togithub.com/Anton5360) in [https://github.com/laravel/framework/pull/52256](https://togithub.com/laravel/framework/pull/52256) - \[11.x] Fix explicit route binding for broadcast routes by [@​ccharz](https://togithub.com/ccharz) in [https://github.com/laravel/framework/pull/52280](https://togithub.com/laravel/framework/pull/52280) - Revert "\[11.x] Allow non-`ContextualAttribute` attributes to have an `after` callback" by [@​taylorotwell](https://togithub.com/taylorotwell) in [https://github.com/laravel/framework/pull/52281](https://togithub.com/laravel/framework/pull/52281) - \[11.x] Apply relation constraitns on upsert by [@​iamgergo](https://togithub.com/iamgergo) in [https://github.com/laravel/framework/pull/52239](https://togithub.com/laravel/framework/pull/52239) ### [`v11.17.0`](https://togithub.com/laravel/framework/blob/HEAD/CHANGELOG.md#v11170---2024-07-23) [Compare Source](https://togithub.com/laravel/framework/compare/v11.16.0...v11.17.0) - \[10.x] Fix PHP_CLI_SERVER_WORKERS warning by suppressing it by [@​pelomedusa](https://togithub.com/pelomedusa) in [https://github.com/laravel/framework/pull/52094](https://togithub.com/laravel/framework/pull/52094) - \[11.x] Use `Command::FAILURE` for `db:wipe` command by [@​siarheipashkevich](https://togithub.com/siarheipashkevich) in [https://github.com/laravel/framework/pull/52152](https://togithub.com/laravel/framework/pull/52152) - \[11.x] Update outdated config files by [@​TENIOS](https://togithub.com/TENIOS) in [https://github.com/laravel/framework/pull/52150](https://togithub.com/laravel/framework/pull/52150) - \[11.x] Fix 'pushProcessor method not found on LoggerInterface' error by [@​cosmastech](https://togithub.com/cosmastech) in [https://github.com/laravel/framework/pull/52117](https://togithub.com/laravel/framework/pull/52117) - \[11.x] Use `Command::FAILURE` for `migrate:fresh` command by [@​siarheipashkevich](https://togithub.com/siarheipashkevich) in [https://github.com/laravel/framework/pull/52153](https://togithub.com/laravel/framework/pull/52153) - Improve accuracy of `Collection::isEmpty` and `isNotEmpty` assertions by [@​spawnia](https://togithub.com/spawnia) in [https://github.com/laravel/framework/pull/52184](https://togithub.com/laravel/framework/pull/52184) - \[11.x] Fix return for ApplicationBuilder:: withCommandRouting method by [@​seriquynh](https://togithub.com/seriquynh) in [https://github.com/laravel/framework/pull/52181](https://togithub.com/laravel/framework/pull/52181) - \[11.x] Refactor: Replace get_called_class() with static::class for consistency by [@​fernandokbs](https://togithub.com/fernandokbs) in [https://github.com/laravel/framework/pull/52173](https://togithub.com/laravel/framework/pull/52173) - \[11.x] Improve readability of SQLite schema dumps by [@​bakerkretzmar](https://togithub.com/bakerkretzmar) in [https://github.com/laravel/framework/pull/52172](https://togithub.com/laravel/framework/pull/52172) - \[11.x] Allow non-`ContextualAttribute` attributes to have an `after` callback by [@​innocenzi](https://togithub.com/innocenzi) in [https://github.com/laravel/framework/pull/52167](https://togithub.com/laravel/framework/pull/52167) - \[11.x] Ignoring column definitions when determining if a blueprint has a create command by [@​kingsven](https://togithub.com/kingsven) in [https://github.com/laravel/framework/pull/52177](https://togithub.com/laravel/framework/pull/52177) - Add specify exceptions for exceptions handling the vite manifest file by [@​SamuelWei](https://togithub.com/SamuelWei) in [https://github.com/laravel/framework/pull/52169](https://togithub.com/laravel/framework/pull/52169) - \[11.x] fix: Model newCollection generics; feat: add HasCollection trait by [@​calebdw](https://togithub.com/calebdw) in [https://github.com/laravel/framework/pull/52171](https://togithub.com/laravel/framework/pull/52171) - Add whereLike clause to query builder by [@​einar-hansen](https://togithub.com/einar-hansen) in [https://github.com/laravel/framework/pull/52147](https://togithub.com/laravel/framework/pull/52147) - \[11.x] Implement HasV7Uuids to use with MariaDB native uuid data type by [@​Karem-sobhy](https://togithub.com/Karem-sobhy) in [https://github.com/laravel/framework/pull/52029](https://togithub.com/laravel/framework/pull/52029) - \[11.x] Rename `Model::$collection` to `$collectionClass` by [@​GromNaN](https://togithub.com/GromNaN) in [https://github.com/laravel/framework/pull/52186](https://togithub.com/laravel/framework/pull/52186) - \[11.x] Allow microsecond travel by [@​timacdonald](https://togithub.com/timacdonald) in [https://github.com/laravel/framework/pull/52190](https://togithub.com/laravel/framework/pull/52190) - \[11.x] fix: Model/JsonResource::toJson should not fail with prior json errors by [@​calebdw](https://togithub.com/calebdw) in [https://github.com/laravel/framework/pull/52188](https://togithub.com/laravel/framework/pull/52188) - \[11.x] Fix SQL Server tests by [@​hafezdivandari](https://togithub.com/hafezdivandari) in [https://github.com/laravel/framework/pull/52222](https://togithub.com/laravel/framework/pull/52222) - \[11.x] Inspect exception of assertThrows by [@​gdebrauwer](https://togithub.com/gdebrauwer) in [https://github.com/laravel/framework/pull/52224](https://togithub.com/laravel/framework/pull/52224) - \[10.x] Backport [#​51615](https://togithub.com/laravel/framework/issues/51615) by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/laravel/framework/pull/52215](https://togithub.com/laravel/framework/pull/52215) - \[11.x] fix: Request::json() json errors when decoding empty string by [@​calebdw](https://togithub.com/calebdw) in [https://github.com/laravel/framework/pull/52204](https://togithub.com/laravel/framework/pull/52204) - \[11.x] Reduce the number of queries with `Cache::many` and `Cache::putMany` methods in the database driver by [@​tonysm](https://togithub.com/tonysm) in [https://github.com/laravel/framework/pull/52209](https://togithub.com/laravel/framework/pull/52209) - Add method `QueryExecuted::toRawSql()` by [@​spawnia](https://togithub.com/spawnia) in [https://github.com/laravel/framework/pull/52192](https://togithub.com/laravel/framework/pull/52192) - \[11.x] Support lower version of Carbon by [@​timacdonald](https://togithub.com/timacdonald) in [https://github.com/laravel/framework/pull/52233](https://togithub.com/laravel/framework/pull/52233) - \[11.x] Prevent bug (🐛) emoji on `Collection`/`Dumpable` `dd` method by [@​jessarcher](https://togithub.com/jessarcher) in [https://github.com/laravel/framework/pull/52234](https://togithub.com/laravel/framework/pull/52234) ### [`v11.16.0`](https://togithub.com/laravel/framework/blob/HEAD/CHANGELOG.md#v11160---2024-07-16) [Compare Source](https://togithub.com/laravel/framework/compare/v11.15.0...v11.16.0) - \[11.x] Fix expected/actual argument order for test assertion by [@​riesjart](https://togithub.com/riesjart) in [https://github.com/laravel/framework/pull/52084](https://togithub.com/laravel/framework/pull/52084) - \[11.x] Fix Moving Files in Sorted Order in vendor:publish by [@​lmottasin](https://togithub.com/lmottasin) in [https://github.com/laravel/framework/pull/52078](https://togithub.com/laravel/framework/pull/52078) - \[11.x] Fix docblock for \Illuminate\Validation\ClosureValidationRule::message() by [@​seriquynh](https://togithub.com/seriquynh) in [https://github.com/laravel/framework/pull/52077](https://togithub.com/laravel/framework/pull/52077) - \[11.x] Allow passing Enum casts to `Rule::enum()->only()` and `->except()` by [@​bakerkretzmar](https://togithub.com/bakerkretzmar) in [https://github.com/laravel/framework/pull/52073](https://togithub.com/laravel/framework/pull/52073) - \[11.x] Include ConnectionException in ConnectionFailed events by [@​alexbowers](https://togithub.com/alexbowers) in [https://github.com/laravel/framework/pull/52069](https://togithub.com/laravel/framework/pull/52069) - \[11.x] Document returned array shape for sync methods by [@​devfrey](https://togithub.com/devfrey) in [https://github.com/laravel/framework/pull/52070](https://togithub.com/laravel/framework/pull/52070) - \[11.x] Add ability to configure SQLite `busy_timeout`, `journal_mode`, and `synchronous` pragmas by [@​bakerkretzmar](https://togithub.com/bakerkretzmar) in [https://github.com/laravel/framework/pull/52052](https://togithub.com/laravel/framework/pull/52052) - \[11.x] Allow view content dependent mail callbacks by [@​MaxTingle](https://togithub.com/MaxTingle) in [https://github.com/laravel/framework/pull/51990](https://togithub.com/laravel/framework/pull/51990) - Install Laravel Reverb version 1.0 instead of [@​beta](https://togithub.com/beta) by [@​lucasRolff](https://togithub.com/lucasRolff) in [https://github.com/laravel/framework/pull/52096](https://togithub.com/laravel/framework/pull/52096) - \[11.x] fix: dont use web middleware on health endpoint by [@​joshmanders](https://togithub.com/joshmanders) in [https://github.com/laravel/framework/pull/52088](https://togithub.com/laravel/framework/pull/52088) - \[11.x] Add an option to replace configs recursively by [@​felixbessler](https://togithub.com/felixbessler) in [https://github.com/laravel/framework/pull/52087](https://togithub.com/laravel/framework/pull/52087) - \[11.x] Fixes generator tests by [@​buismaarten](https://togithub.com/buismaarten) in [https://github.com/laravel/framework/pull/52118](https://togithub.com/laravel/framework/pull/52118) - \[11.x] Test Improvements by [@​crynobone](https://togithub.com/crynobone) in [https://github.com/laravel/framework/pull/52122](https://togithub.com/laravel/framework/pull/52122) - \[11.x] Fix SQLite schema dumps containing internal `sqlite_*` objects by [@​bakerkretzmar](https://togithub.com/bakerkretzmar) in [https://github.com/laravel/framework/pull/52135](https://togithub.com/laravel/framework/pull/52135) - Fix typo in `` declaration by [@​TENIOS](https://togithub.com/TENIOS) in [https://github.com/laravel/framework/pull/52134](https://togithub.com/laravel/framework/pull/52134) - \[11.x] fix: pluck generics by [@​calebdw](https://togithub.com/calebdw) in [https://github.com/laravel/framework/pull/52109](https://togithub.com/laravel/framework/pull/52109) - \[11.x] Include 'success' console component by [@​lewislarsen](https://togithub.com/lewislarsen) in [https://github.com/laravel/framework/pull/52112](https://togithub.com/laravel/framework/pull/52112) - \[11.x] Fix dumping migrations table with schema or prefixed name by [@​hafezdivandari](https://togithub.com/hafezdivandari) in [https://github.com/laravel/framework/pull/52098](https://togithub.com/laravel/framework/pull/52098) - Add `assertSentTo` shorthand by [@​jasonmccreary](https://togithub.com/jasonmccreary) in [https://github.com/laravel/framework/pull/52083](https://togithub.com/laravel/framework/pull/52083) - \[11.x] Test Improvements by [@​crynobone](https://togithub.com/crynobone) in [https://github.com/laravel/framework/pull/52139](https://togithub.com/laravel/framework/pull/52139) - \[11.x] Update the docblock for the constructor of the FileFailedJobProvider class by [@​kevinb1989](https://togithub.com/kevinb1989) in [https://github.com/laravel/framework/pull/52149](https://togithub.com/laravel/framework/pull/52149) - \[11.x] Update the docblock for the explode method of the Stringable class. by [@​kevinb1989](https://togithub.com/kevinb1989) in [https://github.com/laravel/framework/pull/52148](https://togithub.com/laravel/framework/pull/52148) - Refactor PHPStan configurations by [@​TENIOS](https://togithub.com/TENIOS) in [https://github.com/laravel/framework/pull/52145](https://togithub.com/laravel/framework/pull/52145) - \[11.x] Fix docblock for RoutingServiceProvider by [@​seriquynh](https://togithub.com/seriquynh) in [https://github.com/laravel/framework/pull/52144](https://togithub.com/laravel/framework/pull/52144)
nodejs/node (node) ### [`v22.5.1`](https://togithub.com/nodejs/node/releases/tag/v22.5.1): 2024-07-19, Version 22.5.1 (Current), @​richardlau [Compare Source](https://togithub.com/nodejs/node/compare/v22.3.0...v22.5.1) ##### 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](https://togithub.com/nodejs/node/issues/53902) - npm errors with `npm error Exit handler never called!` [npm/cli#7657](https://togithub.com/npm/cli/issues/7657) - yarn hangs or outputs `Usage Error: Couldn't find the node_modules state file - running an install might help (findPackageLocation)` [yarnpkg/berry#6398](https://togithub.com/yarnpkg/berry/issues/6398) ##### Commits - \[[`e2deeedc6e`](https://togithub.com/nodejs/node/commit/e2deeedc6e)] - ***Revert*** "**fs**: add v8 fast api to closeSync" (Aviv Keller) [#​53904](https://togithub.com/nodejs/node/pull/53904)
nunomaduro/collision (nunomaduro/collision) ### [`v8.3.0`](https://togithub.com/nunomaduro/collision/blob/HEAD/CHANGELOG.md#v830-2024-07-16) [Compare Source](https://togithub.com/nunomaduro/collision/compare/v8.1.1...v8.3.0) ##### Added - Better Ignition support ##### Chore - Bumps dependencies
sebastianbergmann/phpunit (phpunit/phpunit) ### [`v11.2.8`](https://togithub.com/sebastianbergmann/phpunit/releases/tag/11.2.8): PHPUnit 11.2.8 [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/11.2.7...11.2.8) ##### Fixed - [#​5898](https://togithub.com/sebastianbergmann/phpunit/issues/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](https://docs.phpunit.de/en/11.2/installation.html)
postcss/postcss (postcss) ### [`v8.4.40`](https://togithub.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8440) [Compare Source](https://togithub.com/postcss/postcss/compare/8.4.39...8.4.40) - Moved to getter/setter in nodes types to help Sass team (by [@​nex3](https://togithub.com/nex3)).
getsentry/sentry-laravel (sentry/sentry-laravel) ### [`v4.7.1`](https://togithub.com/getsentry/sentry-laravel/blob/HEAD/CHANGELOG.md#471) [Compare Source](https://togithub.com/getsentry/sentry-laravel/compare/4.7.0...4.7.1) 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)](https://togithub.com/getsentry/sentry-laravel/pull/920) - Fix trace durations when using Octane [(#​921)](https://togithub.com/getsentry/sentry-laravel/pull/921) - Handle clousre route names [(#​921)](https://togithub.com/getsentry/sentry-laravel/pull/921) - Don't rely on facades when accessing the Laravel context [(#​922)](https://togithub.com/getsentry/sentry-laravel/pull/922) - Normalize array of cache key names before converting to string [(#​923)](https://togithub.com/getsentry/sentry-laravel/pull/923)
shivammathur/setup-php (shivammathur/setup-php) ### [`v2.31.1`](https://togithub.com/shivammathur/setup-php/releases/tag/2.31.1) [Compare Source](https://togithub.com/shivammathur/setup-php/compare/2.31.0...2.31.1) #### Changelog - Fix installing PECL extensions on Windows with a build version [#​855](https://togithub.com/shivammathur/setup-php/issues/855) - Fix cache support for ioncube extension [#​856](https://togithub.com/shivammathur/setup-php/issues/856) - Updated Node.js dependencies. For the complete list of changes, please refer to the [Full Changelog](https://togithub.com/shivammathur/setup-php/compare/2.31.0...2.31.1)

Follow for updates

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

tailwindlabs/tailwindcss (tailwindcss) ### [`v3.4.7`](https://togithub.com/tailwindlabs/tailwindcss/releases/tag/v3.4.7) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v3.4.6...v3.4.7) ##### Fixed - Fix class detection in Slim templates with attached attributes and ID ([#​14019](https://togithub.com/tailwindlabs/tailwindcss/pull/14019)) - Ensure attribute values in `data-*` and `aria-*` modifiers are always quoted in the generated CSS ([#​14037](https://togithub.com/tailwindlabs/tailwindcss/pull/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.



This PR has been generated by Renovate Bot.