Commit 6f0f1db 1 parent 1920ff2 commit 6f0f1db Copy full SHA for 6f0f1db
File tree 7 files changed +18
-18
lines changed
7 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 43
43
- uses : actions/checkout@v4
44
44
45
45
- name : Setup PNPM
46
- uses : pnpm/action-setup@v3 .0.0
46
+ uses : pnpm/action-setup@v4 .0.0
47
47
with :
48
48
version : latest
49
49
Original file line number Diff line number Diff line change 21
21
- uses : actions/checkout@v4
22
22
23
23
- name : Setup PNPM
24
- uses : pnpm/action-setup@v3 .0.0
24
+ uses : pnpm/action-setup@v4 .0.0
25
25
with :
26
26
version : latest
27
27
49
49
- uses : actions/checkout@v4
50
50
51
51
- name : Setup PNPM
52
- uses : pnpm/action-setup@v3 .0.0
52
+ uses : pnpm/action-setup@v4 .0.0
53
53
with :
54
54
version : latest
55
55
77
77
- uses : actions/checkout@v4
78
78
79
79
- name : Setup PNPM
80
- uses : pnpm/action-setup@v3 .0.0
80
+ uses : pnpm/action-setup@v4 .0.0
81
81
with :
82
82
version : latest
83
83
@@ -105,7 +105,7 @@ jobs:
105
105
- uses : actions/checkout@v4
106
106
107
107
- name : Setup PNPM
108
- uses : pnpm/action-setup@v3 .0.0
108
+ uses : pnpm/action-setup@v4 .0.0
109
109
with :
110
110
version : latest
111
111
@@ -123,6 +123,6 @@ jobs:
123
123
run : pnpm test:js:coverage
124
124
125
125
- name : Upload coverage to Codecov
126
- uses : codecov/codecov-action@v4
126
+ uses : codecov/codecov-action@v5
127
127
with :
128
128
token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 21
21
- uses : actions/checkout@v4
22
22
23
23
- name : Setup PNPM
24
- uses : pnpm/action-setup@v3 .0.0
24
+ uses : pnpm/action-setup@v4 .0.0
25
25
with :
26
26
version : latest
27
27
39
39
run : pnpm test:js:coverage
40
40
41
41
- name : Upload coverage to Codecov
42
- uses : codecov/codecov-action@v4
42
+ uses : codecov/codecov-action@v5
43
43
with :
44
44
token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 15
15
- uses : actions/checkout@v4
16
16
17
17
- name : Setup PNPM
18
- uses : pnpm/action-setup@v3 .0.0
18
+ uses : pnpm/action-setup@v4 .0.0
19
19
with :
20
20
version : latest
21
21
Original file line number Diff line number Diff line change 34
34
"@cuaklabs/nestjs-typescript-config" : " workspace:*" ,
35
35
"husky" : " 9.1.6" ,
36
36
"lint-staged" : " 15.2.10" ,
37
- "turbo" : " 1.13.4 "
37
+ "turbo" : " 2.3.3 "
38
38
},
39
39
"standard-version" : {
40
40
"skip" : {
Original file line number Diff line number Diff line change 5
5
},
6
6
"description" : " Backend ESLint config for nestjs meow packages" ,
7
7
"devDependencies" : {
8
- "eslint" : " 8.57.1 "
8
+ "eslint" : " 9.15.0 "
9
9
},
10
10
"homepage" : " https://github.com/cuaklabs/nestjs-meow#readme" ,
11
11
"license" : " See license in \" LICENSE\" file" ,
Original file line number Diff line number Diff line change 20
20
},
21
21
"devDependencies" : {
22
22
"@jest/globals" : " 29.7.0" ,
23
- "@types/node" : " 20.16.14 " ,
24
- "@typescript-eslint/eslint-plugin" : " 7.18 .0" ,
25
- "@typescript-eslint/parser" : " 7.18 .0" ,
26
- "eslint" : " 8.57.1 " ,
23
+ "@types/node" : " 22.10.0 " ,
24
+ "@typescript-eslint/eslint-plugin" : " 8.16 .0" ,
25
+ "@typescript-eslint/parser" : " 8.16 .0" ,
26
+ "eslint" : " 9.15.0 " ,
27
27
"eslint-import-resolver-typescript" : " 3.6.3" ,
28
28
"eslint-plugin-import" : " 2.31.0" ,
29
- "eslint-plugin-jest" : " 27 .9.0" ,
29
+ "eslint-plugin-jest" : " 28 .9.0" ,
30
30
"eslint-plugin-prettier" : " 5.2.1" ,
31
31
"jest" : " 29.7.0" ,
32
32
"prettier" : " 3.3.3" ,
33
- "rimraf" : " 5 .0.10 " ,
33
+ "rimraf" : " 6 .0.1 " ,
34
34
"ts-jest" : " 29.2.5" ,
35
35
"ts-node" : " 10.9.2" ,
36
36
"typescript" : " 5.6.3"
37
37
},
38
38
"peerDependencies" : {
39
39
"@nestjs/common" : " ^10.2.7 || ^9.4.0" ,
40
- "firebase-admin" : " ^11.11.0 || ^12.0.0"
40
+ "firebase-admin" : " ^11.11.0 || ^12.0.0 || ^13.0.0 "
41
41
},
42
42
"publishConfig" : {
43
43
"access" : " public"
You can’t perform that action at this time.
0 commit comments