Skip to content

Commit

Permalink
5.0.0-alpha.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
enact-bot committed Dec 6, 2024
2 parents 186d610 + ff19475 commit 9dfc78b
Show file tree
Hide file tree
Showing 4 changed files with 1,211 additions and 9,189 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

The following is a curated list of changes in the Enact eslint config:

## [5.0.0-alpha.2] (December 6, 2024)

* Replaced deprecated rule `no-new-object` with `no-object-constructor`.
* Updated the minimum version of Node to `^18.18.0 || ^20.9.0 || >=21.1.0`.
* Updated `@stylistic/eslint-plugin-js` to `^2.8.0`, `@typescript-eslint/eslint-plugin` and `@typescript-eslint/parser` to `^8.6.0`.

## [5.0.0-alpha.1] (July 22, 2024)

* Updated the minimum version of Node to `18.18.0`.
Expand All @@ -19,7 +25,7 @@ The following is a curated list of changes in the Enact eslint config:

* Removed deprecated rule `testing-library/no-wait-for-empty-callback`.
* Renamed `testing-library` rules for Jest unit tests validation:
* `testing-library/await-async-query` renamed to `testing-library/await-async-queries`
* `testing-library/await-async-query` renamed to `testing-library/await-async-queries`
* `testing-library/no-await-sync-query` renamed to `testing-library/no-await-sync-queries`
* `testing-library/no-render-in-setup` renamed to `testing-library/no-render-in-lifecycle`

Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ module.exports = {
'no-global-assign': 'error',
'no-unsafe-negation': 'error',
'no-new-func': 'error',
'no-new-object': 'warn',
'no-object-constructor': 'warn',
'no-new-wrappers': 'warn',
'no-octal-escape': 'warn',
'no-proto': 'error',
Expand Down
Loading

0 comments on commit 9dfc78b

Please sign in to comment.