Skip to content

Commit 5bcab89

Browse files
Merge branch 'master' of https://github.com/nestjs/nest
2 parents d9a69a3 + e3f618a commit 5bcab89

File tree

40 files changed

+245
-245
lines changed

40 files changed

+245
-245
lines changed

integration/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ services:
2525
- "9001:9001"
2626
restart: always
2727
mysql:
28-
image: mysql:9.2.0
28+
image: mysql:9.3.0
2929
environment:
3030
MYSQL_ROOT_HOST: '%'
3131
MYSQL_ROOT_PASSWORD: root

package-lock.json

Lines changed: 51 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
"ts-node": "10.9.2",
176176
"typeorm": "0.3.22",
177177
"typescript": "5.7.3",
178-
"typescript-eslint": "8.29.1",
178+
"typescript-eslint": "8.30.1",
179179
"wrk": "1.2.1",
180180
"ws": "8.18.1"
181181
},

sample/01-cats-app/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"test:e2e": "jest --config ./e2e/jest-e2e.json"
2020
},
2121
"dependencies": {
22-
"@nestjs/common": "11.0.16",
23-
"@nestjs/core": "11.0.16",
24-
"@nestjs/platform-express": "11.0.16",
22+
"@nestjs/common": "11.0.17",
23+
"@nestjs/core": "11.0.17",
24+
"@nestjs/platform-express": "11.0.17",
2525
"class-transformer": "0.5.1",
2626
"class-validator": "0.14.1",
2727
"reflect-metadata": "0.2.2",
@@ -33,7 +33,7 @@
3333
"@eslint/js": "9.24.0",
3434
"@nestjs/cli": "11.0.6",
3535
"@nestjs/schematics": "11.0.5",
36-
"@nestjs/testing": "11.0.16",
36+
"@nestjs/testing": "11.0.17",
3737
"@types/express": "5.0.1",
3838
"@types/jest": "29.5.14",
3939
"@types/node": "22.14.1",
@@ -49,7 +49,7 @@
4949
"eslint-plugin-prettier": "5.2.6",
5050
"globals": "16.0.0",
5151
"typescript": "5.7.3",
52-
"typescript-eslint": "8.29.1"
52+
"typescript-eslint": "8.30.1"
5353
},
5454
"jest": {
5555
"moduleFileExtensions": [

sample/02-gateways/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"test:e2e": "jest --config ./e2e/jest-e2e.json"
2020
},
2121
"dependencies": {
22-
"@nestjs/common": "11.0.16",
23-
"@nestjs/core": "11.0.16",
24-
"@nestjs/platform-express": "11.0.16",
25-
"@nestjs/platform-socket.io": "11.0.16",
26-
"@nestjs/websockets": "11.0.16",
22+
"@nestjs/common": "11.0.17",
23+
"@nestjs/core": "11.0.17",
24+
"@nestjs/platform-express": "11.0.17",
25+
"@nestjs/platform-socket.io": "11.0.17",
26+
"@nestjs/websockets": "11.0.17",
2727
"@socket.io/redis-adapter": "8.3.0",
2828
"class-transformer": "0.5.1",
2929
"class-validator": "0.14.1",
@@ -37,7 +37,7 @@
3737
"@eslint/js": "9.24.0",
3838
"@nestjs/cli": "11.0.6",
3939
"@nestjs/schematics": "11.0.5",
40-
"@nestjs/testing": "11.0.16",
40+
"@nestjs/testing": "11.0.17",
4141
"@types/express": "5.0.1",
4242
"@types/jest": "29.5.14",
4343
"@types/node": "22.14.1",
@@ -55,7 +55,7 @@
5555
"ts-node": "10.9.2",
5656
"tsconfig-paths": "4.2.0",
5757
"typescript": "5.7.3",
58-
"typescript-eslint": "8.29.1"
58+
"typescript-eslint": "8.30.1"
5959
},
6060
"jest": {
6161
"moduleFileExtensions": [

sample/03-microservices/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"test:e2e": "echo 'No e2e tests implemented yet.'"
2020
},
2121
"dependencies": {
22-
"@nestjs/common": "11.0.16",
23-
"@nestjs/core": "11.0.16",
24-
"@nestjs/microservices": "11.0.16",
25-
"@nestjs/platform-express": "11.0.16",
22+
"@nestjs/common": "11.0.17",
23+
"@nestjs/core": "11.0.17",
24+
"@nestjs/microservices": "11.0.17",
25+
"@nestjs/platform-express": "11.0.17",
2626
"class-transformer": "0.5.1",
2727
"class-validator": "0.14.1",
2828
"reflect-metadata": "0.2.2",
@@ -34,7 +34,7 @@
3434
"@eslint/js": "9.24.0",
3535
"@nestjs/cli": "11.0.6",
3636
"@nestjs/schematics": "11.0.5",
37-
"@nestjs/testing": "11.0.16",
37+
"@nestjs/testing": "11.0.17",
3838
"@types/amqplib": "0.10.7",
3939
"@types/express": "5.0.1",
4040
"@types/node": "22.14.1",
@@ -50,6 +50,6 @@
5050
"eslint-plugin-prettier": "5.2.6",
5151
"globals": "16.0.0",
5252
"typescript": "5.7.3",
53-
"typescript-eslint": "8.29.1"
53+
"typescript-eslint": "8.30.1"
5454
}
5555
}

sample/04-grpc/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
"dependencies": {
2222
"@grpc/grpc-js": "1.13.3",
2323
"@grpc/reflection": "1.0.4",
24-
"@nestjs/common": "11.0.16",
25-
"@nestjs/core": "11.0.16",
26-
"@nestjs/microservices": "11.0.16",
27-
"@nestjs/platform-express": "11.0.16",
24+
"@nestjs/common": "11.0.17",
25+
"@nestjs/core": "11.0.17",
26+
"@nestjs/microservices": "11.0.17",
27+
"@nestjs/platform-express": "11.0.17",
2828
"class-transformer": "0.5.1",
2929
"class-validator": "0.14.1",
3030
"reflect-metadata": "0.2.2",
@@ -36,7 +36,7 @@
3636
"@eslint/js": "9.24.0",
3737
"@nestjs/cli": "11.0.6",
3838
"@nestjs/schematics": "11.0.5",
39-
"@nestjs/testing": "11.0.16",
39+
"@nestjs/testing": "11.0.17",
4040
"@types/express": "5.0.1",
4141
"@types/node": "22.14.1",
4242
"@types/supertest": "6.0.3",
@@ -51,6 +51,6 @@
5151
"ts-node": "10.9.2",
5252
"tsconfig-paths": "4.2.0",
5353
"typescript": "5.7.3",
54-
"typescript-eslint": "8.29.1"
54+
"typescript-eslint": "8.30.1"
5555
}
5656
}

