Skip to content

Commit

Permalink
Publish v0.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amikheychik committed Dec 31, 2024
1 parent 4118a20 commit 829a376
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 401 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@
:eslint-testing-library-rules: https://github.com/testing-library/eslint-plugin-testing-library/blob/main/docs/rules
:eslint-unicorn-rules: https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules

== v0.29.1

* Published TypeScript types.
* Allowed importing configs from ES modules.
* Updated `typescript-eslint` to `8.19.0`.
* Patched `@smarttools/eslint-plugin-rxjs` to `1.0.11`.


== v0.29.0

* Replaced `eslint-plugin-rxjs` with `link:https://github.com/DaveMBush/eslint-plugin-rxjs[@smarttools/eslint-plugin-rxjs]` `1.0.9`.
Expand Down
7 changes: 3 additions & 4 deletions MIGRATION_GUIDE.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,18 @@ Migration between minor versions follows the same steps:
** fix errors or check auto-fixes of warnings;
** check for the regressions.

== From `v0.28.0` to `v0.29.0`
== From `v0.28.0` to `v0.29.1`

* Replace obsolete optional dependency (if used):
** Remove `eslint-plugin-rxjs`
** Add `@smarttools/eslint-plugin-rxjs` `1.0.9`
** Add `@smarttools/eslint-plugin-rxjs`
+
* *Remove* unused _optional_ dependencies:
+
** `eslint-plugin-cypress`
** `eslint-plugin-jest
** `eslint-plugin-jest`
** `eslint-plugin-jest-dom`
** `eslint-plugin-jest-formatting`
** `eslint-plugin-rxjs`
** `eslint-plugin-testing-library`
+
* Add ESLint configurations for used _optional_ dependencies:
Expand Down
Loading

0 comments on commit 829a376

Please sign in to comment.