From 6c839e0da8c918ff3a31d540eaaa4a482f9e0c03 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 16:13:02 +0000 Subject: [PATCH] Update dependency @igorkowalczyk/eslint-config to v2 --- package.json | 2 +- pnpm-lock.yaml | 23 ++++++++++++++++------- 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 2e4a3c95..e1f68b71 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "tailwindcss-text-fill": "0.2.0" }, "devDependencies": { - "@igorkowalczyk/eslint-config": "1.5.6", + "@igorkowalczyk/eslint-config": "2.0.2", "@igorkowalczyk/prettier-config": "1.5.6", "@tailwindcss/forms": "0.5.6", "@typescript-eslint/eslint-plugin": "6.8.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fd66dcfc..9b1326e4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -35,8 +35,8 @@ dependencies: devDependencies: '@igorkowalczyk/eslint-config': - specifier: 1.5.6 - version: 1.5.6(@typescript-eslint/parser@6.8.0)(eslint@8.52.0)(prettier@3.0.3) + specifier: 2.0.2 + version: 2.0.2(@typescript-eslint/parser@6.8.0)(eslint@8.52.0)(prettier@3.0.3) '@igorkowalczyk/prettier-config': specifier: 1.5.6 version: 1.5.6(prettier@3.0.3) @@ -854,14 +854,16 @@ packages: resolution: {integrity: sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==} dev: true - /@igorkowalczyk/eslint-config@1.5.6(@typescript-eslint/parser@6.8.0)(eslint@8.52.0)(prettier@3.0.3): - resolution: {integrity: sha512-2hHz/2dZ54CCPGsWQSgYSVNpAlqzNLL2ZV2nCGZ/iCriIb9wa3i/9iWvbfJBc6blW6O7Ysn3uE7v6LlXrlkv6w==} + /@igorkowalczyk/eslint-config@2.0.2(@typescript-eslint/parser@6.8.0)(eslint@8.52.0)(prettier@3.0.3): + resolution: {integrity: sha512-7uSfDfK8RiU4GcYEF/m2yWQujn4yuQG/5aOGfLOP/uKJhF4716YatF8mb5VshJu6Cu9wwMiEq/3y1tWJhHRyKA==} peerDependencies: eslint: '>=8.0.0' dependencies: + '@eslint/js': 8.52.0 eslint: 8.52.0 eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.8.0)(eslint@8.52.0) - eslint-plugin-prettier: 5.0.0(eslint@8.52.0)(prettier@3.0.3) + eslint-plugin-prettier: 5.0.1(eslint@8.52.0)(prettier@3.0.3) + globals: 13.23.0 transitivePeerDependencies: - '@types/eslint' - '@typescript-eslint/parser' @@ -2161,8 +2163,8 @@ packages: - supports-color dev: true - /eslint-plugin-prettier@5.0.0(eslint@8.52.0)(prettier@3.0.3): - resolution: {integrity: sha512-AgaZCVuYDXHUGxj/ZGu1u8H8CYgDY3iG6w5kUFw4AzMVXzB7VvbKgYR4nATIN+OvUrghMbiDLeimVjVY5ilq3w==} + /eslint-plugin-prettier@5.0.1(eslint@8.52.0)(prettier@3.0.3): + resolution: {integrity: sha512-m3u5RnR56asrwV/lDC4GHorlW75DsFfmUcjfCYylTUs85dBRnB7VM6xG8eCMJdeDRnppzmxZVf1GEPJvl1JmNg==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: '@types/eslint': '>=8.0.0' @@ -2548,6 +2550,13 @@ packages: type-fest: 0.20.2 dev: true + /globals@13.23.0: + resolution: {integrity: sha512-XAmF0RjlrjY23MA51q3HltdlGxUpXPvg0GioKiD9X6HD28iMjo2dKC8Vqwm7lne4GNr78+RHTfliktR6ZH09wA==} + engines: {node: '>=8'} + dependencies: + type-fest: 0.20.2 + dev: true + /globalthis@1.0.3: resolution: {integrity: sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==} engines: {node: '>= 0.4'}