File tree 6 files changed +1362
-1168
lines changed
6 files changed +1362
-1168
lines changed Original file line number Diff line number Diff line change 21
21
- name : Setup Node.js
22
22
uses : actions/setup-node@v3
23
23
with :
24
- node-version : ' 18 '
24
+ node-version : ' 20 '
25
25
26
26
- name : Cache pnpm modules
27
27
uses : actions/cache@v3
33
33
34
34
- uses : pnpm/action-setup@v2
35
35
with :
36
- version : 7
36
+ version : 8
37
37
run_install : true
38
38
39
39
- name : Build
Original file line number Diff line number Diff line change 20
20
- name : Setup Node.js
21
21
uses : actions/setup-node@v3
22
22
with :
23
- node-version : ' 18 '
23
+ node-version : ' 20 '
24
24
25
25
- name : Cache pnpm modules
26
26
uses : actions/cache@v3
32
32
33
33
- uses : pnpm/action-setup@v2
34
34
with :
35
- version : 7
35
+ version : 8
36
36
run_install : true
37
37
38
38
- name : Unit test
50
50
- name : Setup Node.js
51
51
uses : actions/setup-node@v3
52
52
with :
53
- node-version : ' 18 '
53
+ node-version : ' 20 '
54
54
55
55
- name : Cache pnpm modules
56
56
uses : actions/cache@v3
62
62
63
63
- uses : pnpm/action-setup@v2
64
64
with :
65
- version : 7
65
+ version : 8
66
66
run_install : true
67
67
68
68
- name : Typecheck
80
80
- name : Setup Node.js
81
81
uses : actions/setup-node@v3
82
82
with :
83
- node-version : ' 18 '
83
+ node-version : ' 20 '
84
84
85
85
- name : Cache pnpm modules
86
86
uses : actions/cache@v3
92
92
93
93
- uses : pnpm/action-setup@v2
94
94
with :
95
- version : 7
95
+ version : 8
96
96
run_install : true
97
97
98
98
- name : Lint
@@ -110,7 +110,7 @@ jobs:
110
110
- name : Setup Node.js
111
111
uses : actions/setup-node@v3
112
112
with :
113
- node-version : ' 18 '
113
+ node-version : ' 20 '
114
114
115
115
- name : Cache pnpm modules
116
116
uses : actions/cache@v3
@@ -122,7 +122,7 @@ jobs:
122
122
123
123
- uses : pnpm/action-setup@v2
124
124
with :
125
- version : 7
125
+ version : 8
126
126
run_install : true
127
127
128
128
- name : Check format
Original file line number Diff line number Diff line change 8
8
"exports" : {
9
9
"." : {
10
10
"import" : " ./dist/index.mjs" ,
11
- "require" : " ./dist/index.js"
11
+ "require" : " ./dist/index.js" ,
12
+ "types" : " ./dist/index.d.mts"
12
13
}
13
14
},
14
15
"main" : " ./dist/index.js" ,
31
32
"devDependencies" : {
32
33
"@geprog/eslint-config" : " 2.1.0" ,
33
34
"@geprog/semantic-release-config" : " 2.0.0" ,
34
- "@vitest/coverage-c8" : " 0.28.5" ,
35
- "c8" : " 7.13.0" ,
35
+ "@vitest/coverage-v8" : " ^1.5.0" ,
36
36
"eslint" : " 8.34.0" ,
37
37
"mongodb" : " 6.5.0" ,
38
- "prettier" : " 2.8.4 " ,
38
+ "prettier" : " 3.2.5 " ,
39
39
"semantic-release" : " 20.1.0" ,
40
- "tsup" : " 6.6.3 " ,
40
+ "tsup" : " 8.0.2 " ,
41
41
"typescript" : " 4.9.5" ,
42
- "vite" : " 4.1.4" ,
43
- "vitest" : " 0.28.5"
42
+ "vitest" : " 1.5.0"
44
43
},
45
44
"peerDependencies" : {
46
45
"mongodb" : " ^3.6.0 || ^4.0.0 || ^5.0.0 || ^6.0.0"
51
50
}
52
51
},
53
52
"engines" : {
54
- "pnpm" : " 7 "
53
+ "pnpm" : " 8 "
55
54
},
56
55
"publishConfig" : {
57
56
"access" : " public"
You can’t perform that action at this time.
0 commit comments