From 45ba02e72e9dc35dcb46f97c0bb995adad7f7871 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2024 07:02:56 +0000 Subject: [PATCH] chore(main): release 8.0.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ae17e3..434e368 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [8.0.0](https://github.com/meyfa/eslint-config/compare/v7.0.0...v8.0.0) (2024-08-03) + + +### ⚠ BREAKING CHANGES + +* **deps:** update dependency @typescript-eslint/eslint-plugin to v8 ([#203](https://github.com/meyfa/eslint-config/issues/203)) +* Some rules have changed and new errors are possible. + +### Features + +* Use stylistic rules from eslint-stylistic ([#205](https://github.com/meyfa/eslint-config/issues/205)) ([c701e43](https://github.com/meyfa/eslint-config/commit/c701e438a58c54630b97e9ad3c7d87f295dbb4a0)) + + +### Bug Fixes + +* **deps:** update dependency @rushstack/eslint-patch to v1.10.4 ([#198](https://github.com/meyfa/eslint-config/issues/198)) ([135afbc](https://github.com/meyfa/eslint-config/commit/135afbcdd51f05a6285f5d7cc1460c38cbb3a593)) +* **deps:** update dependency @typescript-eslint/eslint-plugin to v7.18.0 ([#202](https://github.com/meyfa/eslint-config/issues/202)) ([164b01c](https://github.com/meyfa/eslint-config/commit/164b01cdb2cfaadb280b17b0cad5b88315f9f7f7)) +* **deps:** update dependency @typescript-eslint/eslint-plugin to v8 ([#203](https://github.com/meyfa/eslint-config/issues/203)) ([246cdc7](https://github.com/meyfa/eslint-config/commit/246cdc76a966ec1f34fc6ca44e34acd093e7617c)) +* **deps:** update dependency eslint-plugin-jsdoc to v48.11.0 ([#201](https://github.com/meyfa/eslint-config/issues/201)) ([fe6b0f7](https://github.com/meyfa/eslint-config/commit/fe6b0f70c4eb66bca9a519ac8973949bb793b4f6)) + ## [7.0.0](https://github.com/meyfa/eslint-config/compare/v6.1.0...v7.0.0) (2024-07-26) diff --git a/package-lock.json b/package-lock.json index 51cff77..10618d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@meyfa/eslint-config", - "version": "7.0.0", + "version": "8.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@meyfa/eslint-config", - "version": "7.0.0", + "version": "8.0.0", "license": "MIT", "dependencies": { "@rushstack/eslint-patch": "1.10.4", diff --git a/package.json b/package.json index bc69fb6..cf1b382 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@meyfa/eslint-config", - "version": "7.0.0", + "version": "8.0.0", "description": "ESLint config for personal TypeScript projects.", "type": "commonjs", "exports": {