Skip to content

Commit c884ca0

Browse files
committed
Meta tweaks
1 parent 0a1218d commit c884ca0

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

docs/rules/no-duplicate-modifiers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
📝 Disallow duplicate test modifiers.
44

5-
❌ This rule is deprecated.
5+
❌ This rule is [deprecated](https://github.com/avajs/eslint-plugin-ava/blob/v16.0.0/docs/rules/no-duplicate-modifiers.md). Replaced by `ava/no-invalid-modifier-chain` which covers more cases.
66

77
🚫 This rule is _disabled_ in the ✅ `recommended` [config](https://github.com/avajs/eslint-plugin-ava#recommended-config).
88

docs/rules/no-unknown-modifiers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
📝 Disallow unknown test modifiers.
44

5-
❌ This rule is deprecated.
5+
❌ This rule is [deprecated](https://github.com/avajs/eslint-plugin-ava/blob/v16.0.0/docs/rules/no-unknown-modifiers.md). Replaced by `ava/no-invalid-modifier-chain` which covers more cases.
66

77
🚫 This rule is _disabled_ in the ✅ `recommended` [config](https://github.com/avajs/eslint-plugin-ava#recommended-config).
88

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
},
5353
"devDependencies": {
5454
"@typescript-eslint/parser": "^8.54.0",
55-
"ava": "^6.4.1",
56-
"c8": "^10.1.3",
55+
"ava": "^7.0.0",
56+
"c8": "^11.0.0",
5757
"chalk": "^5.6.2",
5858
"eslint": "^10.0.0",
5959
"eslint-ava-rule-tester": "^5.0.1",
@@ -81,5 +81,10 @@
8181
"lcov",
8282
"text"
8383
]
84+
},
85+
"overrides": {
86+
"c8": {
87+
"yargs": "^18.0.0"
88+
}
8489
}
8590
}

0 commit comments

Comments
 (0)