Skip to content

Commit 359ae21

Browse files
committed
Bump ESLint peer dependency (fixes #56)
1 parent 86bddb3 commit 359ae21

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ export default observer(Foo);
2222

2323
Thanks @HorusGoul!
2424

25+
### Bump ESLint peer dependency to 8.40
26+
27+
This was actually done by mistake in the previous release when moving from a deprecated API to a new one.
28+
29+
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.
30+
2531
## 0.4.14
2632

2733
- Warn if a context is exported alongside a component (fixes #53). Thanks @IgorAufricht!

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"prettier": {},
1515
"peerDependencies": {
16-
"eslint": ">=7"
16+
"eslint": ">=8.40"
1717
},
1818
"devDependencies": {
1919
"@arnaud-barre/eslint-config": "^5.1.0",

0 commit comments

Comments
 (0)