Skip to content

Commit

Permalink
Update Changelog and Migration Guide
Browse files Browse the repository at this point in the history
  • Loading branch information
amikheychik committed Dec 1, 2024
1 parent c2bbfa6 commit 098aa17
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
== v0.28.0

* *Migrated to a flat config*.
** Temporarily removed support for optional configs.
All plugins are required.
+
* *Using `typescript-eslint` package instead of `@typescript-eslint/*`*.
+
* Updated `typescript-eslint` to `8.16.0`:
Expand Down
11 changes: 10 additions & 1 deletion MIGRATION_GUIDE.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,22 @@ Migration between minor versions follows the same steps:
** fix errors or check auto-fixes of warnings;
** check for the regressions.

== From `v0.27.1` to `0.28.0`
== From `v0.27.1` to `v0.28.0`

* Remove obsolete peer dependencies:
** `@typescript-eslint/eslint-plugin` (replaced by `typescript-eslint`)
** `@typescript-eslint/parser`
** `eslint-plugin-sonarjs`
+
* *Temporarily* install _optional_ dependencies:
+
** `eslint-plugin-cypress`
** `eslint-plugin-jest
** `eslint-plugin-jest-dom`
** `eslint-plugin-jest-formatting`
** `eslint-plugin-rxjs`
** `eslint-plugin-testing-library`
+
* Rename `.eslintrc.js` into `eslint.config.js`
** Change configuration structure.
+
Expand Down

0 comments on commit 098aa17

Please sign in to comment.