fix(deps): update dependency laravel/laravel to v10.3.2 #6

Merged
oliver merged 1 commit from renovate/laravel-laravel-10.x into main 2024-01-21 09:42:04 +01:00
Owner

This PR contains the following updates:

Package Type Update Change
laravel/laravel require minor v10.0.0 -> v10.3.2

Release Notes

laravel/laravel (laravel/laravel)

v10.3.2

Compare Source

v10.3.1

Compare Source

v10.3.0

Compare Source

v10.2.10

Compare Source

v10.2.9

Compare Source

v10.2.8

Compare Source

v10.2.7

Compare Source

v10.2.6

Compare Source

v10.2.5

Compare Source

v10.2.4

Compare Source

v10.2.3

Compare Source

v10.2.2

Compare Source

v10.2.1

Compare Source

v10.2.0

Compare Source

v10.1.1

Compare Source

v10.1.0

Compare Source

v10.0.7

Compare Source

v10.0.6

Compare Source

v10.0.5

Compare Source

v10.0.4

Compare Source

v10.0.3

Compare Source

v10.0.2

Compare Source

v10.0.1

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [laravel/laravel](https://github.com/laravel/laravel) | require | minor | `v10.0.0` -> `v10.3.2` | --- ### Release Notes <details> <summary>laravel/laravel (laravel/laravel)</summary> ### [`v10.3.2`](https://github.com/laravel/laravel/blob/HEAD/CHANGELOG.md#v1032---2024-01-04) [Compare Source](https://github.com/laravel/laravel/compare/v10.3.1...v10.3.2) - \[10.x] Reverts `assertOk` change by [@&#8203;nunomaduro](https://github.com/nunomaduro) in https://github.com/laravel/laravel/pull/6303 - Update Axios to latest version by [@&#8203;u01jmg3](https://github.com/u01jmg3) in https://github.com/laravel/laravel/pull/6306 - \[10.x] Update Axios to latest version by [@&#8203;u01jmg3](https://github.com/u01jmg3) in https://github.com/laravel/laravel/pull/6313 ### [`v10.3.1`](https://github.com/laravel/laravel/blob/HEAD/CHANGELOG.md#v1031---2023-12-23) [Compare Source](https://github.com/laravel/laravel/compare/v10.3.0...v10.3.1) - \[10.x] Add roundrobin transport driver config by [@&#8203;me-shaon](https://github.com/me-shaon) in https://github.com/laravel/laravel/pull/6301 ### [`v10.3.0`](https://github.com/laravel/laravel/blob/HEAD/CHANGELOG.md#v1030---2023-12-19) [Compare Source](https://github.com/laravel/laravel/compare/v10.2.10...v10.3.0) - \[10.x] Use `assertOk()` instead of `assertStatus(200)` in tests by [@&#8203;TENIOS](https://github.com/TENIOS) in https://github.com/laravel/laravel/pull/6287 - \[10.x] Vite 5 by [@&#8203;timacdonald](https://github.com/timacdonald) in https://github.com/laravel/laravel/pull/6292 ### [`v10.2.10`](https://github.com/laravel/laravel/blob/HEAD/CHANGELOG.md#v10210---2023-11-30) [Compare Source](https://github.com/laravel/laravel/compare/v10.2.9...v10.2.10) - \[10.x] Fixes missing property description by [@&#8203;nunomaduro](https://github.com/nunomaduro) in https://github.com/laravel/laravel/pull/6275 - \[10.x] Add partitioned cookie config key by [@&#8203;fabricecw](https://github.com/fabricecw) in https://github.com/laravel/laravel/pull/6257 ### [`v10.2.9`](https://github.com/laravel/laravel/blob/HEAD/CHANGELOG.md#v1029---2023-11-13) [Compare Source](https://github.com/laravel/laravel/compare/v10.2.8...v10.2.9) - Update axios to latest version by [@&#8203;emargareten](https://github.com/emargareten) in https://github.com/laravel/laravel/pull/6272 ### [`v10.2.8`](https://github.com/laravel/laravel/blob/HEAD/CHANGELOG.md#v1028---2023-11-02) [Compare Source](https://github.com/laravel/laravel/compare/v10.2.7...v10.2.8) - Revert "\[10.x] Let database handle default collation" by [@&#8203;taylorotwell](https://github.com/taylorotwell) in https://github.com/laravel/laravel/pull/6266 ### [`v10.2.7`](https://github.com/laravel/laravel/blob/HEAD/CHANGELOG.md#v1027---2023-10-31) [Compare Source](https://github.com/laravel/laravel/compare/v10.2.6...v10.2.7) - Postmark mailer configuration update by [@&#8203;ninjaparade](https://github.com/ninjaparade) in https://github.com/laravel/laravel/pull/6228 - \[10.x] Update sanctum config file by [@&#8203;ahmed-aliraqi](https://github.com/ahmed-aliraqi) in https://github.com/laravel/laravel/pull/6234 - \[10.x] Let database handle default collation by [@&#8203;Jubeki](https://github.com/Jubeki) in https://github.com/laravel/laravel/pull/6241 - \[10.x] Increase bcrypt rounds to 12 by [@&#8203;valorin](https://github.com/valorin) in https://github.com/laravel/laravel/pull/6245 - \[10.x] Use 12 bcrypt rounds for password in UserFactory by [@&#8203;Jubeki](https://github.com/Jubeki) in https://github.com/laravel/laravel/pull/6247 - \[10.x] Fix typo in the comment for token prefix (sanctum config) by [@&#8203;yuters](https://github.com/yuters) in https://github.com/laravel/laravel/pull/6248 - \[10.x] Update fixture hash to match testing cost by [@&#8203;timacdonald](https://github.com/timacdonald) in https://github.com/laravel/laravel/pull/6259 - \[10.x] Update minimum `laravel/sanctum` by [@&#8203;crynobone](https://github.com/crynobone) in https://github.com/laravel/laravel/pull/6261 - \[10.x] Hash improvements by [@&#8203;timacdonald](https://github.com/timacdonald) in https://github.com/laravel/laravel/pull/6258 - Redis maintenance store config example contains an excess space by [@&#8203;hedge-freek](https://github.com/hedge-freek) in https://github.com/laravel/laravel/pull/6264 ### [`v10.2.6`](https://github.com/laravel/laravel/blob/HEAD/CHANGELOG.md#v1026---2023-08-10) [Compare Source](https://github.com/laravel/laravel/compare/v10.2.5...v10.2.6) - Bump `laravel-vite-plugin` to latest version by [@&#8203;adevade](https://github.com/adevade) in https://github.com/laravel/laravel/pull/6224 ### [`v10.2.5`](https://github.com/laravel/laravel/blob/HEAD/CHANGELOG.md#v1025---2023-06-30) [Compare Source](https://github.com/laravel/laravel/compare/v10.2.4...v10.2.5) - Allow accessing APP_NAME in Vite scope by [@&#8203;domnantas](https://github.com/domnantas) in https://github.com/laravel/laravel/pull/6204 - Omit default values for suffix in phpunit.xml by [@&#8203;spawnia](https://github.com/spawnia) in https://github.com/laravel/laravel/pull/6210 ### [`v10.2.4`](https://github.com/laravel/laravel/blob/HEAD/CHANGELOG.md#v1024---2023-06-07) [Compare Source](https://github.com/laravel/laravel/compare/v10.2.3...v10.2.4) - Add `precognitive` key to $middlewareAliases by [@&#8203;emargareten](https://github.com/emargareten) in https://github.com/laravel/laravel/pull/6193 ### [`v10.2.3`](https://github.com/laravel/laravel/blob/HEAD/CHANGELOG.md#v1023---2023-06-01) [Compare Source](https://github.com/laravel/laravel/compare/v10.2.2...v10.2.3) - Update description by [@&#8203;taylorotwell](https://github.com/taylorotwell) in https://github.com/laravel/laravel/commit/85203d687ebba72b2805b89bba7d18dfae8f95c8 ### [`v10.2.2`](https://github.com/laravel/laravel/blob/HEAD/CHANGELOG.md#v1022---2023-05-23) [Compare Source](https://github.com/laravel/laravel/compare/v10.2.1...v10.2.2) - Add lock path by [@&#8203;taylorotwell](https://github.com/taylorotwell) in https://github.com/laravel/laravel/commit/a6bfbc7f90e33fd6cae3cb23f106c9689858c3b5 ### [`v10.2.1`](https://github.com/laravel/laravel/blob/HEAD/CHANGELOG.md#v10210---2023-11-30) [Compare Source](https://github.com/laravel/laravel/compare/v10.2.0...v10.2.1) - \[10.x] Fixes missing property description by [@&#8203;nunomaduro](https://github.com/nunomaduro) in https://github.com/laravel/laravel/pull/6275 - \[10.x] Add partitioned cookie config key by [@&#8203;fabricecw](https://github.com/fabricecw) in https://github.com/laravel/laravel/pull/6257 ### [`v10.2.0`](https://github.com/laravel/laravel/blob/HEAD/CHANGELOG.md#v1020---2023-05-05) [Compare Source](https://github.com/laravel/laravel/compare/v10.1.1...v10.2.0) - Update welcome.blade.php by [@&#8203;aymanatmeh](https://github.com/aymanatmeh) in https://github.com/laravel/laravel/pull/6163 - Sets package.json type to module by [@&#8203;timacdonald](https://github.com/timacdonald) in https://github.com/laravel/laravel/pull/6090 - Add url support for mail config by [@&#8203;chu121su12](https://github.com/chu121su12) in https://github.com/laravel/laravel/pull/6170 ### [`v10.1.1`](https://github.com/laravel/laravel/blob/HEAD/CHANGELOG.md#v1011---2023-04-18) [Compare Source](https://github.com/laravel/laravel/compare/v10.1.0...v10.1.1) - Fix laravel/framework constraints for Default Service Providers by [@&#8203;Jubeki](https://github.com/Jubeki) in https://github.com/laravel/laravel/pull/6160 ### [`v10.1.0`](https://github.com/laravel/laravel/blob/HEAD/CHANGELOG.md#v1010---2023-04-15) [Compare Source](https://github.com/laravel/laravel/compare/v10.0.7...v10.1.0) - Minor skeleton slimming by [@&#8203;taylorotwell](https://github.com/taylorotwell) in https://github.com/laravel/laravel/pull/6159 ### [`v10.0.7`](https://github.com/laravel/laravel/blob/HEAD/CHANGELOG.md#v1007---2023-04-14) [Compare Source](https://github.com/laravel/laravel/compare/v10.0.6...v10.0.7) - Adds `phpunit/phpunit@10.1` support by [@&#8203;nunomaduro](https://github.com/nunomaduro) in https://github.com/laravel/laravel/pull/6155 ### [`v10.0.6`](https://github.com/laravel/laravel/blob/HEAD/CHANGELOG.md#v1006---2023-04-05) [Compare Source](https://github.com/laravel/laravel/compare/v10.0.5...v10.0.6) - Add job batching options to Queue configuration file by [@&#8203;AnOlsen](https://github.com/AnOlsen) in https://github.com/laravel/laravel/pull/6149 ### [`v10.0.5`](https://github.com/laravel/laravel/blob/HEAD/CHANGELOG.md#v1005---2023-03-08) [Compare Source](https://github.com/laravel/laravel/compare/v10.0.4...v10.0.5) - Add replace_placeholders to log channels by [@&#8203;alanpoulain](https://github.com/alanpoulain) in https://github.com/laravel/laravel/pull/6139 ### [`v10.0.4`](https://github.com/laravel/laravel/blob/HEAD/CHANGELOG.md#v1004---2023-02-27) [Compare Source](https://github.com/laravel/laravel/compare/v10.0.3...v10.0.4) - Fix typo by [@&#8203;izzudin96](https://github.com/izzudin96) in https://github.com/laravel/laravel/pull/6128 - Specify facility in the syslog driver config by [@&#8203;nicolus](https://github.com/nicolus) in https://github.com/laravel/laravel/pull/6130 ### [`v10.0.3`](https://github.com/laravel/laravel/blob/HEAD/CHANGELOG.md#v1003---2023-02-21) [Compare Source](https://github.com/laravel/laravel/compare/v10.0.2...v10.0.3) - Remove redundant `@return` docblock in UserFactory by [@&#8203;datlechin](https://github.com/datlechin) in https://github.com/laravel/laravel/pull/6119 - Reverts change in asset helper by [@&#8203;timacdonald](https://github.com/timacdonald) in https://github.com/laravel/laravel/pull/6122 ### [`v10.0.2`](https://github.com/laravel/laravel/blob/HEAD/CHANGELOG.md#v1002---2023-02-16) [Compare Source](https://github.com/laravel/laravel/compare/v10.0.1...v10.0.2) - Remove unneeded call by [@&#8203;taylorotwell](https://github.com/taylorotwell) in https://github.com/laravel/laravel/commit/3986d4c54041fd27af36f96cf11bd79ce7b1ee4e ### [`v10.0.1`](https://github.com/laravel/laravel/blob/HEAD/CHANGELOG.md#v1001---2023-02-15) [Compare Source](https://github.com/laravel/laravel/compare/v10.0.0...v10.0.1) - Add PHPUnit result cache to gitignore by [@&#8203;itxshakil](https://github.com/itxshakil) in https://github.com/laravel/laravel/pull/6105 - Allow php-http/discovery as a composer plugin by [@&#8203;nicolas-grekas](https://github.com/nicolas-grekas) in https://github.com/laravel/laravel/pull/6106 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDAuMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4xNDAuMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->
oliver added 1 commit 2024-01-21 09:41:11 +01:00
oliver merged commit cb3d2cb50e into main 2024-01-21 09:42:04 +01:00
oliver deleted branch renovate/laravel-laravel-10.x 2024-01-21 09:42:04 +01:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: oliver/pipeline-test-dependencies#6
No description provided.