Skip to content

Commit

Permalink
build(npm): Bump minimum peer dep of eslint to 8.40.0
Browse files Browse the repository at this point in the history
The plugin uses `context.souceCode` which was only recently added in May
this year.

If the version of the peer dependency isn't satisfied, the plugin breaks
when the property is undefined.

Refs: https://eslint.org/blog/2023/05/eslint-v8.40.0-released/#highlights
  • Loading branch information
bryan-hoang committed Sep 19, 2023
1 parent be3b42c commit 0a75b56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"vitest": "^0.34.3"
},
"peerDependencies": {
"eslint": ">=7"
"eslint": ">=8.40.0"
},
"engines": {
"node": ">=18",
Expand Down

0 comments on commit 0a75b56

Please sign in to comment.