File tree 9 files changed +2149
-2366
lines changed
9 files changed +2149
-2366
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @relate/common ' : patch
3
+ ' @relate/cli ' : patch
4
+ ' @relate/web ' : patch
5
+ ---
6
+
7
+ Bump @oclif/core , remove reflect-metadata
Original file line number Diff line number Diff line change 9
9
PNPM_VERSION :
10
10
description : PNPM version
11
11
required : false
12
- default : 7.3 .0
12
+ default : 8.4 .0
13
13
14
14
runs :
15
15
using : composite
27
27
- name : Get pnpm store directory
28
28
shell : bash
29
29
id : pnpm-cache
30
- run : ' echo "::set-output name= pnpm_cache_dir:: $(pnpm store path)"'
30
+ run : ' echo "pnpm_cache_dir= $(pnpm store path)" >> $GITHUB_OUTPUT '
31
31
32
32
- uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
33
33
name : Setup pnpm cache
Original file line number Diff line number Diff line change 50
50
"tar" : " 6.1.14" ,
51
51
"typescript" : " 4.9.5"
52
52
},
53
- "packageManager" : " pnpm@7.32.2 "
53
+ "packageManager" : " pnpm@8.4.0 "
54
54
}
Original file line number Diff line number Diff line change 106
106
]
107
107
},
108
108
"scripts" : {
109
- "prepare" : " pnpm build:clean" ,
109
+ "prepare" : " corepack pnpm build:clean" ,
110
110
"postpack" : " rimraf oclif.manifest.json" ,
111
111
"prepack" : " run-s build:clean build:manifest generate:docs" ,
112
112
"build" : " tsc -b" ,
Original file line number Diff line number Diff line change 15
15
"main" : " ./dist/index.js" ,
16
16
"types" : " ./dist/index.d.ts" ,
17
17
"scripts" : {
18
- "prepare" : " pnpm build:clean" ,
18
+ "prepare" : " corepack pnpm build:clean" ,
19
19
"clean" : " rimraf dist" ,
20
20
"build" : " tsc" ,
21
21
"build:clean" : " run-s clean build" ,
Original file line number Diff line number Diff line change 15
15
"main" : " ./dist/index.js" ,
16
16
"types" : " ./dist/index.d.ts" ,
17
17
"scripts" : {
18
- "prepare" : " pnpm build:clean" ,
18
+ "prepare" : " corepack pnpm build:clean" ,
19
19
"clean" : " rimraf dist" ,
20
20
"test" : " jest" ,
21
21
"build" : " tsc" ,
46
46
"jest" : " 29.5.0" ,
47
47
"nock" : " 13.3.1" ,
48
48
"npm-run-all" : " 4.1.5" ,
49
- "reflect-metadata" : " 0.1.13" ,
50
49
"ts-jest" : " 29.1.0" ,
51
50
"typedoc" : " 0.24.6" ,
52
51
"typedoc-plugin-markdown" : " 3.15.3" ,
Original file line number Diff line number Diff line change 15
15
"main" : " ./dist/index.js" ,
16
16
"types" : " ./dist/index.d.ts" ,
17
17
"scripts" : {
18
- "prepare" : " pnpm build:clean" ,
18
+ "prepare" : " corepack pnpm build:clean" ,
19
19
"clean" : " rimraf dist" ,
20
20
"build" : " tsc" ,
21
21
"build:clean" : " run-s clean build" ,
Original file line number Diff line number Diff line change 18
18
"main" : " ./dist/index.js" ,
19
19
"types" : " ./dist/index.d.ts" ,
20
20
"scripts" : {
21
- "prepare" : " pnpm build:clean" ,
21
+ "prepare" : " corepack pnpm build:clean" ,
22
22
"clean" : " rimraf dist" ,
23
23
"test" : " jest" ,
24
24
"build" : " tsc" ,
You can’t perform that action at this time.
0 commit comments