-
Notifications
You must be signed in to change notification settings - Fork 86
test: ensure @eslint/markdown works with both ESLint v9 and v10
#593
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
25cb44a
6ea9062
17d2d66
16c8b5e
fac38d4
1eb14f3
bacd60b
ed0bc20
ff0b761
28fbd4e
5e3969e
f842810
91f0e11
029a499
a8eff00
01c1806
7fd174b
ff808f2
0c47cd6
a57df7c
d7a413f
f57a608
cf78b2a
8c69770
c45b002
34c2553
f589623
1e90f22
e01b24a
9a703ee
5b7795c
f8ba3c1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Currently, both
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sure, I've updated it in e01b24a. I've also updated other ESLint-related dependencies to their latest versions where possible. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -74,14 +74,15 @@ | |
| }, | ||
| "devDependencies": { | ||
| "@arethetypeswrong/cli": "^0.18.2", | ||
| "@eslint/js": "^9.39.4", | ||
| "@eslint/json": "^0.14.0", | ||
| "@eslint/js": "^10.0.1", | ||
| "@eslint/json": "^1.1.0", | ||
| "@types/mdast": "^4.0.4", | ||
| "@types/unist": "^3.0.3", | ||
| "c8": "^11.0.0", | ||
| "dedent": "^1.7.1", | ||
| "eslint": "^9.39.2", | ||
| "eslint-config-eslint": "^13.0.0", | ||
| "eslint": "^10.0.3", | ||
| "eslint-v9": "npm:eslint@9.x", | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I've followed the same pattern used for the ESLint v9 Ref: https://github.com/eslint/eslint/blob/v9.39.3/package.json#L178-L179 This also addresses the comment mentioned in #605 (comment). |
||
| "eslint-config-eslint": "^14.0.0", | ||
| "eslint-plugin-eslint-plugin": "^7.3.2", | ||
| "globals": "^17.1.0", | ||
| "knip": "^5.82.1", | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The test strategy follows the CSS and JSON.