Skip to content

Commit

Permalink
Publish v0.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
amikheychik committed Dec 25, 2023
1 parent a5daa40 commit 46bca95
Show file tree
Hide file tree
Showing 4 changed files with 169 additions and 112 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,22 @@
: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.23.3

* Updated `eslint` to `8.56.0`
+
* Updated `@typescript-eslint` to `6.15.0`:
** Enabled the `link:{ts-eslint-rules}/no-useless-template-literals/[@typescript-eslint/no-useless-template-literals]`
rule as an error.
+
* Upgraded `unicorn` to `50.0.1`:
** Enabled the `link:{eslint-unicorn-rules}/no-unnecessary-polyfills.md[unicorn/no-unnecessary-polyfills]`
rule as an error.
+
* Patched `eslint-plugin-jsdoc` to `46.9.1`
* Patched `eslint-plugin-import` to `2.29.1`


== v0.23.2

* Updated `@typescript-eslint` to `6.13.1`:
Expand Down
3 changes: 2 additions & 1 deletion MIGRATION_GUIDE.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Migration between minor versions follows the same steps:
** fix errors or check auto-fixes of warnings;
** check for the regressions.

== From `v0.22.0` to `v0.23.2`
== From `v0.22.0` to `v0.23.3`

* Disable and gradually enable new rules in the `.eslintrc.js`.
+
Expand All @@ -24,6 +24,7 @@ module.exports = {
files: ['*.[jt]s?(x)'],
rules: {
'no-object-constructor': 'off',
'@typescript-eslint/no-useless-template-literals': 'off',
'@typescript-eslint/no-unsafe-unary-minus': 'off',
'jest/no-confusing-set-timeout': 'off',
'testing-library/prefer-implicit-assert': 'off',
Expand Down
Loading

0 comments on commit 46bca95

Please sign in to comment.