File tree 3 files changed +204
-288
lines changed
3 files changed +204
-288
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,14 @@ async function tester(compose, argv) {
32
32
const sourceDir = argv . mutagenDir || '${PWD}' ;
33
33
const mutagenWorkingDir = argv . mutagenWorkingDir || workingDir ;
34
34
const workingVolume = `${ sourceDir } :${ mutagenWorkingDir } ` ;
35
+
36
+ /**
37
+ * @type {string[] }
38
+ */
35
39
const volumes = testerConfig . volumes . filter ( ( volume ) => volume !== workingVolume ) ;
36
40
37
- volumes . push (
41
+ // this will allow one to "override" folders inside
42
+ volumes . unshift (
38
43
argv . isMutagen ? `${ argv . mutagenVolumeName } :${ mutagenWorkingDir } ` : workingVolume
39
44
) ;
40
45
Original file line number Diff line number Diff line change 24
24
},
25
25
"type" : " module" ,
26
26
"devDependencies" : {
27
- "c8" : " ^8 .0.1 " ,
27
+ "c8" : " ^9 .0.0 " ,
28
28
"eslint" : " ^8.56.0" ,
29
29
"eslint-config-makeomatic" : " ^6.0.0" ,
30
30
"eslint-plugin-import" : " ^2.29.1" ,
33
33
"typescript" : " ^5.3.3"
34
34
},
35
35
"dependencies" : {
36
- "@commitlint/cli" : " ^18.4.3 " ,
36
+ "@commitlint/cli" : " ^18.4.4 " ,
37
37
"@fastify/compress" : " ^6.5.0" ,
38
- "@sinclair/typebox" : " ^0.32.3 " ,
39
- "@types/node" : " ^20.10.5 " ,
38
+ "@sinclair/typebox" : " ^0.32.5 " ,
39
+ "@types/node" : " ^20.10.7 " ,
40
40
"chrome-launcher" : " ^1.1.0" ,
41
41
"chrome-remote-interface" : " ^0.33.0" ,
42
42
"cosmiconfig" : " ^9.0.0" ,
55
55
"lodash.set" : " ^4.3.2" ,
56
56
"npm-path" : " ^2.0.4" ,
57
57
"p-limit" : " ^5.0.0" ,
58
- "pino" : " ^8.17.1 " ,
58
+ "pino" : " ^8.17.2 " ,
59
59
"read-pkg" : " ^9.0.1" ,
60
60
"rimraf" : " ^5.0.5" ,
61
61
"semantic-release" : " 22.0.12" ,
62
62
"serialize-error" : " ^11.0.3" ,
63
63
"split2" : " ^4.2.0" ,
64
64
"strip-final-newline" : " ^4.0.0" ,
65
65
"tempy" : " ^3.1.0" ,
66
- "undici" : " ^6.2.1 " ,
66
+ "undici" : " ^6.3.0 " ,
67
67
"yargs" : " ^17.7.2"
68
68
},
69
69
"bin" : {
You can’t perform that action at this time.
0 commit comments