From 8f43e2e0b202b6ffc52c2b848db67a4df3755e48 Mon Sep 17 00:00:00 2001 From: mrazauskas Date: Fri, 12 Sep 2025 14:17:42 +0300 Subject: [PATCH] chore: update tstyche to v5.0.0-beta.1 --- package.json | 2 +- pnpm-lock.yaml | 12 ++++++------ tstyche.config.json | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index f8a7012be..441d6f93a 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "rollup-plugin-visualizer": "^6.0.3", "terser": "^5.43.1", "ts-patch": "^3.3.0", - "tstyche": "4.3.0", + "tstyche": "^5.0.0-beta.1", "tsx": "^4.20.5", "typescript": "^5.9.2", "typescript-eslint": "^8.41.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e8a824383..967c8cb30 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -161,8 +161,8 @@ importers: specifier: ^3.3.0 version: 3.3.0 tstyche: - specifier: 4.3.0 - version: 4.3.0(typescript@5.9.2) + specifier: ^5.0.0-beta.1 + version: 5.0.0-beta.1(typescript@5.9.2) tsx: specifier: ^4.20.5 version: 4.20.5 @@ -5449,9 +5449,9 @@ packages: tslib@2.8.1: resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==} - tstyche@4.3.0: - resolution: {integrity: sha512-X5mSVCivhCSDKHr9tWfCH0kmEo5cLApZILK5XfssTIirc9wEvcSYhCaixj5TSR/39cIC7U5TQD+wtGKsYh7nlw==} - engines: {node: '>=20.9'} + tstyche@5.0.0-beta.1: + resolution: {integrity: sha512-5jUDOBwWbYcweS7Xgz2cweOO0ROs47fPCeBArkdK1mKOWkYH+xeGzTJMk3vjNVPG2eFo2DBwAB7tsWiEJGNH+g==} + engines: {node: '>=20.12'} hasBin: true peerDependencies: typescript: '>=4.7' @@ -11373,7 +11373,7 @@ snapshots: tslib@2.8.1: {} - tstyche@4.3.0(typescript@5.9.2): + tstyche@5.0.0-beta.1(typescript@5.9.2): optionalDependencies: typescript: 5.9.2 diff --git a/tstyche.config.json b/tstyche.config.json index 6c5916db5..9513410d8 100644 --- a/tstyche.config.json +++ b/tstyche.config.json @@ -1,7 +1,7 @@ { "$schema": "https://tstyche.org/schemas/config.json", - "checkSuppressedErrors": true, - "checkSourceFiles": false, - "testFileMatch": ["packages/*/dtslint/**/*.tst.*"], + "testFileMatch": [ + "packages/*/dtslint/**/*.tst.*" + ], "tsconfig": "ignore" }