From 2f2496cc01bcb615890ccfc625556cc8a1156567 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 05:08:06 +0000 Subject: [PATCH] chore(deps): update dependency eslint-config-opencollective to v6 --- package-lock.json | 22 +++++++++++----------- package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index dade7540..9bd1a0e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "commitizen": "^4.3.0", "cz-conventional-changelog": "^3.3.0", "eslint": "^8.54.0", - "eslint-config-opencollective": "^3.0.3", + "eslint-config-opencollective": "^6.0.0", "eslint-plugin-babel": "^5.3.1", "eslint-plugin-graphql": "^4.0.0", "eslint-plugin-import": "^2.29.0", @@ -6639,18 +6639,18 @@ } }, "node_modules/eslint-config-opencollective": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/eslint-config-opencollective/-/eslint-config-opencollective-3.0.3.tgz", - "integrity": "sha512-Mc8s00VFfYvTtvx4hL9JsaRYaMAShNwdAv0MCdYvm45Ck/QNrSm+UHgKt39ksKpXtMjm1ee8k+t411zJ5ezUIw==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/eslint-config-opencollective/-/eslint-config-opencollective-6.1.0.tgz", + "integrity": "sha512-gTDyRfdaljQcYMKXDFcs94ETp/qJX1UHnfjHeParzfFqEURvJZCz8cDoroewwqrlopyQjffb//5R2PuvcJcruw==", "dev": true, + "license": "MIT", "peerDependencies": { - "@babel/core": ">=7.16.0", - "@babel/eslint-parser": ">=7.16.0", - "eslint": ">=8.1.0", - "eslint-plugin-babel": ">=5.3.1", - "eslint-plugin-import": ">=2.25.2", - "eslint-plugin-node": ">=11.1.0", - "eslint-plugin-react": ">=7.26.1" + "@typescript-eslint/parser": "^8.30.1", + "eslint": ">=9.0.0", + "eslint-plugin-import": ">=2.0.0", + "eslint-plugin-n": ">=17.0.0", + "eslint-plugin-react": ">=7.0.0", + "eslint-plugin-simple-import-sort": ">=12.0.0" } }, "node_modules/eslint-import-resolver-node": { diff --git a/package.json b/package.json index e03d7019..02ea7768 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "commitizen": "^4.3.0", "cz-conventional-changelog": "^3.3.0", "eslint": "^8.54.0", - "eslint-config-opencollective": "^3.0.3", + "eslint-config-opencollective": "^6.0.0", "eslint-plugin-babel": "^5.3.1", "eslint-plugin-graphql": "^4.0.0", "eslint-plugin-import": "^2.29.0",