From 580ff17c3f9f5460dc9dad4f8744526501073872 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 6 Dec 2023 04:54:34 +0000 Subject: [PATCH] chore(release): publish packages --- .changeset/_types_node-20.10.3.md | 5 --- .changeset/_types_node-20.8.10.md | 5 --- ..._typescript-eslint_eslint-plugin-6.12.0.md | 5 --- ..._typescript-eslint_eslint-plugin-6.13.2.md | 5 --- .../_typescript-eslint_eslint-plugin-6.9.1.md | 5 --- .../_typescript-eslint_parser-6.12.0.md | 5 --- .../_typescript-eslint_parser-6.13.2.md | 5 --- .changeset/_typescript-eslint_parser-6.9.1.md | 5 --- .changeset/eslint-plugin-jsx-a11y-6.8.0.md | 5 --- .changeset/eslint-plugin-regexp-2.1.2.md | 5 --- .changeset/eslint-plugin-sonarjs-0.22.0.md | 5 --- .changeset/eslint-plugin-unicorn-49.0.0.md | 5 --- .../prettier-plugin-tailwindcss-0.5.9.md | 5 --- .changeset/rollup-4.2.0.md | 5 --- .changeset/vitest-1.0.1.md | 6 ---- apps/eslint-config/CHANGELOG.md | 32 +++++++++++++++++++ apps/eslint-config/package.json | 2 +- apps/prettier-config/CHANGELOG.md | 8 +++++ apps/prettier-config/package.json | 2 +- apps/tsconfig/CHANGELOG.md | 2 ++ apps/tsconfig/package.json | 2 +- 21 files changed, 45 insertions(+), 79 deletions(-) delete mode 100644 .changeset/_types_node-20.10.3.md delete mode 100644 .changeset/_types_node-20.8.10.md delete mode 100644 .changeset/_typescript-eslint_eslint-plugin-6.12.0.md delete mode 100644 .changeset/_typescript-eslint_eslint-plugin-6.13.2.md delete mode 100644 .changeset/_typescript-eslint_eslint-plugin-6.9.1.md delete mode 100644 .changeset/_typescript-eslint_parser-6.12.0.md delete mode 100644 .changeset/_typescript-eslint_parser-6.13.2.md delete mode 100644 .changeset/_typescript-eslint_parser-6.9.1.md delete mode 100644 .changeset/eslint-plugin-jsx-a11y-6.8.0.md delete mode 100644 .changeset/eslint-plugin-regexp-2.1.2.md delete mode 100644 .changeset/eslint-plugin-sonarjs-0.22.0.md delete mode 100644 .changeset/eslint-plugin-unicorn-49.0.0.md delete mode 100644 .changeset/prettier-plugin-tailwindcss-0.5.9.md delete mode 100644 .changeset/rollup-4.2.0.md delete mode 100644 .changeset/vitest-1.0.1.md diff --git a/.changeset/_types_node-20.10.3.md b/.changeset/_types_node-20.10.3.md deleted file mode 100644 index 8fdf220c..00000000 --- a/.changeset/_types_node-20.10.3.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ckt1031/eslint-config': patch ---- - -Updated dependency `@types/node` to `20.10.3`. diff --git a/.changeset/_types_node-20.8.10.md b/.changeset/_types_node-20.8.10.md deleted file mode 100644 index 4c88f2ad..00000000 --- a/.changeset/_types_node-20.8.10.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ckt1031/eslint-config': patch ---- - -Updated dependency `@types/node` to `20.8.10`. diff --git a/.changeset/_typescript-eslint_eslint-plugin-6.12.0.md b/.changeset/_typescript-eslint_eslint-plugin-6.12.0.md deleted file mode 100644 index c81a26cf..00000000 --- a/.changeset/_typescript-eslint_eslint-plugin-6.12.0.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ckt1031/eslint-config': patch ---- - -Updated dependency `@typescript-eslint/eslint-plugin` to `6.12.0`. diff --git a/.changeset/_typescript-eslint_eslint-plugin-6.13.2.md b/.changeset/_typescript-eslint_eslint-plugin-6.13.2.md deleted file mode 100644 index 5e68a35e..00000000 --- a/.changeset/_typescript-eslint_eslint-plugin-6.13.2.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ckt1031/eslint-config': patch ---- - -Updated dependency `@typescript-eslint/eslint-plugin` to `6.13.2`. diff --git a/.changeset/_typescript-eslint_eslint-plugin-6.9.1.md b/.changeset/_typescript-eslint_eslint-plugin-6.9.1.md deleted file mode 100644 index 6be7ae30..00000000 --- a/.changeset/_typescript-eslint_eslint-plugin-6.9.1.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ckt1031/eslint-config': patch ---- - -Updated dependency `@typescript-eslint/eslint-plugin` to `6.9.1`. diff --git a/.changeset/_typescript-eslint_parser-6.12.0.md b/.changeset/_typescript-eslint_parser-6.12.0.md deleted file mode 100644 index 8e40ed58..00000000 --- a/.changeset/_typescript-eslint_parser-6.12.0.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ckt1031/eslint-config': patch ---- - -Updated dependency `@typescript-eslint/parser` to `6.12.0`. diff --git a/.changeset/_typescript-eslint_parser-6.13.2.md b/.changeset/_typescript-eslint_parser-6.13.2.md deleted file mode 100644 index be5d622b..00000000 --- a/.changeset/_typescript-eslint_parser-6.13.2.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ckt1031/eslint-config': patch ---- - -Updated dependency `@typescript-eslint/parser` to `6.13.2`. diff --git a/.changeset/_typescript-eslint_parser-6.9.1.md b/.changeset/_typescript-eslint_parser-6.9.1.md deleted file mode 100644 index 7922fea7..00000000 --- a/.changeset/_typescript-eslint_parser-6.9.1.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ckt1031/eslint-config': patch ---- - -Updated dependency `@typescript-eslint/parser` to `6.9.1`. diff --git a/.changeset/eslint-plugin-jsx-a11y-6.8.0.md b/.changeset/eslint-plugin-jsx-a11y-6.8.0.md deleted file mode 100644 index c5be2d2e..00000000 --- a/.changeset/eslint-plugin-jsx-a11y-6.8.0.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ckt1031/eslint-config': patch ---- - -Updated dependency `eslint-plugin-jsx-a11y` to `6.8.0`. diff --git a/.changeset/eslint-plugin-regexp-2.1.2.md b/.changeset/eslint-plugin-regexp-2.1.2.md deleted file mode 100644 index 1b6e4aa8..00000000 --- a/.changeset/eslint-plugin-regexp-2.1.2.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ckt1031/eslint-config': patch ---- - -Updated dependency `eslint-plugin-regexp` to `2.1.2`. diff --git a/.changeset/eslint-plugin-sonarjs-0.22.0.md b/.changeset/eslint-plugin-sonarjs-0.22.0.md deleted file mode 100644 index 9beef47d..00000000 --- a/.changeset/eslint-plugin-sonarjs-0.22.0.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ckt1031/eslint-config': patch ---- - -Updated dependency `eslint-plugin-sonarjs` to `0.22.0`. diff --git a/.changeset/eslint-plugin-unicorn-49.0.0.md b/.changeset/eslint-plugin-unicorn-49.0.0.md deleted file mode 100644 index 0d164316..00000000 --- a/.changeset/eslint-plugin-unicorn-49.0.0.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ckt1031/eslint-config': patch ---- - -Updated dependency `eslint-plugin-unicorn` to `49.0.0`. diff --git a/.changeset/prettier-plugin-tailwindcss-0.5.9.md b/.changeset/prettier-plugin-tailwindcss-0.5.9.md deleted file mode 100644 index 199258c1..00000000 --- a/.changeset/prettier-plugin-tailwindcss-0.5.9.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ckt1031/prettier-config': patch ---- - -Updated dependency `prettier-plugin-tailwindcss` to `0.5.9`. diff --git a/.changeset/rollup-4.2.0.md b/.changeset/rollup-4.2.0.md deleted file mode 100644 index ce59611c..00000000 --- a/.changeset/rollup-4.2.0.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ckt1031/eslint-config': patch ---- - -Updated dependency `rollup` to `4.2.0`. diff --git a/.changeset/vitest-1.0.1.md b/.changeset/vitest-1.0.1.md deleted file mode 100644 index e2816f82..00000000 --- a/.changeset/vitest-1.0.1.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@ckt1031/eslint-config': patch -'@ckt1031/prettier-config': patch ---- - -Updated dependency `vitest` to `1.0.1`. diff --git a/apps/eslint-config/CHANGELOG.md b/apps/eslint-config/CHANGELOG.md index 257a3bb5..1395cf9c 100644 --- a/apps/eslint-config/CHANGELOG.md +++ b/apps/eslint-config/CHANGELOG.md @@ -1,5 +1,37 @@ # @ckt1031/eslint-config +## 1.1.17 + +### Patch Changes + +- [#409](https://github.com/ckt1031/nodejs-config/pull/409) [`ab4a9d1`](https://github.com/ckt1031/nodejs-config/commit/ab4a9d1b403aa0bf470cf2baec92ad5692bffcbb) Thanks [@ckt1031](https://github.com/ckt1031)! - Updated dependency `@types/node` to `20.10.3`. + +- [#409](https://github.com/ckt1031/nodejs-config/pull/409) [`ab4a9d1`](https://github.com/ckt1031/nodejs-config/commit/ab4a9d1b403aa0bf470cf2baec92ad5692bffcbb) Thanks [@ckt1031](https://github.com/ckt1031)! - Updated dependency `@types/node` to `20.8.10`. + +- [#409](https://github.com/ckt1031/nodejs-config/pull/409) [`ab4a9d1`](https://github.com/ckt1031/nodejs-config/commit/ab4a9d1b403aa0bf470cf2baec92ad5692bffcbb) Thanks [@ckt1031](https://github.com/ckt1031)! - Updated dependency `@typescript-eslint/eslint-plugin` to `6.12.0`. + +- [#409](https://github.com/ckt1031/nodejs-config/pull/409) [`ab4a9d1`](https://github.com/ckt1031/nodejs-config/commit/ab4a9d1b403aa0bf470cf2baec92ad5692bffcbb) Thanks [@ckt1031](https://github.com/ckt1031)! - Updated dependency `@typescript-eslint/eslint-plugin` to `6.13.2`. + +- [#409](https://github.com/ckt1031/nodejs-config/pull/409) [`ab4a9d1`](https://github.com/ckt1031/nodejs-config/commit/ab4a9d1b403aa0bf470cf2baec92ad5692bffcbb) Thanks [@ckt1031](https://github.com/ckt1031)! - Updated dependency `@typescript-eslint/eslint-plugin` to `6.9.1`. + +- [#409](https://github.com/ckt1031/nodejs-config/pull/409) [`ab4a9d1`](https://github.com/ckt1031/nodejs-config/commit/ab4a9d1b403aa0bf470cf2baec92ad5692bffcbb) Thanks [@ckt1031](https://github.com/ckt1031)! - Updated dependency `@typescript-eslint/parser` to `6.12.0`. + +- [#409](https://github.com/ckt1031/nodejs-config/pull/409) [`ab4a9d1`](https://github.com/ckt1031/nodejs-config/commit/ab4a9d1b403aa0bf470cf2baec92ad5692bffcbb) Thanks [@ckt1031](https://github.com/ckt1031)! - Updated dependency `@typescript-eslint/parser` to `6.13.2`. + +- [#409](https://github.com/ckt1031/nodejs-config/pull/409) [`ab4a9d1`](https://github.com/ckt1031/nodejs-config/commit/ab4a9d1b403aa0bf470cf2baec92ad5692bffcbb) Thanks [@ckt1031](https://github.com/ckt1031)! - Updated dependency `@typescript-eslint/parser` to `6.9.1`. + +- [#409](https://github.com/ckt1031/nodejs-config/pull/409) [`ab4a9d1`](https://github.com/ckt1031/nodejs-config/commit/ab4a9d1b403aa0bf470cf2baec92ad5692bffcbb) Thanks [@ckt1031](https://github.com/ckt1031)! - Updated dependency `eslint-plugin-jsx-a11y` to `6.8.0`. + +- [#409](https://github.com/ckt1031/nodejs-config/pull/409) [`ab4a9d1`](https://github.com/ckt1031/nodejs-config/commit/ab4a9d1b403aa0bf470cf2baec92ad5692bffcbb) Thanks [@ckt1031](https://github.com/ckt1031)! - Updated dependency `eslint-plugin-regexp` to `2.1.2`. + +- [#409](https://github.com/ckt1031/nodejs-config/pull/409) [`ab4a9d1`](https://github.com/ckt1031/nodejs-config/commit/ab4a9d1b403aa0bf470cf2baec92ad5692bffcbb) Thanks [@ckt1031](https://github.com/ckt1031)! - Updated dependency `eslint-plugin-sonarjs` to `0.22.0`. + +- [#409](https://github.com/ckt1031/nodejs-config/pull/409) [`ab4a9d1`](https://github.com/ckt1031/nodejs-config/commit/ab4a9d1b403aa0bf470cf2baec92ad5692bffcbb) Thanks [@ckt1031](https://github.com/ckt1031)! - Updated dependency `eslint-plugin-unicorn` to `49.0.0`. + +- [#409](https://github.com/ckt1031/nodejs-config/pull/409) [`ab4a9d1`](https://github.com/ckt1031/nodejs-config/commit/ab4a9d1b403aa0bf470cf2baec92ad5692bffcbb) Thanks [@ckt1031](https://github.com/ckt1031)! - Updated dependency `rollup` to `4.2.0`. + +- [#409](https://github.com/ckt1031/nodejs-config/pull/409) [`ab4a9d1`](https://github.com/ckt1031/nodejs-config/commit/ab4a9d1b403aa0bf470cf2baec92ad5692bffcbb) Thanks [@ckt1031](https://github.com/ckt1031)! - Updated dependency `vitest` to `1.0.1`. + ## 1.1.16 ### Patch Changes diff --git a/apps/eslint-config/package.json b/apps/eslint-config/package.json index 8e7971dc..b8dd5278 100644 --- a/apps/eslint-config/package.json +++ b/apps/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ckt1031/eslint-config", - "version": "1.1.16", + "version": "1.1.17", "description": "The official ESLint configuration for ckt1031 projects", "license": "MIT", "author": "Chan Ka Tsun (https://github.com/ckt1031/)", diff --git a/apps/prettier-config/CHANGELOG.md b/apps/prettier-config/CHANGELOG.md index 1731e865..07dacdb4 100644 --- a/apps/prettier-config/CHANGELOG.md +++ b/apps/prettier-config/CHANGELOG.md @@ -1,5 +1,13 @@ # @ckt1031/prettier-config +## 1.1.17 + +### Patch Changes + +- [#409](https://github.com/ckt1031/nodejs-config/pull/409) [`ab4a9d1`](https://github.com/ckt1031/nodejs-config/commit/ab4a9d1b403aa0bf470cf2baec92ad5692bffcbb) Thanks [@ckt1031](https://github.com/ckt1031)! - Updated dependency `prettier-plugin-tailwindcss` to `0.5.9`. + +- [#409](https://github.com/ckt1031/nodejs-config/pull/409) [`ab4a9d1`](https://github.com/ckt1031/nodejs-config/commit/ab4a9d1b403aa0bf470cf2baec92ad5692bffcbb) Thanks [@ckt1031](https://github.com/ckt1031)! - Updated dependency `vitest` to `1.0.1`. + ## 1.1.16 ### Patch Changes diff --git a/apps/prettier-config/package.json b/apps/prettier-config/package.json index 8987071d..65f327ad 100644 --- a/apps/prettier-config/package.json +++ b/apps/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@ckt1031/prettier-config", - "version": "1.1.16", + "version": "1.1.17", "description": "The official Prettier configuration for ckt1031 projects", "author": "Chan Ka Tsun (https://github.com/ckt1031/)", "homepage": "https://github.com/ckt1031/nodejs-config#readme", diff --git a/apps/tsconfig/CHANGELOG.md b/apps/tsconfig/CHANGELOG.md index 9f5d28a3..2733173e 100644 --- a/apps/tsconfig/CHANGELOG.md +++ b/apps/tsconfig/CHANGELOG.md @@ -1,5 +1,7 @@ # @ckt1031/tsconfig +## 1.1.17 + ## 1.1.16 ## 1.1.15 diff --git a/apps/tsconfig/package.json b/apps/tsconfig/package.json index 815eaa9c..bd2a99b9 100644 --- a/apps/tsconfig/package.json +++ b/apps/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@ckt1031/tsconfig", - "version": "1.1.16", + "version": "1.1.17", "description": "Typescript config for ckt1031, ensure the consistency of code quality.", "license": "MIT", "author": "Chan Ka Tsun (https://github.com/ckt1031/)",