diff --git a/.changeset/fair-jeans-bow.md b/.changeset/fair-jeans-bow.md deleted file mode 100644 index a845151..0000000 --- a/.changeset/fair-jeans-bow.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/perfect-lies-relax.md b/.changeset/perfect-lies-relax.md deleted file mode 100644 index b0ffa7d..0000000 --- a/.changeset/perfect-lies-relax.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@mheob/eslint-config': patch ---- - -switch from `eslint-plugin-vitest` to `@vitest/eslint-plugin` diff --git a/.changeset/thick-fishes-tell.md b/.changeset/thick-fishes-tell.md deleted file mode 100644 index dcffc35..0000000 --- a/.changeset/thick-fishes-tell.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@mheob/eslint-config': patch -'@mheob/commitlint-config': patch -'@mheob/prettier-config': patch ---- - -update dependencies and use the newest ESLint rules diff --git a/.changeset/tricky-wolves-return.md b/.changeset/tricky-wolves-return.md deleted file mode 100644 index e15b542..0000000 --- a/.changeset/tricky-wolves-return.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@mheob/eslint-config': major ---- - -add the newest rules, espacially a new sorting system which has breaking changes diff --git a/packages/commitlint-config/CHANGELOG.md b/packages/commitlint-config/CHANGELOG.md index 4404d4d..03f27e8 100644 --- a/packages/commitlint-config/CHANGELOG.md +++ b/packages/commitlint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @mheob/commitlint-config +## 1.2.1 + +### Patch Changes + +- [#217](https://github.com/mheob/config/pull/217) ([@mheob](https://github.com/mheob)): update dependencies and use the newest ESLint rules + ## 1.2.0 ### Minor Changes diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index acbc143..0c93020 100644 --- a/packages/commitlint-config/package.json +++ b/packages/commitlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@mheob/commitlint-config", - "version": "1.2.0", + "version": "1.2.1", "description": "My personal configuration for commitlint.", "keywords": [ "commitlint", diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index a78e82b..3aacd3a 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,17 @@ # @mheob/eslint-config +## 7.0.0 + +### Major Changes + +- [#217](https://github.com/mheob/config/pull/217) ([@mheob](https://github.com/mheob)): add the newest rules, espacially a new sorting system which has breaking changes + +### Patch Changes + +- [#206](https://github.com/mheob/config/pull/206) ([@renovate](https://github.com/apps/renovate)): switch from `eslint-plugin-vitest` to `@vitest/eslint-plugin` + +- [#217](https://github.com/mheob/config/pull/217) ([@mheob](https://github.com/mheob)): update dependencies and use the newest ESLint rules + ## 6.2.0 ### Minor Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 9edc272..de753fc 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@mheob/eslint-config", - "version": "6.2.0", + "version": "7.0.0", "description": "My personal configuration for eslint.", "keywords": [ "eslint", diff --git a/packages/prettier-config/CHANGELOG.md b/packages/prettier-config/CHANGELOG.md index 03db462..83c2928 100644 --- a/packages/prettier-config/CHANGELOG.md +++ b/packages/prettier-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @mheob/prettier-config +## 3.3.3 + +### Patch Changes + +- [#217](https://github.com/mheob/config/pull/217) ([@mheob](https://github.com/mheob)): update dependencies and use the newest ESLint rules + ## 3.3.2 ### Patch Changes diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index c14183e..b40d0e0 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@mheob/prettier-config", - "version": "3.3.2", + "version": "3.3.3", "description": "My personal configuration for prettier.", "keywords": [ "prettier",