File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 20
20
- ubuntu-latest
21
21
- windows-latest
22
22
node :
23
- - lts/erbium
23
+ - lts/fermium
24
24
- lts/gallium
25
25
canary :
26
26
name : canary / ${{matrix.package}} / ${{matrix.node}} on ${{matrix.os}}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import type {Reporter} from './lib/index.js'
6
6
// eslint-disable-next-line @typescript-eslint/ban-ts-comment, @typescript-eslint/prefer-ts-expect-error
7
7
// @ts -ignore It’s important to preserve this ignore statement. This makes sure
8
8
// it works both with and without node types.
9
- // eslint-disable-next-line node /prefer-global/buffer
9
+ // eslint-disable-next-line n /prefer-global/buffer
10
10
type MaybeBuffer = any extends Buffer ? never : Buffer
11
11
12
12
/**
@@ -32,7 +32,8 @@ export type Value = string | MaybeBuffer
32
32
* }
33
33
* }
34
34
*/
35
- // eslint-disable-next-line @typescript-eslint/no-empty-interface
35
+
36
+ // eslint-disable-next-line @typescript-eslint/consistent-type-definitions, @typescript-eslint/no-empty-interface
36
37
export interface DataMap { }
37
38
38
39
/**
Original file line number Diff line number Diff line change 60
60
"@types/tape" : " ^4.0.0" ,
61
61
"c8" : " ^7.0.0" ,
62
62
"prettier" : " ^2.0.0" ,
63
- "remark-cli" : " ^10 .0.0" ,
63
+ "remark-cli" : " ^11 .0.0" ,
64
64
"remark-preset-wooorm" : " ^9.0.0" ,
65
65
"rimraf" : " ^3.0.0" ,
66
66
"tape" : " ^5.0.0" ,
67
67
"type-coverage" : " ^2.0.0" ,
68
68
"typescript" : " ^4.0.0" ,
69
- "xo" : " ^0.49 .0"
69
+ "xo" : " ^0.52 .0"
70
70
},
71
71
"scripts" : {
72
72
"prepack" : " npm run build && npm run format" ,
You can’t perform that action at this time.
0 commit comments