From d29773570c1e4c96c9a3b4e4189d70c0f330a6f4 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Thu, 3 Aug 2023 15:51:12 +0200 Subject: [PATCH] chore: Update `@nextcloud/eslint-plugin` to version 2.1.0 Signed-off-by: Ferdinand Thiessen --- .github/dependabot.yml | 1 + package-lock.json | 16 +++++++++------- package.json | 4 ++-- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 92c3270..9fe9f3b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,7 @@ updates: interval: daily timezone: Europe/Paris open-pull-requests-limit: 10 + versioning-strategy: increase labels: - dependencies diff --git a/package-lock.json b/package-lock.json index cb1f700..2e6fa93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "devDependencies": { "@babel/core": "^7.13.10", "@babel/eslint-parser": "^7.22.5", - "@nextcloud/eslint-plugin": "^2.0.0", + "@nextcloud/eslint-plugin": "^2.1.0", "@types/eslint": "^8.40.2", "@types/jest": "^29.5.2", "@vue/eslint-config-typescript": "^11.0.3", @@ -36,7 +36,7 @@ "peerDependencies": { "@babel/core": "^7.13.10", "@babel/eslint-parser": "^7.16.5", - "@nextcloud/eslint-plugin": "^2.0.0", + "@nextcloud/eslint-plugin": "^2.1.0", "@vue/eslint-config-typescript": "^11.0.2", "eslint": "^8.27.0", "eslint-config-standard": "^17.0.0", @@ -1466,18 +1466,20 @@ } }, "node_modules/@nextcloud/eslint-plugin": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@nextcloud/eslint-plugin/-/eslint-plugin-2.0.0.tgz", - "integrity": "sha512-j5WXTDTprr/cDilVJtC1mnrpkvD6jlEMShs72V5plllatHjO7kpZHzUfCX3dSvGwYc2ACa0XH+FbkPoZQ3+eWQ==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@nextcloud/eslint-plugin/-/eslint-plugin-2.1.0.tgz", + "integrity": "sha512-PtudCw6Ks4pUNrmQ+0IqevCj2NaspfvisbAitYZX6mAL2yAI1+4a6uDa38EBUWellvbR7+9rGDQMiHdwmY9skw==", "dev": true, "dependencies": { + "jest": "^29.6.0", "requireindex": "^1.2.0" }, "engines": { - "node": ">=0.10.0" + "node": "^20.0.0", + "npm": "^9.0.0" }, "peerDependencies": { - "eslint": ">=6.0.0" + "eslint": ">=7.0.0" } }, "node_modules/@nicolo-ribaudo/eslint-scope-5-internals": { diff --git a/package.json b/package.json index ad66e63..4a2a05c 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "peerDependencies": { "@babel/core": "^7.13.10", "@babel/eslint-parser": "^7.16.5", - "@nextcloud/eslint-plugin": "^2.0.0", + "@nextcloud/eslint-plugin": "^2.1.0", "@vue/eslint-config-typescript": "^11.0.2", "eslint": "^8.27.0", "eslint-config-standard": "^17.0.0", @@ -31,7 +31,7 @@ "devDependencies": { "@babel/core": "^7.13.10", "@babel/eslint-parser": "^7.22.5", - "@nextcloud/eslint-plugin": "^2.0.0", + "@nextcloud/eslint-plugin": "^2.1.0", "@types/eslint": "^8.40.2", "@types/jest": "^29.5.2", "@vue/eslint-config-typescript": "^11.0.3",