From c020b94b892bbabbedf0f3d3f5dfed3458f56cf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 13:51:41 +0000 Subject: [PATCH] build(deps-dev): bump eslint-config-conventions from 1.1.2 to 2.0.0 Bumps [eslint-config-conventions](https://github.com/Divlo/eslint-config-conventions) from 1.1.2 to 2.0.0. - [Release notes](https://github.com/Divlo/eslint-config-conventions/releases) - [Changelog](https://github.com/Divlo/eslint-config-conventions/blob/develop/.releaserc.json) - [Commits](https://github.com/Divlo/eslint-config-conventions/compare/v1.1.2...v2.0.0) --- updated-dependencies: - dependency-name: eslint-config-conventions dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 80e84d9..2e7df30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@typescript-eslint/eslint-plugin": "^5.18.0", "@typescript-eslint/parser": "^5.18.0", "eslint": "^8.13.0", - "eslint-config-conventions": "^1.1.2", + "eslint-config-conventions": "^2.0.0", "eslint-config-next": "12.1.4", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "^2.26.0", @@ -1939,9 +1939,9 @@ } }, "node_modules/eslint-config-conventions": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/eslint-config-conventions/-/eslint-config-conventions-1.1.2.tgz", - "integrity": "sha512-/I6eflEMxgviS4wj3vPFXB79OkisVXN5sqO68lQOFXWGqxnH5+XnGJdxcvBlOHJ5oYwLVPZoKRPQPn/97jFn7A==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/eslint-config-conventions/-/eslint-config-conventions-2.0.0.tgz", + "integrity": "sha512-SY1e5138iUazaCAnO7oNiU29G2Xd8HeI6lQ3BUKzGDvJyv1CMSw8u1A5TydNJRFM+HsQyYbhzuSw2ckzp5NsfA==", "dev": true, "engines": { "node": ">=16.0.0", @@ -1949,9 +1949,9 @@ }, "peerDependencies": { "eslint": "^8.9.0", - "eslint-plugin-import": "^2.25.4", + "eslint-plugin-import": "^2.26.0", "eslint-plugin-promise": "^6.0.0", - "eslint-plugin-unicorn": "^41.0.0" + "eslint-plugin-unicorn": "^42.0.0" } }, "node_modules/eslint-config-next": { @@ -7286,9 +7286,9 @@ } }, "eslint-config-conventions": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/eslint-config-conventions/-/eslint-config-conventions-1.1.2.tgz", - "integrity": "sha512-/I6eflEMxgviS4wj3vPFXB79OkisVXN5sqO68lQOFXWGqxnH5+XnGJdxcvBlOHJ5oYwLVPZoKRPQPn/97jFn7A==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/eslint-config-conventions/-/eslint-config-conventions-2.0.0.tgz", + "integrity": "sha512-SY1e5138iUazaCAnO7oNiU29G2Xd8HeI6lQ3BUKzGDvJyv1CMSw8u1A5TydNJRFM+HsQyYbhzuSw2ckzp5NsfA==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index 799b0d7..1013b39 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@typescript-eslint/eslint-plugin": "^5.18.0", "@typescript-eslint/parser": "^5.18.0", "eslint": "^8.13.0", - "eslint-config-conventions": "^1.1.2", + "eslint-config-conventions": "^2.0.0", "eslint-config-next": "12.1.4", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "^2.26.0",