From ab31b703b070f0f897359303b82985f0d642733e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 11:20:32 -0700 Subject: [PATCH] Publish Next Version (#552) Co-authored-by: github-actions[bot] --- .changeset/funny-guests-shout.md | 22 ---------------------- .changeset/thick-trains-hide.md | 5 ----- CHANGELOG.md | 27 +++++++++++++++++++++++++++ package.json | 2 +- 4 files changed, 28 insertions(+), 28 deletions(-) delete mode 100644 .changeset/funny-guests-shout.md delete mode 100644 .changeset/thick-trains-hide.md diff --git a/.changeset/funny-guests-shout.md b/.changeset/funny-guests-shout.md deleted file mode 100644 index b6b80dfa..00000000 --- a/.changeset/funny-guests-shout.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -'@cloudfour/eslint-plugin': major ---- - -Improve linting of `type` modifiers on imports. - -**Reconfigured Rules (`recommended` Config)** - -- [`@cloudfour/import/no-duplicates`](https://github.com/import-js/eslint-plugin-import/blob/v2.28.0/docs/rules/no-duplicates.md) - ```diff - - "error" - + [ - + "error", - + { - + "prefer-inline": true - + } - + ] - ``` - -**Newly Enabled Rules (`recommended` Config » TS Overrides)** - -- [`@cloudfour/typescript-eslint/no-import-type-side-effects`](https://typescript-eslint.io/rules/no-import-type-side-effects) diff --git a/.changeset/thick-trains-hide.md b/.changeset/thick-trains-hide.md deleted file mode 100644 index 1cb06dd7..00000000 --- a/.changeset/thick-trains-hide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cloudfour/eslint-plugin': minor ---- - -Re-export `disable-type-checked` config from `@typescript-eslint/eslint-plugin` diff --git a/CHANGELOG.md b/CHANGELOG.md index cb72eddb..85842176 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,32 @@ # @cloudfour/eslint-plugin +## 23.0.0 + +### Major Changes + +- [#551](https://github.com/cloudfour/eslint-config/pull/551) [`f11e794`](https://github.com/cloudfour/eslint-config/commit/f11e79495c11887fd4b89b0eeda8b191f7db44a2) Thanks [@calebeby](https://github.com/calebeby)! - Improve linting of `type` modifiers on imports. + + **Reconfigured Rules (`recommended` Config)** + + - [`@cloudfour/import/no-duplicates`](https://github.com/import-js/eslint-plugin-import/blob/v2.28.0/docs/rules/no-duplicates.md) + ```diff + - "error" + + [ + + "error", + + { + + "prefer-inline": true + + } + + ] + ``` + + **Newly Enabled Rules (`recommended` Config » TS Overrides)** + + - [`@cloudfour/typescript-eslint/no-import-type-side-effects`](https://typescript-eslint.io/rules/no-import-type-side-effects) + +### Minor Changes + +- [#551](https://github.com/cloudfour/eslint-config/pull/551) [`f11e794`](https://github.com/cloudfour/eslint-config/commit/f11e79495c11887fd4b89b0eeda8b191f7db44a2) Thanks [@calebeby](https://github.com/calebeby)! - Re-export `disable-type-checked` config from `@typescript-eslint/eslint-plugin` + ## 22.0.0 ### Major Changes diff --git a/package.json b/package.json index 6f91ad28..7f6f62fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cloudfour/eslint-plugin", - "version": "22.0.0", + "version": "23.0.0", "description": "Cloud Four's shareable ESLint configuration", "author": "Cloud Four (http://cloudfour.com)", "homepage": "https://github.com/cloudfour/eslint-config",