From a4574554d0d3beda6145a1a0df5a02762deea30b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 28 Nov 2024 13:03:52 +0000 Subject: [PATCH 1/2] Version Packages --- .changeset/shy-toys-perform.md | 7 ------- packages/tsconfig-common/CHANGELOG.md | 7 +++++++ packages/tsconfig-common/package.json | 2 +- packages/tsconfig-next/CHANGELOG.md | 7 +++++++ packages/tsconfig-next/package.json | 2 +- 5 files changed, 16 insertions(+), 9 deletions(-) delete mode 100644 .changeset/shy-toys-perform.md diff --git a/.changeset/shy-toys-perform.md b/.changeset/shy-toys-perform.md deleted file mode 100644 index f4841d2..0000000 --- a/.changeset/shy-toys-perform.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@huuyafwww/tsconfig-common": minor -"@huuyafwww/tsconfig-next": minor ---- - -Generate a complete tscconfig by exploring the extends config using the showConfig option of tsc. -It would eliminate the need to install @tsconfig/strictest as an implicit dependency when using this library. diff --git a/packages/tsconfig-common/CHANGELOG.md b/packages/tsconfig-common/CHANGELOG.md index bee221e..4415515 100644 --- a/packages/tsconfig-common/CHANGELOG.md +++ b/packages/tsconfig-common/CHANGELOG.md @@ -1,5 +1,12 @@ # @huuyafwww/tsconfig-common +## 1.1.0 + +### Minor Changes + +- [#10](https://github.com/huuyafwww/tsconfig/pull/10) [`e2acc2c`](https://github.com/huuyafwww/tsconfig/commit/e2acc2ccf6ad513058dfbf1c1610c909fdf8cf62) Thanks [@huuyafwww](https://github.com/huuyafwww)! - Generate a complete tscconfig by exploring the extends config using the showConfig option of tsc. + It would eliminate the need to install @tsconfig/strictest as an implicit dependency when using this library. + ## 1.0.3 ### Patch Changes diff --git a/packages/tsconfig-common/package.json b/packages/tsconfig-common/package.json index 6fa985b..3d44415 100644 --- a/packages/tsconfig-common/package.json +++ b/packages/tsconfig-common/package.json @@ -1,6 +1,6 @@ { "name": "@huuyafwww/tsconfig-common", - "version": "1.0.3", + "version": "1.1.0", "private": false, "description": "common tsconfig for me", "homepage": "https://github.com/huuyafwww/tsconfig", diff --git a/packages/tsconfig-next/CHANGELOG.md b/packages/tsconfig-next/CHANGELOG.md index 47761f1..5e4b5d0 100644 --- a/packages/tsconfig-next/CHANGELOG.md +++ b/packages/tsconfig-next/CHANGELOG.md @@ -1,5 +1,12 @@ # @huuyafwww/tsconfig-next +## 1.1.0 + +### Minor Changes + +- [#10](https://github.com/huuyafwww/tsconfig/pull/10) [`e2acc2c`](https://github.com/huuyafwww/tsconfig/commit/e2acc2ccf6ad513058dfbf1c1610c909fdf8cf62) Thanks [@huuyafwww](https://github.com/huuyafwww)! - Generate a complete tscconfig by exploring the extends config using the showConfig option of tsc. + It would eliminate the need to install @tsconfig/strictest as an implicit dependency when using this library. + ## 1.0.3 ### Patch Changes diff --git a/packages/tsconfig-next/package.json b/packages/tsconfig-next/package.json index 9b96b92..6f51c78 100644 --- a/packages/tsconfig-next/package.json +++ b/packages/tsconfig-next/package.json @@ -1,6 +1,6 @@ { "name": "@huuyafwww/tsconfig-next", - "version": "1.0.3", + "version": "1.1.0", "private": false, "description": "tsconfig for Next.js for me", "homepage": "https://github.com/huuyafwww/tsconfig", From 980335623f0bac9b7f06edc9792b6c596c77d970 Mon Sep 17 00:00:00 2001 From: huuya Date: Thu, 28 Nov 2024 22:14:12 +0900 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ebda8a..323d3e1 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ This repository is a detailed package of tsconfig for me. ### Installation ```sh -pnpm add -D @huuyafwww/tsconfig-common @tsconfig/strictest @types/node +pnpm add -D @huuyafwww/tsconfig-common @types/node ``` ### tsconfig.json @@ -50,7 +50,7 @@ pnpm add -D @huuyafwww/tsconfig-common @tsconfig/strictest @types/node ### Installation ```sh -pnpm add -D @huuyafwww/tsconfig-next @tsconfig/strictest @tsconfig/next +pnpm add -D @huuyafwww/tsconfig-next ``` ### tsconfig.json