From a61b6d2b66f58d729ac68c00c8e2d436d1e2fdfa Mon Sep 17 00:00:00 2001 From: mheob-bot <114013487+mheob-bot@users.noreply.github.com> Date: Tue, 20 Dec 2022 12:20:47 +0100 Subject: [PATCH] chore(release): bump version and deploy packages (#96) This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @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) ## @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) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/dull-lemons-guess.md | 5 ----- .changeset/fair-ants-warn.md | 5 ----- .changeset/friendly-rice-beg.md | 5 ----- .changeset/soft-squids-approve.md | 5 ----- .changeset/violet-carpets-thank.md | 6 ------ packages/eslint-config/CHANGELOG.md | 29 ++++++++++++++++++++++++--- packages/eslint-config/package.json | 2 +- packages/prettier-config/CHANGELOG.md | 12 +++++++++++ packages/prettier-config/package.json | 2 +- 9 files changed, 40 insertions(+), 31 deletions(-) delete mode 100644 .changeset/dull-lemons-guess.md delete mode 100644 .changeset/fair-ants-warn.md delete mode 100644 .changeset/friendly-rice-beg.md delete mode 100644 .changeset/soft-squids-approve.md delete mode 100644 .changeset/violet-carpets-thank.md 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",