chore(deps): update dependencies

This commit is contained in:
2026-04-18 11:33:25 +03:00
parent 8ff216992b
commit ce3bdc092a
9 changed files with 1260 additions and 2073 deletions

View File

@@ -30,24 +30,29 @@
"openapi": "generate-spec"
},
"require": {
"php": "^8.1",
"php": "^8.2",
"sabre/vobject": "^4.5",
"sabre/xml": "^2.1"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8",
"nextcloud/ocp": "dev-stable32",
"phpunit/phpunit": "^10.5",
"roave/security-advisories": "dev-latest"
"phpunit/phpunit": "^11.0"
},
"config": {
"allow-plugins": {
"bamarni/composer-bin-plugin": true
},
"audit": {
"ignore": [
"PKSA-5jz8-6tcw-pbk4",
"PKSA-z3gr-8qht-p93v"
]
},
"optimize-autoloader": true,
"sort-packages": true,
"platform": {
"php": "8.1"
"php": "8.2"
}
},
"extra": {

1624
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -44,20 +44,20 @@
"@nextcloud/browserslist-config": "^3.1.2",
"@nextcloud/eslint-config": "^8.4.2",
"@nextcloud/stylelint-config": "^3.2.1",
"@vitejs/plugin-vue": "^6.0.5",
"@vitejs/plugin-vue": "^6.0.6",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.9.1",
"eslint": "^10.2.0",
"happy-dom": "^20.8.9",
"lefthook": "^2.1.5",
"prettier": "^3.8.2",
"eslint": "^10.2.1",
"happy-dom": "^20.9.0",
"lefthook": "^2.1.6",
"prettier": "^3.8.3",
"rollup-plugin-visualizer": "^7.0.1",
"sass": "^1.99.0",
"sass-embedded": "^1.99.0",
"typescript": "^6.0.2",
"typescript-eslint": "^8.58.1",
"typescript": "^6.0.3",
"typescript-eslint": "^8.58.2",
"vite": "^8.0.8",
"vite-plugin-checker": "^0.12.0",
"vite-plugin-checker": "^0.13.0",
"vitest": "^4.1.4",
"vue-router": "^5.0.4",
"vue-tsc": "^3.2.6"

1046
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -9,16 +9,16 @@
"packages-dev": [
{
"name": "kubawerlos/php-cs-fixer-custom-fixers",
"version": "v3.36.1",
"version": "v3.37.0",
"source": {
"type": "git",
"url": "https://github.com/kubawerlos/php-cs-fixer-custom-fixers.git",
"reference": "ec9776e80f5ea9bf0d8ec16d662e431bfab19a24"
"reference": "c31fb2aa359dcb25fb48cc6f600810ad284343be"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/kubawerlos/php-cs-fixer-custom-fixers/zipball/ec9776e80f5ea9bf0d8ec16d662e431bfab19a24",
"reference": "ec9776e80f5ea9bf0d8ec16d662e431bfab19a24",
"url": "https://api.github.com/repos/kubawerlos/php-cs-fixer-custom-fixers/zipball/c31fb2aa359dcb25fb48cc6f600810ad284343be",
"reference": "c31fb2aa359dcb25fb48cc6f600810ad284343be",
"shasum": ""
},
"require": {
@@ -49,7 +49,7 @@
"description": "A set of custom fixers for PHP CS Fixer",
"support": {
"issues": "https://github.com/kubawerlos/php-cs-fixer-custom-fixers/issues",
"source": "https://github.com/kubawerlos/php-cs-fixer-custom-fixers/tree/v3.36.1"
"source": "https://github.com/kubawerlos/php-cs-fixer-custom-fixers/tree/v3.37.0"
},
"funding": [
{
@@ -57,7 +57,7 @@
"type": "github"
}
],
"time": "2026-03-07T11:35:13+00:00"
"time": "2026-04-16T16:49:13+00:00"
},
{
"name": "nextcloud/coding-standard",
@@ -106,16 +106,16 @@
},
{
"name": "php-cs-fixer/shim",
"version": "v3.95.0",
"version": "v3.95.1",
"source": {
"type": "git",
"url": "https://github.com/PHP-CS-Fixer/shim.git",
"reference": "0e72cd8e7984dbbc41dbb55dbf5045b2c11cb0e3"
"reference": "f81ccf51ca60cc9dd21358ffba0e79ebd2ebb78a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHP-CS-Fixer/shim/zipball/0e72cd8e7984dbbc41dbb55dbf5045b2c11cb0e3",
"reference": "0e72cd8e7984dbbc41dbb55dbf5045b2c11cb0e3",
"url": "https://api.github.com/repos/PHP-CS-Fixer/shim/zipball/f81ccf51ca60cc9dd21358ffba0e79ebd2ebb78a",
"reference": "f81ccf51ca60cc9dd21358ffba0e79ebd2ebb78a",
"shasum": ""
},
"require": {
@@ -152,9 +152,9 @@
"description": "A tool to automatically fix PHP code style",
"support": {
"issues": "https://github.com/PHP-CS-Fixer/shim/issues",
"source": "https://github.com/PHP-CS-Fixer/shim/tree/v3.95.0"
"source": "https://github.com/PHP-CS-Fixer/shim/tree/v3.95.1"
},
"time": "2026-04-11T17:31:04+00:00"
"time": "2026-04-12T17:00:34+00:00"
}
],
"aliases": [],

View File

@@ -85,13 +85,13 @@
"version": "dev-main",
"source": {
"type": "git",
"url": "https://github.com/nextcloud/openapi-extractor.git",
"reference": "259e773f753907c057aa58be8bae889b716a74c9"
"url": "git@github.com:nextcloud/openapi-extractor.git",
"reference": "3a88c529eacbe490bf862f91fc85641aff7d3997"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nextcloud/openapi-extractor/zipball/259e773f753907c057aa58be8bae889b716a74c9",
"reference": "259e773f753907c057aa58be8bae889b716a74c9",
"url": "https://api.github.com/repos/nextcloud/openapi-extractor/zipball/3a88c529eacbe490bf862f91fc85641aff7d3997",
"reference": "3a88c529eacbe490bf862f91fc85641aff7d3997",
"shasum": ""
},
"require": {
@@ -138,11 +138,7 @@
"AGPL-3.0-or-later"
],
"description": "A tool for extracting OpenAPI specifications from Nextcloud source code",
"support": {
"source": "https://github.com/nextcloud/openapi-extractor/tree/main",
"issues": "https://github.com/nextcloud/openapi-extractor/issues"
},
"time": "2026-04-11T01:56:10+00:00"
"time": "2026-04-18T02:03:00+00:00"
},
{
"name": "nikic/php-parser",

View File

@@ -1,10 +1,16 @@
{
"require-dev": {
"phpunit/phpunit": "^10.5"
"phpunit/phpunit": "^11.0"
},
"config": {
"audit": {
"ignore": [
"PKSA-5jz8-6tcw-pbk4",
"PKSA-z3gr-8qht-p93v"
]
},
"platform": {
"php": "8.1"
"php": "8.2"
}
}
}

File diff suppressed because it is too large Load Diff

View File

@@ -1430,7 +1430,7 @@
},
{
"name": "symfony/polyfill-ctype",
"version": "v1.34.0",
"version": "v1.36.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
@@ -1489,7 +1489,7 @@
"portable"
],
"support": {
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.34.0"
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.36.0"
},
"funding": [
{
@@ -1513,7 +1513,7 @@
},
{
"name": "symfony/polyfill-intl-grapheme",
"version": "v1.34.0",
"version": "v1.36.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
@@ -1571,7 +1571,7 @@
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.34.0"
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.36.0"
},
"funding": [
{
@@ -1595,7 +1595,7 @@
},
{
"name": "symfony/polyfill-intl-normalizer",
"version": "v1.34.0",
"version": "v1.36.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
@@ -1656,7 +1656,7 @@
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.34.0"
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.36.0"
},
"funding": [
{
@@ -1680,7 +1680,7 @@
},
{
"name": "symfony/polyfill-mbstring",
"version": "v1.34.0",
"version": "v1.36.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
@@ -1741,7 +1741,7 @@
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.34.0"
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.36.0"
},
"funding": [
{