Skip to content

Commit

Permalink
chore(main): release 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 3, 2024
1 parent 246cdc7 commit 45ba02e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 45ba02e

Please sign in to comment.