7 Commits

Author SHA1 Message Date
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
da696cd104 Merge pull request 'chore(deps): update dependency typescript to v6' (#29) from renovate/typescript-6.x into main
Reviewed-on: #29
2026-05-21 03:39:09 +00:00
111decce15 Merge pull request 'chore(deps): update vitest monorepo to v4.1.7' (#36) from renovate/vitest-monorepo into main
Reviewed-on: #36
2026-05-21 03:38:54 +00:00
adabcd7c9a Merge pull request 'chore(deps): update dependency vue-tsc to v3.3.1' (#35) from renovate/vue-tsc-3.x-lockfile into main
Reviewed-on: #35
2026-05-21 03:38:44 +00:00
751ec564ae chore(deps): update dependency typescript to v6
Some checks failed
JS Unit Tests / test (pull_request) Failing after 38s
Build Test / test (pull_request) Successful in 41s
PHP Unit Tests / test (pull_request) Successful in 1m23s
2026-05-21 03:38:43 +00:00
9b46bb81a1 chore(deps): update vitest monorepo to v4.1.7
Some checks failed
Build Test / test (pull_request) Successful in 37s
JS Unit Tests / test (pull_request) Failing after 30s
PHP Unit Tests / test (pull_request) Successful in 1m25s
2026-05-21 03:38:40 +00:00
2e14440b95 chore(deps): update dependency vue-tsc to v3.3.1
Some checks failed
Build Test / test (pull_request) Successful in 42s
JS Unit Tests / test (pull_request) Failing after 43s
PHP Unit Tests / test (pull_request) Successful in 1m27s
2026-05-21 03:38:35 +00:00
3 changed files with 144 additions and 1131 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"
} }

1255
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -28,7 +28,7 @@
"@vitest/coverage-v8": "^4.0.18", "@vitest/coverage-v8": "^4.0.18",
"@vitest/ui": "^4.0.18", "@vitest/ui": "^4.0.18",
"@vue/tsconfig": "^0.9.0", "@vue/tsconfig": "^0.9.0",
"typescript": "~5.8.3", "typescript": "~6.0.0",
"vite": "^8.0.0", "vite": "^8.0.0",
"vue-tsc": "^3.0.5" "vue-tsc": "^3.0.5"
} }