5 Commits

Author SHA1 Message Date
138b5adcac fix(deps): update dependency vue-router to v5
Some checks failed
JS Unit Tests / test (pull_request) Failing after 36s
Build Test / test (pull_request) Successful in 40s
PHP Unit Tests / test (pull_request) Successful in 1m6s
2026-05-21 03:45:14 +00:00
e2192be442 Merge pull request 'fix(deps): update dependency pinia to v3' (#31) from renovate/pinia-3.x into main
Reviewed-on: #31
2026-05-21 03:43:24 +00:00
e86de50f2e Merge pull request 'chore(deps): update dependency phpunit/phpunit to v11.5.55' (#26) from renovate/phpunit-phpunit-11.x-lockfile into main
Reviewed-on: #26
2026-05-21 03:42:44 +00:00
4b0ffa95cb fix(deps): update dependency pinia to v3
Some checks failed
Build Test / test (pull_request) Successful in 27s
JS Unit Tests / test (pull_request) Failing after 27s
PHP Unit Tests / test (pull_request) Successful in 1m20s
2026-05-21 03:42:33 +00:00
bc389ed4c0 chore(deps): update dependency phpunit/phpunit to v11.5.55
Some checks failed
JS Unit Tests / test (pull_request) Failing after 31s
Build Test / test (pull_request) Successful in 33s
PHP Unit Tests / test (pull_request) Successful in 1m50s
2026-05-21 03:42:28 +00:00
3 changed files with 633 additions and 121 deletions

18
composer.lock generated
View File

@@ -592,16 +592,16 @@
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
"version": "11.5.53", "version": "11.5.55",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "a997a653a82845f1240d73ee73a8a4e97e4b0607" "reference": "adc7262fccc12de2b30f12a8aa0b33775d814f00"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a997a653a82845f1240d73ee73a8a4e97e4b0607", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/adc7262fccc12de2b30f12a8aa0b33775d814f00",
"reference": "a997a653a82845f1240d73ee73a8a4e97e4b0607", "reference": "adc7262fccc12de2b30f12a8aa0b33775d814f00",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -674,7 +674,7 @@
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues", "issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy", "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
"source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.53" "source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.55"
}, },
"funding": [ "funding": [
{ {
@@ -698,7 +698,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2026-02-10T12:28:25+00:00" "time": "2026-02-18T12:37:06+00:00"
}, },
{ {
"name": "sebastian/cli-parser", "name": "sebastian/cli-parser",
@@ -1791,15 +1791,15 @@
], ],
"aliases": [], "aliases": [],
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": [], "stability-flags": {},
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {
"php": ">=8.2 <=8.5" "php": ">=8.2 <=8.5"
}, },
"platform-dev": [], "platform-dev": {},
"platform-overrides": { "platform-overrides": {
"php": "8.2" "php": "8.2"
}, },
"plugin-api-version": "2.3.0" "plugin-api-version": "2.9.0"
} }

732
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -18,9 +18,9 @@
"test:coverage": "vitest run --coverage --config tests/js/vitest.config.ts" "test:coverage": "vitest run --coverage --config tests/js/vitest.config.ts"
}, },
"dependencies": { "dependencies": {
"pinia": "^2.3.1", "pinia": "^3.0.0",
"vue": "^3.5.18", "vue": "^3.5.18",
"vue-router": "^4.5.1", "vue-router": "^5.0.0",
"vuetify": "^4.0.0" "vuetify": "^4.0.0"
}, },
"devDependencies": { "devDependencies": {