Skip to content

Commit c1faf74

Browse files
authored
chore: update NestJS dependency to v11 (#870)
* chore: update NestJS dependency to v11 * chore: update reflect-metadata to the version used by NestJS * chore(deps): update dependencies * ci: update node version * ci: update another node version
1 parent 11a2df5 commit c1faf74

File tree

3 files changed

+383
-150
lines changed

3 files changed

+383
-150
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
node-version: [ 18.x ]
17+
node-version: [ 20.x ]
1818

1919
steps:
2020
- name: Checkout
@@ -53,8 +53,8 @@ jobs:
5353
runs-on: ${{ matrix.os }}
5454
strategy:
5555
matrix:
56-
os: [ ubuntu-latest, macos-latest ]
57-
node-version: [ 18.x ]
56+
os: [ubuntu-latest, macos-latest]
57+
node-version: [ 20.x ]
5858

5959
steps:
6060
- name: Checkout

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@
7979
}
8080
},
8181
"dependencies": {
82-
"@nestjs/axios": "3.1.3",
83-
"@nestjs/common": "10.4.15",
84-
"@nestjs/core": "10.4.15",
85-
"@nestjs/platform-express": "10.4.15",
82+
"@nestjs/axios": "^4.0.0",
83+
"@nestjs/common": "^11.0.16",
84+
"@nestjs/core": "^11.0.16",
85+
"@nestjs/platform-express": "^11.0.16",
8686
"@nuxtjs/opencollective": "0.3.2",
87-
"axios": "^1.8.2",
87+
"axios": "^1.8.4",
8888
"chalk": "4.1.2",
8989
"commander": "8.3.0",
9090
"compare-versions": "4.1.4",
@@ -96,15 +96,15 @@
9696
"jsonpath": "1.1.1",
9797
"lodash": "4.17.21",
9898
"proxy-agent": "^6.4.0",
99-
"reflect-metadata": "0.2.2",
100-
"rxjs": "7.8.2",
99+
"reflect-metadata": "^0.2.2",
100+
"rxjs": "^7.8.2",
101101
"tslib": "^2.3.0"
102102
},
103103
"devDependencies": {
104104
"@commitlint/cli": "19.8.0",
105105
"@commitlint/config-conventional": "19.8.0",
106-
"@nestjs/schematics": "10.2.3",
107-
"@nestjs/testing": "10.4.15",
106+
"@nestjs/schematics": "^11.0.5",
107+
"@nestjs/testing": "^11.0.16",
108108
"@nx/eslint": "20.6.0",
109109
"@nx/eslint-plugin": "20.6.0",
110110
"@nx/jest": "20.6.0",
@@ -140,4 +140,4 @@
140140
"type-fest": "4.37.0",
141141
"typescript": "5.8.2"
142142
}
143-
}
143+
}

0 commit comments

Comments
 (0)