From 6ac57bd5248d2d6c5691d4ae36ee4d7c69538130 Mon Sep 17 00:00:00 2001 From: Pauline Date: Sat, 29 Jun 2024 15:31:17 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(stub):=20fix=20perfectionist?= =?UTF-8?q?=20dts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- packages/eslint-config/src/stub.d.ts | 6 +++--- packages/eslint-config/test/fixtures.test.ts | 2 +- pnpm-lock.yaml | 12 ++++++------ 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 500168bf..7b3104d5 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "rollup": "^4.18.0", "taze": "^0.13.9", "tsup": "^8.1.0", - "tsx": "^4.15.7", + "tsx": "^4.16.0", "typescript": "^5.5.2", "unbuild": "^2.0.0", "vite": "^5.3.2", diff --git a/packages/eslint-config/src/stub.d.ts b/packages/eslint-config/src/stub.d.ts index 1b24ccf3..8b6e493d 100644 --- a/packages/eslint-config/src/stub.d.ts +++ b/packages/eslint-config/src/stub.d.ts @@ -37,12 +37,12 @@ declare module 'eslint-plugin-perfectionist' { configs: { 'recommended-alphabetical': Linter.Config; 'recommended-natural': Linter.Config; - 'recommended-line-length': Linter.FlatConfig; + 'recommended-line-length': Linter.Config; }; }; - export = eslintPluginUnicorn; - export default { eslintPluginUnicorn }; + export = eslintPluginPerfectionist; + export default { eslintPluginPerfectionist }; }; declare module 'eslint-plugin-unused-imports' { diff --git a/packages/eslint-config/test/fixtures.test.ts b/packages/eslint-config/test/fixtures.test.ts index 8e278d37..a65d5744 100644 --- a/packages/eslint-config/test/fixtures.test.ts +++ b/packages/eslint-config/test/fixtures.test.ts @@ -129,5 +129,5 @@ export default petal( await expect.soft(content).toMatchFileSnapshot(outputPath); })); - }, 60_000); + }, 70_000); } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ef8a8cc7..4b4cf204 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -48,8 +48,8 @@ importers: specifier: ^8.1.0 version: 8.1.0(postcss@8.4.38)(typescript@5.5.2) tsx: - specifier: ^4.15.7 - version: 4.15.7 + specifier: ^4.16.0 + version: 4.16.0 typescript: specifier: ^5.5.2 version: 5.5.2 @@ -3829,8 +3829,8 @@ packages: typescript: optional: true - tsx@4.15.7: - resolution: {integrity: sha512-u3H0iSFDZM3za+VxkZ1kywdCeHCn+8/qHQS1MNoO2sONDgD95HlWtt8aB23OzeTmFP9IU4/8bZUdg58Uu5J4cg==} + tsx@4.16.0: + resolution: {integrity: sha512-MPgN+CuY+4iKxGoJNPv+1pyo5YWZAQ5XfsyobUG+zoKG7IkvCPLZDEyoIb8yLS2FcWci1nlxAqmvPlFWD5AFiQ==} engines: {node: '>=18.0.0'} hasBin: true @@ -6654,7 +6654,7 @@ snapshots: jiti: 1.21.6 pathe: 1.1.2 pkg-types: 1.1.1 - tsx: 4.15.7 + tsx: 4.16.0 transitivePeerDependencies: - supports-color @@ -7825,7 +7825,7 @@ snapshots: - supports-color - ts-node - tsx@4.15.7: + tsx@4.16.0: dependencies: esbuild: 0.21.5 get-tsconfig: 4.7.5