File tree 9 files changed +101
-107
lines changed
test-typescript-esm-consumer
9 files changed +101
-107
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " simple-git " : patch
3
+ ---
4
+
5
+ Update build tools and workflows for Yarn 4 compatibility
Original file line number Diff line number Diff line change 18
18
with :
19
19
node-version : 18
20
20
21
- - run : yarn --frozen-lockfile
21
+ - run : yarn install --immutable
22
22
- run : yarn build
23
23
24
24
- uses : changesets/action@v1
Original file line number Diff line number Diff line change 24
24
cache : yarn
25
25
- run : node --version
26
26
- run : git --version
27
- - run : yarn install --frozen-lockfile
27
+ - run : yarn install --immutable
28
28
- run : yarn build
29
29
- name : Test
30
30
env :
Original file line number Diff line number Diff line change 19
19
with :
20
20
node-version : 18
21
21
cache : yarn
22
- - run : yarn install --frozen-lockfile
22
+ - run : yarn install --immutable
23
23
- run : yarn prettier --check .
Original file line number Diff line number Diff line change 19
19
"dependencies" : {
20
20
"@changesets/changelog-github" : " ^0.5.0" ,
21
21
"@changesets/cli" : " ^2.26.2" ,
22
- "lerna" : " ^8.0.1 " ,
23
- "prettier" : " ^3.0.1 "
22
+ "lerna" : " ^8.1.2 " ,
23
+ "prettier" : " ^3.2.5 "
24
24
},
25
25
"packageManager" : " yarn@4.1.0"
26
26
}
Original file line number Diff line number Diff line change 8
8
"baseUrl" : " ." ,
9
9
"paths" : {},
10
10
"esModuleInterop" : false ,
11
- "allowSyntheticDefaultImports" : false ,
11
+ "allowSyntheticDefaultImports" : false
12
12
},
13
- "files" : [" test/ts-default-from-root.spec.ts" ],
13
+ "files" : [" test/ts-default-from-root.spec.ts" ]
14
14
}
Original file line number Diff line number Diff line change 5
5
"moduleResolution" : " node16" ,
6
6
"noEmit" : true ,
7
7
"allowSyntheticDefaultImports" : true ,
8
- "baseUrl" : " ." ,
8
+ "baseUrl" : " ."
9
9
// "emitDecoratorMetadata": true,
10
10
// "experimentalDecorators": true,
11
11
// "forceConsistentCasingInFileNames": true,
18
18
// "sourceMap": true,
19
19
// "strictBindCallApply": true,
20
20
// "strictNullChecks": false,
21
- },
21
+ }
22
22
}
Original file line number Diff line number Diff line change 26
26
"declarationMap" : false ,
27
27
"sourceMap" : true ,
28
28
"paths" : {},
29
- "noEmit" : true ,
29
+ "noEmit" : true
30
30
},
31
31
"exclude" : [" node_modules" ],
32
32
"include" : [
33
33
" src/lib/**/*.ts" ,
34
34
" test/__fixtures__/**/*.ts" ,
35
35
" test/integration/**/*.ts" ,
36
36
" test/unit/**/*.ts" ,
37
- " typings/index.d.ts" ,
38
- ],
37
+ " typings/index.d.ts"
38
+ ]
39
39
}
You can’t perform that action at this time.
0 commit comments