From a01029c87f1b6a91e4ec30efaf3ff64fb4fe2497 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 02:20:32 +0000 Subject: [PATCH] chore(deps): update dependency eslint-config-prettier to v10.1.8 --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- templates/clean/package.json | 2 +- templates/clean/pnpm-lock.yaml | 10 +++++----- templates/fastify/package.json | 2 +- templates/fastify/pnpm-lock.yaml | 10 +++++----- templates/nest/package.json | 2 +- templates/nest/pnpm-lock.yaml | 10 +++++----- templates/react-vite/package.json | 2 +- templates/react-vite/pnpm-lock.yaml | 21 ++++++++++++++++----- 10 files changed, 41 insertions(+), 30 deletions(-) diff --git a/package.json b/package.json index 26945496..51e99a2b 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@vitest/eslint-plugin": "1.6.13", "conventional-changelog-conventionalcommits": "8.0.0", "eslint": "9.23.0", - "eslint-config-prettier": "9.1.2", + "eslint-config-prettier": "10.1.8", "globals": "15.15.0", "husky": "9.1.7", "lint-staged": "15.5.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 699ebbbd..1104761b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -49,8 +49,8 @@ importers: specifier: 9.23.0 version: 9.23.0(jiti@2.4.2) eslint-config-prettier: - specifier: 9.1.2 - version: 9.1.2(eslint@9.23.0(jiti@2.4.2)) + specifier: 10.1.8 + version: 10.1.8(eslint@9.23.0(jiti@2.4.2)) globals: specifier: 15.15.0 version: 15.15.0 @@ -1346,8 +1346,8 @@ packages: resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==} engines: {node: '>=10'} - eslint-config-prettier@9.1.2: - resolution: {integrity: sha512-iI1f+D2ViGn+uvv5HuHVUamg8ll4tN+JRHGc6IJi4TP9Kl976C57fzPXgseXNs8v0iA8aSJpHsTWjDb9QJamGQ==} + eslint-config-prettier@10.1.8: + resolution: {integrity: sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w==} hasBin: true peerDependencies: eslint: '>=7.0.0' @@ -3552,7 +3552,7 @@ snapshots: escape-string-regexp@4.0.0: {} - eslint-config-prettier@9.1.2(eslint@9.23.0(jiti@2.4.2)): + eslint-config-prettier@10.1.8(eslint@9.23.0(jiti@2.4.2)): dependencies: eslint: 9.23.0(jiti@2.4.2) diff --git a/templates/clean/package.json b/templates/clean/package.json index 2a9241a8..d526ac23 100644 --- a/templates/clean/package.json +++ b/templates/clean/package.json @@ -26,7 +26,7 @@ "@types/node": "22.19.15", "@vitest/eslint-plugin": "1.6.13", "eslint": "9.23.0", - "eslint-config-prettier": "9.1.2", + "eslint-config-prettier": "10.1.8", "globals": "15.15.0", "husky": "9.1.7", "lint-staged": "15.5.2", diff --git a/templates/clean/pnpm-lock.yaml b/templates/clean/pnpm-lock.yaml index f24745dd..663afebb 100644 --- a/templates/clean/pnpm-lock.yaml +++ b/templates/clean/pnpm-lock.yaml @@ -31,8 +31,8 @@ importers: specifier: 9.23.0 version: 9.23.0(jiti@2.4.2) eslint-config-prettier: - specifier: 9.1.2 - version: 9.1.2(eslint@9.23.0(jiti@2.4.2)) + specifier: 10.1.8 + version: 10.1.8(eslint@9.23.0(jiti@2.4.2)) globals: specifier: 15.15.0 version: 15.15.0 @@ -1327,8 +1327,8 @@ packages: resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==} engines: {node: '>=10'} - eslint-config-prettier@9.1.2: - resolution: {integrity: sha512-iI1f+D2ViGn+uvv5HuHVUamg8ll4tN+JRHGc6IJi4TP9Kl976C57fzPXgseXNs8v0iA8aSJpHsTWjDb9QJamGQ==} + eslint-config-prettier@10.1.8: + resolution: {integrity: sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w==} hasBin: true peerDependencies: eslint: '>=7.0.0' @@ -3493,7 +3493,7 @@ snapshots: escape-string-regexp@4.0.0: {} - eslint-config-prettier@9.1.2(eslint@9.23.0(jiti@2.4.2)): + eslint-config-prettier@10.1.8(eslint@9.23.0(jiti@2.4.2)): dependencies: eslint: 9.23.0(jiti@2.4.2) diff --git a/templates/fastify/package.json b/templates/fastify/package.json index 243c4c1c..43f112ed 100644 --- a/templates/fastify/package.json +++ b/templates/fastify/package.json @@ -34,7 +34,7 @@ "@types/node": "22.19.15", "@vitest/eslint-plugin": "1.6.13", "eslint": "9.24.0", - "eslint-config-prettier": "10.1.1", + "eslint-config-prettier": "10.1.8", "globals": "16.0.0", "husky": "9.1.7", "lint-staged": "15.5.2", diff --git a/templates/fastify/pnpm-lock.yaml b/templates/fastify/pnpm-lock.yaml index 07839d8a..00db1eb9 100644 --- a/templates/fastify/pnpm-lock.yaml +++ b/templates/fastify/pnpm-lock.yaml @@ -58,8 +58,8 @@ importers: specifier: 9.24.0 version: 9.24.0 eslint-config-prettier: - specifier: 10.1.1 - version: 10.1.1(eslint@9.24.0) + specifier: 10.1.8 + version: 10.1.8(eslint@9.24.0) globals: specifier: 16.0.0 version: 16.0.0 @@ -1149,8 +1149,8 @@ packages: resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==} engines: {node: '>=10'} - eslint-config-prettier@10.1.1: - resolution: {integrity: sha512-4EQQr6wXwS+ZJSzaR5ZCrYgLxqvUjdXctaEtBqHcbkW944B1NQyO4qpdHQbXBONfwxXdkAY81HH4+LUfrg+zPw==} + eslint-config-prettier@10.1.8: + resolution: {integrity: sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w==} hasBin: true peerDependencies: eslint: '>=7.0.0' @@ -3171,7 +3171,7 @@ snapshots: escape-string-regexp@4.0.0: {} - eslint-config-prettier@10.1.1(eslint@9.24.0): + eslint-config-prettier@10.1.8(eslint@9.24.0): dependencies: eslint: 9.24.0 diff --git a/templates/nest/package.json b/templates/nest/package.json index 7d0a1421..bab6ca21 100644 --- a/templates/nest/package.json +++ b/templates/nest/package.json @@ -47,7 +47,7 @@ "@vitest/coverage-v8": "1.6.1", "@vitest/eslint-plugin": "1.6.13", "eslint": "9.23.0", - "eslint-config-prettier": "9.1.2", + "eslint-config-prettier": "10.1.8", "globals": "15.15.0", "husky": "9.1.7", "lint-staged": "15.5.2", diff --git a/templates/nest/pnpm-lock.yaml b/templates/nest/pnpm-lock.yaml index fa9ad491..2508eeb9 100644 --- a/templates/nest/pnpm-lock.yaml +++ b/templates/nest/pnpm-lock.yaml @@ -88,8 +88,8 @@ importers: specifier: 9.23.0 version: 9.23.0 eslint-config-prettier: - specifier: 9.1.2 - version: 9.1.2(eslint@9.23.0) + specifier: 10.1.8 + version: 10.1.8(eslint@9.23.0) globals: specifier: 15.15.0 version: 15.15.0 @@ -1615,8 +1615,8 @@ packages: resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==} engines: {node: '>=10'} - eslint-config-prettier@9.1.2: - resolution: {integrity: sha512-iI1f+D2ViGn+uvv5HuHVUamg8ll4tN+JRHGc6IJi4TP9Kl976C57fzPXgseXNs8v0iA8aSJpHsTWjDb9QJamGQ==} + eslint-config-prettier@10.1.8: + resolution: {integrity: sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w==} hasBin: true peerDependencies: eslint: '>=7.0.0' @@ -4957,7 +4957,7 @@ snapshots: escape-string-regexp@4.0.0: {} - eslint-config-prettier@9.1.2(eslint@9.23.0): + eslint-config-prettier@10.1.8(eslint@9.23.0): dependencies: eslint: 9.23.0 diff --git a/templates/react-vite/package.json b/templates/react-vite/package.json index f72b5411..a8186f83 100644 --- a/templates/react-vite/package.json +++ b/templates/react-vite/package.json @@ -31,7 +31,7 @@ "@types/react-dom": "19.1.6", "@vitejs/plugin-react": "4.4.1", "eslint": "9.25.1", - "eslint-config-prettier": "10.1.2", + "eslint-config-prettier": "10.1.8", "eslint-plugin-react-hooks": "5.2.0", "eslint-plugin-react-refresh": "0.4.24", "globals": "16.0.0", diff --git a/templates/react-vite/pnpm-lock.yaml b/templates/react-vite/pnpm-lock.yaml index 3f0e42c3..fdcfe208 100644 --- a/templates/react-vite/pnpm-lock.yaml +++ b/templates/react-vite/pnpm-lock.yaml @@ -52,8 +52,8 @@ importers: specifier: 9.25.1 version: 9.25.1 eslint-config-prettier: - specifier: 10.1.2 - version: 10.1.2(eslint@9.25.1) + specifier: 10.1.8 + version: 10.1.8(eslint@9.25.1) eslint-plugin-react-hooks: specifier: 5.2.0 version: 5.2.0(eslint@9.25.1) @@ -553,56 +553,67 @@ packages: resolution: {integrity: sha512-ehSKrewwsESPt1TgSE/na9nIhWCosfGSFqv7vwEtjyAqZcvbGIg4JAcV7ZEh2tfj/IlfBeZjgOXm35iOOjadcg==} cpu: [arm] os: [linux] + libc: [glibc] '@rollup/rollup-linux-arm-musleabihf@4.40.1': resolution: {integrity: sha512-m39iO/aaurh5FVIu/F4/Zsl8xppd76S4qoID8E+dSRQvTyZTOI2gVk3T4oqzfq1PtcvOfAVlwLMK3KRQMaR8lg==} cpu: [arm] os: [linux] + libc: [musl] '@rollup/rollup-linux-arm64-gnu@4.40.1': resolution: {integrity: sha512-Y+GHnGaku4aVLSgrT0uWe2o2Rq8te9hi+MwqGF9r9ORgXhmHK5Q71N757u0F8yU1OIwUIFy6YiJtKjtyktk5hg==} cpu: [arm64] os: [linux] + libc: [glibc] '@rollup/rollup-linux-arm64-musl@4.40.1': resolution: {integrity: sha512-jEwjn3jCA+tQGswK3aEWcD09/7M5wGwc6+flhva7dsQNRZZTe30vkalgIzV4tjkopsTS9Jd7Y1Bsj6a4lzz8gQ==} cpu: [arm64] os: [linux] + libc: [musl] '@rollup/rollup-linux-loongarch64-gnu@4.40.1': resolution: {integrity: sha512-ySyWikVhNzv+BV/IDCsrraOAZ3UaC8SZB67FZlqVwXwnFhPihOso9rPOxzZbjp81suB1O2Topw+6Ug3JNegejQ==} cpu: [loong64] os: [linux] + libc: [glibc] '@rollup/rollup-linux-powerpc64le-gnu@4.40.1': resolution: {integrity: sha512-BvvA64QxZlh7WZWqDPPdt0GH4bznuL6uOO1pmgPnnv86rpUpc8ZxgZwcEgXvo02GRIZX1hQ0j0pAnhwkhwPqWg==} cpu: [ppc64] os: [linux] + libc: [glibc] '@rollup/rollup-linux-riscv64-gnu@4.40.1': resolution: {integrity: sha512-EQSP+8+1VuSulm9RKSMKitTav89fKbHymTf25n5+Yr6gAPZxYWpj3DzAsQqoaHAk9YX2lwEyAf9S4W8F4l3VBQ==} cpu: [riscv64] os: [linux] + libc: [glibc] '@rollup/rollup-linux-riscv64-musl@4.40.1': resolution: {integrity: sha512-n/vQ4xRZXKuIpqukkMXZt9RWdl+2zgGNx7Uda8NtmLJ06NL8jiHxUawbwC+hdSq1rrw/9CghCpEONor+l1e2gA==} cpu: [riscv64] os: [linux] + libc: [musl] '@rollup/rollup-linux-s390x-gnu@4.40.1': resolution: {integrity: sha512-h8d28xzYb98fMQKUz0w2fMc1XuGzLLjdyxVIbhbil4ELfk5/orZlSTpF/xdI9C8K0I8lCkq+1En2RJsawZekkg==} cpu: [s390x] os: [linux] + libc: [glibc] '@rollup/rollup-linux-x64-gnu@4.40.1': resolution: {integrity: sha512-XiK5z70PEFEFqcNj3/zRSz/qX4bp4QIraTy9QjwJAb/Z8GM7kVUsD0Uk8maIPeTyPCP03ChdI+VVmJriKYbRHQ==} cpu: [x64] os: [linux] + libc: [glibc] '@rollup/rollup-linux-x64-musl@4.40.1': resolution: {integrity: sha512-2BRORitq5rQ4Da9blVovzNCMaUlyKrzMSvkVR0D4qPuOy/+pMCrh1d7o01RATwVy+6Fa1WBw+da7QPeLWU/1mQ==} cpu: [x64] os: [linux] + libc: [musl] '@rollup/rollup-win32-arm64-msvc@4.40.1': resolution: {integrity: sha512-b2bcNm9Kbde03H+q+Jjw9tSfhYkzrDUf2d5MAd1bOJuVplXvFhWz7tRtWvD8/ORZi7qSCy0idW6tf2HgxSXQSg==} @@ -1115,8 +1126,8 @@ packages: resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==} engines: {node: '>=10'} - eslint-config-prettier@10.1.2: - resolution: {integrity: sha512-Epgp/EofAUeEpIdZkW60MHKvPyru1ruQJxPL+WIycnaPApuseK0Zpkrh/FwL9oIpQvIhJwV7ptOy0DWUjTlCiA==} + eslint-config-prettier@10.1.8: + resolution: {integrity: sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w==} hasBin: true peerDependencies: eslint: '>=7.0.0' @@ -3602,7 +3613,7 @@ snapshots: escape-string-regexp@4.0.0: {} - eslint-config-prettier@10.1.2(eslint@9.25.1): + eslint-config-prettier@10.1.8(eslint@9.25.1): dependencies: eslint: 9.25.1