Skip to content

Commit

Permalink
Bump ESLint peer dependency (fixes #56)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBarre committed Nov 28, 2024
1 parent 86bddb3 commit 359ae21
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ export default observer(Foo);

Thanks @HorusGoul!

### Bump ESLint peer dependency to 8.40

This was actually done by mistake in the previous release when moving from a deprecated API to a new one.

Given that ESLint 8 is officialy end-of-life and the only report (#56) didn't get likes, I'm going forward and documenting the expected minimum version from ESLin in the package JSON so that people can get warning from their package manager.

## 0.4.14

- Warn if a context is exported alongside a component (fixes #53). Thanks @IgorAufricht!
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"prettier": {},
"peerDependencies": {
"eslint": ">=7"
"eslint": ">=8.40"
},
"devDependencies": {
"@arnaud-barre/eslint-config": "^5.1.0",
Expand Down

0 comments on commit 359ae21

Please sign in to comment.