sample/05-sql-typeorm/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"test:e2e": "echo 'No e2e tests implemented yet.'"
2020
},
2121
"dependencies": {
22-
"@nestjs/common": "11.0.16",
23-
"@nestjs/core": "11.0.16",
24-
"@nestjs/platform-express": "11.0.16",
22+
"@nestjs/common": "11.0.17",
23+
"@nestjs/core": "11.0.17",
24+
"@nestjs/platform-express": "11.0.17",
2525
"@nestjs/typeorm": "11.0.0",
2626
"mysql2": "3.14.0",
2727
"reflect-metadata": "0.2.2",
@@ -34,7 +34,7 @@
3434
"@eslint/js": "9.24.0",
3535
"@nestjs/cli": "11.0.6",
3636
"@nestjs/schematics": "11.0.5",
37-
"@nestjs/testing": "11.0.16",
37+
"@nestjs/testing": "11.0.17",
3838
"@types/express": "5.0.1",
3939
"@types/jest": "29.5.14",
4040
"@types/node": "22.14.1",
@@ -50,7 +50,7 @@
5050
"ts-node": "10.9.2",
5151
"tsconfig-paths": "4.2.0",
5252
"typescript": "5.7.3",
53-
"typescript-eslint": "8.29.1"
53+
"typescript-eslint": "8.30.1"
5454
},
5555
"jest": {
5656
"moduleFileExtensions": [

0 commit comments

Comments
 (0)