diff --git a/package-lock.json b/package-lock.json index 4450c7e3..2a3d2a9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ }, "devDependencies": { "@nextcloud/browserslist-config": "^3.0.1", - "@nextcloud/eslint-config": "^9.0.0-rc.4", + "@nextcloud/eslint-config": "^9.0.0-rc.5", "@nextcloud/vite-config": "^1.7.0", "@pinia/testing": "^0.1.7", "@vitest/coverage-istanbul": "^3.2.4", @@ -313,7 +313,6 @@ "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.52.0.tgz", "integrity": "sha512-BXuN7BII+8AyNtn57euU2Yxo9yA/KUDNzrpXyi3pfqKmBhhysR6ZWOebFh3vyPoqA3/j1SOvGgucElMGwlXing==", "dev": true, - "license": "MIT", "dependencies": { "@types/estree": "^1.0.8", "@typescript-eslint/types": "^8.34.1", @@ -1599,24 +1598,23 @@ } }, "node_modules/@nextcloud/eslint-config": { - "version": "9.0.0-rc.4", - "resolved": "https://registry.npmjs.org/@nextcloud/eslint-config/-/eslint-config-9.0.0-rc.4.tgz", - "integrity": "sha512-obBx2ImoBMZkPVyVltorznjDaU86xrHOba0JqBjtkiWjOVbk1TUnmKE47h7PJ2/lQ7FldoRDL/VaiAyLUOztTg==", + "version": "9.0.0-rc.5", + "resolved": "https://registry.npmjs.org/@nextcloud/eslint-config/-/eslint-config-9.0.0-rc.5.tgz", + "integrity": "sha512-bv99XCScuBhtZXmzJUVvoRm/cpL4YxqO9XWRWDscrkKehMA/Saz0bozCMTzG+xiZeylSTse94KMddsF4md8HFg==", "dev": true, - "license": "AGPL-3.0-or-later", "dependencies": { "@eslint/json": "^0.13.1", - "@stylistic/eslint-plugin": "^5.2.2", + "@stylistic/eslint-plugin": "^5.2.3", "eslint-config-flat-gitignore": "^2.1.0", "eslint-plugin-antfu": "^3.1.1", - "eslint-plugin-jsdoc": "^51.2.3", + "eslint-plugin-jsdoc": "^53.0.1", "eslint-plugin-perfectionist": "^4.15.0", - "eslint-plugin-vue": "^10.3.0", + "eslint-plugin-vue": "^10.4.0", "fast-xml-parser": "^5.2.5", "globals": "^16.3.0", "semver": "^7.7.2", "sort-package-json": "^3.4.0", - "typescript-eslint": "^8.38.0" + "typescript-eslint": "^8.39.0" }, "engines": { "node": "^20.19 || ^22 || ^24" @@ -4042,7 +4040,6 @@ "resolved": "https://registry.npmjs.org/are-docs-informative/-/are-docs-informative-0.0.2.tgz", "integrity": "sha512-ixiS0nLNNG5jNQzgZJNoUpBKdo9yTYZMGJ+QgT2jmjR7G7+QHRCc4v6LQ3NgE7EBJq+o0ams3waJwkrlBom8Ig==", "dev": true, - "license": "MIT", "engines": { "node": ">=14" } @@ -4748,7 +4745,6 @@ "resolved": "https://registry.npmjs.org/comment-parser/-/comment-parser-1.4.1.tgz", "integrity": "sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==", "dev": true, - "license": "MIT", "engines": { "node": ">= 12.0.0" } @@ -5582,11 +5578,10 @@ } }, "node_modules/eslint-plugin-jsdoc": { - "version": "51.4.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-51.4.1.tgz", - "integrity": "sha512-y4CA9OkachG8v5nAtrwvcvjIbdcKgSyS6U//IfQr4FZFFyeBFwZFf/tfSsMr46mWDJgidZjBTqoCRlXywfFBMg==", + "version": "53.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-53.0.1.tgz", + "integrity": "sha512-9gYQy6pXAHnJXPFMATQS56O3js39okRrve61VlaXhKyaa9dZuuvTlReStF3eQ+ygG5vybFl7YTw6MkYkrf2GUQ==", "dev": true, - "license": "BSD-3-Clause", "dependencies": { "@es-joy/jsdoccomment": "~0.52.0", "are-docs-informative": "^0.0.2", @@ -5611,7 +5606,6 @@ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz", "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==", "dev": true, - "license": "ISC", "bin": { "semver": "bin/semver.js" }, @@ -5624,7 +5618,6 @@ "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-4.0.0.tgz", "integrity": "sha512-Clya5JIij/7C6bRR22+tnGXbc4VKlibKSVj2iHvVeX5iMW7s1SIQlqu699JkODJJIhh/pUu8L0/VLh8xflD+LQ==", "dev": true, - "license": "MIT", "dependencies": { "spdx-exceptions": "^2.1.0", "spdx-license-ids": "^3.0.0" @@ -7129,7 +7122,6 @@ "resolved": "https://registry.npmjs.org/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-4.1.0.tgz", "integrity": "sha512-Hicd6JK5Njt2QB6XYFS7ok9e37O8AYk3jTcppG4YVQnYjOemymvTcmc7OWsmq/Qqj5TdRFO5/x/tIPmBeRtGHg==", "dev": true, - "license": "MIT", "engines": { "node": ">=12.0.0" } @@ -8532,7 +8524,6 @@ "resolved": "https://registry.npmjs.org/parse-imports-exports/-/parse-imports-exports-0.2.4.tgz", "integrity": "sha512-4s6vd6dx1AotCx/RCI2m7t7GCh5bDRUtGNvRfHSP2wbBQdMi67pPe7mtzmgwcaQ8VKK/6IB7Glfyu3qdZJPybQ==", "dev": true, - "license": "MIT", "dependencies": { "parse-statements": "1.0.11" } @@ -8541,8 +8532,7 @@ "version": "1.0.11", "resolved": "https://registry.npmjs.org/parse-statements/-/parse-statements-1.0.11.tgz", "integrity": "sha512-HlsyYdMBnbPQ9Jr/VgJ1YF4scnldvJpJxCVx6KgqPL4dxppsWrJHCIIxQXMJrqGnsRkNPATbeMJ8Yxu7JMsYcA==", - "dev": true, - "license": "MIT" + "dev": true }, "node_modules/path-browserify": { "version": "1.0.1", diff --git a/package.json b/package.json index 78b30000..a45668b0 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@nextcloud/browserslist-config": "^3.0.1", - "@nextcloud/eslint-config": "^9.0.0-rc.4", + "@nextcloud/eslint-config": "^9.0.0-rc.5", "@nextcloud/vite-config": "^1.7.0", "@pinia/testing": "^0.1.7", "@vitest/coverage-istanbul": "^3.2.4",