From 5d214c0f6c69c9f04ab41cc40ecc05b37002ad68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 01:06:38 +0000 Subject: [PATCH] build(deps-dev): Bump @nextcloud/eslint-config from 9.0.0 to 9.0.1 Bumps [@nextcloud/eslint-config](https://github.com/nextcloud-libraries/eslint-config) from 9.0.0 to 9.0.1. - [Release notes](https://github.com/nextcloud-libraries/eslint-config/releases) - [Changelog](https://github.com/nextcloud-libraries/eslint-config/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud-libraries/eslint-config/compare/v9.0.0...v9.0.1) --- updated-dependencies: - dependency-name: "@nextcloud/eslint-config" dependency-version: 9.0.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d590170..d9a60b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ }, "devDependencies": { "@nextcloud/browserslist-config": "^3.0.0", - "@nextcloud/eslint-config": "^v9.0.0", + "@nextcloud/eslint-config": "^v9.0.1", "@nextcloud/vite-config": "^2.5.4", "@vue/test-utils": "^2.4.11", "jsdom": "^29.1.1", @@ -1627,9 +1627,9 @@ } }, "node_modules/@nextcloud/eslint-config": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/@nextcloud/eslint-config/-/eslint-config-9.0.0.tgz", - "integrity": "sha512-f+bDJtt9gkEQAzPah0SpWmJDfFe5Y48AwgiL35YNyOuZ2ar+WMOwIGiMuplcDThkI9DNywO1xIpl/pmsKVCkwQ==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/@nextcloud/eslint-config/-/eslint-config-9.0.1.tgz", + "integrity": "sha512-TzJrZdrIJgnoW9V0U31sLuhot/i1kWB3A9VMFUiuMXEKYQUTwgL4LTA5DbJ6Dnlsx+6XuR3Bi6d4RWfaeLzlJw==", "dev": true, "license": "AGPL-3.0-or-later", "dependencies": { @@ -1638,17 +1638,17 @@ "@stylistic/eslint-plugin": "^5.10.0", "eslint-config-flat-gitignore": "^2.3.0", "eslint-plugin-antfu": "^3.2.3", - "eslint-plugin-jsdoc": "^63.0.7", + "eslint-plugin-jsdoc": "^63.0.10", "eslint-plugin-perfectionist": "^5.9.1", "eslint-plugin-vue": "^10.9.2", "fast-xml-parser": "^5.9.3", "globals": "^17.7.0", "semver": "^7.8.5", "sort-package-json": "^4.0.0", - "typescript-eslint": "^8.62.0" + "typescript-eslint": "^8.62.1" }, "engines": { - "node": "^22.13 || ^24 || >=26" + "node": "^22.14 || ^24 || >=26" }, "peerDependencies": { "eslint": ">=10" diff --git a/package.json b/package.json index 57e02c3..151a830 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ }, "devDependencies": { "@nextcloud/browserslist-config": "^3.0.0", - "@nextcloud/eslint-config": "^v9.0.0", + "@nextcloud/eslint-config": "^v9.0.1", "@nextcloud/vite-config": "^2.5.4", "@vue/test-utils": "^2.4.11", "jsdom": "^29.1.1",