From 4edb5172a35cc9e01ffe63d00409c031e932be92 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 12:09:17 +0000 Subject: [PATCH] Update dependency eslint-config-prettier to v8.10.0 | datasource | package | from | to | | ---------- | ---------------------- | ----- | ------ | | npm | eslint-config-prettier | 8.5.0 | 8.10.0 | ##### [\`v8.10.0\`](https://github.com/prettier/eslint-config-prettier/blob/HEAD/CHANGELOG.md#Version-8100-2023-08-03) - Added: \[max-statements-per-line]. Thanks to [@Zamiell](https://github.com/Zamiell)! ##### [\`v8.9.0\`](https://github.com/prettier/eslint-config-prettier/blob/HEAD/CHANGELOG.md#Version-890-2023-07-27) - Added: \[vue/array-element-newline]. Thanks to [@xcatliu](https://github.com/xcatliu)! ##### [\`v8.8.0\`](https://github.com/prettier/eslint-config-prettier/blob/HEAD/CHANGELOG.md#Version-880-2023-03-20) - Added: \[[@typescript-eslint/lines-around-comment](https://github.com/typescript-eslint/lines-around-comment)]. Thanks to [@ttionya](https://github.com/ttionya)! ##### [\`v8.7.0\`](https://github.com/prettier/eslint-config-prettier/blob/HEAD/CHANGELOG.md#Version-870-2023-03-06) - Added: \[[@typescript-eslint/block-spacing](https://github.com/typescript-eslint/block-spacing)]. Thanks to [@ttionya](https://github.com/ttionya)! - Added: \[[@typescript-eslint/key-spacing](https://github.com/typescript-eslint/key-spacing)]. Thanks to [@ttionya](https://github.com/ttionya)! ##### [\`v8.6.0\`](https://github.com/prettier/eslint-config-prettier/blob/HEAD/CHANGELOG.md#Version-860-2023-01-02) - Added: \[vue/multiline-ternary]. Thanks to [@xcatliu](https://github.com/xcatliu)! --- package.json | 2 +- pnpm-lock.yaml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 69791f6..4e90573 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "dotenv": "16.4.5", "eslint": "8.23.1", "eslint-config-airbnb": "19.0.4", - "eslint-config-prettier": "8.5.0", + "eslint-config-prettier": "8.10.0", "eslint-import-resolver-typescript": "3.5.1", "eslint-plugin-eslint-comments": "3.2.0", "eslint-plugin-import": "2.26.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e320c46..f13f4d0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -64,8 +64,8 @@ importers: specifier: 19.0.4 version: 19.0.4(eslint-plugin-import@2.26.0(@typescript-eslint/parser@5.39.0(eslint@8.23.1)(typescript@4.7.3))(eslint-import-resolver-typescript@3.5.1)(eslint@8.23.1))(eslint-plugin-jsx-a11y@6.6.1(eslint@8.23.1))(eslint-plugin-react-hooks@4.6.0(eslint@8.23.1))(eslint-plugin-react@7.31.10(eslint@8.23.1))(eslint@8.23.1) eslint-config-prettier: - specifier: 8.5.0 - version: 8.5.0(eslint@8.23.1) + specifier: 8.10.0 + version: 8.10.0(eslint@8.23.1) eslint-import-resolver-typescript: specifier: 3.5.1 version: 3.5.1(eslint-plugin-import@2.26.0)(eslint@8.23.1) @@ -83,7 +83,7 @@ importers: version: 1.3.2 eslint-plugin-prettier: specifier: 4.2.1 - version: 4.2.1(eslint-config-prettier@8.5.0(eslint@8.23.1))(eslint@8.23.1)(prettier@2.7.0) + version: 4.2.1(eslint-config-prettier@8.10.0(eslint@8.23.1))(eslint@8.23.1)(prettier@2.7.0) eslint-plugin-react: specifier: 7.31.10 version: 7.31.10(eslint@8.23.1) @@ -1709,8 +1709,8 @@ packages: eslint-plugin-react: ^7.28.0 eslint-plugin-react-hooks: ^4.3.0 - eslint-config-prettier@8.5.0: - resolution: {integrity: sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==} + eslint-config-prettier@8.10.0: + resolution: {integrity: sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==} hasBin: true peerDependencies: eslint: '>=7.0.0' @@ -5495,7 +5495,7 @@ snapshots: object.assign: 4.1.5 object.entries: 1.1.8 - eslint-config-prettier@8.5.0(eslint@8.23.1): + eslint-config-prettier@8.10.0(eslint@8.23.1): dependencies: eslint: 8.23.1 @@ -5580,13 +5580,13 @@ snapshots: eslint-plugin-local-rules@1.3.2: {} - eslint-plugin-prettier@4.2.1(eslint-config-prettier@8.5.0(eslint@8.23.1))(eslint@8.23.1)(prettier@2.7.0): + eslint-plugin-prettier@4.2.1(eslint-config-prettier@8.10.0(eslint@8.23.1))(eslint@8.23.1)(prettier@2.7.0): dependencies: eslint: 8.23.1 prettier: 2.7.0 prettier-linter-helpers: 1.0.0 optionalDependencies: - eslint-config-prettier: 8.5.0(eslint@8.23.1) + eslint-config-prettier: 8.10.0(eslint@8.23.1) eslint-plugin-react-hooks@4.6.0(eslint@8.23.1): dependencies: