From 8f2a83d9bde52fd7c6457fa00f9ded6cdb5ef100 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 07:58:17 +0000 Subject: [PATCH] Chore(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 db444f347..f9c323ae8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "devDependencies": { "@nextcloud/browserslist-config": "^3.1.2", "@nextcloud/e2e-test-server": "^0.5.0", - "@nextcloud/eslint-config": "^9.0.0", + "@nextcloud/eslint-config": "^9.0.1", "@nextcloud/prettier-config": "^1.2.0", "@nextcloud/stylelint-config": "^3.2.2", "@nextcloud/vite-config": "^2.5.4", @@ -1634,9 +1634,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": { @@ -1645,17 +1645,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 77fea2150..d1f2e7698 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "devDependencies": { "@nextcloud/browserslist-config": "^3.1.2", "@nextcloud/e2e-test-server": "^0.5.0", - "@nextcloud/eslint-config": "^9.0.0", + "@nextcloud/eslint-config": "^9.0.1", "@nextcloud/prettier-config": "^1.2.0", "@nextcloud/stylelint-config": "^3.2.2", "@nextcloud/vite-config": "^2.5.4",