From 80e04c18e91d32de8df6d3bd392b5715a6f03634 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 17:21:35 +0000 Subject: [PATCH] chore(deps): update lint --- package.json | 2 +- packages/eslint-config-custom/package.json | 2 +- packages/next-pwa/package.json | 2 +- pnpm-lock.yaml | 18 ++++++++++++------ 4 files changed, 15 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 968beb7..e6cf86f 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "eslint-config-custom": "workspace:*", "husky": "8.0.3", "lint-staged": "13.2.3", - "prettier": "2.8.8", + "prettier": "3.0.1", "syncpack": "9.8.6", "turbo": "1.10.12" }, diff --git a/packages/eslint-config-custom/package.json b/packages/eslint-config-custom/package.json index 8b97443..4c1526f 100644 --- a/packages/eslint-config-custom/package.json +++ b/packages/eslint-config-custom/package.json @@ -5,7 +5,7 @@ "license": "MIT", "dependencies": { "eslint-config-next": "13.4.13", - "eslint-config-prettier": "8.10.0", + "eslint-config-prettier": "9.0.0", "eslint-config-turbo": "1.10.12" }, "private": true diff --git a/packages/next-pwa/package.json b/packages/next-pwa/package.json index 3c79d3e..c9c1bb1 100644 --- a/packages/next-pwa/package.json +++ b/packages/next-pwa/package.json @@ -27,6 +27,6 @@ "next": ">=9.0.0" }, "resolutions": { - "@typescript-eslint/eslint-plugin": "5.62.0" + "@typescript-eslint/eslint-plugin": "6.3.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b11dc80..66f3998 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -42,8 +42,8 @@ importers: specifier: 13.2.3 version: 13.2.3 prettier: - specifier: 2.8.8 - version: 2.8.8 + specifier: 3.0.1 + version: 3.0.1 syncpack: specifier: 9.8.6 version: 9.8.6 @@ -466,8 +466,8 @@ importers: specifier: 13.4.13 version: 13.4.13(eslint@8.46.0)(typescript@4.9.5) eslint-config-prettier: - specifier: 8.10.0 - version: 8.10.0(eslint@8.46.0) + specifier: 9.0.0 + version: 9.0.0(eslint@8.46.0) eslint-config-turbo: specifier: 1.10.12 version: 1.10.12(eslint@8.46.0) @@ -6273,8 +6273,8 @@ packages: - supports-color dev: false - /eslint-config-prettier@8.10.0(eslint@8.46.0): - resolution: {integrity: sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==} + /eslint-config-prettier@9.0.0(eslint@8.46.0): + resolution: {integrity: sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==} hasBin: true peerDependencies: eslint: '>=7.0.0' @@ -10880,6 +10880,12 @@ packages: hasBin: true dev: true + /prettier@3.0.1: + resolution: {integrity: sha512-fcOWSnnpCrovBsmFZIGIy9UqK2FaI7Hqax+DIO0A9UxeVoY4iweyaFjS5TavZN97Hfehph0nhsZnjlVKzEQSrQ==} + engines: {node: '>=14'} + hasBin: true + dev: true + /pretty-bytes@5.6.0: resolution: {integrity: sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==} engines: {node: '>=6'}