Skip to content

Commit c2479bd

Browse files
chore(deps): update all major dependencies
1 parent 1920ff2 commit c2479bd

File tree

7 files changed

+19
-19
lines changed

7 files changed

+19
-19
lines changed

.github/workflows/cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- uses: actions/checkout@v4
4444

4545
- name: Setup PNPM
46-
uses: pnpm/action-setup@v3.0.0
46+
uses: pnpm/action-setup@v4.0.0
4747
with:
4848
version: latest
4949

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v4
2222

2323
- name: Setup PNPM
24-
uses: pnpm/action-setup@v3.0.0
24+
uses: pnpm/action-setup@v4.0.0
2525
with:
2626
version: latest
2727

@@ -49,7 +49,7 @@ jobs:
4949
- uses: actions/checkout@v4
5050

5151
- name: Setup PNPM
52-
uses: pnpm/action-setup@v3.0.0
52+
uses: pnpm/action-setup@v4.0.0
5353
with:
5454
version: latest
5555

@@ -77,7 +77,7 @@ jobs:
7777
- uses: actions/checkout@v4
7878

7979
- name: Setup PNPM
80-
uses: pnpm/action-setup@v3.0.0
80+
uses: pnpm/action-setup@v4.0.0
8181
with:
8282
version: latest
8383

@@ -105,7 +105,7 @@ jobs:
105105
- uses: actions/checkout@v4
106106

107107
- name: Setup PNPM
108-
uses: pnpm/action-setup@v3.0.0
108+
uses: pnpm/action-setup@v4.0.0
109109
with:
110110
version: latest
111111

@@ -123,6 +123,6 @@ jobs:
123123
run: pnpm test:js:coverage
124124

125125
- name: Upload coverage to Codecov
126-
uses: codecov/codecov-action@v4
126+
uses: codecov/codecov-action@v5
127127
with:
128128
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/codecov_test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v4
2222

2323
- name: Setup PNPM
24-
uses: pnpm/action-setup@v3.0.0
24+
uses: pnpm/action-setup@v4.0.0
2525
with:
2626
version: latest
2727

@@ -39,6 +39,6 @@ jobs:
3939
run: pnpm test:js:coverage
4040

4141
- name: Upload coverage to Codecov
42-
uses: codecov/codecov-action@v4
42+
uses: codecov/codecov-action@v5
4343
with:
4444
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/create_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616

1717
- name: Setup PNPM
18-
uses: pnpm/action-setup@v3.0.0
18+
uses: pnpm/action-setup@v4.0.0
1919
with:
2020
version: latest
2121

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@cuaklabs/nestjs-typescript-config": "workspace:*",
3535
"husky": "9.1.6",
3636
"lint-staged": "15.2.10",
37-
"turbo": "1.13.4"
37+
"turbo": "2.3.4"
3838
},
3939
"standard-version": {
4040
"skip": {

packages/eslint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"description": "Backend ESLint config for nestjs meow packages",
77
"devDependencies": {
8-
"eslint": "8.57.1"
8+
"eslint": "9.19.0"
99
},
1010
"homepage": "https://github.com/cuaklabs/nestjs-meow#readme",
1111
"license": "See license in \"LICENSE\" file",

packages/nestjs-firebase-admin/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -20,24 +20,24 @@
2020
},
2121
"devDependencies": {
2222
"@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.12.0",
24+
"@typescript-eslint/eslint-plugin": "8.22.0",
25+
"@typescript-eslint/parser": "8.22.0",
26+
"eslint": "9.19.0",
2727
"eslint-import-resolver-typescript": "3.6.3",
2828
"eslint-plugin-import": "2.31.0",
29-
"eslint-plugin-jest": "27.9.0",
29+
"eslint-plugin-jest": "28.11.0",
3030
"eslint-plugin-prettier": "5.2.1",
3131
"jest": "29.7.0",
3232
"prettier": "3.3.3",
33-
"rimraf": "5.0.10",
33+
"rimraf": "6.0.1",
3434
"ts-jest": "29.2.5",
3535
"ts-node": "10.9.2",
3636
"typescript": "5.6.3"
3737
},
3838
"peerDependencies": {
39-
"@nestjs/common": "^10.2.7 || ^9.4.0",
40-
"firebase-admin": "^11.11.0 || ^12.0.0"
39+
"@nestjs/common": "^10.2.7 || ^9.4.0 || ^11.0.0",
40+
"firebase-admin": "^11.11.0 || ^12.0.0 || ^13.0.0"
4141
},
4242
"publishConfig": {
4343
"access": "public"

0 commit comments

Comments
 (0)