From ee9723e129086b4a9e9dd9efbdb22bb1325991af Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 07:24:24 +0900 Subject: [PATCH] 12.2.0 (#318) * partial release of @metamask/eslint-config only --------- Co-authored-by: github-actions Co-authored-by: legobt <6wbvkn0j@anonaddy.me> --- package.json | 2 +- packages/base/CHANGELOG.md | 12 +++++++++++- packages/base/package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index bbd2dd08..f23f41be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "12.1.0", + "version": "12.2.0", "private": true, "repository": { "type": "git", diff --git a/packages/base/CHANGELOG.md b/packages/base/CHANGELOG.md index efd481e4..9bd17c20 100644 --- a/packages/base/CHANGELOG.md +++ b/packages/base/CHANGELOG.md @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [12.2.0] +### Changed +- Remove deprecated rule `jsdoc/newline-after-description` ([#290](https://github.com/MetaMask/eslint-config/pull/290)) + - This means the plugin can now be used with `eslint-plugin-jsdoc` versions `42` and above. + +### Fixed +- Pin `eslint-plugin-import@~2.26.0` to avoid a regression in `eslint-plugin-import@2.27.0` ([#307](https://github.com/MetaMask/eslint-config/pull/307)) +- Change `endOfLine` rules to better support linting on Windows ([#311](https://github.com/MetaMask/eslint-config/pull/311)) + ## [12.1.0] ### Changed - Add support for typescript 5.0.x, 5.1.x ([#288](https://github.com/MetaMask/eslint-config/pull/288)) @@ -168,7 +177,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Add base, TypeScript, and Jest configs (#3) -[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v12.1.0...HEAD +[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v12.2.0...HEAD +[12.2.0]: https://github.com/MetaMask/eslint-config/compare/v12.1.0...v12.2.0 [12.1.0]: https://github.com/MetaMask/eslint-config/compare/v12.0.0...v12.1.0 [12.0.0]: https://github.com/MetaMask/eslint-config/compare/v11.1.0...v12.0.0 [11.1.0]: https://github.com/MetaMask/eslint-config/compare/v11.0.2...v11.1.0 diff --git a/packages/base/package.json b/packages/base/package.json index 10c0d5b1..61faadbe 100644 --- a/packages/base/package.json +++ b/packages/base/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eslint-config", - "version": "12.1.0", + "version": "12.2.0", "description": "Shareable MetaMask ESLint config.", "homepage": "https://github.com/MetaMask/eslint-config#readme", "bugs": {