File tree Expand file tree Collapse file tree 10 files changed +30
-30
lines changed Expand file tree Collapse file tree 10 files changed +30
-30
lines changed Original file line number Diff line number Diff line change 2727 - uses : actions/checkout@v4
2828
2929 - name : Setup PNPM
30- uses : pnpm/action-setup@v2.4 .0
30+ uses : pnpm/action-setup@v3.0 .0
3131 with :
3232 version : latest
3333
5555 - uses : actions/checkout@v4
5656
5757 - name : Setup PNPM
58- uses : pnpm/action-setup@v2.4 .0
58+ uses : pnpm/action-setup@v3.0 .0
5959 with :
6060 version : latest
6161
8383 - uses : actions/checkout@v4
8484
8585 - name : Setup PNPM
86- uses : pnpm/action-setup@v2.4 .0
86+ uses : pnpm/action-setup@v3.0 .0
8787 with :
8888 version : latest
8989
@@ -111,7 +111,7 @@ jobs:
111111 - uses : actions/checkout@v4
112112
113113 - name : Setup PNPM
114- uses : pnpm/action-setup@v2.4 .0
114+ uses : pnpm/action-setup@v3.0 .0
115115 with :
116116 version : latest
117117
@@ -129,6 +129,6 @@ jobs:
129129 run : pnpm test:js:coverage
130130
131131 - name : Upload coverage to Codecov
132- uses : codecov/codecov-action@v3
132+ uses : codecov/codecov-action@v4
133133 with :
134134 token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 2121 - uses : actions/checkout@v4
2222
2323 - name : Setup PNPM
24- uses : pnpm/action-setup@v2.4 .0
24+ uses : pnpm/action-setup@v3.0 .0
2525 with :
2626 version : latest
2727
3939 run : pnpm test:js:coverage
4040
4141 - name : Upload coverage to Codecov
42- uses : codecov/codecov-action@v3
42+ uses : codecov/codecov-action@v4
4343 with :
4444 token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 1717 token : ${{ secrets.GIT_TOKEN }}
1818
1919 - name : Setup PNPM
20- uses : pnpm/action-setup@v2.4 .0
20+ uses : pnpm/action-setup@v3.0 .0
2121 with :
2222 version : latest
2323
Original file line number Diff line number Diff line change 3030 "@nestjs-api-example/jest-config" : " workspace:*" ,
3131 "@nestjs-api-example/prettier-config" : " workspace:*" ,
3232 "@nestjs-api-example/typescript-config" : " workspace:*" ,
33- "husky" : " 8 .0.3 " ,
33+ "husky" : " 9 .0.10 " ,
3434 "lint-staged" : " 15.2.0" ,
3535 "turbo" : " 1.11.3"
3636 },
Original file line number Diff line number Diff line change 1717 "@nestjs-api-example/core-config" : " workspace:*" ,
1818 "@nestjs-api-example/core-entity" : " workspace:*" ,
1919 "@nestjs-api-example/core-entity-orm" : " workspace:*" ,
20- "@mikro-orm/core" : " 5.9.7 " ,
21- "@mikro-orm/migrations" : " 5.9.7 " ,
20+ "@mikro-orm/core" : " 6.1.1 " ,
21+ "@mikro-orm/migrations" : " 6.1.1 " ,
2222 "@mikro-orm/nestjs" : " 5.2.3" ,
23- "@mikro-orm/postgresql" : " 5.9.7 " ,
23+ "@mikro-orm/postgresql" : " 6.1.1 " ,
2424 "@nestjs/common" : " 10.3.0" ,
2525 "@nestjs/core" : " 10.3.0" ,
2626 "@nestjs/cqrs" : " 10.2.6" ,
3030 "rxjs" : " 7.8.1"
3131 },
3232 "devDependencies" : {
33- "@mikro-orm/cli" : " 5.9.7 " ,
33+ "@mikro-orm/cli" : " 6.1.1 " ,
3434 "@jest/globals" : " 29.7.0" ,
3535 "@types/node" : " 20.10.6" ,
3636 "@typescript-eslint/eslint-plugin" : " 6.18.0" ,
Original file line number Diff line number Diff line change 1515 "dependencies" : {
1616 "@nestjs-api-example/core-entity" : " workspace:*" ,
1717 "@nestjs-api-example/core-entity-orm" : " workspace:*" ,
18- "@mikro-orm/core" : " 5.9.7 " ,
19- "@mikro-orm/migrations" : " 5.9.7 " ,
18+ "@mikro-orm/core" : " 6.1.1 " ,
19+ "@mikro-orm/migrations" : " 6.1.1 " ,
2020 "@mikro-orm/nestjs" : " 5.2.3" ,
21- "@mikro-orm/postgresql" : " 5.9.7 " ,
21+ "@mikro-orm/postgresql" : " 6.1.1 " ,
2222 "@nestjs/common" : " 10.3.0" ,
2323 "@nestjs/core" : " 10.3.0" ,
2424 "@nestjs/cqrs" : " 10.2.6" ,
2828 "rxjs" : " 7.8.1"
2929 },
3030 "devDependencies" : {
31- "@mikro-orm/cli" : " 5.9.7 " ,
31+ "@mikro-orm/cli" : " 6.1.1 " ,
3232 "@jest/globals" : " 29.7.0" ,
3333 "@types/node" : " 20.10.6" ,
3434 "@typescript-eslint/eslint-plugin" : " 6.18.0" ,
Original file line number Diff line number Diff line change 1313 "url" : " https://github.com/Adrianmjim/nestjs-api-example/issues"
1414 },
1515 "dependencies" : {
16- "@mikro-orm/core" : " 5.9.7 " ,
17- "@mikro-orm/migrations" : " 5.9.7 " ,
16+ "@mikro-orm/core" : " 6.1.1 " ,
17+ "@mikro-orm/migrations" : " 6.1.1 " ,
1818 "@mikro-orm/nestjs" : " 5.2.3" ,
19- "@mikro-orm/postgresql" : " 5.9.7 " ,
19+ "@mikro-orm/postgresql" : " 6.1.1 " ,
2020 "@nestjs/common" : " 10.3.0" ,
2121 "@nestjs/core" : " 10.3.0" ,
2222 "@nestjs/cqrs" : " 10.2.6" ,
2626 "rxjs" : " 7.8.1"
2727 },
2828 "devDependencies" : {
29- "@mikro-orm/cli" : " 5.9.7 " ,
29+ "@mikro-orm/cli" : " 6.1.1 " ,
3030 "@jest/globals" : " 29.7.0" ,
3131 "@types/node" : " 20.10.6" ,
3232 "@typescript-eslint/eslint-plugin" : " 6.18.0" ,
Original file line number Diff line number Diff line change 1414 },
1515 "dependencies" : {
1616 "@nestjs-api-example/core-entity" : " workspace:*" ,
17- "@mikro-orm/core" : " 5.9.7 " ,
18- "@mikro-orm/migrations" : " 5.9.7 " ,
17+ "@mikro-orm/core" : " 6.1.1 " ,
18+ "@mikro-orm/migrations" : " 6.1.1 " ,
1919 "@mikro-orm/nestjs" : " 5.2.3" ,
20- "@mikro-orm/postgresql" : " 5.9.7 " ,
20+ "@mikro-orm/postgresql" : " 6.1.1 " ,
2121 "@nestjs/common" : " 10.3.0" ,
2222 "@nestjs/core" : " 10.3.0" ,
2323 "@nestjs/cqrs" : " 10.2.6" ,
2727 "rxjs" : " 7.8.1"
2828 },
2929 "devDependencies" : {
30- "@mikro-orm/cli" : " 5.9.7 " ,
30+ "@mikro-orm/cli" : " 6.1.1 " ,
3131 "@jest/globals" : " 29.7.0" ,
3232 "@types/node" : " 20.10.6" ,
3333 "@typescript-eslint/eslint-plugin" : " 6.18.0" ,
Original file line number Diff line number Diff line change 1313 "url" : " https://github.com/Adrianmjim/nestjs-api-example/issues"
1414 },
1515 "dependencies" : {
16- "@mikro-orm/core" : " 5.9.7 " ,
17- "@mikro-orm/migrations" : " 5.9.7 " ,
16+ "@mikro-orm/core" : " 6.1.1 " ,
17+ "@mikro-orm/migrations" : " 6.1.1 " ,
1818 "@mikro-orm/nestjs" : " 5.2.3" ,
19- "@mikro-orm/postgresql" : " 5.9.7 " ,
19+ "@mikro-orm/postgresql" : " 6.1.1 " ,
2020 "@nestjs/common" : " 10.3.0" ,
2121 "@nestjs/core" : " 10.3.0" ,
2222 "@nestjs/cqrs" : " 10.2.6" ,
2626 "rxjs" : " 7.8.1"
2727 },
2828 "devDependencies" : {
29- "@mikro-orm/cli" : " 5.9.7 " ,
29+ "@mikro-orm/cli" : " 6.1.1 " ,
3030 "@jest/globals" : " 29.7.0" ,
3131 "@types/node" : " 20.10.6" ,
3232 "@typescript-eslint/eslint-plugin" : " 6.18.0" ,
Original file line number Diff line number Diff line change 1414 "url" : " https://github.com/Adrianmjim/nestjs-api-example/issues"
1515 },
1616 "dependencies" : {
17- "@fastify/static" : " 6.12.0 " ,
17+ "@fastify/static" : " 7.0.1 " ,
1818 "@nestjs-api-example/core-cat" : " workspace:*" ,
1919 "@nestjs-api-example/core-config" : " workspace:*" ,
2020 "@nestjs-api-example/core-common" : " workspace:*" ,
You can’t perform that action at this time.
0 commit comments