🔧 **Add .codegraph config & update dependencies**

-  Added `.codegraph/config.json` for file inclusion/exclusion in analytics.
- ⬆️ Bumped versions of `guzzlehttp`, `laravel/framework`, `laravel/horizon`, `shiki`, `nostr-tools`, and other dependencies in `composer.lock` and `yarn.lock`.
- 🖼️ Enhanced file upload validation and preview support by including `.avif` MIME type in `livewire` components and configuration.
-  Added tests to ensure `.avif` is supported across file upload forms.
This commit is contained in:
HolgerHatGarKeineNode
2026-05-20 00:22:53 +02:00
parent 308cd8a611
commit 1f574ae5c8
13 changed files with 319 additions and 125 deletions
Generated
+78 -65
View File
@@ -1405,16 +1405,16 @@
},
{
"name": "guzzlehttp/guzzle",
"version": "7.10.0",
"version": "7.10.1",
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
"reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4"
"reference": "b777df1776c667e287664dda75b0298ad8ae3a14"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/b51ac707cfa420b7bfd4e4d5e510ba8008e822b4",
"reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/b777df1776c667e287664dda75b0298ad8ae3a14",
"reference": "b777df1776c667e287664dda75b0298ad8ae3a14",
"shasum": ""
},
"require": {
@@ -1432,8 +1432,9 @@
"bamarni/composer-bin-plugin": "^1.8.2",
"ext-curl": "*",
"guzzle/client-integration-tests": "3.0.2",
"guzzlehttp/test-server": "^0.3.2",
"php-http/message-factory": "^1.1",
"phpunit/phpunit": "^8.5.39 || ^9.6.20",
"phpunit/phpunit": "^8.5.52 || ^9.6.34",
"psr/log": "^1.1 || ^2.0 || ^3.0"
},
"suggest": {
@@ -1511,7 +1512,7 @@
],
"support": {
"issues": "https://github.com/guzzle/guzzle/issues",
"source": "https://github.com/guzzle/guzzle/tree/7.10.0"
"source": "https://github.com/guzzle/guzzle/tree/7.10.1"
},
"funding": [
{
@@ -1527,20 +1528,20 @@
"type": "tidelift"
}
],
"time": "2025-08-23T22:36:01+00:00"
"time": "2026-05-19T18:01:31+00:00"
},
{
"name": "guzzlehttp/promises",
"version": "2.3.0",
"version": "2.3.1",
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
"reference": "481557b130ef3790cf82b713667b43030dc9c957"
"reference": "d2d8dfae4757f384d630fdffc2d8d6618d8f4c5e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/promises/zipball/481557b130ef3790cf82b713667b43030dc9c957",
"reference": "481557b130ef3790cf82b713667b43030dc9c957",
"url": "https://api.github.com/repos/guzzle/promises/zipball/d2d8dfae4757f384d630fdffc2d8d6618d8f4c5e",
"reference": "d2d8dfae4757f384d630fdffc2d8d6618d8f4c5e",
"shasum": ""
},
"require": {
@@ -1548,7 +1549,7 @@
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8.2",
"phpunit/phpunit": "^8.5.44 || ^9.6.25"
"phpunit/phpunit": "^8.5.52 || ^9.6.34"
},
"type": "library",
"extra": {
@@ -1594,7 +1595,7 @@
],
"support": {
"issues": "https://github.com/guzzle/promises/issues",
"source": "https://github.com/guzzle/promises/tree/2.3.0"
"source": "https://github.com/guzzle/promises/tree/2.3.1"
},
"funding": [
{
@@ -1610,20 +1611,20 @@
"type": "tidelift"
}
],
"time": "2025-08-22T14:34:08+00:00"
"time": "2026-05-19T18:30:48+00:00"
},
{
"name": "guzzlehttp/psr7",
"version": "2.9.0",
"version": "2.10.0",
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
"reference": "7d0ed42f28e42d61352a7a79de682e5e67fec884"
"reference": "d5ddaf5743c42a61cb6100f83dc9d5a2bafe75ca"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/7d0ed42f28e42d61352a7a79de682e5e67fec884",
"reference": "7d0ed42f28e42d61352a7a79de682e5e67fec884",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/d5ddaf5743c42a61cb6100f83dc9d5a2bafe75ca",
"reference": "d5ddaf5743c42a61cb6100f83dc9d5a2bafe75ca",
"shasum": ""
},
"require": {
@@ -1638,9 +1639,9 @@
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8.2",
"http-interop/http-factory-tests": "0.9.0",
"http-interop/http-factory-tests": "1.1.0",
"jshttp/mime-db": "1.54.0.1",
"phpunit/phpunit": "^8.5.44 || ^9.6.25"
"phpunit/phpunit": "^8.5.52 || ^9.6.34"
},
"suggest": {
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
@@ -1711,7 +1712,7 @@
],
"support": {
"issues": "https://github.com/guzzle/psr7/issues",
"source": "https://github.com/guzzle/psr7/tree/2.9.0"
"source": "https://github.com/guzzle/psr7/tree/2.10.0"
},
"funding": [
{
@@ -1727,7 +1728,7 @@
"type": "tidelift"
}
],
"time": "2026-03-10T16:41:02+00:00"
"time": "2026-05-19T17:32:11+00:00"
},
{
"name": "guzzlehttp/uri-template",
@@ -1961,16 +1962,16 @@
},
{
"name": "laravel/framework",
"version": "v13.9.0",
"version": "v13.11.1",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
"reference": "a0c6ad03b380287015287d8d5a0fa2459e2332fd"
"reference": "6b70133ea3552afc37307ffb85b9efa48dc187d1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/a0c6ad03b380287015287d8d5a0fa2459e2332fd",
"reference": "a0c6ad03b380287015287d8d5a0fa2459e2332fd",
"url": "https://api.github.com/repos/laravel/framework/zipball/6b70133ea3552afc37307ffb85b9efa48dc187d1",
"reference": "6b70133ea3552afc37307ffb85b9efa48dc187d1",
"shasum": ""
},
"require": {
@@ -2181,20 +2182,20 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2026-05-13T15:38:40+00:00"
"time": "2026-05-19T20:24:39+00:00"
},
{
"name": "laravel/horizon",
"version": "v5.46.0",
"version": "v5.47.0",
"source": {
"type": "git",
"url": "https://github.com/laravel/horizon.git",
"reference": "bfea968e8aa674fb649d02e55ea0d38bdf5137d5"
"reference": "be74bc494f7a244d74f1c8ad6552f9b8621f10c6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/horizon/zipball/bfea968e8aa674fb649d02e55ea0d38bdf5137d5",
"reference": "bfea968e8aa674fb649d02e55ea0d38bdf5137d5",
"url": "https://api.github.com/repos/laravel/horizon/zipball/be74bc494f7a244d74f1c8ad6552f9b8621f10c6",
"reference": "be74bc494f7a244d74f1c8ad6552f9b8621f10c6",
"shasum": ""
},
"require": {
@@ -2259,9 +2260,9 @@
],
"support": {
"issues": "https://github.com/laravel/horizon/issues",
"source": "https://github.com/laravel/horizon/tree/v5.46.0"
"source": "https://github.com/laravel/horizon/tree/v5.47.0"
},
"time": "2026-04-20T18:08:11+00:00"
"time": "2026-05-19T20:54:47+00:00"
},
{
"name": "laravel/nightwatch",
@@ -2359,16 +2360,16 @@
},
{
"name": "laravel/prompts",
"version": "v0.3.17",
"version": "v0.3.18",
"source": {
"type": "git",
"url": "https://github.com/laravel/prompts.git",
"reference": "6a82ac19a28b916ae0885828795dbd4c59d9a818"
"reference": "a19af51bb144bf87f08397921fa619f85c7d4e72"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/prompts/zipball/6a82ac19a28b916ae0885828795dbd4c59d9a818",
"reference": "6a82ac19a28b916ae0885828795dbd4c59d9a818",
"url": "https://api.github.com/repos/laravel/prompts/zipball/a19af51bb144bf87f08397921fa619f85c7d4e72",
"reference": "a19af51bb144bf87f08397921fa619f85c7d4e72",
"shasum": ""
},
"require": {
@@ -2412,9 +2413,9 @@
"description": "Add beautiful and user-friendly forms to your command-line applications.",
"support": {
"issues": "https://github.com/laravel/prompts/issues",
"source": "https://github.com/laravel/prompts/tree/v0.3.17"
"source": "https://github.com/laravel/prompts/tree/v0.3.18"
},
"time": "2026-04-20T16:07:33+00:00"
"time": "2026-05-19T00:47:18+00:00"
},
{
"name": "laravel/sanctum",
@@ -7071,16 +7072,16 @@
},
{
"name": "spatie/laravel-package-tools",
"version": "1.93.0",
"version": "1.93.1",
"source": {
"type": "git",
"url": "https://github.com/spatie/laravel-package-tools.git",
"reference": "0d097bce95b2bf6802fb1d83e1e753b0f5a948e7"
"reference": "d5552849801f2642aea710557463234b59ef65eb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/laravel-package-tools/zipball/0d097bce95b2bf6802fb1d83e1e753b0f5a948e7",
"reference": "0d097bce95b2bf6802fb1d83e1e753b0f5a948e7",
"url": "https://api.github.com/repos/spatie/laravel-package-tools/zipball/d5552849801f2642aea710557463234b59ef65eb",
"reference": "d5552849801f2642aea710557463234b59ef65eb",
"shasum": ""
},
"require": {
@@ -7120,7 +7121,7 @@
],
"support": {
"issues": "https://github.com/spatie/laravel-package-tools/issues",
"source": "https://github.com/spatie/laravel-package-tools/tree/1.93.0"
"source": "https://github.com/spatie/laravel-package-tools/tree/1.93.1"
},
"funding": [
{
@@ -7128,7 +7129,7 @@
"type": "github"
}
],
"time": "2026-02-21T12:49:54+00:00"
"time": "2026-05-19T14:06:37+00:00"
},
{
"name": "spatie/laravel-permission",
@@ -13436,16 +13437,16 @@
},
{
"name": "laravel-lang/starter-kits",
"version": "1.13.2",
"version": "1.13.3",
"source": {
"type": "git",
"url": "https://github.com/Laravel-Lang/starter-kits.git",
"reference": "1b03951b21ec9cd49a276ce2be657020404c30e6"
"reference": "feb23f94cca310734372eb09eab4cf96baf2ef0f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Laravel-Lang/starter-kits/zipball/1b03951b21ec9cd49a276ce2be657020404c30e6",
"reference": "1b03951b21ec9cd49a276ce2be657020404c30e6",
"url": "https://api.github.com/repos/Laravel-Lang/starter-kits/zipball/feb23f94cca310734372eb09eab4cf96baf2ef0f",
"reference": "feb23f94cca310734372eb09eab4cf96baf2ef0f",
"shasum": ""
},
"require": {
@@ -13497,7 +13498,7 @@
],
"support": {
"issues": "https://github.com/Laravel-Lang/starter-kits/issues",
"source": "https://github.com/Laravel-Lang/starter-kits/tree/1.13.2"
"source": "https://github.com/Laravel-Lang/starter-kits/tree/1.13.3"
},
"funding": [
{
@@ -13509,20 +13510,20 @@
"type": "yoomoney"
}
],
"time": "2026-04-28T18:30:10+00:00"
"time": "2026-05-18T13:39:52+00:00"
},
{
"name": "laravel/boost",
"version": "v2.4.6",
"version": "v2.4.8",
"source": {
"type": "git",
"url": "https://github.com/laravel/boost.git",
"reference": "c9ea6368c66f7c0e6a9b26706b401de900cdb9ac"
"reference": "d11d720cf9537f8d236a11d973e99563a598ec9c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/boost/zipball/c9ea6368c66f7c0e6a9b26706b401de900cdb9ac",
"reference": "c9ea6368c66f7c0e6a9b26706b401de900cdb9ac",
"url": "https://api.github.com/repos/laravel/boost/zipball/d11d720cf9537f8d236a11d973e99563a598ec9c",
"reference": "d11d720cf9537f8d236a11d973e99563a598ec9c",
"shasum": ""
},
"require": {
@@ -13531,7 +13532,7 @@
"illuminate/contracts": "^11.45.3|^12.41.1|^13.0",
"illuminate/routing": "^11.45.3|^12.41.1|^13.0",
"illuminate/support": "^11.45.3|^12.41.1|^13.0",
"laravel/mcp": "^0.5.1|^0.6.0|^0.7.0",
"laravel/mcp": "^0.5.1|^0.6.0|~0.7.0,<0.7.1",
"laravel/prompts": "^0.3.10",
"laravel/roster": "^0.5.0",
"php": "^8.2"
@@ -13575,7 +13576,7 @@
"issues": "https://github.com/laravel/boost/issues",
"source": "https://github.com/laravel/boost"
},
"time": "2026-04-28T11:52:01+00:00"
"time": "2026-05-19T20:09:50+00:00"
},
{
"name": "laravel/mcp",
@@ -16106,24 +16107,24 @@
},
{
"name": "sebastian/lines-of-code",
"version": "4.0.0",
"version": "4.0.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/lines-of-code.git",
"reference": "97ffee3bcfb5805568d6af7f0f893678fc076d2f"
"reference": "d543b8ef219dcd8da262cbb958639a96bedba10e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/97ffee3bcfb5805568d6af7f0f893678fc076d2f",
"reference": "97ffee3bcfb5805568d6af7f0f893678fc076d2f",
"url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/d543b8ef219dcd8da262cbb958639a96bedba10e",
"reference": "d543b8ef219dcd8da262cbb958639a96bedba10e",
"shasum": ""
},
"require": {
"nikic/php-parser": "^5.0",
"nikic/php-parser": "^5.7.0",
"php": ">=8.3"
},
"require-dev": {
"phpunit/phpunit": "^12.0"
"phpunit/phpunit": "^12.5.25"
},
"type": "library",
"extra": {
@@ -16152,15 +16153,27 @@
"support": {
"issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
"security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
"source": "https://github.com/sebastianbergmann/lines-of-code/tree/4.0.0"
"source": "https://github.com/sebastianbergmann/lines-of-code/tree/4.0.1"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
},
{
"url": "https://liberapay.com/sebastianbergmann",
"type": "liberapay"
},
{
"url": "https://thanks.dev/u/gh/sebastianbergmann",
"type": "thanks_dev"
},
{
"url": "https://tidelift.com/funding/github/packagist/sebastian/lines-of-code",
"type": "tidelift"
}
],
"time": "2025-02-07T04:57:28+00:00"
"time": "2026-05-19T16:22:07+00:00"
},
{
"name": "sebastian/object-enumerator",