willfire 0.1.24 → 0.1.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -196,8 +196,8 @@ pnpm test:coverage # the 100% floor CI enforces
|
|
|
196
196
|
Unit tests are colocated with their source (`foo.ts` ↔ `foo.test.ts`) at 100%
|
|
197
197
|
coverage, per the
|
|
198
198
|
[testing-conventions](https://github.com/thekevinscott/testing-conventions)
|
|
199
|
-
standard. `.github/workflows/conventions.yml` enforces that in CI
|
|
200
|
-
|
|
199
|
+
standard. `.github/workflows/conventions.yml` enforces that in CI, at the
|
|
200
|
+
upstream thresholds and with no exemptions.
|
|
201
201
|
|
|
202
202
|
## Verification
|
|
203
203
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "willfire",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.26",
|
|
4
4
|
"description": "Predict the set of CI check entries GitHub Actions will create for a pull request",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"packageManager": "pnpm@10.33.0",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@types/node": "^22.0.0",
|
|
55
55
|
"@vitest/coverage-v8": "^4.1.10",
|
|
56
56
|
"eslint": "^10.9.1",
|
|
57
|
-
"testing-conventions": "^0.0.
|
|
57
|
+
"testing-conventions": "^0.0.92",
|
|
58
58
|
"tsx": "^4.19.0",
|
|
59
59
|
"typescript": "^5.6.0",
|
|
60
60
|
"typescript-eslint": "^8.68.0",
|