diff --git a/.changeset/dull-lemons-guess.md b/.changeset/dull-lemons-guess.md deleted file mode 100644 index 2616d81..0000000 --- a/.changeset/dull-lemons-guess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@mheob/eslint-config": patch ---- - -chore(deps): update all non-major dependencies diff --git a/.changeset/fair-ants-warn.md b/.changeset/fair-ants-warn.md deleted file mode 100644 index c06c223..0000000 --- a/.changeset/fair-ants-warn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@mheob/prettier-config': major ---- - -remove `@trivago/prettier-plugin-sort-imports` diff --git a/.changeset/friendly-rice-beg.md b/.changeset/friendly-rice-beg.md deleted file mode 100644 index e466cf0..0000000 --- a/.changeset/friendly-rice-beg.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@mheob/eslint-config': minor ---- - -add newest rules from `eslint-plugin-unicorn` diff --git a/.changeset/soft-squids-approve.md b/.changeset/soft-squids-approve.md deleted file mode 100644 index d33b1f4..0000000 --- a/.changeset/soft-squids-approve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@mheob/eslint-config': major ---- - -add `eslint-plugin-simple-import-sort` and `eslint-plugin-import` ESLint plugins diff --git a/.changeset/violet-carpets-thank.md b/.changeset/violet-carpets-thank.md deleted file mode 100644 index 73e5394..0000000 --- a/.changeset/violet-carpets-thank.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@mheob/eslint-config": patch -"@mheob/prettier-config": patch ---- - -chore(deps): update all non-major dependencies diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index d2279dd..69db980 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,15 +1,38 @@ # @mheob/eslint-config +## 4.0.0 + +### Major Changes + +- add `eslint-plugin-simple-import-sort` and `eslint-plugin-import` ESLint plugins --> + ([#103](https://github.com/mheob/config/pull/103)) by [@mheob](https://github.com/mheob) + +### Minor Changes + +- add newest rules from `eslint-plugin-unicorn` --> + ([#101](https://github.com/mheob/config/pull/101)) by [@mheob](https://github.com/mheob) + +### Patch Changes + +- chore(deps): update all non-major dependencies --> + ([#99](https://github.com/mheob/config/pull/99)) by [@renovate](https://github.com/apps/renovate) + +- chore(deps): update all non-major dependencies --> + ([#95](https://github.com/mheob/config/pull/95)) by [@renovate](https://github.com/apps/renovate) + ## 3.1.0 ### Minor Changes -- disable `unicorn/no-array-reduce` ESLint rule --> ([#93](https://github.com/mheob/config/pull/93)) by [@mheob](https://github.com/mheob) +- disable `unicorn/no-array-reduce` ESLint rule --> ([#93](https://github.com/mheob/config/pull/93)) + by [@mheob](https://github.com/mheob) ### Patch Changes -- bump eslint to ^8.27.0 --> ([#91](https://github.com/mheob/config/pull/91)) by [@renovate](https://github.com/apps/renovate) -- bump `@typescript-eslint` monorepo --> ([#89](https://github.com/mheob/config/pull/89)) by [@mheob](https://github.com/mheob) +- bump eslint to ^8.27.0 --> ([#91](https://github.com/mheob/config/pull/91)) by + [@renovate](https://github.com/apps/renovate) +- bump `@typescript-eslint` monorepo --> ([#89](https://github.com/mheob/config/pull/89)) by + [@mheob](https://github.com/mheob) ## 3.0.1 diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 999d8b8..116a52b 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@mheob/eslint-config", - "version": "3.1.0", + "version": "4.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 a04b941..678412d 100644 --- a/packages/prettier-config/CHANGELOG.md +++ b/packages/prettier-config/CHANGELOG.md @@ -1,5 +1,17 @@ # @mheob/prettier-config +## 3.0.0 + +### Major Changes + +- remove `@trivago/prettier-plugin-sort-imports` --> + ([#102](https://github.com/mheob/config/pull/102)) by [@mheob](https://github.com/mheob) + +### Patch Changes + +- chore(deps): update all non-major dependencies --> + ([#95](https://github.com/mheob/config/pull/95)) by [@renovate](https://github.com/apps/renovate) + ## 2.0.3 ### Patch Changes diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index 1ef4338..5c81e9d 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@mheob/prettier-config", - "version": "2.0.3", + "version": "3.0.0", "description": "My personal configuration for prettier.", "keywords": [ "prettier",