Compare commits

...

2415 Commits

Author SHA1 Message Date
Kamil Myśliwiec
ab79c566fd chore: minor tweaks 2025-04-11 13:42:34 +02:00
Kamil Mysliwiec
dcc177a133 Update packages/common/pipes/file/file-type.validator.ts 2025-04-11 13:29:35 +02:00
Chathula
e019da86a1 refactor(common): move back file type validator options type 2025-04-11 12:56:07 +02:00
Kamil Mysliwiec
a351c1a0d1 Merge pull request #14941 from nestjs/renovate/grpc-grpc-js-1.x
fix(deps): update dependency @grpc/grpc-js to v1.13.3
2025-04-11 12:21:42 +02:00
Kamil Mysliwiec
cd88b30560 Merge pull request #14942 from nestjs/dependabot/npm_and_yarn/grpc/grpc-js-1.13.3
chore(deps-dev): bump @grpc/grpc-js from 1.13.2 to 1.13.3
2025-04-11 12:21:36 +02:00
Kamil Mysliwiec
2433feed8f Merge pull request #14944 from nestjs/renovate/dotenv-16.x
fix(deps): update dependency dotenv to v16.5.0
2025-04-11 12:21:27 +02:00
Kamil Mysliwiec
231bf0f9bb Merge pull request #14940 from nestjs/renovate/nest-monorepo
chore(deps): update dependency @nestjs/schematics to v11.0.5
2025-04-11 12:21:18 +02:00
renovate[bot]
a1a4c110a9 fix(deps): update dependency dotenv to v16.5.0 2025-04-11 00:25:40 +00:00
dependabot[bot]
4ff0710a15 chore(deps-dev): bump @grpc/grpc-js from 1.13.2 to 1.13.3
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.13.2 to 1.13.3.
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.13.2...@grpc/grpc-js@1.13.3)

---
updated-dependencies:
- dependency-name: "@grpc/grpc-js"
  dependency-version: 1.13.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-11 00:23:52 +00:00
renovate[bot]
f594b9e760 fix(deps): update dependency @grpc/grpc-js to v1.13.3 2025-04-10 21:54:36 +00:00
renovate[bot]
08e5b76e63 chore(deps): update dependency @nestjs/schematics to v11.0.5 2025-04-10 12:52:57 +00:00
Kamil Mysliwiec
3d3cc9c821 Merge pull request #14939 from nestjs/renovate/nest-monorepo
fix(deps): update nest monorepo to v11.0.15
2025-04-10 14:51:28 +02:00
Kamil Mysliwiec
3ae22e4cbe Merge pull request #14938 from nestjs/renovate/eslint-config-prettier-10.x
chore(deps): update dependency eslint-config-prettier to v10.1.2
2025-04-10 14:51:18 +02:00
renovate[bot]
2553829a5a fix(deps): update nest monorepo to v11.0.15 2025-04-10 11:33:56 +00:00
renovate[bot]
142a5481dd chore(deps): update dependency eslint-config-prettier to v10.1.2 2025-04-10 11:33:44 +00:00
Kamil Mysliwiec
1f2f384f59 Merge pull request #14936 from nestjs/renovate/mqtt-5.x
chore(deps): update dependency mqtt to v5.11.0
2025-04-10 13:31:47 +02:00
Kamil Mysliwiec
ccc5fa9139 Merge pull request #14937 from nestjs/renovate/nest-monorepo
fix(deps): update nest monorepo to v11.0.15
2025-04-10 13:31:40 +02:00
renovate[bot]
14fceff50b fix(deps): update nest monorepo to v11.0.15 2025-04-10 10:20:35 +00:00
renovate[bot]
b64c3dd634 chore(deps): update dependency mqtt to v5.11.0 2025-04-10 10:19:09 +00:00
Kamil Myśliwiec
4718a648eb chore(@nestjs) publish v11.0.15 release 2025-04-10 12:17:06 +02:00
Kamil Mysliwiec
a82e40a196 Merge pull request #14935 from johaven/fix-fastify-platfom-custom-methods-comparison
fix(fastify): methods comparison
2025-04-10 12:10:54 +02:00
Chathula
b6078fd923 refactor(common): move file-type package to peer dependencies 2025-04-10 11:08:32 +02:00
Johan Legrand
623e27dcfc fix(fastify): methods comparison 2025-04-10 09:54:56 +02:00
Chathula
f34ef9a793 refactor(common): refactor code to use simple eval 2025-04-09 17:53:20 +02:00
Chathula
3ff90244c7 fix(common): used eval import 2025-04-09 16:31:27 +02:00
Chathula
63d28bf1bc refactor(common): removed async keyword 2025-04-09 16:30:40 +02:00
Chathula
0b07780323 fix: remove unused e2e test 2025-04-09 16:30:40 +02:00
Chathula
5243fca1dc fix(common): update file mime package and add param skip magic numbers 2025-04-09 16:30:37 +02:00
Chathula
664c30d1e4 chore: update package lock 2025-04-09 16:29:54 +02:00
Chathula
1ced17d995 refactor: revert import change 2025-04-09 16:29:18 +02:00
Chathula
4253afdf9b fix: changed file-type import to promise 2025-04-09 16:29:18 +02:00
Chathula
f1f7ede4f9 chore: update import paths 2025-04-09 16:29:18 +02:00
Chathula
99ead82797 chore: handles undefined 2025-04-09 16:28:58 +02:00
Chathula
b432dd1a55 chore: update validations 2025-04-09 16:28:58 +02:00
Chathula
c52fc5b961 chore: refactor validation code 2025-04-09 16:28:58 +02:00
Chathula
b623fcf66b fix: rename magic file type validator to file type validator 2025-04-09 16:28:46 +02:00
Chathula
20bd88439c chore: update file type import 2025-04-09 16:28:25 +02:00
Chathula
1ca5565ce7 chore: update exports in pipe 2025-04-09 16:28:25 +02:00
Chathula
1441fe62ed fix: switch to magic file validator by default 2025-04-09 16:28:25 +02:00
Chathula
1086ed7f13 fix: fixed sample typo 2025-04-09 16:28:25 +02:00
Chathula
87d95dc89d chore: export magic file type validator 2025-04-09 16:28:24 +02:00
Chathula
0681d4bacc revert sample file upload changes 2025-04-09 16:28:19 +02:00
Chathula
961ef6a992 chore: use load-esm to use file type package 2025-04-09 16:27:35 +02:00
Chathula
7c8a66e1b3 chore: add file type package to package.json 2025-04-09 16:26:10 +02:00
Chathula
7a2e5bab44 fix(common): introduce magic file type validator to nestjs common 2025-04-09 16:26:07 +02:00
Kamil Mysliwiec
12b08920a6 Merge pull request #14934 from nestjs/renovate/nest-monorepo
fix(deps): update nest monorepo to v11.0.14
2025-04-09 12:26:00 +02:00
renovate[bot]
6cf8a1f457 fix(deps): update nest monorepo to v11.0.14 2025-04-09 07:42:03 +00:00
Kamil Mysliwiec
934bd65c5b Merge pull request #14932 from nestjs/renovate/webpack-5.x
chore(deps): update dependency webpack to v5.99.5
2025-04-09 09:40:34 +02:00
renovate[bot]
673e7125d4 chore(deps): update dependency webpack to v5.99.5 2025-04-09 07:20:20 +00:00
Kamil Myśliwiec
dbc03787d5 chore(@nestjs) publish v11.0.14 release 2025-04-09 09:18:20 +02:00
Kamil Mysliwiec
39de514a04 Merge pull request #14933 from nestjs/renovate/prisma-monorepo
fix(deps): update dependency @prisma/client to v6.6.0
2025-04-09 09:05:47 +02:00
Kamil Mysliwiec
d405dd48dd Merge pull request #14511 from johaven/fix-fastify-platfom-custom-methods
fix(fastify): adds the non-standard http methods to the instance
2025-04-09 09:05:36 +02:00
renovate[bot]
4af2d38b20 fix(deps): update dependency @prisma/client to v6.6.0 2025-04-08 19:02:38 +00:00
Kamil Mysliwiec
cc20288c29 Merge pull request #14928 from nestjs/renovate/graphql-query-complexity-1.x
fix(deps): update dependency graphql-query-complexity to v1.1.0
2025-04-08 15:09:01 +02:00
Kamil Mysliwiec
5bf62e2380 Merge pull request #14923 from nestjs/renovate/webpack-5.x
chore(deps): update dependency webpack to v5.99.2
2025-04-08 15:08:12 +02:00
renovate[bot]
595d36bbb8 chore(deps): update dependency webpack to v5.99.2 2025-04-08 11:08:49 +00:00
Kamil Mysliwiec
2e1ae5a1af Merge pull request #14922 from nestjs/renovate/apollo-graphql-packages
fix(deps): update apollo graphql packages
2025-04-08 08:35:11 +02:00
Kamil Mysliwiec
32688612fb Merge pull request #14924 from nestjs/renovate/typescript-eslint-monorepo
chore(deps): update typescript-eslint monorepo to v8.29.1
2025-04-08 08:34:57 +02:00
Kamil Mysliwiec
d2aefb621b Merge pull request #14925 from nestjs/dependabot/npm_and_yarn/apollo/server-4.12.0
chore(deps-dev): bump @apollo/server from 4.11.3 to 4.12.0
2025-04-08 08:34:42 +02:00
Kamil Mysliwiec
1f1982b36e Merge pull request #14926 from nestjs/dependabot/npm_and_yarn/typescript-eslint-8.29.1
chore(deps-dev): bump typescript-eslint from 8.29.0 to 8.29.1
2025-04-08 08:34:29 +02:00
renovate[bot]
53efbcf09e fix(deps): update dependency graphql-query-complexity to v1.1.0 2025-04-08 06:32:59 +00:00
dependabot[bot]
6d36447556 chore(deps-dev): bump typescript-eslint from 8.29.0 to 8.29.1
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.29.0 to 8.29.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.29.1/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: typescript-eslint
  dependency-version: 8.29.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-08 01:30:32 +00:00
dependabot[bot]
fb68d3494b chore(deps-dev): bump @apollo/server from 4.11.3 to 4.12.0
Bumps [@apollo/server](https://github.com/apollographql/apollo-server/tree/HEAD/packages/server) from 4.11.3 to 4.12.0.
- [Release notes](https://github.com/apollographql/apollo-server/releases)
- [Changelog](https://github.com/apollographql/apollo-server/blob/main/packages/server/CHANGELOG.md)
- [Commits](https://github.com/apollographql/apollo-server/commits/@apollo/server@4.12.0/packages/server)

---
updated-dependencies:
- dependency-name: "@apollo/server"
  dependency-version: 4.12.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-08 01:27:59 +00:00
renovate[bot]
c39321e1cd chore(deps): update typescript-eslint monorepo to v8.29.1 2025-04-07 18:37:02 +00:00
renovate[bot]
e52a8d9303 fix(deps): update apollo graphql packages 2025-04-07 16:07:42 +00:00
Kamil Mysliwiec
1775756bbe Merge pull request #14921 from nestjs/renovate/nest-monorepo
chore(deps): update dependency @nestjs/schematics to v11.0.4
2025-04-07 13:47:36 +02:00
renovate[bot]
623ee190da chore(deps): update dependency @nestjs/schematics to v11.0.4 2025-04-07 10:38:42 +00:00
Kamil Mysliwiec
88f1f872ab Merge pull request #14915 from yeonjuan/fix-wrong-type
refactor(microservices): fix wrong type for keepalive keys
2025-04-07 08:59:50 +02:00
Kamil Mysliwiec
d3764f509a Merge pull request #14910 from nestjs/renovate/eslint-monorepo
chore(deps): update eslint monorepo to v9.24.0
2025-04-07 08:57:32 +02:00
Kamil Mysliwiec
9e8091132a Merge pull request #14912 from nestjs/renovate/cache-manager-6.x
fix(deps): update dependency cache-manager to v6.4.2
2025-04-07 08:57:25 +02:00
YeonJuan
f115c5988f refactor(microservices): fix wrong type for keepalive keys 2025-04-07 00:04:21 +09:00
renovate[bot]
e8ad946fb1 fix(deps): update dependency cache-manager to v6.4.2 2025-04-05 18:56:16 +00:00
renovate[bot]
5145628eb0 chore(deps): update eslint monorepo to v9.24.0 2025-04-04 21:48:42 +00:00
Kamil Mysliwiec
bc8782fe47 Merge pull request #14906 from nestjs/renovate/nest-monorepo
chore(deps): update nest monorepo
2025-04-04 09:57:48 +02:00
Kamil Mysliwiec
c75aaca2e5 Merge pull request #14907 from nestjs/renovate/nestjs-swagger-11.x
fix(deps): update dependency @nestjs/swagger to v11.1.1
2025-04-04 09:57:08 +02:00
renovate[bot]
67e20acd4a chore(deps): update nest monorepo 2025-04-04 07:31:53 +00:00
Kamil Mysliwiec
6cf32498fd Merge pull request #14901 from nestjs/renovate/typeorm-0.x
fix(deps): update dependency typeorm to v0.3.22
2025-04-04 09:30:17 +02:00
renovate[bot]
a4e26dc95a fix(deps): update dependency @nestjs/swagger to v11.1.1 2025-04-04 07:30:15 +00:00
Kamil Mysliwiec
d434bbfcee Merge pull request #14902 from nestjs/renovate/nest-monorepo
fix(deps): update nest monorepo to v11.0.13
2025-04-04 09:28:33 +02:00
Kamil Mysliwiec
f4eed24508 Merge pull request #14904 from nestjs/dependabot/npm_and_yarn/typeorm-0.3.22
chore(deps-dev): bump typeorm from 0.3.21 to 0.3.22
2025-04-04 09:14:06 +02:00
renovate[bot]
75590ce53f fix(deps): update nest monorepo to v11.0.13 2025-04-04 07:12:03 +00:00
renovate[bot]
fcfec680d1 fix(deps): update dependency typeorm to v0.3.22 2025-04-04 07:11:53 +00:00
Kamil Mysliwiec
953b9c7786 Merge pull request #14905 from nestjs/renovate/mongoose-8.x
fix(deps): update dependency mongoose to v8.13.2
2025-04-04 09:09:39 +02:00
renovate[bot]
c9f5e7863b fix(deps): update dependency mongoose to v8.13.2 2025-04-04 00:56:51 +00:00
dependabot[bot]
65c4b69c96 chore(deps-dev): bump typeorm from 0.3.21 to 0.3.22
Bumps [typeorm](https://github.com/typeorm/typeorm) from 0.3.21 to 0.3.22.
- [Release notes](https://github.com/typeorm/typeorm/releases)
- [Changelog](https://github.com/typeorm/typeorm/blob/master/CHANGELOG.md)
- [Commits](https://github.com/typeorm/typeorm/compare/0.3.21...0.3.22)

---
updated-dependencies:
- dependency-name: typeorm
  dependency-version: 0.3.22
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-04 00:55:34 +00:00
Johan Legrand
0a86ba060c Merge branch 'nestjs:master' into fix-fastify-platfom-custom-methods 2025-04-03 15:01:17 +02:00
Kamil Myśliwiec
73d4ee6074 test(fastify): update broken integration tests 2025-04-03 10:58:42 +02:00
Kamil Myśliwiec
466e9b9e23 chore(@nestjs) publish v11.0.13 release 2025-04-03 10:30:28 +02:00
Kamil Mysliwiec
354dbaab2a Merge pull request #14895 from KyleLilly/fastify-adapter-global-prefix-exclusion-fix
fix(fastify-adapter): global prefix exclusion path handling w/middleware
2025-04-03 10:29:01 +02:00
Kamil Mysliwiec
c87cf25646 Merge pull request #14896 from nestjs/renovate/eslint-plugin-prettier-5.x
chore(deps): update dependency eslint-plugin-prettier to v5.2.6
2025-04-03 10:02:05 +02:00
Kamil Mysliwiec
4f4e9ddfa7 Merge pull request #14897 from nestjs/renovate/node-22.x
chore(deps): update dependency @types/node to v22.14.0
2025-04-03 10:01:55 +02:00
Kamil Mysliwiec
d3bba7e0a4 Merge pull request #14898 from nestjs/dependabot/npm_and_yarn/types/node-22.14.0
chore(deps-dev): bump @types/node from 22.13.17 to 22.14.0
2025-04-03 10:01:51 +02:00
Kamil Mysliwiec
6aeec938d4 Merge pull request #14899 from nestjs/dependabot/npm_and_yarn/eslint-plugin-prettier-5.2.6
chore(deps-dev): bump eslint-plugin-prettier from 5.2.5 to 5.2.6
2025-04-03 10:01:45 +02:00
dependabot[bot]
b7ab403d7e chore(deps-dev): bump eslint-plugin-prettier from 5.2.5 to 5.2.6
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 5.2.5 to 5.2.6.
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v5.2.5...v5.2.6)

---
updated-dependencies:
- dependency-name: eslint-plugin-prettier
  dependency-version: 5.2.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-03 00:53:36 +00:00
dependabot[bot]
fd45ca3839 chore(deps-dev): bump @types/node from 22.13.17 to 22.14.0
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.13.17 to 22.14.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 22.14.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-03 00:52:36 +00:00
renovate[bot]
851d7bd972 chore(deps): update dependency @types/node to v22.14.0 2025-04-02 23:04:21 +00:00
renovate[bot]
af5dff3fe1 chore(deps): update dependency eslint-plugin-prettier to v5.2.6 2025-04-02 17:42:36 +00:00
Kyle Lilly
c91eeff7bb fix(fastify-adapter): global prefix exclusion path handling w/middleware 2025-04-02 10:37:31 -04:00
Kamil Mysliwiec
05d8ac796b Merge pull request #14892 from nestjs/dependabot/npm_and_yarn/types/ws-8.18.1
chore(deps-dev): bump @types/ws from 8.18.0 to 8.18.1
2025-04-02 09:26:12 +02:00
Kamil Mysliwiec
6366ac4c03 Merge pull request #14889 from nestjs/renovate/node-22.x
chore(deps): update dependency @types/node to v22.13.17
2025-04-02 09:26:01 +02:00
dependabot[bot]
afc085d04c chore(deps-dev): bump @types/ws from 8.18.0 to 8.18.1
Bumps [@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws) from 8.18.0 to 8.18.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ws)

---
updated-dependencies:
- dependency-name: "@types/ws"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-02 00:35:58 +00:00
renovate[bot]
dac04b4e42 chore(deps): update dependency @types/node to v22.13.17 2025-04-01 19:06:46 +00:00
Kamil Mysliwiec
da7f2accf4 Merge pull request #14885 from nestjs/dependabot/npm_and_yarn/typescript-eslint-8.29.0
chore(deps-dev): bump typescript-eslint from 8.28.0 to 8.29.0
2025-04-01 10:12:10 +02:00
Kamil Mysliwiec
e7a2c3c44f Merge pull request #14883 from nestjs/renovate/express-5.x
fix(deps): update dependency express to v5.1.0
2025-04-01 09:41:28 +02:00
Kamil Mysliwiec
5f54484c77 Merge pull request #14882 from nestjs/renovate/ts-jest-29.x
chore(deps): update dependency ts-jest to v29.3.1
2025-04-01 09:41:22 +02:00
Kamil Mysliwiec
474cd13103 Merge pull request #14884 from nestjs/renovate/typescript-eslint-monorepo
chore(deps): update typescript-eslint monorepo to v8.29.0
2025-04-01 09:41:15 +02:00
renovate[bot]
5cb07b1986 chore(deps): update dependency ts-jest to v29.3.1 2025-04-01 07:40:45 +00:00
dependabot[bot]
53e8e5a7ab chore(deps-dev): bump typescript-eslint from 8.28.0 to 8.29.0
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.28.0 to 8.29.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.29.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: typescript-eslint
  dependency-version: 8.29.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-01 07:40:26 +00:00
Kamil Mysliwiec
278512dc28 Merge pull request #14887 from nestjs/renovate/node-22.x
chore(deps): update dependency @types/node to v22.13.15
2025-04-01 09:38:54 +02:00
renovate[bot]
588de813be chore(deps): update dependency @types/node to v22.13.15 2025-04-01 06:58:38 +00:00
renovate[bot]
dc3f3849c2 chore(deps): update typescript-eslint monorepo to v8.29.0 2025-03-31 22:12:07 +00:00
renovate[bot]
670355ef5b fix(deps): update dependency express to v5.1.0 2025-03-31 16:57:55 +00:00
Kamil Mysliwiec
6690ea23a7 Merge pull request #14878 from nestjs/renovate/amqplib-0.x
chore(deps): update dependency amqplib to v0.10.7
2025-03-31 12:39:23 +02:00
Kamil Mysliwiec
e6646920c7 Merge pull request #14879 from nestjs/dependabot/npm_and_yarn/mongoose-8.13.1
chore(deps-dev): bump mongoose from 8.13.0 to 8.13.1
2025-03-31 12:39:14 +02:00
Kamil Mysliwiec
9caf02ceac Merge pull request #14880 from nestjs/dependabot/npm_and_yarn/amqplib-0.10.7
chore(deps-dev): bump amqplib from 0.10.5 to 0.10.7
2025-03-31 12:38:56 +02:00
Kamil Mysliwiec
64c1e66904 Merge pull request #14877 from nestjs/renovate/mongoose-8.x
fix(deps): update dependency mongoose to v8.13.1
2025-03-31 12:38:47 +02:00
dependabot[bot]
4f3ca0c575 chore(deps-dev): bump amqplib from 0.10.5 to 0.10.7
Bumps [amqplib](https://github.com/amqp-node/amqplib) from 0.10.5 to 0.10.7.
- [Release notes](https://github.com/amqp-node/amqplib/releases)
- [Changelog](https://github.com/amqp-node/amqplib/blob/main/CHANGELOG.md)
- [Commits](https://github.com/amqp-node/amqplib/compare/v0.10.5...v0.10.7)

---
updated-dependencies:
- dependency-name: amqplib
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-31 00:44:48 +00:00
dependabot[bot]
8dac915063 chore(deps-dev): bump mongoose from 8.13.0 to 8.13.1
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.13.0 to 8.13.1.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/8.13.0...8.13.1)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-31 00:44:23 +00:00
renovate[bot]
341bbecf66 chore(deps): update dependency amqplib to v0.10.7 2025-03-29 19:12:24 +00:00
renovate[bot]
adb8de9f68 fix(deps): update dependency mongoose to v8.13.1 2025-03-28 21:39:48 +00:00
Kamil Mysliwiec
9bf6532f4c Merge pull request #14875 from nestjs/renovate/sequelize-6.x
fix(deps): update dependency sequelize to v6.37.7
2025-03-28 13:22:43 +01:00
renovate[bot]
b8130c2ae6 fix(deps): update dependency sequelize to v6.37.7 2025-03-28 12:06:48 +00:00
Kamil Mysliwiec
5bc93eabc3 Merge pull request #14869 from mingo023/fix/do-not-recreate-client-connection-once-get-client-by-service-name
fix(microservices): do not re-create client connection once get client by service name
2025-03-27 10:36:16 +01:00
Kamil Mysliwiec
876f96b44f Merge pull request #14867 from nestjs/renovate/grpc-grpc-js-1.x
fix(deps): update dependency @grpc/grpc-js to v1.13.2
2025-03-27 10:08:42 +01:00
Kamil Mysliwiec
257af4c1e4 Merge pull request #14872 from nestjs/renovate/body-parser-2.x
chore(deps): update dependency body-parser to v2
2025-03-27 10:08:21 +01:00
renovate[bot]
7a154fd42f chore(deps): update dependency body-parser to v2 2025-03-27 08:02:44 +00:00
renovate[bot]
98b7c30b0d fix(deps): update dependency @grpc/grpc-js to v1.13.2 2025-03-27 08:02:01 +00:00
Kamil Mysliwiec
08cb4210e4 Merge pull request #14870 from nestjs/renovate/node-22.x
chore(deps): update dependency @types/node to v22.13.14
2025-03-27 09:00:43 +01:00
Kamil Mysliwiec
f73c287f9a Merge pull request #14868 from nestjs/dependabot/npm_and_yarn/grpc/grpc-js-1.13.2
chore(deps-dev): bump @grpc/grpc-js from 1.13.1 to 1.13.2
2025-03-27 09:00:33 +01:00
Kamil Mysliwiec
c37c117c79 Merge pull request #14871 from nestjs/renovate/eventsource-3.x
chore(deps): update dependency eventsource to v3.0.6
2025-03-27 09:00:24 +01:00
renovate[bot]
6d4323b53b chore(deps): update dependency eventsource to v3.0.6 2025-03-27 07:47:15 +00:00
renovate[bot]
8a901fd157 chore(deps): update dependency @types/node to v22.13.14 2025-03-27 07:47:02 +00:00
immint023
2b827734e5 fix: do not re-create client connection once get client by service name 2025-03-27 11:26:18 +07:00
dependabot[bot]
985540eaec chore(deps-dev): bump @grpc/grpc-js from 1.13.1 to 1.13.2
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.13.1 to 1.13.2.
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.13.1...@grpc/grpc-js@1.13.2)

---
updated-dependencies:
- dependency-name: "@grpc/grpc-js"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-27 00:31:31 +00:00
Kamil Mysliwiec
b465eaad0d Merge pull request #14860 from nestjs/renovate/fastify-cors-11.x
fix(deps): update dependency @fastify/cors to v11.0.1
2025-03-26 08:54:30 +01:00
Kamil Mysliwiec
38ecc1a57a Merge pull request #14859 from nestjs/renovate/nestjs-swagger-11.x
fix(deps): update dependency @nestjs/swagger to v11.1.0
2025-03-26 08:54:21 +01:00
Kamil Mysliwiec
40515031e1 Merge pull request #14861 from nestjs/renovate/fastify-5.x
fix(deps): update dependency fastify to v5.2.2
2025-03-26 08:54:10 +01:00
Kamil Mysliwiec
f3df94ac0c Merge pull request #14863 from nestjs/dependabot/npm_and_yarn/nestjs/mongoose-11.0.3
chore(deps-dev): bump @nestjs/mongoose from 11.0.2 to 11.0.3
2025-03-26 08:53:50 +01:00
Kamil Mysliwiec
52d632804f Merge pull request #14864 from nestjs/dependabot/npm_and_yarn/fastify/cors-11.0.1
chore(deps): bump @fastify/cors from 11.0.0 to 11.0.1
2025-03-26 08:53:36 +01:00
Kamil Mysliwiec
86a375c65b Merge pull request #14858 from nestjs/renovate/nestjs-mongoose-11.x
fix(deps): update dependency @nestjs/mongoose to v11.0.3
2025-03-26 08:53:28 +01:00
dependabot[bot]
52e9340959 chore(deps): bump @fastify/cors from 11.0.0 to 11.0.1
Bumps [@fastify/cors](https://github.com/fastify/fastify-cors) from 11.0.0 to 11.0.1.
- [Release notes](https://github.com/fastify/fastify-cors/releases)
- [Commits](https://github.com/fastify/fastify-cors/compare/v11.0.0...v11.0.1)

---
updated-dependencies:
- dependency-name: "@fastify/cors"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-26 00:52:13 +00:00
dependabot[bot]
324fcb2149 chore(deps-dev): bump @nestjs/mongoose from 11.0.2 to 11.0.3
Bumps [@nestjs/mongoose](https://github.com/nestjs/mongoose) from 11.0.2 to 11.0.3.
- [Release notes](https://github.com/nestjs/mongoose/releases)
- [Changelog](https://github.com/nestjs/mongoose/blob/master/.release-it.json)
- [Commits](https://github.com/nestjs/mongoose/compare/11.0.2...11.0.3)

---
updated-dependencies:
- dependency-name: "@nestjs/mongoose"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-26 00:51:54 +00:00
Johan Legrand
92bdc6d189 Merge branch 'nestjs:master' into fix-fastify-platfom-custom-methods 2025-03-26 00:55:45 +01:00
renovate[bot]
cf63c1f097 fix(deps): update dependency fastify to v5.2.2 2025-03-25 22:59:16 +00:00
renovate[bot]
1a5c4fa259 fix(deps): update dependency @fastify/cors to v11.0.1 2025-03-25 22:59:01 +00:00
renovate[bot]
f4cc8155fe fix(deps): update dependency @nestjs/mongoose to v11.0.3 2025-03-25 16:54:22 +00:00
renovate[bot]
32b122c4c3 fix(deps): update dependency @nestjs/swagger to v11.1.0 2025-03-25 16:52:16 +00:00
Kamil Mysliwiec
4c66f27cb2 Merge pull request #14855 from nestjs/renovate/eslint-plugin-prettier-5.x
chore(deps): update dependency eslint-plugin-prettier to v5.2.5
2025-03-25 17:51:05 +01:00
Kamil Mysliwiec
e6b98caec3 Merge pull request #14842 from nestjs/renovate/supertest-6.x
chore(deps): update dependency @types/supertest to v6.0.3
2025-03-25 17:50:56 +01:00
Kamil Mysliwiec
f496fb068f Merge pull request #14843 from nestjs/renovate/nest-graphql-monorepo
fix(deps): update nest-graphql monorepo to v13.0.4
2025-03-25 17:50:47 +01:00
Kamil Mysliwiec
de09c3442f Merge pull request #14856 from nestjs/renovate/nestjs-cache-manager-3.x
fix(deps): update dependency @nestjs/cache-manager to v3.0.1
2025-03-25 17:49:50 +01:00
renovate[bot]
038e6ed78b fix(deps): update nest-graphql monorepo to v13.0.4 2025-03-25 13:38:50 +00:00
renovate[bot]
88d4a2462b fix(deps): update dependency @nestjs/cache-manager to v3.0.1 2025-03-25 13:38:34 +00:00
renovate[bot]
c7f84c9b02 chore(deps): update dependency eslint-plugin-prettier to v5.2.5 2025-03-25 13:38:29 +00:00
renovate[bot]
3c68562c6d chore(deps): update dependency @types/supertest to v6.0.3 2025-03-25 13:38:03 +00:00
Kamil Mysliwiec
605d4a6ac4 Merge pull request #14841 from nestjs/renovate/node-22.x
chore(deps): update dependency @types/node to v22.13.13
2025-03-25 14:33:40 +01:00
Kamil Mysliwiec
74fe00ff6c Merge pull request #14845 from nestjs/renovate/babel-monorepo
chore(deps): update babel monorepo to v7.27.0
2025-03-25 14:33:07 +01:00
Kamil Mysliwiec
cccf6ad0fa Merge pull request #14849 from nestjs/renovate/typescript-eslint-monorepo
chore(deps): update typescript-eslint monorepo to v8.28.0
2025-03-25 14:32:58 +01:00
Kamil Mysliwiec
38ce2a9119 Merge pull request #14850 from nestjs/renovate/mongoose-8.x
fix(deps): update dependency mongoose to v8.13.0
2025-03-25 14:32:52 +01:00
Kamil Mysliwiec
307a3caee7 Merge pull request #14851 from nestjs/dependabot/npm_and_yarn/types/node-22.13.13
chore(deps-dev): bump @types/node from 22.13.12 to 22.13.13
2025-03-25 14:32:44 +01:00
Kamil Mysliwiec
031112bee8 Merge pull request #14853 from nestjs/dependabot/npm_and_yarn/types/supertest-6.0.3
chore(deps-dev): bump @types/supertest from 6.0.2 to 6.0.3
2025-03-25 14:32:40 +01:00
Kamil Mysliwiec
55ffd3bce1 Merge pull request #14852 from nestjs/dependabot/npm_and_yarn/sinon-20.0.0
chore(deps-dev): bump sinon from 19.0.4 to 20.0.0
2025-03-25 14:32:34 +01:00
Kamil Mysliwiec
88485f6887 Merge pull request #14854 from nestjs/dependabot/npm_and_yarn/nestjs/apollo-13.0.4
chore(deps-dev): bump @nestjs/apollo from 13.0.3 to 13.0.4
2025-03-25 14:32:24 +01:00
dependabot[bot]
97d2e5aad4 chore(deps-dev): bump @nestjs/apollo from 13.0.3 to 13.0.4
Bumps [@nestjs/apollo](https://github.com/nestjs/graphql) from 13.0.3 to 13.0.4.
- [Release notes](https://github.com/nestjs/graphql/releases)
- [Commits](https://github.com/nestjs/graphql/compare/v13.0.3...v13.0.4)

---
updated-dependencies:
- dependency-name: "@nestjs/apollo"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-25 02:07:07 +00:00
dependabot[bot]
192a43e14e chore(deps-dev): bump @types/supertest from 6.0.2 to 6.0.3
Bumps [@types/supertest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/supertest) from 6.0.2 to 6.0.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/supertest)

---
updated-dependencies:
- dependency-name: "@types/supertest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-25 02:06:47 +00:00
dependabot[bot]
f08543eced chore(deps-dev): bump sinon from 19.0.4 to 20.0.0
Bumps [sinon](https://github.com/sinonjs/sinon) from 19.0.4 to 20.0.0.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
- [Commits](https://github.com/sinonjs/sinon/compare/v19.0.4...v20.0.0)

---
updated-dependencies:
- dependency-name: sinon
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-25 01:58:11 +00:00
dependabot[bot]
2391e310c1 chore(deps-dev): bump @types/node from 22.13.12 to 22.13.13
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.13.12 to 22.13.13.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-25 01:51:09 +00:00
renovate[bot]
69d1f3f2d6 fix(deps): update dependency mongoose to v8.13.0 2025-03-25 01:50:17 +00:00
renovate[bot]
dd53da1970 chore(deps): update typescript-eslint monorepo to v8.28.0 2025-03-25 01:49:59 +00:00
renovate[bot]
cacb15dda7 chore(deps): update babel monorepo to v7.27.0 2025-03-24 23:50:34 +00:00
renovate[bot]
a08de707e9 chore(deps): update dependency @types/node to v22.13.13 2025-03-24 11:13:41 +00:00
Kamil Mysliwiec
db0cf6216a Merge pull request #14828 from nestjs/renovate/eslint-eslintrc-3.x
chore(deps): update dependency @eslint/eslintrc to v3.3.1
2025-03-24 12:04:14 +01:00
Kamil Mysliwiec
8007d11182 Merge pull request #14824 from nestjs/renovate/node-22.x
chore(deps): update dependency @types/node to v22.13.12
2025-03-24 12:04:07 +01:00
renovate[bot]
e08b730500 chore(deps): update dependency @eslint/eslintrc to v3.3.1 2025-03-24 11:03:58 +00:00
Kamil Mysliwiec
115497a3cb Merge pull request #14834 from nestjs/dependabot/npm_and_yarn/eslint/eslintrc-3.3.1
chore(deps-dev): bump @eslint/eslintrc from 3.3.0 to 3.3.1
2025-03-24 12:02:40 +01:00
Kamil Mysliwiec
c34306ee3d Merge pull request #14839 from nestjs/renovate/eslint-plugin-prettier-5.x
chore(deps): update dependency eslint-plugin-prettier to v5.2.4
2025-03-24 12:02:30 +01:00
Kamil Mysliwiec
2b0d6bf729 Merge pull request #14840 from nestjs/renovate/ts-jest-29.x
chore(deps): update dependency ts-jest to v29.3.0
2025-03-24 12:02:20 +01:00
renovate[bot]
e814b4ece9 chore(deps): update dependency ts-jest to v29.3.0 2025-03-24 10:01:10 +00:00
renovate[bot]
c6b4a64379 chore(deps): update dependency eslint-plugin-prettier to v5.2.4 2025-03-24 10:00:59 +00:00
renovate[bot]
c72b04f8af chore(deps): update dependency @types/node to v22.13.12 2025-03-24 10:00:29 +00:00
dependabot[bot]
cf3601f762 chore(deps-dev): bump @eslint/eslintrc from 3.3.0 to 3.3.1
Bumps [@eslint/eslintrc](https://github.com/eslint/eslintrc) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/eslint/eslintrc/releases)
- [Changelog](https://github.com/eslint/eslintrc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslintrc/compare/v3.3.0...v3.3.1)

---
updated-dependencies:
- dependency-name: "@eslint/eslintrc"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-24 09:56:32 +00:00
Kamil Mysliwiec
a0a152af83 Merge pull request #14825 from nestjs/renovate/grpc-grpc-js-1.x
fix(deps): update dependency @grpc/grpc-js to v1.13.1
2025-03-24 10:55:23 +01:00
Kamil Mysliwiec
07af68f376 Merge pull request #14826 from nestjs/renovate/mongoose-8.x
fix(deps): update dependency mongoose to v8.12.2
2025-03-24 10:55:15 +01:00
Kamil Mysliwiec
9a61c92f1e Merge pull request #14833 from nestjs/dependabot/npm_and_yarn/mongoose-8.12.2
chore(deps-dev): bump mongoose from 8.12.1 to 8.12.2
2025-03-24 10:55:05 +01:00
Kamil Mysliwiec
994b7ab5b1 Merge pull request #14835 from nestjs/dependabot/npm_and_yarn/grpc/grpc-js-1.13.1
chore(deps-dev): bump @grpc/grpc-js from 1.13.0 to 1.13.1
2025-03-24 10:54:41 +01:00
Kamil Mysliwiec
f8b3ddf436 Merge pull request #14837 from nestjs/dependabot/npm_and_yarn/types/node-22.13.11
chore(deps-dev): bump @types/node from 22.13.10 to 22.13.11
2025-03-24 10:54:35 +01:00
Kamil Mysliwiec
7186611b95 Merge pull request #14829 from nestjs/renovate/eslint-monorepo
chore(deps): update eslint monorepo to v9.23.0
2025-03-24 10:54:14 +01:00
dependabot[bot]
085d1068f6 chore(deps-dev): bump @types/node from 22.13.10 to 22.13.11
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.13.10 to 22.13.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-24 00:19:10 +00:00
dependabot[bot]
2fd94ea113 chore(deps-dev): bump @grpc/grpc-js from 1.13.0 to 1.13.1
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.13.0 to 1.13.1.
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.13.0...@grpc/grpc-js@1.13.1)

---
updated-dependencies:
- dependency-name: "@grpc/grpc-js"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-24 00:18:29 +00:00
dependabot[bot]
c3b1610ede chore(deps-dev): bump mongoose from 8.12.1 to 8.12.2
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.12.1 to 8.12.2.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/8.12.1...8.12.2)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-24 00:17:22 +00:00
renovate[bot]
76d33df819 chore(deps): update eslint monorepo to v9.23.0 2025-03-21 23:00:22 +00:00
renovate[bot]
9219d6fef5 fix(deps): update dependency mongoose to v8.12.2 2025-03-21 18:14:13 +00:00
renovate[bot]
4e90da8cd6 fix(deps): update dependency @grpc/grpc-js to v1.13.1 2025-03-21 18:14:00 +00:00
Kamil Mysliwiec
e1b91d02a6 Merge pull request #14819 from nestjs/dependabot/npm_and_yarn/supertest-7.1.0
chore(deps-dev): bump supertest from 7.0.0 to 7.1.0
2025-03-21 09:49:09 +01:00
Kamil Mysliwiec
c12c060d23 Merge pull request #14817 from nestjs/renovate/multer-1.x
fix(deps): update dependency multer to v1.4.5-lts.2
2025-03-21 09:40:33 +01:00
Kamil Mysliwiec
1b932f399c Merge pull request #14818 from nestjs/renovate/supertest-7.x
chore(deps): update dependency supertest to v7.1.0
2025-03-21 09:40:22 +01:00
dependabot[bot]
fc39f3f73e chore(deps-dev): bump supertest from 7.0.0 to 7.1.0
Bumps [supertest](https://github.com/ladjs/supertest) from 7.0.0 to 7.1.0.
- [Release notes](https://github.com/ladjs/supertest/releases)
- [Commits](https://github.com/ladjs/supertest/compare/v7.0.0...v7.1.0)

---
updated-dependencies:
- dependency-name: supertest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-21 00:05:09 +00:00
renovate[bot]
860d71a20e chore(deps): update dependency supertest to v7.1.0 2025-03-20 19:28:19 +00:00
renovate[bot]
3fe7cda808 fix(deps): update dependency multer to v1.4.5-lts.2 2025-03-20 12:37:39 +00:00
Kamil Mysliwiec
f6154000e9 Merge pull request #14811 from nestjs/renovate/express-5.x
chore(deps): update dependency @types/express to v5.0.1
2025-03-20 08:51:12 +01:00
Kamil Mysliwiec
1d9d471514 Merge pull request #14810 from nestjs/renovate/sinon-19.x
chore(deps): update dependency sinon to v19.0.4
2025-03-20 08:51:00 +01:00
renovate[bot]
7f0c04dc4e chore(deps): update dependency sinon to v19.0.4 2025-03-20 07:49:22 +00:00
renovate[bot]
bb9c77b801 chore(deps): update dependency @types/express to v5.0.1 2025-03-20 07:49:08 +00:00
Kamil Mysliwiec
3b453de49a Merge pull request #14809 from nestjs/renovate/nats-2.x
chore(deps): update dependency nats to v2.29.3
2025-03-20 08:48:02 +01:00
Kamil Mysliwiec
88aef8cac0 Merge pull request #14812 from nestjs/dependabot/npm_and_yarn/types/express-5.0.1
chore(deps-dev): bump @types/express from 5.0.0 to 5.0.1
2025-03-20 08:47:52 +01:00
Kamil Mysliwiec
70bcbea8c1 Merge pull request #14813 from nestjs/dependabot/npm_and_yarn/sinon-19.0.4
chore(deps-dev): bump sinon from 19.0.2 to 19.0.4
2025-03-20 08:47:33 +01:00
Kamil Mysliwiec
10bb4e1bea Merge pull request #14814 from nestjs/dependabot/npm_and_yarn/nats-2.29.3
chore(deps-dev): bump nats from 2.29.2 to 2.29.3
2025-03-20 08:47:26 +01:00
Kamil Mysliwiec
721b57fa3f Merge pull request #14815 from nestjs/renovate/typescript-eslint-monorepo
chore(deps): update typescript-eslint monorepo to v8.27.0
2025-03-20 08:47:20 +01:00
renovate[bot]
9e2d5a749f chore(deps): update typescript-eslint monorepo to v8.27.0 2025-03-20 07:46:46 +00:00
renovate[bot]
0a1fc6fc72 chore(deps): update dependency nats to v2.29.3 2025-03-20 07:46:14 +00:00
dependabot[bot]
9b555be658 chore(deps-dev): bump nats from 2.29.2 to 2.29.3
Bumps [nats](https://github.com/nats-io/nats.node) from 2.29.2 to 2.29.3.
- [Release notes](https://github.com/nats-io/nats.node/releases)
- [Commits](https://github.com/nats-io/nats.node/compare/v2.29.2...v2.29.3)

---
updated-dependencies:
- dependency-name: nats
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-20 07:45:42 +00:00
Kamil Mysliwiec
7225bc4f0d Merge pull request #14816 from nestjs/renovate/mysql2-3.x
fix(deps): update dependency mysql2 to v3.14.0
2025-03-20 08:44:11 +01:00
renovate[bot]
6c57baf424 fix(deps): update dependency mysql2 to v3.14.0 2025-03-20 07:25:42 +00:00
dependabot[bot]
28f742eedd chore(deps-dev): bump sinon from 19.0.2 to 19.0.4
Bumps [sinon](https://github.com/sinonjs/sinon) from 19.0.2 to 19.0.4.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
- [Commits](https://github.com/sinonjs/sinon/compare/v19.0.2...v19.0.4)

---
updated-dependencies:
- dependency-name: sinon
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-20 00:50:32 +00:00
dependabot[bot]
71541b24cc chore(deps-dev): bump @types/express from 5.0.0 to 5.0.1
Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express)

---
updated-dependencies:
- dependency-name: "@types/express"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-20 00:50:02 +00:00
Kamil Mysliwiec
e04ff409a0 Merge pull request #14807 from nestjs/renovate/nestjs-mongoose-11.x
fix(deps): update dependency @nestjs/mongoose to v11.0.2
2025-03-19 14:43:37 +01:00
Kamil Mysliwiec
ccfa5a975b Merge pull request #14808 from nestjs/renovate/nestjs-swagger-11.x
fix(deps): update dependency @nestjs/swagger to v11.0.7
2025-03-19 14:43:10 +01:00
renovate[bot]
c19025a756 fix(deps): update dependency @nestjs/swagger to v11.0.7 2025-03-19 12:26:11 +00:00
renovate[bot]
72a1e07f25 fix(deps): update dependency @nestjs/mongoose to v11.0.2 2025-03-19 12:26:06 +00:00
Kamil Mysliwiec
571eb609c1 Merge pull request #14806 from nestjs/renovate/nest-monorepo
fix(deps): update nest monorepo to v11.0.12
2025-03-19 13:24:11 +01:00
renovate[bot]
1058b95f91 fix(deps): update nest monorepo to v11.0.12 2025-03-19 11:17:55 +00:00
Kamil Mysliwiec
860f96e566 Merge pull request #14804 from nestjs/renovate/nest-monorepo
fix(deps): update dependency @nestjs/websockets to v11.0.12
2025-03-19 12:16:16 +01:00
renovate[bot]
fdf423217e fix(deps): update dependency @nestjs/websockets to v11.0.12 2025-03-19 10:20:14 +00:00
Kamil Myśliwiec
c58f49a3cc chore(@nestjs) publish v11.0.12 release 2025-03-19 11:18:18 +01:00
Kamil Mysliwiec
1be4ae5675 Merge pull request #14803 from nestjs/fix/infinite-loop-circular-ref
fix(core): infinite loop on broken circular reference
2025-03-19 11:17:12 +01:00
Kamil Myśliwiec
7afc798660 fix(core): fix infinite loop on broken cicular reference #14799 2025-03-19 10:47:03 +01:00
Kamil Myśliwiec
9a1a69bace Merge branch 'anizozina-fix/request-scoped-in-lazy-load' 2025-03-19 09:46:16 +01:00
Kamil Myśliwiec
64ec1b5060 style: nit add missing whiteline 2025-03-19 09:46:06 +01:00
Kamil Myśliwiec
57ebc1b760 Merge branch 'fix/request-scoped-in-lazy-load' of github.com:anizozina/nest into anizozina-fix/request-scoped-in-lazy-load 2025-03-19 09:45:22 +01:00
Kamil Mysliwiec
1e412cb042 Merge pull request #14802 from nestjs/feat/options-for-legacy-route-converter
feat(core): add options to the legacy route converter
2025-03-19 09:31:35 +01:00
Kamil Myśliwiec
cb66a47a93 feat(core): add options to the legacy route converter 2025-03-19 09:30:34 +01:00
Kamil Mysliwiec
3703a034b1 Merge pull request #14797 from nestjs/renovate/fastify-view-11.x
fix(deps): update dependency @fastify/view to v11
2025-03-19 09:09:44 +01:00
Kamil Mysliwiec
fd3fcd0148 Merge pull request #14800 from nestjs/renovate/mongodb-6.x
fix(deps): update dependency mongodb to v6.15.0
2025-03-19 09:09:30 +01:00
renovate[bot]
351359bf21 fix(deps): update dependency mongodb to v6.15.0 2025-03-18 22:39:10 +00:00
renovate[bot]
11e6a9c5ea fix(deps): update dependency @fastify/view to v11 2025-03-18 15:46:26 +00:00
Kamil Mysliwiec
83a48b2c73 Merge pull request #14795 from nestjs/renovate/graphql-tools-monorepo
fix(deps): update graphql-tools monorepo
2025-03-18 16:44:16 +01:00
renovate[bot]
b0f2ac96f3 fix(deps): update graphql-tools monorepo 2025-03-18 12:37:45 +00:00
Kamil Myśliwiec
18ecc9e7cc ci: ignore prisma sample (temporarily) 2025-03-18 13:30:26 +01:00
Kamil Mysliwiec
104190f371 Merge pull request #14784 from nestjs/renovate/grpc-grpc-js-1.x
fix(deps): update dependency @grpc/grpc-js to v1.13.0
2025-03-18 11:17:29 +01:00
Kamil Mysliwiec
fc2c5760ae Merge pull request #14770 from nestjs/renovate/commitlint-monorepo
chore(deps): update dependency @commitlint/config-angular to v19.8.0
2025-03-18 11:14:49 +01:00
Kamil Mysliwiec
83d9ca374c Merge pull request #14796 from nestjs/renovate/prisma-monorepo
fix(deps): update dependency @prisma/client to v6.5.0
2025-03-18 11:14:39 +01:00
renovate[bot]
98661e4021 fix(deps): update dependency @grpc/grpc-js to v1.13.0 2025-03-18 10:13:52 +00:00
renovate[bot]
c3255bc178 chore(deps): update dependency @commitlint/config-angular to v19.8.0 2025-03-18 10:13:29 +00:00
Kamil Mysliwiec
037dcd5e73 Merge pull request #14783 from nestjs/renovate/babel-monorepo
chore(deps): update babel monorepo to v7.26.10
2025-03-18 11:11:50 +01:00
Kamil Mysliwiec
ea354afbaa Merge pull request #14777 from nestjs/dependabot/npm_and_yarn/commitlint/config-angular-19.8.0
chore(deps-dev): bump @commitlint/config-angular from 19.7.1 to 19.8.0
2025-03-18 11:11:40 +01:00
Kamil Mysliwiec
12c44940d0 Merge pull request #14771 from nestjs/renovate/eslint-monorepo
chore(deps): update eslint monorepo to v9.22.0
2025-03-18 11:11:32 +01:00
Kamil Mysliwiec
de53155c03 Merge pull request #14785 from nestjs/dependabot/npm_and_yarn/grpc/grpc-js-1.13.0
chore(deps-dev): bump @grpc/grpc-js from 1.12.6 to 1.13.0
2025-03-18 11:11:18 +01:00
Kamil Mysliwiec
76f7e1546e Merge pull request #14794 from nestjs/dependabot/npm_and_yarn/axios-1.8.3
chore(deps-dev): bump axios from 1.7.9 to 1.8.3
2025-03-18 11:11:11 +01:00
renovate[bot]
d9264b2b7b chore(deps): update eslint monorepo to v9.22.0 2025-03-18 09:51:31 +00:00
renovate[bot]
40a13991b0 chore(deps): update babel monorepo to v7.26.10 2025-03-18 09:50:32 +00:00
renovate[bot]
93f759f360 fix(deps): update dependency @prisma/client to v6.5.0 2025-03-18 09:48:24 +00:00
Kamil Mysliwiec
1777767bb0 Merge pull request #14772 from nestjs/renovate/node-22.x
chore(deps): update dependency @types/node to v22.13.10
2025-03-18 10:46:53 +01:00
dependabot[bot]
33647a7235 chore(deps-dev): bump @commitlint/config-angular from 19.7.1 to 19.8.0
Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular) from 19.7.1 to 19.8.0.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-angular/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.8.0/@commitlint/config-angular)

---
updated-dependencies:
- dependency-name: "@commitlint/config-angular"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-18 09:44:12 +00:00
renovate[bot]
883bb8941f chore(deps): update dependency @types/node to v22.13.10 2025-03-18 09:43:30 +00:00
dependabot[bot]
5d0d976cd4 chore(deps-dev): bump axios from 1.7.9 to 1.8.3
Bumps [axios](https://github.com/axios/axios) from 1.7.9 to 1.8.3.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.7.9...v1.8.3)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-18 09:43:06 +00:00
Kamil Mysliwiec
aedb33a502 Merge pull request #14786 from nestjs/dependabot/npm_and_yarn/lint-staged-15.5.0
chore(deps-dev): bump lint-staged from 15.4.3 to 15.5.0
2025-03-18 10:43:04 +01:00
Kamil Mysliwiec
ed42cea3f4 Merge pull request #14779 from nestjs/dependabot/npm_and_yarn/commitlint/cli-19.8.0
chore(deps-dev): bump @commitlint/cli from 19.7.1 to 19.8.0
2025-03-18 10:42:49 +01:00
Kamil Mysliwiec
5bf4da24ab Merge pull request #14780 from nestjs/renovate/typescript-eslint-monorepo
chore(deps): update typescript-eslint monorepo to v8.26.1
2025-03-18 10:42:39 +01:00
Kamil Mysliwiec
6e40350a75 Merge pull request #14781 from nestjs/dependabot/npm_and_yarn/prismjs-1.30.0
chore(deps-dev): bump prismjs from 1.29.0 to 1.30.0
2025-03-18 10:42:31 +01:00
Kamil Mysliwiec
ca76e5e674 Merge pull request #14782 from nestjs/dependabot/npm_and_yarn/typescript-eslint-8.26.1
chore(deps-dev): bump typescript-eslint from 8.26.0 to 8.26.1
2025-03-18 10:42:26 +01:00
Kamil Mysliwiec
8d87849a05 Merge pull request #14774 from Armatofik/chore-drop-useless-dep
chore(sample): remove `@types/express` useless dev deps from sample 10
2025-03-18 10:41:42 +01:00
Kamil Mysliwiec
fd548ba311 Merge pull request #14769 from nestjs/renovate/eslint-config-prettier-10.x
chore(deps): update dependency eslint-config-prettier to v10.1.1
2025-03-18 10:41:23 +01:00
anizozina
64eeb9bf00 fix(core): dependencies not resolving for request-scoped lazy providers 2025-03-18 06:57:47 +09:00
dependabot[bot]
3e6bb277d2 chore(deps-dev): bump lint-staged from 15.4.3 to 15.5.0
Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 15.4.3 to 15.5.0.
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lint-staged/lint-staged/compare/v15.4.3...v15.5.0)

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-13 00:06:15 +00:00
dependabot[bot]
5db341d48c chore(deps-dev): bump @grpc/grpc-js from 1.12.6 to 1.13.0
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.12.6 to 1.13.0.
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.12.6...@grpc/grpc-js@1.13.0)

---
updated-dependencies:
- dependency-name: "@grpc/grpc-js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-12 00:34:51 +00:00
dependabot[bot]
87af70aaa4 chore(deps-dev): bump typescript-eslint from 8.26.0 to 8.26.1
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.26.0 to 8.26.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.26.1/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-11 00:33:16 +00:00
dependabot[bot]
e9a1ed179a chore(deps-dev): bump prismjs from 1.29.0 to 1.30.0
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.29.0 to 1.30.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PrismJS/prism/compare/v1.29.0...v1.30.0)

---
updated-dependencies:
- dependency-name: prismjs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-10 22:23:32 +00:00
renovate[bot]
a3ccbbf8e4 chore(deps): update typescript-eslint monorepo to v8.26.1 2025-03-10 19:35:14 +00:00
dependabot[bot]
7d763caed1 chore(deps-dev): bump @commitlint/cli from 19.7.1 to 19.8.0
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 19.7.1 to 19.8.0.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.8.0/@commitlint/cli)

---
updated-dependencies:
- dependency-name: "@commitlint/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-10 00:16:07 +00:00
Andrey Perminov
21e311080e chore(sample): remove @types/express useless dev deps from sample 10 2025-03-10 00:45:44 +05:00
renovate[bot]
8e514a85e7 chore(deps): update dependency eslint-config-prettier to v10.1.1 2025-03-07 15:38:40 +00:00
Kamil Mysliwiec
2d4b2c8a4c Merge pull request #14764 from nestjs/renovate/mysql2-3.x
fix(deps): update dependency mysql2 to v3.13.0
2025-03-07 09:52:59 +01:00
Kamil Mysliwiec
1ae142e75b Merge pull request #14768 from nestjs/renovate/eslint-config-prettier-10.x
chore(deps): update dependency eslint-config-prettier to v10.1.0
2025-03-07 09:52:53 +01:00
renovate[bot]
477eac8b2e fix(deps): update dependency mysql2 to v3.13.0 2025-03-07 07:27:45 +00:00
renovate[bot]
f3ce193ba6 chore(deps): update dependency eslint-config-prettier to v10.1.0 2025-03-07 07:27:34 +00:00
Kamil Mysliwiec
9aef6b250b Merge pull request #14763 from nestjs/dependabot/npm_and_yarn/ioredis-5.6.0
chore(deps-dev): bump ioredis from 5.5.0 to 5.6.0
2025-03-07 08:25:24 +01:00
Kamil Mysliwiec
ba7851e924 Merge pull request #14767 from nestjs/dependabot/npm_and_yarn/mysql2-3.13.0
chore(deps-dev): bump mysql2 from 3.12.0 to 3.13.0
2025-03-07 08:25:17 +01:00
dependabot[bot]
8f951a78c6 chore(deps-dev): bump mysql2 from 3.12.0 to 3.13.0
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.12.0 to 3.13.0.
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](https://github.com/sidorares/node-mysql2/compare/v3.12.0...v3.13.0)

---
updated-dependencies:
- dependency-name: mysql2
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-07 00:29:39 +00:00
dependabot[bot]
50a08d4ffd chore(deps-dev): bump ioredis from 5.5.0 to 5.6.0
Bumps [ioredis](https://github.com/luin/ioredis) from 5.5.0 to 5.6.0.
- [Release notes](https://github.com/luin/ioredis/releases)
- [Changelog](https://github.com/redis/ioredis/blob/main/CHANGELOG.md)
- [Commits](https://github.com/luin/ioredis/compare/v5.5.0...v5.6.0)

---
updated-dependencies:
- dependency-name: ioredis
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-06 00:02:29 +00:00
Kamil Mysliwiec
00bb79721a Merge pull request #14755 from nestjs/renovate/mongoose-8.x
fix(deps): update dependency mongoose to v8.12.1
2025-03-05 09:45:04 +01:00
Kamil Mysliwiec
f4bcfa817e Merge pull request #14757 from nestjs/dependabot/npm_and_yarn/types/ws-8.18.0
chore(deps-dev): bump @types/ws from 8.5.14 to 8.18.0
2025-03-05 09:44:39 +01:00
Kamil Mysliwiec
36e969d1c2 Merge pull request #14754 from nestjs/renovate/mongodb-6.x
fix(deps): update dependency mongodb to v6.14.2
2025-03-05 09:44:32 +01:00
dependabot[bot]
09197ee97a chore(deps-dev): bump @types/ws from 8.5.14 to 8.18.0
Bumps [@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws) from 8.5.14 to 8.18.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ws)

---
updated-dependencies:
- dependency-name: "@types/ws"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-05 00:46:47 +00:00
renovate[bot]
1453b8534d fix(deps): update dependency mongoose to v8.12.1 2025-03-04 21:57:25 +00:00
renovate[bot]
573a625000 fix(deps): update dependency mongodb to v6.14.2 2025-03-04 21:57:04 +00:00
Kamil Mysliwiec
978b399e24 Merge pull request #14739 from nestjs/renovate/node-22.x
chore(deps): update dependency @types/node to v22.13.9
2025-03-04 12:31:26 +01:00
renovate[bot]
de283191da chore(deps): update dependency @types/node to v22.13.9 2025-03-04 11:19:10 +00:00
Kamil Mysliwiec
821005c1d4 Merge pull request #14740 from nestjs/renovate/mongodb-6.x
fix(deps): update dependency mongodb to v6.14.1
2025-03-04 12:14:19 +01:00
Kamil Mysliwiec
53fa011d36 Merge pull request #14747 from nestjs/renovate/cache-manager-6.x
fix(deps): update dependency cache-manager to v6.4.1
2025-03-04 12:14:11 +01:00
Kamil Mysliwiec
b337bf2fff Merge pull request #14748 from nestjs/renovate/graphql-tools-monorepo
fix(deps): update graphql-tools monorepo
2025-03-04 12:14:05 +01:00
Kamil Mysliwiec
4f41a6dfa9 Merge pull request #14737 from nestjs/renovate/mongoose-8.x
fix(deps): update dependency mongoose to v8.12.0
2025-03-04 12:14:01 +01:00
Kamil Mysliwiec
efbdcd980a Merge pull request #14751 from nestjs/renovate/typescript-eslint-monorepo
chore(deps): update typescript-eslint monorepo to v8.26.0
2025-03-04 12:13:46 +01:00
Kamil Mysliwiec
e82b0e1e47 Merge pull request #14752 from nestjs/renovate/sequelize-6.x
fix(deps): update dependency sequelize to v6.37.6
2025-03-04 12:13:39 +01:00
renovate[bot]
ec34752fb3 fix(deps): update dependency sequelize to v6.37.6 2025-03-04 10:46:12 +00:00
renovate[bot]
ede1888243 chore(deps): update typescript-eslint monorepo to v8.26.0 2025-03-04 06:48:51 +00:00
renovate[bot]
e29568743a fix(deps): update graphql-tools monorepo 2025-03-04 00:30:42 +00:00
renovate[bot]
a232b7b825 fix(deps): update dependency cache-manager to v6.4.1 2025-03-04 00:30:28 +00:00
renovate[bot]
a313c9b925 fix(deps): update dependency mongodb to v6.14.1 2025-03-03 22:31:11 +00:00
renovate[bot]
545fa46e09 fix(deps): update dependency mongoose to v8.12.0 2025-03-03 16:59:15 +00:00
Kamil Mysliwiec
3eaa07ae17 Merge pull request #14733 from nestjs/renovate/typeorm-0.x
fix(deps): update dependency typeorm to v0.3.21
2025-03-03 11:51:23 +01:00
Kamil Mysliwiec
9fd7bb073f Merge pull request #14717 from nestjs/renovate/amqplib-0.x
chore(deps): update dependency @types/amqplib to v0.10.7
2025-03-03 11:51:05 +01:00
Kamil Mysliwiec
225f92c5b9 Merge pull request #14732 from nestjs/renovate/nest-monorepo
chore(deps): update dependency @nestjs/schematics to v11.0.2
2025-03-03 11:50:55 +01:00
renovate[bot]
662485bc11 fix(deps): update dependency typeorm to v0.3.21 2025-03-03 09:47:34 +00:00
renovate[bot]
b966c6ee2d chore(deps): update dependency @types/amqplib to v0.10.7 2025-03-03 09:47:12 +00:00
renovate[bot]
f1f4886b46 chore(deps): update dependency @nestjs/schematics to v11.0.2 2025-03-03 09:47:08 +00:00
Kamil Mysliwiec
ef641f3e39 Merge pull request #14719 from nestjs/renovate/core-js-3.x
chore(deps): update dependency core-js to v3.41.0
2025-03-03 10:45:01 +01:00
Kamil Mysliwiec
f6aa3a6345 Merge pull request #14722 from nestjs/renovate/ansis-3.x
fix(deps): update dependency ansis to v3.17.0
2025-03-03 10:44:51 +01:00
Kamil Mysliwiec
0235baaf8c Merge pull request #14718 from nestjs/renovate/node-22.x
chore(deps): update dependency @types/node to v22.13.8
2025-03-03 10:44:20 +01:00
Kamil Mysliwiec
cfa8c7c513 Merge pull request #14726 from nestjs/dependabot/npm_and_yarn/core-js-3.41.0
chore(deps-dev): bump core-js from 3.40.0 to 3.41.0
2025-03-03 10:44:11 +01:00
Kamil Mysliwiec
b83313ea42 Merge pull request #14727 from nestjs/dependabot/npm_and_yarn/ansis-3.17.0
chore(deps): bump ansis from 3.16.0 to 3.17.0
2025-03-03 10:44:03 +01:00
Kamil Mysliwiec
1800ef0cb2 Merge pull request #14729 from nestjs/dependabot/npm_and_yarn/types/node-22.13.8
chore(deps-dev): bump @types/node from 22.13.5 to 22.13.8
2025-03-03 10:43:55 +01:00
Kamil Mysliwiec
612288e9cf Merge pull request #14730 from nestjs/dependabot/npm_and_yarn/types/amqplib-0.10.7
chore(deps-dev): bump @types/amqplib from 0.10.6 to 0.10.7
2025-03-03 10:43:21 +01:00
Kamil Mysliwiec
ddf876eded Merge pull request #14731 from nestjs/renovate/prettier-3.x
chore(deps): update dependency prettier to v3.5.3
2025-03-03 10:43:10 +01:00
Kamil Mysliwiec
d9138b0134 Merge pull request #14716 from nestjs/renovate/mongodb-6.x
fix(deps): update dependency mongodb to v6.14.0
2025-03-03 10:43:01 +01:00
renovate[bot]
0edc8eef3d chore(deps): update dependency prettier to v3.5.3 2025-03-03 02:15:30 +00:00
dependabot[bot]
8959b8e6ca chore(deps-dev): bump @types/amqplib from 0.10.6 to 0.10.7
Bumps [@types/amqplib](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/amqplib) from 0.10.6 to 0.10.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/amqplib)

---
updated-dependencies:
- dependency-name: "@types/amqplib"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-03 00:07:33 +00:00
dependabot[bot]
3de3a63254 chore(deps-dev): bump @types/node from 22.13.5 to 22.13.8
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.13.5 to 22.13.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-03 00:07:07 +00:00
dependabot[bot]
9f8d5fda30 chore(deps): bump ansis from 3.16.0 to 3.17.0
Bumps [ansis](https://github.com/webdiscus/ansis) from 3.16.0 to 3.17.0.
- [Release notes](https://github.com/webdiscus/ansis/releases)
- [Changelog](https://github.com/webdiscus/ansis/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webdiscus/ansis/compare/v3.16.0...v3.17.0)

---
updated-dependencies:
- dependency-name: ansis
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-03 00:06:21 +00:00
dependabot[bot]
5f317c9e9e chore(deps-dev): bump core-js from 3.40.0 to 3.41.0
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.40.0 to 3.41.0.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.41.0/packages/core-js)

---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-03 00:05:49 +00:00
renovate[bot]
2827ee0041 fix(deps): update dependency ansis to v3.17.0 2025-03-02 02:15:03 +00:00
renovate[bot]
603a44649d chore(deps): update dependency core-js to v3.41.0 2025-03-01 18:02:24 +00:00
renovate[bot]
d8b32ca847 chore(deps): update dependency @types/node to v22.13.8 2025-03-01 15:54:47 +00:00
renovate[bot]
17421db71a fix(deps): update dependency mongodb to v6.14.0 2025-02-28 18:05:38 +00:00
Kamil Mysliwiec
703ac9ad23 Merge pull request #14713 from nestjs/renovate/nestjs-swagger-11.x
fix(deps): update dependency @nestjs/swagger to v11.0.6
2025-02-28 16:02:38 +01:00
renovate[bot]
ddef630449 fix(deps): update dependency @nestjs/swagger to v11.0.6 2025-02-28 11:11:50 +00:00
Kamil Mysliwiec
8ca22f4255 Merge pull request #14714 from nestjs/renovate/nest-monorepo
fix(deps): update nest monorepo to v11.0.11
2025-02-28 12:10:16 +01:00
renovate[bot]
0c4e9b83a7 fix(deps): update nest monorepo to v11.0.11 2025-02-28 08:01:49 +00:00
Kamil Mysliwiec
2f64480574 Merge pull request #14712 from nestjs/renovate/nest-monorepo
fix(deps): update nest monorepo to v11.0.11
2025-02-28 09:00:30 +01:00
renovate[bot]
8fbca84f4c fix(deps): update nest monorepo to v11.0.11 2025-02-28 07:39:55 +00:00
Kamil Myśliwiec
132c1df851 chore(@nestjs) publish v11.0.11 release 2025-02-28 08:38:09 +01:00
Kamil Mysliwiec
71c30d457c Merge pull request #14677 from smith558/new-fastify-parser
perf: Switch deprecated parser querystring for fast-querystring
2025-02-28 08:33:00 +01:00
Kamil Mysliwiec
7fb28963e4 Merge pull request #14705 from nestjs/renovate/nest-monorepo
chore(deps): update dependency @nestjs/cli to v11.0.5
2025-02-27 09:07:47 +01:00
renovate[bot]
5589e47d7b chore(deps): update dependency @nestjs/cli to v11.0.5 2025-02-27 07:52:50 +00:00
Kamil Mysliwiec
ffc0be3145 Merge pull request #14710 from nestjs/dependabot/npm_and_yarn/mqtt-5.10.4
chore(deps-dev): bump mqtt from 5.10.3 to 5.10.4
2025-02-27 08:51:25 +01:00
dependabot[bot]
b8d76c2bde chore(deps-dev): bump mqtt from 5.10.3 to 5.10.4
Bumps [mqtt](https://github.com/mqttjs/MQTT.js) from 5.10.3 to 5.10.4.
- [Release notes](https://github.com/mqttjs/MQTT.js/releases)
- [Changelog](https://github.com/mqttjs/MQTT.js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mqttjs/MQTT.js/compare/v5.10.3...v5.10.4)

---
updated-dependencies:
- dependency-name: mqtt
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-27 07:48:40 +00:00
Kamil Mysliwiec
83327a79f4 Merge pull request #14706 from nestjs/renovate/eslint-config-prettier-10.x
chore(deps): update dependency eslint-config-prettier to v10.0.2
2025-02-27 08:48:10 +01:00
Kamil Mysliwiec
5d1747237c Merge pull request #14708 from nestjs/dependabot/npm_and_yarn/mongoose-8.11.0
chore(deps-dev): bump mongoose from 8.10.2 to 8.11.0
2025-02-27 08:47:50 +01:00
Kamil Mysliwiec
3e8a2dbd6b Merge pull request #14709 from nestjs/dependabot/npm_and_yarn/eslint-config-prettier-10.0.2
chore(deps-dev): bump eslint-config-prettier from 10.0.1 to 10.0.2
2025-02-27 08:47:42 +01:00
Kamil Mysliwiec
87e1fda2e5 Merge pull request #14711 from nestjs/renovate/fastify-cors-11.x
fix(deps): update dependency @fastify/cors to v11
2025-02-27 08:47:30 +01:00
Kamil Mysliwiec
90a14fc58e Merge pull request #14701 from nestjs/renovate/mongoose-8.x
fix(deps): update dependency mongoose to v8.11.0
2025-02-27 08:47:10 +01:00
renovate[bot]
7bcf8bafdb fix(deps): update dependency @fastify/cors to v11 2025-02-27 07:26:22 +00:00
dependabot[bot]
27aa8a950c chore(deps-dev): bump eslint-config-prettier from 10.0.1 to 10.0.2
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 10.0.1 to 10.0.2.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v10.0.1...v10.0.2)

---
updated-dependencies:
- dependency-name: eslint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-27 00:42:00 +00:00
dependabot[bot]
7f24f177f5 chore(deps-dev): bump mongoose from 8.10.2 to 8.11.0
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.10.2 to 8.11.0.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/8.10.2...8.11.0)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-27 00:41:42 +00:00
renovate[bot]
6f6f3265f9 fix(deps): update dependency mongoose to v8.11.0 2025-02-26 21:52:45 +00:00
renovate[bot]
45cec787c7 chore(deps): update dependency eslint-config-prettier to v10.0.2 2025-02-26 19:25:36 +00:00
Kamil Mysliwiec
d2b9d62d0c Merge pull request #14703 from nestjs/dependabot/npm_and_yarn/mongoose-8.10.2
chore(deps-dev): bump mongoose from 8.10.1 to 8.10.2
2025-02-26 08:59:03 +01:00
Kamil Mysliwiec
3b49a4474b Merge pull request #14700 from nestjs/renovate/graphql-tools-monorepo
fix(deps): update graphql-tools monorepo
2025-02-26 08:58:49 +01:00
dependabot[bot]
1b7944ef37 chore(deps-dev): bump mongoose from 8.10.1 to 8.10.2
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.10.1 to 8.10.2.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/8.10.1...8.10.2)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-26 00:43:07 +00:00
renovate[bot]
8e5039a4ce fix(deps): update graphql-tools monorepo 2025-02-25 16:32:29 +00:00
Kamil Mysliwiec
c33107c71f Merge pull request #14695 from nestjs/renovate/typescript-eslint-monorepo
chore(deps): update typescript-eslint monorepo to v8.25.0
2025-02-25 09:21:50 +01:00
Kamil Mysliwiec
a4d23bd483 Merge pull request #14693 from nestjs/renovate/nestjs-event-emitter-3.x
fix(deps): update dependency @nestjs/event-emitter to v3.0.1
2025-02-25 09:21:38 +01:00
Kamil Mysliwiec
7a74315e77 Merge pull request #14694 from nestjs/renovate/nestjs-swagger-11.x
fix(deps): update dependency @nestjs/swagger to v11.0.5
2025-02-25 09:21:31 +01:00
Kamil Mysliwiec
37575646ee Merge pull request #14696 from nestjs/renovate/fastify-cors-10.x
fix(deps): update dependency @fastify/cors to v10.1.0
2025-02-25 09:20:33 +01:00
Kamil Mysliwiec
a7b44f0898 Merge pull request #14698 from nestjs/dependabot/npm_and_yarn/fastify/cors-10.1.0
chore(deps): bump @fastify/cors from 10.0.2 to 10.1.0
2025-02-25 09:20:26 +01:00
Kamil Mysliwiec
c89db5c72f Merge pull request #14692 from nestjs/renovate/mercurius-16.x
fix(deps): update dependency mercurius to v16.1.0
2025-02-25 09:20:16 +01:00
dependabot[bot]
caab3142b4 chore(deps): bump @fastify/cors from 10.0.2 to 10.1.0
Bumps [@fastify/cors](https://github.com/fastify/fastify-cors) from 10.0.2 to 10.1.0.
- [Release notes](https://github.com/fastify/fastify-cors/releases)
- [Commits](https://github.com/fastify/fastify-cors/compare/v10.0.2...v10.1.0)

---
updated-dependencies:
- dependency-name: "@fastify/cors"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-25 00:21:05 +00:00
renovate[bot]
ee15a371e8 fix(deps): update dependency @fastify/cors to v10.1.0 2025-02-24 22:36:20 +00:00
renovate[bot]
c4e3a2e104 chore(deps): update typescript-eslint monorepo to v8.25.0 2025-02-24 19:58:38 +00:00
renovate[bot]
c5fc33949f fix(deps): update dependency @nestjs/swagger to v11.0.5 2025-02-24 15:57:37 +00:00
renovate[bot]
eb7579c81e fix(deps): update dependency @nestjs/event-emitter to v3.0.1 2025-02-24 15:57:32 +00:00
renovate[bot]
c286202321 fix(deps): update dependency mercurius to v16.1.0 2025-02-24 11:22:39 +00:00
Kamil Mysliwiec
963c201409 Merge pull request #14685 from nestjs/renovate/sinon-17.x
chore(deps): update dependency @types/sinon to v17.0.4
2025-02-24 09:05:57 +01:00
Kamil Mysliwiec
c59512673c Merge pull request #14689 from nestjs/dependabot/npm_and_yarn/ws-8.18.1
chore(deps): bump ws from 8.18.0 to 8.18.1
2025-02-24 09:05:45 +01:00
dependabot[bot]
ce18358fb0 chore(deps): bump ws from 8.18.0 to 8.18.1
Bumps [ws](https://github.com/websockets/ws) from 8.18.0 to 8.18.1.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/8.18.0...8.18.1)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-24 00:55:19 +00:00
renovate[bot]
28d2ea36b4 chore(deps): update dependency @types/sinon to v17.0.4 2025-02-23 14:04:56 +00:00
Kamil Mysliwiec
f5e2202070 Merge pull request #14681 from nestjs/renovate/eslint-eslintrc-3.x
chore(deps): update dependency @eslint/eslintrc to v3.3.0
2025-02-23 15:01:09 +01:00
Kamil Mysliwiec
4e3f35080b Merge pull request #14686 from nestjs/renovate/rxjs-7.x
fix(deps): update dependency rxjs to v7.8.2
2025-02-23 15:00:53 +01:00
Kamil Mysliwiec
db9d16c207 Merge pull request #14688 from nestjs/renovate/ts-jest-29.x
chore(deps): update dependency ts-jest to v29.2.6
2025-02-23 15:00:47 +01:00
Kamil Mysliwiec
85abd10af3 Merge pull request #14680 from nestjs/renovate/node-22.x
chore(deps): update dependency @types/node to v22.13.5
2025-02-23 15:00:40 +01:00
renovate[bot]
0f3ce0a131 chore(deps): update dependency ts-jest to v29.2.6 2025-02-23 10:23:39 +00:00
renovate[bot]
dcfa8c64e2 chore(deps): update dependency @eslint/eslintrc to v3.3.0 2025-02-22 13:41:29 +00:00
renovate[bot]
a0c4718d8f fix(deps): update dependency rxjs to v7.8.2 2025-02-22 13:41:09 +00:00
renovate[bot]
1e466de1bc chore(deps): update dependency @types/node to v22.13.5 2025-02-22 13:40:40 +00:00
Kamil Mysliwiec
38773bfb0f Merge pull request #14642 from nestjs/renovate/ansis-3.x
fix(deps): update dependency ansis to v3.16.0
2025-02-22 14:36:25 +01:00
Kamil Mysliwiec
0810b3417f Merge pull request #14671 from nestjs/renovate/globals-16.x
chore(deps): update dependency globals to v16
2025-02-22 14:36:16 +01:00
Kamil Mysliwiec
0a32c1708c Merge pull request #14678 from nestjs/renovate/graphql-tools-monorepo
fix(deps): update graphql-tools monorepo
2025-02-22 14:36:11 +01:00
Kamil Mysliwiec
7756b69883 Merge pull request #14682 from nestjs/renovate/eslint-monorepo
chore(deps): update eslint monorepo to v9.21.0
2025-02-22 14:35:56 +01:00
Kamil Mysliwiec
6dee1eef8f Merge pull request #14683 from nestjs/renovate/prettier-3.x
chore(deps): update dependency prettier to v3.5.2
2025-02-22 14:33:39 +01:00
renovate[bot]
61ae1d8c87 fix(deps): update dependency ansis to v3.16.0 2025-02-22 06:39:00 +00:00
renovate[bot]
2cdc2b8bdd chore(deps): update dependency prettier to v3.5.2 2025-02-22 06:38:34 +00:00
renovate[bot]
1c28ed3f8e chore(deps): update eslint monorepo to v9.21.0 2025-02-22 01:27:37 +00:00
renovate[bot]
c3fe5309ec fix(deps): update graphql-tools monorepo 2025-02-21 19:25:02 +00:00
Stanislav Modrak
9e30447cbc perf: Switch deprecated parser querystring for fast-querystring 2025-02-21 13:15:00 +00:00
renovate[bot]
1edc7bd159 chore(deps): update dependency globals to v16 2025-02-21 09:37:10 +00:00
Kamil Mysliwiec
33227d765c Merge pull request #14673 from nestjs/renovate/prisma-monorepo
fix(deps): update dependency @prisma/client to v6.4.1
2025-02-21 10:34:13 +01:00
Kamil Mysliwiec
6630956f1f Merge pull request #14674 from nestjs/renovate/mongodb-6.x
fix(deps): update dependency mongodb to v6.13.1
2025-02-21 10:34:05 +01:00
Kamil Mysliwiec
bec6feda10 Merge pull request #14675 from nestjs/dependabot/npm_and_yarn/globals-16.0.0
chore(deps-dev): bump globals from 15.15.0 to 16.0.0
2025-02-21 10:33:58 +01:00
Kamil Mysliwiec
fc9dc99026 Merge pull request #14670 from nestjs/renovate/nestjs-serve-static-5.x
fix(deps): update dependency @nestjs/serve-static to v5.0.3
2025-02-21 10:33:50 +01:00
dependabot[bot]
87fbf8fc95 chore(deps-dev): bump globals from 15.15.0 to 16.0.0
Bumps [globals](https://github.com/sindresorhus/globals) from 15.15.0 to 16.0.0.
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](https://github.com/sindresorhus/globals/compare/v15.15.0...v16.0.0)

---
updated-dependencies:
- dependency-name: globals
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-21 00:03:07 +00:00
renovate[bot]
4362ea43fe fix(deps): update dependency mongodb to v6.13.1 2025-02-20 23:21:59 +00:00
renovate[bot]
768c048e43 fix(deps): update dependency @prisma/client to v6.4.1 2025-02-20 23:21:54 +00:00
renovate[bot]
1bbd5987d8 fix(deps): update dependency @nestjs/serve-static to v5.0.3 2025-02-20 11:34:35 +00:00
Kamil Mysliwiec
b96d3d53a6 Merge pull request #14666 from nestjs/renovate/confluentinc-cp-zookeeper-7.x
chore(deps): update confluentinc/cp-zookeeper docker tag to v7.9.0
2025-02-20 08:50:59 +01:00
Kamil Mysliwiec
eec46f0afe Merge pull request #14668 from nestjs/dependabot/npm_and_yarn/uuid-11.1.0
chore(deps): bump uuid from 11.0.5 to 11.1.0
2025-02-20 08:50:51 +01:00
dependabot[bot]
b6a3205200 chore(deps): bump uuid from 11.0.5 to 11.1.0
Bumps [uuid](https://github.com/uuidjs/uuid) from 11.0.5 to 11.1.0.
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/uuidjs/uuid/compare/v11.0.5...v11.1.0)

---
updated-dependencies:
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-20 00:54:13 +00:00
renovate[bot]
5689c70992 chore(deps): update confluentinc/cp-zookeeper docker tag to v7.9.0 2025-02-19 19:02:25 +00:00
Kamil Mysliwiec
4b42320884 Merge pull request #14662 from nestjs/renovate/nestjs-swagger-11.x
fix(deps): update dependency @nestjs/swagger to v11.0.4
2025-02-19 13:43:44 +01:00
Kamil Mysliwiec
fd55080001 Merge pull request #14663 from nestjs/renovate/confluentinc-cp-kafka-7.x
chore(deps): update confluentinc/cp-kafka docker tag to v7.9.0
2025-02-19 13:43:22 +01:00
Kamil Mysliwiec
90caf77d3c Merge pull request #14661 from nestjs/dependabot/npm_and_yarn/jsonpath-plus-10.3.0
chore(deps-dev): bump jsonpath-plus from 10.2.0 to 10.3.0
2025-02-19 13:37:10 +01:00
renovate[bot]
8b1e0ec646 chore(deps): update confluentinc/cp-kafka docker tag to v7.9.0 2025-02-19 12:09:53 +00:00
renovate[bot]
1dac7ccc16 fix(deps): update dependency @nestjs/swagger to v11.0.4 2025-02-19 12:09:48 +00:00
dependabot[bot]
fc372e4b59 chore(deps-dev): bump jsonpath-plus from 10.2.0 to 10.3.0
Bumps [jsonpath-plus](https://github.com/s3u/JSONPath) from 10.2.0 to 10.3.0.
- [Release notes](https://github.com/s3u/JSONPath/releases)
- [Changelog](https://github.com/JSONPath-Plus/JSONPath/blob/main/CHANGES.md)
- [Commits](https://github.com/s3u/JSONPath/compare/v10.2.0...v10.3.0)

---
updated-dependencies:
- dependency-name: jsonpath-plus
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-19 11:25:20 +00:00
Kamil Mysliwiec
463dd7b22b Merge pull request #14658 from nestjs/renovate/nest-monorepo
chore(deps): update dependency @nestjs/cli to v11.0.4
2025-02-19 09:05:27 +01:00
Kamil Mysliwiec
ac4f59dbc3 Merge pull request #14659 from nestjs/renovate/prisma-monorepo
fix(deps): update dependency @prisma/client to v6.4.0
2025-02-19 09:05:16 +01:00
renovate[bot]
6e5d0e28de fix(deps): update dependency @prisma/client to v6.4.0 2025-02-18 18:52:46 +00:00
renovate[bot]
fd028a47de chore(deps): update dependency @nestjs/cli to v11.0.4 2025-02-18 15:05:04 +00:00
Kamil Mysliwiec
d80eec482c Merge pull request #14654 from nestjs/renovate/typescript-eslint-monorepo
chore(deps): update typescript-eslint monorepo to v8.24.1
2025-02-18 09:22:00 +01:00
Kamil Mysliwiec
c061dcd680 Merge pull request #14655 from nestjs/renovate/nest-graphql-monorepo
fix(deps): update dependency @nestjs/apollo to v13.0.3
2025-02-18 09:21:47 +01:00
renovate[bot]
4ce3c78b7d chore(deps): update typescript-eslint monorepo to v8.24.1 2025-02-17 18:33:34 +00:00
renovate[bot]
1d6ed70abf fix(deps): update dependency @nestjs/apollo to v13.0.3 2025-02-17 12:31:41 +00:00
Kamil Mysliwiec
5e684c80c2 Merge pull request #14651 from nestjs/renovate/nest-monorepo
chore(deps): update nest monorepo
2025-02-17 13:29:57 +01:00
Kamil Mysliwiec
19652374dc Merge pull request #14652 from nestjs/renovate/nest-graphql-monorepo
fix(deps): update nest-graphql monorepo to v13.0.3
2025-02-17 13:29:49 +01:00
renovate[bot]
618c7426ad fix(deps): update nest-graphql monorepo to v13.0.3 2025-02-17 12:22:37 +00:00
renovate[bot]
c3fde40c3d chore(deps): update nest monorepo 2025-02-17 12:22:14 +00:00
Kamil Mysliwiec
62d0455a19 Merge pull request #14650 from nestjs/renovate/nest-monorepo
fix(deps): update nest monorepo to v11.0.10
2025-02-17 13:19:40 +01:00
renovate[bot]
2112a355fe fix(deps): update nest monorepo to v11.0.10 2025-02-17 11:27:50 +00:00
Kamil Mysliwiec
05b1abb7f6 Merge pull request #14649 from nestjs/renovate/nest-monorepo
fix(deps): update nest monorepo to v11.0.10
2025-02-17 12:23:56 +01:00
renovate[bot]
1ab7e605c6 fix(deps): update nest monorepo to v11.0.10 2025-02-17 11:16:07 +00:00
Kamil Myśliwiec
51237a3d58 chore: update package.json 2025-02-17 12:14:35 +01:00
Kamil Myśliwiec
baba45e74d chore(@nestjs) publish v11.0.10 release 2025-02-17 12:12:34 +01:00
Kamil Myśliwiec
ecfcc60404 Merge branch 'luddwichr-fully-fix-express-parser-registration' 2025-02-17 10:34:51 +01:00
Kamil Myśliwiec
224cffd442 test: move after each to describe block 2025-02-17 10:34:38 +01:00
Kamil Myśliwiec
eb2668d7be Merge branch 'fully-fix-express-parser-registration' of https://github.com/luddwichr/nest into luddwichr-fully-fix-express-parser-registration 2025-02-17 10:23:36 +01:00
Kamil Mysliwiec
18345578ca Merge pull request #14647 from nestjs/renovate/fastify-static-8.x
fix(deps): update dependency @fastify/static to v8.1.1
2025-02-17 10:16:07 +01:00
renovate[bot]
f29689078d fix(deps): update dependency @fastify/static to v8.1.1 2025-02-17 08:56:07 +00:00
Kamil Mysliwiec
99e6ba624b Merge pull request #14648 from nestjs/renovate/light-my-request-6.x
fix(deps): update dependency light-my-request to v6.6.0
2025-02-17 09:54:21 +01:00
Kamil Mysliwiec
fc3b643616 Merge pull request #14605 from shprota/microservices-server-send-fix
fix(microservices): server send drops emitted value
2025-02-17 09:46:03 +01:00
renovate[bot]
dd017bc4a6 fix(deps): update dependency light-my-request to v6.6.0 2025-02-17 08:43:55 +00:00
Kamil Mysliwiec
0ca6bbf8c9 Merge pull request #14643 from nestjs/dependabot/npm_and_yarn/ansis-3.15.0
chore(deps): bump ansis from 3.14.0 to 3.15.0
2025-02-17 09:41:45 +01:00
dependabot[bot]
1e690bce43 chore(deps): bump ansis from 3.14.0 to 3.15.0
Bumps [ansis](https://github.com/webdiscus/ansis) from 3.14.0 to 3.15.0.
- [Release notes](https://github.com/webdiscus/ansis/releases)
- [Changelog](https://github.com/webdiscus/ansis/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webdiscus/ansis/commits)

---
updated-dependencies:
- dependency-name: ansis
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-17 00:23:52 +00:00
Kamil Mysliwiec
db3697b148 Merge pull request #14639 from nestjs/renovate/mongoose-8.x
fix(deps): update dependency mongoose to v8.10.1
2025-02-15 19:23:30 +01:00
Kamil Mysliwiec
e661a40e95 Merge pull request #14638 from nestjs/renovate/nats-2.x
chore(deps): update dependency nats to v2.29.2
2025-02-15 19:23:22 +01:00
luddwichr
123f653d0a fix(platform-express) respect existing parser middlewares when using Express 5
Express 5 made the router public API again and renamed the field from app._router to app.router.
This broke the detection mechanism whether a middleware named "jsonParser" or "urlencodedParser"
is already registered or not.
Unfortunately, https://github.com/nestjs/nest/pull/14574/ only fixed the issue partially.
This commit now uses app.router everywhere.
To avoid future regressions a test was added to verify the expected behavior.
2025-02-14 22:36:36 +01:00
luddwichr
eff8f156d1 fix(platform-express) respect existing parser middlewares when using Express 5
Express 5 made the router public API again and renamed the field from app._router to app.router.
This broke the detection mechanism whether a middleware named "jsonParser" or "urlencodedParser"
is already registered or not.
Unfortunately, https://github.com/nestjs/nest/pull/14574/ only fixed the issue partially.
This commit now uses app.router everywhere.
To avoid future regressions a test was added to verify the expected behavior.
2025-02-14 22:25:16 +01:00
renovate[bot]
eafc51de8a fix(deps): update dependency mongoose to v8.10.1 2025-02-14 18:12:27 +00:00
renovate[bot]
454eb7ff65 chore(deps): update dependency nats to v2.29.2 2025-02-14 18:12:10 +00:00
Kamil Mysliwiec
cda26dff01 Merge pull request #14630 from nestjs/renovate/webpack-5.x
chore(deps): update dependency webpack to v5.98.0
2025-02-14 13:30:00 +01:00
Kamil Mysliwiec
1f11d0e160 Merge pull request #14636 from nestjs/renovate/babel-monorepo
chore(deps): update babel monorepo to v7.26.9
2025-02-14 13:29:51 +01:00
renovate[bot]
69fd85f68c chore(deps): update dependency webpack to v5.98.0 2025-02-14 12:11:53 +00:00
renovate[bot]
3cc7a2f65e chore(deps): update babel monorepo to v7.26.9 2025-02-14 12:11:49 +00:00
Kamil Mysliwiec
49ba48d06f Merge pull request #14632 from nestjs/renovate/node-22.x
chore(deps): update dependency @types/node to v22.13.4
2025-02-14 13:08:13 +01:00
Kamil Mysliwiec
6e753b2c8f Merge pull request #14629 from nestjs/renovate/prettier-3.x
chore(deps): update dependency prettier to v3.5.1
2025-02-14 13:08:00 +01:00
Kamil Mysliwiec
5a35d9677e Merge pull request #14633 from nestjs/renovate/apollo-graphql-packages
fix(deps): update apollo graphql packages to v2.10.0
2025-02-14 13:07:52 +01:00
renovate[bot]
aabe5abe60 fix(deps): update apollo graphql packages to v2.10.0 2025-02-13 23:51:01 +00:00
renovate[bot]
2c84cee2b3 chore(deps): update dependency @types/node to v22.13.4 2025-02-13 23:50:50 +00:00
renovate[bot]
cecf9230af chore(deps): update dependency prettier to v3.5.1 2025-02-13 18:46:24 +00:00
Kamil Mysliwiec
5db1569eb4 Merge pull request #14625 from nestjs/renovate/ansis-3.x
fix(deps): update dependency ansis to v3.14.0
2025-02-13 08:40:48 +01:00
Kamil Mysliwiec
77af54702d Merge pull request #14622 from nestjs/renovate/globals-15.x
chore(deps): update dependency globals to v15.15.0
2025-02-13 08:39:37 +01:00
Kamil Mysliwiec
e2d8808e1d Merge pull request #14626 from nestjs/renovate/node-22.x
chore(deps): update dependency @types/node to v22.13.2
2025-02-13 08:39:04 +01:00
renovate[bot]
b2ab0c4edf chore(deps): update dependency @types/node to v22.13.2 2025-02-13 06:10:56 +00:00
renovate[bot]
b621763eb7 fix(deps): update dependency ansis to v3.14.0 2025-02-13 00:40:34 +00:00
renovate[bot]
8528ab6f30 chore(deps): update dependency globals to v15.15.0 2025-02-12 19:41:17 +00:00
Kamil Mysliwiec
c769abd355 Merge pull request #14618 from nestjs/renovate/eslint-monorepo
chore(deps): update dependency eslint to v9.20.1
2025-02-12 08:37:11 +01:00
renovate[bot]
5307b97ec8 chore(deps): update dependency eslint to v9.20.1 2025-02-11 20:25:02 +00:00
Kamil Mysliwiec
52ea5d20b5 Merge pull request #14602 from nestjs/renovate/confluentinc-cp-zookeeper-7.x
chore(deps): update confluentinc/cp-zookeeper docker tag to v7.8.1
2025-02-11 08:12:51 +01:00
Kamil Mysliwiec
dd748d0c06 Merge pull request #14609 from nestjs/renovate/ansis-3.x
fix(deps): update dependency ansis to v3.12.0
2025-02-11 08:12:30 +01:00
Kamil Mysliwiec
784e68cadb Merge pull request #14603 from nestjs/renovate/nest-monorepo
fix(deps): update nest monorepo to v11.0.9
2025-02-11 08:12:22 +01:00
Kamil Mysliwiec
be3a76dcd9 Merge pull request #14604 from nestjs/renovate/typescript-eslint-monorepo
chore(deps): update typescript-eslint monorepo to v8.24.0
2025-02-11 08:12:12 +01:00
renovate[bot]
a6fd15616a fix(deps): update dependency ansis to v3.12.0 2025-02-11 00:40:54 +00:00
renovate[bot]
e5939b4374 chore(deps): update typescript-eslint monorepo to v8.24.0 2025-02-10 21:05:31 +00:00
Constantine Poltyrev
4b6115a92a fix(microservices): server send drops emitted value 2025-02-10 19:45:25 +02:00
renovate[bot]
03cf4eb9f3 fix(deps): update nest monorepo to v11.0.9 2025-02-10 17:28:19 +00:00
renovate[bot]
1648a3cec9 chore(deps): update confluentinc/cp-zookeeper docker tag to v7.8.1 2025-02-10 15:13:27 +00:00
Kamil Myśliwiec
3c276c9821 chore(@nestjs) publish v11.0.9 release 2025-02-10 16:12:24 +01:00
Kamil Mysliwiec
902e43fc0c Merge pull request #14597 from nestjs/perf/use-topology-tree-for-distance
perf(core): use topology tree for calculating distance (depth)
2025-02-10 16:11:50 +01:00
Kamil Mysliwiec
0f894b7255 Merge pull request #14598 from nestjs/renovate/confluentinc-cp-kafka-7.x
chore(deps): update confluentinc/cp-kafka docker tag to v7.8.1
2025-02-10 14:50:28 +01:00
Kamil Mysliwiec
c7e9c346c1 Merge pull request #14599 from nestjs/renovate/graphql-tools-monorepo
fix(deps): update graphql-tools monorepo
2025-02-10 14:16:03 +01:00
Kamil Mysliwiec
16a223866e Merge pull request #14579 from nestjs/fix/validation-pipe-swc-14430
fix(common): revert to original value (swc builders regression)
2025-02-10 14:12:58 +01:00
Kamil Myśliwiec
6292ea9c1b Merge branch 'master' into perf/use-topology-tree-for-distance 2025-02-10 14:11:59 +01:00
Kamil Myśliwiec
1414e2c1ef fix: skip root module if undefined 2025-02-10 14:11:36 +01:00
renovate[bot]
c66559daae fix(deps): update graphql-tools monorepo 2025-02-10 13:09:47 +00:00
renovate[bot]
916d130e33 chore(deps): update confluentinc/cp-kafka docker tag to v7.8.1 2025-02-10 13:09:24 +00:00
Kamil Mysliwiec
93b8e9686d Merge pull request #14586 from micalevisk/chore-remove-useless-files-from-samples
chore(sample): drop useless files from samples 19,26,27,30,31,32
2025-02-10 14:07:59 +01:00
Kamil Myśliwiec
5b7e1a4e9d Merge branch 'perf/use-topology-tree-for-distance' of https://github.com/nestjs/nest into perf/use-topology-tree-for-distance 2025-02-10 14:02:49 +01:00
Kamil Myśliwiec
a4b180a077 Merge branch 'master' of https://github.com/nestjs/nest into perf/use-topology-tree-for-distance 2025-02-10 14:02:35 +01:00
Kamil Mysliwiec
fececd2d3c Update packages/core/scanner.ts 2025-02-10 14:00:41 +01:00
Micael Levi L. Cavalcante
c43fa7c500 chore(sample): drop useless files from samples 19,26,27,30,31,32 2025-02-10 08:44:07 -04:00
Kamil Myśliwiec
8dca14ebd4 test: early return when imports undefined 2025-02-10 11:53:42 +01:00
Kamil Myśliwiec
2bdec35233 style: disable no-this-alias for tree-node 2025-02-10 11:31:36 +01:00
Kamil Myśliwiec
1832c9e0aa test: early return when imports undefined 2025-02-10 11:31:03 +01:00
Kamil Myśliwiec
5703250e6a chore: rename method name 2025-02-10 10:48:29 +01:00
Kamil Myśliwiec
059e817e46 fix: stop on cycles 2025-02-10 10:46:19 +01:00
Kamil Myśliwiec
3179609d6d refactor: dont track node depth 2025-02-10 10:33:51 +01:00
Kamil Mysliwiec
2318e470d8 Merge pull request #14587 from nestjs/renovate/prettier-3.x
chore(deps): update dependency prettier to v3.5.0
2025-02-10 09:48:14 +01:00
Kamil Myśliwiec
c743c74f71 perf(core): use topology tree for calculating distance 2025-02-10 09:47:36 +01:00
renovate[bot]
f6ddfb62c8 chore(deps): update dependency prettier to v3.5.0 2025-02-10 07:38:03 +00:00
Kamil Mysliwiec
bf7768b8eb Merge pull request #14584 from nestjs/renovate/eslint-monorepo
chore(deps): update eslint monorepo to v9.20.0
2025-02-10 08:37:08 +01:00
Kamil Mysliwiec
5bd04884de Merge pull request #14592 from nestjs/dependabot/npm_and_yarn/eslint/js-9.20.0
chore(deps-dev): bump @eslint/js from 9.19.0 to 9.20.0
2025-02-10 08:36:59 +01:00
dependabot[bot]
693d282d5d chore(deps-dev): bump @eslint/js from 9.19.0 to 9.20.0
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.19.0 to 9.20.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.20.0/packages/js)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-10 07:35:47 +00:00
renovate[bot]
190477458c chore(deps): update eslint monorepo to v9.20.0 2025-02-10 07:35:20 +00:00
Kamil Mysliwiec
b59222d0ab Merge pull request #14585 from nestjs/renovate/babel-monorepo
chore(deps): update babel monorepo to v7.26.8
2025-02-10 08:33:13 +01:00
renovate[bot]
b20535c0b7 chore(deps): update babel monorepo to v7.26.8 2025-02-10 07:33:02 +00:00
Kamil Mysliwiec
c05823f922 Merge pull request #14591 from nestjs/renovate/ansis-3.x
fix(deps): update dependency ansis to v3.11.0
2025-02-10 08:32:41 +01:00
Kamil Mysliwiec
31b2d6ea1c Merge pull request #14593 from nestjs/dependabot/npm_and_yarn/ioredis-5.5.0
chore(deps-dev): bump ioredis from 5.4.2 to 5.5.0
2025-02-10 08:32:23 +01:00
Kamil Mysliwiec
11c776bc32 Merge pull request #14594 from nestjs/dependabot/npm_and_yarn/prettier-3.5.0
chore(deps-dev): bump prettier from 3.4.2 to 3.5.0
2025-02-10 08:32:19 +01:00
Kamil Mysliwiec
4547724820 Merge pull request #14595 from nestjs/dependabot/npm_and_yarn/ansis-3.11.0
chore(deps): bump ansis from 3.10.0 to 3.11.0
2025-02-10 08:32:12 +01:00
Kamil Mysliwiec
44303c71c7 Merge pull request #14596 from nestjs/dependabot/npm_and_yarn/eslint-9.20.0
chore(deps-dev): bump eslint from 9.19.0 to 9.20.0
2025-02-10 08:32:07 +01:00
Kamil Mysliwiec
c3dd9d6829 Merge pull request #14581 from nestjs/renovate/ioredis-5.x
chore(deps): update dependency ioredis to v5.5.0
2025-02-10 08:32:00 +01:00
dependabot[bot]
9d9ef27026 chore(deps-dev): bump eslint from 9.19.0 to 9.20.0
Bumps [eslint](https://github.com/eslint/eslint) from 9.19.0 to 9.20.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v9.19.0...v9.20.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-10 00:59:48 +00:00
dependabot[bot]
6725d228c3 chore(deps): bump ansis from 3.10.0 to 3.11.0
Bumps [ansis](https://github.com/webdiscus/ansis) from 3.10.0 to 3.11.0.
- [Release notes](https://github.com/webdiscus/ansis/releases)
- [Changelog](https://github.com/webdiscus/ansis/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webdiscus/ansis/commits)

---
updated-dependencies:
- dependency-name: ansis
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-10 00:59:18 +00:00
dependabot[bot]
bc906e39c6 chore(deps-dev): bump prettier from 3.4.2 to 3.5.0
Bumps [prettier](https://github.com/prettier/prettier) from 3.4.2 to 3.5.0.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/3.4.2...3.5.0)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-10 00:59:02 +00:00
dependabot[bot]
02d99fe238 chore(deps-dev): bump ioredis from 5.4.2 to 5.5.0
Bumps [ioredis](https://github.com/luin/ioredis) from 5.4.2 to 5.5.0.
- [Release notes](https://github.com/luin/ioredis/releases)
- [Changelog](https://github.com/redis/ioredis/blob/main/CHANGELOG.md)
- [Commits](https://github.com/luin/ioredis/compare/v5.4.2...v5.5.0)

---
updated-dependencies:
- dependency-name: ioredis
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-10 00:58:37 +00:00
renovate[bot]
35c12d97b6 fix(deps): update dependency ansis to v3.11.0 2025-02-09 20:53:28 +00:00
renovate[bot]
43f56fcf16 chore(deps): update dependency ioredis to v5.5.0 2025-02-07 13:40:39 +00:00
Kamil Mysliwiec
f5e31e0e81 Merge pull request #14578 from nestjs/renovate/nest-monorepo
fix(deps): update nest monorepo to v11.0.8
2025-02-07 08:56:31 +01:00
renovate[bot]
35895a6e92 fix(deps): update nest monorepo to v11.0.8 2025-02-06 14:41:53 +00:00
Kamil Myśliwiec
de761479a6 fix(common): revert to original value (swc builders regression) #14430 2025-02-06 14:29:44 +01:00
Kamil Mysliwiec
3e62be8d1a Merge pull request #14577 from nestjs/renovate/nestjs-serve-static-5.x
fix(deps): update dependency @nestjs/serve-static to v5.0.2
2025-02-06 10:22:20 +01:00
renovate[bot]
eb9075e55f fix(deps): update dependency @nestjs/serve-static to v5.0.2 2025-02-06 09:21:13 +00:00
Kamil Myśliwiec
d22a7b15ba chore: update package.json 2025-02-06 10:21:10 +01:00
Kamil Myśliwiec
1093d999bd chore(@nestjs) publish v11.0.8 release 2025-02-06 10:20:49 +01:00
Kamil Mysliwiec
0bf54a2bba Merge pull request #14546 from dcharbonnier/master
fix(common): addLeadingSlash optional group support
2025-02-06 10:20:01 +01:00
Kamil Mysliwiec
f061706b2e Merge pull request #14574 from luddwichr/fix-express-router-access
fix(platform-express) make check for existing middlewares work with Express 5
2025-02-06 10:19:43 +01:00
Kamil Mysliwiec
6fe584e47c Merge pull request #14575 from nestjs/renovate/mongoose-8.x
fix(deps): update dependency mongoose to v8.10.0
2025-02-06 10:08:31 +01:00
Kamil Mysliwiec
1ad20a0008 Merge pull request #14576 from nestjs/dependabot/npm_and_yarn/mongoose-8.10.0
chore(deps-dev): bump mongoose from 8.9.7 to 8.10.0
2025-02-06 10:08:23 +01:00
dependabot[bot]
10e6dede79 chore(deps-dev): bump mongoose from 8.9.7 to 8.10.0
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.9.7 to 8.10.0.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/8.9.7...8.10.0)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-06 00:22:39 +00:00
renovate[bot]
dc7bb6c74f fix(deps): update dependency mongoose to v8.10.0 2025-02-05 21:55:36 +00:00
luddwichr
9ae019f3ec fix(platform-express) make check for already registered parsers work with Express 5
Express 5 made the router public API again and renamed the field from app._router to app.router.
This broke the detection mechanism whether a middleware named "jsonParser" or "urlencodedParser"
is already re or not, because app._router no longer exists.
2025-02-05 22:23:59 +01:00
Kamil Mysliwiec
29aeadb9f2 Merge pull request #14567 from nestjs/renovate/prisma-monorepo
fix(deps): update dependency @prisma/client to v6.3.1
2025-02-05 08:40:15 +01:00
Kamil Mysliwiec
520559f848 Merge pull request #14569 from nestjs/renovate/mongoose-8.x
fix(deps): update dependency mongoose to v8.9.7
2025-02-05 08:40:08 +01:00
Kamil Mysliwiec
c3d7c061e3 Merge pull request #14570 from nestjs/dependabot/npm_and_yarn/grpc/grpc-js-1.12.6
chore(deps-dev): bump @grpc/grpc-js from 1.12.5 to 1.12.6
2025-02-05 08:40:01 +01:00
Kamil Mysliwiec
19a1ffb923 Merge pull request #14571 from nestjs/dependabot/npm_and_yarn/mongoose-8.9.7
chore(deps-dev): bump mongoose from 8.9.6 to 8.9.7
2025-02-05 08:39:55 +01:00
Kamil Mysliwiec
3383cd6a65 Merge pull request #14572 from nestjs/renovate/grpc-grpc-js-1.x
fix(deps): update dependency @grpc/grpc-js to v1.12.6
2025-02-05 08:39:49 +01:00
Kamil Mysliwiec
20f0f16f43 Merge pull request #14573 from nestjs/renovate/ts-morph-25.x
fix(deps): update dependency ts-morph to v25.0.1
2025-02-05 08:39:40 +01:00
renovate[bot]
e12f6f9385 fix(deps): update dependency ts-morph to v25.0.1 2025-02-05 05:25:18 +00:00
renovate[bot]
dea51e4044 fix(deps): update dependency @grpc/grpc-js to v1.12.6 2025-02-05 00:39:53 +00:00
dependabot[bot]
ae7a03c149 chore(deps-dev): bump mongoose from 8.9.6 to 8.9.7
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.9.6 to 8.9.7.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/8.9.6...8.9.7)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-05 00:38:45 +00:00
dependabot[bot]
c1833104be chore(deps-dev): bump @grpc/grpc-js from 1.12.5 to 1.12.6
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.12.5 to 1.12.6.
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.12.5...@grpc/grpc-js@1.12.6)

---
updated-dependencies:
- dependency-name: "@grpc/grpc-js"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-05 00:38:10 +00:00
renovate[bot]
6754c78e97 fix(deps): update dependency mongoose to v8.9.7 2025-02-04 17:40:08 +00:00
renovate[bot]
30f41e7673 fix(deps): update dependency @prisma/client to v6.3.1 2025-02-04 13:57:32 +00:00
Kamil Mysliwiec
5cbb5b8112 Merge pull request #14563 from nestjs/renovate/typescript-eslint-monorepo
chore(deps): update typescript-eslint monorepo to v8.23.0
2025-02-04 08:24:41 +01:00
Kamil Mysliwiec
e04ffe8901 Merge pull request #14566 from nestjs/renovate/node-22.x
chore(deps): update dependency @types/node to v22.13.1
2025-02-04 08:24:34 +01:00
renovate[bot]
78bdaf0816 chore(deps): update dependency @types/node to v22.13.1 2025-02-04 00:42:27 +00:00
renovate[bot]
1256d7b8d7 chore(deps): update typescript-eslint monorepo to v8.23.0 2025-02-03 18:14:52 +00:00
Kamil Mysliwiec
c2b2e7a465 Merge pull request #14562 from nestjs/renovate/nestjs-bull-11.x
fix(deps): update dependency @nestjs/bull to v11.0.2
2025-02-03 14:41:58 +01:00
renovate[bot]
6e29672a0f fix(deps): update dependency @nestjs/bull to v11.0.2 2025-02-03 13:02:38 +00:00
Kamil Mysliwiec
814fac327b Merge pull request #14554 from nestjs/renovate/fastify-static-8.x
fix(deps): update dependency @fastify/static to v8.1.0
2025-02-03 08:43:36 +01:00
Kamil Mysliwiec
1c424e7318 Merge pull request #14556 from nestjs/dependabot/npm_and_yarn/fastify/static-8.1.0
chore(deps-dev): bump @fastify/static from 8.0.4 to 8.1.0
2025-02-03 08:42:24 +01:00
Kamil Mysliwiec
38692b3bd0 Merge pull request #14553 from nestjs/renovate/commitlint-monorepo
chore(deps): update commitlint monorepo to v19.7.1
2025-02-03 08:42:15 +01:00
Kamil Mysliwiec
84100b21a6 Merge pull request #14558 from shaymolcho/master
Added missing period for consistency and readability
2025-02-03 08:42:02 +01:00
Shay Molcho
4af520d5ef Added missing period for consistency and readability
Added a missing period in a specific part of the text to maintain consistency across the document. This ensures a uniform writing style, improves readability, and aligns with the formatting used throughout the content.
2025-02-03 07:50:18 +02:00
dependabot[bot]
44d0513fa2 chore(deps-dev): bump @fastify/static from 8.0.4 to 8.1.0
Bumps [@fastify/static](https://github.com/fastify/fastify-static) from 8.0.4 to 8.1.0.
- [Release notes](https://github.com/fastify/fastify-static/releases)
- [Commits](https://github.com/fastify/fastify-static/compare/v8.0.4...v8.1.0)

---
updated-dependencies:
- dependency-name: "@fastify/static"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-03 00:56:00 +00:00
renovate[bot]
30b69bf5d7 fix(deps): update dependency @fastify/static to v8.1.0 2025-02-02 21:26:20 +00:00
renovate[bot]
daf8d53630 chore(deps): update commitlint monorepo to v19.7.1 2025-02-02 17:45:29 +00:00
Kamil Mysliwiec
d132bd2ced Merge pull request #14551 from GhassenRjab/ignore-all-lock-files
chore(sample): ignore all package lock files
2025-02-02 13:45:08 +01:00
Kamil Mysliwiec
007dc006f9 Merge pull request #14544 from nestjs/renovate/nest-monorepo
fix(deps): update nest monorepo to v11.0.7
2025-02-02 13:38:27 +01:00
Ghassen Rjab
3ddbc9280d chore(sample): ignore all package lock files
Some samples have sub folders and old .gitignore rule didn't take their package-lock.json files into consideration
2025-02-02 06:49:21 +01:00
renovate[bot]
163e2bc2fd fix(deps): update nest monorepo to v11.0.7 2025-02-01 14:12:29 +00:00
Kamil Mysliwiec
0dc2c44eab Merge pull request #14547 from nestjs/renovate/mongoose-8.x
fix(deps): update dependency mongoose to v8.9.6
2025-02-01 15:10:53 +01:00
Kamil Mysliwiec
877c486a45 Merge pull request #14548 from nestjs/renovate/node-22.x
chore(deps): update dependency @types/node to v22.13.0
2025-02-01 15:10:01 +01:00
renovate[bot]
02a72ddb23 chore(deps): update dependency @types/node to v22.13.0 2025-01-31 20:25:51 +00:00
renovate[bot]
15b131bad3 fix(deps): update dependency mongoose to v8.9.6 2025-01-31 20:25:30 +00:00
david
f81ce5f774 fix(common): addLeadingSlash optional group support 2025-01-31 15:36:56 +01:00
Kamil Myśliwiec
13290e9f33 chore(@nestjs) publish v11.0.7 release 2025-01-31 14:59:56 +01:00
Kamil Mysliwiec
9d9d59d173 Merge pull request #14541 from nestjs/renovate/mongodb-6.x
fix(deps): update dependency mongodb to v6.13.0
2025-01-31 08:19:41 +01:00
renovate[bot]
915106a072 fix(deps): update dependency mongodb to v6.13.0 2025-01-31 02:02:55 +00:00
Kamil Mysliwiec
899d692163 Merge pull request #14536 from nestjs/renovate/nestjs-mongoose-11.x
fix(deps): update dependency @nestjs/mongoose to v11.0.1
2025-01-30 10:31:49 +01:00
Kamil Mysliwiec
4faebed33e Merge pull request #14538 from nestjs/dependabot/npm_and_yarn/nestjs/mongoose-11.0.1
chore(deps-dev): bump @nestjs/mongoose from 11.0.0 to 11.0.1
2025-01-30 10:31:32 +01:00
dependabot[bot]
bae0f2146f chore(deps-dev): bump @nestjs/mongoose from 11.0.0 to 11.0.1
Bumps [@nestjs/mongoose](https://github.com/nestjs/mongoose) from 11.0.0 to 11.0.1.
- [Release notes](https://github.com/nestjs/mongoose/releases)
- [Changelog](https://github.com/nestjs/mongoose/blob/master/.release-it.json)
- [Commits](https://github.com/nestjs/mongoose/compare/11.0.0...11.0.1)

---
updated-dependencies:
- dependency-name: "@nestjs/mongoose"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-30 00:03:28 +00:00
renovate[bot]
56e90021c2 fix(deps): update dependency @nestjs/mongoose to v11.0.1 2025-01-29 17:31:21 +00:00
Kamil Mysliwiec
3f196ef25b Merge pull request #14532 from nestjs/renovate/prisma-monorepo
fix(deps): update dependency @prisma/client to v6.3.0
2025-01-29 10:01:53 +01:00
renovate[bot]
ca29e4cb9c fix(deps): update dependency @prisma/client to v6.3.0 2025-01-28 17:09:16 +00:00
Kamil Mysliwiec
65e64afbb5 Merge pull request #14523 from rbnayax/sort
fix: middleware sort issues
2025-01-28 10:03:28 +01:00
Kamil Mysliwiec
17e4edef5e Merge pull request #14525 from nestjs/renovate/typescript-eslint-monorepo
chore(deps): update typescript-eslint monorepo to v8.22.0
2025-01-28 09:47:49 +01:00
renovate[bot]
3eb2dbe23f chore(deps): update typescript-eslint monorepo to v8.22.0 2025-01-28 08:43:30 +00:00
Kamil Mysliwiec
fd11887542 Merge pull request #14526 from nestjs/dependabot/npm_and_yarn/typescript-eslint-8.22.0
chore(deps-dev): bump typescript-eslint from 8.21.0 to 8.22.0
2025-01-28 09:41:33 +01:00
Kamil Mysliwiec
2aa5ac129f Merge pull request #14528 from nestjs/renovate/eventsource-3.x
chore(deps): update dependency eventsource to v3.0.5
2025-01-28 09:41:25 +01:00
renovate[bot]
0425e313d6 chore(deps): update dependency eventsource to v3.0.5 2025-01-28 08:41:17 +00:00
Kamil Mysliwiec
65adc5a57b Merge pull request #14529 from nestjs/renovate/node-22.x
chore(deps): update dependency @types/node to v22.12.0
2025-01-28 09:41:12 +01:00
Kamil Mysliwiec
df1f4ce5a3 Merge pull request #14524 from nestjs/renovate/nest-monorepo
fix(deps): update nest monorepo to v11.0.6
2025-01-28 09:39:18 +01:00
renovate[bot]
c8329644af chore(deps): update dependency @types/node to v22.12.0 2025-01-28 05:39:24 +00:00
dependabot[bot]
ae835e7de9 chore(deps-dev): bump typescript-eslint from 8.21.0 to 8.22.0
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.21.0 to 8.22.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.22.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-28 00:59:56 +00:00
renovate[bot]
3548a07f0f fix(deps): update nest monorepo to v11.0.6 2025-01-27 17:01:16 +00:00
Regev Brody
31eaae505c fix: middleware sort issues 2025-01-27 16:16:58 +02:00
Regev Brody
58fcd8849a fix: middleware sort issues 2025-01-27 16:00:34 +02:00
Kamil Myśliwiec
08fce4ac5f chore(@nestjs) publish v11.0.6 release 2025-01-27 14:03:12 +01:00
Kamil Mysliwiec
90a9f74116 Merge pull request #14522 from nestjs/fix/fastify-middleware-wildcard
fix(core): allow optional named wildcard groups
2025-01-27 14:02:40 +01:00
Kamil Mysliwiec
cc63bfa0c2 Merge pull request #14521 from nestjs/renovate/ansis-3.x
fix(deps): update dependency ansis to v3.10.0
2025-01-27 13:45:22 +01:00
Kamil Myśliwiec
45fa078faf fix(core): allow optional named wildcard groups #14520 2025-01-27 13:45:05 +01:00
renovate[bot]
a099c81b79 fix(deps): update dependency ansis to v3.10.0 2025-01-27 12:40:12 +00:00
Kamil Mysliwiec
95920c5f9f Merge pull request #14515 from nestjs/renovate/lint-staged-15.x
chore(deps): update dependency lint-staged to v15.4.3
2025-01-27 08:21:29 +01:00
renovate[bot]
a6071a22e8 chore(deps): update dependency lint-staged to v15.4.3 2025-01-27 07:20:21 +00:00
Kamil Mysliwiec
170c06aa60 Merge pull request #14512 from nestjs/renovate/babel-monorepo
chore(deps): update babel monorepo to v7.26.7
2025-01-27 08:19:54 +01:00
Kamil Mysliwiec
8797df77c1 Merge pull request #14514 from nestjs/renovate/eslint-monorepo
chore(deps): update eslint monorepo to v9.19.0
2025-01-27 08:19:50 +01:00
Kamil Mysliwiec
8329d8b8fd Merge pull request #14517 from nestjs/dependabot/npm_and_yarn/lint-staged-15.4.3
chore(deps-dev): bump lint-staged from 15.4.2 to 15.4.3
2025-01-27 08:19:43 +01:00
Kamil Mysliwiec
22332e83bb Merge pull request #14518 from nestjs/dependabot/npm_and_yarn/eslint/js-9.19.0
chore(deps-dev): bump @eslint/js from 9.18.0 to 9.19.0
2025-01-27 08:18:58 +01:00
dependabot[bot]
5598e9c944 chore(deps-dev): bump @eslint/js from 9.18.0 to 9.19.0
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.18.0 to 9.19.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.19.0/packages/js)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-27 00:55:10 +00:00
dependabot[bot]
400e7e69ae chore(deps-dev): bump lint-staged from 15.4.2 to 15.4.3
Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 15.4.2 to 15.4.3.
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](https://github.com/lint-staged/lint-staged/compare/v15.4.2...v15.4.3)

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-27 00:54:36 +00:00
renovate[bot]
bc4d8b3f86 chore(deps): update eslint monorepo to v9.19.0 2025-01-24 21:31:32 +00:00
renovate[bot]
2277d1b913 chore(deps): update babel monorepo to v7.26.7 2025-01-24 16:37:15 +00:00
Johaven
2c2f385370 fix(fastify): adds the non-standard http methods to the instance 2025-01-24 16:44:26 +01:00
Kamil Mysliwiec
fc54154781 Merge pull request #14412 from nestjs/renovate/cache-manager-6.x
fix(deps): update dependency cache-manager to v6.4.0
2025-01-24 08:56:52 +01:00
Kamil Mysliwiec
cfaeeae8e8 Merge pull request #14502 from nestjs/renovate/fastify-multipart-9.x
chore(deps): update dependency @fastify/multipart to v9.0.3
2025-01-24 08:56:47 +01:00
Kamil Mysliwiec
e5d3f00445 Merge pull request #14503 from nestjs/renovate/node-22.x
chore(deps): update dependency @types/node to v22.10.10
2025-01-24 08:56:41 +01:00
Kamil Mysliwiec
9307df3f01 Merge pull request #14504 from nestjs/dependabot/npm_and_yarn/fastify/multipart-9.0.3
chore(deps-dev): bump @fastify/multipart from 9.0.2 to 9.0.3
2025-01-24 08:56:36 +01:00
Kamil Mysliwiec
5dbd2c9a7c Merge pull request #14505 from nestjs/dependabot/npm_and_yarn/types/node-22.10.10
chore(deps-dev): bump @types/node from 22.10.9 to 22.10.10
2025-01-24 08:56:32 +01:00
Kamil Mysliwiec
a723c1dafe Merge pull request #14506 from nestjs/dependabot/npm_and_yarn/types/ws-8.5.14
chore(deps-dev): bump @types/ws from 8.5.13 to 8.5.14
2025-01-24 08:56:29 +01:00
Kamil Mysliwiec
0f7841f0c3 Merge pull request #14507 from nestjs/dependabot/npm_and_yarn/cache-manager-6.4.0
chore(deps-dev): bump cache-manager from 6.3.2 to 6.4.0
2025-01-24 08:55:17 +01:00
Kamil Mysliwiec
d98641d4fe Merge pull request #14508 from nestjs/renovate/nest-monorepo
fix(deps): update dependency @nestjs/passport to v11.0.5
2025-01-24 08:55:05 +01:00
renovate[bot]
7a429c4432 fix(deps): update dependency cache-manager to v6.4.0 2025-01-24 00:12:47 +00:00
renovate[bot]
bc190b802f fix(deps): update dependency @nestjs/passport to v11.0.5 2025-01-24 00:10:29 +00:00
dependabot[bot]
1d2eccc95d chore(deps-dev): bump cache-manager from 6.3.2 to 6.4.0
Bumps [cache-manager](https://github.com/jaredwray/cacheable/tree/HEAD/packages/cache-manager) from 6.3.2 to 6.4.0.
- [Release notes](https://github.com/jaredwray/cacheable/releases)
- [Commits](https://github.com/jaredwray/cacheable/commits/HEAD/packages/cache-manager)

---
updated-dependencies:
- dependency-name: cache-manager
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-24 00:10:04 +00:00
dependabot[bot]
2a9f657733 chore(deps-dev): bump @types/ws from 8.5.13 to 8.5.14
Bumps [@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws) from 8.5.13 to 8.5.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ws)

---
updated-dependencies:
- dependency-name: "@types/ws"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-24 00:09:45 +00:00
dependabot[bot]
8565d9873c chore(deps-dev): bump @types/node from 22.10.9 to 22.10.10
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.10.9 to 22.10.10.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-24 00:09:16 +00:00
dependabot[bot]
6ff5792e5e chore(deps-dev): bump @fastify/multipart from 9.0.2 to 9.0.3
Bumps [@fastify/multipart](https://github.com/fastify/fastify-multipart) from 9.0.2 to 9.0.3.
- [Release notes](https://github.com/fastify/fastify-multipart/releases)
- [Commits](https://github.com/fastify/fastify-multipart/compare/v9.0.2...v9.0.3)

---
updated-dependencies:
- dependency-name: "@fastify/multipart"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-24 00:08:57 +00:00
renovate[bot]
781fc7d69d chore(deps): update dependency @types/node to v22.10.10 2025-01-23 22:00:36 +00:00
renovate[bot]
2acf110eaf chore(deps): update dependency @fastify/multipart to v9.0.3 2025-01-23 22:00:16 +00:00
Kamil Mysliwiec
6dd268d231 Merge pull request #14500 from nestjs/renovate/lint-staged-15.x
chore(deps): update dependency lint-staged to v15.4.2
2025-01-23 12:39:41 +01:00
Kamil Mysliwiec
d2704ba6ac Merge pull request #14501 from nestjs/renovate/nest-monorepo
fix(deps): update nest monorepo to v11.0.5
2025-01-23 12:39:31 +01:00
renovate[bot]
c11551d9a9 fix(deps): update nest monorepo to v11.0.5 2025-01-23 11:36:30 +00:00
renovate[bot]
80ee9c293f chore(deps): update dependency lint-staged to v15.4.2 2025-01-23 11:36:19 +00:00
Kamil Mysliwiec
e528776935 Merge pull request #14498 from nestjs/renovate/nestjs-schedule-5.x
fix(deps): update dependency @nestjs/schedule to v5.0.1
2025-01-23 12:34:37 +01:00
Kamil Mysliwiec
8894a1e1a0 Merge pull request #14499 from nestjs/renovate/nestjs-swagger-11.x
fix(deps): update dependency @nestjs/swagger to v11.0.3
2025-01-23 12:34:30 +01:00
renovate[bot]
932cdddbf3 fix(deps): update dependency @nestjs/swagger to v11.0.3 2025-01-23 10:13:08 +00:00
renovate[bot]
acad71523b fix(deps): update dependency @nestjs/schedule to v5.0.1 2025-01-23 10:13:03 +00:00
Kamil Mysliwiec
badbdc76dd Merge pull request #14496 from nestjs/renovate/node-22.x
chore(deps): update dependency @types/node to v22.10.9
2025-01-23 11:10:34 +01:00
renovate[bot]
93be8c3cb2 chore(deps): update dependency @types/node to v22.10.9 2025-01-23 08:58:20 +00:00
Kamil Mysliwiec
901ca504be Merge pull request #14497 from nestjs/renovate/nest-monorepo
fix(deps): update nest monorepo to v11.0.5
2025-01-23 09:55:46 +01:00
renovate[bot]
3cf75f9112 fix(deps): update nest monorepo to v11.0.5 2025-01-23 08:55:23 +00:00
Kamil Myśliwiec
7c35ca3269 chore: update package.json 2025-01-23 09:53:03 +01:00
Kamil Myśliwiec
08d0c61317 chore(@nestjs) publish v11.0.5 release 2025-01-23 09:52:47 +01:00
Kamil Myśliwiec
33948f7e55 refactor(core): add delimiter constant 2025-01-23 09:51:09 +01:00
Kamil Mysliwiec
37a8a2cf25 Merge pull request #14493 from nestjs/renovate/engine.io-client-6.x
chore(deps): update dependency engine.io-client to v6.6.3
2025-01-23 09:39:02 +01:00
Kamil Mysliwiec
bc0cb1c778 Merge pull request #14494 from nestjs/renovate/node-22.x-lockfile
chore(deps): update dependency @types/node to v22.10.8
2025-01-23 09:38:55 +01:00
Kamil Mysliwiec
d9199da133 Merge pull request #14495 from nestjs/fix/execute-global-middleware-first
fix(core): global module middleware should be executed first
2025-01-23 09:38:46 +01:00
Kamil Myśliwiec
44490dcad0 fix(core): global module middleware should be executed first 2025-01-23 09:19:36 +01:00
renovate[bot]
80eac0df8c chore(deps): update dependency engine.io-client to v6.6.3 2025-01-23 07:31:01 +00:00
renovate[bot]
8d85a8a3ed chore(deps): update dependency @types/node to v22.10.8 2025-01-23 07:30:51 +00:00
Kamil Mysliwiec
d56553af13 Merge pull request #14492 from nestjs/renovate/node-22.x
chore(deps): update dependency @types/node to v22.10.8
2025-01-23 08:28:51 +01:00
Kamil Mysliwiec
f46e015dea Merge pull request #14490 from nestjs/dependabot/npm_and_yarn/mocha-11.1.0
chore(deps-dev): bump mocha from 11.0.1 to 11.1.0
2025-01-23 08:28:20 +01:00
Kamil Mysliwiec
59e8312acc Merge pull request #14491 from nestjs/dependabot/npm_and_yarn/graphql-16.10.0
chore(deps-dev): bump graphql from 16.9.0 to 16.10.0
2025-01-23 08:28:10 +01:00
renovate[bot]
4e502cf7e7 chore(deps): update dependency @types/node to v22.10.8 2025-01-23 04:34:01 +00:00
dependabot[bot]
d3208af831 chore(deps-dev): bump graphql from 16.9.0 to 16.10.0
Bumps [graphql](https://github.com/graphql/graphql-js) from 16.9.0 to 16.10.0.
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](https://github.com/graphql/graphql-js/compare/v16.9.0...v16.10.0)

---
updated-dependencies:
- dependency-name: graphql
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-23 00:27:32 +00:00
dependabot[bot]
3b32397d16 chore(deps-dev): bump mocha from 11.0.1 to 11.1.0
Bumps [mocha](https://github.com/mochajs/mocha) from 11.0.1 to 11.1.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v11.0.1...v11.1.0)

---
updated-dependencies:
- dependency-name: mocha
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-23 00:27:07 +00:00
Kamil Myśliwiec
dd320fe3a0 Merge branch 'master' of https://github.com/nestjs/nest 2025-01-22 14:05:58 +01:00
Kamil Myśliwiec
44c212efd5 fix(core): pass app options to nest container when creating instance 2025-01-22 14:05:50 +01:00
Kamil Mysliwiec
c0da7d4276 Merge pull request #14483 from nestjs/renovate/nest-monorepo
fix(deps): update nest monorepo to v11.0.4
2025-01-22 13:19:48 +01:00
renovate[bot]
0dc465b66d fix(deps): update nest monorepo to v11.0.4 2025-01-22 11:07:55 +00:00
Kamil Mysliwiec
c2b0a2fc6a Merge pull request #14481 from nestjs/renovate/nest-monorepo
fix(deps): update nest monorepo to v11.0.4
2025-01-22 12:06:11 +01:00
renovate[bot]
c0e3d9fe50 fix(deps): update nest monorepo to v11.0.4 2025-01-22 08:47:17 +00:00
Kamil Mysliwiec
238d51dad3 Merge pull request #14480 from nestjs/dependabot/npm_and_yarn/undici-6.21.1
chore(deps-dev): bump undici from 6.21.0 to 6.21.1
2025-01-22 09:45:35 +01:00
Kamil Myśliwiec
02045b78a9 chore(@nestjs) publish v11.0.4 release 2025-01-22 09:39:20 +01:00
dependabot[bot]
ded0d2b389 chore(deps-dev): bump undici from 6.21.0 to 6.21.1
Bumps [undici](https://github.com/nodejs/undici) from 6.21.0 to 6.21.1.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v6.21.0...v6.21.1)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-22 08:32:06 +00:00
Kamil Mysliwiec
908d790823 Merge pull request #14479 from nestjs/renovate/nest-monorepo
chore(deps): update dependency @nestjs/cli to v11.0.2
2025-01-22 09:30:19 +01:00
Kamil Mysliwiec
3c9f2adfbf Merge pull request #14469 from kostyazgara/return-kafkajs-consumers-and-producers
feat(microservices): return all clients from kafka unwrap
2025-01-22 09:30:08 +01:00
renovate[bot]
8094b1965f chore(deps): update dependency @nestjs/cli to v11.0.2 2025-01-22 08:29:47 +00:00
Kamil Mysliwiec
377f671806 Merge pull request #14478 from nestjs/renovate/mysql-9.x
chore(deps): update mysql docker tag to v9.2.0
2025-01-22 09:27:53 +01:00
renovate[bot]
b65f2a6f8a chore(deps): update mysql docker tag to v9.2.0 2025-01-22 05:44:08 +00:00
Kamil Mysliwiec
b40649fd69 Merge pull request #14475 from nestjs/renovate/nest-graphql-monorepo
fix(deps): update nest-graphql monorepo to v13.0.2
2025-01-21 14:54:40 +01:00
Kamil Mysliwiec
3bc5dc6154 Merge pull request #14474 from nestjs/renovate/nestjs-bull-11.x
fix(deps): update dependency @nestjs/bull to v11.0.1
2025-01-21 14:54:06 +01:00
renovate[bot]
e67e308aa2 fix(deps): update nest-graphql monorepo to v13.0.2 2025-01-21 13:33:14 +00:00
renovate[bot]
f201463bcb fix(deps): update dependency @nestjs/bull to v11.0.1 2025-01-21 13:33:01 +00:00
Kostya Zgara
3d1910cd18 feat(microservices): return all clients from kafka unwrap 2025-01-21 12:54:39 +02:00
Kamil Mysliwiec
73b9232ccc Merge pull request #14468 from nestjs/renovate/typescript-eslint-monorepo
chore(deps): update typescript-eslint monorepo to v8.21.0
2025-01-21 10:55:32 +01:00
Kamil Mysliwiec
6b8adf1773 Merge pull request #14467 from nestjs/renovate/nest-monorepo
chore(deps): update dependency @nestjs/cli to v11.0.1
2025-01-21 10:55:23 +01:00
renovate[bot]
af2f4fd3c7 chore(deps): update typescript-eslint monorepo to v8.21.0 2025-01-21 09:28:37 +00:00
renovate[bot]
0a568fd5b7 chore(deps): update dependency @nestjs/cli to v11.0.1 2025-01-21 09:27:49 +00:00
Kamil Mysliwiec
bab9ed65e8 Merge pull request #14464 from micalevisk/chore-drop-deprecated-dep
chore(sample): remove `@types/dotenv` useless dev dep
2025-01-20 19:16:12 +01:00
Micael Levi L. Cavalcante
90db20c9fb chore(sample): remove @types/dotenv useless dev dep 2025-01-20 13:03:59 -04:00
Kamil Mysliwiec
f5400b69ea Merge pull request #14462 from nestjs/renovate/nest-monorepo
fix(deps): update nest monorepo to v11.0.3
2025-01-20 13:14:09 +01:00
renovate[bot]
e5cf168e2e fix(deps): update nest monorepo to v11.0.3 2025-01-20 12:06:16 +00:00
Kamil Myśliwiec
8b1affff6c chore: update package.json 2025-01-20 13:04:24 +01:00
Kamil Myśliwiec
cbebdd299d chore(@nestjs) publish v11.0.3 release 2025-01-20 12:37:19 +01:00
Kamil Myśliwiec
5eaae5f134 fix(platform): add missing path-to-regexp dependency #14461 2025-01-20 12:36:45 +01:00
Kamil Myśliwiec
d03955dfda sample: update 24-serve-static sample 2025-01-20 12:34:27 +01:00
Kamil Mysliwiec
26e70ba6af Merge pull request #14460 from nestjs/renovate/nest-monorepo
fix(deps): update nest monorepo to v11.0.2
2025-01-20 09:43:07 +01:00
renovate[bot]
9528b75865 fix(deps): update nest monorepo to v11.0.2 2025-01-20 08:34:43 +00:00
Kamil Mysliwiec
b32ac6330b Merge pull request #14459 from nestjs/renovate/nest-monorepo
fix(deps): update nest monorepo to v11.0.2
2025-01-20 09:32:58 +01:00
renovate[bot]
830e79adc0 fix(deps): update nest monorepo to v11.0.2 2025-01-20 08:21:05 +00:00
Kamil Mysliwiec
8f3fa2220e Merge pull request #14453 from nestjs/renovate/eslint-plugin-prettier-5.x
chore(deps): update dependency eslint-plugin-prettier to v5.2.3
2025-01-20 09:19:33 +01:00
renovate[bot]
eae0f13867 chore(deps): update dependency eslint-plugin-prettier to v5.2.3 2025-01-20 08:15:52 +00:00
Kamil Myśliwiec
7dbc4dc2ba Merge branch 'master' of https://github.com/nestjs/nest 2025-01-20 09:14:34 +01:00
Kamil Myśliwiec
fca5ebba7f chore(@nestjs) publish v11.0.2 release 2025-01-20 09:14:19 +01:00
Kamil Mysliwiec
d54f4e8475 Merge pull request #14457 from nestjs/renovate/nest-monorepo
fix(deps): update dependency @nestjs/passport to v11.0.4
2025-01-20 09:04:57 +01:00
renovate[bot]
0d45b614ab fix(deps): update dependency @nestjs/passport to v11.0.4 2025-01-20 08:04:46 +00:00
Kamil Mysliwiec
6dc8eb5ba8 Merge pull request #14448 from nestjs/renovate/nestjs-mongoose-11.x
fix(deps): update dependency @nestjs/mongoose to v11
2025-01-20 09:02:01 +01:00
renovate[bot]
5ef968a9c3 fix(deps): update dependency @nestjs/mongoose to v11 2025-01-20 07:52:07 +00:00
Kamil Mysliwiec
181625b94e Merge pull request #14451 from nestjs/renovate/nestjs-typeorm-11.x
fix(deps): update dependency @nestjs/typeorm to v11
2025-01-20 08:50:30 +01:00
Kamil Mysliwiec
4304b48dee Merge pull request #14443 from Phillip9587/express-body-parser
fix: use express body-parser reexports
2025-01-20 08:50:16 +01:00
Kamil Mysliwiec
0ecc32c9eb Merge pull request #14458 from nestjs/renovate/major-nest-monorepo
chore(deps): update dependency @nestjs/cli to v11
2025-01-20 08:49:23 +01:00
Kamil Myśliwiec
0545020952 refactor: pick only one option attribute for test module 2025-01-20 08:48:57 +01:00
Kamil Myśliwiec
65cfe0c82a refactor: pick only one option attribute for test module 2025-01-20 08:48:22 +01:00
Kamil Myśliwiec
6254af7224 Merge branch '14455' of https://github.com/rbnayax/nest into rbnayax-14455 2025-01-20 08:46:36 +01:00
Kamil Myśliwiec
0996b7d2a9 chore(deps): update graphql-subscriptions package 2025-01-20 08:46:27 +01:00
renovate[bot]
ae5fca1cee fix(deps): update dependency @nestjs/typeorm to v11 2025-01-20 07:45:53 +00:00
renovate[bot]
fee96ea30c chore(deps): update dependency @nestjs/cli to v11 2025-01-20 07:45:39 +00:00
Kamil Myśliwiec
6f04292d97 chore(deps): update graphql-subscriptions package 2025-01-20 08:44:00 +01:00
Kamil Myśliwiec
916adc28f3 test: delete removed keepconnectionalive attribute 2025-01-20 08:42:18 +01:00
Kamil Mysliwiec
3b54a8c97c Merge pull request #14438 from nestjs/renovate/fast-json-stringify-6.x
fix(deps): update dependency fast-json-stringify to v6.0.1
2025-01-20 08:39:45 +01:00
Kamil Mysliwiec
8fdb591c89 Merge pull request #14441 from nestjs/renovate/ansis-3.x
fix(deps): update dependency ansis to v3.9.0
2025-01-20 08:39:35 +01:00
Kamil Mysliwiec
f08534f9fa Merge pull request #14447 from nestjs/renovate/major-nest-graphql-monorepo
chore(deps): update nest-graphql monorepo to v13 (major)
2025-01-20 08:39:24 +01:00
Kamil Mysliwiec
082562f03a Merge pull request #14452 from micalevisk/chore/issue-type
chore: add issue types to issue templates forms
2025-01-20 08:38:56 +01:00
Regev Brody
817ede3bc6 fix: Module id generatorAlgorithm can't be controlled in test #14455 2025-01-19 23:47:13 +02:00
Kamil Mysliwiec
4ef49ce494 Merge pull request #14449 from nestjs/renovate/nestjs-sequelize-11.x
fix(deps): update dependency @nestjs/sequelize to v11
2025-01-19 11:23:36 +01:00
renovate[bot]
d86edfdfaa chore(deps): update nest-graphql monorepo to v13 2025-01-18 11:51:11 +00:00
renovate[bot]
6af1212e6b fix(deps): update dependency ansis to v3.9.0 2025-01-18 11:50:53 +00:00
renovate[bot]
a4b22be9cd fix(deps): update dependency fast-json-stringify to v6.0.1 2025-01-18 11:50:41 +00:00
renovate[bot]
d8e9e94a9e fix(deps): update dependency @nestjs/sequelize to v11 2025-01-18 11:49:32 +00:00
Kamil Mysliwiec
e63a2c1f7c Merge pull request #14445 from nestjs/renovate/nest-graphql-monorepo
fix(deps): update nest-graphql monorepo to v13.0.1
2025-01-18 12:48:13 +01:00
Kamil Mysliwiec
e518b86ec5 Merge pull request #14444 from nestjs/renovate/nestjs-swagger-11.x
fix(deps): update dependency @nestjs/swagger to v11.0.2
2025-01-18 12:48:06 +01:00
Kamil Mysliwiec
d00f31385b Merge pull request #14446 from nestjs/renovate/major-nest-monorepo
chore(deps): update dependency @nestjs/schematics to v11
2025-01-18 12:47:56 +01:00
renovate[bot]
22e48d6e34 chore(deps): update dependency @nestjs/schematics to v11 2025-01-17 20:50:29 +00:00
renovate[bot]
834377bbb3 fix(deps): update dependency @nestjs/swagger to v11.0.2 2025-01-17 19:47:12 +00:00
renovate[bot]
da15585c06 fix(deps): update nest-graphql monorepo to v13.0.1 2025-01-17 19:45:23 +00:00
Kamil Mysliwiec
a4d01405cd Merge pull request #14429 from nestjs/renovate/typescript-eslint-monorepo
chore(deps): update dependency typescript-eslint to v8.20.0
2025-01-17 15:22:46 +01:00
renovate[bot]
52a27be9f7 chore(deps): update dependency typescript-eslint to v8.20.0 2025-01-17 13:55:07 +00:00
Kamil Mysliwiec
0c1df77929 Merge pull request #14435 from nestjs/renovate/node-22.x
chore(deps): update dependency @types/node to v22.10.7
2025-01-17 14:50:58 +01:00
Kamil Mysliwiec
285d539978 Merge pull request #14440 from nestjs/renovate/lint-staged-15.x
chore(deps): update dependency lint-staged to v15.4.1
2025-01-17 14:50:48 +01:00
Kamil Mysliwiec
30a1068979 Merge pull request #14442 from nestjs/renovate/major-nest-graphql-monorepo
chore(deps): update nest-graphql monorepo to v13 (major)
2025-01-17 14:50:37 +01:00
Phillip9587
9aa2a43377 fix: use express body-parser reexports 2025-01-17 14:18:16 +01:00
renovate[bot]
67e91120ca chore(deps): update nest-graphql monorepo to v13 2025-01-17 13:05:23 +00:00
renovate[bot]
15712bf390 chore(deps): update dependency lint-staged to v15.4.1 2025-01-17 13:04:49 +00:00
renovate[bot]
028cbffcd9 chore(deps): update dependency @types/node to v22.10.7 2025-01-17 13:04:38 +00:00
Kamil Myśliwiec
379badd6f7 Merge branch 'master' of https://github.com/nestjs/nest 2025-01-17 14:02:48 +01:00
Kamil Myśliwiec
88eaf3bec1 ci: use npm install instead of ci as ci is flaky 2025-01-17 14:02:42 +01:00
Kamil Mysliwiec
a5aa126506 Merge pull request #14439 from nestjs/renovate/nest-monorepo
fix(deps): update nest monorepo to v11.0.1
2025-01-17 13:54:42 +01:00
renovate[bot]
3147eb2f2e fix(deps): update nest monorepo to v11.0.1 2025-01-17 12:23:40 +00:00
Kamil Myśliwiec
5eabb800f4 chore: update esm samples 2025-01-17 12:59:06 +01:00
Kamil Myśliwiec
ac10e0b238 chore: update 26-queues sample to use the latest bull version 2025-01-17 12:56:58 +01:00
Kamil Myśliwiec
4092b68793 sample: update 27-scheduling sample deps 2025-01-17 12:20:48 +01:00
Kamil Myśliwiec
33228c813f sample: update 25, 28, 29 sample deps 2025-01-17 11:26:04 +01:00
Kamil Myśliwiec
ece3f34400 sample: update event-emitter sample 2025-01-17 11:23:52 +01:00
Kamil Myśliwiec
96cdb827c8 sample: update graphql samples 2025-01-17 11:10:58 +01:00
Kamil Myśliwiec
1b5f16863b chore: regenerate lockfile 2025-01-17 09:41:39 +01:00
Kamil Myśliwiec
0f8f64d693 sample: upgrade eslint-config-prettier 2025-01-17 09:36:06 +01:00
Kamil Myśliwiec
8ff1bbce89 sample: 20-cache deps update 2025-01-17 09:34:59 +01:00
Kamil Myśliwiec
6589278c64 Merge branch 'Tony133-fix/update-peer-dependencies-for-platform-fastify' 2025-01-17 09:27:45 +01:00
Kamil Myśliwiec
71e399e6d5 sample: revert cli upgrade 2025-01-17 09:27:33 +01:00
Kamil Myśliwiec
6dcb57f547 Merge branch 'fix/update-peer-dependencies-for-platform-fastify' of https://github.com/Tony133/nest into Tony133-fix/update-peer-dependencies-for-platform-fastify 2025-01-17 09:26:45 +01:00
Kamil Myśliwiec
d47e874c18 sample: update 19 sample deps 2025-01-17 09:25:28 +01:00
Tony133
2ee3853d46 fix: update sample 2025-01-17 09:01:28 +01:00
Tony133
94a497acfb fix: update peer dependencies for platform fastify 2025-01-16 23:01:52 +01:00
Kamil Myśliwiec
a8ae8c7786 sample: another round of sample updates 2025-01-16 14:15:13 +01:00
Kamil Myśliwiec
4123bbdeee sample: update swagger sample deps 2025-01-16 13:44:28 +01:00
Kamil Myśliwiec
0f617d4753 chore(@nestjs) publish v11.0.1 release 2025-01-16 12:53:58 +01:00
Kamil Myśliwiec
d6b9feefcb fix: normalize middle wildcards, call path-to-regexp early 2025-01-16 12:52:41 +01:00
Kamil Myśliwiec
d944fa515b sample(11-swagger): update lint configuration 2025-01-16 12:52:12 +01:00
Kamil Myśliwiec
a0648042ac sample: another round of sample updates 2025-01-16 11:27:06 +01:00
Kamil Myśliwiec
780fe91c29 sample: another round of sample updates 2025-01-16 11:26:10 +01:00
Kamil Myśliwiec
5ce8c43116 sample(01-cats-app): update sample deps 2025-01-16 11:09:02 +01:00
Kamil Myśliwiec
1299888fc2 chore: update readme 2025-01-16 11:02:09 +01:00
Kamil Myśliwiec
e19b5866a2 chore(@nestjs) publish v11.0.0 release 2025-01-16 11:01:35 +01:00
Kamil Myśliwiec
224e0dda6b chore: upgrade multer 2025-01-16 10:59:54 +01:00
Kamil Myśliwiec
95654f9778 chore: update package.json 2025-01-16 10:58:17 +01:00
Kamil Mysliwiec
9719731c11 Merge pull request #14428 from nestjs/renovate/mercurius-16.x
fix(deps): update dependency mercurius to v16.0.1
2025-01-15 11:27:37 +01:00
renovate[bot]
105db11790 fix(deps): update dependency mercurius to v16.0.1 2025-01-15 10:05:47 +00:00
Kamil Myśliwiec
408a632c9d chore: regenerate lock file 2025-01-15 10:30:27 +01:00
Kamil Mysliwiec
8a17e38d01 Merge pull request #14427 from nestjs/renovate/eslint-plugin-prettier-5.x
chore(deps): update dependency eslint-plugin-prettier to v5.2.2
2025-01-15 10:29:14 +01:00
renovate[bot]
a200a77b9d chore(deps): update dependency eslint-plugin-prettier to v5.2.2 2025-01-15 08:11:24 +00:00
Kamil Mysliwiec
81e00f09b0 Merge pull request #14424 from nestjs/renovate/mongoose-8.x
fix(deps): update dependency mongoose to v8.9.5
2025-01-15 09:09:29 +01:00
Micael Levi L. Cavalcante
78e61c4429 chore: add issue types to issue templates forms 2025-01-14 08:24:19 -04:00
renovate[bot]
dc61009ea5 fix(deps): update dependency mongoose to v8.9.5 2025-01-14 09:13:26 +00:00
Kamil Myśliwiec
a9bbb4b10e chore: regenerate lock file 2025-01-14 10:11:47 +01:00
Kamil Mysliwiec
f97ce9182e Merge pull request #14423 from nestjs/renovate/node-22.x
chore(deps): update dependency @types/node to v22.10.6
2025-01-14 10:10:59 +01:00
renovate[bot]
fb20d462f7 chore(deps): update dependency @types/node to v22.10.6 2025-01-14 07:43:26 +00:00
Kamil Mysliwiec
ec04aea690 Merge pull request #14421 from nestjs/renovate/artillery-2.x
chore(deps): update dependency artillery to v2.0.22
2025-01-14 08:41:05 +01:00
renovate[bot]
a9aacbde81 chore(deps): update dependency artillery to v2.0.22 2025-01-13 17:26:56 +00:00
Kamil Myśliwiec
04dc341f21 chore: regenerate lock file 2025-01-13 12:18:00 +01:00
Kamil Mysliwiec
ba8649e543 Merge pull request #14419 from nestjs/renovate/ts-loader-9.x
chore(deps): update dependency ts-loader to v9.5.2
2025-01-13 11:40:01 +01:00
Kamil Mysliwiec
79060d3883 Merge pull request #14410 from nestjs/renovate/fastify-static-8.x
fix(deps): update dependency @fastify/static to v8.0.4
2025-01-13 11:39:44 +01:00
Kamil Mysliwiec
72e9eb90df Merge pull request #14402 from nestjs/renovate/fastify-middie-9.x
fix(deps): update dependency @fastify/middie to v9.0.3
2025-01-13 11:39:30 +01:00
renovate[bot]
ab47d9630e fix(deps): update dependency @fastify/static to v8.0.4 2025-01-13 10:12:37 +00:00
renovate[bot]
509daae60e fix(deps): update dependency @fastify/middie to v9.0.3 2025-01-13 10:12:08 +00:00
renovate[bot]
7371803cd7 chore(deps): update dependency ts-loader to v9.5.2 2025-01-13 10:11:40 +00:00
Kamil Mysliwiec
a4a9b52b1a Merge pull request #14417 from nestjs/renovate/ts-morph-25.x
fix(deps): update dependency ts-morph to v25
2025-01-13 11:07:15 +01:00
Kamil Mysliwiec
e114057ecd Merge pull request #14411 from nestjs/renovate/fastify-view-10.x
fix(deps): update dependency @fastify/view to v10.0.2
2025-01-13 11:06:39 +01:00
Kamil Mysliwiec
ce90f1cbed Merge pull request #14404 from nestjs/renovate/eslint-monorepo
chore(deps): update eslint monorepo to v9.18.0
2025-01-13 11:06:23 +01:00
Kamil Mysliwiec
0bdb49cfcb Merge pull request #14403 from nestjs/renovate/nats-2.x
chore(deps): update dependency nats to v2.29.1
2025-01-13 11:06:17 +01:00
Kamil Mysliwiec
3190c3433f Merge pull request #14401 from nestjs/renovate/fastify-formbody-8.x
fix(deps): update dependency @fastify/formbody to v8.0.2
2025-01-13 11:06:07 +01:00
Kamil Mysliwiec
44174e8d81 Merge pull request #14400 from nestjs/renovate/ansis-3.x
fix(deps): update dependency ansis to v3.8.1
2025-01-13 11:06:03 +01:00
Kamil Mysliwiec
cdff4c0deb Merge pull request #14399 from nestjs/renovate/nestjs-swagger-8.x
fix(deps): update dependency @nestjs/swagger to v8.1.1
2025-01-13 11:05:58 +01:00
Kamil Mysliwiec
91cd8aaa86 Merge pull request #14337 from nestjs/renovate/fastify-multipart-9.x
chore(deps): update dependency @fastify/multipart to v9.0.2
2025-01-13 11:05:51 +01:00
Kamil Mysliwiec
8658868c81 Merge pull request #14415 from nestjs/renovate/mercurius-16.x
fix(deps): update dependency mercurius to v16
2025-01-13 11:05:19 +01:00
Kamil Mysliwiec
8ce4c2a194 Merge pull request #14416 from nestjs/renovate/rimraf-6.x
fix(deps): update dependency rimraf to v6
2025-01-13 11:05:11 +01:00
renovate[bot]
bc98370002 fix(deps): update dependency @fastify/view to v10.0.2 2025-01-12 16:22:12 +00:00
renovate[bot]
816e9713b1 fix(deps): update dependency ts-morph to v25 2025-01-11 20:17:45 +00:00
renovate[bot]
4ce81f7b48 fix(deps): update dependency rimraf to v6 2025-01-11 20:17:34 +00:00
renovate[bot]
aabb59b9e4 fix(deps): update dependency mercurius to v16 2025-01-11 20:17:25 +00:00
renovate[bot]
58416e3e61 chore(deps): update eslint monorepo to v9.18.0 2025-01-11 20:15:26 +00:00
renovate[bot]
32c51b6200 chore(deps): update dependency nats to v2.29.1 2025-01-11 20:15:08 +00:00
renovate[bot]
838295ffd5 fix(deps): update dependency ansis to v3.8.1 2025-01-11 20:14:58 +00:00
renovate[bot]
467b882735 fix(deps): update dependency @nestjs/swagger to v8.1.1 2025-01-11 20:14:48 +00:00
renovate[bot]
4aa274a819 fix(deps): update dependency @fastify/formbody to v8.0.2 2025-01-11 20:14:34 +00:00
renovate[bot]
8f04d961d0 chore(deps): update dependency @fastify/multipart to v9.0.2 2025-01-11 20:14:22 +00:00
Kamil Mysliwiec
7368436fc3 Merge pull request #14396 from nestjs/renovate/supertest-7.x
chore(deps): update dependency supertest to v7
2025-01-10 09:47:06 +01:00
Kamil Mysliwiec
cc8f71bd74 Merge pull request #14397 from nestjs/renovate/webpack-cli-6.x
chore(deps): update dependency webpack-cli to v6
2025-01-10 09:46:59 +01:00
renovate[bot]
dbda94447a chore(deps): update dependency webpack-cli to v6 2025-01-10 08:11:42 +00:00
renovate[bot]
4f5691b5e5 chore(deps): update dependency supertest to v7 2025-01-10 08:11:38 +00:00
Kamil Mysliwiec
19fba18ab8 Merge pull request #14392 from nestjs/renovate/ansis-3.x
fix(deps): update dependency ansis to v3.8.0
2025-01-10 09:08:35 +01:00
Kamil Mysliwiec
49ac10f474 Merge pull request #14395 from nestjs/renovate/uuid-11.x
fix(deps): update dependency uuid to v11.0.5
2025-01-10 09:08:26 +01:00
renovate[bot]
f1d62cf0fd fix(deps): update dependency ansis to v3.8.0 2025-01-10 07:57:46 +00:00
renovate[bot]
e3ed91bf7a fix(deps): update dependency uuid to v11.0.5 2025-01-10 07:57:36 +00:00
Kamil Mysliwiec
fba96c6e50 Merge pull request #14394 from nestjs/renovate/mongoose-8.x
fix(deps): update dependency mongoose to v8.9.4
2025-01-10 08:56:14 +01:00
renovate[bot]
e5748820c7 fix(deps): update dependency mongoose to v8.9.4 2025-01-09 22:19:30 +00:00
Kamil Mysliwiec
8f04235c41 Merge pull request #14390 from nestjs/renovate/mocha-11.x
chore(deps): update dependency mocha to v11
2025-01-09 14:53:46 +01:00
renovate[bot]
8039ed1fac chore(deps): update dependency mocha to v11 2025-01-09 13:45:49 +00:00
Kamil Myśliwiec
6791b6cbef style: address lint errors 2025-01-09 12:42:10 +01:00
Kamil Myśliwiec
20d86f3405 Merge branch 'mdorda-fix-13234' 2025-01-09 11:55:01 +01:00
Kamil Myśliwiec
db2a9b5aa3 chore: resolve conflicts 2025-01-09 11:54:46 +01:00
Kamil Mysliwiec
c42d235624 Merge pull request #14388 from nestjs/renovate/mysql2-3.x
fix(deps): update dependency mysql2 to v3.12.0
2025-01-09 11:31:04 +01:00
Kamil Mysliwiec
51f88aeb6e Merge pull request #14389 from nestjs/renovate/graphql-tools-monorepo
fix(deps): update graphql-tools monorepo
2025-01-09 11:30:57 +01:00
Kamil Myśliwiec
87d2a4eedb Merge branch 'kamilogorek-update-opencollective' 2025-01-09 11:30:39 +01:00
Kamil Myśliwiec
3d6faa8ae5 chore: resolve conflicts 2025-01-09 11:30:25 +01:00
renovate[bot]
0bc77e37f6 fix(deps): update graphql-tools monorepo 2025-01-09 10:05:27 +00:00
renovate[bot]
11a8f19d1a fix(deps): update dependency mysql2 to v3.12.0 2025-01-09 10:05:14 +00:00
Kamil Mysliwiec
2947330b9f Merge pull request #14386 from nestjs/renovate/ansis-3.x
fix(deps): update dependency ansis to v3.7.0
2025-01-09 11:03:21 +01:00
Kamil Mysliwiec
fbcae33b50 Merge pull request #14387 from nestjs/renovate/light-my-request-6.x
fix(deps): update dependency light-my-request to v6.5.1
2025-01-09 11:03:11 +01:00
renovate[bot]
30971d8ca3 fix(deps): update dependency light-my-request to v6.5.1 2025-01-09 09:54:07 +00:00
renovate[bot]
56a743b6cc fix(deps): update dependency ansis to v3.7.0 2025-01-09 09:53:55 +00:00
Kamil Mysliwiec
4f60402c23 Merge pull request #14385 from nestjs/renovate/typescript-eslint-monorepo
chore(deps): update dependency typescript-eslint to v8.19.1
2025-01-09 10:51:49 +01:00
renovate[bot]
c938ead110 chore(deps): update dependency typescript-eslint to v8.19.1 2025-01-09 09:33:35 +00:00
Kamil Mysliwiec
16776c2c3f Merge pull request #14384 from nestjs/renovate/typescript-5.x
fix(deps): update dependency typescript to v5.7.3
2025-01-09 10:31:08 +01:00
renovate[bot]
482ab803d9 fix(deps): update dependency typescript to v5.7.3 2025-01-09 07:52:52 +00:00
Kamil Mysliwiec
7eb8b82a40 Merge pull request #14381 from nestjs/renovate/lint-staged-15.x
chore(deps): update dependency lint-staged to v15.3.0
2025-01-09 08:47:48 +01:00
Kamil Mysliwiec
9404090877 Merge pull request #14378 from nestjs/renovate/core-js-3.x
chore(deps): update dependency core-js to v3.40.0
2025-01-09 08:47:39 +01:00
Kamil Mysliwiec
ebdbe82d96 Merge pull request #14379 from nestjs/renovate/globals-15.x
chore(deps): update dependency globals to v15.14.0
2025-01-09 08:47:19 +01:00
renovate[bot]
7c0d23d111 chore(deps): update dependency lint-staged to v15.3.0 2025-01-08 18:37:10 +00:00
Kamil Ogórek
a24ef96d06 chore(deps): Update opencollective to 0.4.1 under new scope 2025-01-08 17:38:33 +01:00
renovate[bot]
bd9634579a chore(deps): update dependency globals to v15.14.0 2025-01-08 14:36:16 +00:00
renovate[bot]
e4d50f1fd6 chore(deps): update dependency core-js to v3.40.0 2025-01-08 14:36:03 +00:00
Kamil Mysliwiec
b9ddc1d403 Merge pull request #14376 from nestjs/renovate/commitlint-monorepo
chore(deps): update dependency @commitlint/config-angular to v19.7.0
2025-01-08 10:03:13 +01:00
Kamil Mysliwiec
104a06e68c Merge pull request #14377 from nestjs/renovate/eslint-monorepo
chore(deps): update dependency @eslint/js to v9.17.0
2025-01-08 10:03:05 +01:00
renovate[bot]
35d01cc40e chore(deps): update dependency @eslint/js to v9.17.0 2025-01-08 09:01:18 +00:00
renovate[bot]
561f26bdf4 chore(deps): update dependency @commitlint/config-angular to v19.7.0 2025-01-08 09:01:05 +00:00
Kamil Mysliwiec
960960ec22 Merge pull request #14375 from nestjs/renovate/grpc-grpc-js-1.x-lockfile
chore(deps): update dependency @grpc/grpc-js to v1.12.5
2025-01-08 09:58:16 +01:00
renovate[bot]
e899b6c1d6 chore(deps): update dependency @grpc/grpc-js to v1.12.5 2025-01-08 08:57:55 +00:00
Kamil Mysliwiec
4acc167571 Merge pull request #14372 from nestjs/renovate/grpc-grpc-js-1.x
fix(deps): update dependency @grpc/grpc-js to v1.12.5
2025-01-08 09:55:34 +01:00
Kamil Mysliwiec
4cd1f9fcaf Merge pull request #14373 from nestjs/renovate/mongoose-8.x
fix(deps): update dependency mongoose to v8.9.3
2025-01-08 09:55:25 +01:00
Kamil Mysliwiec
6b9ea755b0 Merge pull request #14374 from nestjs/renovate/uuid-11.x
fix(deps): update dependency uuid to v11.0.4
2025-01-08 09:55:15 +01:00
renovate[bot]
04d190236e fix(deps): update dependency uuid to v11.0.4 2025-01-08 08:51:01 +00:00
Kamil Myśliwiec
b0f2f7a107 chore: downgrade sinon-chai 2025-01-08 09:48:48 +01:00
Kamil Myśliwiec
93ce502262 chore: regenerate package lock 2025-01-08 09:15:24 +01:00
renovate[bot]
23636bce22 fix(deps): update dependency mongoose to v8.9.3 2025-01-08 07:54:39 +00:00
renovate[bot]
7da5e15ef7 fix(deps): update dependency @grpc/grpc-js to v1.12.5 2025-01-08 07:54:27 +00:00
Kamil Mysliwiec
17ddb7d8da Merge pull request #14371 from nestjs/renovate/apollo-graphql-packages
fix(deps): update dependency @apollo/server to v4.11.3
2025-01-08 08:53:00 +01:00
Kamil Mysliwiec
1cbc61c81b Merge pull request #14370 from nestjs/renovate/ioredis-5.x
chore(deps): update dependency ioredis to v5.4.2
2025-01-08 08:52:51 +01:00
Kamil Myśliwiec
7bfda4c4d1 chore: sync package-lock file 2025-01-07 15:53:19 +01:00
renovate[bot]
4ed0765720 chore(deps): update dependency ioredis to v5.4.2 2025-01-07 14:50:03 +00:00
renovate[bot]
d9d779e281 fix(deps): update dependency @apollo/server to v4.11.3 2025-01-07 14:47:54 +00:00
Kamil Mysliwiec
6da1db2f59 Merge pull request #14197 from nestjs/dependabot/npm_and_yarn/fastify/static-8.0.3
chore(deps-dev): bump @fastify/static from 7.0.4 to 8.0.3
2025-01-07 15:46:47 +01:00
Kamil Mysliwiec
d55773b29e Merge pull request #14345 from nestjs/renovate/major-eslint-monorepo
chore(deps): update dependency eslint to v9
2025-01-07 15:46:35 +01:00
Kamil Mysliwiec
77c797764a Merge pull request #14368 from nestjs/renovate/node-22.x
chore(deps): update dependency @types/node to v22.10.5
2025-01-07 15:45:59 +01:00
Kamil Mysliwiec
5781527f06 Merge pull request #14369 from nestjs/renovate/concurrently-9.x
chore(deps): update dependency concurrently to v9.1.2
2025-01-07 15:45:50 +01:00
Kamil Myśliwiec
0094e0df49 test: add optional chaining to eventsource init payload 2025-01-07 15:39:00 +01:00
dependabot[bot]
8edc1a40e7 chore(deps-dev): bump @fastify/static from 7.0.4 to 8.0.3
Bumps [@fastify/static](https://github.com/fastify/fastify-static) from 7.0.4 to 8.0.3.
- [Release notes](https://github.com/fastify/fastify-static/releases)
- [Commits](https://github.com/fastify/fastify-static/compare/v7.0.4...v8.0.3)

---
updated-dependencies:
- dependency-name: "@fastify/static"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-07 14:15:20 +00:00
renovate[bot]
46bdf39bbe chore(deps): update dependency eslint to v9 2025-01-07 14:02:46 +00:00
renovate[bot]
ef4b3f4bc9 chore(deps): update dependency concurrently to v9.1.2 2025-01-07 14:02:27 +00:00
renovate[bot]
bbd9b937b6 chore(deps): update dependency @types/node to v22.10.5 2025-01-07 14:02:15 +00:00
Kamil Myśliwiec
03ad47a881 chore: resolve conflicts 2025-01-07 14:59:21 +01:00
Kamil Myśliwiec
5b091a4d4e chore(deps): upgrade to eventsource v3 2025-01-07 14:58:19 +01:00
Kamil Mysliwiec
1480d059c7 Merge pull request #14324 from nestjs/renovate/socket.io-redis-adapter-8.x
fix(deps): update dependency @socket.io/redis-adapter to v8.3.0
2025-01-07 14:54:24 +01:00
Kamil Mysliwiec
2a2ca3dfc8 Merge pull request #14363 from nestjs/dependabot/npm_and_yarn/fastify/cors-10.0.2
chore(deps): bump @fastify/cors from 9.0.1 to 10.0.2
2025-01-07 14:20:07 +01:00
Kamil Mysliwiec
3d1d53e359 Merge pull request #14354 from nestjs/dependabot/npm_and_yarn/cache-manager-6.3.2
chore(deps-dev): bump cache-manager from 5.7.6 to 6.3.2
2025-01-07 14:19:58 +01:00
Kamil Mysliwiec
621bfa0fd8 Merge pull request #14021 from nestjs/dependabot/npm_and_yarn/fastify/view-10.0.1
chore(deps-dev): bump @fastify/view from 9.1.0 to 10.0.1
2025-01-07 14:19:26 +01:00
Kamil Mysliwiec
53b7d09499 Merge pull request #14333 from nestjs/dependabot/npm_and_yarn/eslint-9.17.0
chore(deps-dev): bump eslint from 8.57.1 to 9.17.0
2025-01-07 14:19:00 +01:00
renovate[bot]
ca91d7acc3 fix(deps): update dependency @socket.io/redis-adapter to v8.3.0 2025-01-07 13:04:12 +00:00
dependabot[bot]
bb9d21a1c8 chore(deps-dev): bump @fastify/view from 9.1.0 to 10.0.1
Bumps [@fastify/view](https://github.com/fastify/point-of-view) from 9.1.0 to 10.0.1.
- [Release notes](https://github.com/fastify/point-of-view/releases)
- [Commits](https://github.com/fastify/point-of-view/compare/v9.1.0...v10.0.1)

---
updated-dependencies:
- dependency-name: "@fastify/view"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-07 12:54:41 +00:00
dependabot[bot]
acebcb70a0 chore(deps): bump @fastify/cors from 9.0.1 to 10.0.2
Bumps [@fastify/cors](https://github.com/fastify/fastify-cors) from 9.0.1 to 10.0.2.
- [Release notes](https://github.com/fastify/fastify-cors/releases)
- [Commits](https://github.com/fastify/fastify-cors/compare/v9.0.1...v10.0.2)

---
updated-dependencies:
- dependency-name: "@fastify/cors"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-07 12:53:00 +00:00
dependabot[bot]
9a76e6b929 chore(deps-dev): bump eslint from 8.57.1 to 9.17.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.1 to 9.17.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.57.1...v9.17.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-07 12:53:00 +00:00
dependabot[bot]
336eca2887 chore(deps-dev): bump cache-manager from 5.7.6 to 6.3.2
Bumps [cache-manager](https://github.com/jaredwray/cacheable/tree/HEAD/packages/cache-manager) from 5.7.6 to 6.3.2.
- [Release notes](https://github.com/jaredwray/cacheable/releases)
- [Commits](https://github.com/jaredwray/cacheable/commits/HEAD/packages/cache-manager)

---
updated-dependencies:
- dependency-name: cache-manager
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-07 12:52:56 +00:00
Kamil Mysliwiec
08bd12bb89 Merge pull request #14177 from nestjs/11.0.0
release: version 11.0.0
2025-01-07 13:51:27 +01:00
Kamil Myśliwiec
6f715d021c chore(deps): downgrade nyc 2025-01-07 13:43:28 +01:00
Kamil Myśliwiec
9e5f77c169 chore: resolve conflicts 2025-01-07 12:24:10 +01:00
Kamil Myśliwiec
8bcd1e5b81 chore: resolve conflicts 2025-01-07 12:14:37 +01:00
Kamil Mysliwiec
8c4b99d35a Merge pull request #14360 from maxktz/master
chore: update copyright years 2025
2025-01-05 12:09:36 +01:00
maxktz
9267472030 chore: update copyright years 2025 2025-01-03 22:30:41 +02:00
Kamil Mysliwiec
b6ea2a1899 Merge pull request #14350 from bestlyg/fix-lyg-md
fix: redirect the path of file to correct path
2024-12-27 10:56:32 +01:00
Kamil Mysliwiec
8950ef08b3 Merge pull request #14349 from Makkalay/master
fix: export cont REQUEST_METHOD_MAP from router-method-factory
2024-12-27 10:54:33 +01:00
bestlyg
c82c342d1b fix: redirect the path of file to correct path 2024-12-24 21:12:27 +08:00
Mak
686d8ec740 Update router-method-factory.ts
Is useful piece of code for create custom adapter
2024-12-23 12:22:04 +02:00
Kamil Mysliwiec
789288914b Merge pull request #14344 from nestjs/renovate/mongoose-8.x
fix(deps): update dependency mongoose to v8.9.1
2024-12-18 10:15:17 +01:00
renovate[bot]
e2f24d8428 fix(deps): update dependency mongoose to v8.9.1 2024-12-18 08:27:15 +00:00
Kamil Mysliwiec
013c6e7e27 Merge pull request #14343 from nestjs/renovate/typescript-eslint-monorepo
chore(deps): update typescript-eslint monorepo to v8.18.1
2024-12-18 09:23:35 +01:00
renovate[bot]
71142daff2 chore(deps): update typescript-eslint monorepo to v8.18.1 2024-12-17 15:43:53 +00:00
Kamil Mysliwiec
3947dfbc12 Merge pull request #14339 from nestjs/renovate/node-22.x
chore(deps): update dependency @types/node to v22.10.2
2024-12-16 13:58:44 +01:00
renovate[bot]
c6eaf24fb4 chore(deps): update dependency @types/node to v22.10.2 2024-12-16 12:18:10 +00:00
Kamil Mysliwiec
193cd52c22 Merge pull request #14336 from nestjs/renovate/mongoose-8.x
fix(deps): update dependency mongoose to v8.9.0
2024-12-16 13:11:44 +01:00
renovate[bot]
e6ec654f55 fix(deps): update dependency mongoose to v8.9.0 2024-12-16 10:28:38 +00:00
Kamil Mysliwiec
cb739ad3fe Merge pull request #14238 from nestjs/chore/express-v5
chore(deps): upgrade to express v5, fastify v5, add legacy route path converter
2024-12-16 11:25:44 +01:00
Kamil Mysliwiec
ce13520c37 Merge pull request #14334 from nestjs/renovate/commitlint-monorepo
chore(deps): update dependency @commitlint/cli to v19.6.1
2024-12-16 11:25:29 +01:00
Kamil Mysliwiec
b1e6d1ae54 Merge pull request #14335 from nestjs/renovate/ansis-3.x
fix(deps): update dependency ansis to v3.4.0
2024-12-16 11:25:15 +01:00
renovate[bot]
4d3a135daf fix(deps): update dependency ansis to v3.4.0 2024-12-16 09:06:36 +00:00
renovate[bot]
076945a38e chore(deps): update dependency @commitlint/cli to v19.6.1 2024-12-16 09:06:18 +00:00
Kamil Mysliwiec
77dca8ead1 Merge pull request #14328 from nestjs/renovate/mysql2-3.x
fix(deps): update dependency mysql2 to v3.11.5
2024-12-16 10:03:07 +01:00
Kamil Mysliwiec
d5bc7dbd0e Merge pull request #14329 from nestjs/renovate/graphql-tools-monorepo
fix(deps): update graphql-tools monorepo
2024-12-16 10:03:00 +01:00
Kamil Mysliwiec
11190a49d5 Merge pull request #14330 from nestjs/renovate/nodemon-3.x
chore(deps): update dependency nodemon to v3.1.9
2024-12-16 10:02:54 +01:00
renovate[bot]
585f440c9f fix(deps): update graphql-tools monorepo 2024-12-14 18:38:48 +00:00
renovate[bot]
d55f51c99b chore(deps): update dependency nodemon to v3.1.9 2024-12-13 14:36:11 +00:00
renovate[bot]
1be58b1f8b fix(deps): update dependency mysql2 to v3.11.5 2024-12-13 10:19:53 +00:00
Kamil Mysliwiec
afb1026540 Merge pull request #14323 from nestjs/renovate/nestjs-swagger-8.x
fix(deps): update dependency @nestjs/swagger to v8.1.0
2024-12-13 11:16:39 +01:00
Kamil Mysliwiec
80274664aa Merge pull request #14325 from nestjs/renovate/fastify-4.x
fix(deps): update dependency fastify to v4.29.0
2024-12-13 11:16:31 +01:00
Kamil Mysliwiec
d6f43dc98e Merge pull request #14326 from nestjs/renovate/mongodb-6.x
fix(deps): update dependency mongodb to v6.12.0
2024-12-13 11:16:24 +01:00
renovate[bot]
c3a8e542ea fix(deps): update dependency mongodb to v6.12.0 2024-12-12 18:21:57 +00:00
renovate[bot]
81815bb356 fix(deps): update dependency fastify to v4.29.0 2024-12-12 18:21:51 +00:00
renovate[bot]
27f054cd4e fix(deps): update dependency @nestjs/swagger to v8.1.0 2024-12-12 13:54:21 +00:00
Kamil Myśliwiec
0354e5e946 test: update container method name 2024-12-12 10:51:28 +01:00
Kamil Mysliwiec
4d4103f9a6 Merge pull request #14321 from nestjs/renovate/apollo-graphql-packages
fix(deps): update dependency @apollo/gateway to v2.9.3
2024-12-12 10:49:56 +01:00
Kamil Myśliwiec
3da69f8467 test: update container method name 2024-12-12 10:34:22 +01:00
Kamil Myśliwiec
2c6bf94a81 style: fix eslint errors 2024-12-12 10:14:28 +01:00
Kamil Mysliwiec
b4cdc97106 Merge pull request #14322 from nestjs/renovate/nestjs-schedule-4.x
fix(deps): update dependency @nestjs/schedule to v4.1.2
2024-12-12 10:12:35 +01:00
renovate[bot]
6297752c3f fix(deps): update dependency @nestjs/schedule to v4.1.2 2024-12-12 09:12:08 +00:00
renovate[bot]
f049931c13 fix(deps): update dependency @apollo/gateway to v2.9.3 2024-12-12 09:12:00 +00:00
Kamil Mysliwiec
af01bc473a Merge pull request #14320 from nestjs/renovate/nestjs-mongoose-10.x
fix(deps): update dependency @nestjs/mongoose to v10.1.0
2024-12-12 10:11:22 +01:00
Kamil Mysliwiec
898d900ddf Merge pull request #14319 from nestjs/renovate/nestjs-event-emitter-2.x
fix(deps): update dependency @nestjs/event-emitter to v2.1.1
2024-12-12 10:09:58 +01:00
Kamil Myśliwiec
18b1bcec29 chore: address todos, remove deprecated 2024-12-12 10:07:06 +01:00
renovate[bot]
f5e23dbca4 fix(deps): update dependency @nestjs/mongoose to v10.1.0 2024-12-12 08:46:03 +00:00
renovate[bot]
69f7a5ec76 fix(deps): update dependency @nestjs/event-emitter to v2.1.1 2024-12-12 08:45:57 +00:00
Kamil Mysliwiec
585deb609f Merge pull request #14078 from nestjs/renovate/npm-apollo-gateway-vulnerability
fix(deps): update dependency @apollo/gateway to v2.8.5 [security]
2024-12-12 09:45:45 +01:00
Kamil Mysliwiec
962224c0d0 Merge pull request #14313 from nestjs/renovate/node-20.x
chore(deps): update dependency @types/node to v20.17.10
2024-12-12 09:44:50 +01:00
Kamil Mysliwiec
aaddf9ddde Merge pull request #14314 from nestjs/renovate/nestjs-bull-10.x
fix(deps): update dependency @nestjs/bull to v10.2.3
2024-12-12 09:44:44 +01:00
Kamil Mysliwiec
53bd8ea7d8 Merge pull request #14315 from nestjs/renovate/nestjs-cache-manager-2.x
fix(deps): update dependency @nestjs/cache-manager to v2.3.0
2024-12-12 09:44:37 +01:00
Kamil Myśliwiec
41234f68cf Merge branch '11.0.0' into chore/express-v5 2024-12-12 09:44:09 +01:00
Kamil Myśliwiec
5d3c284b86 chore(microservices): dont reference mqtt pkg 2024-12-12 09:43:51 +01:00
renovate[bot]
0953027f8e fix(deps): update dependency @nestjs/cache-manager to v2.3.0 2024-12-11 16:12:03 +00:00
renovate[bot]
0f8da15c7c chore(deps): update dependency @types/node to v20.17.10 2024-12-11 14:42:26 +00:00
renovate[bot]
90d8e66b18 fix(deps): update dependency @nestjs/bull to v10.2.3 2024-12-11 14:40:27 +00:00
Kamil Mysliwiec
8a16709428 Merge pull request #14309 from nestjs/renovate/lint-staged-15.x
chore(deps): update dependency lint-staged to v15.2.11
2024-12-11 15:35:41 +01:00
Kamil Mysliwiec
e8d5224f7b Merge pull request #14307 from nestjs/renovate/grpc-grpc-js-1.x
fix(deps): update dependency @grpc/grpc-js to v1.12.4
2024-12-11 15:35:33 +01:00
Kamil Mysliwiec
767d70f0a6 Merge pull request #14306 from nestjs/renovate/typescript-eslint-monorepo
chore(deps): update typescript-eslint monorepo to v8.18.0
2024-12-11 15:35:25 +01:00
renovate[bot]
74dd2257d9 chore(deps): update dependency lint-staged to v15.2.11 2024-12-10 14:21:32 +00:00
renovate[bot]
90d55f90fb chore(deps): update typescript-eslint monorepo to v8.18.0 2024-12-10 09:46:22 +00:00
renovate[bot]
13d8af65ee fix(deps): update dependency @grpc/grpc-js to v1.12.4 2024-12-10 09:40:25 +00:00
renovate[bot]
2f47aba41f fix(deps): update dependency @apollo/gateway to v2.8.5 [security] 2024-12-10 09:38:32 +00:00
Kamil Mysliwiec
9e8f7592fc Merge pull request #14300 from nestjs/renovate/webpack-5.x
chore(deps): update dependency webpack to v5.97.1
2024-12-10 10:36:40 +01:00
Kamil Mysliwiec
35a339978e Merge pull request #14301 from nestjs/renovate/apollo-graphql-packages
fix(deps): update dependency @apollo/gateway to v2.9.3
2024-12-10 10:36:31 +01:00
Kamil Mysliwiec
1a1118e000 Merge pull request #14302 from nestjs/dependabot/npm_and_yarn/graphql-tools-9.0.6
chore(deps-dev): bump graphql-tools from 9.0.5 to 9.0.6
2024-12-10 10:36:25 +01:00
Kamil Mysliwiec
969b866038 Merge pull request #14299 from nestjs/renovate/nest-monorepo
chore(deps): update nest monorepo
2024-12-10 10:36:18 +01:00
dependabot[bot]
a16afde94b chore(deps-dev): bump graphql-tools from 9.0.5 to 9.0.6
Bumps [graphql-tools](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/graphql-tools) from 9.0.5 to 9.0.6.
- [Release notes](https://github.com/ardatan/graphql-tools/releases)
- [Changelog](https://github.com/ardatan/graphql-tools/blob/master/packages/graphql-tools/CHANGELOG.md)
- [Commits](https://github.com/ardatan/graphql-tools/commits/graphql-tools@9.0.6/packages/graphql-tools)

---
updated-dependencies:
- dependency-name: graphql-tools
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-10 00:56:31 +00:00
renovate[bot]
5b055df726 fix(deps): update dependency @apollo/gateway to v2.9.3 2024-12-09 16:40:47 +00:00
renovate[bot]
3251caf25a chore(deps): update nest monorepo 2024-12-09 16:40:29 +00:00
renovate[bot]
bb02172980 chore(deps): update dependency webpack to v5.97.1 2024-12-09 12:50:09 +00:00
Kamil Mysliwiec
d7555a5eb7 Merge pull request #14295 from nestjs/renovate/redis-4.x
chore(deps): update dependency redis to v4.7.0
2024-12-09 13:43:53 +01:00
Kamil Mysliwiec
4a2c057784 Merge pull request #14297 from nestjs/renovate/ts-jest-29.x
chore(deps): update dependency ts-jest to v29.2.5
2024-12-09 13:43:45 +01:00
Kamil Mysliwiec
abc906808a Merge pull request #14298 from nestjs/renovate/typescript-5.x
chore(deps): update dependency typescript to v5.7.2
2024-12-09 13:43:36 +01:00
Kamil Myśliwiec
909001d52e fix(microservices): call cleanup function on grpc call end 2024-12-09 12:56:03 +01:00
renovate[bot]
6bb2bd20db chore(deps): update dependency ts-jest to v29.2.5 2024-12-09 11:19:58 +00:00
renovate[bot]
d486d82110 chore(deps): update dependency redis to v4.7.0 2024-12-09 11:19:44 +00:00
Kamil Myśliwiec
d0fb875e23 chore(@nestjs) publish v10.4.15 release 2024-12-09 12:15:54 +01:00
renovate[bot]
8f2329bee5 chore(deps): update dependency typescript to v5.7.2 2024-12-09 11:15:32 +00:00
Kamil Myśliwiec
b3412d9ca9 Merge branch 'master' of https://github.com/nestjs/nest 2024-12-09 12:14:37 +01:00
Kamil Myśliwiec
1d457fe79f chore(@nestjs) publish v10.4.14 release 2024-12-09 12:14:21 +01:00
Kamil Mysliwiec
6d90dfadca Merge pull request #14294 from nestjs/renovate/prettier-3.x
chore(deps): update dependency prettier to v3.4.2
2024-12-09 12:10:34 +01:00
renovate[bot]
b8ed8eb4fd chore(deps): update dependency prettier to v3.4.2 2024-12-09 10:18:07 +00:00
Kamil Mysliwiec
e52f80af3c Merge pull request #14292 from nestjs/renovate/eslint-plugin-prettier-5.x
chore(deps): update dependency eslint-plugin-prettier to v5.2.1
2024-12-09 11:14:51 +01:00
renovate[bot]
c7e5e08c97 chore(deps): update dependency eslint-plugin-prettier to v5.2.1 2024-12-09 09:24:15 +00:00
Kamil Mysliwiec
ef67824272 Merge pull request #14160 from nestjs/renovate/fastify-middie-8.x
chore(deps): update dependency @fastify/middie to v8.3.3
2024-12-09 10:19:55 +01:00
Kamil Mysliwiec
3044aae2fe Merge pull request #14291 from nestjs/renovate/eslint-plugin-import-2.x
chore(deps): update dependency eslint-plugin-import to v2.31.0
2024-12-09 10:19:48 +01:00
renovate[bot]
e22768083e chore(deps): update dependency eslint-plugin-import to v2.31.0 2024-12-09 09:18:15 +00:00
renovate[bot]
27aaa560e1 chore(deps): update dependency @fastify/middie to v8.3.3 2024-12-09 09:17:53 +00:00
Kamil Mysliwiec
d3f525135b Merge pull request #14286 from nestjs/renovate/eslint-monorepo
chore(deps): update dependency eslint to v8.57.1
2024-12-09 10:12:41 +01:00
Kamil Mysliwiec
fd7d10f69f Merge pull request #14285 from nestjs/renovate/typescript-eslint-monorepo
chore(deps): update dependency @typescript-eslint/parser to v8.17.0
2024-12-09 10:12:34 +01:00
Kamil Mysliwiec
c9a600c3f5 Merge pull request #14290 from nestjs/dependabot/npm_and_yarn/prettier-3.4.2
chore(deps-dev): bump prettier from 3.3.3 to 3.4.2
2024-12-09 10:12:24 +01:00
dependabot[bot]
a9a7a9095c chore(deps-dev): bump prettier from 3.3.3 to 3.4.2
Bumps [prettier](https://github.com/prettier/prettier) from 3.3.3 to 3.4.2.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/3.3.3...3.4.2)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-09 00:26:34 +00:00
renovate[bot]
2c276ac8ec chore(deps): update dependency eslint to v8.57.1 2024-12-06 14:59:12 +00:00
renovate[bot]
0d0b5f7098 chore(deps): update dependency @typescript-eslint/parser to v8.17.0 2024-12-06 14:58:59 +00:00
Kamil Mysliwiec
0e5bf68e7a Merge pull request #14283 from nestjs/renovate/mongoose-8.x
fix(deps): update dependency mongoose to v8.8.4
2024-12-06 12:30:43 +01:00
Kamil Mysliwiec
6029a251ba Merge pull request #14284 from nestjs/renovate/babel-monorepo
chore(deps): update dependency @babel/cli to v7.26.4
2024-12-06 12:30:33 +01:00
renovate[bot]
cf9bf7cdc2 chore(deps): update dependency @babel/cli to v7.26.4 2024-12-06 11:06:47 +00:00
renovate[bot]
03e0af6440 fix(deps): update dependency mongoose to v8.8.4 2024-12-06 11:06:42 +00:00
Kamil Mysliwiec
9e5e4f6db3 Merge pull request #14280 from nestjs/renovate/commitlint-monorepo
chore(deps): update dependency @commitlint/cli to v19.6.0
2024-12-06 12:02:51 +01:00
Kamil Mysliwiec
39cc540826 Merge pull request #14282 from nestjs/renovate/express-4.x
fix(deps): update dependency express to v4.21.2
2024-12-06 12:02:43 +01:00
renovate[bot]
4971ef3a5a chore(deps): update dependency @commitlint/cli to v19.6.0 2024-12-06 07:19:17 +00:00
renovate[bot]
f4b242a6aa fix(deps): update dependency express to v4.21.2 2024-12-06 07:18:47 +00:00
Kamil Mysliwiec
31a5a552ca Merge pull request #14279 from nestjs/renovate/confluentinc-cp-zookeeper-7.x
chore(deps): update confluentinc/cp-zookeeper docker tag to v7.8.0
2024-12-06 08:12:54 +01:00
Kamil Myśliwiec
3e55791401 Merge branch '11.0.0' into chore/express-v5 2024-12-05 14:53:03 +01:00
Kamil Myśliwiec
6a84d6e25e fix(core): set distance to max, dont override on calc 2024-12-05 14:52:08 +01:00
Kamil Myśliwiec
121494ac4e Merge branch '11.0.0' into chore/express-v5 2024-12-05 14:15:45 +01:00
Kamil Myśliwiec
648b438df1 Merge branch '11.0.0' of https://github.com/nestjs/nest into 11.0.0 2024-12-05 14:15:24 +01:00
Kamil Myśliwiec
8bb562301f fix(core): set global modules distance to -1 2024-12-05 14:13:48 +01:00
renovate[bot]
b642364f6b chore(deps): update confluentinc/cp-zookeeper docker tag to v7.8.0 2024-12-05 12:43:26 +00:00
Kamil Mysliwiec
fb72d01118 Merge pull request #14275 from nestjs/renovate/amqplib-0.x
chore(deps): update dependency @types/amqplib to v0.10.6
2024-12-05 13:39:23 +01:00
Kamil Mysliwiec
8c1a6878cd Merge pull request #14277 from nestjs/renovate/nest-graphql-monorepo
fix(deps): update nest-graphql monorepo to v12.2.2
2024-12-05 13:39:16 +01:00
renovate[bot]
42c4316777 fix(deps): update nest-graphql monorepo to v12.2.2 2024-12-05 07:42:01 +00:00
renovate[bot]
a03363f9ca chore(deps): update dependency @types/amqplib to v0.10.6 2024-12-05 07:41:40 +00:00
Kamil Mysliwiec
563c088f2a Merge pull request #14271 from nestjs/renovate/dotenv-16.x
fix(deps): update dependency dotenv to v16.4.7
2024-12-05 08:31:18 +01:00
Kamil Mysliwiec
31c6fadbc3 Merge pull request #14272 from nestjs/renovate/confluentinc-cp-kafka-7.x
chore(deps): update confluentinc/cp-kafka docker tag to v7.8.0
2024-12-05 08:31:12 +01:00
Kamil Mysliwiec
e24a6833af Merge pull request #14273 from nestjs/dependabot/npm_and_yarn/grpc/grpc-js-1.12.4
chore(deps-dev): bump @grpc/grpc-js from 1.12.2 to 1.12.4
2024-12-05 08:31:06 +01:00
dependabot[bot]
84ab3145a9 chore(deps-dev): bump @grpc/grpc-js from 1.12.2 to 1.12.4
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.12.2 to 1.12.4.
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.12.2...@grpc/grpc-js@1.12.4)

---
updated-dependencies:
- dependency-name: "@grpc/grpc-js"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-05 00:28:49 +00:00
renovate[bot]
f0824383ba chore(deps): update confluentinc/cp-kafka docker tag to v7.8.0 2024-12-04 09:50:03 +00:00
Kamil Mysliwiec
762406a78d Merge pull request #14266 from nestjs/renovate/babel-monorepo
chore(deps): update babel monorepo
2024-12-04 10:45:02 +01:00
renovate[bot]
e0e9002bb7 chore(deps): update babel monorepo 2024-12-04 09:42:49 +00:00
renovate[bot]
15c04cd0e5 fix(deps): update dependency dotenv to v16.4.7 2024-12-04 09:42:42 +00:00
Kamil Mysliwiec
c341a02243 Merge pull request #14267 from flovouin/fix-shutdown-hooks-order
Fix shutdown hooks order
2024-12-04 10:37:49 +01:00
Kamil Mysliwiec
f5f226c513 Merge pull request #14265 from nestjs/renovate/nest-monorepo
fix(deps): update nest monorepo to v10.4.13
2024-12-04 10:37:01 +01:00
Kamil Mysliwiec
26f1341429 Merge pull request #14269 from nestjs/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-8.17.0
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.15.0 to 8.17.0
2024-12-04 10:36:54 +01:00
dependabot[bot]
07886bf320 chore(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.15.0 to 8.17.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.17.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-04 00:26:06 +00:00
Flo
3080787d9b fix(core): call shutdown hooks in reverse distance order 2024-12-03 16:56:13 +01:00
renovate[bot]
0e54f52d27 fix(deps): update nest monorepo to v10.4.13 2024-12-03 14:37:32 +00:00
Kamil Mysliwiec
50796582df Merge pull request #14264 from nestjs/renovate/reflect-metadata-0.x
fix(deps): update dependency reflect-metadata to v0.2.2
2024-12-03 15:29:00 +01:00
renovate[bot]
e3c95e4f60 fix(deps): update dependency reflect-metadata to v0.2.2 2024-12-03 13:07:08 +00:00
Kamil Mysliwiec
6ea7dcebb6 Merge pull request #14262 from nestjs/renovate/nestjs-typeorm-10.x
fix(deps): update dependency @nestjs/typeorm to v10.0.2
2024-12-03 14:00:59 +01:00
Kamil Mysliwiec
34c5ba6191 Merge pull request #14263 from nestjs/renovate/dotenv-16.x
fix(deps): update dependency dotenv to v16.4.6
2024-12-03 14:00:53 +01:00
Kamil Myśliwiec
d2a45f3e25 chore: use optional group wrapped splat param 2024-12-03 12:34:37 +01:00
renovate[bot]
edb8b1b0e8 fix(deps): update dependency dotenv to v16.4.6 2024-12-03 11:32:16 +00:00
renovate[bot]
ce764067a4 fix(deps): update dependency @nestjs/typeorm to v10.0.2 2024-12-03 11:32:08 +00:00
Kamil Mysliwiec
ef66275ae9 Merge pull request #14260 from nestjs/renovate/bytes-3.x
chore(deps): update dependency @types/bytes to v3.1.5
2024-12-03 12:26:50 +01:00
Kamil Mysliwiec
21143d757b Merge pull request #14261 from nestjs/renovate/nestjs-serve-static-4.x
fix(deps): update dependency @nestjs/serve-static to v4.0.2
2024-12-03 12:26:43 +01:00
renovate[bot]
06349b61cd chore(deps): update dependency @types/bytes to v3.1.5 2024-12-03 10:41:23 +00:00
Kamil Myśliwiec
1eba0121a0 chore(@nestjs) publish v10.4.13 release 2024-12-03 11:37:34 +01:00
Kamil Myśliwiec
c5bbd1e40f Merge branch 'master' of https://github.com/nestjs/nest 2024-12-03 11:03:20 +01:00
Kamil Mysliwiec
265f6d03c8 Merge pull request #14256 from sapenlei/chore/add-type-declaration-RawBody
chore(common): Add type declaration for RawBody decorator with pipes
2024-12-03 11:02:48 +01:00
Kamil Myśliwiec
3f127e6a2f Merge branch 'master' of https://github.com/nestjs/nest 2024-12-03 10:55:32 +01:00
Kamil Myśliwiec
b1b262f4c3 fix(microservices): unsubscribe instead of completing replay buffer 2024-12-03 10:54:56 +01:00
sapenlei
59bf615d29 refactor(common): Add type declaration for RawBody decorator with pipes 2024-12-03 17:53:30 +08:00
renovate[bot]
c53eee2065 fix(deps): update dependency @nestjs/serve-static to v4.0.2 2024-12-03 09:49:57 +00:00
Kamil Mysliwiec
25feb4540a Merge pull request #14257 from nestjs/renovate/fastify-static-7.x
fix(deps): update dependency @fastify/static to v7.0.4
2024-12-03 09:50:31 +01:00
Kamil Mysliwiec
9edc20d84c Merge pull request #14258 from nestjs/renovate/nestjs-sequelize-10.x
fix(deps): update dependency @nestjs/sequelize to v10.0.1
2024-12-03 09:50:24 +01:00
renovate[bot]
f6240160ae fix(deps): update dependency @nestjs/sequelize to v10.0.1 2024-12-03 08:46:54 +00:00
renovate[bot]
5a558b271f fix(deps): update dependency @fastify/static to v7.0.4 2024-12-03 08:46:47 +00:00
Kamil Mysliwiec
2c72d447c1 Merge pull request #14249 from nestjs/dependabot/npm_and_yarn/sample/32-graphql-federation-schema-first/users-application/apollo/gateway-2.8.5
chore(deps): bump @apollo/gateway from 2.4.8 to 2.8.5 in /sample/32-graphql-federation-schema-first/users-application
2024-12-03 09:37:02 +01:00
dependabot[bot]
a7dd69328a chore(deps): bump @apollo/gateway
Bumps [@apollo/gateway](https://github.com/apollographql/federation/tree/HEAD/gateway-js) from 2.4.8 to 2.8.5.
- [Release notes](https://github.com/apollographql/federation/releases)
- [Changelog](https://github.com/apollographql/federation/blob/main/gateway-js/CHANGELOG.md)
- [Commits](https://github.com/apollographql/federation/commits/@apollo/gateway@2.8.5/gateway-js)

---
updated-dependencies:
- dependency-name: "@apollo/gateway"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-03 08:36:40 +00:00
Kamil Mysliwiec
57c5e6f118 Merge pull request #14250 from nestjs/renovate/jest-monorepo
chore(deps): update jest monorepo
2024-12-03 09:36:05 +01:00
Kamil Mysliwiec
bc50321c7a Merge pull request #14245 from nestjs/renovate/mqtt-5.x
chore(deps): update dependency mqtt to v5.10.3
2024-12-03 09:35:52 +01:00
Kamil Mysliwiec
9b0cd523aa Merge pull request #14247 from nestjs/renovate/nest-monorepo
fix(deps): update nest monorepo to v10.4.12
2024-12-03 09:35:46 +01:00
Kamil Mysliwiec
24e0106b46 Merge pull request #14251 from nestjs/dependabot/npm_and_yarn/graphql-tools-9.0.5
chore(deps-dev): bump graphql-tools from 9.0.3 to 9.0.5
2024-12-03 09:35:32 +01:00
sapenlei
439231ed61 chore(common): Add type declaration for RawBody decorator with pipes
Closes #14254
2024-12-03 11:18:29 +08:00
dependabot[bot]
425121d809 chore(deps-dev): bump graphql-tools from 9.0.3 to 9.0.5
Bumps [graphql-tools](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/graphql-tools) from 9.0.3 to 9.0.5.
- [Release notes](https://github.com/ardatan/graphql-tools/releases)
- [Changelog](https://github.com/ardatan/graphql-tools/blob/master/packages/graphql-tools/CHANGELOG.md)
- [Commits](https://github.com/ardatan/graphql-tools/commits/graphql-tools@9.0.5/packages/graphql-tools)

---
updated-dependencies:
- dependency-name: graphql-tools
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-02 00:24:21 +00:00
renovate[bot]
d0fe4833ad fix(deps): update nest monorepo to v10.4.12 2024-12-01 19:17:01 +00:00
renovate[bot]
c95ed06498 chore(deps): update jest monorepo 2024-12-01 19:16:50 +00:00
renovate[bot]
d7b460c8b8 chore(deps): update dependency mqtt to v5.10.3 2024-12-01 19:16:43 +00:00
Kamil Mysliwiec
28b785991b Merge pull request #14248 from micalevisk/refactor-drop-lock-files-from-samples
chore: remove package lock files from sample projects
2024-12-01 20:12:49 +01:00
Micael Levi L. Cavalcante
72b32356dc chore: remove package lock files from sample projects 2024-12-01 13:18:25 -04:00
Kamil Mysliwiec
b1a2582abc Merge pull request #14246 from nestjs/renovate/nest-monorepo
chore(deps): update nest monorepo
2024-11-29 12:49:54 +01:00
renovate[bot]
c8c9ce7e89 chore(deps): update nest monorepo 2024-11-29 11:41:54 +00:00
Kamil Myśliwiec
cf8d27c2f3 chore(@nestjs) publish v10.4.12 release 2024-11-29 12:31:17 +01:00
Kamil Mysliwiec
526f3d4b0a Merge pull request #14241 from LhonRafaat/fix/validationpipe-nested-query-params
fix(common): enforce string type in validationpipe
2024-11-29 12:27:26 +01:00
Kamil Mysliwiec
3eea086936 Merge pull request #14243 from nestjs/renovate/node-20.x
chore(deps): update dependency @types/node to v20.17.9
2024-11-29 12:23:57 +01:00
lhonRafaat
74c4376bbc fix(common): enforce strin value if not undefined 2024-11-29 10:49:05 +03:00
renovate[bot]
6474afae9d chore(deps): update dependency @types/node to v20.17.9 2024-11-29 07:41:11 +00:00
Kamil Mysliwiec
f53d138b04 Merge pull request #14240 from nestjs/renovate/multer-1.x
chore(deps): update dependency @types/multer to v1.4.12
2024-11-29 08:35:36 +01:00
lhonRafaat
6563c18417 fix(common): return undefined if string type value is undefined 2024-11-28 21:22:22 +03:00
lhonRafaat
a071a73e6d fix(common): enforce string type in validationpipe
strictly parse the value to string to avoid nested objects being passed if the type is explicitly set to string

closes #14234
2024-11-28 17:46:02 +03:00
renovate[bot]
fb9a534531 chore(deps): update dependency @types/multer to v1.4.12 2024-11-28 13:09:52 +00:00
Kamil Myśliwiec
700a85d211 chore: update package.json 2024-11-28 14:06:38 +01:00
Kamil Myśliwiec
7197cc1a8a feat: add normalize path to http adapter 2024-11-28 14:06:15 +01:00
Kamil Mysliwiec
d220da6b6f Merge pull request #14239 from nestjs/renovate/chai-4.x
chore(deps): update dependency @types/chai to v4.3.20
2024-11-28 11:42:21 +01:00
renovate[bot]
c0a87b868f chore(deps): update dependency @types/chai to v4.3.20 2024-11-28 10:37:21 +00:00
Kamil Mysliwiec
988d49e0d0 Merge pull request #14237 from nestjs/renovate/confluentinc-cp-zookeeper-7.x
chore(deps): update confluentinc/cp-zookeeper docker tag to v7.7.2
2024-11-28 11:29:14 +01:00
Kamil Myśliwiec
7f142e9399 feat: add legacy route converter, update tests 2024-11-28 11:28:56 +01:00
renovate[bot]
fc8c3e2167 chore(deps): update confluentinc/cp-zookeeper docker tag to v7.7.2 2024-11-28 10:07:26 +00:00
Kamil Mysliwiec
19f9e4ed1b Merge pull request #14236 from nestjs/renovate/confluentinc-cp-kafka-7.x
chore(deps): update confluentinc/cp-kafka docker tag to v7.7.2
2024-11-28 11:03:14 +01:00
renovate[bot]
50e97b2abe chore(deps): update confluentinc/cp-kafka docker tag to v7.7.2 2024-11-28 09:39:44 +00:00
Kamil Mysliwiec
18389c7261 Merge pull request #12253 from nestjs/renovate/apollo-graphql-packages
fix(deps): update apollo graphql packages
2024-11-28 10:36:55 +01:00
Kamil Mysliwiec
4808efa0cd Merge pull request #14235 from nestjs/dependabot/npm_and_yarn/commitlint/config-angular-19.6.0
chore(deps-dev): bump @commitlint/config-angular from 19.5.0 to 19.6.0
2024-11-28 08:09:41 +01:00
dependabot[bot]
d51448cae6 chore(deps-dev): bump @commitlint/config-angular from 19.5.0 to 19.6.0
Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular) from 19.5.0 to 19.6.0.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-angular/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.6.0/@commitlint/config-angular)

---
updated-dependencies:
- dependency-name: "@commitlint/config-angular"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-28 00:46:51 +00:00
Kamil Myśliwiec
4f008fabd2 Merge branch '11.0.0' into chore/express-v5 2024-11-27 15:10:12 +01:00
Kamil Myśliwiec
f9c578680c style: address lint errors 2024-11-27 13:34:42 +01:00
Kamil Mysliwiec
6f7d470389 Merge pull request #14213 from mag123c/feature/14070-add-error-message-file-validator
feat(common): add error messages for file validators
2024-11-27 13:32:21 +01:00
Kamil Myśliwiec
95bd1ce678 Merge branch 'notusertelken-feature/mqtt-raw-output' into 11.0.0 2024-11-27 12:52:33 +01:00
Kamil Myśliwiec
43804c7c40 chore: resolve conflicts 2024-11-27 12:52:09 +01:00
renovate[bot]
da369005f2 fix(deps): update apollo graphql packages 2024-11-27 11:45:15 +00:00
Kamil Mysliwiec
b31f9e4825 Merge pull request #14226 from nestjs/renovate/tslib-2.x
fix(deps): update dependency tslib to v2.8.1
2024-11-27 12:40:35 +01:00
Kamil Mysliwiec
34eb4c1be9 Merge pull request #14233 from nestjs/renovate/nest-monorepo
chore(deps): update nest monorepo
2024-11-27 12:40:04 +01:00
Kamil Myśliwiec
5ca5c74c24 ci: use node 20.18 as the maintenance version 2024-11-27 12:39:49 +01:00
renovate[bot]
ccfd0f19b6 chore(deps): update nest monorepo 2024-11-27 11:36:17 +00:00
renovate[bot]
7db85ad33c fix(deps): update dependency tslib to v2.8.1 2024-11-27 11:23:50 +00:00
Kamil Mysliwiec
f69bb660e0 Merge pull request #14232 from nestjs/renovate/npm-path-to-regexp-vulnerability
fix(deps): update dependency path-to-regexp to v3.3.0 [security]
2024-11-27 12:19:05 +01:00
Kamil Myśliwiec
6e0f891f48 style: address lint errors and warnings 2024-11-27 12:18:43 +01:00
Kamil Myśliwiec
ca76e698f4 test(microservices): fix client mqtt unit test (use endasync) 2024-11-27 12:18:27 +01:00
renovate[bot]
ffaa6de5c4 fix(deps): update dependency path-to-regexp to v3.3.0 [security] 2024-11-27 11:16:04 +00:00
Kamil Myśliwiec
d606466b37 Merge branch 'master' into 11.0.0 2024-11-27 12:03:56 +01:00
Kamil Mysliwiec
315a430197 Merge pull request #14229 from nestjs/renovate/mongo-8.x
chore(deps): update mongo docker tag to v8
2024-11-27 12:03:41 +01:00
Kamil Mysliwiec
eca955d3d0 Merge pull request #14228 from nestjs/renovate/node-22.x
chore(deps): update dependency @types/node to v22.10.0
2024-11-27 12:03:17 +01:00
Kamil Mysliwiec
0e92425c0e Merge pull request #14227 from nestjs/renovate/nest-graphql-monorepo
fix(deps): update nest-graphql monorepo to v12.2.1
2024-11-27 12:03:09 +01:00
Kamil Mysliwiec
a23e7df2a4 Merge pull request #14225 from nestjs/renovate/socket.io-packages
fix(deps): update dependency socket.io to v4.8.1
2024-11-27 12:02:52 +01:00
Kamil Mysliwiec
5b0824385f Merge pull request #14224 from nestjs/renovate/sequelize-6.x
fix(deps): update dependency sequelize to v6.37.5
2024-11-27 12:02:44 +01:00
Kamil Mysliwiec
95d5dc1af3 Merge pull request #14230 from nestjs/renovate/mysql-9.x
chore(deps): update mysql docker tag to v9
2024-11-27 12:02:35 +01:00
Kamil Mysliwiec
f1226548f7 Merge pull request #14231 from nestjs/renovate/nestjs-swagger-8.x
fix(deps): update dependency @nestjs/swagger to v8
2024-11-27 12:02:16 +01:00
Kamil Myśliwiec
bedf1fa2a6 chore(@nestjs) publish v10.4.11 release 2024-11-27 12:01:46 +01:00
Kamil Myśliwiec
96e3e79acc fix(grpc): schedule messages forwarding after the current event loop 2024-11-27 11:50:50 +01:00
renovate[bot]
c5e1c2e74a fix(deps): update dependency @nestjs/swagger to v8 2024-11-27 10:24:12 +00:00
renovate[bot]
a9b198c08f chore(deps): update mysql docker tag to v9 2024-11-27 10:23:53 +00:00
renovate[bot]
043d4a095b chore(deps): update mongo docker tag to v8 2024-11-27 10:23:42 +00:00
renovate[bot]
09f1d002f3 chore(deps): update dependency @types/node to v22.10.0 2024-11-27 10:22:41 +00:00
renovate[bot]
91dffa5da4 fix(deps): update nest-graphql monorepo to v12.2.1 2024-11-27 10:18:53 +00:00
renovate[bot]
13a22ef3d6 fix(deps): update dependency socket.io to v4.8.1 2024-11-27 10:17:05 +00:00
renovate[bot]
d7d784f926 fix(deps): update dependency sequelize to v6.37.5 2024-11-27 10:16:45 +00:00
Kamil Myśliwiec
e411d80d4d chore: remove a leftover 2024-11-27 11:06:07 +01:00
Kamil Myśliwiec
ca70f0754c chore(deps): update package.json 2024-11-27 11:05:18 +01:00
Kamil Myśliwiec
cf17e4d521 chore: mqtt updates, integration test improvements 2024-11-27 11:04:51 +01:00
Kamil Mysliwiec
9fb542968b Merge pull request #14223 from nestjs/renovate/nest-monorepo
chore(deps): update nest monorepo
2024-11-27 10:57:53 +01:00
renovate[bot]
e6fe92ce79 chore(deps): update nest monorepo 2024-11-27 09:57:12 +00:00
Kamil Mysliwiec
2df0c754da Merge pull request #14222 from nestjs/renovate/nest-monorepo
chore(deps): update nest monorepo
2024-11-27 10:48:24 +01:00
renovate[bot]
a119a1a9c1 chore(deps): update nest monorepo 2024-11-27 09:30:26 +00:00
Kamil Myśliwiec
74e318c930 test: add not null assertion 2024-11-27 10:23:47 +01:00
Kamil Myśliwiec
5ebe4b93b3 chore(@nestjs) publish v10.4.10 release 2024-11-27 10:18:59 +01:00
Kamil Myśliwiec
74789282d1 chore: update minimum node version 2024-11-27 10:06:57 +01:00
Kamil Myśliwiec
e2893f951c chore: add non null assertions 2024-11-27 10:06:07 +01:00
Kamil Mysliwiec
4a9a3d86c2 Merge pull request #14221 from nestjs/renovate/mysql-8.x
chore(deps): update mysql docker tag to v8.4.3
2024-11-27 10:00:48 +01:00
Kamil Mysliwiec
1cf339c5be Merge pull request #14220 from nestjs/renovate/webpack-5.x
chore(deps): update dependency webpack to v5.96.1
2024-11-27 10:00:36 +01:00
Kamil Mysliwiec
2c2d766502 Merge pull request #14219 from nestjs/renovate/nodemon-3.x
chore(deps): update dependency nodemon to v3.1.7
2024-11-27 10:00:28 +01:00
Kamil Myśliwiec
170f2e0754 Merge branch 'master' into 11.0.0 2024-11-27 09:59:29 +01:00
Kamil Myśliwiec
dbeaa0b316 sample: fix mongoose model mock 2024-11-27 09:59:11 +01:00
mag123c
11f8a4a216 feat(common): add error messages for file validators 2024-11-27 17:58:35 +09:00
Kamil Mysliwiec
5396c8c6f0 Merge pull request #14218 from nestjs/renovate/confluentinc-cp-zookeeper-7.x
chore(deps): update confluentinc/cp-zookeeper docker tag to v7.7.1
2024-11-27 09:57:33 +01:00
renovate[bot]
13092aeac0 chore(deps): update dependency webpack to v5.96.1 2024-11-27 08:57:32 +00:00
Kamil Mysliwiec
6aa6d47c25 Merge pull request #14217 from nestjs/renovate/confluentinc-cp-kafka-7.x
chore(deps): update confluentinc/cp-kafka docker tag to v7.7.1
2024-11-27 09:57:25 +01:00
renovate[bot]
38bea6e544 chore(deps): update dependency nodemon to v3.1.7 2024-11-27 08:57:12 +00:00
Kamil Mysliwiec
42a443ee9a Merge pull request #14216 from nestjs/renovate/rimraf-5.x
fix(deps): update dependency rimraf to v5.0.10
2024-11-27 09:56:34 +01:00
Kamil Mysliwiec
f39cffe8ea Merge pull request #14215 from nestjs/renovate/dotenv-16.x
fix(deps): update dependency dotenv to v16.4.5
2024-11-27 09:56:24 +01:00
Kamil Mysliwiec
f97c8bc586 Merge pull request #14214 from nestjs/renovate/grpc-reflection-1.x
fix(deps): update dependency @grpc/reflection to v1.0.4
2024-11-27 09:56:03 +01:00
Kamil Myśliwiec
d27628aafa chore: resolve conflicts 2024-11-27 09:55:20 +01:00
Kamil Myśliwiec
339be465fe chore: resolve conflicts 2024-11-27 09:49:01 +01:00
renovate[bot]
ca78cbe447 chore(deps): update mysql docker tag to v8.4.3 2024-11-27 08:48:24 +00:00
renovate[bot]
9e21f093d8 chore(deps): update confluentinc/cp-zookeeper docker tag to v7.7.1 2024-11-27 08:47:12 +00:00
renovate[bot]
619db30f16 chore(deps): update confluentinc/cp-kafka docker tag to v7.7.1 2024-11-27 08:46:59 +00:00
renovate[bot]
9174dd647e fix(deps): update dependency rimraf to v5.0.10 2024-11-27 08:46:41 +00:00
Kamil Myśliwiec
f95758d88d sample: replace findByIdAndRemove with findByIdAndDelete 2024-11-27 09:43:57 +01:00
renovate[bot]
7854ceb1db fix(deps): update dependency dotenv to v16.4.5 2024-11-27 08:41:58 +00:00
renovate[bot]
d8343a22cc fix(deps): update dependency @grpc/reflection to v1.0.4 2024-11-27 08:41:19 +00:00
Kamil Mysliwiec
0ca42ba500 Merge pull request #14205 from nestjs/chore/eslint-v9
chore(dev-deps): upgrade to eslint v9
2024-11-27 09:41:08 +01:00
Kamil Myśliwiec
356469bfcc ci: run spec and packages lint in parallel 2024-11-27 09:29:39 +01:00
Kamil Mysliwiec
38ab78272f Merge pull request #12940 from nestjs/renovate/mongoose-8.x
fix(deps): update dependency mongoose to v8.8.3
2024-11-27 09:27:18 +01:00
Kamil Myśliwiec
a41781ac14 ci: update lint integration script 2024-11-27 09:06:43 +01:00
renovate[bot]
45f3322832 fix(deps): update dependency mongoose to v8.8.3 2024-11-27 07:57:35 +00:00
Kamil Mysliwiec
9bbc4dbab3 Merge pull request #14207 from nestjs/renovate/dotenv-8.x
chore(deps): update dependency @types/dotenv to v8.2.3
2024-11-27 08:50:19 +01:00
Kamil Mysliwiec
b46508793e Merge pull request #14208 from nestjs/renovate/node-20.x
chore(deps): update dependency @types/node to v20.17.8
2024-11-27 08:50:10 +01:00
Kamil Mysliwiec
feb75da3ce Merge pull request #14209 from nestjs/renovate/amqplib-0.x
chore(deps): update dependency amqplib to v0.10.5
2024-11-27 08:50:02 +01:00
Kamil Myśliwiec
4895e3bac1 ci: increase max old space size for lint scripts 2024-11-27 08:49:25 +01:00
renovate[bot]
46db58c196 chore(deps): update dependency amqplib to v0.10.5 2024-11-27 07:47:07 +00:00
renovate[bot]
638d4666fb chore(deps): update dependency @types/node to v20.17.8 2024-11-27 07:46:32 +00:00
Kamil Mysliwiec
91190b4175 Merge pull request #14212 from nestjs/renovate/npm-webpack-vulnerability
chore(deps): update dependency webpack to v5.94.0 [security]
2024-11-27 08:43:07 +01:00
renovate[bot]
d1a76abe21 chore(deps): update dependency @types/dotenv to v8.2.3 2024-11-27 07:42:51 +00:00
renovate[bot]
055709dd3a chore(deps): update dependency webpack to v5.94.0 [security] 2024-11-27 07:40:26 +00:00
Kamil Mysliwiec
f80b00793c Merge pull request #14210 from nestjs/renovate/husky-9.x
chore(deps): update dependency husky to v9.1.7
2024-11-27 08:39:07 +01:00
Kamil Myśliwiec
ab79649b91 ci: run lint sequentially in ci 2024-11-27 08:38:14 +01:00
Kamil Myśliwiec
f94ef9044f test: ignore floating request promises (done cb) 2024-11-27 08:37:58 +01:00
Kamil Mysliwiec
b876e6b60d Merge pull request #14211 from nestjs/renovate/nest-monorepo
chore(deps): update nest monorepo
2024-11-27 08:30:17 +01:00
renovate[bot]
a7392981cf chore(deps): update nest monorepo 2024-11-27 07:27:07 +00:00
renovate[bot]
afb889dd21 chore(deps): update dependency husky to v9.1.7 2024-11-27 07:22:52 +00:00
Kamil Mysliwiec
8da7ebcbfd Merge pull request #14206 from nestjs/dependabot/npm_and_yarn/mongoose-8.8.3
chore(deps-dev): bump mongoose from 8.8.1 to 8.8.3
2024-11-27 08:15:28 +01:00
dependabot[bot]
c90553bb05 chore(deps-dev): bump mongoose from 8.8.1 to 8.8.3
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.8.1 to 8.8.3.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/8.8.1...8.8.3)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-27 00:39:08 +00:00
Kamil Myśliwiec
93150409b9 test: error messages for node above v20 (json socket) 2024-11-26 15:22:51 +01:00
Kamil Myśliwiec
7e774b12a5 ci: use active node version for lint 2024-11-26 15:12:49 +01:00
Kamil Myśliwiec
2e0de4a9e1 ci: update node versions matrix 2024-11-26 15:06:21 +01:00
Kamil Myśliwiec
e8bc2580e7 chore: minore fixes 2024-11-26 14:56:42 +01:00
Kamil Myśliwiec
7d3e5c1a38 build: use strict null checks part 5 2024-11-26 14:39:51 +01:00
Kamil Myśliwiec
5b220df118 build: use strict null checks part 4 2024-11-26 14:03:07 +01:00
Kamil Myśliwiec
b94b0b910e build: use strict null checks part 3 2024-11-26 13:49:07 +01:00
Kamil Myśliwiec
22008976ec build: use strict null checks part 2 2024-11-26 13:36:33 +01:00
Kamil Myśliwiec
cfe0f47e8a Merge branch 'chore/eslint-v9' of https://github.com/nestjs/nest into chore/eslint-v9 2024-11-26 12:47:16 +01:00
Kamil Myśliwiec
10fdf16c47 build: use strict null checks part 1 2024-11-26 12:46:59 +01:00
Kamil Mysliwiec
5662fc1ac9 Merge branch '11.0.0' into chore/eslint-v9 2024-11-26 12:00:34 +01:00
Kamil Myśliwiec
38367e8e88 style: address spec lint errors 2024-11-26 11:57:05 +01:00
Kamil Myśliwiec
8829b8d1d7 style: address packages lint errors 2024-11-26 10:38:31 +01:00
Kamil Myśliwiec
236b633a76 style: address integration tests lint errors 2024-11-26 09:39:20 +01:00
Kamil Mysliwiec
8102325bd2 Merge pull request #14204 from sapenlei/fix/non-shared-server-close
fix(websockets): ensure non-shared servers call close method
2024-11-26 08:19:50 +01:00
sapen
bba5fde16e fix(websockets): ensure non-shared servers call close method 2024-11-26 11:11:58 +08:00
Kamil Myśliwiec
416830c392 chore(@nestjs) publish v10.4.9 release 2024-11-25 15:34:51 +01:00
Kamil Mysliwiec
9286733482 Merge pull request #13923 from DylanVeldra/fix-tenant-context-payload
fix(core): merge req context with tenant payload in the request instance
2024-11-25 15:01:51 +01:00
Kamil Mysliwiec
81597f7ed9 Merge branch 'master' into fix-tenant-context-payload 2024-11-25 14:38:47 +01:00
Kamil Myśliwiec
84b8744f90 refactor: methods order, types in e2e test 2024-11-25 14:34:28 +01:00
Kamil Mysliwiec
95c8547b68 Merge pull request #14185 from sapenlei/fix/prevent-socketio-server-close
fix(websockets): Prevent HTTP server early close in Socket.IO shutdown
2024-11-25 14:31:18 +01:00
Kamil Myśliwiec
ae0517b364 Merge branch 'master' of https://github.com/nestjs/nest 2024-11-25 14:28:56 +01:00
Kamil Myśliwiec
8ffae006c8 sample: revert microservices sample local updates 2024-11-25 14:28:44 +01:00
Kamil Mysliwiec
f7248e2d8d Merge pull request #14181 from nestjs/fix/validation-pipe-swc-enum-bug
fix(common): fallback to empty string for enums when validating (swc builder)
2024-11-25 14:12:13 +01:00
Kamil Mysliwiec
edf574a29e Merge pull request #14200 from nestjs/feat/allow-queue-per-handler
feat(microservices): support nats queue per handler
2024-11-25 14:12:02 +01:00
Kamil Myśliwiec
25ad5b4b80 refactor(core): tiny improvements 2024-11-25 14:11:38 +01:00
Kamil Mysliwiec
3324703b88 Merge pull request #13804 from patrickacioli/fix-lazy-transient-provider
fix(core): dependencies not resolving for transient lazy providers
2024-11-25 14:10:06 +01:00
Kamil Myśliwiec
ab660c7edd test: add unit test 2024-11-25 13:48:54 +01:00
Kamil Myśliwiec
21279a9c49 feat(microservices): support nats queue per handler 2024-11-25 13:42:24 +01:00
Kamil Mysliwiec
59374c9b8c Merge pull request #13797 from patrickacioli/fix-fastify-global-route-prefix
fix(fastify-adapter): middleware not executed when root path is excluded
2024-11-25 13:37:55 +01:00
sapen
3b5cb562a1 test(websockets): Add integration test for Socket.IO HTTP server shutdown 2024-11-22 20:14:02 +08:00
Kamil Mysliwiec
43cf5723a3 Merge pull request #14184 from nestjs/feat/include-error-cause-ws
feat(websockets): include exception cause to associate error with req
2024-11-22 11:33:20 +01:00
Kamil Mysliwiec
b04895aed2 Merge pull request #14182 from nestjs/feat/intrinsic-exception
feat(common): introduce intrinsic exception
2024-11-22 11:32:18 +01:00
Kamil Mysliwiec
67e30e2f1f Merge pull request #14192 from nestjs/renovate/npm-webpack-vulnerability
chore(deps): update dependency webpack to v5.94.0 [security]
2024-11-22 11:31:18 +01:00
sapen
f650c22af8 fix(websockets): Revert type 2024-11-22 15:45:08 +08:00
renovate[bot]
2b90f44621 chore(deps): update dependency webpack to v5.94.0 [security] 2024-11-22 07:27:42 +00:00
Kamil Mysliwiec
3cf1130eaa Merge pull request #14191 from nestjs/dependabot/npm_and_yarn/light-my-request-6.3.0
chore(deps): bump light-my-request from 6.1.0 to 6.3.0
2024-11-22 08:24:47 +01:00
dependabot[bot]
646c663366 chore(deps): bump light-my-request from 6.1.0 to 6.3.0
Bumps [light-my-request](https://github.com/fastify/light-my-request) from 6.1.0 to 6.3.0.
- [Release notes](https://github.com/fastify/light-my-request/releases)
- [Commits](https://github.com/fastify/light-my-request/compare/v6.1.0...v6.3.0)

---
updated-dependencies:
- dependency-name: light-my-request
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-22 00:26:01 +00:00
Kamil Mysliwiec
f39fdacf8a Merge pull request #14188 from nestjs/dependabot/npm_and_yarn/sample/30-event-emitter/cross-spawn-7.0.6
chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /sample/30-event-emitter
2024-11-21 14:37:45 +01:00
dependabot[bot]
7fe2f43d28 chore(deps): bump cross-spawn in /sample/30-event-emitter
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-21 13:19:30 +00:00
Kamil Mysliwiec
180a3e6bd3 Merge pull request #14187 from nestjs/dependabot/npm_and_yarn/sample/34-using-esm-packages/multi-c29acd3782
chore(deps): bump cookie and @nestjs/platform-express in /sample/34-using-esm-packages
2024-11-21 14:18:28 +01:00
Kamil Mysliwiec
afbba2d318 Merge pull request #14189 from nestjs/dependabot/npm_and_yarn/sample/19-auth-jwt/cross-spawn-7.0.6
chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /sample/19-auth-jwt
2024-11-21 14:18:19 +01:00
Kamil Myśliwiec
f80984fb78 test: update integration test 2024-11-21 14:17:57 +01:00
dependabot[bot]
e3e9636dcc chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /sample/19-auth-jwt
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-21 13:14:40 +00:00
Kamil Mysliwiec
a4ddd867e6 Merge pull request #14186 from nestjs/dependabot/npm_and_yarn/sample/31-graphql-federation-code-first/posts-application/cross-spawn-7.0.6
chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /sample/31-graphql-federation-code-first/posts-application
2024-11-21 14:13:14 +01:00
dependabot[bot]
f99353f45e chore(deps): bump cookie and @nestjs/platform-express
Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.1 and updates ancestor dependency [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `cookie` from 0.6.0 to 0.7.1
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](https://github.com/jshttp/cookie/compare/v0.6.0...v0.7.1)

Updates `@nestjs/platform-express` from 10.4.4 to 10.4.8
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.4.8/packages/platform-express)

---
updated-dependencies:
- dependency-name: cookie
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-21 11:49:11 +00:00
dependabot[bot]
f3c0fcde5b chore(deps): bump cross-spawn
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-21 11:49:11 +00:00
Kamil Mysliwiec
29cc21c7b7 Merge pull request #14183 from nestjs/dependabot/npm_and_yarn/sample/32-graphql-federation-schema-first/posts-application/cross-spawn-7.0.6
chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /sample/32-graphql-federation-schema-first/posts-application
2024-11-21 12:47:07 +01:00
Kamil Myśliwiec
5c7724b649 test: update integration test 2024-11-21 12:46:20 +01:00
Kamil Myśliwiec
a3dbbecd61 feat: add cause factory to allow controlling the cause shape 2024-11-21 12:42:40 +01:00
sapen
40dbb27519 fix(websockets): Prevent HTTP server early close in Socket.IO shutdown 2024-11-21 19:20:26 +08:00
Kamil Myśliwiec
db95f2009d test: add missing unit tests, update typo 2024-11-21 12:06:35 +01:00
Kamil Myśliwiec
9020d759ca chore: export error payload interface 2024-11-21 11:35:24 +01:00
Kamil Myśliwiec
9a2b04947e chore: include pattern too 2024-11-21 11:35:02 +01:00
Kamil Myśliwiec
24983c8893 Merge branch 'feat/intrinsic-exception' into feat/include-error-cause-ws 2024-11-21 11:33:24 +01:00
Kamil Myśliwiec
a077ea51c1 Merge branch '11.0.0' into feat/intrinsic-exception 2024-11-21 10:43:36 +01:00
Kamil Myśliwiec
03a61e9728 chore: revert apply decorators signature (regression) 2024-11-21 10:41:37 +01:00
dependabot[bot]
2111a40e47 chore(deps): bump cross-spawn
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-21 09:32:47 +00:00
Kamil Mysliwiec
440e9cf6a3 Merge pull request #14176 from nestjs/dependabot/npm_and_yarn/sample/32-graphql-federation-schema-first/users-application/cross-spawn-7.0.6
chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /sample/32-graphql-federation-schema-first/users-application
2024-11-21 10:31:30 +01:00
Kamil Myśliwiec
c5e5b9072c feat(websockets): include exception cause to associate error with req 2024-11-21 10:30:26 +01:00
Kamil Myśliwiec
f99617dd6b feat(common): introduce intrinsic exception 2024-11-21 10:09:43 +01:00
Kamil Mysliwiec
f76a69341e Update packages/common/pipes/validation.pipe.ts 2024-11-21 09:48:21 +01:00
Kamil Myśliwiec
a3acefffda fix(common): fallback to empty string for enums when validating (swc) 2024-11-21 09:38:42 +01:00
Kamil Mysliwiec
73dea121d7 Merge pull request #14179 from nestjs/dependabot/npm_and_yarn/types/mocha-10.0.10
chore(deps-dev): bump @types/mocha from 10.0.9 to 10.0.10
2024-11-21 08:20:48 +01:00
Kamil Mysliwiec
a1732f5b3d Merge pull request #14175 from micalevisk/fix-issue-14154
fix(common,core): align the logic of optional provider
2024-11-21 08:20:34 +01:00
dependabot[bot]
76e73c26d5 chore(deps-dev): bump @types/mocha from 10.0.9 to 10.0.10
Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) from 10.0.9 to 10.0.10.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha)

---
updated-dependencies:
- dependency-name: "@types/mocha"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-21 00:23:58 +00:00
dependabot[bot]
62e3bd5a16 chore(deps): bump cross-spawn
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-20 14:45:08 +00:00
Kamil Mysliwiec
45f4612ed5 Merge pull request #14174 from nestjs/dependabot/npm_and_yarn/sample/22-graphql-prisma/cross-spawn-7.0.6
chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /sample/22-graphql-prisma
2024-11-20 15:43:53 +01:00
Micael Levi L. Cavalcante
aabde1aadb fix(common,core): align the logic of optional provider 2024-11-20 09:43:11 -04:00
Micael Levi L. Cavalcante
de6f7ca20e test(common): improve test suite for getInjectionProviders 2024-11-20 09:40:33 -04:00
dependabot[bot]
33be15afd5 chore(deps): bump cross-spawn in /sample/22-graphql-prisma
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-20 13:30:43 +00:00
Kamil Mysliwiec
48a74b338b Merge pull request #14173 from nestjs/dependabot/npm_and_yarn/sample/28-sse/cross-spawn-7.0.6
chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /sample/28-sse
2024-11-20 14:27:26 +01:00
Kamil Myśliwiec
5064d9b4a4 Merge branch 'pacyL2K19-test/sample-12-graphql-schema-first' 2024-11-20 12:56:23 +01:00
Kamil Myśliwiec
d98524ab9c chore: minor formatting changes 2024-11-20 12:56:10 +01:00
Kamil Myśliwiec
ddf99c39d0 Merge branch 'martinvysnovsky-test-sample-mongoose' 2024-11-20 12:53:04 +01:00
Kamil Myśliwiec
691e7d448e chore: minor formatting changes 2024-11-20 12:52:50 +01:00
Kamil Myśliwiec
518879b3d6 Merge branch 'test-sample-mongoose' of https://github.com/martinvysnovsky/nest into martinvysnovsky-test-sample-mongoose 2024-11-20 12:50:39 +01:00
Kamil Myśliwiec
b770d7d9b2 Merge branch 'master' of https://github.com/nestjs/nest 2024-11-20 12:49:16 +01:00
Kamil Myśliwiec
8b978e3028 Merge branch 'Yansb-test/sample-01-cats-app' 2024-11-20 12:49:03 +01:00
Kamil Myśliwiec
0f25e83229 style: minor formatting changes 2024-11-20 12:48:53 +01:00
Kamil Myśliwiec
f3ec5f22fa Merge branch 'test/sample-01-cats-app' of https://github.com/Yansb/nest into Yansb-test/sample-01-cats-app 2024-11-20 12:48:06 +01:00
dependabot[bot]
467697599f chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /sample/28-sse
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-20 11:47:13 +00:00
Kamil Mysliwiec
1dafb5fdce Merge pull request #14165 from nestjs/dependabot/npm_and_yarn/typescript-eslint/parser-8.15.0
chore(deps-dev): bump @typescript-eslint/parser from 8.14.0 to 8.15.0
2024-11-20 12:46:02 +01:00
Kamil Myśliwiec
212d07fcbf refactor(common): improve apply decorators types 2024-11-20 12:45:29 +01:00
Kamil Mysliwiec
71e8acec39 Merge pull request #14163 from nestjs/fix/grpc-client-streaming-bug
fix(microservices): grpc client streaming bugs
2024-11-20 11:11:51 +01:00
Kamil Mysliwiec
6094701679 Merge pull request #12954 from gunb0s/feature/nestjs-kafka-emit-batch
feat: emit batch
2024-11-20 11:11:43 +01:00
Kamil Mysliwiec
bdc9b4409a Merge pull request #14142 from nestjs/feat/microservice-client-server-additions
feat(microservices): add status, unwrap, on, and other features
2024-11-20 11:04:50 +01:00
Kamil Myśliwiec
c66d1fb5f7 fix: add type constraints and assertions 2024-11-20 10:41:37 +01:00
Kamil Mysliwiec
99b5a5bbfe Merge pull request #14171 from nestjs/dependabot/npm_and_yarn/sample/11-swagger/cross-spawn-7.0.6
chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /sample/11-swagger
2024-11-20 10:39:37 +01:00
Kamil Mysliwiec
1531e6a767 Merge pull request #14172 from nestjs/dependabot/npm_and_yarn/sample/35-use-esm-package-after-node22/multi-c29acd3782
chore(deps): bump cookie and @nestjs/platform-express in /sample/35-use-esm-package-after-node22
2024-11-20 10:36:36 +01:00
dependabot[bot]
3fa80a9dab chore(deps): bump cookie and @nestjs/platform-express
Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.1 and updates ancestor dependency [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `cookie` from 0.6.0 to 0.7.1
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](https://github.com/jshttp/cookie/compare/v0.6.0...v0.7.1)

Updates `@nestjs/platform-express` from 10.4.4 to 10.4.8
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.4.8/packages/platform-express)

---
updated-dependencies:
- dependency-name: cookie
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-20 09:27:05 +00:00
Kamil Mysliwiec
439516d7dc Merge pull request #14051 from micalevisk/add-esm-only-sample
chore: add sample on how to use esm on cjs
2024-11-20 10:26:00 +01:00
dependabot[bot]
22c4e9cae3 chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /sample/11-swagger
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-20 09:22:40 +00:00
Kamil Mysliwiec
9356509274 Update packages/microservices/server/server-nats.ts
Co-authored-by: Rick Dutour Geerling <rick@trilon.io>
2024-11-20 10:22:02 +01:00
Kamil Mysliwiec
2dda578d9a Merge pull request #14170 from nestjs/dependabot/npm_and_yarn/sample/24-serve-static/cross-spawn-7.0.6
chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /sample/24-serve-static
2024-11-20 10:21:33 +01:00
Kamil Myśliwiec
b65c41c5a8 fix: use proxy, drain buffer before execution 2024-11-20 10:21:10 +01:00
dependabot[bot]
f0c3cef7d4 chore(deps): bump cross-spawn in /sample/24-serve-static
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-20 08:24:47 +00:00
Kamil Mysliwiec
e2e70c1bc3 Merge pull request #14169 from nestjs/dependabot/npm_and_yarn/sample/15-mvc/cross-spawn-7.0.6
chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /sample/15-mvc
2024-11-20 09:23:39 +01:00
dependabot[bot]
70c18e9e7b chore(deps-dev): bump @typescript-eslint/parser from 8.14.0 to 8.15.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.14.0 to 8.15.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.15.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-20 07:42:35 +00:00
dependabot[bot]
102718ad1b chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /sample/15-mvc
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-20 07:42:00 +00:00
Kamil Mysliwiec
02d26a6fd7 Merge pull request #14164 from nestjs/dependabot/npm_and_yarn/sample/01-cats-app/cross-spawn-7.0.6
chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /sample/01-cats-app
2024-11-20 08:40:13 +01:00
Kamil Mysliwiec
8279fb5319 Merge pull request #14167 from nestjs/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-8.15.0
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.14.0 to 8.15.0
2024-11-20 08:40:05 +01:00
dependabot[bot]
d4e5743c9b chore(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.14.0 to 8.15.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.15.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-19 00:49:10 +00:00
dependabot[bot]
b1e33ece5d chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /sample/01-cats-app
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-18 22:46:40 +00:00
Micael Levi L. Cavalcante
e15d73190d chore: add sample on how to use esm with nodejs experimental flag 2024-11-18 11:30:39 -04:00
Kamil Myśliwiec
4564503936 fix: use valid reference for the cancel event constant 2024-11-18 15:27:45 +01:00
Kamil Mysliwiec
129fe79f6b Update packages/microservices/server/server-rmq.ts
Co-authored-by: Rick Dutour Geerling <rick@trilon.io>
2024-11-18 15:26:15 +01:00
Kamil Mysliwiec
4f55f88bff Update packages/microservices/server/server-nats.ts
Co-authored-by: Rick Dutour Geerling <rick@trilon.io>
2024-11-18 15:26:07 +01:00
Kamil Myśliwiec
30a6b52c50 fix(microservices): grpc client streaming bugs #14094 #13818 2024-11-18 15:23:44 +01:00
Kamil Mysliwiec
397390083f Merge pull request #13278 from johaven/feat-webdav-methods
feat(core,common,platform-fastify): add webdav http methods support
2024-11-18 13:16:35 +01:00
Kamil Myśliwiec
bc31b5cff5 test: update tcp config opts type 2024-11-18 13:14:59 +01:00
Kamil Mysliwiec
fb6025eb76 Merge pull request #13990 from Tony133/feat/upgrade-fastify-v5
feat(platform-fastify): added support for Fastify v5
2024-11-18 12:46:08 +01:00
Kamil Myśliwiec
3267135f2d chore: resolve merge conflicts 2024-11-18 12:45:34 +01:00
Kamil Mysliwiec
234d8d5600 Merge pull request #13924 from alinowrouzii/feat-microservices/nats-gracefull-shutdown
feat(microservices): add gracefull shutdown option for nats server
2024-11-18 12:33:48 +01:00
Kamil Mysliwiec
774ccbe1b2 Merge pull request #12622 from jmcdo29/feat/async-microservce-config
feat: allow for microservice options to come from the di container
2024-11-18 12:18:57 +01:00
Kamil Mysliwiec
ad97a73ab2 Merge branch '11.0.0' into feat-microservices/nats-gracefull-shutdown 2024-11-18 12:18:16 +01:00
Kamil Mysliwiec
00bb6309c1 Merge pull request #13407 from MegaSpaceHamlet/multer-error-fieldname
Multer error fieldname
2024-11-18 12:09:40 +01:00
Kamil Myśliwiec
c239f9a037 refactor: replace inline as any calls with untyped vars 2024-11-18 10:33:51 +01:00
Kamil Mysliwiec
a669981c81 Merge pull request #14121 from nestjs/feat/logger-additions
feat(common): json logger and a few other improvements
2024-11-18 10:09:57 +01:00
Kamil Myśliwiec
47941ba4d9 test: update outdated unit test 2024-11-18 09:56:13 +01:00
Kamil Mysliwiec
e89bb8e4a2 Merge pull request #14127 from CodyTseng/feat-ws-message-preprocessor
feat(ws): introduce message parser for ws adapter
2024-11-18 09:52:52 +01:00
Kamil Mysliwiec
ca86bf6374 Merge pull request #14129 from EeeasyCode/fix/issue-#13931
fix: rabbitmq bindings and auto-generated queues
2024-11-18 09:52:00 +01:00
Kamil Myśliwiec
09a193337a Merge branch 'ReneZeidler-fix-get-all-and-merge' into 11.0.0 2024-11-18 09:51:35 +01:00
Kamil Mysliwiec
bc19f81729 Merge pull request #14161 from nestjs/dependabot/npm_and_yarn/sample/25-dynamic-modules/cross-spawn-7.0.5
chore(deps): bump cross-spawn from 7.0.3 to 7.0.5 in /sample/25-dynamic-modules
2024-11-18 09:50:43 +01:00
Kamil Myśliwiec
33ef121d6b chore: a few improvements 2024-11-18 09:49:48 +01:00
dependabot[bot]
989075e6c1 chore(deps): bump cross-spawn in /sample/25-dynamic-modules
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.5.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.5)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-18 08:17:48 +00:00
Kamil Mysliwiec
c60428a6fd Merge pull request #14159 from nestjs/dependabot/npm_and_yarn/sample/33-graphql-mercurius/cross-spawn-7.0.5
chore(deps): bump cross-spawn from 7.0.3 to 7.0.5 in /sample/33-graphql-mercurius
2024-11-18 09:16:06 +01:00
Kamil Mysliwiec
d2ac397115 Merge pull request #13388 from AlexRMU/master
Сorrection of `Reflector` types
2024-11-18 09:14:09 +01:00
Kamil Myśliwiec
9129e4f858 refactor: remove redundant conditions 2024-11-18 09:10:34 +01:00
Kamil Myśliwiec
f37dafc132 chore: pass error instance to logger error method 2024-11-18 09:08:47 +01:00
Kamil Mysliwiec
3ad835c05d Merge pull request #14110 from wenlong-chen/fix-global-module-distance
fix(core): calculate module distance after bindGlobalScope
2024-11-18 08:18:34 +01:00
Kamil Mysliwiec
e965b4a141 Merge pull request #14111 from wenlong-chen/fix-module-destroy-order
fix(core): Order of module destroy should be the reverse of module init
2024-11-18 08:18:16 +01:00
Kamil Mysliwiec
92e2db8d99 Merge pull request #13632 from nestjs/renovate/npm-mysql2-vulnerability
fix(deps): update dependency mysql2 to v3.9.8 [security]
2024-11-18 08:16:45 +01:00
dependabot[bot]
5911ed245e chore(deps): bump cross-spawn in /sample/33-graphql-mercurius
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.5.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.5)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-18 07:15:19 +00:00
Kamil Mysliwiec
1b4decf75e Merge pull request #14151 from nestjs/dependabot/npm_and_yarn/sample/27-scheduling/cross-spawn-7.0.5
chore(deps): bump cross-spawn from 7.0.3 to 7.0.5 in /sample/27-scheduling
2024-11-18 08:13:39 +01:00
Kamil Mysliwiec
36756dd194 Merge pull request #14153 from micalevisk/patch-1
chore: shallow cloning `wrk` repository on benchmark setup
2024-11-18 08:13:18 +01:00
Kamil Mysliwiec
27193cc99f Merge pull request #14155 from webdiscus/cli-color-to-ansis
build(sample): replace cli-color with smaller and faster ansis
2024-11-18 08:13:08 +01:00
Micael Levi L. Cavalcante
194732f4aa chore: shallow cloning wrk repository on benchmarking setup 2024-11-17 12:41:46 -04:00
biodiscus
3559e0c1f2 build(sample): replace cli-color with smaller and faster ansis 2024-11-17 17:01:47 +01:00
dependabot[bot]
2e4ebe4870 chore(deps): bump cross-spawn in /sample/27-scheduling
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.5.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.5)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-16 21:17:27 +00:00
Kamil Mysliwiec
7d62aad5fc Merge pull request #14146 from nestjs/dependabot/npm_and_yarn/sample/28-sse/multi-c29acd3782
chore(deps): bump cookie and @nestjs/platform-express in /sample/28-sse
2024-11-16 22:16:21 +01:00
Kamil Mysliwiec
ef8f64cf42 Merge pull request #14149 from nestjs/dependabot/npm_and_yarn/sample/32-graphql-federation-schema-first/gateway/cross-spawn-7.0.5
chore(deps): bump cross-spawn from 7.0.3 to 7.0.5 in /sample/32-graphql-federation-schema-first/gateway
2024-11-16 22:16:13 +01:00
Kamil Mysliwiec
afa667509f Merge pull request #12995 from nestjs/renovate/supertest-6.x
chore(deps): update dependency supertest to v6.3.4
2024-11-16 22:15:59 +01:00
renovate[bot]
dc09280634 chore(deps): update dependency supertest to v6.3.4 2024-11-16 20:31:33 +00:00
dependabot[bot]
8115930ec8 chore(deps): bump cookie and @nestjs/platform-express in /sample/28-sse
Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.1 and updates ancestor dependency [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `cookie` from 0.6.0 to 0.7.1
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](https://github.com/jshttp/cookie/compare/v0.6.0...v0.7.1)

Updates `@nestjs/platform-express` from 10.4.4 to 10.4.8
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.4.8/packages/platform-express)

---
updated-dependencies:
- dependency-name: cookie
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-16 20:27:58 +00:00
Kamil Mysliwiec
8fc1c9786a Merge pull request #12815 from nestjs/renovate/node-20.x
chore(deps): update dependency @types/node to v20.17.6
2024-11-16 21:26:57 +01:00
renovate[bot]
2b9f2fd493 chore(deps): update dependency @types/node to v20.17.6 2024-11-16 20:20:53 +00:00
renovate[bot]
2867dff697 fix(deps): update dependency mysql2 to v3.9.8 [security] 2024-11-16 20:18:43 +00:00
dependabot[bot]
ee7eb9d48d chore(deps): bump cross-spawn
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.5.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.5)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-16 20:13:01 +00:00
Kamil Mysliwiec
f38a07719a Merge pull request #14147 from nestjs/chore/upgrade-deps
chore: upgrade deps
2024-11-16 21:11:51 +01:00
Kamil Myśliwiec
af8cd7e4c9 sample: update grpc example 2024-11-16 20:49:36 +01:00
Kamil Myśliwiec
c800b06a22 ci: update node version for eslint workflow 2024-11-16 20:38:48 +01:00
Kamil Myśliwiec
f00192f4f1 chore: regenerate package-lock 2024-11-16 20:32:25 +01:00
Kamil Myśliwiec
b8ddf4fa59 chore: revert markdown-table 2024-11-16 20:29:41 +01:00
Kamil Myśliwiec
a9954025dd style(lint): update eslint rules 2024-11-16 20:26:21 +01:00
Kamil Myśliwiec
0d9b7c85db sample: updateg grpc options type 2024-11-16 20:25:42 +01:00
Kamil Myśliwiec
d9a592d899 chore: update package json 2024-11-16 20:01:52 +01:00
Kamil Myśliwiec
ef24801fcc chore: upgrade deps 2024-11-16 20:00:50 +01:00
Kamil Mysliwiec
bde210677f Merge pull request #14144 from nestjs/dependabot/npm_and_yarn/sample/33-graphql-mercurius/multi-ba981ebd23
chore(deps): bump cookie, light-my-request and @nestjs/platform-fastify in /sample/33-graphql-mercurius
2024-11-15 15:29:41 +01:00
Kamil Myśliwiec
d35006a0d3 chore: update readmes 2024-11-15 14:55:07 +01:00
dependabot[bot]
29a80ba8ab chore(deps): bump cookie, light-my-request and @nestjs/platform-fastify
Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.2 and updates ancestor dependencies [cookie](https://github.com/jshttp/cookie), [light-my-request](https://github.com/fastify/light-my-request) and [@nestjs/platform-fastify](https://github.com/nestjs/nest/tree/HEAD/packages/platform-fastify). These dependencies need to be updated together.


Updates `cookie` from 0.5.0 to 0.7.2
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](https://github.com/jshttp/cookie/compare/v0.5.0...v0.7.2)

Updates `light-my-request` from 5.11.0 to 5.14.0
- [Release notes](https://github.com/fastify/light-my-request/releases)
- [Commits](https://github.com/fastify/light-my-request/compare/v5.11.0...v5.14.0)

Updates `@nestjs/platform-fastify` from 10.3.2 to 10.4.8
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.4.8/packages/platform-fastify)

---
updated-dependencies:
- dependency-name: cookie
  dependency-type: indirect
- dependency-name: light-my-request
  dependency-type: indirect
- dependency-name: "@nestjs/platform-fastify"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-15 13:53:10 +00:00
Kamil Myśliwiec
3c5180d2d5 chore(@nestjs) publish v10.4.8 release 2024-11-15 14:51:54 +01:00
Kamil Mysliwiec
a7b73e3107 Merge pull request #14143 from nestjs/feat/expose-listening-stream
feat(core): expose listening stream from http adapter host
2024-11-15 14:40:16 +01:00
Kamil Mysliwiec
491ed77f22 Merge pull request #14059 from v-sum/fix-disregarded-rmq-client-options
fix(microservices): include discarded rmq client options
2024-11-15 14:32:46 +01:00
Kamil Myśliwiec
e64ab182ba refactor(core): replace internal init with an inline promise 2024-11-15 14:32:09 +01:00
Kamil Mysliwiec
dade6d5889 Merge pull request #14139 from mksony/chore/ensure-application-init-before-accepting-sigterm
chore(core): defer application shutdown until init finishes
2024-11-15 14:31:03 +01:00
Kamil Mysliwiec
49dc36d9e5 Merge pull request #14132 from nestjs/fix/mqtt-microservices-qos2
fix(microservices): no messages emitted with mqtt when qos set
2024-11-15 14:30:42 +01:00
Kamil Mysliwiec
831d29553d Merge pull request #14133 from nestjs/fix/flaky-durable-provider
fix(core): flaky durable provider, remove instance on error
2024-11-15 14:30:28 +01:00
Kamil Mysliwiec
feb2135373 Merge pull request #14123 from micalevisk/feat/narrow-nest-factories-methods
feat(core)!: type narrowing valid entry module for nestjs factories
2024-11-15 13:29:54 +01:00
Kamil Mysliwiec
9ea618e0a8 Update packages/core/nest-factory.ts 2024-11-15 13:29:35 +01:00
Kamil Myśliwiec
259b5dd828 fix: remove duplicated client redis message handler 2024-11-15 13:27:04 +01:00
Kamil Myśliwiec
66c3ab23ee sample: update grpc client options type 2024-11-15 12:48:22 +01:00
Kamil Myśliwiec
f2b6cc0e93 fix: fix minor type issues, broken imports 2024-11-15 11:50:09 +01:00
Kamil Myśliwiec
1a076fc4cb feat(core): expose listening stream from http adapter host 2024-11-15 11:23:16 +01:00
Kamil Myśliwiec
f983f03665 fix: update broken import paths 2024-11-15 10:19:26 +01:00
Kamil Mysliwiec
9a48dc123e Merge pull request #14131 from nestjs/feat/number-exception-create-body
feat(common): allow passing number to http error createBody
2024-11-15 10:18:14 +01:00
Kamil Mysliwiec
07adf37156 Merge pull request #14122 from nestjs/feat/parse-date-pipe
feat(common): add ParseDatePipe, add tsdoc to other pipes
2024-11-15 10:17:52 +01:00
Kamil Mysliwiec
ea92f5fb3a Merge pull request #14134 from nestjs/feat/add-max-tcp-message-length
feat(microservices): add max tcp packet buffer length
2024-11-15 10:17:28 +01:00
Kamil Myśliwiec
3dfc7fc68e feat(microservices): add status, unwrap, on, and other features 2024-11-15 10:03:05 +01:00
Max Karacsony
5c6986f0c7 chore(core): defer application shutdown until init finishes 2024-11-14 13:50:07 +01:00
codytseng
33e32d9d5d feat(ws): allow setting message parser in constructor 2024-11-13 09:58:32 +08:00
codytseng
2ab99739cd refactor(ws): rename to message parser and move json parse logic inside 2024-11-13 09:57:29 +08:00
Kamil Myśliwiec
9ae6a4c19f feat(microservices): add max tcp packet buffer length 2024-11-12 13:37:14 +01:00
Kamil Myśliwiec
229d97f018 fix(core): flaky durable provider, remove instance on error #13953 2024-11-12 13:23:51 +01:00
Kamil Myśliwiec
1fe4dc2cad fix(microservices): no messages emitted with mqtt when qos set #14079 2024-11-12 12:35:25 +01:00
Kamil Myśliwiec
35846843e1 feat(common): allow passing number to http error create body #12787 2024-11-12 11:12:41 +01:00
Kamil Mysliwiec
945d134b66 Merge pull request #14126 from EeeasyCode/issue-#14093
fix(common): type narrowing context parameter on createParamDecorator's callback
2024-11-12 09:36:52 +01:00
Khan / 이창민
e231f9887e fix: rabbitmq bindings and auto-generated queues 2024-11-11 15:31:19 +09:00
Khan / 이창민
2874478b95 fix: import to use direct file path 2024-11-11 00:05:24 +09:00
codytseng
de13eec632 feat: introduce message preprocessor for ws adapter 2024-11-10 16:14:07 +08:00
Khan / 이창민
e9d57dd795 fix: type narrowing ctx 2024-11-10 16:31:29 +09:00
Micael Levi L. Cavalcante
3cdaaf0bed feat(core): type narrowing valid entry module for nestjs factories 2024-11-09 06:50:47 -04:00
Kamil Myśliwiec
676461ff4e test: add unit tests, minor updates 2024-11-08 15:49:24 +01:00
Kamil Myśliwiec
cd7079bcc0 feat(common): add parse date pipe, add tsdoc to other pipes 2024-11-08 15:28:13 +01:00
Kamil Myśliwiec
66c4810b0f style: fix linter issues 2024-11-08 14:29:42 +01:00
Kamil Myśliwiec
23e602b712 style: fix linter issues 2024-11-08 14:09:58 +01:00
Kamil Myśliwiec
e767bd364e feat: produce a parseable json when colors off and compact on 2024-11-08 13:49:42 +01:00
Kamil Mysliwiec
bcda8fd791 Merge pull request #14115 from Tony133/chore/update-fastify-view-options-interface
chore(fastify): update fastify view options interface
2024-11-08 12:26:59 +01:00
Kamil Mysliwiec
fb32ef6d46 Merge pull request #14116 from Tony133/chore/update-fastify-static-options-interface
refactor(fastify): update fastify static options interface
2024-11-08 12:26:29 +01:00
Kamil Mysliwiec
51a03bbcf2 Merge pull request #14113 from nestjs/feat/context-select-options
feat(core): allow overriding abortOnError for the select method
2024-11-08 11:44:11 +01:00
Kamil Mysliwiec
f191f0f1fd Merge pull request #14112 from nestjs/fix/instance-method-call
fix(microservices): use instance refs for target handler callbacks
2024-11-08 11:43:06 +01:00
Kamil Mysliwiec
84bf5706e2 Merge pull request #14097 from clkamp/wip-distance-order
fix(core): revisit dependencies w/ possibly higher distance
2024-11-08 11:42:49 +01:00
Kamil Myśliwiec
03d8bcc21c feat: add pid to log object 2024-11-08 11:32:08 +01:00
Kamil Myśliwiec
e75eb1d14a feat(common): json logger and a few other improvements 2024-11-08 11:21:37 +01:00
Tony133
790bafa46e refactor(): update fastify static options interface 2024-11-07 21:15:39 +01:00
Tony133
f13e32ad33 chore: update fastify view options interface 2024-11-07 21:12:38 +01:00
Antonio Tripodi
1ed97489e3 Merge branch 'master' into feat/upgrade-fastify-v5 2024-11-07 18:39:10 +01:00
Tony133
7de7320550 chore: upgrade dependencies for nest v11.x 2024-11-07 18:37:41 +01:00
Kamil Mysliwiec
3081f544f4 Merge pull request #14114 from micalevisk/fix-issue-13733
fix(common)!: drop broken support for promises on `exports` of modules
2024-11-07 14:10:35 +01:00
Micael Levi L. Cavalcante
5bc7f91d90 fix(common): drop broken support for promises on exports of modules 2024-11-07 08:49:14 -04:00
Kamil Mysliwiec
6ea78d52fb Merge pull request #13628 from tomflorentin/master
chore(class-transformer): plainToClass is deprectated and replaced with plainToInstance
2024-11-07 12:38:37 +01:00
Kamil Myśliwiec
38bfa9a13a feat(core): allow overriding abort on error for select method 2024-11-07 12:18:12 +01:00
Kamil Myśliwiec
f273041594 test: update unit tests 2024-11-07 12:07:59 +01:00
Kamil Myśliwiec
da8ebded25 fix(microservices): use instance ref to call handler #13473 2024-11-07 12:01:18 +01:00
Wenlong Chen
34c2ccabe8 fix(core): Order of module destroy should be the reverse of module init 2024-11-06 21:08:35 +08:00
Kamil Mysliwiec
0f38439aa6 Merge pull request #12761 from PieterScheffers/tcp-use-random-port
Be able to use a random port for the TCP server
2024-11-06 13:22:30 +01:00
Kamil Mysliwiec
5cdea22c39 Merge pull request #13468 from nestjs/revert-13467-revert-13283-fix/unnecessary-call
fix(microservices): delete unnecessary call of grpcClient.start
2024-11-06 12:54:35 +01:00
Kamil Mysliwiec
fd563c0ae9 Merge pull request #12735 from micalevisk/feat/narrow-inject
feat(common)!: type narrowing allowed injection tokens for `@Inject()`
2024-11-06 12:53:08 +01:00
Kamil Mysliwiec
9b690d95a2 Merge branch '11.0.0' into master 2024-11-06 12:51:14 +01:00
Kamil Mysliwiec
6228af1444 Merge pull request #13336 from nestjs/feat/module-opaque-keys
feat(core): introduce different module opaque key factories
2024-11-06 12:49:55 +01:00
Kamil Mysliwiec
8d0a3cd457 Merge pull request #12893 from Hareloo/12864-default-number-query-param-bug
fix(common): when transforming undefined numeric values
2024-11-06 12:49:48 +01:00
Kamil Mysliwiec
c63717db9d Merge pull request #12764 from kmw14641/kmw14641-bugfix/class-serializer-interceptor
fix(common): apply options to plaintoclass in classserializerinterceptor
2024-11-06 12:48:37 +01:00
Kamil Mysliwiec
9cb84e78f8 Update packages/microservices/server/server-tcp.ts
Co-authored-by: Gil Tichon <gil.tichon@lemonade.com>
2024-11-06 12:47:19 +01:00
Wenlong Chen
5ccc88fe8a fix(core): Calculate module distance after bindGlobalScope 2024-11-06 19:02:17 +08:00
Kamil Mysliwiec
bc4667c15a Update Readme.md 2024-11-05 14:19:52 +01:00
Kamil Myśliwiec
a544552f72 chore(@nestjs) publish v10.4.7 release 2024-11-05 09:57:20 +01:00
Kamil Mysliwiec
954616da7d Merge pull request #14108 from nestjs/chore/undeprecate-listen-fastify
chore(fastify): undeprecate listen method
2024-11-05 09:49:24 +01:00
Kamil Myśliwiec
c6b95f54a7 chore(fastify): undeprecate listen method 2024-11-05 09:37:22 +01:00
Johaven
af4e1d0a33 Merge branch 'nestjs:master' into feat-webdav-methods 2024-11-02 00:22:06 +01:00
Christian Lütke Stetzkamp
2c8982a2c7 fix(core): revisit dependencies w/ possibly higher distance 2024-10-29 15:33:44 +01:00
Kamil Myśliwiec
7843db3984 chore(@nestjs) publish v10.4.6 release 2024-10-23 10:21:04 +02:00
Kamil Mysliwiec
42e0798d8c Merge pull request #14085 from nestjs/fix/internal-core-module-on-preview
fix(core): initialize internal core module on preview
2024-10-23 10:20:07 +02:00
Kamil Myśliwiec
d9c8df7d40 fix(core): initialize internal core module on preview 2024-10-23 09:59:47 +02:00
Kamil Myśliwiec
025b32f342 Merge branch 'master' of https://github.com/nestjs/nest 2024-10-21 09:41:11 +02:00
Kamil Myśliwiec
c28f92e0c3 sample: simulate timeout to demonstrate caching 2024-10-21 09:40:57 +02:00
Kamil Mysliwiec
bc3ba4861d Merge pull request #14069 from pabloaguilarmartinez/engineio-cookie-vulnerability-update
build(socket.io): update engine.io dependencies for cookie vulnerability
2024-10-19 12:13:58 +02:00
Kamil Mysliwiec
8996a10235 Merge pull request #14076 from nestjs/renovate/npm-apollo-gateway-vulnerability
fix(deps): update dependency @apollo/gateway to v2.8.5 [security]
2024-10-19 12:13:46 +02:00
renovate[bot]
2c6eea08a9 fix(deps): update dependency @apollo/gateway to v2.8.5 [security] 2024-10-18 17:25:50 +00:00
Kamil Mysliwiec
f63e7adc80 Merge pull request #14067 from nestjs/renovate/npm-apollo-gateway-vulnerability
fix(deps): update dependency @apollo/gateway to v2.8.5 [security]
2024-10-18 15:02:29 +02:00
pabloaguilarm
4d3d39158a build(socket.io): update engine.io dependencies for cookie vulnerability 2024-10-16 19:59:59 +02:00
Kamil Myśliwiec
198eaf7e5c chore: update package.json 2024-10-16 12:40:57 +02:00
Kamil Myśliwiec
94a1ca14a9 chore: update readme and package.json 2024-10-16 12:40:33 +02:00
Kamil Myśliwiec
ed644e9877 chore(@nestjs) publish v10.4.5 release 2024-10-16 12:40:09 +02:00
renovate[bot]
bb2f2c4bb5 fix(deps): update dependency @apollo/gateway to v2.8.5 [security] 2024-10-16 10:39:50 +00:00
Kamil Mysliwiec
0ea48d2d7a Merge pull request #13879 from frndvrgs/feat-opts-listen-method
feat(fastify): adding opts to the listen method interface and deprecating variadic JSDocs warnings
2024-10-16 12:37:51 +02:00
Kamil Mysliwiec
508d2f3428 Merge pull request #14060 from ezintz/fix-express-vulnerabilities
build(express): upgrade to express 4.2.1
2024-10-16 12:36:34 +02:00
Kamil Mysliwiec
7cf4708a05 Merge pull request #13903 from nestjs/dependabot/npm_and_yarn/sample/31-graphql-federation-code-first/posts-application/multi-dabac980bd
chore(deps): bump ws and @nestjs/graphql in /sample/31-graphql-federation-code-first/posts-application
2024-10-16 12:36:13 +02:00
Kamil Mysliwiec
8c2e03dcc9 Merge pull request #13917 from nestjs/dependabot/npm_and_yarn/sample/32-graphql-federation-schema-first/posts-application/micromatch-4.0.8
chore(deps): bump micromatch from 4.0.4 to 4.0.8 in /sample/32-graphql-federation-schema-first/posts-application
2024-10-16 12:36:01 +02:00
Kamil Mysliwiec
6ada824161 Merge pull request #14064 from PattyTrish/cookie-vulnerability-update
build(fastify): upgrade light-my-request to 6.1.0
2024-10-16 12:35:38 +02:00
Kamil Mysliwiec
d2ca9ec757 Merge pull request #14066 from micalevisk/test/cover-validation-pipe-options
test(common): add tests for validation pipe on 'custom' types
2024-10-16 12:35:09 +02:00
Micael Levi L. Cavalcante
78b3f0c912 test(common): add tests for validation pipe on 'custom' types 2024-10-12 17:50:14 -04:00
Patricia Ahern
980eb5bb0a build(fastify): upgrade light-my-request to 6.1.0 2024-10-10 19:14:57 -05:00
Eduard Zintz
160c3b37d8 build(express): upgrade to express 4.2.1
fixes vulnerabilites with cookie and path-to-regexp, see
https://github.com/jshttp/cookie/security/advisories/GHSA-pxg6-pf52-xh8x
https://github.com/advisories/GHSA-9wv6-86v2-598j
2024-10-10 09:31:46 +02:00
Kamil Mysliwiec
d0f401ab6e Merge pull request #14015 from nestjs/dependabot/npm_and_yarn/sample/10-fastify/find-my-way-8.2.2
chore(deps): bump find-my-way from 8.1.0 to 8.2.2 in /sample/10-fastify
2024-10-09 09:08:13 +02:00
Kamil Mysliwiec
89840cee57 Merge pull request #14039 from nestjs/dependabot/npm_and_yarn/sample/23-graphql-code-first/multi-1f9ae28231
chore(deps): bump serve-static, express and @nestjs/platform-express in /sample/23-graphql-code-first
2024-10-09 09:08:05 +02:00
Kamil Mysliwiec
94237439c4 Merge pull request #14040 from nestjs/dependabot/npm_and_yarn/sample/24-serve-static/multi-0b8bbc7c9e
chore(deps): bump send, @nestjs/platform-express and express in /sample/24-serve-static
2024-10-09 09:07:57 +02:00
Kamil Mysliwiec
9ee022495a Update Readme.md 2024-10-09 09:06:40 +02:00
Vasile Sumanschi
9cd43532ae fix(microservices): include discarded rmq client options
all other properties, beside 'connectionOptions', from the socketOptions object ( of type AmqpConnectionManagerSocketOptions )
were being discarded on the creation of the AmqpConnectionManager client
https://github.com/nestjs/nest/blob/master/packages/microservices/external/rmq-url.interface.ts#L47
https://github.com/jwalton/node-amqp-connection-manager/blob/v4.1.14/src/AmqpConnectionManager.ts#L46

https://github.com/nestjs/nest/issues/5788#issuecomment-2373361313
2024-10-09 01:17:27 +03:00
Johaven
e1c1945a45 fix(platform-fastify): uppercase methods 2024-10-08 13:49:56 +02:00
Johaven
0d5ad26268 Merge branch 'nestjs:master' into feat-webdav-methods 2024-10-08 13:42:54 +02:00
Micael Levi L. Cavalcante
aff30bf63d chore: support skip npm script execution depending on require nodejs 2024-10-02 18:03:17 -04:00
Micael Levi L. Cavalcante
0dafaaa0b9 chore: add sample on how to use esm on cjs 2024-10-01 09:35:05 -04:00
dependabot[bot]
93514fdc70 chore(deps): bump send, @nestjs/platform-express and express
Bumps [send](https://github.com/pillarjs/send) to 0.19.0 and updates ancestor dependencies [send](https://github.com/pillarjs/send), [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express) and [express](https://github.com/expressjs/express). These dependencies need to be updated together.


Updates `send` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/pillarjs/send/releases)
- [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md)
- [Commits](https://github.com/pillarjs/send/compare/0.18.0...0.19.0)

Updates `@nestjs/platform-express` from 10.3.8 to 10.4.4
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.4.4/packages/platform-express)

Updates `express` from 4.19.2 to 4.21.0
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.21.0)

---
updated-dependencies:
- dependency-name: send
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 08:10:45 +00:00
dependabot[bot]
a46a7dbe12 chore(deps): bump serve-static, express and @nestjs/platform-express
Bumps [serve-static](https://github.com/expressjs/serve-static) to 1.16.2 and updates ancestor dependencies [serve-static](https://github.com/expressjs/serve-static), [express](https://github.com/expressjs/express) and [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `serve-static` from 1.15.0 to 1.16.2
- [Release notes](https://github.com/expressjs/serve-static/releases)
- [Changelog](https://github.com/expressjs/serve-static/blob/v1.16.2/HISTORY.md)
- [Commits](https://github.com/expressjs/serve-static/compare/v1.15.0...v1.16.2)

Updates `express` from 4.19.2 to 4.21.0
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.21.0)

Updates `@nestjs/platform-express` from 10.3.10 to 10.4.4
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.4.4/packages/platform-express)

---
updated-dependencies:
- dependency-name: serve-static
  dependency-type: indirect
- dependency-name: express
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 08:10:28 +00:00
Kamil Mysliwiec
9825529f40 Merge pull request #14034 from nestjs/dependabot/npm_and_yarn/sample/28-sse/multi-5eb378ec3a
chore(deps): bump serve-static and @nestjs/platform-express in /sample/28-sse
2024-09-26 10:09:15 +02:00
Kamil Mysliwiec
826ff4b426 Merge pull request #14035 from nestjs/dependabot/npm_and_yarn/sample/28-sse/multi-6ddc2c7951
chore(deps): bump send and @nestjs/platform-express in /sample/28-sse
2024-09-26 10:09:09 +02:00
dependabot[bot]
fd740b61a6 chore(deps): bump send and @nestjs/platform-express in /sample/28-sse
Bumps [send](https://github.com/pillarjs/send) to 0.19.0 and updates ancestor dependency [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `send` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/pillarjs/send/releases)
- [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md)
- [Commits](https://github.com/pillarjs/send/compare/0.18.0...0.19.0)

Updates `@nestjs/platform-express` from 10.3.8 to 10.4.4
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.4.4/packages/platform-express)

---
updated-dependencies:
- dependency-name: send
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-25 06:24:39 +00:00
dependabot[bot]
c936deccad chore(deps): bump serve-static and @nestjs/platform-express
Bumps [serve-static](https://github.com/expressjs/serve-static) to 1.16.2 and updates ancestor dependency [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `serve-static` from 1.15.0 to 1.16.2
- [Release notes](https://github.com/expressjs/serve-static/releases)
- [Changelog](https://github.com/expressjs/serve-static/blob/v1.16.2/HISTORY.md)
- [Commits](https://github.com/expressjs/serve-static/compare/v1.15.0...v1.16.2)

Updates `@nestjs/platform-express` from 10.3.8 to 10.4.4
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.4.4/packages/platform-express)

---
updated-dependencies:
- dependency-name: serve-static
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-25 06:24:32 +00:00
Kamil Mysliwiec
47cda92922 Merge pull request #14030 from nestjs/dependabot/npm_and_yarn/sample/25-dynamic-modules/multi-6ddc2c7951
chore(deps): bump send and @nestjs/platform-express in /sample/25-dynamic-modules
2024-09-25 08:23:29 +02:00
Kamil Mysliwiec
d70d0ba209 Merge pull request #14031 from nestjs/dependabot/npm_and_yarn/sample/25-dynamic-modules/multi-5eb378ec3a
chore(deps): bump serve-static and @nestjs/platform-express in /sample/25-dynamic-modules
2024-09-25 08:23:18 +02:00
dependabot[bot]
0fbc2a65d1 chore(deps): bump serve-static and @nestjs/platform-express
Bumps [serve-static](https://github.com/expressjs/serve-static) to 1.16.2 and updates ancestor dependency [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `serve-static` from 1.15.0 to 1.16.2
- [Release notes](https://github.com/expressjs/serve-static/releases)
- [Changelog](https://github.com/expressjs/serve-static/blob/v1.16.2/HISTORY.md)
- [Commits](https://github.com/expressjs/serve-static/compare/v1.15.0...v1.16.2)

Updates `@nestjs/platform-express` from 10.3.8 to 10.4.4
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.4.4/packages/platform-express)

---
updated-dependencies:
- dependency-name: serve-static
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-24 06:53:07 +00:00
dependabot[bot]
fa56e58847 chore(deps): bump send and @nestjs/platform-express
Bumps [send](https://github.com/pillarjs/send) to 0.19.0 and updates ancestor dependency [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `send` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/pillarjs/send/releases)
- [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md)
- [Commits](https://github.com/pillarjs/send/compare/0.18.0...0.19.0)

Updates `@nestjs/platform-express` from 10.3.8 to 10.4.4
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.4.4/packages/platform-express)

---
updated-dependencies:
- dependency-name: send
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-24 06:53:02 +00:00
Kamil Mysliwiec
44c4f8fa8d Merge pull request #14026 from nestjs/dependabot/npm_and_yarn/sample/26-queues/multi-791e36bb45
chore(deps): bump serve-static and @nestjs/platform-express in /sample/26-queues
2024-09-24 08:51:57 +02:00
Kamil Mysliwiec
1460c6b468 Merge pull request #14025 from nestjs/dependabot/npm_and_yarn/sample/26-queues/multi-6828042f11
chore(deps): bump send and @nestjs/platform-express in /sample/26-queues
2024-09-24 08:51:52 +02:00
Kamil Mysliwiec
a1336bf60c Merge pull request #14028 from tuxmachine/test/14016-fastify-head
test: add coverage for Fastify HEAD regression
2024-09-24 08:51:14 +02:00
Rick Dutour Geerling
4d46bd8f75 test: GET endpoints should respond to HEAD reqs 2024-09-23 10:12:19 +02:00
Kamil Myśliwiec
5ae7e0f214 chore(@nestjs) publish v10.4.4 release 2024-09-23 08:47:40 +02:00
dependabot[bot]
166d5840c1 chore(deps): bump serve-static and @nestjs/platform-express
Bumps [serve-static](https://github.com/expressjs/serve-static) to 1.16.2 and updates ancestor dependency [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `serve-static` from 1.15.0 to 1.16.2
- [Release notes](https://github.com/expressjs/serve-static/releases)
- [Changelog](https://github.com/expressjs/serve-static/blob/v1.16.2/HISTORY.md)
- [Commits](https://github.com/expressjs/serve-static/compare/v1.15.0...v1.16.2)

Updates `@nestjs/platform-express` from 10.3.8 to 10.4.3
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.4.3/packages/platform-express)

---
updated-dependencies:
- dependency-name: serve-static
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-23 06:47:29 +00:00
dependabot[bot]
03e122a273 chore(deps): bump send and @nestjs/platform-express in /sample/26-queues
Bumps [send](https://github.com/pillarjs/send) to 0.19.0 and updates ancestor dependency [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `send` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/pillarjs/send/releases)
- [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md)
- [Commits](https://github.com/pillarjs/send/compare/0.18.0...0.19.0)

Updates `@nestjs/platform-express` from 10.3.8 to 10.4.3
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.4.3/packages/platform-express)

---
updated-dependencies:
- dependency-name: send
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-23 06:47:15 +00:00
Kamil Myśliwiec
0682d390cb Merge branch 'master' of https://github.com/nestjs/nest 2024-09-23 08:46:34 +02:00
Kamil Myśliwiec
3c24de6e1f chore: update readmes 2024-09-23 08:46:26 +02:00
Kamil Mysliwiec
091722e179 Merge pull request #14013 from nestjs/dependabot/npm_and_yarn/sample/27-scheduling/multi-6828042f11
chore(deps): bump send and @nestjs/platform-express in /sample/27-scheduling
2024-09-23 08:45:51 +02:00
Kamil Mysliwiec
7dca5bdf42 Merge pull request #14014 from nestjs/dependabot/npm_and_yarn/sample/27-scheduling/multi-791e36bb45
chore(deps): bump serve-static and @nestjs/platform-express in /sample/27-scheduling
2024-09-23 08:45:45 +02:00
Kamil Mysliwiec
f9c5140a47 Merge pull request #14017 from tuxmachine/fix/14016-fastify-head
fix(fastify): uppercase http method names
2024-09-23 08:45:19 +02:00
Rick Dutour Geerling
29fca46d55 fix(fastify): uppercase http method names
Fastify expects uppercase and won't auto-add the HEAD method otherwise

Closes #13016
2024-09-20 14:01:31 +02:00
dependabot[bot]
d378fff036 chore(deps): bump find-my-way from 8.1.0 to 8.2.2 in /sample/10-fastify
Bumps [find-my-way](https://github.com/delvedor/find-my-way) from 8.1.0 to 8.2.2.
- [Release notes](https://github.com/delvedor/find-my-way/releases)
- [Commits](https://github.com/delvedor/find-my-way/compare/v8.1.0...v8.2.2)

---
updated-dependencies:
- dependency-name: find-my-way
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-20 10:20:38 +00:00
dependabot[bot]
b389a536fb chore(deps): bump ws and @nestjs/graphql
Bumps [ws](https://github.com/websockets/ws) to 8.17.1 and updates ancestor dependency [@nestjs/graphql](https://github.com/nestjs/graphql). These dependencies need to be updated together.


Updates `ws` from 7.5.9 to 8.17.1
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/7.5.9...8.17.1)

Updates `@nestjs/graphql` from 12.0.11 to 12.2.0
- [Release notes](https://github.com/nestjs/graphql/releases)
- [Commits](https://github.com/nestjs/graphql/compare/v12.0.11...v12.2.0)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
- dependency-name: "@nestjs/graphql"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-20 10:20:35 +00:00
dependabot[bot]
6ca325476a chore(deps): bump serve-static and @nestjs/platform-express
Bumps [serve-static](https://github.com/expressjs/serve-static) to 1.16.2 and updates ancestor dependency [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `serve-static` from 1.15.0 to 1.16.2
- [Release notes](https://github.com/expressjs/serve-static/releases)
- [Changelog](https://github.com/expressjs/serve-static/blob/v1.16.2/HISTORY.md)
- [Commits](https://github.com/expressjs/serve-static/compare/v1.15.0...v1.16.2)

Updates `@nestjs/platform-express` from 10.3.8 to 10.4.3
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.4.3/packages/platform-express)

---
updated-dependencies:
- dependency-name: serve-static
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-20 10:20:32 +00:00
dependabot[bot]
2409e3c48b chore(deps): bump send and @nestjs/platform-express
Bumps [send](https://github.com/pillarjs/send) to 0.19.0 and updates ancestor dependency [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `send` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/pillarjs/send/releases)
- [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md)
- [Commits](https://github.com/pillarjs/send/compare/0.18.0...0.19.0)

Updates `@nestjs/platform-express` from 10.3.8 to 10.4.3
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.4.3/packages/platform-express)

---
updated-dependencies:
- dependency-name: send
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-20 10:20:31 +00:00
Kamil Mysliwiec
43e374c07b Merge pull request #14011 from nestjs/dependabot/npm_and_yarn/sample/31-graphql-federation-code-first/gateway/multi-1f3c83078e
chore(deps): bump send, express and @nestjs/platform-express in /sample/31-graphql-federation-code-first/gateway
2024-09-20 12:19:30 +02:00
Kamil Mysliwiec
fd3dddf57a Merge pull request #14012 from nestjs/dependabot/npm_and_yarn/sample/31-graphql-federation-code-first/gateway/multi-987c7c1031
chore(deps): bump serve-static, express and @nestjs/platform-express in /sample/31-graphql-federation-code-first/gateway
2024-09-20 12:19:24 +02:00
dependabot[bot]
a6e9c9306f chore(deps): bump serve-static, express and @nestjs/platform-express
Bumps [serve-static](https://github.com/expressjs/serve-static) to 1.16.2 and updates ancestor dependencies [serve-static](https://github.com/expressjs/serve-static), [express](https://github.com/expressjs/express) and [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `serve-static` from 1.15.0 to 1.16.2
- [Release notes](https://github.com/expressjs/serve-static/releases)
- [Changelog](https://github.com/expressjs/serve-static/blob/v1.16.2/HISTORY.md)
- [Commits](https://github.com/expressjs/serve-static/compare/v1.15.0...v1.16.2)

Updates `express` from 4.19.2 to 4.21.0
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.21.0)

Updates `@nestjs/platform-express` from 10.3.8 to 10.4.3
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.4.3/packages/platform-express)

---
updated-dependencies:
- dependency-name: serve-static
  dependency-type: indirect
- dependency-name: express
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-19 13:44:24 +00:00
dependabot[bot]
50ad923137 chore(deps): bump send, express and @nestjs/platform-express
Bumps [send](https://github.com/pillarjs/send) to 0.19.0 and updates ancestor dependencies [send](https://github.com/pillarjs/send), [express](https://github.com/expressjs/express) and [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `send` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/pillarjs/send/releases)
- [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md)
- [Commits](https://github.com/pillarjs/send/compare/0.18.0...0.19.0)

Updates `express` from 4.19.2 to 4.21.0
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.21.0)

Updates `@nestjs/platform-express` from 10.3.8 to 10.4.3
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.4.3/packages/platform-express)

---
updated-dependencies:
- dependency-name: send
  dependency-type: indirect
- dependency-name: express
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-19 13:44:22 +00:00
Kamil Mysliwiec
725e958e5d Merge pull request #14008 from nestjs/dependabot/npm_and_yarn/sample/29-file-upload/multi-6828042f11
chore(deps): bump send and @nestjs/platform-express in /sample/29-file-upload
2024-09-19 15:43:19 +02:00
Kamil Mysliwiec
a26fca197d Merge pull request #14009 from nestjs/dependabot/npm_and_yarn/sample/29-file-upload/multi-791e36bb45
chore(deps): bump serve-static and @nestjs/platform-express in /sample/29-file-upload
2024-09-19 15:43:12 +02:00
Johaven
bc36e3c32a Merge branch 'nestjs:master' into feat-webdav-methods 2024-09-19 10:12:45 +02:00
dependabot[bot]
fd5697dd79 chore(deps): bump serve-static and @nestjs/platform-express
Bumps [serve-static](https://github.com/expressjs/serve-static) to 1.16.2 and updates ancestor dependency [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `serve-static` from 1.15.0 to 1.16.2
- [Release notes](https://github.com/expressjs/serve-static/releases)
- [Changelog](https://github.com/expressjs/serve-static/blob/v1.16.2/HISTORY.md)
- [Commits](https://github.com/expressjs/serve-static/compare/v1.15.0...v1.16.2)

Updates `@nestjs/platform-express` from 10.3.8 to 10.4.3
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.4.3/packages/platform-express)

---
updated-dependencies:
- dependency-name: serve-static
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-19 06:46:19 +00:00
dependabot[bot]
bd71e16a84 chore(deps): bump send and @nestjs/platform-express
Bumps [send](https://github.com/pillarjs/send) to 0.19.0 and updates ancestor dependency [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `send` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/pillarjs/send/releases)
- [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md)
- [Commits](https://github.com/pillarjs/send/compare/0.18.0...0.19.0)

Updates `@nestjs/platform-express` from 10.3.8 to 10.4.3
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.4.3/packages/platform-express)

---
updated-dependencies:
- dependency-name: send
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-19 06:46:05 +00:00
Kamil Mysliwiec
203395ce73 Merge pull request #14001 from nestjs/dependabot/npm_and_yarn/sample/31-graphql-federation-code-first/posts-application/multi-987c7c1031
chore(deps): bump serve-static, express and @nestjs/platform-express in /sample/31-graphql-federation-code-first/posts-application
2024-09-19 08:44:27 +02:00
Kamil Mysliwiec
093860ad2b Merge pull request #14002 from nestjs/dependabot/npm_and_yarn/sample/30-event-emitter/multi-6828042f11
chore(deps): bump send and @nestjs/platform-express in /sample/30-event-emitter
2024-09-19 08:44:23 +02:00
Kamil Mysliwiec
2b3cfb6d22 Merge pull request #14003 from nestjs/dependabot/npm_and_yarn/sample/17-mvc-fastify/find-my-way-8.2.2
chore(deps): bump find-my-way from 8.1.0 to 8.2.2 in /sample/17-mvc-fastify
2024-09-19 08:44:15 +02:00
dependabot[bot]
3e00cc01e3 chore(deps): bump find-my-way in /sample/17-mvc-fastify
Bumps [find-my-way](https://github.com/delvedor/find-my-way) from 8.1.0 to 8.2.2.
- [Release notes](https://github.com/delvedor/find-my-way/releases)
- [Commits](https://github.com/delvedor/find-my-way/compare/v8.1.0...v8.2.2)

---
updated-dependencies:
- dependency-name: find-my-way
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-18 16:19:31 +00:00
dependabot[bot]
508619c391 chore(deps): bump send and @nestjs/platform-express
Bumps [send](https://github.com/pillarjs/send) to 0.19.0 and updates ancestor dependency [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `send` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/pillarjs/send/releases)
- [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md)
- [Commits](https://github.com/pillarjs/send/compare/0.18.0...0.19.0)

Updates `@nestjs/platform-express` from 10.3.8 to 10.4.3
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.4.3/packages/platform-express)

---
updated-dependencies:
- dependency-name: send
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-18 12:27:55 +00:00
dependabot[bot]
fefb01ec8e chore(deps): bump serve-static, express and @nestjs/platform-express
Bumps [serve-static](https://github.com/expressjs/serve-static) to 1.16.2 and updates ancestor dependencies [serve-static](https://github.com/expressjs/serve-static), [express](https://github.com/expressjs/express) and [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `serve-static` from 1.15.0 to 1.16.2
- [Release notes](https://github.com/expressjs/serve-static/releases)
- [Changelog](https://github.com/expressjs/serve-static/blob/v1.16.2/HISTORY.md)
- [Commits](https://github.com/expressjs/serve-static/compare/v1.15.0...v1.16.2)

Updates `express` from 4.19.2 to 4.21.0
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.21.0)

Updates `@nestjs/platform-express` from 10.3.8 to 10.4.3
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.4.3/packages/platform-express)

---
updated-dependencies:
- dependency-name: serve-static
  dependency-type: indirect
- dependency-name: express
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-18 12:27:27 +00:00
Kamil Mysliwiec
325be0a257 Merge pull request #13999 from nestjs/dependabot/npm_and_yarn/sample/32-graphql-federation-schema-first/users-application/multi-7bd2632303
chore(deps): bump body-parser, express and @nestjs/platform-express in /sample/32-graphql-federation-schema-first/users-application
2024-09-18 14:26:40 +02:00
Kamil Mysliwiec
74e81c0b3b Merge pull request #14000 from nestjs/dependabot/npm_and_yarn/sample/31-graphql-federation-code-first/users-application/multi-1f3c83078e
chore(deps): bump send, express and @nestjs/platform-express in /sample/31-graphql-federation-code-first/users-application
2024-09-18 14:26:33 +02:00
Kamil Mysliwiec
6d0ff386e3 Merge pull request #13998 from nestjs/dependabot/npm_and_yarn/sample/31-graphql-federation-code-first/users-application/multi-987c7c1031
chore(deps): bump serve-static, express and @nestjs/platform-express in /sample/31-graphql-federation-code-first/users-application
2024-09-18 14:26:17 +02:00
dependabot[bot]
1b40f2c90e chore(deps): bump send, express and @nestjs/platform-express
Bumps [send](https://github.com/pillarjs/send) to 0.19.0 and updates ancestor dependencies [send](https://github.com/pillarjs/send), [express](https://github.com/expressjs/express) and [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `send` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/pillarjs/send/releases)
- [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md)
- [Commits](https://github.com/pillarjs/send/compare/0.18.0...0.19.0)

Updates `express` from 4.19.2 to 4.21.0
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.21.0)

Updates `@nestjs/platform-express` from 10.3.8 to 10.4.3
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.4.3/packages/platform-express)

---
updated-dependencies:
- dependency-name: send
  dependency-type: indirect
- dependency-name: express
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-18 09:18:51 +00:00
dependabot[bot]
c27b43a992 chore(deps): bump body-parser, express and @nestjs/platform-express
Bumps [body-parser](https://github.com/expressjs/body-parser) to 1.20.3 and updates ancestor dependencies [body-parser](https://github.com/expressjs/body-parser), [express](https://github.com/expressjs/express) and [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `body-parser` from 1.20.2 to 1.20.3
- [Release notes](https://github.com/expressjs/body-parser/releases)
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
- [Commits](https://github.com/expressjs/body-parser/compare/1.20.2...1.20.3)

Updates `express` from 4.19.2 to 4.21.0
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.21.0)

Updates `@nestjs/platform-express` from 10.3.8 to 10.4.3
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.4.3/packages/platform-express)

---
updated-dependencies:
- dependency-name: body-parser
  dependency-type: indirect
- dependency-name: express
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-18 09:17:56 +00:00
dependabot[bot]
9690825f97 chore(deps): bump serve-static, express and @nestjs/platform-express
Bumps [serve-static](https://github.com/expressjs/serve-static) to 1.16.2 and updates ancestor dependencies [serve-static](https://github.com/expressjs/serve-static), [express](https://github.com/expressjs/express) and [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `serve-static` from 1.15.0 to 1.16.2
- [Release notes](https://github.com/expressjs/serve-static/releases)
- [Changelog](https://github.com/expressjs/serve-static/blob/v1.16.2/HISTORY.md)
- [Commits](https://github.com/expressjs/serve-static/compare/v1.15.0...v1.16.2)

Updates `express` from 4.19.2 to 4.21.0
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.21.0)

Updates `@nestjs/platform-express` from 10.3.8 to 10.4.3
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.4.3/packages/platform-express)

---
updated-dependencies:
- dependency-name: serve-static
  dependency-type: indirect
- dependency-name: express
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-18 09:17:27 +00:00
Kamil Mysliwiec
e7282af96d Merge pull request #13986 from nestjs/dependabot/npm_and_yarn/sample/32-graphql-federation-schema-first/posts-application/multi-b2795b2894
chore(deps): bump send, express and @nestjs/platform-express in /sample/32-graphql-federation-schema-first/posts-application
2024-09-18 11:16:43 +02:00
Kamil Mysliwiec
f23184d0cd Merge pull request #13987 from nestjs/dependabot/npm_and_yarn/sample/32-graphql-federation-schema-first/posts-application/multi-243e45365f
chore(deps): bump express and @nestjs/platform-express in /sample/32-graphql-federation-schema-first/posts-application
2024-09-18 11:16:22 +02:00
Kamil Mysliwiec
f9c2a11a39 Merge pull request #13988 from nestjs/dependabot/npm_and_yarn/sample/32-graphql-federation-schema-first/gateway/multi-e959e9dd69
chore(deps): bump serve-static, express and @nestjs/platform-express in /sample/32-graphql-federation-schema-first/gateway
2024-09-18 11:16:14 +02:00
Kamil Mysliwiec
9d9b03366f Merge pull request #13992 from nestjs/dependabot/npm_and_yarn/concurrently-9.0.1
chore(deps-dev): bump concurrently from 8.2.2 to 9.0.1
2024-09-18 09:44:53 +02:00
Kamil Mysliwiec
51ba90249d Merge pull request #13995 from nestjs/dependabot/npm_and_yarn/nodemon-3.1.5
chore(deps-dev): bump nodemon from 3.1.4 to 3.1.5
2024-09-18 09:43:29 +02:00
Kamil Mysliwiec
545061c0b2 Merge pull request #13996 from nestjs/dependabot/npm_and_yarn/sinon-19.0.2
chore(deps-dev): bump sinon from 18.0.0 to 19.0.2
2024-09-18 09:43:13 +02:00
Kamil Mysliwiec
336815dfea Merge pull request #13997 from nestjs/dependabot/npm_and_yarn/types/mocha-10.0.8
chore(deps-dev): bump @types/mocha from 10.0.7 to 10.0.8
2024-09-18 09:43:09 +02:00
Kamil Mysliwiec
6581bcf6c2 Merge pull request #13989 from TaxBusby/fix-circleci
chore: Fix CircleCI Badge URLs in README
2024-09-18 09:42:54 +02:00
dependabot[bot]
3149bbca59 chore(deps-dev): bump @types/mocha from 10.0.7 to 10.0.8
Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) from 10.0.7 to 10.0.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha)

---
updated-dependencies:
- dependency-name: "@types/mocha"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-18 01:00:54 +00:00
dependabot[bot]
a77a55291d chore(deps-dev): bump sinon from 18.0.0 to 19.0.2
Bumps [sinon](https://github.com/sinonjs/sinon) from 18.0.0 to 19.0.2.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
- [Commits](https://github.com/sinonjs/sinon/compare/v18.0.0...v19.0.2)

---
updated-dependencies:
- dependency-name: sinon
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-18 01:00:04 +00:00
dependabot[bot]
d68a7c1e55 chore(deps-dev): bump nodemon from 3.1.4 to 3.1.5
Bumps [nodemon](https://github.com/remy/nodemon) from 3.1.4 to 3.1.5.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v3.1.4...v3.1.5)

---
updated-dependencies:
- dependency-name: nodemon
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-18 00:59:33 +00:00
dependabot[bot]
b5e34f4cfc chore(deps-dev): bump concurrently from 8.2.2 to 9.0.1
Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 8.2.2 to 9.0.1.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v8.2.2...v9.0.1)

---
updated-dependencies:
- dependency-name: concurrently
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-18 00:57:49 +00:00
Tony133
5f45310ab6 feat(platform-fastify): added compatibility for fastify version 5.x 2024-09-17 22:58:29 +02:00
Michael Busby
3c162055e0 chore: Fix CircleCI Badge URLS in README 2024-09-17 06:12:24 -07:00
Kamil Myśliwiec
2fb629ec33 chore(@nestjs) publish v10.4.3 release 2024-09-17 12:07:19 +02:00
Kamil Myśliwiec
3014240ff5 Merge branch 'master' of https://github.com/nestjs/nest 2024-09-17 12:06:20 +02:00
Kamil Myśliwiec
d3dd896181 chore: update readme 2024-09-17 12:06:08 +02:00
dependabot[bot]
53c15f8ecd chore(deps): bump serve-static, express and @nestjs/platform-express
Bumps [serve-static](https://github.com/expressjs/serve-static) to 1.16.2 and updates ancestor dependencies [serve-static](https://github.com/expressjs/serve-static), [express](https://github.com/expressjs/express) and [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `serve-static` from 1.15.0 to 1.16.2
- [Release notes](https://github.com/expressjs/serve-static/releases)
- [Changelog](https://github.com/expressjs/serve-static/blob/v1.16.2/HISTORY.md)
- [Commits](https://github.com/expressjs/serve-static/compare/v1.15.0...v1.16.2)

Updates `express` from 4.19.2 to 4.21.0
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.21.0)

Updates `@nestjs/platform-express` from 10.3.8 to 10.4.2
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.4.2/packages/platform-express)

---
updated-dependencies:
- dependency-name: serve-static
  dependency-type: indirect
- dependency-name: express
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-17 10:04:15 +00:00
dependabot[bot]
8a55668746 chore(deps): bump express and @nestjs/platform-express
Bumps [express](https://github.com/expressjs/express) to 4.21.0 and updates ancestor dependency [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `express` from 4.19.2 to 4.21.0
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.21.0)

Updates `@nestjs/platform-express` from 10.3.8 to 10.4.2
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.4.2/packages/platform-express)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-17 10:04:09 +00:00
dependabot[bot]
02a6e98108 chore(deps): bump send, express and @nestjs/platform-express
Bumps [send](https://github.com/pillarjs/send) to 0.19.0 and updates ancestor dependencies [send](https://github.com/pillarjs/send), [express](https://github.com/expressjs/express) and [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `send` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/pillarjs/send/releases)
- [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md)
- [Commits](https://github.com/pillarjs/send/compare/0.18.0...0.19.0)

Updates `express` from 4.19.2 to 4.21.0
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.21.0)

Updates `@nestjs/platform-express` from 10.3.8 to 10.4.2
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.4.2/packages/platform-express)

---
updated-dependencies:
- dependency-name: send
  dependency-type: indirect
- dependency-name: express
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-17 10:04:08 +00:00
Kamil Mysliwiec
f0f156821b Merge pull request #13974 from micalevisk/patch-1
chore(fastify): upgrade `@fastify/middie` to address security vulnerability
2024-09-17 12:02:24 +02:00
Kamil Mysliwiec
1c8e510335 Merge pull request #13952 from micalevisk/style/fix-formatting
style(core): fix formatting
2024-09-17 12:02:16 +02:00
dependabot[bot]
834a49ddf1 chore(deps): bump micromatch
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.4 to 4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/micromatch/compare/4.0.4...4.0.8)

---
updated-dependencies:
- dependency-name: micromatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-17 08:34:36 +00:00
Kamil Mysliwiec
bf629e60cd Merge pull request #13984 from nestjs/revert-13982-dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-8.6.0
Revert "chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.18.0 to 8.6.0"
2024-09-17 09:35:21 +02:00
Kamil Mysliwiec
2009e9b6af Revert "chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.18.0 to 8.6.0" 2024-09-17 09:35:13 +02:00
Kamil Mysliwiec
00ae6c523a Merge pull request #13976 from nestjs/dependabot/npm_and_yarn/typescript-5.6.2
chore(deps-dev): bump typescript from 5.5.4 to 5.6.2
2024-09-17 09:19:55 +02:00
Kamil Mysliwiec
b287aff5ba Merge pull request #13977 from nestjs/dependabot/npm_and_yarn/express-4.21.0
chore(deps): bump express from 4.19.2 to 4.21.0
2024-09-17 09:19:49 +02:00
Kamil Mysliwiec
ac99d20955 Merge pull request #13978 from nestjs/dependabot/npm_and_yarn/eslint-8.57.1
chore(deps-dev): bump eslint from 8.57.0 to 8.57.1
2024-09-17 09:19:42 +02:00
dependabot[bot]
508da6ee29 chore(deps-dev): bump eslint from 8.57.0 to 8.57.1
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 8.57.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.57.0...v8.57.1)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-17 07:16:31 +00:00
dependabot[bot]
91c6f3dc03 chore(deps-dev): bump typescript from 5.5.4 to 5.6.2
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.6.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.5.4...v5.6.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-17 07:16:15 +00:00
dependabot[bot]
fa9c0178cd chore(deps): bump express from 4.19.2 to 4.21.0
Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.21.0.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.21.0)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-17 07:15:35 +00:00
Kamil Mysliwiec
e9235c02f9 Merge pull request #13979 from nestjs/dependabot/npm_and_yarn/mysql2-3.11.3
chore(deps-dev): bump mysql2 from 3.11.0 to 3.11.3
2024-09-17 09:14:34 +02:00
Kamil Mysliwiec
8aecc3705e Merge pull request #13980 from nestjs/dependabot/npm_and_yarn/body-parser-1.20.3
chore(deps): bump body-parser from 1.20.2 to 1.20.3
2024-09-17 09:14:27 +02:00
Kamil Mysliwiec
5ec4606bf8 Merge pull request #13981 from nestjs/dependabot/npm_and_yarn/commitlint/config-angular-19.5.0
chore(deps-dev): bump @commitlint/config-angular from 19.4.1 to 19.5.0
2024-09-17 09:14:15 +02:00
Kamil Mysliwiec
3aa2b18f44 Merge pull request #13982 from nestjs/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-8.6.0
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.18.0 to 8.6.0
2024-09-17 09:14:07 +02:00
dependabot[bot]
1010513535 chore(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.18.0 to 8.6.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.6.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-17 00:33:02 +00:00
dependabot[bot]
923246a362 chore(deps-dev): bump @commitlint/config-angular from 19.4.1 to 19.5.0
Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular) from 19.4.1 to 19.5.0.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-angular/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.5.0/@commitlint/config-angular)

---
updated-dependencies:
- dependency-name: "@commitlint/config-angular"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-17 00:29:24 +00:00
dependabot[bot]
94069796f7 chore(deps): bump body-parser from 1.20.2 to 1.20.3
Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.20.2 to 1.20.3.
- [Release notes](https://github.com/expressjs/body-parser/releases)
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
- [Commits](https://github.com/expressjs/body-parser/compare/1.20.2...1.20.3)

---
updated-dependencies:
- dependency-name: body-parser
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-17 00:28:57 +00:00
dependabot[bot]
82c262e938 chore(deps-dev): bump mysql2 from 3.11.0 to 3.11.3
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.11.0 to 3.11.3.
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](https://github.com/sidorares/node-mysql2/compare/v3.11.0...v3.11.3)

---
updated-dependencies:
- dependency-name: mysql2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-17 00:28:17 +00:00
Micael Levi L. Cavalcante
05b77911cd chore(fastify): upgrade @fastify/middie to address security vulnerability
See https://github.com/fastify/middie/pull/215/
2024-09-16 08:42:55 -04:00
Johaven
96bf1d9bb7 Merge branch 'nestjs:master' into feat-webdav-methods 2024-09-16 14:39:48 +02:00
Kamil Mysliwiec
93caaacc7d Merge pull request #13958 from k725/chore/fix-readme-typo
docs(): fix CircleCI badge url typo
2024-09-16 12:19:19 +02:00
Kamil Myśliwiec
696b4410a3 chore(@nestjs) publish v10.4.2 release 2024-09-16 12:15:52 +02:00
Kamil Mysliwiec
cfc2217a48 Merge pull request #13911 from nestjs/dependabot/npm_and_yarn/tslib-2.7.0
chore(deps): bump tslib from 2.6.3 to 2.7.0
2024-09-16 11:48:26 +02:00
Kamil Mysliwiec
102577adb3 Merge pull request #13938 from nestjs/dependabot/npm_and_yarn/light-my-request-6.0.0
chore(deps): bump light-my-request from 5.13.0 to 6.0.0
2024-09-16 11:48:15 +02:00
dependabot[bot]
fff4b96de8 chore(deps): bump tslib from 2.6.3 to 2.7.0
Bumps [tslib](https://github.com/Microsoft/tslib) from 2.6.3 to 2.7.0.
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](https://github.com/Microsoft/tslib/compare/v2.6.3...v2.7.0)

---
updated-dependencies:
- dependency-name: tslib
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-16 08:19:08 +00:00
dependabot[bot]
f593343a45 chore(deps): bump light-my-request from 5.13.0 to 6.0.0
Bumps [light-my-request](https://github.com/fastify/light-my-request) from 5.13.0 to 6.0.0.
- [Release notes](https://github.com/fastify/light-my-request/releases)
- [Commits](https://github.com/fastify/light-my-request/compare/v5.13.0...v6.0.0)

---
updated-dependencies:
- dependency-name: light-my-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-16 08:17:56 +00:00
Kamil Mysliwiec
71c1a73120 Merge pull request #13936 from nestjs/dependabot/npm_and_yarn/lint-staged-15.2.10
chore(deps-dev): bump lint-staged from 15.2.9 to 15.2.10
2024-09-16 10:17:08 +02:00
Kamil Mysliwiec
6aa0f7d041 Merge pull request #13946 from nestjs/dependabot/npm_and_yarn/sample/02-gateways/multi-24bbd5359e
chore(deps): bump webpack and @nestjs/cli in /sample/02-gateways
2024-09-16 10:16:58 +02:00
dependabot[bot]
291cf96d41 chore(deps-dev): bump lint-staged from 15.2.9 to 15.2.10
Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 15.2.9 to 15.2.10.
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](https://github.com/lint-staged/lint-staged/compare/v15.2.9...v15.2.10)

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-16 08:16:45 +00:00
Kamil Mysliwiec
484a956e89 Merge pull request #13947 from nestjs/dependabot/npm_and_yarn/webpack-5.94.0
chore(deps-dev): bump webpack from 5.91.0 to 5.94.0
2024-09-16 10:16:43 +02:00
Kamil Mysliwiec
54f0126440 Merge pull request #13971 from micalevisk/chore/upgrade-deps-security-issues
chore(core,express,fastify): fix hard dependencies with security issues
2024-09-16 10:16:31 +02:00
Kamil Mysliwiec
fad1b1f57b Merge pull request #13966 from nestjs/dependabot/npm_and_yarn/sample/32-graphql-federation-schema-first/gateway/dset-3.1.4
chore(deps): bump dset from 3.1.2 to 3.1.4 in /sample/32-graphql-federation-schema-first/gateway
2024-09-16 10:15:58 +02:00
Kamil Mysliwiec
b0d0ab8ac3 Merge pull request #13967 from nestjs/dependabot/npm_and_yarn/dset-3.1.4
chore(deps): bump dset from 3.1.3 to 3.1.4
2024-09-16 10:15:51 +02:00
Kamil Mysliwiec
daaba39520 Merge pull request #13968 from nestjs/dependabot/npm_and_yarn/commitlint/cli-19.5.0
chore(deps-dev): bump @commitlint/cli from 19.4.0 to 19.5.0
2024-09-16 10:15:43 +02:00
Kamil Mysliwiec
679812a1c7 Merge pull request #13969 from nestjs/dependabot/npm_and_yarn/mongoose-8.6.2
chore(deps-dev): bump mongoose from 8.6.0 to 8.6.2
2024-09-16 10:15:39 +02:00
Kamil Mysliwiec
918c0c1a43 Merge pull request #13973 from nestjs/dependabot/npm_and_yarn/types/node-22.5.5
chore(deps-dev): bump @types/node from 22.5.1 to 22.5.5
2024-09-16 10:15:32 +02:00
dependabot[bot]
1b3af389ea chore(deps-dev): bump @types/node from 22.5.1 to 22.5.5
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.5.1 to 22.5.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-16 00:41:33 +00:00
Micael Levi L. Cavalcante
b8d9a7b573 chore: ignore package lock file from packages/* dir 2024-09-13 11:20:51 -04:00
Micael Levi L. Cavalcante
e0d2ba6c98 chore(core,express,fastify): fix deps with security issues
- `path-to-regexp`
- `body-parser`
- `express` v4
2024-09-13 11:15:35 -04:00
dependabot[bot]
874e33d2d1 chore(deps-dev): bump mongoose from 8.6.0 to 8.6.2
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.6.0 to 8.6.2.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/8.6.0...8.6.2)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-12 00:58:17 +00:00
dependabot[bot]
4746fd053d chore(deps-dev): bump @commitlint/cli from 19.4.0 to 19.5.0
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 19.4.0 to 19.5.0.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.5.0/@commitlint/cli)

---
updated-dependencies:
- dependency-name: "@commitlint/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-12 00:53:38 +00:00
dependabot[bot]
a80f8a4ee7 chore(deps): bump dset from 3.1.3 to 3.1.4
Bumps [dset](https://github.com/lukeed/dset) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/lukeed/dset/releases)
- [Commits](https://github.com/lukeed/dset/compare/v3.1.3...v3.1.4)

---
updated-dependencies:
- dependency-name: dset
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-11 23:48:53 +00:00
dependabot[bot]
de966024dc chore(deps): bump dset
Bumps [dset](https://github.com/lukeed/dset) from 3.1.2 to 3.1.4.
- [Release notes](https://github.com/lukeed/dset/releases)
- [Commits](https://github.com/lukeed/dset/compare/v3.1.2...v3.1.4)

---
updated-dependencies:
- dependency-name: dset
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-11 23:18:55 +00:00
k725
a1231aac6b docs(): fix CircleCI badge url typo 2024-09-11 09:41:33 +09:00
Micael Levi L. Cavalcante
409e71898d style(core): fix formatting 2024-09-07 18:36:12 -04:00
dependabot[bot]
6864375fd5 chore(deps-dev): bump webpack from 5.91.0 to 5.94.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.91.0 to 5.94.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.91.0...v5.94.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-05 11:19:00 +00:00
dependabot[bot]
6bc77cdd31 chore(deps): bump webpack and @nestjs/cli in /sample/02-gateways
Bumps [webpack](https://github.com/webpack/webpack) to 5.94.0 and updates ancestor dependency [@nestjs/cli](https://github.com/nestjs/nest-cli). These dependencies need to be updated together.


Updates `webpack` from 5.90.1 to 5.94.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.90.1...v5.94.0)

Updates `@nestjs/cli` from 10.3.2 to 10.4.5
- [Release notes](https://github.com/nestjs/nest-cli/releases)
- [Changelog](https://github.com/nestjs/nest-cli/blob/master/.release-it.json)
- [Commits](https://github.com/nestjs/nest-cli/compare/10.3.2...10.4.5)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: indirect
- dependency-name: "@nestjs/cli"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-05 08:36:23 +00:00
Kamil Mysliwiec
78408352d5 Merge pull request #13922 from nestjs/dependabot/npm_and_yarn/sample/31-graphql-federation-code-first/users-application/apollo/gateway-2.9.0
chore(deps): bump @apollo/gateway from 2.2.3 to 2.9.0 in /sample/31-graphql-federation-code-first/users-application
2024-08-30 09:03:38 +02:00
Kamil Mysliwiec
5fd8e42083 Merge pull request #13921 from nestjs/dependabot/npm_and_yarn/sample/31-graphql-federation-code-first/posts-application/apollo/query-planner-2.9.0
chore(deps): bump @apollo/query-planner from 2.4.8 to 2.9.0 in /sample/31-graphql-federation-code-first/posts-application
2024-08-30 09:03:32 +02:00
Kamil Mysliwiec
742536834b Merge pull request #13926 from nestjs/dependabot/npm_and_yarn/mongoose-8.6.0
chore(deps-dev): bump mongoose from 8.5.3 to 8.6.0
2024-08-30 09:02:44 +02:00
Kamil Mysliwiec
656f7ee23c Merge pull request #13928 from nestjs/dependabot/npm_and_yarn/types/node-22.5.1
chore(deps-dev): bump @types/node from 22.5.0 to 22.5.1
2024-08-30 09:02:29 +02:00
Kamil Mysliwiec
412c180259 Merge pull request #13929 from nestjs/dependabot/npm_and_yarn/commitlint/config-angular-19.4.1
chore(deps-dev): bump @commitlint/config-angular from 19.3.0 to 19.4.1
2024-08-30 09:02:23 +02:00
dependabot[bot]
80baf9d16a chore(deps-dev): bump @commitlint/config-angular from 19.3.0 to 19.4.1
Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular) from 19.3.0 to 19.4.1.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-angular/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.4.1/@commitlint/config-angular)

---
updated-dependencies:
- dependency-name: "@commitlint/config-angular"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-29 00:50:37 +00:00
dependabot[bot]
a8ff9a820b chore(deps-dev): bump @types/node from 22.5.0 to 22.5.1
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.5.0 to 22.5.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-29 00:48:44 +00:00
dependabot[bot]
e4b2624c55 chore(deps-dev): bump mongoose from 8.5.3 to 8.6.0
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.5.3 to 8.6.0.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/8.5.3...8.6.0)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-29 00:47:19 +00:00
Ali Nowrouzi
d20a1e580f feat(microservices): add gracefull shutdown option for nats server 2024-08-28 22:30:10 +03:30
Kamil Mysliwiec
731e8069a4 Merge pull request #13919 from haouvw/master
chore: fix some comments
2024-08-28 12:30:07 +02:00
dependabot[bot]
f02791a672 chore(deps): bump @apollo/gateway
Bumps [@apollo/gateway](https://github.com/apollographql/federation/tree/HEAD/gateway-js) from 2.2.3 to 2.9.0.
- [Release notes](https://github.com/apollographql/federation/releases)
- [Changelog](https://github.com/apollographql/federation/blob/main/gateway-js/CHANGELOG.md)
- [Commits](https://github.com/apollographql/federation/commits/@apollo/gateway@2.9.0/gateway-js)

---
updated-dependencies:
- dependency-name: "@apollo/gateway"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-27 18:15:57 +00:00
dependabot[bot]
bc55d1442e chore(deps): bump @apollo/query-planner
Bumps [@apollo/query-planner](https://github.com/apollographql/federation/tree/HEAD/query-planner-js) from 2.4.8 to 2.9.0.
- [Release notes](https://github.com/apollographql/federation/releases)
- [Changelog](https://github.com/apollographql/federation/blob/main/query-planner-js/CHANGELOG.md)
- [Commits](https://github.com/apollographql/federation/commits/@apollo/query-planner@2.9.0/query-planner-js)

---
updated-dependencies:
- dependency-name: "@apollo/query-planner"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-27 18:15:45 +00:00
haouvw
8b4af57604 chore: fix some comments
Signed-off-by: haouvw <jchaodaohang@foxmail.com>
2024-08-27 19:08:27 +08:00
Kamil Mysliwiec
6e48bfdb9b Merge pull request #13916 from nestjs/revert-13893-dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-8.2.0
Revert "chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.18.0 to 8.2.0"
2024-08-27 09:00:57 +02:00
Kamil Mysliwiec
dda5940654 Revert "chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.18.0 to 8.2.0" 2024-08-27 09:00:49 +02:00
Kamil Mysliwiec
3d1d18ad79 Update Readme.md 2024-08-27 08:55:47 +02:00
Kamil Mysliwiec
e4b07eb06b Merge pull request #13893 from nestjs/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-8.2.0
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.18.0 to 8.2.0
2024-08-22 08:43:41 +02:00
dependabot[bot]
a822e1567a chore(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.18.0 to 8.2.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.2.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-22 06:42:50 +00:00
Kamil Mysliwiec
d51d2c26a6 Merge pull request #13896 from nestjs/dependabot/npm_and_yarn/husky-9.1.5
chore(deps-dev): bump husky from 9.1.4 to 9.1.5
2024-08-22 08:41:51 +02:00
Kamil Mysliwiec
250b3209d6 Merge pull request #13897 from nestjs/dependabot/npm_and_yarn/core-js-3.38.1
chore(deps-dev): bump core-js from 3.38.0 to 3.38.1
2024-08-22 08:41:00 +02:00
Kamil Mysliwiec
1e729166f4 Merge pull request #13901 from nestjs/dependabot/npm_and_yarn/types/node-22.5.0
chore(deps-dev): bump @types/node from 22.3.0 to 22.5.0
2024-08-22 08:40:53 +02:00
Kamil Mysliwiec
6a85b75ea8 Merge pull request #13902 from nestjs/dependabot/npm_and_yarn/artillery-2.0.20
chore(deps-dev): bump artillery from 2.0.19 to 2.0.20
2024-08-22 08:40:46 +02:00
dependabot[bot]
13151085f0 chore(deps-dev): bump artillery from 2.0.19 to 2.0.20
Bumps [artillery](https://github.com/artilleryio/artillery) from 2.0.19 to 2.0.20.
- [Release notes](https://github.com/artilleryio/artillery/releases)
- [Commits](https://github.com/artilleryio/artillery/commits)

---
updated-dependencies:
- dependency-name: artillery
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-22 00:10:44 +00:00
dependabot[bot]
488792847a chore(deps-dev): bump @types/node from 22.3.0 to 22.5.0
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.3.0 to 22.5.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-22 00:08:22 +00:00
dependabot[bot]
eee1fcd042 chore(deps-dev): bump core-js from 3.38.0 to 3.38.1
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.38.0 to 3.38.1.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.38.1/packages/core-js)

---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-21 00:14:41 +00:00
dependabot[bot]
8bf32bb45d chore(deps-dev): bump husky from 9.1.4 to 9.1.5
Bumps [husky](https://github.com/typicode/husky) from 9.1.4 to 9.1.5.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](https://github.com/typicode/husky/compare/v9.1.4...v9.1.5)

---
updated-dependencies:
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-21 00:14:08 +00:00
DylanVeldra
6dba4debb9 fix(core): merge req context with tenant payload in the request instance 2024-08-18 17:11:49 +02:00
Johaven
09cfc8279f Merge branch 'nestjs:master' into feat-webdav-methods 2024-08-15 13:23:01 +02:00
Kamil Mysliwiec
e1fe32c0e9 Merge pull request #13884 from nestjs/dependabot/npm_and_yarn/mongoose-8.5.3
chore(deps-dev): bump mongoose from 8.5.2 to 8.5.3
2024-08-15 11:07:19 +02:00
Kamil Mysliwiec
e8152d1bbf Merge pull request #13885 from nestjs/dependabot/npm_and_yarn/lint-staged-15.2.9
chore(deps-dev): bump lint-staged from 15.2.8 to 15.2.9
2024-08-15 11:07:14 +02:00
Kamil Mysliwiec
296db1249b Merge pull request #13890 from nestjs/dependabot/npm_and_yarn/types/node-22.3.0
chore(deps-dev): bump @types/node from 22.2.0 to 22.3.0
2024-08-15 11:07:09 +02:00
dependabot[bot]
5fa9148c54 chore(deps-dev): bump @types/node from 22.2.0 to 22.3.0
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.2.0 to 22.3.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-15 00:44:30 +00:00
Martin Vyšňovský
3e061e9b14 feat(06-mongoose): add update method 2024-08-14 13:07:18 +02:00
Martin Vyšňovský
d0b2835293 test(06-mongoose): add missing tests for service 2024-08-14 13:03:15 +02:00
Martin Vyšňovský
2da82286d2 test(06-mongoose): refactor tests for service 2024-08-14 13:01:09 +02:00
Martin Vyšňovský
3c6a295037 test(06-mongoose): add missing tests for controller 2024-08-14 12:51:28 +02:00
Martin Vyšňovský
3117b241c1 test(06-mongoose): refactor tests for controller 2024-08-14 12:51:28 +02:00
Martin Vyšňovský
f0527d08fc chore(deps): update @nestjs/mongoose in 06-mongoose sample 2024-08-14 12:24:23 +02:00
dependabot[bot]
b9562a8dc5 chore(deps-dev): bump lint-staged from 15.2.8 to 15.2.9
Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 15.2.8 to 15.2.9.
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](https://github.com/lint-staged/lint-staged/compare/v15.2.8...v15.2.9)

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-14 00:35:10 +00:00
dependabot[bot]
2d8e721791 chore(deps-dev): bump mongoose from 8.5.2 to 8.5.3
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.5.2 to 8.5.3.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/8.5.2...8.5.3)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-14 00:33:28 +00:00
Johaven
b90e19f15f Merge branch 'nestjs:master' into feat-webdav-methods 2024-08-13 15:05:28 +02:00
Kamil Myśliwiec
67f32e8d5f chore(@nestjs) publish v10.4.1 release 2024-08-13 10:46:16 +02:00
Kamil Myśliwiec
6f624d12d5 chore: update readme 2024-08-13 10:42:32 +02:00
Kamil Mysliwiec
7468810734 Merge pull request #13883 from nestjs/fix/nats-client-promise-13880
fix(microservices): hold nats client connection promise ref
2024-08-13 10:42:21 +02:00
Kamil Myśliwiec
0c84c7e1cc test: update client unit tests, add cleanup 2024-08-13 10:23:27 +02:00
Kamil Mysliwiec
e1f1aa901e Merge pull request #13878 from nestjs/dependabot/npm_and_yarn/sample/12-graphql-schema-first/multi-dabac980bd
chore(deps): bump ws and @nestjs/graphql in /sample/12-graphql-schema-first
2024-08-13 10:07:28 +02:00
Kamil Myśliwiec
1b8e3287d0 fix(microservices): hold nats client connection promise ref #13880 2024-08-13 10:07:03 +02:00
Fernando Vargas
aaebb6f278 feat(fastify): setting opts object optional variation 2024-08-12 08:43:07 -03:00
Fernando Vargas
fec6e82d52 feat(fastify): updates interface adding opts to the listen method 2024-08-12 08:12:24 -03:00
johaven
b62b9255cf feat(core,common,platform-fastify): add webdav http methods support 2024-08-12 11:18:40 +02:00
Kamil Myśliwiec
5bcd024798 chore(@nestjs) publish v10.4.0 release 2024-08-12 10:55:09 +02:00
dependabot[bot]
2e7c493a4f chore(deps): bump ws and @nestjs/graphql
Bumps [ws](https://github.com/websockets/ws) to 8.17.1 and updates ancestor dependency [@nestjs/graphql](https://github.com/nestjs/graphql). These dependencies need to be updated together.


Updates `ws` from 7.5.7 to 8.17.1
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/7.5.7...8.17.1)

Updates `@nestjs/graphql` from 12.0.11 to 12.2.0
- [Release notes](https://github.com/nestjs/graphql/releases)
- [Commits](https://github.com/nestjs/graphql/compare/v12.0.11...v12.2.0)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
- dependency-name: "@nestjs/graphql"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-12 08:41:31 +00:00
Kamil Mysliwiec
7041fd03e4 Merge pull request #13877 from nestjs/dependabot/npm_and_yarn/sample/22-graphql-prisma/ws-8.17.1
chore(deps): bump ws from 7.5.8 to 8.17.1 in /sample/22-graphql-prisma
2024-08-12 10:40:27 +02:00
Kamil Mysliwiec
952bd3bf4e Merge pull request #13639 from Imran-Sarkar-Sabbir/master
feat(common): Added uuid v7 validation regex to ParseUUIDPipe
2024-08-12 10:39:01 +02:00
Kamil Mysliwiec
e5e65c26f9 Merge pull request #13762 from sheepster1/fix-promise-conversion-in-interceptor-consumer
fix(core): unhandled promise rejection in interceptors consumer
2024-08-12 10:38:37 +02:00
Kamil Mysliwiec
e5c439dd94 Merge pull request #13378 from CodyTseng/optimize-ws-adapter-handler-find
perf(ws): optimize message handler lookup
2024-08-12 10:38:20 +02:00
Kamil Mysliwiec
ccfa23ee69 Merge pull request #13731 from JadenKim-dev/grpc-package-name
feat(microservices): grpc package name can be specified with service name
2024-08-12 10:38:10 +02:00
dependabot[bot]
b18fd39013 chore(deps): bump ws from 7.5.8 to 8.17.1 in /sample/22-graphql-prisma
Bumps [ws](https://github.com/websockets/ws) from 7.5.8 to 8.17.1.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/7.5.8...8.17.1)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-12 08:35:38 +00:00
Kamil Mysliwiec
6e7216a7bc Merge pull request #13876 from nestjs/dependabot/npm_and_yarn/sample/22-graphql-prisma/multi-dabac980bd
chore(deps): bump ws and @nestjs/graphql in /sample/22-graphql-prisma
2024-08-12 10:34:52 +02:00
Kamil Mysliwiec
9ce4f892b8 Merge pull request #13867 from nestjs/dependabot/npm_and_yarn/commitlint/cli-19.4.0
chore(deps-dev): bump @commitlint/cli from 19.3.0 to 19.4.0
2024-08-12 10:34:14 +02:00
Kamil Mysliwiec
00483139cc Merge pull request #13807 from johaven/fix-search-method
fix(platform-fastify): search method not declared
2024-08-12 10:15:44 +02:00
Kamil Mysliwiec
dc9df54d29 Merge pull request #13869 from stefanvanderwolf/feature/add-http-type-support-fastify
feat(fastify): add type for http options
2024-08-12 10:15:17 +02:00
dependabot[bot]
9b077ad99f chore(deps): bump ws and @nestjs/graphql in /sample/22-graphql-prisma
Bumps [ws](https://github.com/websockets/ws) to 8.17.1 and updates ancestor dependency [@nestjs/graphql](https://github.com/nestjs/graphql). These dependencies need to be updated together.


Updates `ws` from 7.5.8 to 8.17.1
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/7.5.8...8.17.1)

Updates `@nestjs/graphql` from 12.0.11 to 12.2.0
- [Release notes](https://github.com/nestjs/graphql/releases)
- [Commits](https://github.com/nestjs/graphql/compare/v12.0.11...v12.2.0)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
- dependency-name: "@nestjs/graphql"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-12 07:15:44 +00:00
dependabot[bot]
7fcf35b00d chore(deps-dev): bump @commitlint/cli from 19.3.0 to 19.4.0
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 19.3.0 to 19.4.0.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.4.0/@commitlint/cli)

---
updated-dependencies:
- dependency-name: "@commitlint/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-12 07:15:44 +00:00
Kamil Mysliwiec
f5f390ae52 Merge pull request #13862 from nestjs/dependabot/npm_and_yarn/sample/23-graphql-code-first/multi-dabac980bd
chore(deps): bump ws and @nestjs/graphql in /sample/23-graphql-code-first
2024-08-12 09:14:41 +02:00
Kamil Mysliwiec
7b360d9c66 Merge pull request #13864 from nestjs/dependabot/npm_and_yarn/cache-manager-5.7.6
chore(deps-dev): bump cache-manager from 5.7.5 to 5.7.6
2024-08-12 09:14:37 +02:00
Kamil Mysliwiec
9f77a75bb4 Merge pull request #13865 from nestjs/dependabot/npm_and_yarn/artillery-2.0.19
chore(deps-dev): bump artillery from 2.0.18 to 2.0.19
2024-08-12 09:14:31 +02:00
Kamil Mysliwiec
7ec89365a8 Merge pull request #13871 from nestjs/dependabot/npm_and_yarn/apollo/server-4.11.0
chore(deps-dev): bump @apollo/server from 4.10.5 to 4.11.0
2024-08-12 09:14:27 +02:00
Kamil Mysliwiec
cf42f23f10 Merge pull request #13873 from nestjs/dependabot/npm_and_yarn/mocha-10.7.3
chore(deps-dev): bump mocha from 10.7.0 to 10.7.3
2024-08-12 09:14:21 +02:00
Kamil Mysliwiec
e43b903b73 Merge pull request #13874 from nestjs/dependabot/npm_and_yarn/types/node-22.2.0
chore(deps-dev): bump @types/node from 22.1.0 to 22.2.0
2024-08-12 09:14:14 +02:00
dependabot[bot]
a602ab5ec5 chore(deps-dev): bump @types/node from 22.1.0 to 22.2.0
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.1.0 to 22.2.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-12 00:15:08 +00:00
dependabot[bot]
ae88fbd37b chore(deps-dev): bump mocha from 10.7.0 to 10.7.3
Bumps [mocha](https://github.com/mochajs/mocha) from 10.7.0 to 10.7.3.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v10.7.0...v10.7.3)

---
updated-dependencies:
- dependency-name: mocha
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-12 00:14:08 +00:00
dependabot[bot]
7dbee9d0ac chore(deps-dev): bump @apollo/server from 4.10.5 to 4.11.0
Bumps [@apollo/server](https://github.com/apollographql/apollo-server/tree/HEAD/packages/server) from 4.10.5 to 4.11.0.
- [Release notes](https://github.com/apollographql/apollo-server/releases)
- [Changelog](https://github.com/apollographql/apollo-server/blob/main/packages/server/CHANGELOG.md)
- [Commits](https://github.com/apollographql/apollo-server/commits/@apollo/server@4.11.0/packages/server)

---
updated-dependencies:
- dependency-name: "@apollo/server"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-09 00:19:56 +00:00
Kamil Mysliwiec
38c05481e4 Update Readme.md 2024-08-08 11:12:30 +02:00
Kamil Mysliwiec
9e9095cfe9 Update Readme.md 2024-08-08 09:57:00 +02:00
Stefan van der Wolf
d0115e6cea feat(fastify): add type for http options
Fastify has support for http options through the fastify function call
which was not officially included in the nest adapter. Currently passing
an object with a http field works, but gives the developer no type
hinting about the `http` field.
2024-08-08 09:14:49 +02:00
dependabot[bot]
1e2343afed chore(deps-dev): bump artillery from 2.0.18 to 2.0.19
Bumps [artillery](https://github.com/artilleryio/artillery) from 2.0.18 to 2.0.19.
- [Release notes](https://github.com/artilleryio/artillery/releases)
- [Commits](https://github.com/artilleryio/artillery/compare/artillery-2.0.18...artillery-2.0.19)

---
updated-dependencies:
- dependency-name: artillery
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-07 00:35:05 +00:00
dependabot[bot]
07a6a3f105 chore(deps-dev): bump cache-manager from 5.7.5 to 5.7.6
Bumps [cache-manager](https://github.com/jaredwray/cacheable) from 5.7.5 to 5.7.6.
- [Release notes](https://github.com/jaredwray/cacheable/releases)
- [Commits](https://github.com/jaredwray/cacheable/commits)

---
updated-dependencies:
- dependency-name: cache-manager
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-07 00:33:18 +00:00
dependabot[bot]
a95ae2edb8 chore(deps): bump ws and @nestjs/graphql
Bumps [ws](https://github.com/websockets/ws) to 8.17.1 and updates ancestor dependency [@nestjs/graphql](https://github.com/nestjs/graphql). These dependencies need to be updated together.


Updates `ws` from 7.5.7 to 8.17.1
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/7.5.7...8.17.1)

Updates `@nestjs/graphql` from 12.0.11 to 12.2.0
- [Release notes](https://github.com/nestjs/graphql/releases)
- [Commits](https://github.com/nestjs/graphql/compare/v12.0.11...v12.2.0)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
- dependency-name: "@nestjs/graphql"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-06 18:47:38 +00:00
Kamil Mysliwiec
af16406ed2 Merge pull request #13860 from nestjs/dependabot/npm_and_yarn/sample/31-graphql-federation-code-first/gateway/multi-dabac980bd
chore(deps): bump ws and @nestjs/graphql in /sample/31-graphql-federation-code-first/gateway
2024-08-06 20:46:27 +02:00
dependabot[bot]
39ec0e8835 chore(deps): bump ws and @nestjs/graphql
Bumps [ws](https://github.com/websockets/ws) to 8.17.1 and updates ancestor dependency [@nestjs/graphql](https://github.com/nestjs/graphql). These dependencies need to be updated together.


Updates `ws` from 7.5.9 to 8.17.1
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/7.5.9...8.17.1)

Updates `@nestjs/graphql` from 12.0.11 to 12.2.0
- [Release notes](https://github.com/nestjs/graphql/releases)
- [Commits](https://github.com/nestjs/graphql/compare/v12.0.11...v12.2.0)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
- dependency-name: "@nestjs/graphql"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-06 06:53:12 +00:00
Kamil Mysliwiec
62cd4e1d9c Merge pull request #13846 from nestjs/dependabot/npm_and_yarn/sample/32-graphql-federation-schema-first/users-application/ws-7.5.10
chore(deps): bump ws from 7.5.8 to 7.5.10 in /sample/32-graphql-federation-schema-first/users-application
2024-08-06 08:52:17 +02:00
Kamil Mysliwiec
418ffd92b8 Merge pull request #13853 from nestjs/dependabot/npm_and_yarn/lint-staged-15.2.8
chore(deps-dev): bump lint-staged from 15.2.7 to 15.2.8
2024-08-06 08:52:05 +02:00
Kamil Mysliwiec
c39d9032cd Merge pull request #13854 from nestjs/dependabot/npm_and_yarn/types/node-22.1.0
chore(deps-dev): bump @types/node from 22.0.2 to 22.1.0
2024-08-06 08:52:00 +02:00
Kamil Mysliwiec
859067d1fc Merge pull request #13855 from nestjs/dependabot/npm_and_yarn/core-js-3.38.0
chore(deps-dev): bump core-js from 3.37.1 to 3.38.0
2024-08-06 08:51:54 +02:00
Kamil Mysliwiec
6c369c6bff Merge pull request #13859 from nestjs/dependabot/npm_and_yarn/cache-manager-5.7.5
chore(deps-dev): bump cache-manager from 5.7.4 to 5.7.5
2024-08-06 08:51:48 +02:00
dependabot[bot]
b7065bc081 chore(deps-dev): bump cache-manager from 5.7.4 to 5.7.5
Bumps [cache-manager](https://github.com/jaredwray/cacheable) from 5.7.4 to 5.7.5.
- [Release notes](https://github.com/jaredwray/cacheable/releases)
- [Commits](https://github.com/jaredwray/cacheable/commits)

---
updated-dependencies:
- dependency-name: cache-manager
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-06 00:40:28 +00:00
dependabot[bot]
b2da62ad23 chore(deps-dev): bump core-js from 3.37.1 to 3.38.0
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.37.1 to 3.38.0.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.38.0/packages/core-js)

---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-05 00:34:21 +00:00
dependabot[bot]
42e20bffa5 chore(deps-dev): bump @types/node from 22.0.2 to 22.1.0
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.0.2 to 22.1.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-05 00:33:53 +00:00
dependabot[bot]
ce8eee1a60 chore(deps-dev): bump lint-staged from 15.2.7 to 15.2.8
Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 15.2.7 to 15.2.8.
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](https://github.com/lint-staged/lint-staged/compare/v15.2.7...v15.2.8)

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-05 00:33:08 +00:00
Kamil Mysliwiec
233a89ab3d Merge pull request #13848 from nestjs/dependabot/npm_and_yarn/types/node-22.0.2
chore(deps-dev): bump @types/node from 22.0.0 to 22.0.2
2024-08-01 08:59:21 +02:00
dependabot[bot]
110c186a51 chore(deps-dev): bump @types/node from 22.0.0 to 22.0.2
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.0.0 to 22.0.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-01 00:12:38 +00:00
dependabot[bot]
6737a0268f chore(deps): bump ws
Bumps [ws](https://github.com/websockets/ws) from 7.5.8 to 7.5.10.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/7.5.8...7.5.10)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-31 13:06:20 +00:00
Kamil Mysliwiec
cb11e2e2d9 Merge pull request #13837 from nestjs/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-7.18.0
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.17.0 to 7.18.0
2024-07-31 15:05:31 +02:00
dependabot[bot]
552e3a4583 chore(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.17.0 to 7.18.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.18.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-31 06:29:21 +00:00
Kamil Mysliwiec
0e5efa575b Merge pull request #13836 from nestjs/dependabot/npm_and_yarn/types/ws-8.5.12
chore(deps-dev): bump @types/ws from 8.5.11 to 8.5.12
2024-07-31 08:28:33 +02:00
Kamil Mysliwiec
88edd7cc30 Merge pull request #13838 from nestjs/dependabot/npm_and_yarn/typescript-eslint/parser-7.18.0
chore(deps-dev): bump @typescript-eslint/parser from 7.17.0 to 7.18.0
2024-07-31 08:28:27 +02:00
Kamil Mysliwiec
d463920b34 Merge pull request #13839 from nestjs/dependabot/npm_and_yarn/redis-4.7.0
chore(deps-dev): bump redis from 4.6.15 to 4.7.0
2024-07-31 08:28:23 +02:00
Kamil Mysliwiec
ca47f1848a Merge pull request #13840 from nestjs/dependabot/npm_and_yarn/husky-9.1.4
chore(deps-dev): bump husky from 9.1.3 to 9.1.4
2024-07-31 08:28:17 +02:00
Kamil Mysliwiec
3d26f3d74b Merge pull request #13843 from nestjs/dependabot/npm_and_yarn/mongoose-8.5.2
chore(deps-dev): bump mongoose from 8.5.1 to 8.5.2
2024-07-31 08:28:09 +02:00
Kamil Mysliwiec
4633476252 Merge pull request #13844 from nestjs/dependabot/npm_and_yarn/nats-2.28.2
chore(deps-dev): bump nats from 2.28.1 to 2.28.2
2024-07-31 08:28:02 +02:00
dependabot[bot]
e1023600e4 chore(deps-dev): bump nats from 2.28.1 to 2.28.2
Bumps [nats](https://github.com/nats-io/nats.js) from 2.28.1 to 2.28.2.
- [Release notes](https://github.com/nats-io/nats.js/releases)
- [Commits](https://github.com/nats-io/nats.js/compare/v2.28.1...v2.28.2)

---
updated-dependencies:
- dependency-name: nats
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-31 00:55:29 +00:00
dependabot[bot]
2195dcec38 chore(deps-dev): bump mongoose from 8.5.1 to 8.5.2
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.5.1 to 8.5.2.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/8.5.1...8.5.2)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-31 00:54:20 +00:00
dependabot[bot]
8234c7d034 chore(deps-dev): bump husky from 9.1.3 to 9.1.4
Bumps [husky](https://github.com/typicode/husky) from 9.1.3 to 9.1.4.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](https://github.com/typicode/husky/compare/v9.1.3...v9.1.4)

---
updated-dependencies:
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-30 00:07:49 +00:00
dependabot[bot]
7c65ba96a9 chore(deps-dev): bump redis from 4.6.15 to 4.7.0
Bumps [redis](https://github.com/redis/node-redis) from 4.6.15 to 4.7.0.
- [Release notes](https://github.com/redis/node-redis/releases)
- [Changelog](https://github.com/redis/node-redis/blob/master/CHANGELOG.md)
- [Commits](https://github.com/redis/node-redis/compare/redis@4.6.15...redis@4.7.0)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-30 00:06:44 +00:00
dependabot[bot]
74db21cd76 chore(deps-dev): bump @typescript-eslint/parser from 7.17.0 to 7.18.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.17.0 to 7.18.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.18.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-30 00:06:19 +00:00
dependabot[bot]
22d7a7b6af chore(deps-dev): bump @types/ws from 8.5.11 to 8.5.12
Bumps [@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws) from 8.5.11 to 8.5.12.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ws)

---
updated-dependencies:
- dependency-name: "@types/ws"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-30 00:05:02 +00:00
Kamil Mysliwiec
705d2e00c4 Merge pull request #13831 from nestjs/dependabot/npm_and_yarn/types/node-22.0.0
chore(deps-dev): bump @types/node from 20.14.12 to 22.0.0
2024-07-29 13:28:37 +02:00
Kamil Mysliwiec
0eb51c9d7a Merge pull request #13833 from nestjs/dependabot/npm_and_yarn/mysql2-3.11.0
chore(deps-dev): bump mysql2 from 3.10.3 to 3.11.0
2024-07-29 13:28:30 +02:00
Kamil Mysliwiec
39ca180c0e Merge pull request #13834 from nestjs/dependabot/npm_and_yarn/cache-manager-5.7.4
chore(deps-dev): bump cache-manager from 5.7.3 to 5.7.4
2024-07-29 13:28:26 +02:00
Kamil Mysliwiec
424532e50f Merge pull request #13835 from nestjs/dependabot/npm_and_yarn/husky-9.1.3
chore(deps-dev): bump husky from 9.1.2 to 9.1.3
2024-07-29 13:28:20 +02:00
dependabot[bot]
4d45a41086 chore(deps-dev): bump husky from 9.1.2 to 9.1.3
Bumps [husky](https://github.com/typicode/husky) from 9.1.2 to 9.1.3.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](https://github.com/typicode/husky/compare/v9.1.2...v9.1.3)

---
updated-dependencies:
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-29 00:28:19 +00:00
dependabot[bot]
ee89c849a6 chore(deps-dev): bump cache-manager from 5.7.3 to 5.7.4
Bumps [cache-manager](https://github.com/jaredwray/cache-manager) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/jaredwray/cache-manager/releases)
- [Commits](https://github.com/jaredwray/cache-manager/commits)

---
updated-dependencies:
- dependency-name: cache-manager
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-29 00:27:51 +00:00
dependabot[bot]
eb1e89e6c3 chore(deps-dev): bump mysql2 from 3.10.3 to 3.11.0
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.10.3 to 3.11.0.
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](https://github.com/sidorares/node-mysql2/compare/v3.10.3...v3.11.0)

---
updated-dependencies:
- dependency-name: mysql2
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-29 00:27:25 +00:00
dependabot[bot]
4988e587af chore(deps-dev): bump @types/node from 20.14.12 to 22.0.0
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.12 to 22.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-29 00:25:17 +00:00
Kamil Mysliwiec
706af4cefb Merge pull request #13829 from nestjs/dependabot/npm_and_yarn/requirejs-2.3.7
chore(deps-dev): bump requirejs from 2.3.6 to 2.3.7
2024-07-26 09:11:33 +02:00
dependabot[bot]
f442d43636 chore(deps-dev): bump requirejs from 2.3.6 to 2.3.7
Bumps [requirejs](https://github.com/jrburke/r.js) from 2.3.6 to 2.3.7.
- [Commits](https://github.com/jrburke/r.js/compare/2.3.6...2.3.7)

---
updated-dependencies:
- dependency-name: requirejs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-26 06:57:23 +00:00
Kamil Mysliwiec
6147a8215a Merge pull request #13827 from nestjs/dependabot/npm_and_yarn/multi-e86d5cf068
chore(deps-dev): bump chai and @types/chai
2024-07-26 08:56:15 +02:00
Kamil Mysliwiec
f765e5a05b Merge pull request #13828 from nestjs/dependabot/npm_and_yarn/husky-9.1.2
chore(deps-dev): bump husky from 9.1.1 to 9.1.2
2024-07-26 08:55:40 +02:00
dependabot[bot]
a9b2655b25 chore(deps-dev): bump husky from 9.1.1 to 9.1.2
Bumps [husky](https://github.com/typicode/husky) from 9.1.1 to 9.1.2.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](https://github.com/typicode/husky/compare/v9.1.1...v9.1.2)

---
updated-dependencies:
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-26 01:00:06 +00:00
dependabot[bot]
01cd73e66f chore(deps-dev): bump chai and @types/chai
Bumps [chai](https://github.com/chaijs/chai) and [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai). These dependencies needed to be updated together.

Updates `chai` from 4.4.1 to 4.5.0
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/main/History.md)
- [Commits](https://github.com/chaijs/chai/compare/v4.4.1...v4.5.0)

Updates `@types/chai` from 4.3.11 to 4.3.16
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai)

---
updated-dependencies:
- dependency-name: chai
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: "@types/chai"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-26 00:58:20 +00:00
Kamil Mysliwiec
7f7237004a Update Readme.md 2024-07-25 12:41:37 +02:00
Kamil Mysliwiec
1d095afca1 Merge pull request #13825 from nestjs/dependabot/npm_and_yarn/sample/33-graphql-mercurius/ws-7.5.10
chore(deps): bump ws from 7.5.7 to 7.5.10 in /sample/33-graphql-mercurius
2024-07-25 11:14:01 +02:00
Kamil Mysliwiec
aa4b4de2cf Merge pull request #13821 from nestjs/dependabot/npm_and_yarn/types/node-20.14.12
chore(deps-dev): bump @types/node from 20.14.11 to 20.14.12
2024-07-25 09:49:40 +02:00
dependabot[bot]
ad546f5509 chore(deps): bump ws in /sample/33-graphql-mercurius
Bumps [ws](https://github.com/websockets/ws) from 7.5.7 to 7.5.10.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/7.5.7...7.5.10)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-25 07:49:24 +00:00
Kamil Mysliwiec
094db3711e Merge pull request #13824 from nestjs/dependabot/npm_and_yarn/nats-2.28.1
chore(deps-dev): bump nats from 2.28.0 to 2.28.1
2024-07-25 09:48:17 +02:00
Kamil Myśliwiec
d8035d9ab6 chore: update sponsors 2024-07-25 09:36:59 +02:00
dependabot[bot]
10b8fd969a chore(deps-dev): bump nats from 2.28.0 to 2.28.1
Bumps [nats](https://github.com/nats-io/nats.js) from 2.28.0 to 2.28.1.
- [Release notes](https://github.com/nats-io/nats.js/releases)
- [Commits](https://github.com/nats-io/nats.js/compare/v2.28.0...v2.28.1)

---
updated-dependencies:
- dependency-name: nats
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-25 00:22:55 +00:00
dependabot[bot]
5c01248e87 chore(deps-dev): bump @types/node from 20.14.11 to 20.14.12
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.11 to 20.14.12.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-24 00:19:18 +00:00
Kamil Mysliwiec
b97eae547b Merge pull request #13811 from nestjs/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-7.17.0
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.16.1 to 7.17.0
2024-07-23 09:27:04 +02:00
dependabot[bot]
b0d93433b8 chore(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.16.1 to 7.17.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.17.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-23 07:25:13 +00:00
Kamil Mysliwiec
895e51453f Merge pull request #13801 from nestjs/dependabot/npm_and_yarn/husky-9.1.1
chore(deps-dev): bump husky from 9.1.0 to 9.1.1
2024-07-23 09:23:28 +02:00
Kamil Mysliwiec
e8f4015580 Merge pull request #13810 from nestjs/dependabot/npm_and_yarn/sample/32-graphql-federation-schema-first/posts-application/ws-7.5.10
chore(deps): bump ws from 7.5.9 to 7.5.10 in /sample/32-graphql-federation-schema-first/posts-application
2024-07-23 09:23:24 +02:00
Kamil Mysliwiec
1bf28048d7 Merge pull request #13812 from nestjs/dependabot/npm_and_yarn/apollo/server-4.10.5
chore(deps-dev): bump @apollo/server from 4.10.4 to 4.10.5
2024-07-23 09:23:03 +02:00
Kamil Mysliwiec
be55c55db1 Merge pull request #13813 from nestjs/dependabot/npm_and_yarn/typescript-eslint/parser-7.17.0
chore(deps-dev): bump @typescript-eslint/parser from 7.16.0 to 7.17.0
2024-07-23 09:22:55 +02:00
Kamil Mysliwiec
85e9a731da Merge pull request #13814 from nestjs/dependabot/npm_and_yarn/typescript-5.5.4
chore(deps-dev): bump typescript from 5.5.3 to 5.5.4
2024-07-23 09:22:46 +02:00
Kamil Mysliwiec
099025fa53 Merge pull request #13815 from nestjs/dependabot/npm_and_yarn/artillery-2.0.18
chore(deps-dev): bump artillery from 2.0.17 to 2.0.18
2024-07-23 09:22:29 +02:00
dependabot[bot]
cf89ecb78e chore(deps-dev): bump artillery from 2.0.17 to 2.0.18
Bumps [artillery](https://github.com/artilleryio/artillery) from 2.0.17 to 2.0.18.
- [Release notes](https://github.com/artilleryio/artillery/releases)
- [Commits](https://github.com/artilleryio/artillery/compare/artillery-2.0.17...artillery-2.0.18)

---
updated-dependencies:
- dependency-name: artillery
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-23 00:53:18 +00:00
dependabot[bot]
1c5db3e2fd chore(deps-dev): bump typescript from 5.5.3 to 5.5.4
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.5.3 to 5.5.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.5.3...v5.5.4)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-23 00:52:37 +00:00
dependabot[bot]
46d1e95b93 chore(deps-dev): bump @typescript-eslint/parser from 7.16.0 to 7.17.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.16.0 to 7.17.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.17.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-23 00:51:51 +00:00
dependabot[bot]
351173f152 chore(deps-dev): bump @apollo/server from 4.10.4 to 4.10.5
Bumps [@apollo/server](https://github.com/apollographql/apollo-server/tree/HEAD/packages/server) from 4.10.4 to 4.10.5.
- [Release notes](https://github.com/apollographql/apollo-server/releases)
- [Changelog](https://github.com/apollographql/apollo-server/blob/main/packages/server/CHANGELOG.md)
- [Commits](https://github.com/apollographql/apollo-server/commits/@apollo/server@4.10.5/packages/server)

---
updated-dependencies:
- dependency-name: "@apollo/server"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-23 00:51:00 +00:00
Kamil Mysliwiec
3f5f65450c Update Readme.md 2024-07-22 12:47:25 +02:00
dependabot[bot]
2be3d779d2 chore(deps): bump ws
Bumps [ws](https://github.com/websockets/ws) from 7.5.9 to 7.5.10.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/7.5.9...7.5.10)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-22 08:07:42 +00:00
Kamil Mysliwiec
5fea278f98 Merge pull request #13809 from nestjs/dependabot/npm_and_yarn/mocha-10.7.0
chore(deps-dev): bump mocha from 10.6.0 to 10.7.0
2024-07-22 10:06:35 +02:00
dependabot[bot]
7ea09b0516 chore(deps-dev): bump mocha from 10.6.0 to 10.7.0
Bumps [mocha](https://github.com/mochajs/mocha) from 10.6.0 to 10.7.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v10.6.0...v10.7.0)

---
updated-dependencies:
- dependency-name: mocha
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-22 00:31:08 +00:00
Johaven
365fd1e5d8 fix: typing 2024-07-22 01:18:59 +02:00
Johaven
9f7c42744f fix(platform-fastify): search method not declared 2024-07-22 01:03:19 +02:00
Patrick Acioli
daf0f88366 fix(core): dependencies not resolving for transient lazy providers 2024-07-19 03:01:48 -03:00
Patrick Acioli
91beaf7bc2 fix(core): dependencies not resolving for transient lazy providers 2024-07-19 02:46:52 -03:00
dependabot[bot]
185bc5e17b chore(deps-dev): bump husky from 9.1.0 to 9.1.1
Bumps [husky](https://github.com/typicode/husky) from 9.1.0 to 9.1.1.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](https://github.com/typicode/husky/compare/v9.1.0...v9.1.1)

---
updated-dependencies:
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-19 00:02:43 +00:00
Kamil Mysliwiec
aa10c8b8b6 Update Readme.md 2024-07-18 09:09:10 +02:00
Kamil Mysliwiec
6a60f3c785 Merge pull request #13791 from nestjs/dependabot/npm_and_yarn/types/node-20.14.11
chore(deps-dev): bump @types/node from 20.14.10 to 20.14.11
2024-07-18 09:08:00 +02:00
Kamil Mysliwiec
32e63b6d11 Merge pull request #13796 from nestjs/dependabot/npm_and_yarn/husky-9.1.0
chore(deps-dev): bump husky from 9.0.11 to 9.1.0
2024-07-18 08:54:32 +02:00
Kamil Mysliwiec
75b9f07a1a Merge pull request #13792 from nestjs/dependabot/npm_and_yarn/grpc/grpc-js-1.11.1
chore(deps-dev): bump @grpc/grpc-js from 1.10.11 to 1.11.1
2024-07-18 08:54:28 +02:00
Kamil Mysliwiec
a7f8dcd3e0 Merge pull request #13789 from nestjs/dependabot/npm_and_yarn/cache-manager-5.7.3
chore(deps-dev): bump cache-manager from 5.7.2 to 5.7.3
2024-07-18 08:54:25 +02:00
Kamil Mysliwiec
ccdb46b665 Merge pull request #13787 from nestjs/dependabot/npm_and_yarn/mysql2-3.10.3
chore(deps-dev): bump mysql2 from 3.10.2 to 3.10.3
2024-07-18 08:54:21 +02:00
Kamil Mysliwiec
51198a4850 Merge pull request #13786 from nestjs/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-7.16.1
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.16.0 to 7.16.1
2024-07-18 08:54:10 +02:00
dependabot[bot]
8cf92c0946 chore(deps-dev): bump husky from 9.0.11 to 9.1.0
Bumps [husky](https://github.com/typicode/husky) from 9.0.11 to 9.1.0.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](https://github.com/typicode/husky/compare/v9.0.11...v9.1.0)

---
updated-dependencies:
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-18 00:05:09 +00:00
Patrick Acioli
ba761c1488 fix(fastify-adapter): middleware not executed when root path is excluded 2024-07-17 20:45:44 -03:00
dependabot[bot]
9972ac6f27 chore(deps-dev): bump @grpc/grpc-js from 1.10.11 to 1.11.1
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.10.11 to 1.11.1.
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.10.11...@grpc/grpc-js@1.11.1)

---
updated-dependencies:
- dependency-name: "@grpc/grpc-js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-17 00:07:15 +00:00
dependabot[bot]
8a9e3bf9f7 chore(deps-dev): bump @types/node from 20.14.10 to 20.14.11
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.10 to 20.14.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-17 00:05:50 +00:00
dependabot[bot]
2884c10451 chore(deps-dev): bump cache-manager from 5.7.2 to 5.7.3
Bumps [cache-manager](https://github.com/jaredwray/cache-manager) from 5.7.2 to 5.7.3.
- [Release notes](https://github.com/jaredwray/cache-manager/releases)
- [Commits](https://github.com/jaredwray/cache-manager/commits)

---
updated-dependencies:
- dependency-name: cache-manager
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-16 00:43:26 +00:00
dependabot[bot]
c7b9573244 chore(deps-dev): bump mysql2 from 3.10.2 to 3.10.3
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.10.2 to 3.10.3.
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](https://github.com/sidorares/node-mysql2/compare/v3.10.2...v3.10.3)

---
updated-dependencies:
- dependency-name: mysql2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-16 00:42:30 +00:00
dependabot[bot]
5c5558b3c0 chore(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.16.0 to 7.16.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.16.1/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-16 00:42:06 +00:00
Kamil Mysliwiec
73ad7f2652 Merge pull request #13783 from nestjs/dependabot/npm_and_yarn/types/ws-8.5.11
chore(deps-dev): bump @types/ws from 8.5.10 to 8.5.11
2024-07-15 10:13:46 +02:00
Kamil Mysliwiec
3ab0da8c04 Merge pull request #13782 from nestjs/dependabot/npm_and_yarn/prettier-3.3.3
chore(deps-dev): bump prettier from 3.3.2 to 3.3.3
2024-07-15 10:10:34 +02:00
Kamil Mysliwiec
6732d9d731 Merge pull request #13784 from nestjs/dependabot/npm_and_yarn/mongoose-8.5.1
chore(deps-dev): bump mongoose from 8.5.0 to 8.5.1
2024-07-15 10:10:25 +02:00
dependabot[bot]
c9343596fc chore(deps-dev): bump mongoose from 8.5.0 to 8.5.1
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.5.0 to 8.5.1.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/8.5.0...8.5.1)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-15 01:01:43 +00:00
dependabot[bot]
ddb44b992d chore(deps-dev): bump @types/ws from 8.5.10 to 8.5.11
Bumps [@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws) from 8.5.10 to 8.5.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ws)

---
updated-dependencies:
- dependency-name: "@types/ws"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-15 00:59:58 +00:00
dependabot[bot]
27a8a417a5 chore(deps-dev): bump prettier from 3.3.2 to 3.3.3
Bumps [prettier](https://github.com/prettier/prettier) from 3.3.2 to 3.3.3.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/3.3.2...3.3.3)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-15 00:58:30 +00:00
Kamil Mysliwiec
15f2f1ce70 Merge pull request #13780 from nestjs/dependabot/npm_and_yarn/cache-manager-5.7.2
chore(deps-dev): bump cache-manager from 5.7.1 to 5.7.2
2024-07-12 08:49:33 +02:00
dependabot[bot]
b6996baec0 chore(deps-dev): bump cache-manager from 5.7.1 to 5.7.2
Bumps [cache-manager](https://github.com/jaredwray/cache-manager) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/jaredwray/cache-manager/releases)
- [Commits](https://github.com/jaredwray/cache-manager/commits)

---
updated-dependencies:
- dependency-name: cache-manager
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-12 00:51:36 +00:00
Kamil Mysliwiec
72eedeb756 Merge pull request #13776 from nestjs/dependabot/npm_and_yarn/grpc/grpc-js-1.10.11
chore(deps-dev): bump @grpc/grpc-js from 1.10.10 to 1.10.11
2024-07-11 12:04:54 +02:00
dependabot[bot]
d49a8634f6 chore(deps-dev): bump @grpc/grpc-js from 1.10.10 to 1.10.11
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.10.10 to 1.10.11.
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.10.10...@grpc/grpc-js@1.10.11)

---
updated-dependencies:
- dependency-name: "@grpc/grpc-js"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-11 00:36:50 +00:00
Kamil Mysliwiec
4b8b971d58 Merge pull request #13774 from nestjs/dependabot/npm_and_yarn/artillery-2.0.17
chore(deps-dev): bump artillery from 2.0.16 to 2.0.17
2024-07-10 09:00:29 +02:00
dependabot[bot]
40f3975bc8 chore(deps-dev): bump artillery from 2.0.16 to 2.0.17
Bumps [artillery](https://github.com/artilleryio/artillery) from 2.0.16 to 2.0.17.
- [Release notes](https://github.com/artilleryio/artillery/releases)
- [Commits](https://github.com/artilleryio/artillery/compare/artillery-2.0.16...artillery-2.0.17)

---
updated-dependencies:
- dependency-name: artillery
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-10 00:58:10 +00:00
Kamil Mysliwiec
05966661fb Merge pull request #13771 from nestjs/dependabot/npm_and_yarn/typescript-eslint/parser-7.16.0
chore(deps-dev): bump @typescript-eslint/parser from 7.13.1 to 7.16.0
2024-07-09 13:57:21 +02:00
dependabot[bot]
206128b805 chore(deps-dev): bump @typescript-eslint/parser from 7.13.1 to 7.16.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.13.1 to 7.16.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.16.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-09 06:49:49 +00:00
Kamil Mysliwiec
03d53a5995 Merge pull request #13765 from nestjs/dependabot/npm_and_yarn/types/node-20.14.10
chore(deps-dev): bump @types/node from 20.14.9 to 20.14.10
2024-07-09 08:48:25 +02:00
Kamil Mysliwiec
228d8c3c19 Merge pull request #13767 from nestjs/dependabot/npm_and_yarn/nestjs/mongoose-10.0.10
chore(deps-dev): bump @nestjs/mongoose from 10.0.6 to 10.0.10
2024-07-09 08:48:18 +02:00
Kamil Mysliwiec
b5376e45fc Merge pull request #13770 from nestjs/dependabot/npm_and_yarn/mongoose-8.5.0
chore(deps-dev): bump mongoose from 8.4.4 to 8.5.0
2024-07-09 08:48:12 +02:00
Kamil Mysliwiec
102e24a6c0 Merge pull request #13772 from nestjs/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-7.16.0
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.15.0 to 7.16.0
2024-07-09 08:48:01 +02:00
dependabot[bot]
5f01d8fcc0 chore(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.15.0 to 7.16.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.16.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-09 01:00:03 +00:00
dependabot[bot]
05d0513a13 chore(deps-dev): bump mongoose from 8.4.4 to 8.5.0
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.4.4 to 8.5.0.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/8.4.4...8.5.0)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-09 00:58:28 +00:00
dependabot[bot]
1a0ad0a3b7 chore(deps-dev): bump @nestjs/mongoose from 10.0.6 to 10.0.10
Bumps [@nestjs/mongoose](https://github.com/nestjs/mongoose) from 10.0.6 to 10.0.10.
- [Release notes](https://github.com/nestjs/mongoose/releases)
- [Changelog](https://github.com/nestjs/mongoose/blob/master/.release-it.json)
- [Commits](https://github.com/nestjs/mongoose/compare/10.0.6...10.0.10)

---
updated-dependencies:
- dependency-name: "@nestjs/mongoose"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-08 00:48:40 +00:00
dependabot[bot]
5047d8f210 chore(deps-dev): bump @types/node from 20.14.9 to 20.14.10
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.9 to 20.14.10.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-08 00:47:21 +00:00
sheepster1
821b080963 fix(core): unhandled promise rejection in interceptors consumer 2024-07-06 18:27:56 +03:00
Kamil Mysliwiec
6a791dcff4 Merge pull request #13747 from nestjs/dependabot/npm_and_yarn/nestjs/apollo-12.2.0
chore(deps-dev): bump @nestjs/apollo from 12.1.0 to 12.2.0
2024-07-04 12:23:20 +02:00
Kamil Mysliwiec
0e0f433f77 Merge pull request #13754 from nestjs/dependabot/npm_and_yarn/cache-manager-5.7.1
chore(deps-dev): bump cache-manager from 5.6.1 to 5.7.1
2024-07-04 12:23:07 +02:00
Kamil Mysliwiec
4b09876611 Merge pull request #13755 from nestjs/dependabot/npm_and_yarn/mocha-10.6.0
chore(deps-dev): bump mocha from 10.5.2 to 10.6.0
2024-07-04 12:22:57 +02:00
Kamil Mysliwiec
9ae655f695 Merge pull request #13756 from nestjs/dependabot/npm_and_yarn/ws-8.18.0
chore(deps): bump ws from 8.17.1 to 8.18.0
2024-07-04 12:22:49 +02:00
Kamil Mysliwiec
1860d58642 Merge pull request #13757 from nestjs/dependabot/npm_and_yarn/typescript-5.5.3
chore(deps-dev): bump typescript from 5.5.2 to 5.5.3
2024-07-04 12:22:32 +02:00
Kamil Mysliwiec
b384aad9dc Merge pull request #13753 from micalevisk/patch-1
feat(common): less verbose 'missing package' error message
2024-07-04 10:11:42 +02:00
dependabot[bot]
12d0e1ae33 chore(deps-dev): bump typescript from 5.5.2 to 5.5.3
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.5.2 to 5.5.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.5.2...v5.5.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-04 00:34:16 +00:00
dependabot[bot]
37a2360bc8 chore(deps): bump ws from 8.17.1 to 8.18.0
Bumps [ws](https://github.com/websockets/ws) from 8.17.1 to 8.18.0.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/8.17.1...8.18.0)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-04 00:33:34 +00:00
dependabot[bot]
324c6dba17 chore(deps-dev): bump mocha from 10.5.2 to 10.6.0
Bumps [mocha](https://github.com/mochajs/mocha) from 10.5.2 to 10.6.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v10.5.2...v10.6.0)

---
updated-dependencies:
- dependency-name: mocha
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-04 00:32:52 +00:00
dependabot[bot]
c2593b15f2 chore(deps-dev): bump cache-manager from 5.6.1 to 5.7.1
Bumps [cache-manager](https://github.com/jaredwray/cache-manager) from 5.6.1 to 5.7.1.
- [Release notes](https://github.com/jaredwray/cache-manager/releases)
- [Commits](https://github.com/jaredwray/cache-manager/commits)

---
updated-dependencies:
- dependency-name: cache-manager
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-04 00:31:00 +00:00
Micael Levi L. Cavalcante
c5d08c81ef docs(common): add docs to StreamableFile options 2024-07-03 14:18:02 -04:00
dependabot[bot]
4df251b385 chore(deps-dev): bump @nestjs/apollo from 12.1.0 to 12.2.0
Bumps [@nestjs/apollo](https://github.com/nestjs/graphql) from 12.1.0 to 12.2.0.
- [Release notes](https://github.com/nestjs/graphql/releases)
- [Commits](https://github.com/nestjs/graphql/compare/v12.1.0...v12.2.0)

---
updated-dependencies:
- dependency-name: "@nestjs/apollo"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-03 07:22:47 +00:00
Kamil Mysliwiec
6afb66e539 Merge pull request #13748 from nestjs/dependabot/npm_and_yarn/fast-json-stringify-6.0.0
chore(deps): bump fast-json-stringify from 5.16.1 to 6.0.0
2024-07-03 09:21:51 +02:00
Kamil Mysliwiec
184cbe3640 Merge pull request #13749 from nestjs/dependabot/npm_and_yarn/mysql2-3.10.2
chore(deps-dev): bump mysql2 from 3.10.1 to 3.10.2
2024-07-03 09:21:48 +02:00
Kamil Mysliwiec
99da89ba20 Merge pull request #13750 from nestjs/dependabot/npm_and_yarn/grpc/grpc-js-1.10.10
chore(deps-dev): bump @grpc/grpc-js from 1.10.9 to 1.10.10
2024-07-03 09:21:41 +02:00
Kamil Mysliwiec
96237c9192 Merge pull request #13751 from nestjs/dependabot/npm_and_yarn/nestjs/graphql-12.2.0
chore(deps-dev): bump @nestjs/graphql from 12.1.1 to 12.2.0
2024-07-03 09:21:30 +02:00
Kamil Mysliwiec
5b454cf853 Merge pull request #13752 from nestjs/dependabot/npm_and_yarn/redis-4.6.15
chore(deps-dev): bump redis from 4.6.14 to 4.6.15
2024-07-03 09:20:13 +02:00
dependabot[bot]
4995cedc28 chore(deps-dev): bump redis from 4.6.14 to 4.6.15
Bumps [redis](https://github.com/redis/node-redis) from 4.6.14 to 4.6.15.
- [Release notes](https://github.com/redis/node-redis/releases)
- [Changelog](https://github.com/redis/node-redis/blob/master/CHANGELOG.md)
- [Commits](https://github.com/redis/node-redis/compare/redis@4.6.14...redis@4.6.15)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-03 00:51:58 +00:00
dependabot[bot]
22af4c889e chore(deps-dev): bump @nestjs/graphql from 12.1.1 to 12.2.0
Bumps [@nestjs/graphql](https://github.com/nestjs/graphql) from 12.1.1 to 12.2.0.
- [Release notes](https://github.com/nestjs/graphql/releases)
- [Commits](https://github.com/nestjs/graphql/compare/v12.1.1...v12.2.0)

---
updated-dependencies:
- dependency-name: "@nestjs/graphql"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-03 00:51:14 +00:00
dependabot[bot]
e8a2ff0cc0 chore(deps-dev): bump @grpc/grpc-js from 1.10.9 to 1.10.10
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.10.9 to 1.10.10.
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.10.9...@grpc/grpc-js@1.10.10)

---
updated-dependencies:
- dependency-name: "@grpc/grpc-js"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-03 00:50:24 +00:00
dependabot[bot]
40e38322d2 chore(deps-dev): bump mysql2 from 3.10.1 to 3.10.2
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.10.1 to 3.10.2.
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](https://github.com/sidorares/node-mysql2/compare/v3.10.1...v3.10.2)

---
updated-dependencies:
- dependency-name: mysql2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-03 00:49:57 +00:00
dependabot[bot]
7b994bda72 chore(deps): bump fast-json-stringify from 5.16.1 to 6.0.0
Bumps [fast-json-stringify](https://github.com/fastify/fast-json-stringify) from 5.16.1 to 6.0.0.
- [Release notes](https://github.com/fastify/fast-json-stringify/releases)
- [Commits](https://github.com/fastify/fast-json-stringify/compare/v5.16.1...v6.0.0)

---
updated-dependencies:
- dependency-name: fast-json-stringify
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-03 00:49:16 +00:00
Kamil Mysliwiec
f7201d9321 Merge pull request #13745 from nestjs/dependabot/npm_and_yarn/sample/23-graphql-code-first/multi-d6511ecd60
chore(deps): bump express and @nestjs/platform-express in /sample/23-graphql-code-first
2024-07-02 13:19:30 +02:00
dependabot[bot]
d0b9474319 chore(deps): bump express and @nestjs/platform-express
Bumps [express](https://github.com/expressjs/express) to 4.19.2 and updates ancestor dependency [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `express` from 4.18.2 to 4.19.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)

Updates `@nestjs/platform-express` from 10.3.2 to 10.3.10
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.3.10/packages/platform-express)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-02 07:36:53 +00:00
Kamil Mysliwiec
2434299a33 Merge pull request #13740 from nestjs/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-7.15.0
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.13.1 to 7.15.0
2024-07-02 09:17:11 +02:00
Kamil Mysliwiec
4467c5dc6d Merge pull request #13742 from nestjs/dependabot/npm_and_yarn/multi-351a35f700
chore(deps-dev): bump mocha and @types/mocha
2024-07-02 09:17:02 +02:00
dependabot[bot]
f7f32fc1b8 chore(deps-dev): bump mocha and @types/mocha
Bumps [mocha](https://github.com/mochajs/mocha) and [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha). These dependencies needed to be updated together.

Updates `mocha` from 10.4.0 to 10.5.2
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v10.4.0...v10.5.2)

Updates `@types/mocha` from 10.0.6 to 10.0.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha)

---
updated-dependencies:
- dependency-name: mocha
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: "@types/mocha"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-02 07:04:37 +00:00
Kamil Mysliwiec
f78380db06 Merge pull request #13738 from nestjs/dependabot/npm_and_yarn/artillery-2.0.16
chore(deps-dev): bump artillery from 2.0.15 to 2.0.16
2024-07-02 09:03:02 +02:00
Kamil Mysliwiec
d3ba05df84 Merge pull request #13739 from nestjs/dependabot/npm_and_yarn/fastify-4.28.1
chore(deps): bump fastify from 4.28.0 to 4.28.1
2024-07-02 09:02:55 +02:00
Kamil Mysliwiec
71996b63ac Merge pull request #13743 from nestjs/dependabot/npm_and_yarn/nats-2.28.0
chore(deps-dev): bump nats from 2.27.0 to 2.28.0
2024-07-02 09:02:48 +02:00
Kamil Mysliwiec
e6856af754 Merge pull request #13744 from nestjs/dependabot/npm_and_yarn/mongoose-8.4.4
chore(deps-dev): bump mongoose from 8.4.3 to 8.4.4
2024-07-02 09:02:42 +02:00
dependabot[bot]
55e98472fc chore(deps-dev): bump mongoose from 8.4.3 to 8.4.4
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.4.3 to 8.4.4.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/8.4.3...8.4.4)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-02 00:46:17 +00:00
dependabot[bot]
671d979cf6 chore(deps-dev): bump nats from 2.27.0 to 2.28.0
Bumps [nats](https://github.com/nats-io/nats.js) from 2.27.0 to 2.28.0.
- [Release notes](https://github.com/nats-io/nats.js/releases)
- [Commits](https://github.com/nats-io/nats.js/compare/v2.27.0...v2.28.0)

---
updated-dependencies:
- dependency-name: nats
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-02 00:45:31 +00:00
dependabot[bot]
d6b9a9f56f chore(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.13.1 to 7.15.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.15.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-02 00:44:00 +00:00
dependabot[bot]
b1b66d2d6c chore(deps): bump fastify from 4.28.0 to 4.28.1
Bumps [fastify](https://github.com/fastify/fastify) from 4.28.0 to 4.28.1.
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](https://github.com/fastify/fastify/compare/v4.28.0...v4.28.1)

---
updated-dependencies:
- dependency-name: fastify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-02 00:43:24 +00:00
dependabot[bot]
f850786af4 chore(deps-dev): bump artillery from 2.0.15 to 2.0.16
Bumps [artillery](https://github.com/artilleryio/artillery) from 2.0.15 to 2.0.16.
- [Release notes](https://github.com/artilleryio/artillery/releases)
- [Commits](https://github.com/artilleryio/artillery/compare/artillery-2.0.15...artillery-2.0.16)

---
updated-dependencies:
- dependency-name: artillery
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-02 00:43:16 +00:00
Kamil Myśliwiec
d22ffc1d0b chore: update package.json 2024-07-01 11:28:14 +02:00
Kamil Myśliwiec
b59d5acf47 chore(@nestjs) publish v10.3.10 release 2024-07-01 11:27:38 +02:00
Kamil Mysliwiec
68d91acd2a Merge pull request #13734 from ancyrweb/master
feat(fastify-adapter): support for skipping middie registration
2024-07-01 11:26:27 +02:00
Kamil Mysliwiec
783e833613 Merge pull request #13683 from ragavendra/ragavendra-chai-dependency
Update package.json
2024-07-01 11:24:55 +02:00
Kamil Myśliwiec
284f4373b8 docs: update readme 2024-07-01 11:23:59 +02:00
Kamil Mysliwiec
52291d10b1 Merge pull request #13706 from nestjs/dependabot/npm_and_yarn/nodemon-3.1.4
chore(deps-dev): bump nodemon from 3.1.3 to 3.1.4
2024-07-01 11:03:54 +02:00
Kamil Mysliwiec
3144fd294c Merge pull request #13716 from nestjs/dependabot/npm_and_yarn/ts-morph-23.0.0
chore(deps-dev): bump ts-morph from 22.0.0 to 23.0.0
2024-07-01 11:03:47 +02:00
Kamil Mysliwiec
e8d0405643 Merge pull request #13697 from nestjs/dependabot/npm_and_yarn/sample/16-gateways-ws/ws-8.17.1
chore(deps): bump ws from 8.13.0 to 8.17.1 in /sample/16-gateways-ws
2024-07-01 11:00:31 +02:00
Anthony Cyrille
c7d2978d31 feat(fastify-adapter): support for skipping middie registration 2024-07-01 10:20:45 +02:00
dependabot[bot]
d4386d6f1a chore(deps-dev): bump nodemon from 3.1.3 to 3.1.4
Bumps [nodemon](https://github.com/remy/nodemon) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v3.1.3...v3.1.4)

---
updated-dependencies:
- dependency-name: nodemon
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-01 08:16:04 +00:00
dependabot[bot]
b43e8b7b22 chore(deps-dev): bump ts-morph from 22.0.0 to 23.0.0
Bumps [ts-morph](https://github.com/dsherret/ts-morph) from 22.0.0 to 23.0.0.
- [Release notes](https://github.com/dsherret/ts-morph/releases)
- [Commits](https://github.com/dsherret/ts-morph/compare/22.0.0...23.0.0)

---
updated-dependencies:
- dependency-name: ts-morph
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-01 08:15:07 +00:00
Kamil Mysliwiec
970cb48012 Merge pull request #13712 from micalevisk/fix/forwardref-on-exports
fix(core): when using forward references on `exports` array
2024-07-01 10:14:02 +02:00
Kamil Mysliwiec
ad1e11b403 Merge pull request #13708 from nestjs/dependabot/npm_and_yarn/nats-2.27.0
chore(deps-dev): bump nats from 2.26.0 to 2.27.0
2024-07-01 10:12:21 +02:00
Kamil Mysliwiec
0de2a00ef4 Merge pull request #13709 from nestjs/dependabot/npm_and_yarn/typescript-5.5.2
chore(deps-dev): bump typescript from 5.4.5 to 5.5.2
2024-07-01 10:12:17 +02:00
Kamil Mysliwiec
3dd2811d18 Merge pull request #13715 from nestjs/dependabot/npm_and_yarn/graphql-16.9.0
chore(deps-dev): bump graphql from 16.8.2 to 16.9.0
2024-07-01 10:12:11 +02:00
Kamil Mysliwiec
ef0836caaa Merge pull request #13718 from nestjs/dependabot/npm_and_yarn/engine.io-client-6.6.0
chore(deps-dev): bump engine.io-client from 6.5.4 to 6.6.0
2024-07-01 10:12:04 +02:00
Kamil Mysliwiec
6d9d4ae4b2 Merge pull request #13724 from nestjs/dependabot/npm_and_yarn/types/node-20.14.9
chore(deps-dev): bump @types/node from 20.14.6 to 20.14.9
2024-07-01 10:11:57 +02:00
Kamil Mysliwiec
56aa326d6b Merge pull request #13714 from micalevisk/minor-improve-to-sample-18
chore: add use case for selecting dynamic modules to 18-context sample
2024-07-01 10:09:48 +02:00
JadenKim-dev
27d01d6ed2 feat: added optional chaining 2024-06-30 22:49:37 +09:00
JadenKim-dev
ce0b4fbd88 feat: grpc package name can be specified with service name 2024-06-30 22:31:11 +09:00
Micael Levi L. Cavalcante
9b4aa27ba6 feat(common): less verbose 'missing package' error message
The tip "npm install ..." is not that useful when one is using another package manager instead of NPM. And also can lead to confusion.
2024-06-28 13:28:06 -04:00
dependabot[bot]
04aaf1fd1e chore(deps-dev): bump @types/node from 20.14.6 to 20.14.9
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.6 to 20.14.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-26 00:55:41 +00:00
dependabot[bot]
8dcdb97914 chore(deps-dev): bump engine.io-client from 6.5.4 to 6.6.0
Bumps [engine.io-client](https://github.com/socketio/engine.io-client) from 6.5.4 to 6.6.0.
- [Release notes](https://github.com/socketio/engine.io-client/releases)
- [Changelog](https://github.com/socketio/engine.io-client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/engine.io-client/compare/6.5.4...6.6.0)

---
updated-dependencies:
- dependency-name: engine.io-client
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-24 01:01:08 +00:00
dependabot[bot]
1944a99533 chore(deps-dev): bump graphql from 16.8.2 to 16.9.0
Bumps [graphql](https://github.com/graphql/graphql-js) from 16.8.2 to 16.9.0.
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](https://github.com/graphql/graphql-js/compare/v16.8.2...v16.9.0)

---
updated-dependencies:
- dependency-name: graphql
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-24 00:58:00 +00:00
Micael Levi L. Cavalcante
2997321810 chore: add use case for selecting dynamic modules to 18-context sample 2024-06-22 13:41:03 -04:00
Micael Levi L. Cavalcante
ee373079be chore: use markdown highlight on bug report issue template 2024-06-21 22:00:30 -04:00
Micael Levi L. Cavalcante
136f035d36 fix(core): when using forward references on exports array 2024-06-21 10:28:42 -04:00
dependabot[bot]
e4856a91ca chore(deps-dev): bump typescript from 5.4.5 to 5.5.2
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.5 to 5.5.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.5...v5.5.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-21 00:11:21 +00:00
dependabot[bot]
61cfece539 chore(deps-dev): bump nats from 2.26.0 to 2.27.0
Bumps [nats](https://github.com/nats-io/nats.js) from 2.26.0 to 2.27.0.
- [Release notes](https://github.com/nats-io/nats.js/releases)
- [Commits](https://github.com/nats-io/nats.js/compare/v2.26.0...v2.27.0)

---
updated-dependencies:
- dependency-name: nats
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-21 00:10:29 +00:00
Kamil Mysliwiec
15cb568e40 Merge pull request #13672 from nestjs/dependabot/npm_and_yarn/sample/26-queues/braces-3.0.3
chore(deps-dev): bump braces from 3.0.2 to 3.0.3 in /sample/26-queues
2024-06-20 09:49:26 +02:00
Kamil Mysliwiec
a6a074e574 Merge pull request #13693 from nestjs/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-7.13.1
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.13.0 to 7.13.1
2024-06-20 09:23:01 +02:00
Kamil Mysliwiec
3c772547c5 Merge pull request #13699 from nestjs/dependabot/npm_and_yarn/engine.io-client-6.5.4
chore(deps-dev): bump engine.io-client from 6.5.3 to 6.5.4
2024-06-20 09:22:54 +02:00
Kamil Mysliwiec
be01fcc28d Merge pull request #13702 from nestjs/dependabot/npm_and_yarn/types/node-20.14.6
chore(deps-dev): bump @types/node from 20.14.4 to 20.14.6
2024-06-20 09:22:48 +02:00
Kamil Mysliwiec
07fea55ace Merge pull request #13703 from nestjs/dependabot/npm_and_yarn/fast-json-stringify-5.16.1
chore(deps): bump fast-json-stringify from 5.16.0 to 5.16.1
2024-06-20 09:22:36 +02:00
dependabot[bot]
c30bee33a8 chore(deps): bump fast-json-stringify from 5.16.0 to 5.16.1
Bumps [fast-json-stringify](https://github.com/fastify/fast-json-stringify) from 5.16.0 to 5.16.1.
- [Release notes](https://github.com/fastify/fast-json-stringify/releases)
- [Commits](https://github.com/fastify/fast-json-stringify/compare/v5.16.0...v5.16.1)

---
updated-dependencies:
- dependency-name: fast-json-stringify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-20 00:22:24 +00:00
dependabot[bot]
4016d78e6d chore(deps-dev): bump @types/node from 20.14.4 to 20.14.6
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.4 to 20.14.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-20 00:21:24 +00:00
dependabot[bot]
f45418d824 chore(deps-dev): bump engine.io-client from 6.5.3 to 6.5.4
Bumps [engine.io-client](https://github.com/socketio/engine.io-client) from 6.5.3 to 6.5.4.
- [Release notes](https://github.com/socketio/engine.io-client/releases)
- [Changelog](https://github.com/socketio/engine.io-client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/engine.io-client/compare/6.5.3...6.5.4)

---
updated-dependencies:
- dependency-name: engine.io-client
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-19 00:48:52 +00:00
dependabot[bot]
6dddd6183c chore(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.13.0 to 7.13.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.13.1/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-18 10:52:06 +00:00
Kamil Mysliwiec
dba631bef8 Merge pull request #13694 from nestjs/dependabot/npm_and_yarn/mongoose-8.4.3
chore(deps-dev): bump mongoose from 8.4.1 to 8.4.3
2024-06-18 12:51:06 +02:00
Kamil Mysliwiec
8425a4a6c7 Merge pull request #13695 from nestjs/dependabot/npm_and_yarn/typescript-eslint/parser-7.13.1
chore(deps-dev): bump @typescript-eslint/parser from 7.13.0 to 7.13.1
2024-06-18 12:50:47 +02:00
Kamil Mysliwiec
2160440a0e Merge pull request #13696 from nestjs/dependabot/npm_and_yarn/types/node-20.14.4
chore(deps-dev): bump @types/node from 20.14.2 to 20.14.4
2024-06-18 12:49:27 +02:00
Kamil Mysliwiec
78e78cbba7 Update Readme.md 2024-06-18 12:49:09 +02:00
dependabot[bot]
044dd0ffc1 chore(deps): bump ws from 8.13.0 to 8.17.1 in /sample/16-gateways-ws
Bumps [ws](https://github.com/websockets/ws) from 8.13.0 to 8.17.1.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/8.13.0...8.17.1)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-18 06:24:43 +00:00
dependabot[bot]
ca1318cb7b chore(deps-dev): bump @types/node from 20.14.2 to 20.14.4
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.2 to 20.14.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-18 00:53:05 +00:00
dependabot[bot]
a2ed80ea2f chore(deps-dev): bump @typescript-eslint/parser from 7.13.0 to 7.13.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.13.0 to 7.13.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.13.1/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-18 00:52:36 +00:00
dependabot[bot]
f1bf4ef278 chore(deps-dev): bump mongoose from 8.4.1 to 8.4.3
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.4.1 to 8.4.3.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/8.4.1...8.4.3)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-18 00:51:43 +00:00
Kamil Mysliwiec
95b1632279 Merge pull request #13678 from nestjs/dependabot/npm_and_yarn/graphql-16.8.2
chore(deps-dev): bump graphql from 16.8.1 to 16.8.2
2024-06-17 10:49:09 +02:00
dependabot[bot]
021f97ff5c chore(deps-dev): bump graphql from 16.8.1 to 16.8.2
Bumps [graphql](https://github.com/graphql/graphql-js) from 16.8.1 to 16.8.2.
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](https://github.com/graphql/graphql-js/compare/v16.8.1...v16.8.2)

---
updated-dependencies:
- dependency-name: graphql
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-17 08:48:19 +00:00
Kamil Mysliwiec
0e45af4c40 Merge pull request #13682 from nestjs/dependabot/npm_and_yarn/mysql2-3.10.1
chore(deps-dev): bump mysql2 from 3.10.0 to 3.10.1
2024-06-17 10:46:47 +02:00
Kamil Mysliwiec
fb6b4c7b1b Update Readme.md 2024-06-17 10:46:40 +02:00
Kamil Mysliwiec
4853dcca25 Merge pull request #13674 from nestjs/dependabot/npm_and_yarn/prettier-3.3.2
chore(deps-dev): bump prettier from 3.3.1 to 3.3.2
2024-06-17 10:44:52 +02:00
Kamil Mysliwiec
57770661a2 Merge pull request #13677 from nestjs/dependabot/npm_and_yarn/lint-staged-15.2.7
chore(deps-dev): bump lint-staged from 15.2.5 to 15.2.7
2024-06-17 10:44:46 +02:00
Kamil Mysliwiec
ec4a01264f Merge pull request #13690 from nestjs/dependabot/npm_and_yarn/ws-8.17.1
chore(deps): bump ws from 8.17.0 to 8.17.1
2024-06-17 10:44:34 +02:00
Kamil Mysliwiec
dd6a0a854f Merge pull request #13691 from nestjs/dependabot/npm_and_yarn/fastify-4.28.0
chore(deps): bump fastify from 4.27.0 to 4.28.0
2024-06-17 10:44:04 +02:00
dependabot[bot]
05980d1d9b chore(deps): bump fastify from 4.27.0 to 4.28.0
Bumps [fastify](https://github.com/fastify/fastify) from 4.27.0 to 4.28.0.
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](https://github.com/fastify/fastify/compare/v4.27.0...v4.28.0)

---
updated-dependencies:
- dependency-name: fastify
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-17 00:46:58 +00:00
dependabot[bot]
48912f87ac chore(deps): bump ws from 8.17.0 to 8.17.1
Bumps [ws](https://github.com/websockets/ws) from 8.17.0 to 8.17.1.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/8.17.0...8.17.1)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-17 00:44:56 +00:00
Ragavendra
287007a79d Removing chai dependency and updating to use toEqual
No need for chai as assertions can be done without it.
2024-06-14 10:12:55 -07:00
ragavendra
74430ab4f6 Update package.json 2024-06-13 18:01:29 -07:00
dependabot[bot]
37439da880 chore(deps-dev): bump mysql2 from 3.10.0 to 3.10.1
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.10.0 to 3.10.1.
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](https://github.com/sidorares/node-mysql2/compare/v3.10.0...v3.10.1)

---
updated-dependencies:
- dependency-name: mysql2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-14 00:14:23 +00:00
Kamil Myśliwiec
851b51f4e5 chore: update sponsor link 2024-06-13 09:42:47 +02:00
dependabot[bot]
f5adb83dbb chore(deps-dev): bump lint-staged from 15.2.5 to 15.2.7
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 15.2.5 to 15.2.7.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](https://github.com/okonet/lint-staged/compare/v15.2.5...v15.2.7)

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-13 00:40:55 +00:00
dependabot[bot]
0d1c01aac8 chore(deps-dev): bump prettier from 3.3.1 to 3.3.2
Bumps [prettier](https://github.com/prettier/prettier) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/3.3.1...3.3.2)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-12 00:34:08 +00:00
dependabot[bot]
5984057512 chore(deps-dev): bump braces from 3.0.2 to 3.0.3 in /sample/26-queues
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-11 10:52:16 +00:00
Kamil Mysliwiec
9b1efbc823 Merge pull request #13671 from nestjs/dependabot/npm_and_yarn/sample/27-scheduling/braces-3.0.3
chore(deps-dev): bump braces from 3.0.2 to 3.0.3 in /sample/27-scheduling
2024-06-11 12:51:32 +02:00
dependabot[bot]
7a3e856576 chore(deps-dev): bump braces in /sample/27-scheduling
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-11 10:22:32 +00:00
Kamil Mysliwiec
9f324936e6 Merge pull request #13670 from nestjs/dependabot/npm_and_yarn/sample/30-event-emitter/braces-3.0.3
chore(deps-dev): bump braces from 3.0.2 to 3.0.3 in /sample/30-event-emitter
2024-06-11 12:21:41 +02:00
Kamil Mysliwiec
87520b25f7 Merge pull request #13667 from nestjs/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-7.13.0
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.12.0 to 7.13.0
2024-06-11 12:21:30 +02:00
Kamil Mysliwiec
e45a9011d2 Merge pull request #13665 from nestjs/dependabot/npm_and_yarn/artillery-2.0.15
chore(deps-dev): bump artillery from 2.0.14 to 2.0.15
2024-06-11 08:28:03 +02:00
dependabot[bot]
5c7c94a361 chore(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.12.0 to 7.13.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.13.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-11 06:25:05 +00:00
dependabot[bot]
c53fd68b95 chore(deps-dev): bump artillery from 2.0.14 to 2.0.15
Bumps [artillery](https://github.com/artilleryio/artillery) from 2.0.14 to 2.0.15.
- [Release notes](https://github.com/artilleryio/artillery/releases)
- [Commits](https://github.com/artilleryio/artillery/compare/artillery-2.0.14...artillery-2.0.15)

---
updated-dependencies:
- dependency-name: artillery
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-11 06:24:58 +00:00
Kamil Mysliwiec
2d6c943b90 Merge pull request #13660 from nestjs/dependabot/npm_and_yarn/sample/04-grpc/grpc/grpc-js-1.10.9
chore(deps): bump @grpc/grpc-js from 1.10.0 to 1.10.9 in /sample/04-grpc
2024-06-11 08:24:35 +02:00
Kamil Mysliwiec
ee63c51df0 Merge pull request #13662 from nestjs/dependabot/npm_and_yarn/grpc/grpc-js-1.10.9
chore(deps-dev): bump @grpc/grpc-js from 1.10.8 to 1.10.9
2024-06-11 08:24:23 +02:00
dependabot[bot]
bdb54c0cd4 chore(deps-dev): bump braces in /sample/30-event-emitter
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-11 06:23:55 +00:00
Kamil Mysliwiec
a4a17fd3d5 Merge pull request #13663 from nestjs/dependabot/npm_and_yarn/fastify/multipart-8.3.0
chore(deps-dev): bump @fastify/multipart from 8.2.0 to 8.3.0
2024-06-11 08:23:43 +02:00
Kamil Mysliwiec
4c7a7f8dd5 Merge pull request #13666 from nestjs/dependabot/npm_and_yarn/typescript-eslint/parser-7.13.0
chore(deps-dev): bump @typescript-eslint/parser from 7.11.0 to 7.13.0
2024-06-11 08:23:13 +02:00
Kamil Mysliwiec
15bba4f51d Merge pull request #13669 from nestjs/dependabot/npm_and_yarn/uuid-10.0.0
chore(deps): bump uuid from 9.0.1 to 10.0.0
2024-06-11 08:22:59 +02:00
dependabot[bot]
6369809ab0 chore(deps): bump uuid from 9.0.1 to 10.0.0
Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.1 to 10.0.0.
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/uuidjs/uuid/compare/v9.0.1...v10.0.0)

---
updated-dependencies:
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-11 00:30:50 +00:00
dependabot[bot]
725df0122e chore(deps-dev): bump @typescript-eslint/parser from 7.11.0 to 7.13.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.11.0 to 7.13.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.13.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-11 00:29:05 +00:00
dependabot[bot]
549ee2e826 chore(deps-dev): bump @fastify/multipart from 8.2.0 to 8.3.0
Bumps [@fastify/multipart](https://github.com/fastify/fastify-multipart) from 8.2.0 to 8.3.0.
- [Release notes](https://github.com/fastify/fastify-multipart/releases)
- [Commits](https://github.com/fastify/fastify-multipart/compare/v8.2.0...v8.3.0)

---
updated-dependencies:
- dependency-name: "@fastify/multipart"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-11 00:27:25 +00:00
dependabot[bot]
daeb3aec57 chore(deps-dev): bump @grpc/grpc-js from 1.10.8 to 1.10.9
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.10.8 to 1.10.9.
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.10.8...@grpc/grpc-js@1.10.9)

---
updated-dependencies:
- dependency-name: "@grpc/grpc-js"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-10 22:16:08 +00:00
dependabot[bot]
ea75a8ef29 chore(deps): bump @grpc/grpc-js from 1.10.0 to 1.10.9 in /sample/04-grpc
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.10.0 to 1.10.9.
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.10.0...@grpc/grpc-js@1.10.9)

---
updated-dependencies:
- dependency-name: "@grpc/grpc-js"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-10 21:38:39 +00:00
Kamil Mysliwiec
da34223a7c Update Readme.md 2024-06-10 14:46:44 +02:00
Kamil Mysliwiec
9b3971ef57 Merge pull request #13640 from nestjs/dependabot/npm_and_yarn/nodemon-3.1.3
chore(deps-dev): bump nodemon from 3.1.2 to 3.1.3
2024-06-10 10:43:34 +02:00
Kamil Mysliwiec
c721012df2 Merge pull request #13641 from nestjs/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-7.12.0
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.11.0 to 7.12.0
2024-06-10 10:43:27 +02:00
Kamil Mysliwiec
d088195b1a Merge pull request #13642 from nestjs/dependabot/npm_and_yarn/mongoose-8.4.1
chore(deps-dev): bump mongoose from 8.4.0 to 8.4.1
2024-06-10 10:43:22 +02:00
Kamil Mysliwiec
fb346bdb55 Merge pull request #13649 from nestjs/dependabot/npm_and_yarn/tslib-2.6.3
chore(deps): bump tslib from 2.6.2 to 2.6.3
2024-06-10 10:42:37 +02:00
Kamil Mysliwiec
77790f5e38 Merge pull request #13651 from nestjs/dependabot/npm_and_yarn/prettier-3.3.1
chore(deps-dev): bump prettier from 3.2.5 to 3.3.1
2024-06-10 10:42:30 +02:00
Kamil Mysliwiec
addead0c5f Merge pull request #13652 from nestjs/dependabot/npm_and_yarn/types/node-20.14.2
chore(deps-dev): bump @types/node from 20.12.12 to 20.14.2
2024-06-10 10:42:26 +02:00
Kamil Mysliwiec
5bfc0efa72 Merge pull request #13653 from nestjs/dependabot/npm_and_yarn/cache-manager-5.6.1
chore(deps-dev): bump cache-manager from 5.5.3 to 5.6.1
2024-06-10 10:39:20 +02:00
Kamil Mysliwiec
7db192b9a5 Merge pull request #13656 from L-Qun/patch-1
Update recipe.model.ts
2024-06-10 10:10:00 +02:00
Lincoln
cc4a377a80 Update recipe.model.ts 2024-06-07 11:42:47 +08:00
dependabot[bot]
88676ecea4 chore(deps-dev): bump cache-manager from 5.5.3 to 5.6.1
Bumps [cache-manager](https://github.com/jaredwray/cache-manager) from 5.5.3 to 5.6.1.
- [Release notes](https://github.com/jaredwray/cache-manager/releases)
- [Commits](https://github.com/jaredwray/cache-manager/commits)

---
updated-dependencies:
- dependency-name: cache-manager
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-06 00:28:24 +00:00
dependabot[bot]
bb9fad2caf chore(deps-dev): bump @types/node from 20.12.12 to 20.14.2
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.12.12 to 20.14.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-06 00:27:26 +00:00
dependabot[bot]
4935ec0544 chore(deps-dev): bump prettier from 3.2.5 to 3.3.1
Bumps [prettier](https://github.com/prettier/prettier) from 3.2.5 to 3.3.1.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/3.2.5...3.3.1)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-06 00:26:36 +00:00
dependabot[bot]
99d31e3de5 chore(deps): bump tslib from 2.6.2 to 2.6.3
Bumps [tslib](https://github.com/Microsoft/tslib) from 2.6.2 to 2.6.3.
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](https://github.com/Microsoft/tslib/compare/v2.6.2...v2.6.3)

---
updated-dependencies:
- dependency-name: tslib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-05 00:07:08 +00:00
dependabot[bot]
223d7b51cf chore(deps-dev): bump mongoose from 8.4.0 to 8.4.1
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.4.0 to 8.4.1.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/8.4.0...8.4.1)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-04 00:51:26 +00:00
dependabot[bot]
2a90412fa0 chore(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.11.0 to 7.12.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.12.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-04 00:51:03 +00:00
dependabot[bot]
ceb9ea5a06 chore(deps-dev): bump nodemon from 3.1.2 to 3.1.3
Bumps [nodemon](https://github.com/remy/nodemon) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v3.1.2...v3.1.3)

---
updated-dependencies:
- dependency-name: nodemon
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-04 00:50:29 +00:00
Imran Sarkar
333c8353f1 feat(common): Added uuid v7 validation to ParseUUIDPipe 2024-06-04 00:26:47 +06:00
Kamil Myśliwiec
013dbd356c chore: update readmes 2024-06-03 14:23:46 +02:00
Kamil Myśliwiec
fcd2c589a8 chore(@nestjs) publish v10.3.9 release 2024-06-03 14:20:44 +02:00
Kamil Mysliwiec
5d8d61e85a Merge pull request #13638 from nestjs/revert-13624-dependabot/npm_and_yarn/mqtt-5.7.0
Revert "chore(deps-dev): bump mqtt from 5.6.0 to 5.7.0"
2024-06-03 14:07:12 +02:00
Kamil Mysliwiec
a36645d7e2 Revert "chore(deps-dev): bump mqtt from 5.6.0 to 5.7.0" 2024-06-03 14:07:02 +02:00
Kamil Mysliwiec
a7e455751d Merge pull request #13493 from johaven/refactor-fastify-route-injection
refactor(platform-fastify): use the route method to inject routes
2024-06-03 13:50:26 +02:00
Kamil Mysliwiec
945f7a0653 Merge pull request #13453 from zhengjitf/fix-11601
fix(core): possible memory leak when using server side events
2024-06-03 13:50:08 +02:00
Kamil Mysliwiec
e3a47b6ebb Merge pull request #13619 from nestjs/dependabot/npm_and_yarn/typescript-eslint/parser-7.11.0
chore(deps-dev): bump @typescript-eslint/parser from 7.9.0 to 7.11.0
2024-06-03 13:07:52 +02:00
Kamil Mysliwiec
a7c5cae33d Merge pull request #13531 from bettercalljason/fix-ws-shutdown
fix(ws): close existing connections
2024-06-03 13:07:43 +02:00
Kamil Mysliwiec
75fa678e8d Merge pull request #13368 from ssilve1989/refactor/cleanup-grpc-call-handling
refactor(microservices): prevent grpc write promise from throwing
2024-06-03 13:04:40 +02:00
Kamil Mysliwiec
24755d6d26 Merge pull request #13392 from yjiq150/grpc-refactor
refactor(microservices): improve speed of grpc server initialization
2024-06-03 13:04:23 +02:00
Kamil Mysliwiec
e93cf434bb Merge pull request #13405 from micalevisk/feat/issue-13400
fix(core): auto flush logs on synchronous internal errors
2024-06-03 13:03:51 +02:00
Kamil Mysliwiec
2e20dc416d Merge pull request #13631 from nestjs/dependabot/npm_and_yarn/sample/05-sql-typeorm/mysql2-3.9.8
chore(deps): bump mysql2 from 3.9.7 to 3.9.8 in /sample/05-sql-typeorm
2024-06-03 13:01:53 +02:00
Kamil Mysliwiec
b6d50ad47d Merge pull request #13624 from nestjs/dependabot/npm_and_yarn/mqtt-5.7.0
chore(deps-dev): bump mqtt from 5.6.0 to 5.7.0
2024-06-03 12:40:57 +02:00
Kamil Mysliwiec
4b07cb2629 Merge pull request #13428 from micalevisk/feat/issue-13426
feat(common): support empty `@Inject()` on constructor-based injection
2024-06-03 12:39:15 +02:00
dependabot[bot]
f63171dc25 chore(deps-dev): bump @typescript-eslint/parser from 7.9.0 to 7.11.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.9.0 to 7.11.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.11.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-03 10:38:25 +00:00
Kamil Mysliwiec
aca15c9db2 Merge pull request #13617 from nestjs/dependabot/npm_and_yarn/lint-staged-15.2.5
chore(deps-dev): bump lint-staged from 15.2.2 to 15.2.5
2024-06-03 12:37:46 +02:00
Kamil Mysliwiec
448b10f5f9 Merge pull request #13611 from nestjs/dependabot/npm_and_yarn/cache-manager-5.5.3
chore(deps-dev): bump cache-manager from 5.5.2 to 5.5.3
2024-06-03 12:37:35 +02:00
Kamil Mysliwiec
7001145c90 Merge pull request #13610 from nestjs/dependabot/npm_and_yarn/fast-json-stringify-5.16.0
chore(deps): bump fast-json-stringify from 5.15.1 to 5.16.0
2024-06-03 12:37:30 +02:00
Kamil Mysliwiec
7619f9ea91 Merge pull request #13620 from nestjs/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-7.11.0
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.10.0 to 7.11.0
2024-06-03 12:37:20 +02:00
Kamil Mysliwiec
db523ec1e1 Merge pull request #13625 from nestjs/dependabot/npm_and_yarn/artillery-2.0.14
chore(deps-dev): bump artillery from 2.0.12 to 2.0.14
2024-06-03 12:37:12 +02:00
Kamil Mysliwiec
de86355bae Merge pull request #13614 from dragontaek-lee/fix/middleware-builder-exclude-overwrite
fix(core): prevent exclude method from overwriting previous calls
2024-06-03 12:37:04 +02:00
dependabot[bot]
818a696c1e chore(deps-dev): bump mqtt from 5.6.0 to 5.7.0
Bumps [mqtt](https://github.com/mqttjs/MQTT.js) from 5.6.0 to 5.7.0.
- [Release notes](https://github.com/mqttjs/MQTT.js/releases)
- [Changelog](https://github.com/mqttjs/MQTT.js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mqttjs/MQTT.js/compare/v5.6.0...v5.7.0)

---
updated-dependencies:
- dependency-name: mqtt
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-03 10:36:01 +00:00
Kamil Mysliwiec
2d5a7b87e5 Merge pull request #13536 from Fcmam5/fix/do-not-crash-when_not_using-enabledVersioning
feat(fastify): Do not crash if enableVersioning is not used
2024-06-03 12:34:08 +02:00
Kamil Mysliwiec
4ff2d6ea95 Merge pull request #13629 from nestjs/dependabot/npm_and_yarn/nodemon-3.1.2
chore(deps-dev): bump nodemon from 3.1.0 to 3.1.2
2024-06-03 12:33:34 +02:00
Kamil Mysliwiec
3e118dfb16 Merge pull request #13633 from nestjs/dependabot/npm_and_yarn/mysql2-3.10.0
chore(deps-dev): bump mysql2 from 3.9.7 to 3.10.0
2024-06-03 12:33:26 +02:00
dependabot[bot]
8da1beb000 chore(deps): bump mysql2 from 3.9.7 to 3.9.8 in /sample/05-sql-typeorm
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.9.7 to 3.9.8.
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](https://github.com/sidorares/node-mysql2/compare/v3.9.7...v3.9.8)

---
updated-dependencies:
- dependency-name: mysql2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-03 10:32:42 +00:00
Kamil Mysliwiec
98c6a3b824 Merge pull request #13636 from techsolvers-skakauridze/patch-1
fix(sample) NestJS compatibility with nest/swagger 7.2.0
2024-06-03 12:32:02 +02:00
Kamil Mysliwiec
5bc1ee5dbe Merge pull request #13637 from techsolvers-skakauridze/patch-2
fix(sample) NestJS TypeOrm compatibility with reflect-metadata 0.2.1
2024-06-03 12:31:52 +02:00
Shalva Kakauridze
3054cf9565 fix(sample) NestJS TypeOrm compatibility with reflect-metadata 0.2.1
"@nestjs/typeorm": "10.0.1" is not compatible with "reflect-metadata": "0.2.1". We had to bump version to 0.2.2
2024-06-02 20:45:33 -07:00
Shalva Kakauridze
10a97c25e5 Fixing Samples - NestJS compatibility with nest/swagger 7.2.0
In this sample next/swagger 7.2.0 is used as a dependency, but its no more compatible with the latest version so bumping to 7.3.0
2024-06-02 20:28:02 -07:00
Kamil Mysliwiec
94e449a8d6 Update Readme.md 2024-06-02 13:32:41 +02:00
dependabot[bot]
b19aba9f74 chore(deps-dev): bump mysql2 from 3.9.7 to 3.10.0
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.9.7 to 3.10.0.
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](https://github.com/sidorares/node-mysql2/compare/v3.9.7...v3.10.0)

---
updated-dependencies:
- dependency-name: mysql2
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-31 00:44:25 +00:00
dependabot[bot]
c4416fe512 chore(deps-dev): bump nodemon from 3.1.0 to 3.1.2
Bumps [nodemon](https://github.com/remy/nodemon) from 3.1.0 to 3.1.2.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v3.1.0...v3.1.2)

---
updated-dependencies:
- dependency-name: nodemon
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-30 00:22:33 +00:00
Tom Florentin
3fd4220052 plain to class deprectated 2024-05-29 11:09:42 +02:00
dependabot[bot]
759c24f24b chore(deps-dev): bump artillery from 2.0.12 to 2.0.14
Bumps [artillery](https://github.com/artilleryio/artillery) from 2.0.12 to 2.0.14.
- [Release notes](https://github.com/artilleryio/artillery/releases)
- [Commits](https://github.com/artilleryio/artillery/commits)

---
updated-dependencies:
- dependency-name: artillery
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-29 00:20:00 +00:00
dependabot[bot]
d4511ac8f4 chore(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.10.0 to 7.11.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.11.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-28 00:28:59 +00:00
dependabot[bot]
34f49296bf chore(deps-dev): bump lint-staged from 15.2.2 to 15.2.5
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 15.2.2 to 15.2.5.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](https://github.com/okonet/lint-staged/compare/v15.2.2...v15.2.5)

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-27 00:36:04 +00:00
dragontaek-lee
4d88c79839 fix(core): prevent exclude method from overwriting previous calls 2024-05-25 23:07:44 +09:00
dependabot[bot]
b0ced99e92 chore(deps-dev): bump cache-manager from 5.5.2 to 5.5.3
Bumps [cache-manager](https://github.com/jaredwray/cache-manager) from 5.5.2 to 5.5.3.
- [Release notes](https://github.com/jaredwray/cache-manager/releases)
- [Commits](https://github.com/jaredwray/cache-manager/commits)

---
updated-dependencies:
- dependency-name: cache-manager
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-23 00:09:57 +00:00
dependabot[bot]
e0f400b376 chore(deps): bump fast-json-stringify from 5.15.1 to 5.16.0
Bumps [fast-json-stringify](https://github.com/fastify/fast-json-stringify) from 5.15.1 to 5.16.0.
- [Release notes](https://github.com/fastify/fast-json-stringify/releases)
- [Commits](https://github.com/fastify/fast-json-stringify/compare/v5.15.1...v5.16.0)

---
updated-dependencies:
- dependency-name: fast-json-stringify
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-23 00:09:33 +00:00
Kamil Mysliwiec
aa7538ffbe Merge pull request #13588 from nestjs/dependabot/npm_and_yarn/sample/04-grpc/multi-fc98ce47f6
chore(deps): bump express and @nestjs/platform-express in /sample/04-grpc
2024-05-21 08:12:45 +02:00
Kamil Mysliwiec
bb495515ea Merge pull request #13591 from nestjs/dependabot/npm_and_yarn/sample/02-gateways/multi-fc98ce47f6
chore(deps): bump express and @nestjs/platform-express in /sample/02-gateways
2024-05-21 08:12:40 +02:00
Kamil Mysliwiec
e459fffd0e Merge pull request #13592 from nestjs/dependabot/npm_and_yarn/sample/01-cats-app/multi-fc98ce47f6
chore(deps): bump express and @nestjs/platform-express in /sample/01-cats-app
2024-05-21 08:12:35 +02:00
Kamil Mysliwiec
56debd21ca Merge pull request #13594 from nestjs/dependabot/npm_and_yarn/core-js-3.37.1
chore(deps-dev): bump core-js from 3.37.0 to 3.37.1
2024-05-21 08:12:31 +02:00
Kamil Mysliwiec
d73a00a20d Merge pull request #13595 from nestjs/dependabot/npm_and_yarn/redis-4.6.14
chore(deps-dev): bump redis from 4.6.13 to 4.6.14
2024-05-21 08:12:27 +02:00
Kamil Mysliwiec
f7216c53cf Merge pull request #13596 from nestjs/dependabot/npm_and_yarn/sinon-18.0.0
chore(deps-dev): bump sinon from 17.0.1 to 18.0.0
2024-05-21 08:12:20 +02:00
Kamil Mysliwiec
8beb5452d7 Merge pull request #13597 from nestjs/dependabot/npm_and_yarn/grpc/grpc-js-1.10.8
chore(deps-dev): bump @grpc/grpc-js from 1.10.7 to 1.10.8
2024-05-21 08:12:15 +02:00
Kamil Mysliwiec
96b337f6ae Merge pull request #13602 from nestjs/dependabot/npm_and_yarn/mongoose-8.4.0
chore(deps-dev): bump mongoose from 8.3.4 to 8.4.0
2024-05-21 08:12:04 +02:00
Kamil Mysliwiec
b66031e381 Merge pull request #13605 from nestjs/dependabot/npm_and_yarn/nats-2.26.0
chore(deps-dev): bump nats from 2.25.0 to 2.26.0
2024-05-21 08:11:51 +02:00
Kamil Mysliwiec
094e5809ec Merge pull request #13606 from nestjs/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-7.10.0
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.9.0 to 7.10.0
2024-05-21 08:11:43 +02:00
dependabot[bot]
a54fbaac66 ---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-21 00:35:39 +00:00
dependabot[bot]
1979ae7938 ---
updated-dependencies:
- dependency-name: nats
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-21 00:34:27 +00:00
dependabot[bot]
66d10fe265 chore(deps-dev): bump mongoose from 8.3.4 to 8.4.0
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.3.4 to 8.4.0.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/8.3.4...8.4.0)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-20 00:06:25 +00:00
dependabot[bot]
cd19d183f8 chore(deps-dev): bump @grpc/grpc-js from 1.10.7 to 1.10.8
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.10.7 to 1.10.8.
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.10.7...@grpc/grpc-js@1.10.8)

---
updated-dependencies:
- dependency-name: "@grpc/grpc-js"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-17 00:53:56 +00:00
dependabot[bot]
aac11a8642 chore(deps-dev): bump sinon from 17.0.1 to 18.0.0
Bumps [sinon](https://github.com/sinonjs/sinon) from 17.0.1 to 18.0.0.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
- [Commits](https://github.com/sinonjs/sinon/compare/v17.0.1...v18.0.0)

---
updated-dependencies:
- dependency-name: sinon
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-17 00:53:26 +00:00
dependabot[bot]
90118e99a7 chore(deps-dev): bump redis from 4.6.13 to 4.6.14
Bumps [redis](https://github.com/redis/node-redis) from 4.6.13 to 4.6.14.
- [Release notes](https://github.com/redis/node-redis/releases)
- [Changelog](https://github.com/redis/node-redis/blob/master/CHANGELOG.md)
- [Commits](https://github.com/redis/node-redis/compare/redis@4.6.13...redis@4.6.14)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-17 00:52:49 +00:00
dependabot[bot]
95bc87784c chore(deps-dev): bump core-js from 3.37.0 to 3.37.1
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.37.0 to 3.37.1.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.37.1/packages/core-js)

---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-17 00:51:58 +00:00
dependabot[bot]
85a73c7ef2 chore(deps): bump express and @nestjs/platform-express
Bumps [express](https://github.com/expressjs/express) to 4.19.2 and updates ancestor dependency [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `express` from 4.18.2 to 4.19.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)

Updates `@nestjs/platform-express` from 10.3.2 to 10.3.8
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.3.8/packages/platform-express)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-16 07:04:54 +00:00
Kamil Mysliwiec
3272606c70 Merge pull request #13590 from nestjs/dependabot/npm_and_yarn/sample/05-sql-typeorm/multi-fc98ce47f6
chore(deps): bump express and @nestjs/platform-express in /sample/05-sql-typeorm
2024-05-16 09:04:40 +02:00
Kamil Mysliwiec
688a076223 Merge pull request #13589 from nestjs/dependabot/npm_and_yarn/sample/03-microservices/multi-fc98ce47f6
chore(deps): bump express and @nestjs/platform-express in /sample/03-microservices
2024-05-16 09:04:35 +02:00
Kamil Mysliwiec
014c5801be Merge pull request #13587 from nestjs/dependabot/npm_and_yarn/sample/08-webpack/multi-fc98ce47f6
chore(deps): bump express and @nestjs/platform-express in /sample/08-webpack
2024-05-16 09:04:30 +02:00
Kamil Mysliwiec
0f27086ffe Merge pull request #13586 from nestjs/dependabot/npm_and_yarn/sample/06-mongoose/multi-fc98ce47f6
chore(deps): bump express and @nestjs/platform-express in /sample/06-mongoose
2024-05-16 09:04:23 +02:00
Kamil Mysliwiec
e163aa5977 Merge pull request #13585 from nestjs/dependabot/npm_and_yarn/sample/09-babel-example/multi-fc98ce47f6
chore(deps): bump express and @nestjs/platform-express in /sample/09-babel-example
2024-05-16 09:04:14 +02:00
Kamil Mysliwiec
33fa3b141f Merge pull request #13584 from nestjs/dependabot/npm_and_yarn/sample/07-sequelize/multi-fc98ce47f6
chore(deps): bump express and @nestjs/platform-express in /sample/07-sequelize
2024-05-16 09:04:08 +02:00
Kamil Mysliwiec
27d4cfbbc3 Merge pull request #13583 from nestjs/dependabot/npm_and_yarn/sample/11-swagger/multi-fc98ce47f6
chore(deps): bump express and @nestjs/platform-express in /sample/11-swagger
2024-05-16 09:04:04 +02:00
dependabot[bot]
58599c2d14 chore(deps): bump express and @nestjs/platform-express
Bumps [express](https://github.com/expressjs/express) to 4.19.2 and updates ancestor dependency [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `express` from 4.18.2 to 4.19.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)

Updates `@nestjs/platform-express` from 10.3.2 to 10.3.8
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.3.8/packages/platform-express)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-16 06:46:49 +00:00
dependabot[bot]
b550668fda chore(deps): bump express and @nestjs/platform-express
Bumps [express](https://github.com/expressjs/express) to 4.19.2 and updates ancestor dependency [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `express` from 4.18.2 to 4.19.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)

Updates `@nestjs/platform-express` from 10.3.2 to 10.3.8
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.3.8/packages/platform-express)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-16 06:46:39 +00:00
dependabot[bot]
64b07a675b chore(deps): bump express and @nestjs/platform-express
Bumps [express](https://github.com/expressjs/express) to 4.19.2 and updates ancestor dependency [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `express` from 4.18.2 to 4.19.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)

Updates `@nestjs/platform-express` from 10.3.2 to 10.3.8
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.3.8/packages/platform-express)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-16 06:46:07 +00:00
dependabot[bot]
8722999811 chore(deps): bump express and @nestjs/platform-express
Bumps [express](https://github.com/expressjs/express) to 4.19.2 and updates ancestor dependency [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `express` from 4.18.2 to 4.19.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)

Updates `@nestjs/platform-express` from 10.3.2 to 10.3.8
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.3.8/packages/platform-express)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-16 06:46:06 +00:00
dependabot[bot]
daa927f4b2 chore(deps): bump express and @nestjs/platform-express
Bumps [express](https://github.com/expressjs/express) to 4.19.2 and updates ancestor dependency [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `express` from 4.18.2 to 4.19.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)

Updates `@nestjs/platform-express` from 10.3.2 to 10.3.8
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.3.8/packages/platform-express)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-16 06:46:06 +00:00
Kamil Mysliwiec
987b871415 Merge pull request #13576 from nestjs/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-7.9.0
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.8.0 to 7.9.0
2024-05-16 08:46:02 +02:00
dependabot[bot]
55cc5626c4 chore(deps): bump express and @nestjs/platform-express
Bumps [express](https://github.com/expressjs/express) to 4.19.2 and updates ancestor dependency [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `express` from 4.18.2 to 4.19.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)

Updates `@nestjs/platform-express` from 10.3.2 to 10.3.8
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.3.8/packages/platform-express)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-16 06:46:00 +00:00
dependabot[bot]
19f90dc6ab chore(deps): bump express and @nestjs/platform-express
Bumps [express](https://github.com/expressjs/express) to 4.19.2 and updates ancestor dependency [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `express` from 4.18.2 to 4.19.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)

Updates `@nestjs/platform-express` from 10.3.2 to 10.3.8
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.3.8/packages/platform-express)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-16 06:45:41 +00:00
dependabot[bot]
b504bb3ea6 chore(deps): bump express and @nestjs/platform-express
Bumps [express](https://github.com/expressjs/express) to 4.19.2 and updates ancestor dependency [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `express` from 4.18.2 to 4.19.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)

Updates `@nestjs/platform-express` from 10.3.2 to 10.3.8
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.3.8/packages/platform-express)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-16 06:45:40 +00:00
Kamil Mysliwiec
c73a25e22f Merge pull request #13525 from nestjs/dependabot/npm_and_yarn/fastify/middie-8.3.1
chore(deps): bump @fastify/middie from 8.3.0 to 8.3.1
2024-05-16 08:45:36 +02:00
dependabot[bot]
5b62dc9175 chore(deps): bump express and @nestjs/platform-express
Bumps [express](https://github.com/expressjs/express) to 4.19.2 and updates ancestor dependency [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `express` from 4.18.2 to 4.19.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)

Updates `@nestjs/platform-express` from 10.3.2 to 10.3.8
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.3.8/packages/platform-express)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-16 06:45:33 +00:00
Kamil Mysliwiec
d757b89926 Merge pull request #13567 from nestjs/dependabot/npm_and_yarn/sample/15-mvc/multi-fc98ce47f6
chore(deps): bump express and @nestjs/platform-express in /sample/15-mvc
2024-05-16 08:45:19 +02:00
Kamil Mysliwiec
a89ecbce46 Merge pull request #13570 from nestjs/dependabot/npm_and_yarn/sample/19-auth-jwt/multi-fc98ce47f6
chore(deps): bump express and @nestjs/platform-express in /sample/19-auth-jwt
2024-05-16 08:45:14 +02:00
Kamil Mysliwiec
469aa282b5 Merge pull request #13563 from nestjs/dependabot/npm_and_yarn/sample/20-cache/multi-fc98ce47f6
chore(deps): bump express and @nestjs/platform-express in /sample/20-cache
2024-05-16 08:45:07 +02:00
Kamil Mysliwiec
ebbbec0d96 Merge pull request #13564 from nestjs/dependabot/npm_and_yarn/sample/21-serializer/multi-fc98ce47f6
chore(deps): bump express and @nestjs/platform-express in /sample/21-serializer
2024-05-16 08:45:01 +02:00
Kamil Mysliwiec
c921383626 Merge pull request #13565 from nestjs/dependabot/npm_and_yarn/sample/22-graphql-prisma/multi-fc98ce47f6
chore(deps): bump express and @nestjs/platform-express in /sample/22-graphql-prisma
2024-05-16 08:44:56 +02:00
Kamil Mysliwiec
bc451efb0b Merge pull request #13568 from nestjs/dependabot/npm_and_yarn/sample/13-mongo-typeorm/multi-fc98ce47f6
chore(deps): bump express and @nestjs/platform-express in /sample/13-mongo-typeorm
2024-05-16 08:44:46 +02:00
Kamil Mysliwiec
9b567799e2 Merge pull request #13569 from nestjs/dependabot/npm_and_yarn/sample/12-graphql-schema-first/multi-fc98ce47f6
chore(deps): bump express and @nestjs/platform-express in /sample/12-graphql-schema-first
2024-05-16 08:44:42 +02:00
dependabot[bot]
843b0a2ba8 chore(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.8.0 to 7.9.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.9.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-16 06:44:38 +00:00
Kamil Mysliwiec
8d791721e9 Merge pull request #13571 from nestjs/dependabot/npm_and_yarn/sample/14-mongoose-base/multi-fc98ce47f6
chore(deps): bump express and @nestjs/platform-express in /sample/14-mongoose-base
2024-05-16 08:44:36 +02:00
Kamil Mysliwiec
d231f4cb70 Merge pull request #13572 from nestjs/dependabot/npm_and_yarn/sample/16-gateways-ws/multi-fc98ce47f6
chore(deps): bump express and @nestjs/platform-express in /sample/16-gateways-ws
2024-05-16 08:44:32 +02:00
Kamil Mysliwiec
6f8301767d Merge pull request #13573 from nestjs/dependabot/npm_and_yarn/artillery-2.0.12
chore(deps-dev): bump artillery from 2.0.11 to 2.0.12
2024-05-16 08:44:28 +02:00
Kamil Mysliwiec
f9f6250ba1 Merge pull request #13575 from nestjs/dependabot/npm_and_yarn/chai-as-promised-7.1.2
chore(deps-dev): bump chai-as-promised from 7.1.1 to 7.1.2
2024-05-16 08:43:49 +02:00
Kamil Mysliwiec
5ee5deba91 Merge pull request #13577 from nestjs/dependabot/npm_and_yarn/nats-2.25.0
chore(deps-dev): bump nats from 2.24.0 to 2.25.0
2024-05-16 08:43:40 +02:00
Kamil Mysliwiec
ec7a26c237 Merge pull request #13578 from nestjs/dependabot/npm_and_yarn/types/node-20.12.12
chore(deps-dev): bump @types/node from 20.12.11 to 20.12.12
2024-05-16 08:43:35 +02:00
Kamil Mysliwiec
25f33e0e18 Merge pull request #13579 from nestjs/dependabot/npm_and_yarn/mqtt-5.6.0
chore(deps-dev): bump mqtt from 5.5.5 to 5.6.0
2024-05-16 08:43:27 +02:00
Kamil Mysliwiec
84a5437e4b Merge pull request #13580 from nestjs/dependabot/npm_and_yarn/typescript-eslint/parser-7.9.0
chore(deps-dev): bump @typescript-eslint/parser from 7.8.0 to 7.9.0
2024-05-16 08:43:17 +02:00
dependabot[bot]
5c084fd7cf chore(deps-dev): bump @typescript-eslint/parser from 7.8.0 to 7.9.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.8.0 to 7.9.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.9.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-15 00:11:46 +00:00
dependabot[bot]
9b7d19a299 chore(deps-dev): bump mqtt from 5.5.5 to 5.6.0
Bumps [mqtt](https://github.com/mqttjs/MQTT.js) from 5.5.5 to 5.6.0.
- [Release notes](https://github.com/mqttjs/MQTT.js/releases)
- [Changelog](https://github.com/mqttjs/MQTT.js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mqttjs/MQTT.js/compare/v5.5.5...v5.6.0)

---
updated-dependencies:
- dependency-name: mqtt
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-15 00:11:19 +00:00
dependabot[bot]
0e9f4e9d34 chore(deps-dev): bump @types/node from 20.12.11 to 20.12.12
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.12.11 to 20.12.12.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-15 00:10:58 +00:00
dependabot[bot]
ba8a0299b1 chore(deps-dev): bump nats from 2.24.0 to 2.25.0
Bumps [nats](https://github.com/nats-io/nats.js) from 2.24.0 to 2.25.0.
- [Release notes](https://github.com/nats-io/nats.js/releases)
- [Commits](https://github.com/nats-io/nats.js/compare/v2.24.0...v2.25.0)

---
updated-dependencies:
- dependency-name: nats
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-15 00:10:33 +00:00
dependabot[bot]
d8381709cd chore(deps-dev): bump chai-as-promised from 7.1.1 to 7.1.2
Bumps [chai-as-promised](https://github.com/domenic/chai-as-promised) from 7.1.1 to 7.1.2.
- [Release notes](https://github.com/domenic/chai-as-promised/releases)
- [Commits](https://github.com/domenic/chai-as-promised/compare/v7.1.1...v7.1.2)

---
updated-dependencies:
- dependency-name: chai-as-promised
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-15 00:09:27 +00:00
dependabot[bot]
0f2980eb20 chore(deps-dev): bump artillery from 2.0.11 to 2.0.12
Bumps [artillery](https://github.com/artilleryio/artillery) from 2.0.11 to 2.0.12.
- [Release notes](https://github.com/artilleryio/artillery/releases)
- [Commits](https://github.com/artilleryio/artillery/compare/artillery-2.0.11...artillery-2.0.12)

---
updated-dependencies:
- dependency-name: artillery
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-15 00:08:37 +00:00
dependabot[bot]
bda1f5dc82 chore(deps): bump express and @nestjs/platform-express
Bumps [express](https://github.com/expressjs/express) to 4.19.2 and updates ancestor dependency [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `express` from 4.18.2 to 4.19.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)

Updates `@nestjs/platform-express` from 10.3.2 to 10.3.8
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.3.8/packages/platform-express)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-14 07:29:56 +00:00
dependabot[bot]
8da813b110 chore(deps): bump express and @nestjs/platform-express
Bumps [express](https://github.com/expressjs/express) to 4.19.2 and updates ancestor dependency [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `express` from 4.18.2 to 4.19.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)

Updates `@nestjs/platform-express` from 10.3.2 to 10.3.8
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.3.8/packages/platform-express)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-14 07:18:54 +00:00
dependabot[bot]
e54554d672 chore(deps): bump express and @nestjs/platform-express
Bumps [express](https://github.com/expressjs/express) to 4.19.2 and updates ancestor dependency [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `express` from 4.18.2 to 4.19.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)

Updates `@nestjs/platform-express` from 10.3.2 to 10.3.8
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.3.8/packages/platform-express)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-14 07:18:18 +00:00
dependabot[bot]
80f8f9d0ff chore(deps): bump express and @nestjs/platform-express
Bumps [express](https://github.com/expressjs/express) to 4.19.2 and updates ancestor dependency [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `express` from 4.18.2 to 4.19.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)

Updates `@nestjs/platform-express` from 10.2.10 to 10.3.8
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.3.8/packages/platform-express)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-14 07:15:36 +00:00
dependabot[bot]
6bee1c05cc chore(deps): bump express and @nestjs/platform-express in /sample/15-mvc
Bumps [express](https://github.com/expressjs/express) to 4.19.2 and updates ancestor dependency [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `express` from 4.18.2 to 4.19.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)

Updates `@nestjs/platform-express` from 10.3.2 to 10.3.8
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.3.8/packages/platform-express)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-14 07:09:37 +00:00
dependabot[bot]
03c29ae9f4 chore(deps): bump express and @nestjs/platform-express
Bumps [express](https://github.com/expressjs/express) to 4.19.2 and updates ancestor dependency [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `express` from 4.18.2 to 4.19.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)

Updates `@nestjs/platform-express` from 10.3.2 to 10.3.8
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.3.8/packages/platform-express)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-14 07:09:37 +00:00
dependabot[bot]
4f0f9ebbb4 chore(deps): bump express and @nestjs/platform-express
Bumps [express](https://github.com/expressjs/express) to 4.19.2 and updates ancestor dependency [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `express` from 4.18.2 to 4.19.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)

Updates `@nestjs/platform-express` from 10.2.10 to 10.3.8
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.3.8/packages/platform-express)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-14 07:04:37 +00:00
dependabot[bot]
965d565a86 chore(deps): bump express and @nestjs/platform-express
Bumps [express](https://github.com/expressjs/express) to 4.19.2 and updates ancestor dependency [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `express` from 4.18.2 to 4.19.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)

Updates `@nestjs/platform-express` from 10.3.2 to 10.3.8
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.3.8/packages/platform-express)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-14 07:04:27 +00:00
dependabot[bot]
686a2dfb9c chore(deps): bump express and @nestjs/platform-express
Bumps [express](https://github.com/expressjs/express) to 4.19.2 and updates ancestor dependency [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `express` from 4.18.2 to 4.19.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)

Updates `@nestjs/platform-express` from 10.3.2 to 10.3.8
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.3.8/packages/platform-express)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-14 06:44:23 +00:00
dependabot[bot]
36d0503e4b chore(deps): bump @fastify/middie from 8.3.0 to 8.3.1
Bumps [@fastify/middie](https://github.com/fastify/middie) from 8.3.0 to 8.3.1.
- [Release notes](https://github.com/fastify/middie/releases)
- [Commits](https://github.com/fastify/middie/compare/v8.3.0...v8.3.1)

---
updated-dependencies:
- dependency-name: "@fastify/middie"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-14 06:44:11 +00:00
Kamil Mysliwiec
e488b39ebc Merge pull request #13518 from nestjs/dependabot/npm_and_yarn/sample/29-file-upload/multi-fc98ce47f6
chore(deps): bump express and @nestjs/platform-express in /sample/29-file-upload
2024-05-14 08:44:06 +02:00
Kamil Mysliwiec
73654d7a22 Merge pull request #13519 from nestjs/dependabot/npm_and_yarn/sample/28-sse/multi-fc98ce47f6
chore(deps): bump express and @nestjs/platform-express in /sample/28-sse
2024-05-14 08:44:01 +02:00
Kamil Mysliwiec
2405202ca2 Merge pull request #13520 from nestjs/dependabot/npm_and_yarn/sample/26-queues/multi-fc98ce47f6
chore(deps): bump express and @nestjs/platform-express in /sample/26-queues
2024-05-14 08:43:53 +02:00
Kamil Mysliwiec
7a5b0d7e01 Merge pull request #13521 from nestjs/dependabot/npm_and_yarn/sample/25-dynamic-modules/multi-fc98ce47f6
chore(deps): bump express and @nestjs/platform-express in /sample/25-dynamic-modules
2024-05-14 08:43:48 +02:00
Kamil Mysliwiec
47410d888e Merge pull request #13522 from nestjs/dependabot/npm_and_yarn/sample/30-event-emitter/multi-fc98ce47f6
chore(deps): bump express and @nestjs/platform-express in /sample/30-event-emitter
2024-05-14 08:43:40 +02:00
Kamil Mysliwiec
8f72a83125 Merge pull request #13523 from nestjs/dependabot/npm_and_yarn/sample/24-serve-static/multi-fc98ce47f6
chore(deps): bump express and @nestjs/platform-express in /sample/24-serve-static
2024-05-14 08:43:33 +02:00
Kamil Mysliwiec
4b83bb7e5f Merge pull request #13524 from nestjs/dependabot/npm_and_yarn/sample/27-scheduling/multi-fc98ce47f6
chore(deps): bump express and @nestjs/platform-express in /sample/27-scheduling
2024-05-14 08:43:21 +02:00
Kamil Mysliwiec
dce0677a26 Merge pull request #13528 from nestjs/dependabot/npm_and_yarn/cache-manager-5.5.2
chore(deps-dev): bump cache-manager from 5.5.1 to 5.5.2
2024-05-14 08:43:04 +02:00
Kamil Mysliwiec
9e4fbeea1a Merge pull request #13529 from nestjs/dependabot/npm_and_yarn/grpc/grpc-js-1.10.7
chore(deps-dev): bump @grpc/grpc-js from 1.10.6 to 1.10.7
2024-05-14 08:42:56 +02:00
Kamil Mysliwiec
6aee2faf4a Merge pull request #13546 from nestjs/dependabot/npm_and_yarn/mongoose-8.3.4
chore(deps-dev): bump mongoose from 8.3.3 to 8.3.4
2024-05-14 08:42:45 +02:00
Kamil Mysliwiec
20549392d4 Merge pull request #13549 from nestjs/dependabot/npm_and_yarn/sample/33-graphql-mercurius/multi-e976a5c026
chore(deps): bump undici and mercurius in /sample/33-graphql-mercurius
2024-05-14 08:42:32 +02:00
Kamil Mysliwiec
f980fe8011 Merge pull request #13552 from nestjs/dependabot/npm_and_yarn/types/node-20.12.11
chore(deps-dev): bump @types/node from 20.12.10 to 20.12.11
2024-05-14 08:42:27 +02:00
Kamil Mysliwiec
d730fa6c18 Merge pull request #13553 from nestjs/dependabot/npm_and_yarn/fastify-4.27.0
chore(deps): bump fastify from 4.26.2 to 4.27.0
2024-05-14 08:42:19 +02:00
Kamil Mysliwiec
69fa25d18e Merge pull request #13554 from nestjs/dependabot/npm_and_yarn/fastify/static-7.0.4
chore(deps-dev): bump @fastify/static from 7.0.3 to 7.0.4
2024-05-14 08:42:14 +02:00
Kamil Mysliwiec
b0bc831e14 Merge pull request #13517 from nestjs/dependabot/npm_and_yarn/ejs-3.1.10
chore(deps-dev): bump ejs from 3.1.9 to 3.1.10
2024-05-14 08:42:08 +02:00
dependabot[bot]
0ba761c134 chore(deps-dev): bump @fastify/static from 7.0.3 to 7.0.4
Bumps [@fastify/static](https://github.com/fastify/fastify-static) from 7.0.3 to 7.0.4.
- [Release notes](https://github.com/fastify/fastify-static/releases)
- [Commits](https://github.com/fastify/fastify-static/compare/v7.0.3...v7.0.4)

---
updated-dependencies:
- dependency-name: "@fastify/static"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-09 00:27:20 +00:00
dependabot[bot]
c18ae07656 chore(deps): bump fastify from 4.26.2 to 4.27.0
Bumps [fastify](https://github.com/fastify/fastify) from 4.26.2 to 4.27.0.
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](https://github.com/fastify/fastify/compare/v4.26.2...v4.27.0)

---
updated-dependencies:
- dependency-name: fastify
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-09 00:26:15 +00:00
dependabot[bot]
eb8d00fd78 chore(deps-dev): bump @types/node from 20.12.10 to 20.12.11
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.12.10 to 20.12.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-09 00:25:31 +00:00
Kamil Mysliwiec
6dc96d396b Merge pull request #13545 from nestjs/dependabot/npm_and_yarn/fast-json-stringify-5.15.1
chore(deps): bump fast-json-stringify from 5.14.1 to 5.15.1
2024-05-08 10:34:55 +02:00
dependabot[bot]
eb126c746b chore(deps): bump undici and mercurius in /sample/33-graphql-mercurius
Bumps [undici](https://github.com/nodejs/undici) to 5.28.4 and updates ancestor dependency [mercurius](https://github.com/mercurius-js/mercurius). These dependencies need to be updated together.


Updates `undici` from 5.28.3 to 5.28.4
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.28.3...v5.28.4)

Updates `mercurius` from 13.4.0 to 14.1.0
- [Release notes](https://github.com/mercurius-js/mercurius/releases)
- [Commits](https://github.com/mercurius-js/mercurius/compare/v13.4.0...v14.1.0)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
- dependency-name: mercurius
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-08 08:34:43 +00:00
Kamil Mysliwiec
9310c4dd95 Merge pull request #13544 from nestjs/dependabot/npm_and_yarn/types/node-20.12.10
chore(deps-dev): bump @types/node from 20.12.7 to 20.12.10
2024-05-08 10:34:20 +02:00
Kamil Mysliwiec
46a61e4ed9 Merge pull request #13540 from nestjs/dependabot/npm_and_yarn/conventional-changelog-6.0.0
chore(deps-dev): bump conventional-changelog from 5.1.0 to 6.0.0
2024-05-08 10:34:14 +02:00
Kamil Mysliwiec
d6fd70add0 Merge pull request #13539 from nestjs/dependabot/npm_and_yarn/nats-2.24.0
chore(deps-dev): bump nats from 2.23.0 to 2.24.0
2024-05-08 10:33:26 +02:00
Kamil Mysliwiec
c750ec1889 Merge pull request #13537 from Tony133/chore/add-public-api-annotation-on-microservices
chore: add public api annotation on microservices
2024-05-08 10:33:13 +02:00
Kamil Mysliwiec
1368881fcc Merge pull request #13543 from AnaelsForks/master
chore(readme): update sponsor image sources
2024-05-08 10:29:03 +02:00
dependabot[bot]
724d0c866c chore(deps-dev): bump mongoose from 8.3.3 to 8.3.4
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.3.3 to 8.3.4.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/8.3.3...8.3.4)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-07 00:28:57 +00:00
dependabot[bot]
d575745235 chore(deps): bump fast-json-stringify from 5.14.1 to 5.15.1
Bumps [fast-json-stringify](https://github.com/fastify/fast-json-stringify) from 5.14.1 to 5.15.1.
- [Release notes](https://github.com/fastify/fast-json-stringify/releases)
- [Commits](https://github.com/fastify/fast-json-stringify/compare/v5.14.1...v5.15.1)

---
updated-dependencies:
- dependency-name: fast-json-stringify
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-07 00:28:12 +00:00
dependabot[bot]
0c1eb6b3f4 chore(deps-dev): bump @types/node from 20.12.7 to 20.12.10
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.12.7 to 20.12.10.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-07 00:27:31 +00:00
Abdeldjalil Fortas
7a61ecc9d3 fix(fastify): Make versioningOptions field optional 2024-05-06 09:42:24 +02:00
dependabot[bot]
a99597af7b chore(deps-dev): bump conventional-changelog from 5.1.0 to 6.0.0
Bumps [conventional-changelog](https://github.com/conventional-changelog/conventional-changelog/tree/HEAD/packages/conventional-changelog) from 5.1.0 to 6.0.0.
- [Release notes](https://github.com/conventional-changelog/conventional-changelog/releases)
- [Changelog](https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/conventional-changelog/commits/conventional-changelog-v6.0.0/packages/conventional-changelog)

---
updated-dependencies:
- dependency-name: conventional-changelog
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-06 00:59:35 +00:00
dependabot[bot]
1bb805ac81 chore(deps-dev): bump nats from 2.23.0 to 2.24.0
Bumps [nats](https://github.com/nats-io/nats.js) from 2.23.0 to 2.24.0.
- [Release notes](https://github.com/nats-io/nats.js/releases)
- [Commits](https://github.com/nats-io/nats.js/compare/v2.23.0...v2.24.0)

---
updated-dependencies:
- dependency-name: nats
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-06 00:58:05 +00:00
Anaël Bonnafous
17a1d044f7 Merge branch 'nestjs:master' into master 2024-05-05 20:53:09 +02:00
Anaël Bonnafous
dd5a8422c0 chore(readme): remove some old sponsors and reorder others 2024-05-05 18:52:22 +00:00
Anaël Bonnafous
da0ae6882e chore(readme): update sponsor image sources 2024-05-05 18:05:57 +00:00
Tony133
151806b621 chore: add public api annotation on microservices 2024-05-05 15:18:04 +02:00
Abdeldjalil Fortas
c0af8af0cd feat(fastify): Do not crash if enableVersioning is not used (fixes #13496) 2024-05-05 09:25:58 +02:00
bettercalljason
6893058913 fix(ws): close existing connections
Existing connections must be closed manually. Otherwise, application shutdown hangs when shutdown hooks are enabled and there are existing connections.
2024-05-03 16:01:46 +00:00
dependabot[bot]
597f329551 chore(deps-dev): bump @grpc/grpc-js from 1.10.6 to 1.10.7
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.10.6 to 1.10.7.
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.10.6...@grpc/grpc-js@1.10.7)

---
updated-dependencies:
- dependency-name: "@grpc/grpc-js"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-03 00:06:48 +00:00
dependabot[bot]
0b205ae45e chore(deps-dev): bump cache-manager from 5.5.1 to 5.5.2
Bumps [cache-manager](https://github.com/jaredwray/cache-manager) from 5.5.1 to 5.5.2.
- [Release notes](https://github.com/jaredwray/cache-manager/releases)
- [Commits](https://github.com/jaredwray/cache-manager/commits)

---
updated-dependencies:
- dependency-name: cache-manager
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-03 00:06:25 +00:00
dependabot[bot]
67f2fd9bf4 chore(deps): bump express and @nestjs/platform-express
Bumps [express](https://github.com/expressjs/express) to 4.19.2 and updates ancestor dependency [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `express` from 4.18.2 to 4.19.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)

Updates `@nestjs/platform-express` from 10.3.2 to 10.3.8
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.3.8/packages/platform-express)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-02 08:59:22 +00:00
dependabot[bot]
ff306b47ce chore(deps): bump express and @nestjs/platform-express
Bumps [express](https://github.com/expressjs/express) to 4.19.2 and updates ancestor dependency [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `express` from 4.18.2 to 4.19.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)

Updates `@nestjs/platform-express` from 10.3.2 to 10.3.8
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.3.8/packages/platform-express)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-02 08:59:17 +00:00
dependabot[bot]
ed60c7a870 chore(deps): bump express and @nestjs/platform-express
Bumps [express](https://github.com/expressjs/express) to 4.19.2 and updates ancestor dependency [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `express` from 4.18.2 to 4.19.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)

Updates `@nestjs/platform-express` from 10.3.2 to 10.3.8
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.3.8/packages/platform-express)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-02 08:59:09 +00:00
dependabot[bot]
84e8b5fd74 chore(deps): bump express and @nestjs/platform-express
Bumps [express](https://github.com/expressjs/express) to 4.19.2 and updates ancestor dependency [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `express` from 4.18.2 to 4.19.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)

Updates `@nestjs/platform-express` from 10.3.2 to 10.3.8
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.3.8/packages/platform-express)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-02 08:58:17 +00:00
dependabot[bot]
82872c5abd chore(deps): bump express and @nestjs/platform-express
Bumps [express](https://github.com/expressjs/express) to 4.19.2 and updates ancestor dependency [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `express` from 4.18.2 to 4.19.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)

Updates `@nestjs/platform-express` from 10.3.2 to 10.3.8
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.3.8/packages/platform-express)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-02 08:58:03 +00:00
dependabot[bot]
3720412b86 chore(deps): bump express and @nestjs/platform-express in /sample/28-sse
Bumps [express](https://github.com/expressjs/express) to 4.19.2 and updates ancestor dependency [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `express` from 4.18.2 to 4.19.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)

Updates `@nestjs/platform-express` from 10.3.2 to 10.3.8
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.3.8/packages/platform-express)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-02 08:57:59 +00:00
dependabot[bot]
49bb11e107 chore(deps): bump express and @nestjs/platform-express
Bumps [express](https://github.com/expressjs/express) to 4.19.2 and updates ancestor dependency [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `express` from 4.18.2 to 4.19.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)

Updates `@nestjs/platform-express` from 10.3.2 to 10.3.8
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.3.8/packages/platform-express)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-02 08:57:43 +00:00
Kamil Mysliwiec
1db72fd96a Merge pull request #13512 from nestjs/dependabot/npm_and_yarn/mongoose-8.3.3
chore(deps-dev): bump mongoose from 8.3.2 to 8.3.3
2024-05-02 10:57:10 +02:00
Kamil Mysliwiec
629af39710 Merge pull request #13474 from nestjs/dependabot/npm_and_yarn/mysql2-3.9.7
chore(deps-dev): bump mysql2 from 3.9.6 to 3.9.7
2024-05-02 10:56:41 +02:00
Kamil Mysliwiec
4d34f1d05b Merge pull request #13490 from nestjs/dependabot/npm_and_yarn/commitlint/config-angular-19.3.0
chore(deps-dev): bump @commitlint/config-angular from 19.2.2 to 19.3.0
2024-05-02 10:56:33 +02:00
Kamil Mysliwiec
5bc6461cc1 Merge pull request #13499 from nestjs/dependabot/npm_and_yarn/typescript-eslint/parser-7.8.0
chore(deps-dev): bump @typescript-eslint/parser from 7.7.0 to 7.8.0
2024-05-02 10:56:27 +02:00
dependabot[bot]
4f2f4351e6 chore(deps-dev): bump mysql2 from 3.9.6 to 3.9.7
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.9.6 to 3.9.7.
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](https://github.com/sidorares/node-mysql2/compare/v3.9.6...v3.9.7)

---
updated-dependencies:
- dependency-name: mysql2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-02 08:56:23 +00:00
dependabot[bot]
a88fa13e58 chore(deps-dev): bump mongoose from 8.3.2 to 8.3.3
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.3.2 to 8.3.3.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/8.3.2...8.3.3)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-02 08:56:22 +00:00
Kamil Mysliwiec
1317ff7da5 Merge pull request #13502 from nestjs/dependabot/npm_and_yarn/sample/32-graphql-federation-schema-first/posts-application/multi-fc98ce47f6
chore(deps): bump express and @nestjs/platform-express in /sample/32-graphql-federation-schema-first/posts-application
2024-05-02 10:56:22 +02:00
Kamil Mysliwiec
da1503469b Merge pull request #13503 from nestjs/dependabot/npm_and_yarn/sample/32-graphql-federation-schema-first/gateway/multi-fc98ce47f6
chore(deps): bump express and @nestjs/platform-express in /sample/32-graphql-federation-schema-first/gateway
2024-05-02 10:56:16 +02:00
Kamil Mysliwiec
87384029c4 Merge pull request #13504 from nestjs/dependabot/npm_and_yarn/sample/31-graphql-federation-code-first/users-application/multi-fc98ce47f6
chore(deps): bump express and @nestjs/platform-express in /sample/31-graphql-federation-code-first/users-application
2024-05-02 10:56:10 +02:00
Kamil Mysliwiec
ff2402d708 Merge pull request #13505 from nestjs/dependabot/npm_and_yarn/sample/31-graphql-federation-code-first/posts-application/multi-fc98ce47f6
chore(deps): bump express and @nestjs/platform-express in /sample/31-graphql-federation-code-first/posts-application
2024-05-02 10:56:04 +02:00
Kamil Mysliwiec
0a267a35f1 Merge pull request #13506 from nestjs/dependabot/npm_and_yarn/sample/32-graphql-federation-schema-first/users-application/multi-fc98ce47f6
chore(deps): bump express and @nestjs/platform-express in /sample/32-graphql-federation-schema-first/users-application
2024-05-02 10:55:59 +02:00
Kamil Mysliwiec
6cc4dd0369 Merge pull request #13507 from nestjs/dependabot/npm_and_yarn/sample/31-graphql-federation-code-first/gateway/multi-fc98ce47f6
chore(deps): bump express and @nestjs/platform-express in /sample/31-graphql-federation-code-first/gateway
2024-05-02 10:55:53 +02:00
dependabot[bot]
9a4986f313 chore(deps-dev): bump ejs from 3.1.9 to 3.1.10
Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10.
- [Release notes](https://github.com/mde/ejs/releases)
- [Commits](https://github.com/mde/ejs/compare/v3.1.9...v3.1.10)

---
updated-dependencies:
- dependency-name: ejs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-02 08:55:44 +00:00
Kamil Mysliwiec
ab9c4b3a0b Merge pull request #13509 from nestjs/dependabot/npm_and_yarn/ws-8.17.0
chore(deps): bump ws from 8.16.0 to 8.17.0
2024-05-02 10:55:25 +02:00
Kamil Mysliwiec
5dad4de1e7 Merge pull request #13510 from nestjs/dependabot/npm_and_yarn/artillery-2.0.11
chore(deps-dev): bump artillery from 2.0.10 to 2.0.11
2024-05-02 10:55:15 +02:00
Kamil Mysliwiec
17ab566f93 Merge pull request #13511 from nestjs/dependabot/npm_and_yarn/fastify/view-9.1.0
chore(deps-dev): bump @fastify/view from 9.0.0 to 9.1.0
2024-05-02 10:55:07 +02:00
Kamil Mysliwiec
0f7264fa75 Merge pull request #13513 from nestjs/dependabot/npm_and_yarn/mqtt-5.5.5
chore(deps-dev): bump mqtt from 5.5.4 to 5.5.5
2024-05-02 10:54:52 +02:00
Kamil Mysliwiec
409c057af3 Merge pull request #13515 from nestjs/dependabot/npm_and_yarn/grpc/proto-loader-0.7.13
chore(deps-dev): bump @grpc/proto-loader from 0.7.11 to 0.7.13
2024-05-02 10:54:42 +02:00
dependabot[bot]
aea21cd737 chore(deps-dev): bump @grpc/proto-loader from 0.7.11 to 0.7.13
Bumps [@grpc/proto-loader](https://github.com/grpc/grpc-node) from 0.7.11 to 0.7.13.
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/proto-loader@0.7.11...@grpc/proto-loader@0.7.13)

---
updated-dependencies:
- dependency-name: "@grpc/proto-loader"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-02 00:04:05 +00:00
dependabot[bot]
8542d1841a chore(deps-dev): bump mqtt from 5.5.4 to 5.5.5
Bumps [mqtt](https://github.com/mqttjs/MQTT.js) from 5.5.4 to 5.5.5.
- [Release notes](https://github.com/mqttjs/MQTT.js/releases)
- [Changelog](https://github.com/mqttjs/MQTT.js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mqttjs/MQTT.js/compare/v5.5.4...v5.5.5)

---
updated-dependencies:
- dependency-name: mqtt
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-01 00:42:44 +00:00
dependabot[bot]
37a7d25b53 chore(deps-dev): bump @fastify/view from 9.0.0 to 9.1.0
Bumps [@fastify/view](https://github.com/fastify/point-of-view) from 9.0.0 to 9.1.0.
- [Release notes](https://github.com/fastify/point-of-view/releases)
- [Commits](https://github.com/fastify/point-of-view/compare/v9.0.0...v9.1.0)

---
updated-dependencies:
- dependency-name: "@fastify/view"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-01 00:41:26 +00:00
dependabot[bot]
1afeeefd3d chore(deps-dev): bump artillery from 2.0.10 to 2.0.11
Bumps [artillery](https://github.com/artilleryio/artillery) from 2.0.10 to 2.0.11.
- [Release notes](https://github.com/artilleryio/artillery/releases)
- [Commits](https://github.com/artilleryio/artillery/compare/artillery-2.0.10...artillery-2.0.11)

---
updated-dependencies:
- dependency-name: artillery
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-01 00:41:00 +00:00
dependabot[bot]
dedba6973c chore(deps): bump ws from 8.16.0 to 8.17.0
Bumps [ws](https://github.com/websockets/ws) from 8.16.0 to 8.17.0.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/8.16.0...8.17.0)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-01 00:40:28 +00:00
dependabot[bot]
839fa1545a chore(deps): bump express and @nestjs/platform-express
Bumps [express](https://github.com/expressjs/express) to 4.19.2 and updates ancestor dependency [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `express` from 4.18.2 to 4.19.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)

Updates `@nestjs/platform-express` from 10.3.2 to 10.3.8
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.3.8/packages/platform-express)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-30 10:45:09 +00:00
dependabot[bot]
91e30e15c9 chore(deps-dev): bump @commitlint/config-angular from 19.2.2 to 19.3.0
Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular) from 19.2.2 to 19.3.0.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-angular/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.3.0/@commitlint/config-angular)

---
updated-dependencies:
- dependency-name: "@commitlint/config-angular"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-30 10:44:48 +00:00
dependabot[bot]
36b880fd07 chore(deps-dev): bump @typescript-eslint/parser from 7.7.0 to 7.8.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.7.0 to 7.8.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.8.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-30 10:44:21 +00:00
dependabot[bot]
2d0b9becc3 chore(deps): bump express and @nestjs/platform-express
Bumps [express](https://github.com/expressjs/express) to 4.19.2 and updates ancestor dependency [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `express` from 4.18.2 to 4.19.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)

Updates `@nestjs/platform-express` from 10.3.2 to 10.3.8
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.3.8/packages/platform-express)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-30 10:44:12 +00:00
dependabot[bot]
cf42ff7b11 chore(deps): bump express and @nestjs/platform-express
Bumps [express](https://github.com/expressjs/express) to 4.19.2 and updates ancestor dependency [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `express` from 4.18.2 to 4.19.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)

Updates `@nestjs/platform-express` from 10.3.2 to 10.3.8
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.3.8/packages/platform-express)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-30 10:44:03 +00:00
dependabot[bot]
d5090043f5 chore(deps): bump express and @nestjs/platform-express
Bumps [express](https://github.com/expressjs/express) to 4.19.2 and updates ancestor dependency [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `express` from 4.18.2 to 4.19.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)

Updates `@nestjs/platform-express` from 10.3.2 to 10.3.8
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.3.8/packages/platform-express)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-30 10:43:39 +00:00
Kamil Mysliwiec
eb892cafe4 Merge pull request #13479 from nestjs/dependabot/npm_and_yarn/nats-2.23.0
chore(deps-dev): bump nats from 2.22.0 to 2.23.0
2024-04-30 12:43:39 +02:00
dependabot[bot]
afa4b2840c chore(deps): bump express and @nestjs/platform-express
Bumps [express](https://github.com/expressjs/express) to 4.19.2 and updates ancestor dependency [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `express` from 4.18.2 to 4.19.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)

Updates `@nestjs/platform-express` from 10.3.2 to 10.3.8
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.3.8/packages/platform-express)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-30 10:43:31 +00:00
dependabot[bot]
c6fda13c6a chore(deps): bump express and @nestjs/platform-express
Bumps [express](https://github.com/expressjs/express) to 4.19.2 and updates ancestor dependency [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together.


Updates `express` from 4.18.2 to 4.19.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)

Updates `@nestjs/platform-express` from 10.3.2 to 10.3.8
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.3.8/packages/platform-express)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-30 10:43:28 +00:00
Kamil Mysliwiec
a0f58ef9ed Merge pull request #13487 from nestjs/dependabot/npm_and_yarn/sample/07-sequelize/mysql2-3.9.7
chore(deps): bump mysql2 from 3.9.4 to 3.9.7 in /sample/07-sequelize
2024-04-30 12:43:12 +02:00
Kamil Mysliwiec
2b0ad15d2a Merge pull request #13488 from nestjs/dependabot/npm_and_yarn/sample/05-sql-typeorm/mysql2-3.9.7
chore(deps): bump mysql2 from 3.9.4 to 3.9.7 in /sample/05-sql-typeorm
2024-04-30 12:43:06 +02:00
Kamil Mysliwiec
f1aef5abb4 Merge pull request #13491 from nestjs/dependabot/npm_and_yarn/commitlint/cli-19.3.0
chore(deps-dev): bump @commitlint/cli from 19.2.2 to 19.3.0
2024-04-30 12:42:59 +02:00
Kamil Mysliwiec
b3b2863c4c Merge pull request #13495 from nestjs/dependabot/npm_and_yarn/supertest-7.0.0
chore(deps-dev): bump supertest from 6.3.3 to 7.0.0
2024-04-30 12:42:52 +02:00
Kamil Mysliwiec
24ffca6bc4 Merge pull request #13498 from nestjs/dependabot/npm_and_yarn/mqtt-5.5.4
chore(deps-dev): bump mqtt from 5.5.2 to 5.5.4
2024-04-30 12:42:45 +02:00
Kamil Mysliwiec
0600d910a1 Merge pull request #13500 from nestjs/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-7.8.0
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.7.0 to 7.8.0
2024-04-30 12:42:31 +02:00
Anaël Bonnafous
1a699adff9 chore(readme): format sponsors tables 2024-04-30 10:00:04 +00:00
dependabot[bot]
bdd3f6f68c chore(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.7.0 to 7.8.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.8.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-30 00:17:38 +00:00
dependabot[bot]
c8557ca80a chore(deps-dev): bump mqtt from 5.5.2 to 5.5.4
Bumps [mqtt](https://github.com/mqttjs/MQTT.js) from 5.5.2 to 5.5.4.
- [Release notes](https://github.com/mqttjs/MQTT.js/releases)
- [Changelog](https://github.com/mqttjs/MQTT.js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mqttjs/MQTT.js/compare/v5.5.2...v5.5.4)

---
updated-dependencies:
- dependency-name: mqtt
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-29 00:32:33 +00:00
dependabot[bot]
22edf0280f chore(deps-dev): bump supertest from 6.3.3 to 7.0.0
Bumps [supertest](https://github.com/ladjs/supertest) from 6.3.3 to 7.0.0.
- [Release notes](https://github.com/ladjs/supertest/releases)
- [Commits](https://github.com/ladjs/supertest/compare/v6.3.3...v7.0.0)

---
updated-dependencies:
- dependency-name: supertest
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-25 00:44:24 +00:00
Johaven
2e91c14ef1 refactor(platform-fastify): use the route method to inject routes 2024-04-25 01:04:59 +02:00
dependabot[bot]
b5d9ed6178 chore(deps-dev): bump @commitlint/cli from 19.2.2 to 19.3.0
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 19.2.2 to 19.3.0.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.3.0/@commitlint/cli)

---
updated-dependencies:
- dependency-name: "@commitlint/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-24 00:45:38 +00:00
dependabot[bot]
0937c857ae chore(deps): bump mysql2 from 3.9.4 to 3.9.7 in /sample/05-sql-typeorm
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.9.4 to 3.9.7.
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](https://github.com/sidorares/node-mysql2/compare/v3.9.4...v3.9.7)

---
updated-dependencies:
- dependency-name: mysql2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-23 23:11:38 +00:00
dependabot[bot]
a8edd95850 chore(deps): bump mysql2 from 3.9.4 to 3.9.7 in /sample/07-sequelize
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.9.4 to 3.9.7.
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](https://github.com/sidorares/node-mysql2/compare/v3.9.4...v3.9.7)

---
updated-dependencies:
- dependency-name: mysql2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-23 23:11:17 +00:00
dependabot[bot]
947709fe7a chore(deps-dev): bump nats from 2.22.0 to 2.23.0
Bumps [nats](https://github.com/nats-io/nats.js) from 2.22.0 to 2.23.0.
- [Release notes](https://github.com/nats-io/nats.js/releases)
- [Commits](https://github.com/nats-io/nats.js/compare/v2.22.0...v2.23.0)

---
updated-dependencies:
- dependency-name: nats
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-23 00:40:27 +00:00
Kamil Mysliwiec
727032e46e Merge pull request #13471 from le-harivansh/patch-2
doc: fix typos & clarify comments
2024-04-21 19:58:24 +02:00
Kamil Mysliwiec
685b5fd88f Merge pull request #13469 from welfuture/master
chore: fix some typos in comments
2024-04-21 19:57:46 +02:00
le-harivansh
025ed5365e doc: fix typos & clarify comments 2024-04-21 06:04:35 +04:00
welfuture
66b731d4db chore: fix some typos in comments
Signed-off-by: welfuture <wellfuture@qq.com>
2024-04-20 20:48:16 +08:00
Kamil Myśliwiec
6538ede9ef chore(@nestjs) publish v10.3.8 release 2024-04-19 09:17:44 +02:00
Kamil Mysliwiec
a0b5c26d39 Merge pull request #13430 from JonathanMbt/master
fix(microservices): pass rmq connection options correctly to amqp-con…
2024-04-19 09:15:43 +02:00
Kamil Mysliwiec
7d5adfcc1f Revert "Revert "fix(microservice) Delete unnecessary call of grpcClient.start"" 2024-04-19 09:14:09 +02:00
Kamil Mysliwiec
05a35b267f Merge pull request #13467 from nestjs/revert-13283-fix/unnecessary-call
Revert "fix(microservice) Delete unnecessary call of grpcClient.start"
2024-04-19 09:14:06 +02:00
Kamil Mysliwiec
044603ab7b Revert "fix(microservice) Delete unnecessary call of grpcClient.start" 2024-04-19 09:13:10 +02:00
Kamil Mysliwiec
6045d9e423 Merge pull request #13456 from nestjs/dependabot/npm_and_yarn/mongoose-8.3.2
chore(deps-dev): bump mongoose from 8.3.1 to 8.3.2
2024-04-19 09:05:51 +02:00
Kamil Mysliwiec
3c5f86cac7 Merge pull request #13457 from nestjs/dependabot/npm_and_yarn/core-js-3.37.0
chore(deps-dev): bump core-js from 3.36.1 to 3.37.0
2024-04-19 09:05:43 +02:00
dependabot[bot]
1c433b83d0 chore(deps-dev): bump core-js from 3.36.1 to 3.37.0
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.36.1 to 3.37.0.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.37.0/packages/core-js)

---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-19 07:05:18 +00:00
dependabot[bot]
805dd1269c chore(deps-dev): bump mongoose from 8.3.1 to 8.3.2
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.3.1 to 8.3.2.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/8.3.1...8.3.2)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-19 07:05:16 +00:00
Kamil Mysliwiec
64b2f4a36d Merge pull request #13460 from nestjs/dependabot/npm_and_yarn/ioredis-5.4.1
chore(deps-dev): bump ioredis from 5.3.2 to 5.4.1
2024-04-19 09:04:29 +02:00
Kamil Mysliwiec
37525a9c21 Merge pull request #13464 from nestjs/dependabot/npm_and_yarn/apollo/server-4.10.4
chore(deps-dev): bump @apollo/server from 4.10.3 to 4.10.4
2024-04-19 09:04:25 +02:00
Kamil Mysliwiec
d7a0a83c82 Merge pull request #13465 from nestjs/dependabot/npm_and_yarn/mysql2-3.9.6
chore(deps-dev): bump mysql2 from 3.9.4 to 3.9.6
2024-04-19 09:04:18 +02:00
dependabot[bot]
2b589c470f chore(deps-dev): bump mysql2 from 3.9.4 to 3.9.6
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.9.4 to 3.9.6.
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](https://github.com/sidorares/node-mysql2/compare/v3.9.4...v3.9.6)

---
updated-dependencies:
- dependency-name: mysql2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-19 00:23:17 +00:00
dependabot[bot]
b92fac2806 chore(deps-dev): bump @apollo/server from 4.10.3 to 4.10.4
Bumps [@apollo/server](https://github.com/apollographql/apollo-server/tree/HEAD/packages/server) from 4.10.3 to 4.10.4.
- [Release notes](https://github.com/apollographql/apollo-server/releases)
- [Changelog](https://github.com/apollographql/apollo-server/blob/main/packages/server/CHANGELOG.md)
- [Commits](https://github.com/apollographql/apollo-server/commits/@apollo/server@4.10.4/packages/server)

---
updated-dependencies:
- dependency-name: "@apollo/server"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-19 00:22:23 +00:00
Kamil Mysliwiec
87cf25a883 Merge pull request #13454 from micalevisk/chore/issue-13432
chore(deps): remove unused dev dependencies
2024-04-18 09:42:24 +02:00
dependabot[bot]
f092d3408f chore(deps-dev): bump ioredis from 5.3.2 to 5.4.1
Bumps [ioredis](https://github.com/luin/ioredis) from 5.3.2 to 5.4.1.
- [Release notes](https://github.com/luin/ioredis/releases)
- [Changelog](https://github.com/redis/ioredis/blob/main/CHANGELOG.md)
- [Commits](https://github.com/luin/ioredis/compare/v5.3.2...v5.4.1)

---
updated-dependencies:
- dependency-name: ioredis
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-18 00:58:13 +00:00
Micael Levi L. Cavalcante
00dba2bfd9 ci: drop lint commit on circle ci 2024-04-16 10:04:37 -04:00
Micael Levi L. Cavalcante
3765d7de2a chore(deps): remove unused dev dependencies 2024-04-16 09:22:58 -04:00
Ji Zheng
f797e16aa4 fix(core): possible memory leak when using server side events 2024-04-16 16:59:06 +08:00
Ji Zheng
af87b2a62f test(core): add a sse failed test to reproduce #11601 2024-04-16 16:22:24 +08:00
Kamil Mysliwiec
f5b53f1c1e Merge pull request #13445 from nestjs/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-7.7.0
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.6.0 to 7.7.0
2024-04-16 09:27:51 +02:00
Kamil Mysliwiec
722fc1c568 Merge pull request #13422 from nestjs/dependabot/npm_and_yarn/sample/07-sequelize/mysql2-3.9.4
chore(deps): bump mysql2 from 3.9.1 to 3.9.4 in /sample/07-sequelize
2024-04-16 09:27:37 +02:00
Kamil Mysliwiec
3bc4f7caa5 Merge pull request #13423 from nestjs/dependabot/npm_and_yarn/sample/05-sql-typeorm/mysql2-3.9.4
chore(deps): bump mysql2 from 3.9.1 to 3.9.4 in /sample/05-sql-typeorm
2024-04-16 09:27:31 +02:00
dependabot[bot]
bfa05965c5 chore(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.6.0 to 7.7.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.7.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-16 07:27:28 +00:00
Kamil Mysliwiec
6d885fe52a Merge pull request #13443 from nestjs/dependabot/npm_and_yarn/commitlint/config-angular-19.2.2
chore(deps-dev): bump @commitlint/config-angular from 19.1.0 to 19.2.2
2024-04-16 09:27:25 +02:00
Kamil Mysliwiec
f67fa4cbf2 Merge pull request #13444 from nestjs/dependabot/npm_and_yarn/apollo/server-4.10.3
chore(deps-dev): bump @apollo/server from 4.10.2 to 4.10.3
2024-04-16 09:27:21 +02:00
Kamil Mysliwiec
a7a830718a Merge pull request #13446 from nestjs/dependabot/npm_and_yarn/light-my-request-5.13.0
chore(deps): bump light-my-request from 5.12.0 to 5.13.0
2024-04-16 09:26:52 +02:00
Kamil Mysliwiec
5001476a04 Merge pull request #13447 from nestjs/dependabot/npm_and_yarn/artillery-2.0.10
chore(deps-dev): bump artillery from 2.0.8 to 2.0.10
2024-04-16 09:26:46 +02:00
Kamil Mysliwiec
faabff8236 Merge pull request #13448 from nestjs/dependabot/npm_and_yarn/typescript-eslint/parser-7.7.0
chore(deps-dev): bump @typescript-eslint/parser from 7.4.0 to 7.7.0
2024-04-16 09:26:34 +02:00
Kamil Mysliwiec
8b42341213 Merge pull request #13449 from nestjs/dependabot/npm_and_yarn/nestjs/mongoose-10.0.6
chore(deps-dev): bump @nestjs/mongoose from 10.0.4 to 10.0.6
2024-04-16 09:26:27 +02:00
Kamil Mysliwiec
624bd04763 Merge pull request #13450 from nestjs/dependabot/npm_and_yarn/fast-json-stringify-5.14.1
chore(deps): bump fast-json-stringify from 5.13.0 to 5.14.1
2024-04-16 09:26:19 +02:00
dependabot[bot]
3e1b31bb9e chore(deps): bump fast-json-stringify from 5.13.0 to 5.14.1
Bumps [fast-json-stringify](https://github.com/fastify/fast-json-stringify) from 5.13.0 to 5.14.1.
- [Release notes](https://github.com/fastify/fast-json-stringify/releases)
- [Commits](https://github.com/fastify/fast-json-stringify/compare/v5.13.0...v5.14.1)

---
updated-dependencies:
- dependency-name: fast-json-stringify
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-16 01:03:42 +00:00
dependabot[bot]
b1420af67d chore(deps-dev): bump @nestjs/mongoose from 10.0.4 to 10.0.6
Bumps [@nestjs/mongoose](https://github.com/nestjs/mongoose) from 10.0.4 to 10.0.6.
- [Release notes](https://github.com/nestjs/mongoose/releases)
- [Changelog](https://github.com/nestjs/mongoose/blob/master/.release-it.json)
- [Commits](https://github.com/nestjs/mongoose/compare/10.0.4...10.0.6)

---
updated-dependencies:
- dependency-name: "@nestjs/mongoose"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-16 01:03:07 +00:00
dependabot[bot]
9d152226fe chore(deps-dev): bump @typescript-eslint/parser from 7.4.0 to 7.7.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.4.0 to 7.7.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.7.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-16 01:02:42 +00:00
dependabot[bot]
66ee8f2a17 chore(deps-dev): bump artillery from 2.0.8 to 2.0.10
Bumps [artillery](https://github.com/artilleryio/artillery) from 2.0.8 to 2.0.10.
- [Release notes](https://github.com/artilleryio/artillery/releases)
- [Commits](https://github.com/artilleryio/artillery/compare/artillery-2.0.8...artillery-2.0.10)

---
updated-dependencies:
- dependency-name: artillery
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-16 01:02:12 +00:00
dependabot[bot]
ad0d21a535 chore(deps): bump light-my-request from 5.12.0 to 5.13.0
Bumps [light-my-request](https://github.com/fastify/light-my-request) from 5.12.0 to 5.13.0.
- [Release notes](https://github.com/fastify/light-my-request/releases)
- [Commits](https://github.com/fastify/light-my-request/compare/v5.12.0...v5.13.0)

---
updated-dependencies:
- dependency-name: light-my-request
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-16 01:00:58 +00:00
dependabot[bot]
15d387d1e7 chore(deps-dev): bump @apollo/server from 4.10.2 to 4.10.3
Bumps [@apollo/server](https://github.com/apollographql/apollo-server/tree/HEAD/packages/server) from 4.10.2 to 4.10.3.
- [Release notes](https://github.com/apollographql/apollo-server/releases)
- [Changelog](https://github.com/apollographql/apollo-server/blob/main/packages/server/CHANGELOG.md)
- [Commits](https://github.com/apollographql/apollo-server/commits/@apollo/server@4.10.3/packages/server)

---
updated-dependencies:
- dependency-name: "@apollo/server"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-16 00:59:48 +00:00
dependabot[bot]
d4e93aeeaf chore(deps-dev): bump @commitlint/config-angular from 19.1.0 to 19.2.2
Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular) from 19.1.0 to 19.2.2.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-angular/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.2.2/@commitlint/config-angular)

---
updated-dependencies:
- dependency-name: "@commitlint/config-angular"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-16 00:59:15 +00:00
Kamil Mysliwiec
b483f87c11 Merge pull request #13425 from nestjs/dependabot/npm_and_yarn/mysql2-3.9.4
chore(deps-dev): bump mysql2 from 3.9.3 to 3.9.4
2024-04-15 09:09:34 +02:00
Kamil Mysliwiec
a4268434b8 Merge pull request #13435 from nestjs/dependabot/npm_and_yarn/amqplib-0.10.4
chore(deps-dev): bump amqplib from 0.10.3 to 0.10.4
2024-04-15 09:08:42 +02:00
dependabot[bot]
e39cdcc341 chore(deps-dev): bump mysql2 from 3.9.3 to 3.9.4
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.9.3 to 3.9.4.
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](https://github.com/sidorares/node-mysql2/compare/v3.9.3...v3.9.4)

---
updated-dependencies:
- dependency-name: mysql2
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-15 07:07:44 +00:00
Kamil Mysliwiec
a7436406db Merge pull request #13436 from nestjs/dependabot/npm_and_yarn/cache-manager-5.5.1
chore(deps-dev): bump cache-manager from 5.4.0 to 5.5.1
2024-04-15 09:07:09 +02:00
Kamil Mysliwiec
82d9c1f600 Merge pull request #13437 from nestjs/dependabot/npm_and_yarn/mqtt-5.5.2
chore(deps-dev): bump mqtt from 5.5.0 to 5.5.2
2024-04-15 09:05:57 +02:00
Kamil Mysliwiec
536e9a992b Merge pull request #13438 from nestjs/dependabot/npm_and_yarn/commitlint/cli-19.2.2
chore(deps-dev): bump @commitlint/cli from 19.2.1 to 19.2.2
2024-04-15 09:03:01 +02:00
Kamil Mysliwiec
562a17efab Merge pull request #13439 from nestjs/dependabot/npm_and_yarn/typescript-5.4.5
chore(deps-dev): bump typescript from 5.4.3 to 5.4.5
2024-04-15 09:02:31 +02:00
dependabot[bot]
c71fe9f136 chore(deps-dev): bump typescript from 5.4.3 to 5.4.5
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.3 to 5.4.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.3...v5.4.5)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-15 00:11:28 +00:00
dependabot[bot]
a124d63111 chore(deps-dev): bump @commitlint/cli from 19.2.1 to 19.2.2
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 19.2.1 to 19.2.2.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.2.2/@commitlint/cli)

---
updated-dependencies:
- dependency-name: "@commitlint/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-15 00:10:45 +00:00
dependabot[bot]
9d9cfec66c chore(deps-dev): bump mqtt from 5.5.0 to 5.5.2
Bumps [mqtt](https://github.com/mqttjs/MQTT.js) from 5.5.0 to 5.5.2.
- [Release notes](https://github.com/mqttjs/MQTT.js/releases)
- [Changelog](https://github.com/mqttjs/MQTT.js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mqttjs/MQTT.js/compare/v5.5.0...v5.5.2)

---
updated-dependencies:
- dependency-name: mqtt
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-15 00:10:03 +00:00
dependabot[bot]
77475abc48 chore(deps-dev): bump cache-manager from 5.4.0 to 5.5.1
Bumps [cache-manager](https://github.com/jaredwray/cache-manager) from 5.4.0 to 5.5.1.
- [Release notes](https://github.com/jaredwray/cache-manager/releases)
- [Commits](https://github.com/jaredwray/cache-manager/commits)

---
updated-dependencies:
- dependency-name: cache-manager
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-15 00:09:22 +00:00
dependabot[bot]
9c3886b41c chore(deps-dev): bump amqplib from 0.10.3 to 0.10.4
Bumps [amqplib](https://github.com/amqp-node/amqplib) from 0.10.3 to 0.10.4.
- [Release notes](https://github.com/amqp-node/amqplib/releases)
- [Changelog](https://github.com/amqp-node/amqplib/blob/main/CHANGELOG.md)
- [Commits](https://github.com/amqp-node/amqplib/compare/v0.10.3...v0.10.4)

---
updated-dependencies:
- dependency-name: amqplib
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-15 00:08:46 +00:00
JonathanMbt
3424843c81 fix(microservices): pass rmq connection options correctly to amqp-connection-manager 2024-04-13 16:23:45 +02:00
Micael Levi L. Cavalcante
684ce3ef4c feat(common): support empty @Inject() on constructor-based injection 2024-04-13 08:25:11 -04:00
dependabot[bot]
1420440959 chore(deps): bump mysql2 from 3.9.1 to 3.9.4 in /sample/05-sql-typeorm
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.9.1 to 3.9.4.
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](https://github.com/sidorares/node-mysql2/compare/v3.9.1...v3.9.4)

---
updated-dependencies:
- dependency-name: mysql2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-12 16:14:41 +00:00
dependabot[bot]
ad8cc798ef chore(deps): bump mysql2 from 3.9.1 to 3.9.4 in /sample/07-sequelize
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.9.1 to 3.9.4.
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](https://github.com/sidorares/node-mysql2/compare/v3.9.1...v3.9.4)

---
updated-dependencies:
- dependency-name: mysql2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-12 16:14:21 +00:00
Kamil Mysliwiec
6f119a7fdd Merge pull request #13381 from nestjs/dependabot/npm_and_yarn/reflect-metadata-0.2.2
chore(deps): bump reflect-metadata from 0.2.1 to 0.2.2
2024-04-12 09:21:26 +02:00
Kamil Mysliwiec
542a3c57e5 Merge pull request #13394 from nestjs/dependabot/npm_and_yarn/grpc/grpc-js-1.10.6
chore(deps-dev): bump @grpc/grpc-js from 1.10.4 to 1.10.6
2024-04-12 09:21:19 +02:00
Kamil Mysliwiec
726557f2e7 Merge pull request #13399 from nestjs/dependabot/npm_and_yarn/fastify/static-7.0.3
chore(deps-dev): bump @fastify/static from 7.0.1 to 7.0.3
2024-04-12 09:21:15 +02:00
Kamil Mysliwiec
45df18053d Merge pull request #13409 from nestjs/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-7.6.0
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.4.0 to 7.6.0
2024-04-12 09:21:06 +02:00
Kamil Mysliwiec
9f99402e62 Merge pull request #13410 from nestjs/dependabot/npm_and_yarn/mongoose-8.3.1
chore(deps-dev): bump mongoose from 8.2.3 to 8.3.1
2024-04-12 09:21:02 +02:00
Kamil Mysliwiec
b80891049c Merge pull request #13412 from nestjs/dependabot/npm_and_yarn/types/node-20.12.7
chore(deps-dev): bump @types/node from 20.11.30 to 20.12.7
2024-04-12 09:20:57 +02:00
Kamil Mysliwiec
8f1ef56ba3 Merge pull request #13413 from nestjs/dependabot/npm_and_yarn/protobufjs-7.2.6
chore(deps-dev): bump protobufjs from 7.2.4 to 7.2.6
2024-04-12 09:20:49 +02:00
Kamil Mysliwiec
54b0dd6463 Merge pull request #13414 from nestjs/dependabot/npm_and_yarn/nats-2.22.0
chore(deps-dev): bump nats from 2.19.0 to 2.22.0
2024-04-12 09:20:44 +02:00
Kamil Mysliwiec
59d7deefb9 Merge pull request #13415 from nestjs/dependabot/npm_and_yarn/sample/32-graphql-federation-schema-first/gateway/tar-6.2.1
chore(deps): bump tar from 6.1.13 to 6.2.1 in /sample/32-graphql-federation-schema-first/gateway
2024-04-12 09:20:35 +02:00
Kamil Mysliwiec
4453abf7f3 Merge pull request #13416 from nestjs/dependabot/npm_and_yarn/sample/32-graphql-federation-schema-first/users-application/tar-6.2.1
chore(deps): bump tar from 6.1.13 to 6.2.1 in /sample/32-graphql-federation-schema-first/users-application
2024-04-12 09:20:29 +02:00
Kamil Mysliwiec
8819712db0 Merge pull request #13417 from nestjs/dependabot/npm_and_yarn/sample/32-graphql-federation-schema-first/posts-application/tar-6.2.1
chore(deps): bump tar from 6.1.13 to 6.2.1 in /sample/32-graphql-federation-schema-first/posts-application
2024-04-12 09:20:25 +02:00
Kamil Mysliwiec
a6114d76bc Merge pull request #13418 from nestjs/dependabot/npm_and_yarn/sample/31-graphql-federation-code-first/users-application/tar-6.2.1
chore(deps): bump tar from 6.1.15 to 6.2.1 in /sample/31-graphql-federation-code-first/users-application
2024-04-12 09:20:19 +02:00
Kamil Mysliwiec
6f47428e89 Merge pull request #13419 from nestjs/dependabot/npm_and_yarn/sample/31-graphql-federation-code-first/gateway/tar-6.2.1
chore(deps): bump tar from 6.1.15 to 6.2.1 in /sample/31-graphql-federation-code-first/gateway
2024-04-12 09:20:12 +02:00
Kamil Mysliwiec
a9fe30acb2 Merge pull request #13420 from nestjs/dependabot/npm_and_yarn/sample/31-graphql-federation-code-first/posts-application/tar-6.2.1
chore(deps): bump tar from 6.1.15 to 6.2.1 in /sample/31-graphql-federation-code-first/posts-application
2024-04-12 09:20:04 +02:00
dependabot[bot]
297e75203e chore(deps): bump tar
Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.15 to 6.2.1.
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-tar/compare/v6.1.15...v6.2.1)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-11 09:35:59 +00:00
dependabot[bot]
0ebfb5c098 chore(deps): bump tar
Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.15 to 6.2.1.
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-tar/compare/v6.1.15...v6.2.1)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-11 09:29:12 +00:00
dependabot[bot]
5e209118b8 chore(deps): bump tar
Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.15 to 6.2.1.
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-tar/compare/v6.1.15...v6.2.1)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-11 09:28:44 +00:00
dependabot[bot]
eede67fd22 chore(deps): bump tar
Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.13 to 6.2.1.
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-tar/compare/v6.1.13...v6.2.1)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-11 06:42:58 +00:00
dependabot[bot]
d07949da01 chore(deps): bump tar
Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.13 to 6.2.1.
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-tar/compare/v6.1.13...v6.2.1)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-11 06:42:57 +00:00
dependabot[bot]
6ca2b55a73 chore(deps): bump tar
Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.13 to 6.2.1.
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-tar/compare/v6.1.13...v6.2.1)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-11 06:42:57 +00:00
dependabot[bot]
d591b92a65 chore(deps-dev): bump nats from 2.19.0 to 2.22.0
Bumps [nats](https://github.com/nats-io/nats.js) from 2.19.0 to 2.22.0.
- [Release notes](https://github.com/nats-io/nats.js/releases)
- [Commits](https://github.com/nats-io/nats.js/compare/v2.19.0...v2.22.0)

---
updated-dependencies:
- dependency-name: nats
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-11 00:58:25 +00:00
dependabot[bot]
6335197e32 chore(deps-dev): bump protobufjs from 7.2.4 to 7.2.6
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 7.2.4 to 7.2.6.
- [Release notes](https://github.com/protobufjs/protobuf.js/releases)
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/protobufjs/protobuf.js/compare/protobufjs-v7.2.4...protobufjs-v7.2.6)

---
updated-dependencies:
- dependency-name: protobufjs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-10 21:48:16 +00:00
dependabot[bot]
8adf987eb8 chore(deps-dev): bump @types/node from 20.11.30 to 20.12.7
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.30 to 20.12.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-10 00:47:48 +00:00
dependabot[bot]
230e54b2c8 chore(deps-dev): bump mongoose from 8.2.3 to 8.3.1
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.2.3 to 8.3.1.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/8.2.3...8.3.1)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-09 00:35:10 +00:00
dependabot[bot]
96c933700d chore(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.4.0 to 7.6.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.6.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-09 00:34:42 +00:00
MegaSpaceHamlet
ef12d355ff refactor(platform-express): modify error arg type
Add the possible `field` property to the `error` arg in
`transformExecption`.
2024-04-08 16:58:33 -04:00
Micael Levi L. Cavalcante
47ca9d9f7c test(core): handle auto flushing in exceptions-zone test suite 2024-04-07 12:53:51 -04:00
Micael Levi L. Cavalcante
bc9755a918 fix(core): auto flush logs on synchronous internal errors 2024-04-07 12:43:23 -04:00
dependabot[bot]
d8d72173ce chore(deps-dev): bump @fastify/static from 7.0.1 to 7.0.3
Bumps [@fastify/static](https://github.com/fastify/fastify-static) from 7.0.1 to 7.0.3.
- [Release notes](https://github.com/fastify/fastify-static/releases)
- [Commits](https://github.com/fastify/fastify-static/compare/v7.0.1...v7.0.3)

---
updated-dependencies:
- dependency-name: "@fastify/static"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-05 00:08:14 +00:00
dependabot[bot]
26b5fd5edf chore(deps-dev): bump @grpc/grpc-js from 1.10.4 to 1.10.6
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.10.4 to 1.10.6.
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/commits)

---
updated-dependencies:
- dependency-name: "@grpc/grpc-js"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-04 00:25:46 +00:00
yjiq150
9dec08e930 refactor(microservices): improve speed of grpc server initialization 2024-04-03 22:47:24 +09:00
Alex
52b2c72124 Improving types 2024-04-03 12:26:16 +05:00
Alex
1ccc7f9d91 Сorrection of Reflector types 2024-04-02 16:01:17 +05:00
dependabot[bot]
a7fff5d92b chore(deps): bump reflect-metadata from 0.2.1 to 0.2.2
Bumps [reflect-metadata](https://github.com/rbuckton/reflect-metadata) from 0.2.1 to 0.2.2.
- [Release notes](https://github.com/rbuckton/reflect-metadata/releases)
- [Changelog](https://github.com/rbuckton/reflect-metadata/blob/main/tsconfig-release.json)
- [Commits](https://github.com/rbuckton/reflect-metadata/commits)

---
updated-dependencies:
- dependency-name: reflect-metadata
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-01 00:48:03 +00:00
codytseng
8c7718e383 perf(ws): optimize message handler lookup 2024-03-31 17:17:06 +08:00
MegaSpaceHamlet
50e1d705c3 feat(platform-express): multer errors show 'field'
Multer errors may include a 'field' property for certain errors. Pass it
along into the error message.
2024-03-30 22:43:51 -04:00
Steven Silvestri
22a9245a1a refactor(microservices): prevent grpc write promise from throwing 2024-03-28 02:08:28 -06:00
Kamil Myśliwiec
8b4dbb3090 chore(@nestjs) publish v10.3.7 release 2024-03-28 08:38:55 +01:00
Kamil Mysliwiec
55967291fc Merge pull request #13370 from nestjs/revert-13056-perf/12914-readable-error-on-undefined-token
Revert "perf(common): Improve error handling for undefined tokens"
2024-03-28 08:33:58 +01:00
Kamil Mysliwiec
8a4166a360 Revert "perf(common): Improve error handling for undefined tokens" 2024-03-28 08:29:56 +01:00
Kamil Myśliwiec
1f2fae7065 chore(@nestjs) publish v10.3.6 release 2024-03-27 08:56:19 +01:00
Kamil Mysliwiec
50385decc1 Merge pull request #13362 from nestjs/dependabot/npm_and_yarn/grpc/proto-loader-0.7.11
chore(deps-dev): bump @grpc/proto-loader from 0.7.10 to 0.7.11
2024-03-27 08:35:25 +01:00
Kamil Mysliwiec
872ab4075c Merge pull request #13367 from nestjs/revert-13328-fix/redundant-emit-code
Revert "fix(microservices): fix redundant code to emit error"
2024-03-27 08:34:52 +01:00
Kamil Mysliwiec
f416f5af79 Revert "fix(microservices): fix redundant code to emit error" 2024-03-27 08:34:38 +01:00
Kamil Mysliwiec
f29f932b2b Merge pull request #13366 from breeeew/fix-request-scope-leak
fix(core): break reference chain to instance object
2024-03-27 08:33:16 +01:00
dependabot[bot]
274011df32 chore(deps-dev): bump @grpc/proto-loader from 0.7.10 to 0.7.11
Bumps [@grpc/proto-loader](https://github.com/grpc/grpc-node) from 0.7.10 to 0.7.11.
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/proto-loader@0.7.10...@grpc/proto-loader@0.7.11)

---
updated-dependencies:
- dependency-name: "@grpc/proto-loader"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-27 07:31:31 +00:00
Kamil Mysliwiec
ccbbe06c5e Merge pull request #13358 from nestjs/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-7.4.0
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.3.1 to 7.4.0
2024-03-27 08:29:49 +01:00
Kamil Mysliwiec
17578401b6 Merge pull request #13361 from nestjs/dependabot/npm_and_yarn/mocha-10.4.0
chore(deps-dev): bump mocha from 10.3.0 to 10.4.0
2024-03-27 08:29:44 +01:00
Kamil Mysliwiec
e133595be4 Merge pull request #13363 from nestjs/dependabot/npm_and_yarn/grpc/grpc-js-1.10.4
chore(deps-dev): bump @grpc/grpc-js from 1.10.3 to 1.10.4
2024-03-27 08:29:33 +01:00
Kamil Mysliwiec
743c4b6f2a Merge pull request #13364 from nestjs/dependabot/npm_and_yarn/mysql2-3.9.3
chore(deps-dev): bump mysql2 from 3.9.2 to 3.9.3
2024-03-27 08:28:49 +01:00
breeeew
6a7f74f0c7 fix(core): break reference chain to instance object
Reference caused in getContextFactory, and it stored in handlerMetadataStorage in Map, that never be purged
2024-03-27 07:51:21 +03:00
dependabot[bot]
4510f6dd0e chore(deps-dev): bump mysql2 from 3.9.2 to 3.9.3
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.9.2 to 3.9.3.
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](https://github.com/sidorares/node-mysql2/compare/v3.9.2...v3.9.3)

---
updated-dependencies:
- dependency-name: mysql2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-27 00:24:10 +00:00
dependabot[bot]
b3f0b65865 chore(deps-dev): bump @grpc/grpc-js from 1.10.3 to 1.10.4
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.10.3 to 1.10.4.
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.10.3...@grpc/grpc-js@1.10.4)

---
updated-dependencies:
- dependency-name: "@grpc/grpc-js"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-27 00:23:36 +00:00
dependabot[bot]
0782837780 chore(deps-dev): bump mocha from 10.3.0 to 10.4.0
Bumps [mocha](https://github.com/mochajs/mocha) from 10.3.0 to 10.4.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v10.3.0...v10.4.0)

---
updated-dependencies:
- dependency-name: mocha
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-27 00:22:34 +00:00
dependabot[bot]
334b27bc39 chore(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.3.1 to 7.4.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.4.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-26 08:22:47 +00:00
Kamil Mysliwiec
ddc1265735 Merge pull request #13355 from nestjs/dependabot/npm_and_yarn/apollo/server-4.10.2
chore(deps-dev): bump @apollo/server from 4.10.1 to 4.10.2
2024-03-26 09:20:59 +01:00
Kamil Mysliwiec
560e350bed Merge pull request #13359 from nestjs/dependabot/npm_and_yarn/typescript-eslint/parser-7.4.0
chore(deps-dev): bump @typescript-eslint/parser from 7.3.1 to 7.4.0
2024-03-26 09:20:51 +01:00
Kamil Mysliwiec
b3a75103f1 Merge pull request #13357 from nestjs/dependabot/npm_and_yarn/express-4.19.2
chore(deps): bump express from 4.19.1 to 4.19.2
2024-03-26 09:20:40 +01:00
dependabot[bot]
70dea80b9c chore(deps-dev): bump @typescript-eslint/parser from 7.3.1 to 7.4.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.3.1 to 7.4.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.4.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-26 01:01:06 +00:00
dependabot[bot]
8b1a1dde43 chore(deps): bump express from 4.19.1 to 4.19.2
Bumps [express](https://github.com/expressjs/express) from 4.19.1 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.19.1...4.19.2)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-26 00:59:49 +00:00
dependabot[bot]
29574831fe chore(deps-dev): bump @apollo/server from 4.10.1 to 4.10.2
Bumps [@apollo/server](https://github.com/apollographql/apollo-server/tree/HEAD/packages/server) from 4.10.1 to 4.10.2.
- [Release notes](https://github.com/apollographql/apollo-server/releases)
- [Changelog](https://github.com/apollographql/apollo-server/blob/main/packages/server/CHANGELOG.md)
- [Commits](https://github.com/apollographql/apollo-server/commits/@apollo/server@4.10.2/packages/server)

---
updated-dependencies:
- dependency-name: "@apollo/server"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-25 00:51:04 +00:00
Kamil Myśliwiec
1a605dd073 Merge branch 'master' of https://github.com/nestjs/nest 2024-03-22 09:39:38 +01:00
Kamil Myśliwiec
8bf0015dfd chore: update readme 2024-03-22 09:39:30 +01:00
Kamil Mysliwiec
09857ae16f Merge pull request #13343 from nestjs/dependabot/npm_and_yarn/core-js-3.36.1
chore(deps-dev): bump core-js from 3.36.0 to 3.36.1
2024-03-22 09:36:23 +01:00
Kamil Mysliwiec
d5c67790a9 Merge pull request #13344 from nestjs/dependabot/npm_and_yarn/commitlint/cli-19.2.1
chore(deps-dev): bump @commitlint/cli from 19.2.0 to 19.2.1
2024-03-22 09:36:15 +01:00
Kamil Mysliwiec
03bae3973d Merge pull request #13347 from nestjs/dependabot/npm_and_yarn/typescript-5.4.3
chore(deps-dev): bump typescript from 5.4.2 to 5.4.3
2024-03-22 09:31:45 +01:00
Kamil Mysliwiec
5b28de7134 Merge pull request #13345 from nestjs/dependabot/npm_and_yarn/types/node-20.11.30
chore(deps-dev): bump @types/node from 20.11.29 to 20.11.30
2024-03-22 09:31:40 +01:00
Kamil Mysliwiec
ff181305e5 Merge pull request #13348 from nestjs/dependabot/npm_and_yarn/fastify/multipart-8.2.0
chore(deps-dev): bump @fastify/multipart from 8.1.0 to 8.2.0
2024-03-22 09:31:32 +01:00
Kamil Mysliwiec
81a68c8442 Merge pull request #13349 from nestjs/dependabot/npm_and_yarn/express-4.19.1
chore(deps): bump express from 4.18.3 to 4.19.1
2024-03-22 09:31:27 +01:00
Kamil Mysliwiec
42320aeabe Merge pull request #13352 from nestjs/dependabot/npm_and_yarn/mongoose-8.2.3
chore(deps-dev): bump mongoose from 8.2.2 to 8.2.3
2024-03-22 09:31:21 +01:00
Kamil Myśliwiec
28bf1f0b57 chore(@nestjs) publish v10.3.5 release 2024-03-22 09:30:39 +01:00
Kamil Myśliwiec
6d5a0db06f Merge branch 'rbnayax-#13350' 2024-03-22 09:29:27 +01:00
Kamil Myśliwiec
34434cdae4 style: update formatting 2024-03-22 09:29:15 +01:00
dependabot[bot]
198708282d chore(deps-dev): bump mongoose from 8.2.2 to 8.2.3
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.2.2 to 8.2.3.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/8.2.2...8.2.3)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-22 00:07:07 +00:00
Regev Brody
295ca150f7 fix: Validation fails in RPC context for MqttContext #13350 2024-03-21 23:09:59 +02:00
Regev Brody
ca176ac7fa fix: Validation fails in RPC context for MqttContext #13350 2024-03-21 23:05:45 +02:00
Kamil Mysliwiec
df37ea15e7 Merge pull request #13346 from tomaszwysocki/fix-broken-link
fix: update broken link in SetMetadata decorator documentation
2024-03-21 08:45:20 +01:00
dependabot[bot]
550916c854 chore(deps): bump express from 4.18.3 to 4.19.1
Bumps [express](https://github.com/expressjs/express) from 4.18.3 to 4.19.1.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.3...4.19.1)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-21 00:16:46 +00:00
dependabot[bot]
17992cb520 chore(deps-dev): bump @fastify/multipart from 8.1.0 to 8.2.0
Bumps [@fastify/multipart](https://github.com/fastify/fastify-multipart) from 8.1.0 to 8.2.0.
- [Release notes](https://github.com/fastify/fastify-multipart/releases)
- [Commits](https://github.com/fastify/fastify-multipart/compare/v8.1.0...v8.2.0)

---
updated-dependencies:
- dependency-name: "@fastify/multipart"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-21 00:16:00 +00:00
dependabot[bot]
86953ef289 chore(deps-dev): bump typescript from 5.4.2 to 5.4.3
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.2 to 5.4.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.2...v5.4.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-21 00:15:27 +00:00
Tomasz Wysocki
7708df425b fix: update broken link in SetMetadata decorator documentation 2024-03-20 17:39:34 +01:00
dependabot[bot]
d0645d5038 chore(deps-dev): bump @types/node from 20.11.29 to 20.11.30
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.29 to 20.11.30.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-20 00:47:11 +00:00
dependabot[bot]
0148ec438d chore(deps-dev): bump @commitlint/cli from 19.2.0 to 19.2.1
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 19.2.0 to 19.2.1.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.2.1/@commitlint/cli)

---
updated-dependencies:
- dependency-name: "@commitlint/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-20 00:46:09 +00:00
dependabot[bot]
54cf3c4984 chore(deps-dev): bump core-js from 3.36.0 to 3.36.1
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.36.0 to 3.36.1.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.36.1/packages/core-js)

---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-20 00:45:26 +00:00
Kamil Myśliwiec
b3f85e9c04 test: update module compiler test 2024-03-19 10:52:31 +01:00
Kamil Myśliwiec
c4a905b996 chore: update comment to suggest switching to a different algorithm 2024-03-19 09:37:58 +01:00
Kamil Myśliwiec
094c35cf79 refactor: update types to better reflect dynamic metadata shape 2024-03-19 09:35:43 +01:00
Kamil Mysliwiec
30110d49e0 Update packages/core/injector/compiler.ts
Co-authored-by: Vinicius Lourenço <12551007+H4ad@users.noreply.github.com>
2024-03-19 09:33:04 +01:00
Kamil Mysliwiec
caf17246ca Merge pull request #13339 from nestjs/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-7.3.1
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.2.0 to 7.3.1
2024-03-19 09:22:28 +01:00
dependabot[bot]
d6e9b29fd1 chore(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.2.0 to 7.3.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.3.1/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-19 08:06:22 +00:00
Kamil Mysliwiec
a49763fc49 Merge pull request #13338 from nestjs/dependabot/npm_and_yarn/artillery-2.0.8
chore(deps-dev): bump artillery from 2.0.7 to 2.0.8
2024-03-19 09:05:08 +01:00
Kamil Mysliwiec
8794a5d52e Merge pull request #13340 from nestjs/dependabot/npm_and_yarn/typescript-eslint/parser-7.3.1
chore(deps-dev): bump @typescript-eslint/parser from 7.2.0 to 7.3.1
2024-03-19 09:05:01 +01:00
Kamil Mysliwiec
f1b709aa9f Merge pull request #13341 from nestjs/dependabot/npm_and_yarn/types/node-20.11.29
chore(deps-dev): bump @types/node from 20.11.28 to 20.11.29
2024-03-19 09:04:57 +01:00
Kamil Mysliwiec
971df809e9 Merge pull request #12936 from nestjs/renovate/ts-node-10.x
chore(deps): update dependency ts-node to v10.9.2
2024-03-19 09:04:37 +01:00
Kamil Mysliwiec
f6a8226334 Merge pull request #13342 from nestjs/dependabot/npm_and_yarn/mqtt-5.5.0
chore(deps-dev): bump mqtt from 5.4.0 to 5.5.0
2024-03-19 09:04:23 +01:00
dependabot[bot]
b14f2637f9 chore(deps-dev): bump mqtt from 5.4.0 to 5.5.0
Bumps [mqtt](https://github.com/mqttjs/MQTT.js) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/mqttjs/MQTT.js/releases)
- [Changelog](https://github.com/mqttjs/MQTT.js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mqttjs/MQTT.js/compare/v5.4.0...v5.5.0)

---
updated-dependencies:
- dependency-name: mqtt
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-19 00:51:29 +00:00
dependabot[bot]
39ffdb334b chore(deps-dev): bump @types/node from 20.11.28 to 20.11.29
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.28 to 20.11.29.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-19 00:51:11 +00:00
dependabot[bot]
67928aee4a chore(deps-dev): bump @typescript-eslint/parser from 7.2.0 to 7.3.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.2.0 to 7.3.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.3.1/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-19 00:50:50 +00:00
dependabot[bot]
89041b771b chore(deps-dev): bump artillery from 2.0.7 to 2.0.8
Bumps [artillery](https://github.com/artilleryio/artillery) from 2.0.7 to 2.0.8.
- [Release notes](https://github.com/artilleryio/artillery/releases)
- [Commits](https://github.com/artilleryio/artillery/compare/artillery-2.0.7...artillery-2.0.8)

---
updated-dependencies:
- dependency-name: artillery
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-19 00:49:25 +00:00
renovate[bot]
d49dd73137 chore(deps): update dependency ts-node to v10.9.2 2024-03-18 12:00:04 +00:00
Kamil Mysliwiec
cb582d738c Update Readme.md 2024-03-18 12:53:03 +01:00
Kamil Myśliwiec
c13c6b1ded chore: update package.json and readme 2024-03-18 12:50:25 +01:00
Kamil Myśliwiec
2d6583a3db chore(@nestjs) publish v10.3.4 release 2024-03-18 12:48:09 +01:00
Kamil Mysliwiec
40800d3f56 Merge pull request #13337 from nestjs/fix/global-prefix-midleware-issue
fix(core): middleware is not executed for root route when global prefix is set
2024-03-18 12:42:51 +01:00
Kamil Myśliwiec
3321f6ca20 fix(core): middleware is not executed for root route with prefix 2024-03-18 11:35:49 +01:00
Kamil Myśliwiec
7d8822cb5b Merge branch 'fix-global-prefix-middleware' of https://github.com/CodyTseng/nest into CodyTseng-fix-global-prefix-middleware 2024-03-18 10:23:10 +01:00
Kamil Myśliwiec
9dda2cd00e Merge branch 'alucebur-fix-middleware-global-prefix-exclude' 2024-03-18 10:22:08 +01:00
Kamil Myśliwiec
6752144a86 chore: resolve conflicts 2024-03-18 10:21:44 +01:00
Kamil Mysliwiec
d5e2879b45 Merge pull request #12899 from jtimmons/feat/grpc-reflection
feat(microservices): add support for grpc reflection api
2024-03-18 10:16:57 +01:00
Kamil Myśliwiec
fb72a8ec9f feat(core): introduce different module opaque key factories 2024-03-18 10:12:56 +01:00
Kamil Mysliwiec
7fe7b59007 Merge pull request #13225 from tolgap/issue-13224
feat(core,common): Add `@RawBody()` decorator
2024-03-18 09:52:52 +01:00
Kamil Mysliwiec
00a35a73ff Merge pull request #13133 from nestjs/renovate/webpack-5.x
chore(deps): update dependency webpack to v5.90.3
2024-03-18 09:43:31 +01:00
Kamil Mysliwiec
4c75f0e8bb Merge pull request #13335 from nestjs/dependabot/npm_and_yarn/sample/33-graphql-mercurius/undici-and-mercurius-5.28.3
chore(deps): bump undici and mercurius in /sample/33-graphql-mercurius
2024-03-18 09:42:39 +01:00
Kamil Mysliwiec
e2a0203781 Merge pull request #13331 from nestjs/dependabot/npm_and_yarn/grpc/grpc-js-1.10.3
chore(deps-dev): bump @grpc/grpc-js from 1.10.2 to 1.10.3
2024-03-18 09:41:54 +01:00
Kamil Mysliwiec
d0f81e1fb3 Merge pull request #13332 from nestjs/dependabot/npm_and_yarn/types/node-20.11.28
chore(deps-dev): bump @types/node from 20.11.27 to 20.11.28
2024-03-18 09:41:48 +01:00
Kamil Mysliwiec
96062f71c1 Merge pull request #13333 from nestjs/dependabot/npm_and_yarn/mongoose-8.2.2
chore(deps-dev): bump mongoose from 8.2.1 to 8.2.2
2024-03-18 09:41:44 +01:00
dependabot[bot]
2d4e33679b chore(deps): bump undici and mercurius in /sample/33-graphql-mercurius
Bumps [undici](https://github.com/nodejs/undici) to 5.28.3 and updates ancestor dependency [mercurius](https://github.com/mercurius-js/mercurius). These dependencies need to be updated together.


Updates `undici` from 5.28.1 to 5.28.3
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.28.1...v5.28.3)

Updates `mercurius` from 13.3.3 to 13.4.0
- [Release notes](https://github.com/mercurius-js/mercurius/releases)
- [Commits](https://github.com/mercurius-js/mercurius/compare/v13.3.3...v13.4.0)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
- dependency-name: mercurius
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-18 08:41:08 +00:00
Kamil Mysliwiec
20b4ef5976 Merge pull request #13334 from nestjs/dependabot/npm_and_yarn/commitlint/cli-19.2.0
chore(deps-dev): bump @commitlint/cli from 19.1.0 to 19.2.0
2024-03-18 09:40:09 +01:00
dependabot[bot]
002355b231 chore(deps-dev): bump @commitlint/cli from 19.1.0 to 19.2.0
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 19.1.0 to 19.2.0.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.2.0/@commitlint/cli)

---
updated-dependencies:
- dependency-name: "@commitlint/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-18 00:48:28 +00:00
dependabot[bot]
ac084e3d9f chore(deps-dev): bump mongoose from 8.2.1 to 8.2.2
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.2.1 to 8.2.2.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/8.2.1...8.2.2)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-18 00:47:51 +00:00
dependabot[bot]
2c7818aa8b chore(deps-dev): bump @types/node from 20.11.27 to 20.11.28
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.27 to 20.11.28.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-18 00:47:16 +00:00
dependabot[bot]
b5f62bca02 chore(deps-dev): bump @grpc/grpc-js from 1.10.2 to 1.10.3
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.10.2 to 1.10.3.
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.10.2...@grpc/grpc-js@1.10.3)

---
updated-dependencies:
- dependency-name: "@grpc/grpc-js"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-18 00:46:40 +00:00
renovate[bot]
ee58b3f59f chore(deps): update dependency webpack to v5.90.3 2024-03-17 18:41:19 +00:00
Kamil Mysliwiec
dad9ba3bc9 Merge pull request #13283 from youngkiu/fix/unnecessary-call
fix(microservice) Delete unnecessary call of grpcClient.start
2024-03-17 19:18:52 +01:00
Kamil Mysliwiec
07fb4d58d1 Merge pull request #13285 from sorooshme/fix-microservice-rmq-noassert-flag
fix(microservices): fix rabbitmq no-assert not being applied correctly
2024-03-17 19:17:40 +01:00
Kamil Mysliwiec
57bae20d04 Merge pull request #13317 from hokaccha/fix-console-logger-is-stack
fix(common): fix stacktrace regex
2024-03-17 19:16:44 +01:00
Kamil Mysliwiec
1bf2dc4e43 Merge pull request #13328 from youngkiu/fix/redundant-emit-code
fix(microservices): fix redundant code to emit error
2024-03-17 19:13:25 +01:00
Kamil Mysliwiec
2ec602eefa Merge pull request #13314 from nestjs/dependabot/npm_and_yarn/commitlint/config-angular-19.1.0
chore(deps-dev): bump @commitlint/config-angular from 19.0.3 to 19.1.0
2024-03-17 19:09:23 +01:00
Kamil Mysliwiec
4ba15eaa17 Merge pull request #13320 from nestjs/dependabot/npm_and_yarn/mqtt-5.4.0
chore(deps-dev): bump mqtt from 5.3.6 to 5.4.0
2024-03-17 19:09:15 +01:00
Kamil Mysliwiec
1dc6c1077a Merge pull request #13321 from nestjs/dependabot/npm_and_yarn/types/node-20.11.27
chore(deps-dev): bump @types/node from 20.11.26 to 20.11.27
2024-03-17 19:09:11 +01:00
Kamil Mysliwiec
bc7f93041b Merge pull request #13323 from nestjs/dependabot/npm_and_yarn/socket.io-client-4.7.5
chore(deps-dev): bump socket.io-client from 4.7.4 to 4.7.5
2024-03-17 19:09:06 +01:00
Kamil Mysliwiec
4d884fdfa5 Merge pull request #13324 from nestjs/dependabot/npm_and_yarn/socket.io-4.7.5
chore(deps): bump socket.io from 4.7.4 to 4.7.5
2024-03-17 19:09:02 +01:00
Kamil Mysliwiec
6926253213 Merge pull request #13329 from nestjs/dependabot/npm_and_yarn/follow-redirects-1.15.6
chore(deps-dev): bump follow-redirects from 1.15.4 to 1.15.6
2024-03-17 19:08:58 +01:00
Kamil Mysliwiec
fdcbdaa728 Merge pull request #13330 from le-harivansh/patch-1
doc: fix typos
2024-03-17 19:08:41 +01:00
le-harivansh
60cbbe667c doc: fix typos 2024-03-17 12:04:43 +02:00
dependabot[bot]
2a18c2941e chore(deps-dev): bump follow-redirects from 1.15.4 to 1.15.6
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.4...v1.15.6)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-16 23:07:18 +00:00
YoungKi Lyu
44bd97e6cf fix(microservices): fix redundant emit error code 2024-03-16 17:22:19 +09:00
dependabot[bot]
012f7124a6 chore(deps): bump socket.io from 4.7.4 to 4.7.5
Bumps [socket.io](https://github.com/socketio/socket.io) from 4.7.4 to 4.7.5.
- [Release notes](https://github.com/socketio/socket.io/releases)
- [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io/compare/4.7.4...4.7.5)

---
updated-dependencies:
- dependency-name: socket.io
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-15 00:17:06 +00:00
dependabot[bot]
a7f7317a91 chore(deps-dev): bump socket.io-client from 4.7.4 to 4.7.5
Bumps [socket.io-client](https://github.com/socketio/socket.io-client) from 4.7.4 to 4.7.5.
- [Release notes](https://github.com/socketio/socket.io-client/releases)
- [Changelog](https://github.com/socketio/socket.io-client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io-client/compare/4.7.4...4.7.5)

---
updated-dependencies:
- dependency-name: socket.io-client
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-15 00:15:50 +00:00
dependabot[bot]
81cae78513 chore(deps-dev): bump @types/node from 20.11.26 to 20.11.27
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.26 to 20.11.27.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-14 00:46:52 +00:00
dependabot[bot]
928449ed5a chore(deps-dev): bump mqtt from 5.3.6 to 5.4.0
Bumps [mqtt](https://github.com/mqttjs/MQTT.js) from 5.3.6 to 5.4.0.
- [Release notes](https://github.com/mqttjs/MQTT.js/releases)
- [Changelog](https://github.com/mqttjs/MQTT.js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mqttjs/MQTT.js/compare/v5.3.6...v5.4.0)

---
updated-dependencies:
- dependency-name: mqtt
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-14 00:46:34 +00:00
Kazuhito Hokamura
ca0e3851c3 fix(common): fix stacktrace regex 2024-03-13 23:02:28 +09:00
dependabot[bot]
4107e850e4 chore(deps-dev): bump @commitlint/config-angular from 19.0.3 to 19.1.0
Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular) from 19.0.3 to 19.1.0.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-angular/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.1.0/@commitlint/config-angular)

---
updated-dependencies:
- dependency-name: "@commitlint/config-angular"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-13 08:40:22 +00:00
Kamil Mysliwiec
e331fb0d99 Merge pull request #13315 from nestjs/dependabot/npm_and_yarn/fast-json-stringify-5.13.0
chore(deps): bump fast-json-stringify from 5.12.0 to 5.13.0
2024-03-13 09:39:47 +01:00
Kamil Mysliwiec
2a5aafc062 Merge pull request #13307 from nestjs/dependabot/npm_and_yarn/typescript-eslint/parser-7.2.0
chore(deps-dev): bump @typescript-eslint/parser from 7.1.1 to 7.2.0
2024-03-13 09:39:39 +01:00
Kamil Mysliwiec
a1f7858f27 Merge pull request #13316 from nestjs/dependabot/npm_and_yarn/commitlint/cli-19.1.0
chore(deps-dev): bump @commitlint/cli from 19.0.3 to 19.1.0
2024-03-13 09:39:29 +01:00
dependabot[bot]
a5b0338148 chore(deps-dev): bump @commitlint/cli from 19.0.3 to 19.1.0
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 19.0.3 to 19.1.0.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.1.0/@commitlint/cli)

---
updated-dependencies:
- dependency-name: "@commitlint/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-13 00:17:58 +00:00
dependabot[bot]
77eee3f6cb chore(deps): bump fast-json-stringify from 5.12.0 to 5.13.0
Bumps [fast-json-stringify](https://github.com/fastify/fast-json-stringify) from 5.12.0 to 5.13.0.
- [Release notes](https://github.com/fastify/fast-json-stringify/releases)
- [Commits](https://github.com/fastify/fast-json-stringify/compare/v5.12.0...v5.13.0)

---
updated-dependencies:
- dependency-name: fast-json-stringify
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-13 00:16:53 +00:00
dependabot[bot]
5942fb6bc7 chore(deps-dev): bump @typescript-eslint/parser from 7.1.1 to 7.2.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.1.1 to 7.2.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.2.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-12 07:57:58 +00:00
Kamil Mysliwiec
151c385abe Merge pull request #13305 from nestjs/dependabot/npm_and_yarn/ts-morph-22.0.0
chore(deps-dev): bump ts-morph from 21.0.1 to 22.0.0
2024-03-12 08:57:19 +01:00
Kamil Mysliwiec
2999c64bf2 Merge pull request #13306 from nestjs/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-7.2.0
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.1.1 to 7.2.0
2024-03-12 08:56:58 +01:00
Kamil Mysliwiec
69b6b70a7c Merge pull request #13308 from nestjs/dependabot/npm_and_yarn/types/node-20.11.26
chore(deps-dev): bump @types/node from 20.11.25 to 20.11.26
2024-03-12 08:56:48 +01:00
Kamil Mysliwiec
9c75b60c2d Merge pull request #13309 from nestjs/dependabot/npm_and_yarn/grpc/grpc-js-1.10.2
chore(deps-dev): bump @grpc/grpc-js from 1.10.1 to 1.10.2
2024-03-12 08:56:34 +01:00
cain
0f00a347a6 test: test for emit-batch 2024-03-12 14:58:19 +09:00
dependabot[bot]
719df7a841 chore(deps-dev): bump @grpc/grpc-js from 1.10.1 to 1.10.2
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.10.1 to 1.10.2.
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.10.1...@grpc/grpc-js@1.10.2)

---
updated-dependencies:
- dependency-name: "@grpc/grpc-js"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-12 00:46:58 +00:00
dependabot[bot]
862333d3f8 chore(deps-dev): bump @types/node from 20.11.25 to 20.11.26
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.25 to 20.11.26.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-12 00:46:28 +00:00
dependabot[bot]
3deeb2814c chore(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.1.1 to 7.2.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.2.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-12 00:45:37 +00:00
dependabot[bot]
fd31afc51b chore(deps-dev): bump ts-morph from 21.0.1 to 22.0.0
Bumps [ts-morph](https://github.com/dsherret/ts-morph) from 21.0.1 to 22.0.0.
- [Release notes](https://github.com/dsherret/ts-morph/releases)
- [Commits](https://github.com/dsherret/ts-morph/compare/21.0.1...22.0.0)

---
updated-dependencies:
- dependency-name: ts-morph
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-11 01:05:44 +00:00
Kamil Mysliwiec
72479ef204 Merge pull request #13291 from nestjs/dependabot/npm_and_yarn/typescript-eslint/parser-7.1.1
chore(deps-dev): bump @typescript-eslint/parser from 7.1.0 to 7.1.1
2024-03-08 08:13:01 +01:00
Kamil Mysliwiec
5a0022dda8 Merge pull request #13299 from nestjs/dependabot/npm_and_yarn/types/node-20.11.25
chore(deps-dev): bump @types/node from 20.11.24 to 20.11.25
2024-03-08 08:12:57 +01:00
Kamil Mysliwiec
20dc41b507 Merge pull request #13300 from nestjs/dependabot/npm_and_yarn/typescript-5.4.2
chore(deps-dev): bump typescript from 5.3.3 to 5.4.2
2024-03-08 08:12:42 +01:00
Kamil Mysliwiec
9b9ed01e3b Merge pull request #13303 from nestjs/dependabot/npm_and_yarn/light-my-request-5.12.0
chore(deps): bump light-my-request from 5.11.1 to 5.12.0
2024-03-08 08:12:33 +01:00
dependabot[bot]
3d13cb2fe7 chore(deps): bump light-my-request from 5.11.1 to 5.12.0
Bumps [light-my-request](https://github.com/fastify/light-my-request) from 5.11.1 to 5.12.0.
- [Release notes](https://github.com/fastify/light-my-request/releases)
- [Commits](https://github.com/fastify/light-my-request/compare/v5.11.1...v5.12.0)

---
updated-dependencies:
- dependency-name: light-my-request
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-08 00:17:55 +00:00
dependabot[bot]
9b87d0f02e chore(deps-dev): bump typescript from 5.3.3 to 5.4.2
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.3.3 to 5.4.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.3.3...v5.4.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-07 00:17:28 +00:00
dependabot[bot]
4ee7223b67 chore(deps-dev): bump @types/node from 20.11.24 to 20.11.25
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.24 to 20.11.25.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-07 00:16:22 +00:00
dependabot[bot]
bd4f294427 chore(deps-dev): bump @typescript-eslint/parser from 7.1.0 to 7.1.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.1.0 to 7.1.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.1/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-06 08:37:14 +00:00
Kamil Mysliwiec
17f6ce8ef2 Merge pull request #13279 from nestjs/dependabot/npm_and_yarn/express-4.18.3
chore(deps): bump express from 4.18.2 to 4.18.3
2024-03-06 09:34:58 +01:00
Kamil Mysliwiec
40e44d6cf1 Merge pull request #13280 from nestjs/dependabot/npm_and_yarn/types/node-20.11.24
chore(deps-dev): bump @types/node from 20.11.22 to 20.11.24
2024-03-06 09:34:52 +01:00
Kamil Mysliwiec
8fdb1fd170 Merge pull request #13281 from nestjs/dependabot/npm_and_yarn/cli-color-2.0.4
chore(deps): bump cli-color from 2.0.3 to 2.0.4
2024-03-06 09:34:45 +01:00
Kamil Mysliwiec
2e9af531cc Merge pull request #13287 from nestjs/dependabot/npm_and_yarn/fastify-4.26.2
chore(deps): bump fastify from 4.26.1 to 4.26.2
2024-03-06 09:34:19 +01:00
Kamil Mysliwiec
d42fac975a Merge pull request #13289 from nestjs/dependabot/npm_and_yarn/artillery-2.0.7
chore(deps-dev): bump artillery from 2.0.6 to 2.0.7
2024-03-06 09:33:56 +01:00
Kamil Mysliwiec
6ec817b9a9 Merge pull request #13290 from nestjs/dependabot/npm_and_yarn/mongoose-8.2.1
chore(deps-dev): bump mongoose from 8.2.0 to 8.2.1
2024-03-06 09:33:38 +01:00
Kamil Mysliwiec
f69c8e5a3e Merge pull request #13292 from nestjs/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-7.1.1
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.1.0 to 7.1.1
2024-03-06 09:33:20 +01:00
Kamil Mysliwiec
bb0302b85e Merge pull request #13296 from nestjs/dependabot/npm_and_yarn/apollo/server-4.10.1
chore(deps-dev): bump @apollo/server from 4.10.0 to 4.10.1
2024-03-06 09:33:12 +01:00
codytseng
8769a9d6b9 Merge branch 'master' into fix-global-prefix-middleware 2024-03-06 14:42:10 +08:00
dependabot[bot]
66d892a6ef chore(deps-dev): bump @apollo/server from 4.10.0 to 4.10.1
Bumps [@apollo/server](https://github.com/apollographql/apollo-server/tree/HEAD/packages/server) from 4.10.0 to 4.10.1.
- [Release notes](https://github.com/apollographql/apollo-server/releases)
- [Changelog](https://github.com/apollographql/apollo-server/blob/main/packages/server/CHANGELOG.md)
- [Commits](https://github.com/apollographql/apollo-server/commits/@apollo/server@4.10.1/packages/server)

---
updated-dependencies:
- dependency-name: "@apollo/server"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-06 00:54:15 +00:00
YoungKi Lyu
7cd003c68d test(microservices): Tests are also deleted 2024-03-05 21:16:17 +09:00
dependabot[bot]
918ad07dbf chore(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.1.0 to 7.1.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.1/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-05 00:05:39 +00:00
dependabot[bot]
899cccf4c3 chore(deps-dev): bump mongoose from 8.2.0 to 8.2.1
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.2.0 to 8.2.1.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/8.2.0...8.2.1)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-05 00:04:21 +00:00
dependabot[bot]
34059198d4 chore(deps-dev): bump artillery from 2.0.6 to 2.0.7
Bumps [artillery](https://github.com/artilleryio/artillery) from 2.0.6 to 2.0.7.
- [Release notes](https://github.com/artilleryio/artillery/releases)
- [Commits](https://github.com/artilleryio/artillery/compare/artillery-2.0.6...artillery-2.0.7)

---
updated-dependencies:
- dependency-name: artillery
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-05 00:03:43 +00:00
dependabot[bot]
412e19ef7e chore(deps): bump fastify from 4.26.1 to 4.26.2
Bumps [fastify](https://github.com/fastify/fastify) from 4.26.1 to 4.26.2.
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](https://github.com/fastify/fastify/compare/v4.26.1...v4.26.2)

---
updated-dependencies:
- dependency-name: fastify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-04 00:05:27 +00:00
Soroosh Merajian
ed6d91b746 fix(microservices): fix rabbitmq no-assert not being applied correctly 2024-03-02 23:24:55 +01:00
Justin Timmons
f0baed7370 feat(microservices): add grpc pkg-load hook to support server extensions 2024-02-29 22:37:08 -05:00
YoungKi Lyu
4eff063c00 Delete unnecessary call of grpc 2024-03-01 12:35:48 +09:00
Justin Timmons
e1ba288590 Revert "feat(microservices): add support for grpc reflection api"
This reverts commit d513667b9a61bf40c37dd08891571c3930920302.
2024-02-29 22:34:53 -05:00
Justin Timmons
d2ce8566ce feat(microservices): add support for grpc reflection api 2024-02-29 22:34:26 -05:00
dependabot[bot]
82fc23d519 chore(deps): bump cli-color from 2.0.3 to 2.0.4
Bumps [cli-color](https://github.com/medikoo/cli-color) from 2.0.3 to 2.0.4.
- [Release notes](https://github.com/medikoo/cli-color/releases)
- [Changelog](https://github.com/medikoo/cli-color/blob/main/CHANGELOG.md)
- [Commits](https://github.com/medikoo/cli-color/compare/v2.0.3...v2.0.4)

---
updated-dependencies:
- dependency-name: cli-color
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-01 00:36:08 +00:00
dependabot[bot]
f17dfe507d chore(deps-dev): bump @types/node from 20.11.22 to 20.11.24
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.22 to 20.11.24.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-01 00:35:25 +00:00
dependabot[bot]
2c905d08a3 chore(deps): bump express from 4.18.2 to 4.18.3
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.18.3.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.18.3)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-01 00:34:33 +00:00
Kamil Mysliwiec
7f00840c07 Merge pull request #13276 from apeltop/change-jsdoc
chore(common, core, microservices): Change mismatched JSDoc
2024-02-29 08:15:57 +01:00
Kamil Mysliwiec
d88385a92b Merge pull request #13263 from nestjs/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-7.1.0
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.0.2 to 7.1.0
2024-02-29 08:15:38 +01:00
Kamil Mysliwiec
dfe5ba6261 Merge pull request #13274 from nestjs/dependabot/npm_and_yarn/commitlint/cli-19.0.3
chore(deps-dev): bump @commitlint/cli from 18.6.1 to 19.0.3
2024-02-29 08:15:32 +01:00
Kamil Mysliwiec
02fd317508 Merge pull request #13269 from nestjs/dependabot/npm_and_yarn/types/amqplib-0.10.5
chore(deps-dev): bump @types/amqplib from 0.10.4 to 0.10.5
2024-02-29 08:14:33 +01:00
dependabot[bot]
038e0e1ae1 chore(deps-dev): bump @commitlint/cli from 18.6.1 to 19.0.3
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 18.6.1 to 19.0.3.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.0.3/@commitlint/cli)

---
updated-dependencies:
- dependency-name: "@commitlint/cli"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-29 07:14:32 +00:00
Kamil Mysliwiec
48d3f7df3b Merge pull request #13273 from nestjs/dependabot/npm_and_yarn/types/node-20.11.22
chore(deps-dev): bump @types/node from 20.11.20 to 20.11.22
2024-02-29 08:14:15 +01:00
Kamil Mysliwiec
f435d9f39a Merge pull request #13275 from nestjs/dependabot/npm_and_yarn/commitlint/config-angular-19.0.3
chore(deps-dev): bump @commitlint/config-angular from 18.6.1 to 19.0.3
2024-02-29 08:13:25 +01:00
apeltop
5954841c8d chore(common, core, microservices): Change mismatched JSDoc 2024-02-29 10:40:51 +09:00
dependabot[bot]
2d0c563ac5 chore(deps-dev): bump @commitlint/config-angular from 18.6.1 to 19.0.3
Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular) from 18.6.1 to 19.0.3.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-angular/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.0.3/@commitlint/config-angular)

---
updated-dependencies:
- dependency-name: "@commitlint/config-angular"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-29 00:29:22 +00:00
dependabot[bot]
67b3140765 chore(deps-dev): bump @types/node from 20.11.20 to 20.11.22
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.20 to 20.11.22.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-29 00:28:05 +00:00
dependabot[bot]
7fe650b90f chore(deps-dev): bump @types/amqplib from 0.10.4 to 0.10.5
Bumps [@types/amqplib](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/amqplib) from 0.10.4 to 0.10.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/amqplib)

---
updated-dependencies:
- dependency-name: "@types/amqplib"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-28 00:45:15 +00:00
dependabot[bot]
b91157049a chore(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.0.2 to 7.1.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-27 07:33:22 +00:00
Kamil Mysliwiec
a0dff7b727 Merge pull request #13257 from nestjs/dependabot/npm_and_yarn/light-my-request-5.11.1
chore(deps): bump light-my-request from 5.11.0 to 5.11.1
2024-02-27 08:32:29 +01:00
Kamil Mysliwiec
5377fa82b4 Merge pull request #13258 from nestjs/dependabot/npm_and_yarn/eslint-8.57.0
chore(deps-dev): bump eslint from 8.56.0 to 8.57.0
2024-02-27 08:32:24 +01:00
Kamil Mysliwiec
f3e19d49a4 Merge pull request #13259 from nestjs/dependabot/npm_and_yarn/graphql-tools-9.0.1
chore(deps-dev): bump graphql-tools from 9.0.0 to 9.0.1
2024-02-27 08:32:21 +01:00
Kamil Mysliwiec
7fa81fe80c Merge pull request #13261 from youngkiu/sample/synchronize-pluralisation-docs
sample(04-grpc): synchronize pluralisation docs
2024-02-27 08:32:12 +01:00
Kamil Mysliwiec
0539f90d32 Merge pull request #13262 from nestjs/dependabot/npm_and_yarn/mysql2-3.9.2
chore(deps-dev): bump mysql2 from 3.9.1 to 3.9.2
2024-02-27 08:31:58 +01:00
Kamil Mysliwiec
1b145eb5bd Merge pull request #13264 from nestjs/dependabot/npm_and_yarn/mqtt-5.3.6
chore(deps-dev): bump mqtt from 5.3.5 to 5.3.6
2024-02-27 08:31:51 +01:00
Kamil Mysliwiec
abef072733 Merge pull request #13265 from nestjs/dependabot/npm_and_yarn/typescript-eslint/parser-7.1.0
chore(deps-dev): bump @typescript-eslint/parser from 7.0.2 to 7.1.0
2024-02-27 08:31:46 +01:00
Kamil Mysliwiec
2d46042c28 Merge pull request #13266 from nestjs/dependabot/npm_and_yarn/es5-ext-0.10.63
chore(deps): bump es5-ext from 0.10.49 to 0.10.63
2024-02-27 08:31:40 +01:00
dependabot[bot]
1bb4aea804 chore(deps): bump es5-ext from 0.10.49 to 0.10.63
Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.49 to 0.10.63.
- [Release notes](https://github.com/medikoo/es5-ext/releases)
- [Changelog](https://github.com/medikoo/es5-ext/blob/main/CHANGELOG.md)
- [Commits](https://github.com/medikoo/es5-ext/compare/v0.10.49...v0.10.63)

---
updated-dependencies:
- dependency-name: es5-ext
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-27 01:59:54 +00:00
dependabot[bot]
f920fc29ab chore(deps-dev): bump @typescript-eslint/parser from 7.0.2 to 7.1.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.0.2 to 7.1.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-27 00:04:44 +00:00
dependabot[bot]
86c4882fe2 chore(deps-dev): bump mqtt from 5.3.5 to 5.3.6
Bumps [mqtt](https://github.com/mqttjs/MQTT.js) from 5.3.5 to 5.3.6.
- [Release notes](https://github.com/mqttjs/MQTT.js/releases)
- [Changelog](https://github.com/mqttjs/MQTT.js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mqttjs/MQTT.js/compare/v5.3.5...v5.3.6)

---
updated-dependencies:
- dependency-name: mqtt
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-27 00:03:26 +00:00
dependabot[bot]
28d62573bd chore(deps-dev): bump mysql2 from 3.9.1 to 3.9.2
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.9.1 to 3.9.2.
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](https://github.com/sidorares/node-mysql2/compare/v3.9.1...v3.9.2)

---
updated-dependencies:
- dependency-name: mysql2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-27 00:02:13 +00:00
YoungKi Lyu
cad84c6cc3 sample(04-grpc): synchronize pluralisation docs 2024-02-26 23:52:45 +09:00
Kamil Mysliwiec
c097cefd1c Merge pull request #13256 from dygma0/update-instance-creation
test(core): Update instance creation in injector test
2024-02-26 09:06:01 +01:00
dependabot[bot]
9d4e95f56a chore(deps-dev): bump graphql-tools from 9.0.0 to 9.0.1
Bumps [graphql-tools](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/graphql-tools) from 9.0.0 to 9.0.1.
- [Release notes](https://github.com/ardatan/graphql-tools/releases)
- [Changelog](https://github.com/ardatan/graphql-tools/blob/master/packages/graphql-tools/CHANGELOG.md)
- [Commits](https://github.com/ardatan/graphql-tools/commits/graphql-tools@9.0.1/packages/graphql-tools)

---
updated-dependencies:
- dependency-name: graphql-tools
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-26 00:40:27 +00:00
dependabot[bot]
3380917e73 chore(deps-dev): bump eslint from 8.56.0 to 8.57.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.56.0 to 8.57.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.56.0...v8.57.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-26 00:39:03 +00:00
dependabot[bot]
177fa4dd6e chore(deps): bump light-my-request from 5.11.0 to 5.11.1
Bumps [light-my-request](https://github.com/fastify/light-my-request) from 5.11.0 to 5.11.1.
- [Release notes](https://github.com/fastify/light-my-request/releases)
- [Commits](https://github.com/fastify/light-my-request/compare/v5.11.0...v5.11.1)

---
updated-dependencies:
- dependency-name: light-my-request
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-26 00:37:58 +00:00
Kamil Mysliwiec
ffeb20af9d Merge pull request #13253 from blackgerman/fix_bug_23_feb
Adding eclipse IDE files to gitignore
2024-02-25 12:20:38 +01:00
Byeongju, Shin
5d99ae53e0 test(core): Update instance creation in injector test
Changed the instance creation in the injector test from DependencyOne to DependencyTwo. This ensures that the right prototype object is used when creating an instance for testing purposes.
2024-02-25 18:53:22 +09:00
ulrich.dev
2aacc7e0a2 adding eclipse IDE files to gitignore 2024-02-23 22:59:46 -05:00
Kamil Mysliwiec
f724d841d2 Merge pull request #13217 from nestjs/dependabot/npm_and_yarn/grpc/grpc-js-1.10.1
chore(deps-dev): bump @grpc/grpc-js from 1.10.0 to 1.10.1
2024-02-23 09:12:48 +01:00
Kamil Mysliwiec
1b1bf49166 Merge pull request #13230 from nestjs/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-7.0.2
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.21.0 to 7.0.2
2024-02-23 09:12:42 +01:00
Kamil Mysliwiec
8ba4f67c73 Merge pull request #13232 from nestjs/dependabot/npm_and_yarn/artillery-2.0.6
chore(deps-dev): bump artillery from 2.0.5 to 2.0.6
2024-02-23 09:12:36 +01:00
dependabot[bot]
9edba7e447 chore(deps-dev): bump artillery from 2.0.5 to 2.0.6
Bumps [artillery](https://github.com/artilleryio/artillery) from 2.0.5 to 2.0.6.
- [Release notes](https://github.com/artilleryio/artillery/releases)
- [Commits](https://github.com/artilleryio/artillery/compare/artillery-2.0.5...artillery-2.0.6)

---
updated-dependencies:
- dependency-name: artillery
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-23 08:10:29 +00:00
dependabot[bot]
6d7f479464 chore(deps-dev): bump @grpc/grpc-js from 1.10.0 to 1.10.1
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.10.0 to 1.10.1.
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.10.0...@grpc/grpc-js@1.10.1)

---
updated-dependencies:
- dependency-name: "@grpc/grpc-js"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-23 08:10:22 +00:00
dependabot[bot]
b2b90619fa chore(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.21.0 to 7.0.2.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.0.2/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-23 08:09:58 +00:00
Kamil Mysliwiec
3758b8285c Merge pull request #13240 from nestjs/dependabot/npm_and_yarn/sample/32-graphql-federation-schema-first/posts-application/ip-2.0.1
chore(deps): bump ip from 2.0.0 to 2.0.1 in /sample/32-graphql-federation-schema-first/posts-application
2024-02-23 09:08:56 +01:00
Kamil Mysliwiec
0d2bed3a72 Merge pull request #13231 from nestjs/dependabot/npm_and_yarn/typescript-eslint/parser-7.0.2
chore(deps-dev): bump @typescript-eslint/parser from 7.0.1 to 7.0.2
2024-02-23 09:08:35 +01:00
Kamil Mysliwiec
e1acfee5ac Merge pull request #13209 from nestjs/dependabot/npm_and_yarn/commitlint/config-angular-18.6.1
chore(deps-dev): bump @commitlint/config-angular from 18.6.0 to 18.6.1
2024-02-23 09:08:20 +01:00
Kamil Mysliwiec
6743590897 Merge pull request #13229 from nestjs/dependabot/npm_and_yarn/fastify/view-9.0.0
chore(deps-dev): bump @fastify/view from 8.2.0 to 9.0.0
2024-02-23 09:08:13 +01:00
Kamil Mysliwiec
37ee59ad1a Merge pull request #13235 from nestjs/dependabot/npm_and_yarn/ip-1.1.9
chore(deps-dev): bump ip from 1.1.8 to 1.1.9
2024-02-23 09:08:06 +01:00
Kamil Mysliwiec
ad3f777a3c Merge pull request #13236 from nestjs/dependabot/npm_and_yarn/sample/31-graphql-federation-code-first/gateway/ip-2.0.1
chore(deps): bump ip from 2.0.0 to 2.0.1 in /sample/31-graphql-federation-code-first/gateway
2024-02-23 09:06:22 +01:00
Kamil Mysliwiec
88a911fb27 Merge pull request #13237 from nestjs/dependabot/npm_and_yarn/sample/32-graphql-federation-schema-first/users-application/ip-2.0.1
chore(deps): bump ip from 2.0.0 to 2.0.1 in /sample/32-graphql-federation-schema-first/users-application
2024-02-23 09:05:35 +01:00
Kamil Mysliwiec
2394e16e4a Merge pull request #13238 from nestjs/dependabot/npm_and_yarn/sample/31-graphql-federation-code-first/posts-application/ip-2.0.1
chore(deps): bump ip from 2.0.0 to 2.0.1 in /sample/31-graphql-federation-code-first/posts-application
2024-02-23 09:05:31 +01:00
Kamil Mysliwiec
6fbda0556b Merge pull request #13239 from nestjs/dependabot/npm_and_yarn/sample/31-graphql-federation-code-first/users-application/ip-2.0.1
chore(deps): bump ip from 2.0.0 to 2.0.1 in /sample/31-graphql-federation-code-first/users-application
2024-02-23 09:05:24 +01:00
Kamil Mysliwiec
03ecbfa7e8 Merge pull request #13241 from nestjs/dependabot/npm_and_yarn/sample/32-graphql-federation-schema-first/gateway/ip-2.0.1
chore(deps): bump ip from 2.0.0 to 2.0.1 in /sample/32-graphql-federation-schema-first/gateway
2024-02-23 09:05:18 +01:00
Kamil Mysliwiec
28ee6ffe0f Merge pull request #13242 from nestjs/dependabot/npm_and_yarn/sample/14-mongoose-base/ip-2.0.1
chore(deps): bump ip from 2.0.0 to 2.0.1 in /sample/14-mongoose-base
2024-02-23 09:05:13 +01:00
Kamil Mysliwiec
0b92b61f05 Merge pull request #13243 from nestjs/dependabot/npm_and_yarn/sample/06-mongoose/ip-2.0.1
chore(deps): bump ip from 2.0.0 to 2.0.1 in /sample/06-mongoose
2024-02-23 09:04:09 +01:00
Kamil Mysliwiec
1438ed522e Merge pull request #13244 from nestjs/dependabot/npm_and_yarn/sample/13-mongo-typeorm/ip-2.0.1
chore(deps): bump ip from 2.0.0 to 2.0.1 in /sample/13-mongo-typeorm
2024-02-23 09:02:46 +01:00
Kamil Mysliwiec
bc61df48a6 Merge pull request #13248 from nestjs/dependabot/npm_and_yarn/types/node-20.11.20
chore(deps-dev): bump @types/node from 20.11.17 to 20.11.20
2024-02-23 08:57:32 +01:00
Kamil Mysliwiec
dad81adb4b Merge pull request #13249 from nestjs/dependabot/npm_and_yarn/nodemon-3.1.0
chore(deps-dev): bump nodemon from 3.0.3 to 3.1.0
2024-02-23 08:57:13 +01:00
Kamil Mysliwiec
3424308047 Merge pull request #13250 from nestjs/dependabot/npm_and_yarn/mongoose-8.2.0
chore(deps-dev): bump mongoose from 8.1.2 to 8.2.0
2024-02-23 08:56:59 +01:00
dependabot[bot]
5c70cc1485 chore(deps-dev): bump mongoose from 8.1.2 to 8.2.0
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.1.2 to 8.2.0.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/8.1.2...8.2.0)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-23 00:12:48 +00:00
dependabot[bot]
008710b72c chore(deps-dev): bump nodemon from 3.0.3 to 3.1.0
Bumps [nodemon](https://github.com/remy/nodemon) from 3.0.3 to 3.1.0.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v3.0.3...v3.1.0)

---
updated-dependencies:
- dependency-name: nodemon
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-23 00:11:48 +00:00
dependabot[bot]
f129432c78 chore(deps-dev): bump @types/node from 20.11.17 to 20.11.20
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.17 to 20.11.20.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-23 00:11:22 +00:00
Marek Dorda
8af7183c30 fix: typings for fastify enableCors method
Fastify adapter uses typings from `@fastify/cors` package for `enableCors` method

Fix nestjs/nest#13234
2024-02-22 07:34:33 +01:00
dependabot[bot]
06549f0521 chore(deps): bump ip from 2.0.0 to 2.0.1 in /sample/13-mongo-typeorm
Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1.
- [Commits](https://github.com/indutny/node-ip/compare/v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: ip
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-20 23:32:53 +00:00
dependabot[bot]
559bd3aecf chore(deps): bump ip from 2.0.0 to 2.0.1 in /sample/06-mongoose
Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1.
- [Commits](https://github.com/indutny/node-ip/compare/v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: ip
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-20 22:24:42 +00:00
dependabot[bot]
7153577246 chore(deps): bump ip from 2.0.0 to 2.0.1 in /sample/14-mongoose-base
Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1.
- [Commits](https://github.com/indutny/node-ip/compare/v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: ip
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-20 22:24:31 +00:00
dependabot[bot]
af30ae7c39 chore(deps): bump ip
Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1.
- [Commits](https://github.com/indutny/node-ip/compare/v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: ip
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-20 21:43:24 +00:00
dependabot[bot]
44c2451459 chore(deps): bump ip
Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1.
- [Commits](https://github.com/indutny/node-ip/compare/v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: ip
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-20 21:43:10 +00:00
dependabot[bot]
ec30ef80b7 chore(deps): bump ip
Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1.
- [Commits](https://github.com/indutny/node-ip/compare/v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: ip
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-20 21:43:09 +00:00
dependabot[bot]
ca0bc323f5 chore(deps): bump ip
Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1.
- [Commits](https://github.com/indutny/node-ip/compare/v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: ip
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-20 21:43:08 +00:00
dependabot[bot]
196411a9f1 chore(deps): bump ip in /sample/31-graphql-federation-code-first/gateway
Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1.
- [Commits](https://github.com/indutny/node-ip/compare/v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: ip
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-20 21:42:53 +00:00
dependabot[bot]
9736476292 chore(deps): bump ip
Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1.
- [Commits](https://github.com/indutny/node-ip/compare/v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: ip
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-20 21:42:53 +00:00
dependabot[bot]
0a575843cd chore(deps-dev): bump ip from 1.1.8 to 1.1.9
Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9.
- [Commits](https://github.com/indutny/node-ip/compare/v1.1.8...v1.1.9)

---
updated-dependencies:
- dependency-name: ip
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-20 18:42:46 +00:00
Kamil Mysliwiec
3e61ec1bea Merge pull request #13226 from 719media/patch-1
Update Readme.md
2024-02-20 08:35:39 +01:00
dependabot[bot]
2bb8598971 chore(deps-dev): bump @typescript-eslint/parser from 7.0.1 to 7.0.2
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.0.1 to 7.0.2.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.0.2/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-20 00:09:41 +00:00
dependabot[bot]
86bff65d31 chore(deps-dev): bump @fastify/view from 8.2.0 to 9.0.0
Bumps [@fastify/view](https://github.com/fastify/point-of-view) from 8.2.0 to 9.0.0.
- [Release notes](https://github.com/fastify/point-of-view/releases)
- [Commits](https://github.com/fastify/point-of-view/compare/v8.2.0...v9.0.0)

---
updated-dependencies:
- dependency-name: "@fastify/view"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-20 00:08:29 +00:00
Kamil Mysliwiec
c50eb48961 Merge pull request #13221 from kalmanbendeguz/patch-1
docs(common): remove incorrect constructor signature of HttpException
2024-02-19 08:27:06 +01:00
719media
9f4187f393 Update Readme.md
grammatical fixes
2024-02-18 14:41:20 -08:00
Tolga Paksoy
c3e2d5be98 feat(core,common): add @RawBody() decorator 2024-02-18 17:54:19 +01:00
Bendegúz Kálmán
f793e2a1d2 docs(common): remove incorrect constructor signature of HttpException
HttpException cannot be instantiated with zero arguments. The provided first example is misleading.
2024-02-17 16:36:37 +01:00
Kamil Mysliwiec
033f18161f Merge pull request #12831 from nestjs/renovate/prettier-3.x
chore(deps): update dependency prettier to v3.2.5
2024-02-15 08:51:17 +01:00
Kamil Mysliwiec
5ae36a8eae Merge pull request #13207 from nestjs/dependabot/npm_and_yarn/husky-9.0.11
chore(deps-dev): bump husky from 9.0.10 to 9.0.11
2024-02-15 08:50:54 +01:00
Kamil Mysliwiec
4231eff7d3 Merge pull request #13175 from nestjs/renovate/jest-monorepo
chore(deps): update dependency @types/jest to v29.5.12
2024-02-15 08:50:47 +01:00
dependabot[bot]
4324b26ae4 chore(deps-dev): bump @commitlint/config-angular from 18.6.0 to 18.6.1
Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular) from 18.6.0 to 18.6.1.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-angular/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v18.6.1/@commitlint/config-angular)

---
updated-dependencies:
- dependency-name: "@commitlint/config-angular"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-15 07:50:12 +00:00
Kamil Mysliwiec
6fcd103b4e Merge pull request #13122 from nestjs/renovate/typeorm-0.x
fix(deps): update dependency typeorm to v0.3.20
2024-02-15 08:50:10 +01:00
Kamil Mysliwiec
219214da3c Merge pull request #13174 from nestjs/renovate/nestjs-cli-10.x
chore(deps): update dependency @nestjs/cli to v10.3.2
2024-02-15 08:49:53 +01:00
Kamil Mysliwiec
675fa7a350 Merge pull request #13213 from nestjs/dependabot/npm_and_yarn/core-js-3.36.0
chore(deps-dev): bump core-js from 3.35.1 to 3.36.0
2024-02-15 08:48:41 +01:00
Kamil Mysliwiec
c5d3d2f1b2 Merge pull request #13208 from nestjs/dependabot/npm_and_yarn/commitlint/cli-18.6.1
chore(deps-dev): bump @commitlint/cli from 18.6.0 to 18.6.1
2024-02-15 08:48:33 +01:00
Kamil Mysliwiec
dc3c2e68a1 Merge pull request #13203 from nestjs/dependabot/npm_and_yarn/fastify-4.26.1
chore(deps): bump fastify from 4.26.0 to 4.26.1
2024-02-15 08:48:27 +01:00
Kamil Mysliwiec
b7eb75c1f3 Merge pull request #13202 from nestjs/dependabot/npm_and_yarn/typescript-eslint/parser-7.0.1
chore(deps-dev): bump @typescript-eslint/parser from 6.21.0 to 7.0.1
2024-02-15 08:48:21 +01:00
Kamil Mysliwiec
f1082668c6 Merge pull request #13181 from nestjs/renovate/fastify-static-7.x
fix(deps): update dependency @fastify/static to v7
2024-02-15 08:48:17 +01:00
Kamil Mysliwiec
4a0a54d6f9 Merge pull request #13179 from nestjs/renovate/nestjs-bull-10.x
fix(deps): update dependency @nestjs/bull to v10.1.0
2024-02-15 08:48:12 +01:00
renovate[bot]
16b048867d chore(deps): update dependency @types/jest to v29.5.12 2024-02-15 07:40:07 +00:00
renovate[bot]
cf28ceaf7d chore(deps): update dependency @nestjs/cli to v10.3.2 2024-02-15 07:36:18 +00:00
dependabot[bot]
1f4e3f6969 chore(deps-dev): bump husky from 9.0.10 to 9.0.11
Bumps [husky](https://github.com/typicode/husky) from 9.0.10 to 9.0.11.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](https://github.com/typicode/husky/compare/v9.0.10...v9.0.11)

---
updated-dependencies:
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-15 07:28:35 +00:00
Kamil Mysliwiec
a9cd427905 Merge pull request #13214 from wokcito/migrate-husky
chore(deps): migrate husky from v8 to v9
2024-02-15 08:27:21 +01:00
Maximiliano Kazanski
83941365c4 chore: migrate husky from v8 to v9 2024-02-15 03:21:35 -03:00
dependabot[bot]
77019f2525 chore(deps-dev): bump core-js from 3.35.1 to 3.36.0
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.35.1 to 3.36.0.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.36.0/packages/core-js)

---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-15 00:37:58 +00:00
renovate[bot]
6d7cd91556 chore(deps): update dependency prettier to v3.2.5 2024-02-14 10:26:08 +00:00
Kamil Mysliwiec
6fdc48d132 Merge pull request #13206 from version13/remove-bad-actor
fix: remove bad actor
2024-02-14 09:18:48 +01:00
dependabot[bot]
3229116d9f chore(deps-dev): bump @commitlint/cli from 18.6.0 to 18.6.1
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 18.6.0 to 18.6.1.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v18.6.1/@commitlint/cli)

---
updated-dependencies:
- dependency-name: "@commitlint/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-14 00:42:56 +00:00
version13
050afce7bb remove typo 2024-02-13 22:27:17 +01:00
Version 13
477134d775 fix: Remove bad actor 2024-02-13 22:21:13 +01:00
dependabot[bot]
4d541d302f chore(deps): bump fastify from 4.26.0 to 4.26.1
Bumps [fastify](https://github.com/fastify/fastify) from 4.26.0 to 4.26.1.
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](https://github.com/fastify/fastify/compare/v4.26.0...v4.26.1)

---
updated-dependencies:
- dependency-name: fastify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-13 00:50:21 +00:00
dependabot[bot]
5946c68afc chore(deps-dev): bump @typescript-eslint/parser from 6.21.0 to 7.0.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.21.0 to 7.0.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.0.1/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-13 00:49:54 +00:00
renovate[bot]
a4047800b6 fix(deps): update dependency @fastify/static to v7 2024-02-12 08:36:31 +00:00
renovate[bot]
13b9b3d76a fix(deps): update dependency @nestjs/bull to v10.1.0 2024-02-12 08:33:48 +00:00
renovate[bot]
1ef877a4f7 fix(deps): update dependency typeorm to v0.3.20 2024-02-12 08:28:25 +00:00
cain
14cffb328a fix: modify access modifier 2023-12-21 15:57:49 +09:00
cain
cb8e04dd62 feat: add block wrapping return 2023-12-21 10:26:48 +09:00
cain
069676fd84 feat: emit batch 2023-12-20 16:59:46 +09:00
Hareloo
0d7a768b89 fix(common): when transforming undefined numeric values
Transforming numeric values in validationpipe is incorrect when value is undefined

closes #12864
2023-12-06 20:52:48 +02:00
pacyL2K19
86826a651a test(sample-12): add e2e tests 2023-11-25 19:10:02 +02:00
pacyL2K19
bb520c073e test(sample-12): add unit tests to increase test coverage 2023-11-25 19:10:02 +02:00
pacyL2K19
992b18e12a test(sample-12): add unit test to the cat-owner resolver field 2023-11-25 19:10:02 +02:00
pacyL2K19
d073083757 test(sample-12): add unit tests to the cats.resolver 2023-11-25 19:10:02 +02:00
pacyL2K19
1a80a9c6cd test(sample-12): setup testing environment - write unit tests for cats.service.ts file 2023-11-25 19:09:59 +02:00
kmw14641
ed8699769d fix(common): apply options to plaintoclass in classserializerinterceptor
fixed issue that with type option which is not already converted,
any other option cannot be applied to plainToClass

Closes #12763
2023-11-17 00:59:04 +09:00
Pieter Scheffers
0cbc15405d refactor: Use TCP_DEFAULT_PORT as default instead of using a boolean check 2023-11-16 11:26:44 +01:00
Micael Levi L. Cavalcante
c47be164f3 ci: switch to shallow cloning of 'wrk' repository 2023-11-14 15:46:35 -04:00
Micael Levi L. Cavalcante
61791e5115 feat(common): narrow allowed injection tokens for @Inject() 2023-11-14 15:46:32 -04:00
Jay McDoniel
2f2252264b feat: allow for microservice options to come from the di container
Microservices are now able to be created by getting their options
from within the DI container itself. This has been a long requested
feature of developers and I finally had some time to work through how
we could possibly let this happen.
2023-10-20 17:08:35 -07:00
codytseng
16106e084c test: default request method 2023-08-24 23:56:53 +08:00
codytseng
3b100cc971 feat: change middleware default request method 2023-08-24 23:32:24 +08:00
codytseng
73ff3ac81d Revert "fix: middleware applied twice"
This reverts commit edd5eaf718.
2023-08-24 23:30:35 +08:00
codytseng
edd5eaf718 fix: middleware applied twice 2023-08-24 22:17:40 +08:00
René Zeidler
d04886d816 fix(core): fix type and return value of Reflector#getAllAndMerge
When only a single metadata value is present in the list of targets for
`Reflector#getAllAndMerge`, that value gets wrapped in an array if it is
not already an array or an object.
Previously, single values were returned as is, so the method could
actually return any value. Now the method always returns an array or an
object as indicated by its return type.
This also fixes the return type of both `getAll` and `getAllAndMerge`
when using the strongly typed `ReflectableDecorator<T>`.

Fixes #12231
2023-08-21 10:44:28 +02:00
codytseng
9fa3d930db fix: the root path middleware not applied when setting the global prefix 2023-08-01 21:33:00 +08:00
alucebur
81404bb92f test: add integration test 'should execute middleware only once' 2023-06-17 21:32:16 +02:00
alucebur
963437c206 style: format code 2023-06-17 21:28:41 +02:00
alucebur
5463765051 fix(core): apply middlewares only once per route
Closes #11821.
2023-06-17 18:56:18 +02:00
yansb
c032e83e4d test(sample-01): improved tests 2022-12-01 08:23:18 -03:00
yansb
5c9bcc85ef test(sample-01): added controller create cat unit test 2022-11-30 21:50:16 -03:00
yansb
7ec3eb235d test(sample-01): added service unit tests 2022-11-30 21:14:15 -03:00
Manuel Herrera
cdf2aa5b06 feat(microservices): fixed mqtt serializer tests 2022-01-21 19:20:52 -03:00
Manuel Herrera
5b40b2fe81 feat(microservices): replaced empty options object with undefined 2022-01-21 19:09:34 -03:00
Manuel Herrera
5baba4b3e2 feat(microservices): raw output to publish and dispatch on mqtt client 2022-01-21 18:58:23 -03:00
Manuel Herrera
0ba8946bcd feat(microservices): removed rawOutputPackets from MqttOptions interface 2022-01-20 13:54:56 -03:00
Manuel Herrera
b8ac795804 feat(microservices): removed rawOutput and moved stringify to serializer 2022-01-20 10:24:16 -03:00
Manuel Herrera
8617ee9952 feat(microservices): added MqttOption for passing raw output to pub 2022-01-19 22:30:22 -03:00
820 changed files with 34273 additions and 625695 deletions

View File

@@ -6,16 +6,16 @@ parameters:
default: false
legacy-node-version:
type: string
default: '14.21.3'
default: '18.20'
maintenance-node-version:
type: string
default: '16.20'
default: '20.18'
active-node-version:
type: string
default: '18.17'
default: '22.11'
current-node-version:
type: string
default: '20.5'
default: '23.3'
aliases:
- &restore-cache
@@ -29,7 +29,7 @@ aliases:
- &install-deps
run:
name: Install dependencies
command: npm ci --legacy-peer-deps
command: npm install --legacy-peer-deps
- &build-packages
run:
name: Build
@@ -121,17 +121,14 @@ jobs:
lint:
working_directory: ~/nest
docker:
- image: cimg/node:<< pipeline.parameters.maintenance-node-version >>
- image: cimg/node:<< pipeline.parameters.active-node-version >>
steps:
- checkout
- *restore-cache
- *install-deps
- run:
name: Lint
command: npm run lint
- run:
name: Lint commit
command: ./node_modules/.bin/commitlint-circle -c .commitlintrc.json
command: npm run lint:ci
integration_tests:
working_directory: ~/nest

View File

@@ -6,8 +6,8 @@ cd "$(dirname "$0")"
cd /tmp/
sudo apt-get install build-essential libssl-dev git -y
git clone https://github.com/wg/wrk.git wrk
git clone --depth=1 https://github.com/wg/wrk.git wrk
cd wrk
sudo make
# move the executable to somewhere in your PATH, ex:
sudo cp wrk /usr/local/bin
sudo cp wrk /usr/local/bin

View File

@@ -1,3 +0,0 @@
**/node_modules/**
*.d.ts
*.js

View File

@@ -1,47 +0,0 @@
module.exports = {
root: true,
env: {
node: true,
},
plugins: ['@typescript-eslint/eslint-plugin'],
extends: [
'plugin:@typescript-eslint/recommended',
'prettier',
],
overrides: [
{
files: ['**/*.ts'],
parser: '@typescript-eslint/parser',
parserOptions: {
project: 'tsconfig.json',
sourceType: 'module',
},
rules: {
'@typescript-eslint/interface-name-prefix': 'off',
'@typescript-eslint/explicit-function-return-type': 'off',
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/explicit-module-boundary-types': 'off',
'@typescript-eslint/no-unused-vars': 'off',
'@typescript-eslint/ban-types': 'off',
'@typescript-eslint/no-array-constructor': 'off',
},
},
{
files: ['**/*.spec.ts', 'integration/**/*.ts'],
parser: '@typescript-eslint/parser',
parserOptions: {
project: 'tsconfig.spec.json',
sourceType: 'module',
},
rules: {
'@typescript-eslint/interface-name-prefix': 'off',
'@typescript-eslint/explicit-function-return-type': 'off',
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/explicit-module-boundary-types': 'off',
'@typescript-eslint/no-unused-vars': 'off',
'@typescript-eslint/ban-types': 'off',
'@typescript-eslint/no-empty-function': 'off',
},
}
]
};

View File

@@ -1,6 +1,7 @@
name: "\U0001F41B Bug Report"
description: "If something isn't working as expected \U0001F914"
labels: ["needs triage"]
type: bug
body:
- type: markdown
attributes:
@@ -38,10 +39,12 @@ body:
required: true
attributes:
label: "Minimum reproduction code"
description: |
An URL to some Git repository/[StackBlitz](https://stackblitz.com/fork/github/nestjs/typescript-starter)/[CodeSandbox](https://codesandbox.io/s/github/nestjs/typescript-starter/tree/master) project that reproduces your issue. [What is a minimum reproduction?](https://jmcdo29.github.io/wtf-is-a-minimum-reproduction)
:warning: **NOTE:** We can close this issue if we don't manage to reproduce your potential bug. [Here](https://antfu.me/posts/why-reproductions-are-required) is why.
placeholder: "https://github.com/..."
description: |
An URL to some Git repository/[StackBlitz](https://stackblitz.com/fork/github/nestjs/typescript-starter)/[CodeSandbox](https://codesandbox.io/s/github/nestjs/typescript-starter/tree/master) project that reproduces your issue. [What is a minimum reproduction?](https://jmcdo29.github.io/wtf-is-a-minimum-reproduction)
> [!WARNING]
> We may close this Issue if we don't manage to reproduce the potential bug. [Read this](https://antfu.me/posts/why-reproductions-are-required) to understand why.
- type: textarea
attributes:

View File

@@ -1,6 +1,7 @@
name: "\U0001F680 Feature Request"
description: "I have a suggestion \U0001F63B!"
labels: ["type: enhancement :wolf:", "needs triage"]
type: feature
body:
- type: markdown
attributes:

View File

@@ -1,6 +1,7 @@
name: "\U0001F4A5 Regression"
description: "Report an unexpected while upgrading your Nest application!"
labels: ["type: bug :sob:", "needs triage"]
type: bug
body:
- type: markdown
attributes:

View File

@@ -2,6 +2,7 @@ title: "perf: "
name: "\U0001F525 Suggestion for Improving Performance"
description: "I have a suggestion that might improve the performance of Nest \U00002728"
labels: ["type: enhancement :wolf:", "needs triage"]
type: task
body:
- type: checkboxes
attributes:

9
.gitignore vendored
View File

@@ -1,3 +1,6 @@
packages/*/package-lock.json
sample/**/package-lock.json
# dependencies
node_modules/
@@ -6,6 +9,9 @@ node_modules/
/.awcache
/.vscode
/.devcontainer
/.classpath
/.project
/.settings
*.code-workspace
# Vim
@@ -44,4 +50,5 @@ yarn-error.log
build/config\.gypi
.npmrc
pnpm-lock.yaml
pnpm-lock.yaml
/.history

View File

@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npx --no-install commitlint --edit $1

View File

@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npx lint-staged

View File

@@ -25,7 +25,7 @@ Stack Overflow is a much better place to ask questions since:
<!-- - there are thousands of people willing to help on Stack Overflow [maybe one day] -->
- questions and answers stay available for public viewing so your question / answer might help someone else
- questions and answers stay available for public viewing so your question / answer might help someone else.
- Stack Overflow's voting system assures that the best answers are prominently visible.
To save your and our time, we will systematically close all issues that are requests for general support and redirect people to Stack Overflow.

View File

@@ -1,6 +1,6 @@
(The MIT License)
Copyright (c) 2017-2024 Kamil Mysliwiec <https://kamilmysliwiec.com>
Copyright (c) 2017-2025 Kamil Mysliwiec <https://kamilmysliwiec.com>
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the

128
Readme.md
View File

@@ -25,12 +25,12 @@
Nest is a framework for building efficient, scalable <a href="https://nodejs.org" target="_blank">Node.js</a> server-side applications. It uses modern JavaScript, is built with <a href="https://www.typescriptlang.org" target="_blank">TypeScript</a> (preserves compatibility with pure JavaScript) and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming).
<p>Under the hood, Nest makes use of <a href="https://expressjs.com/" target="_blank">Express</a>, but also, provides compatibility with a wide range of other libraries, like e.g. <a href="https://github.com/fastify/fastify" target="_blank">Fastify</a>, allowing for easy use of the myriad third-party plugins which are available.</p>
<p>Under the hood, Nest makes use of <a href="https://expressjs.com/" target="_blank">Express</a>, but also provides compatibility with a wide range of other libraries, like <a href="https://github.com/fastify/fastify" target="_blank">Fastify</a>, allowing for easy use of the myriad of third-party plugins which are available.</p>
## Philosophy
<p>In recent years, thanks to Node.js, JavaScript has become the “lingua franca” of the web for both front and backend applications, giving rise to awesome projects like <a href="https://angular.io/" target="_blank">Angular</a>, <a href="https://github.com/facebook/react" target="_blank">React</a> and <a href="https://github.com/vuejs/vue" target="_blank">Vue</a> which improve developer productivity and enable the construction of fast, testable, extensible frontend applications. However, on the server-side, while there are a lot of superb libraries, helpers and tools for Node, none of them effectively solve the main problem - the architecture.</p>
<p>Nest aims to provide an application architecture out of the box which allows for effortless creation of highly testable, scalable, loosely coupled and easily maintainable applications. The architecture is heavily inspired by Angular.</p>
<p>In recent years, thanks to Node.js, JavaScript has become the “lingua franca” of the web for both front and backend applications, giving rise to awesome projects like <a href="https://angular.io/" target="_blank">Angular</a>, <a href="https://github.com/facebook/react" target="_blank">React</a>, and <a href="https://github.com/vuejs/vue" target="_blank">Vue</a>, which improve developer productivity and enable the construction of fast, testable, and extensible frontend applications. However, on the server-side, while there are a lot of superb libraries, helpers, and tools for Node, none of them effectively solve the main problem - the architecture.</p>
<p>Nest aims to provide an application architecture out of the box which allows for effortless creation of highly testable, scalable, and loosely coupled and easily maintainable applications. The architecture is heavily inspired by Angular.</p>
## Getting started
@@ -57,72 +57,84 @@ Nest is an MIT-licensed open source project. It can grow thanks to the sponsors
#### Principal Sponsors
<table style="text-align:center;"><tr>
<td><a href="https://trilon.io" target="_blank"><img src="https://nestjs.com/img/trilon.svg" width="200" valign="middle" /></a></td>
<td>
<a href="https://valor-software.com/" target="_blank"><img src="https://docs.nestjs.com/assets/sponsors/valor-software.png" width="170" valign="middle" /></a></td>
<td>
<a href="https://amplication.com/" target="_blank"><img src="https://nestjs.com/img/amplication-logo.svg" width="190" valign="middle" /></a></td>
</tr></table>
<table style="text-align:center;">
<tr>
<td><a href="https://trilon.io" target="_blank"><img src="https://nestjs.com/img/trilon.svg" width="200" valign="middle" /></a></td>
<td><a href="https://microsoft.com/" target="_blank"><img src="https://nestjs.com/img/logos/microsoft-logo.png" width="180" valign="middle" /></a></td>
<td><a href="https://mojam.co" target="_blank"><img src="https://nestjs.com/img/logos/mojam-logo.png" width="80" valign="middle" /></a></td>
<td><a href="https://marblism.com?utm_source=nest" target="_blank"><img src="https://nestjs.com/img/logos/marblism-logo.png" width="180" valign="middle" /></a></td>
<td><a href="https://valor-software.com/" target="_blank"><img src="https://docs.nestjs.com/assets/sponsors/valor-software.png" width="170" valign="middle" /></a></td>
<td><a href="https://amplication.com/" target="_blank"><img src="https://nestjs.com/img/logos/amplication-logo.svg" width="190" valign="middle" /></a></td>
</tr>
</table>
#### Gold Sponsors
<table style="text-align:center;"><tr>
<td><a href="https://www.redhat.com" target="_blank"><img src="https://nestjs.com/img/red-hat-logo.svg" width="200" valign="middle" /></a></td>
<td>
<a href="https://github.com/Sanofi-IADC" target="_blank"><img src="https://docs.nestjs.com/assets/sponsors/sanofi.png" width="180" valign="middle" /></a></td>
<td>
<a href="https://nx.dev" target="_blank"><img src="https://nestjs.com/img/nx-logo.png" height="45" valign="middle" /></a></td>
<td>
<a href="https://weld.app/" target="_blank"><img src="https://nestjs.com/img/weld-logo.svg" width="140" valign="middle" /></a></td>
<td>
<a href="https://intrinsic.ventures/" target="_blank"><img src="https://nestjs.com/img/intrinisic-logo.png" width="210" valign="middle" /></a></td></tr><tr>
<td>
<a href="https://jetbrains.com/" target="_blank"><img src="https://nestjs.com/img/jetbrains-logo.svg" width="90" valign="middle" /></a></td><td>
<a href="https://snyk.co/nestjs" target="_blank"><img src="https://nestjs.com/img/snyk-logo-black.png" width="185" valign="middle" /></a></td><td>
<a href="https://fuseautotech.com/" target="_blank"><img src="https://nestjs.com/img/fuse-logo.svg" width="105" valign="middle" /></a></td>
<td>
<a href="https://ridicorp.com/career/" target="_blank"><img src="https://nestjs.com/img/ridi-logo.svg" width="105" valign="middle" /></a></td><td>
<a href="https://www.movavi.com/imovie-for-windows.html" target="_blank"><img src="https://nestjs.com/img/movavi-logo.svg" width="105" valign="middle" /></a></td>
</tr><tr><td>
<a href="https://skunk.team" target="_blank"><img src="https://nestjs.com/img/skunk-logo.png" height="60" valign="middle" /></a></td>
</tr></table>
<table style="text-align:center;">
<tr>
<td><a href="https://www.redhat.com" target="_blank"><img src="https://nestjs.com/img/logos/red-hat-logo.svg" width="200" valign="middle" /></a></td>
<td><a href="https://github.com/Sanofi-IADC" target="_blank"><img src="https://docs.nestjs.com/assets/sponsors/sanofi.png" width="180" valign="middle" /></a></td>
<td><a href="https://nx.dev" target="_blank"><img src="https://nestjs.com/img/logos/nx-logo.png" height="45" valign="middle" /></a></td>
<td><a href="https://intrinsic.ventures/" target="_blank"><img src="https://nestjs.com/img/logos/intrinisic-logo.png" width="210" valign="middle" /></a></td>
<td><a href="https://jetbrains.com/" target="_blank"><img src="https://nestjs.com/img/logos/jetbrains-logo.svg" width="90" valign="middle" /></a></td>
</tr>
<tr>
<td><a href="https://snyk.co/nestjs" target="_blank"><img src="https://nestjs.com/img/logos/snyk-logo-black.png" width="185" valign="middle" /></a></td>
<td><a href="https://fuseautotech.com/" target="_blank"><img src="https://nestjs.com/img/logos/fuse-logo.svg" width="105" valign="middle" /></a></td>
<td><a href="https://ridicorp.com/career/" target="_blank"><img src="https://nestjs.com/img/logos/ridi-logo.svg" width="105" valign="middle" /></a></td>
<td><a href="https://www.movavi.com/imovie-for-windows.html" target="_blank"><img src="https://nestjs.com/img/logos/movavi-logo.svg" width="105" valign="middle" /></a></td>
<td><a href="https://skunk.team" target="_blank"><img src="https://nestjs.com/img/logos/skunk-logo.png" height="60" valign="middle" /></a></td>
</tr>
</table>
#### Silver Sponsors
<table style="text-align:center;"><tr>
<td><a href="https://n.inc" target="_blank"><img src="https://nestjs.com/img/n-inc-logo.svg" width="120" valign="middle" /></td>
<td><a href="https://twistag.com/" target="_blank"><img src="https://nestjs.com/img/twistag-logo.png" width="120" valign="middle" /></td>
<td><a href="https://immediateedgeapp.org/" target="_blank"><img src="https://nestjs.com/img/immediate-edge-logo.png" width="120" valign="middle" /></td>
<table style="text-align:center;">
<tr>
<td><a href="https://www.mercedes-benz.com/" target="_blank"><img src="https://nestjs.com/img/logos/mercedes-logo.png" width="100" valign="middle" /></a></td>
<td><a href="https://www.dinii.jp/" target="_blank"><img src="https://nestjs.com/img/logos/dinii-logo.png" width="65" valign="middle" /></a></td>
<td><a href="https://bloodycase.com/?promocode=NEST" target="_blank"><img src="https://nestjs.com/img/logos/bloodycase-logo.png" width="65" valign="middle" /></a></td>
<td><a href="https://handsontable.com/docs/react-data-grid/?utm_source=NestJS_GH&utm_medium=sponsorship&utm_campaign=library_sponsorship_2024" target="_blank"><img src="https://nestjs.com/img/logos/handsontable-dark-logo.svg#2" width="150" valign="middle" /></a></td>
<td align="center" valign="middle"><a href="https://www.itflashcards.com/" target="_blank"><img src="https://nestjs.com/img/logos/it_flashcards-logo.png" width="170" valign="middle" /></a></td>
<td align="center" valign="middle"><a href="https://arcjet.com/?ref=nestjs" target="_blank"><img src="https://nestjs.com/img/logos/arcjet-logo.svg" width="170" valign="middle" /></a></td>
</tr>
</table>
#### Sponsors
<table><tr><td align="center" valign="middle">
<a href="https://www.swingdev.io" target="_blank"><img src="https://nestjs.com/img/swingdev-logo.svg#1" width="110" valign="middle" /> </a></td><td align="center" valign="middle">
<a href="https://www.novologic.com/" target="_blank"><img src="https://nestjs.com/img/novologic.png" width="110" valign="middle" /></a> </td><td align="center" valign="middle">
<a href="https://mantro.net/" target="_blank"><img src="https://nestjs.com/img/mantro-logo.svg" width="95" valign="middle" /></a> </td><td align="center" valign="middle">
<a href="https://triplebyte.com/" target="_blank"><img src="https://nestjs.com/img/triplebyte.png" width="107" valign="middle" /></a> </td><td align="center" valign="middle">
<a href="https://nearpod.com/" target="_blank"><img src="https://nestjs.com/img/nearpod-logo.svg" width="100" valign="middle" /></a> </td>
<td align="center" valign="middle">
<a href="https://genuinebee.com/" target="_blank"><img src="https://nestjs.com/img/genuinebee.svg" width="97" valign="middle" /></a> </td></tr><tr>
<td align="center" valign="middle"><a href="https://sanyodigital.com/" target="_blank"><img src="https://nestjs.com/img/sanyo-digital.png" width="130" valign="middle" /></a></td><td align="center" valign="middle"><a href="https://vpn-review.com/vpn-for-torrenting" target="_blank"><img src="https://nestjs.com/img/vpn-review-logo.png" width="85" valign="middle" /></a></td><td align="center" valign="middle"><a href="https://lambda-it.ch/" target="_blank"><img src="https://nestjs.com/img/lambda-it-logo.svg" width="115" valign="middle" /></a></td>
<td align="center" valign="middle"><a href="https://www.najlepszeplatformyforex.pl/blog/broker-xtb/" target="_blank"><img src="https://nestjs.com/img/npf-logo.jpg" width="200" valign="middle" /></a></td>
<td align="center" valign="middle"><a href="https://rocketech.it/cases/?utm_source=google&utm_medium=badge&utm_campaign=nestjs" target="_blank"><img src="https://nestjs.com/img/rocketech-logo.svg" width="110" valign="middle" /></a></td>
<td align="center" valign="middle"><a href="https://www.anonymistic.com/" target="_blank"><img src="https://nestjs.com/img/anonymistic-logo.png" width="125" valign="middle" /></a></td></tr><tr>
<td align="center" valign="middle"><a href="https://www.naologic.com/" target="_blank"><img src="https://nestjs.com/img/naologic-logo.svg" width="125" valign="middle" /></a></td>
<td align="center" valign="middle"><a href="https://triplecore.io" target="_blank"><img src="https://nestjs.com/img/triplecore-logo.svg" width="50" valign="middle" /></a></td>
<td align="center" valign="middle"><a href="https://thecasinowizard.com/bonuses/no-deposit-bonuses/" target="_blank"><img src="https://nestjs.com/img/casinowizard-logo.png" width="120" valign="middle" /></a></td>
<td align="center" valign="middle"><a href="https://polygon-software.ch/" target="_blank"><img src="https://nestjs.com/img/polygon-logo.svg" width="120" valign="middle" /></a></td>
<td align="center" valign="middle"><a href="https://boringowl.io/" target="_blank"><img src="https://nestjs.com/img/boringowl-logo.svg" width="120" valign="middle" /></a></td>
<td align="center" valign="middle"><a href="https://nordbot.app/" target="_blank"><img src="https://nestjs.com/img/nordbot-logo.png" width="120" valign="middle" /></a></td></tr><tr>
<td align="center" valign="middle"><a href="https://doppio.sh/" target="_blank"><img src="https://nestjs.com/img/dopiosh-logo.png" width="50" valign="middle" /></a></td>
<td align="center" valign="middle"><a href="https://www.hingehealth.com/" target="_blank"><img src="https://nestjs.com/img/hinge-health-logo.svg" width="100" valign="middle" /></a></td>
<td align="center" valign="middle"><a href="https://julienferand.dev/" target="_blank"><img src="https://nestjs.com/img/julienferand-logo.jpeg" width="65" valign="middle" /></a></td>
<td align="center" valign="middle"><a href="https://www.tripoffice.com/" target="_blank"><img src="https://nestjs.com/img/tripoffice-logo.png" width="140" valign="middle" /></a></td>
<td align="center" valign="middle"><a href="https://solcellsforetag.se/" target="_blank"><img src="https://nestjs.com/img/solcellsforetag-logo.svg" width="140" valign="middle" /></a></td>
</tr></table>
<table>
<tr>
<td align="center" valign="middle"><a href="https://www.swingdev.io" target="_blank"><img src="https://nestjs.com/img/logos/swingdev-logo.svg#1" width="110" valign="middle" /></a></td>
<td align="center" valign="middle"><a href="https://www.novologic.com/" target="_blank"><img src="https://nestjs.com/img/logos/novologic.png" width="110" valign="middle" /></a></td>
<td align="center" valign="middle"><a href="https://mantro.net/" target="_blank"><img src="https://nestjs.com/img/logos/mantro-logo.svg" width="95" valign="middle" /></a></td>
<td align="center" valign="middle"><a href="https://triplebyte.com/" target="_blank"><img src="https://nestjs.com/img/logos/triplebyte.png" width="107" valign="middle" /></a></td>
<td align="center" valign="middle"><a href="https://nearpod.com/" target="_blank"><img src="https://nestjs.com/img/logos/nearpod-logo.svg" width="100" valign="middle" /></a></td>
<td align="center" valign="middle"><a href="https://genuinebee.com/" target="_blank"><img src="https://nestjs.com/img/logos/genuinebee.svg" width="97" valign="middle" /></a></td>
</tr>
<tr>
<td align="center" valign="middle"><a href="https://vpn-review.com/vpn-for-torrenting" target="_blank"><img src="https://nestjs.com/img/logos/vpn-review-logo.png" width="85" valign="middle" /></a></td>
<td align="center" valign="middle"><a href="https://lambda-it.ch/" target="_blank"><img src="https://nestjs.com/img/logos/lambda-it-logo.svg" width="115" valign="middle" /></a></td>
<td align="center" valign="middle"><a href="https://rocketech.it/cases/?utm_source=google&utm_medium=badge&utm_campaign=nestjs" target="_blank"><img src="https://nestjs.com/img/logos/rocketech-logo.svg" width="110" valign="middle" /></a></td>
<td align="center" valign="middle"><a href="https://www.anonymistic.com/" target="_blank"><img src="https://nestjs.com/img/logos/anonymistic-logo.png" width="125" valign="middle" /></a></td>
<td align="center" valign="middle"><a href="https://www.naologic.com/" target="_blank"><img src="https://nestjs.com/img/logos/naologic-logo.svg" width="125" valign="middle" /></a></td>
<td align="center" valign="middle"><a href="https://triplecore.io" target="_blank"><img src="https://nestjs.com/img/logos/triplecore-logo.svg" width="50" valign="middle" /></a></td>
</tr>
<tr>
<td align="center" valign="middle"><a href="https://thecasinowizard.com/bonuses/no-deposit-bonuses/" target="_blank"><img src="https://nestjs.com/img/logos/casinowizard-logo.png" width="120" valign="middle" /></a></td>
<td align="center" valign="middle"><a href="https://polygon-software.ch/" target="_blank"><img src="https://nestjs.com/img/logos/polygon-logo.svg" width="120" valign="middle" /></a></td>
<td align="center" valign="middle"><a href="https://boringowl.io/" target="_blank"><img src="https://nestjs.com/img/logos/boringowl-logo.svg" width="120" valign="middle" /></a></td>
<td align="center" valign="middle"><a href="https://nordbot.app/" target="_blank"><img src="https://nestjs.com/img/logos/nordbot-logo.png" width="120" valign="middle" /></a></td>
<td align="center" valign="middle"><a href="https://doppio.sh/" target="_blank"><img src="https://nestjs.com/img/logos/dopiosh-logo.png" width="50" valign="middle" /></a></td>
<td align="center" valign="middle"><a href="https://www.hingehealth.com/" target="_blank"><img src="https://nestjs.com/img/logos/hinge-health-logo.svg" width="100" valign="middle" /></a></td>
</tr>
<tr>
<td align="center" valign="middle"><a href="https://julienferand.dev/" target="_blank"><img src="https://nestjs.com/img/logos/julienferand-logo.jpeg" width="55" valign="middle" /></a></td>
<td align="center" valign="middle"><a href="https://www.tripoffice.com/" target="_blank"><img src="https://nestjs.com/img/logos/tripoffice-logo.png" width="140" valign="middle" /></a></td>
<td align="center" valign="middle"><a href="https://solcellsforetag.se/" target="_blank"><img src="https://nestjs.com/img/logos/solcellsforetag-logo.svg" width="140" valign="middle" /></a></td>
<td align="center" valign="middle"><a href="https://www.route4me.com/" target="_blank"><img src="https://nestjs.com/img/logos/route4me-logo.svg" width="100" valign="middle" /></a></td>
<td align="center" valign="middle"><a href="https://www.slotsup.com/" target="_blank"><img src="https://nestjs.com/img/logos/slotsup-logo.png" width="60" valign="middle" /></a></td>
</tr>
</table>
## Backers

55
eslint.config.mjs Normal file
View File

@@ -0,0 +1,55 @@
// @ts-check
import eslint from '@eslint/js';
import eslintPluginPrettierRecommended from 'eslint-plugin-prettier/recommended';
import globals from 'globals';
import tseslint from 'typescript-eslint';
export default tseslint.config(
{
ignores: ['node_modules', '**/node_modules/**', '**/*.js', '**/*.d.ts'],
},
eslint.configs.recommended,
...tseslint.configs.recommendedTypeChecked,
eslintPluginPrettierRecommended,
{
languageOptions: {
globals: {
...globals.node,
...globals.jest,
},
ecmaVersion: 5,
sourceType: 'module',
parserOptions: {
project: ['tsconfig.json', 'tsconfig.spec.json'],
projectService: true,
tsconfigRootDir: import.meta.dirname,
},
},
},
{
rules: {
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-unsafe-assignment': 'off',
'@typescript-eslint/no-unsafe-call': 'off',
'@typescript-eslint/no-unsafe-member-access': 'off',
'@typescript-eslint/no-unsafe-function-type': 'off',
'@typescript-eslint/no-unsafe-argument': 'off',
'@typescript-eslint/no-unsafe-return': 'off',
'@typescript-eslint/no-unused-expressions': 'off',
'@typescript-eslint/no-require-imports': 'off',
'@typescript-eslint/no-unused-vars': 'off',
"@typescript-eslint/no-misused-promises": [
"error",
{
"checksVoidReturn": false,
"checksConditionals": false
}
],
"@typescript-eslint/require-await": "off",
'@typescript-eslint/prefer-promise-reject-errors': 'off',
'@typescript-eslint/no-base-to-string': 'off',
'@typescript-eslint/unbound-method': 'off',
'@typescript-eslint/only-throw-error': 'off',
},
},
);

View File

@@ -4,6 +4,7 @@ import * as chaiAsPromised from 'chai-as-promised';
import * as sinon from 'sinon';
import { BarService } from '../src/bar.service';
import { FooService } from '../src/foo.service';
chai.use(chaiAsPromised);
const { expect } = chai;

View File

@@ -10,6 +10,7 @@
"target": "ES2021",
"sourceMap": true,
"allowJs": true,
"strictNullChecks": true,
"outDir": "./dist",
"paths": {
"@nestjs/common": ["../../packages/common"],
@@ -32,7 +33,8 @@
},
"include": [
"src/**/*",
"e2e/**/*"
"e2e/**/*",
"test/**/*"
],
"exclude": [
"node_modules",

View File

@@ -38,10 +38,12 @@ describe.skip('Fastify Cors', () => {
);
let requestId = 0;
const configDelegation = function (req, cb) {
const config = configs[requestId];
requestId++;
cb(null, config);
const configDelegation = {
delegator: function (req, cb) {
const config = configs[requestId];
requestId++;
cb(null, config);
},
};
app.enableCors(configDelegation);

View File

@@ -10,6 +10,7 @@
"target": "ES2021",
"sourceMap": true,
"allowJs": true,
"strictNullChecks": true,
"outDir": "./dist",
"paths": {
"@nestjs/common": ["../../packages/common"],

View File

@@ -17,17 +17,17 @@ export class WebhooksExplorer {
const { name } = this.discoveryService.getMetadataByDecorator(
Webhook,
wrapper,
);
)!;
return {
name,
handlers: this.metadataScanner
.getAllMethodNames(wrapper.metatype.prototype)
.getAllMethodNames(wrapper.metatype!.prototype)
.map(methodName => {
const { event } = this.discoveryService.getMetadataByDecorator(
WebhookHandler,
wrapper,
methodName,
);
)!;
return {
methodName,
event,

View File

@@ -10,6 +10,7 @@
"target": "ES2021",
"sourceMap": true,
"allowJs": true,
"strictNullChecks": true,
"outDir": "./dist",
"paths": {
"@nestjs/common": ["../../packages/common"],

View File

@@ -25,8 +25,9 @@ services:
- "9001:9001"
restart: always
mysql:
image: mysql:8.3.0
image: mysql:9.2.0
environment:
MYSQL_ROOT_HOST: '%'
MYSQL_ROOT_PASSWORD: root
MYSQL_DATABASE: test
ports:
@@ -50,7 +51,7 @@ services:
zookeeper:
container_name: test-zookeeper
hostname: zookeeper
image: confluentinc/cp-zookeeper:7.5.3
image: confluentinc/cp-zookeeper:7.9.0
ports:
- "2181:2181"
environment:
@@ -59,7 +60,7 @@ services:
kafka:
container_name: test-kafka
hostname: kafka
image: confluentinc/cp-kafka:7.5.3
image: confluentinc/cp-kafka:7.9.0
depends_on:
- zookeeper
ports:

View File

@@ -7,4 +7,4 @@ async function bootstrap() {
app.useGlobalPipes(new ValidationPipe());
await app.listen(3000);
}
bootstrap();
void bootstrap();

View File

@@ -35,7 +35,7 @@ export class RecipesResolver {
@Args('newRecipeData') newRecipeData: NewRecipeInput,
): Promise<Recipe> {
const recipe = await this.recipesService.create(newRecipeData);
pubSub.publish('recipeAdded', { recipeAdded: recipe });
void pubSub.publish('recipeAdded', { recipeAdded: recipe });
return recipe;
}
@@ -46,6 +46,6 @@ export class RecipesResolver {
@Subscription(returns => Recipe)
recipeAdded() {
return pubSub.asyncIterator('recipeAdded');
return pubSub.asyncIterableIterator('recipeAdded');
}
}

View File

@@ -10,6 +10,7 @@
"target": "ES2021",
"sourceMap": true,
"allowJs": true,
"strictNullChecks": true,
"outDir": "./dist",
"paths": {
"@nestjs/common": ["../../packages/common"],

View File

@@ -42,7 +42,7 @@ describe('GraphQL request scoped', () => {
],
},
})
.end((err, res) => {
.end(err => {
if (err) return end(err);
end();
});

View File

@@ -20,6 +20,6 @@ export class CatsRequestScopedService {
}
findOneById(id: number): Cat {
return this.cats.find(cat => cat.id === id);
return this.cats.find(cat => cat.id === id)!;
}
}

View File

@@ -27,13 +27,13 @@ export class CatsResolvers {
@Mutation('createCat')
async create(@Args() args: Cat): Promise<Cat> {
const createdCat = await this.catsService.create(args);
pubSub.publish('catCreated', { catCreated: createdCat });
const createdCat = this.catsService.create(args);
void pubSub.publish('catCreated', { catCreated: createdCat });
return createdCat;
}
@Subscription('catCreated')
catCreated() {
return pubSub.asyncIterator('catCreated');
return pubSub.asyncIterableIterator('catCreated');
}
}

View File

@@ -20,6 +20,6 @@ export class CatsService {
}
findOneById(id: number): Cat {
return this.cats.find(cat => cat.id === id);
return this.cats.find(cat => cat.id === id)!;
}
}

View File

@@ -5,4 +5,4 @@ async function bootstrap() {
const app = await NestFactory.create(AppModule);
await app.listen(3000);
}
bootstrap();
void bootstrap();

View File

@@ -10,6 +10,7 @@
"target": "ES2021",
"sourceMap": true,
"allowJs": true,
"strictNullChecks": true,
"outDir": "./dist",
"paths": {
"@nestjs/common": ["../../packages/common"],

View File

@@ -50,6 +50,16 @@ class TestController {
return RETURN_VALUE;
}
@Get('legacy-wildcard/overview')
testLegacyWildcard() {
return RETURN_VALUE;
}
@Get('splat-wildcard/overview')
testSplatWildcard() {
return RETURN_VALUE;
}
@Get('overview/:id')
overviewById() {
return RETURN_VALUE;
@@ -64,10 +74,17 @@ class TestModule {
configure(consumer: MiddlewareConsumer) {
consumer
.apply((req, res, next) => res.end(MIDDLEWARE_VALUE))
.exclude('test', 'overview/:id', 'wildcard/(.*)', {
path: 'middleware',
method: RequestMethod.POST,
})
.exclude(
'test',
'overview/:id',
'wildcard/*',
'legacy-wildcard/(.*)',
'splat-wildcard/*splat',
{
path: 'middleware',
method: RequestMethod.POST,
},
)
.forRoutes('*');
}
}
@@ -126,6 +143,18 @@ describe('Exclude middleware (fastify)', () => {
.expect(200, RETURN_VALUE);
});
it(`should exclude "/legacy-wildcard/overview" endpoint (by wildcard, legacy syntax)`, () => {
return request(app.getHttpServer())
.get('/legacy-wildcard/overview')
.expect(200, RETURN_VALUE);
});
it(`should exclude "/splat-wildcard/overview" endpoint (by wildcard, new syntax)`, () => {
return request(app.getHttpServer())
.get('/splat-wildcard/overview')
.expect(200, RETURN_VALUE);
});
afterEach(async () => {
await app.close();
});

View File

@@ -41,10 +41,25 @@ class TestController {
return RETURN_VALUE;
}
@Get('legacy-wildcard/overview')
testLegacyWildcard() {
return RETURN_VALUE;
}
@Get('splat-wildcard/overview')
testSplatWildcard() {
return RETURN_VALUE;
}
@Get('overview/:id')
overviewById() {
return RETURN_VALUE;
}
@Get('multiple/exclude')
multipleExclude() {
return RETURN_VALUE;
}
}
@Module({
@@ -55,11 +70,19 @@ class TestModule {
configure(consumer: MiddlewareConsumer) {
consumer
.apply((req, res, next) => res.send(MIDDLEWARE_VALUE))
.exclude('test', 'overview/:id', 'wildcard/(.*)', {
path: 'middleware',
method: RequestMethod.POST,
})
.forRoutes('*');
.exclude(
'test',
'overview/:id',
'wildcard/*',
'legacy-wildcard/(.*)',
'splat-wildcard/*splat',
{
path: 'middleware',
method: RequestMethod.POST,
},
)
.exclude('multiple/exclude')
.forRoutes('*path');
}
}
@@ -110,6 +133,24 @@ describe('Exclude middleware', () => {
.expect(200, RETURN_VALUE);
});
it(`should exclude "/legacy-wildcard/overview" endpoint (by wildcard, legacy syntax)`, () => {
return request(app.getHttpServer())
.get('/legacy-wildcard/overview')
.expect(200, RETURN_VALUE);
});
it(`should exclude "/splat-wildcard/overview" endpoint (by wildcard, new syntax)`, () => {
return request(app.getHttpServer())
.get('/splat-wildcard/overview')
.expect(200, RETURN_VALUE);
});
it(`should exclude "/multiple/exclude" endpoint`, () => {
return request(app.getHttpServer())
.get('/multiple/exclude')
.expect(200, RETURN_VALUE);
});
afterEach(async () => {
await app.close();
});

View File

@@ -3,10 +3,11 @@ import { ExpressAdapter } from '@nestjs/platform-express';
import { Test } from '@nestjs/testing';
import * as express from 'express';
import * as request from 'supertest';
import { App } from 'supertest/types';
import { AppModule } from '../src/app.module';
describe('Hello world (express instance)', () => {
let server;
let server: App;
let app: INestApplication;
beforeEach(async () => {
@@ -45,6 +46,10 @@ describe('Hello world (express instance)', () => {
});
});
it('/HEAD should respond to with a 200', () => {
return request(server).head('/hello').expect(200);
});
afterEach(async () => {
await app.close();
});

View File

@@ -87,6 +87,15 @@ describe('Hello world (fastify adapter)', () => {
.then(({ payload }) => expect(payload).to.be.eql('Hello world!'));
});
it('/HEAD should respond to with a 200', () => {
return app
.inject({
method: 'HEAD',
url: '/hello',
})
.then(({ statusCode }) => expect(statusCode).to.be.eq(200));
});
afterEach(async () => {
await app.close();
});

View File

@@ -48,7 +48,7 @@ export class HeaderInterceptor {
const ctx = context.switchToHttp();
const res = ctx.getResponse();
for (const key in this.headers) {
if (this.headers.hasOwnProperty(key)) {
if (Object.prototype.hasOwnProperty.call(this.headers, key)) {
res.header(key, this.headers[key]);
}
}

View File

@@ -8,9 +8,9 @@ import {
RequestMethod,
} from '@nestjs/common';
import { Test } from '@nestjs/testing';
import { Response } from 'express';
import * as request from 'supertest';
import { AppModule } from '../src/app.module';
import { Response } from 'express';
const INCLUDED_VALUE = 'test_included';
const RETURN_VALUE = 'test';

View File

@@ -1,20 +1,56 @@
import { INestApplication, MiddlewareConsumer, Module } from '@nestjs/common';
import {
Global,
INestApplication,
MiddlewareConsumer,
Module,
} from '@nestjs/common';
import { Test } from '@nestjs/testing';
import * as request from 'supertest';
const RETURN_VALUE_A = 'test_A';
const RETURN_VALUE_B = 'test_B';
const RETURN_VALUE_X = 'test_X';
const RETURN_VALUE_GLOBAL = 'test_GLOBAL';
@Module({
imports: [],
})
@Global()
@Module({})
class GlobalModule {
configure(consumer: MiddlewareConsumer) {
consumer
.apply((req, res, next) => res.send(RETURN_VALUE_GLOBAL))
.forRoutes('ping');
}
}
@Global()
@Module({})
class GlobalModule2 {
configure(consumer: MiddlewareConsumer) {
consumer
.apply((req, res, next) => res.send(RETURN_VALUE_GLOBAL + '2'))
.forRoutes('ping');
}
}
@Module({ imports: [GlobalModule, GlobalModule2] })
class ModuleX {
configure(consumer: MiddlewareConsumer) {
consumer
.apply((req, res, next) => res.send(RETURN_VALUE_X))
.forRoutes('hello')
.apply((req, res, next) => res.send(RETURN_VALUE_X))
.forRoutes('ping');
}
}
@Module({ imports: [ModuleX] })
class ModuleA {
configure(consumer: MiddlewareConsumer) {
consumer
.apply((req, res, next) => {
res.send(RETURN_VALUE_A);
})
.forRoutes('hello');
.apply((req, res, next) => res.send(RETURN_VALUE_A))
.forRoutes('hello')
.apply((req, res, next) => res.send(RETURN_VALUE_A))
.forRoutes('ping');
}
}
@@ -24,10 +60,10 @@ class ModuleA {
class ModuleB {
configure(consumer: MiddlewareConsumer) {
consumer
.apply((req, res, next) => {
res.send(RETURN_VALUE_B);
})
.forRoutes('hello');
.apply((req, res, next) => res.send(RETURN_VALUE_B))
.forRoutes('hello')
.apply((req, res, next) => res.send(RETURN_VALUE_B))
.forRoutes('ping');
}
}
@@ -55,6 +91,12 @@ describe('Middleware (execution order)', () => {
.expect(200, RETURN_VALUE_B);
});
it('should execute global middleware first', () => {
return request(app.getHttpServer())
.get('/ping')
.expect(200, RETURN_VALUE_GLOBAL);
});
afterEach(async () => {
await app.close();
});

View File

@@ -5,6 +5,7 @@ import {
Module,
NestMiddleware,
NestModule,
Param,
Query,
Req,
RequestMethod,
@@ -15,6 +16,8 @@ import {
} from '@nestjs/platform-fastify';
import { Test } from '@nestjs/testing';
import { expect } from 'chai';
import { FastifyRequest } from 'fastify';
import * as request from 'supertest';
import { AppModule } from '../src/app.module';
describe('Middleware (FastifyAdapter)', () => {
@@ -35,6 +38,11 @@ describe('Middleware (FastifyAdapter)', () => {
return RETURN_VALUE;
}
@Get('legacy_style_wildcard/wildcard_nested')
legacy_style_wildcard() {
return RETURN_VALUE;
}
@Get('test')
test() {
return RETURN_VALUE;
@@ -74,9 +82,13 @@ describe('Middleware (FastifyAdapter)', () => {
.apply((req, res, next) => res.end(INCLUDED_VALUE))
.forRoutes({ path: 'tests/included', method: RequestMethod.POST })
.apply((req, res, next) => res.end(REQ_URL_VALUE))
.forRoutes('req/url/(.*)')
.forRoutes('req/url/*')
.apply((req, res, next) => res.end(WILDCARD_VALUE))
.forRoutes('express_style_wildcard/*', 'tests/(.*)')
.forRoutes(
'express_style_wildcard/*',
'tests/*path',
'legacy_style_wildcard/(.*)',
)
.apply((req, res, next) => res.end(QUERY_VALUE))
.forRoutes('query')
.apply((req, res, next) => next())
@@ -85,7 +97,7 @@ describe('Middleware (FastifyAdapter)', () => {
.forRoutes(TestController)
.apply((req, res, next) => res.end(RETURN_VALUE))
.exclude({ path: QUERY_VALUE, method: -1 as any })
.forRoutes('(.*)');
.forRoutes('*');
}
}
@@ -99,7 +111,7 @@ describe('Middleware (FastifyAdapter)', () => {
await app.init();
});
it(`forRoutes((.*))`, () => {
it(`forRoutes(*)`, () => {
return app
.inject({
method: 'GET',
@@ -141,7 +153,7 @@ describe('Middleware (FastifyAdapter)', () => {
.then(({ payload }) => expect(payload).to.be.eql(QUERY_VALUE));
});
it(`forRoutes(tests/(.*))`, () => {
it(`forRoutes(tests/*path)`, () => {
return app
.inject({
method: 'GET',
@@ -159,6 +171,15 @@ describe('Middleware (FastifyAdapter)', () => {
.then(({ payload }) => expect(payload).to.be.eql(WILDCARD_VALUE));
});
it(`forRoutes(legacy_style_wildcard/*)`, () => {
return app
.inject({
method: 'GET',
url: '/legacy_style_wildcard/wildcard_nested',
})
.then(({ payload }) => expect(payload).to.be.eql(WILDCARD_VALUE));
});
it(`forRoutes(req/url/)`, () => {
const reqUrl = '/test';
return app
@@ -398,4 +419,188 @@ describe('Middleware (FastifyAdapter)', () => {
await app.close();
});
});
describe('should have data attached in middleware', () => {
@Controller()
class DataController {
@Get('data')
async data(@Req() req: FastifyRequest['raw']) {
return {
success: true,
extras: req?.['raw']?.extras,
pong: req?.['raw']?.headers?.ping,
};
}
@Get('pong')
async pong(@Req() req: FastifyRequest['raw']) {
return { success: true, pong: req?.['raw']?.headers?.ping };
}
@Get('')
async rootPath(@Req() req: FastifyRequest['raw']) {
return { success: true, root: true };
}
@Get('record/:id')
async record(@Req() req: FastifyRequest['raw'], @Param('id') id: string) {
return { success: true, record: id };
}
}
@Module({
controllers: [DataController],
})
class DataModule implements NestModule {
configure(consumer: MiddlewareConsumer) {
consumer
.apply((req, res, next) => {
req.extras = { data: 'Data attached in middleware' };
req.headers['ping'] = 'pong';
// When global prefix is set and the route is the root path
if (req.originalUrl === '/api') {
return res.end(JSON.stringify({ success: true, pong: 'pong' }));
}
next();
})
.forRoutes('{*path}');
}
}
beforeEach(async () => {
app = (
await Test.createTestingModule({
imports: [DataModule],
}).compile()
).createNestApplication<NestFastifyApplication>(new FastifyAdapter());
});
it(`GET forRoutes('{*path}') with global prefix (route: /api/pong)`, async () => {
app.setGlobalPrefix('/api');
await app.init();
await app.getHttpAdapter().getInstance().ready();
return app
.inject({
method: 'GET',
url: '/api/pong',
})
.then(({ payload }) =>
expect(payload).to.be.eql(
JSON.stringify({
success: true,
pong: 'pong',
}),
),
);
});
it(`GET forRoutes('{*path}') with global prefix (route: /api)`, async () => {
app.setGlobalPrefix('/api');
await app.init();
await app.getHttpAdapter().getInstance().ready();
return app
.inject({
method: 'GET',
url: '/api',
})
.then(({ payload }) =>
expect(payload).to.be.eql(
JSON.stringify({
success: true,
pong: 'pong',
}),
),
);
});
it(`GET forRoutes('{*path}') without prefix config`, async () => {
await app.init();
await app.getHttpAdapter().getInstance().ready();
return app
.inject({
method: 'GET',
url: '/pong',
})
.then(({ payload }) =>
expect(payload).to.be.eql(
JSON.stringify({
success: true,
pong: 'pong',
}),
),
);
});
it(`GET forRoutes('{*path}') with global prefix and exclude patterns`, async () => {
app.setGlobalPrefix('/api', { exclude: ['/'] });
await app.init();
await app.getHttpAdapter().getInstance().ready();
await request(app.getHttpServer())
.get('/')
.expect(200, { success: true, root: true });
});
it(`GET forRoutes('{*path}') with global prefix and exclude pattern with wildcard`, async () => {
app.setGlobalPrefix('/api', { exclude: ['/record/{*path}'] });
await app.init();
await app.getHttpAdapter().getInstance().ready();
await request(app.getHttpServer())
.get('/api/pong')
.expect(200, { success: true, pong: 'pong' });
await request(app.getHttpServer())
.get('/record/abc123')
.expect(200, { success: true, record: 'abc123' });
});
it(`GET forRoutes('{*path}') with global prefix and exclude pattern with parameter`, async () => {
app.setGlobalPrefix('/api', { exclude: ['/record/:id'] });
await app.init();
await app.getHttpAdapter().getInstance().ready();
await request(app.getHttpServer())
.get('/record/abc123')
.expect(200, { success: true, record: 'abc123' });
await request(app.getHttpServer())
.get('/api/pong')
.expect(200, { success: true, pong: 'pong' });
});
it(`GET forRoutes('{*path}') with global prefix and global prefix options`, async () => {
app.setGlobalPrefix('/api', { exclude: ['/'] });
await app.init();
await app.getHttpAdapter().getInstance().ready();
await request(app.getHttpServer())
.get('/api/data')
.expect(200, {
success: true,
extras: { data: 'Data attached in middleware' },
pong: 'pong',
});
await request(app.getHttpServer())
.get('/')
.expect(200, { success: true, root: true });
});
it(`GET forRoutes('{*path}') with global prefix that not starts with /`, async () => {
app.setGlobalPrefix('api');
await app.init();
await app.getHttpAdapter().getInstance().ready();
await request(app.getHttpServer())
.get('/api/data')
.expect(200, {
success: true,
extras: { data: 'Data attached in middleware' },
pong: 'pong',
});
await request(app.getHttpServer()).get('/').expect(404);
});
afterEach(async () => {
await app.close();
});
});
});

View File

@@ -26,6 +26,11 @@ class TestController {
return RETURN_VALUE;
}
@Get('legacy-wildcard/overview')
legacyWildcard() {
return RETURN_VALUE;
}
@Get('exclude')
exclude() {
return EXCLUDE_VALUE;
@@ -40,7 +45,7 @@ class TestModule {
configure(consumer: MiddlewareConsumer) {
consumer
.apply((req, res, next) => res.send(WILDCARD_VALUE))
.forRoutes('tests/*')
.forRoutes('tests/*path', 'legacy-wildcard/*')
.apply((req, res, next) => res.send(SCOPED_VALUE))
.exclude('exclude')
.forRoutes(TestController)
@@ -86,6 +91,13 @@ describe('Middleware', () => {
.expect(200, WILDCARD_VALUE);
});
it(`forRoutes(legacy-wildcard/*)`, async () => {
app = await createApp();
return request(app.getHttpServer())
.get('/legacy-wildcard/overview')
.expect(200, WILDCARD_VALUE);
});
afterEach(async () => {
await app.close();
});

View File

@@ -18,7 +18,7 @@ export class HostArrayController {
@Get('async')
async asyncGreeting(@HostParam('tenant') tenant: string): Promise<string> {
return `${await this.hostService.greeting()} tenant=${tenant}`;
return `${this.hostService.greeting()} tenant=${tenant}`;
}
@Get('stream')

View File

@@ -18,7 +18,7 @@ export class HostController {
@Get('async')
async asyncGreeting(@HostParam('tenant') tenant: string): Promise<string> {
return `${await this.hostService.greeting()} tenant=${tenant}`;
return `${this.hostService.greeting()} tenant=${tenant}`;
}
@Get('stream')

View File

@@ -10,6 +10,7 @@
"target": "ES2021",
"sourceMap": true,
"allowJs": true,
"strictNullChecks": true,
"outDir": "./dist",
"paths": {
"@nestjs/common": ["../../packages/common"],

View File

@@ -23,10 +23,7 @@ describe('BeforeApplicationShutdown', () => {
it('should sort modules by distance (topological sort) - DESC order', async () => {
@Injectable()
class BB implements BeforeApplicationShutdown {
public field: string;
async beforeApplicationShutdown() {
this.field = 'b-field';
}
beforeApplicationShutdown = Sinon.spy();
}
@Module({
@@ -37,12 +34,8 @@ describe('BeforeApplicationShutdown', () => {
@Injectable()
class AA implements BeforeApplicationShutdown {
public field: string;
constructor(private bb: BB) {}
async beforeApplicationShutdown() {
this.field = this.bb.field + '_a-field';
}
beforeApplicationShutdown = Sinon.spy();
}
@Module({
imports: [B],
@@ -58,7 +51,11 @@ describe('BeforeApplicationShutdown', () => {
await app.init();
await app.close();
const instance = module.get(AA);
expect(instance.field).to.equal('b-field_a-field');
const aa = module.get(AA);
const bb = module.get(BB);
Sinon.assert.callOrder(
aa.beforeApplicationShutdown,
bb.beforeApplicationShutdown,
);
});
});

View File

@@ -23,10 +23,7 @@ describe('OnApplicationShutdown', () => {
it('should sort modules by distance (topological sort) - DESC order', async () => {
@Injectable()
class BB implements OnApplicationShutdown {
public field: string;
async onApplicationShutdown() {
this.field = 'b-field';
}
onApplicationShutdown = Sinon.spy();
}
@Module({
@@ -37,12 +34,8 @@ describe('OnApplicationShutdown', () => {
@Injectable()
class AA implements OnApplicationShutdown {
public field: string;
constructor(private bb: BB) {}
async onApplicationShutdown() {
this.field = this.bb.field + '_a-field';
}
onApplicationShutdown = Sinon.spy();
}
@Module({
imports: [B],
@@ -58,7 +51,8 @@ describe('OnApplicationShutdown', () => {
await app.init();
await app.close();
const instance = module.get(AA);
expect(instance.field).to.equal('b-field_a-field');
const aa = module.get(AA);
const bb = module.get(BB);
Sinon.assert.callOrder(aa.onApplicationShutdown, bb.onApplicationShutdown);
});
});

View File

@@ -43,10 +43,7 @@ describe('OnModuleDestroy', () => {
it('should sort modules by distance (topological sort) - DESC order', async () => {
@Injectable()
class BB implements OnModuleDestroy {
public field: string;
async onModuleDestroy() {
this.field = 'b-field';
}
onModuleDestroy = Sinon.spy();
}
@Module({
@@ -57,13 +54,10 @@ describe('OnModuleDestroy', () => {
@Injectable()
class AA implements OnModuleDestroy {
public field: string;
constructor(private bb: BB) {}
async onModuleDestroy() {
this.field = this.bb.field + '_a-field';
}
onModuleDestroy = Sinon.spy();
}
@Module({
imports: [B],
providers: [AA],
@@ -78,7 +72,8 @@ describe('OnModuleDestroy', () => {
await app.init();
await app.close();
const instance = module.get(AA);
expect(instance.field).to.equal('b-field_a-field');
const aa = module.get(AA);
const bb = module.get(BB);
Sinon.assert.callOrder(aa.onModuleDestroy, bb.onModuleDestroy);
});
});

View File

@@ -39,11 +39,39 @@ describe('OnModuleInit', () => {
});
it('should sort modules by distance (topological sort) - DESC order', async () => {
@Injectable()
class CC implements OnModuleInit {
public field: string;
async onModuleInit() {
this.field = 'c-field';
}
}
@Module({})
class C {
static forRoot() {
return {
module: C,
global: true,
providers: [
{
provide: CC,
useValue: new CC(),
},
],
exports: [CC],
};
}
}
@Injectable()
class BB implements OnModuleInit {
public field: string;
constructor(private cc: CC) {}
async onModuleInit() {
this.field = 'b-field';
this.field = this.cc.field + '_b-field';
}
}
@@ -68,14 +96,19 @@ describe('OnModuleInit', () => {
})
class A {}
@Module({
imports: [A, C.forRoot()],
})
class AppModule {}
const module = await Test.createTestingModule({
imports: [A],
imports: [AppModule],
}).compile();
const app = module.createNestApplication();
await app.init();
const instance = module.get(AA);
expect(instance.field).to.equal('b-field_a-field');
expect(instance.field).to.equal('c-field_b-field_a-field');
});
});

View File

@@ -39,4 +39,4 @@ async function bootstrap() {
process.kill(process.pid, SIGNAL);
}
bootstrap();
void bootstrap();

View File

@@ -10,6 +10,7 @@
"target": "ES2021",
"sourceMap": true,
"allowJs": true,
"strictNullChecks": true,
"outDir": "./dist",
"paths": {
"@nestjs/common": ["../../packages/common"],

View File

@@ -6,7 +6,7 @@ export class CircularModule {
const a = {
module: CircularModule,
providers: [InputService],
b: null,
b: null as any,
};
a.b = a;
return a;

View File

@@ -10,6 +10,7 @@
"target": "ES2021",
"sourceMap": true,
"allowJs": true,
"strictNullChecks": true,
"outDir": "./dist",
"paths": {
"@nestjs/common": ["../../packages/common"],

View File

@@ -1,8 +1,8 @@
import { Controller } from '@nestjs/common';
import { MessagePattern, Payload } from '@nestjs/microservices';
import { ExternalSvcService } from './external-svc.service';
import { CreateExternalSvcDto } from './dto/create-external-svc.dto';
import { UpdateExternalSvcDto } from './dto/update-external-svc.dto';
import { ExternalSvcService } from './external-svc.service';
@Controller()
export class ExternalSvcController {

View File

@@ -10,6 +10,7 @@
"target": "ES2021",
"sourceMap": true,
"allowJs": true,
"strictNullChecks": true,
"outDir": "./dist",
"paths": {
"@nestjs/common": ["../../packages/common"],

View File

@@ -2,12 +2,11 @@ import { INestApplication } from '@nestjs/common';
import { Test } from '@nestjs/testing';
import * as chai from 'chai';
import { expect } from 'chai';
import chaiAsPromised = require('chai-as-promised');
import { AppModule } from '../src/app.module';
import chaiAsPromised = require('chai-as-promised');
chai.use(chaiAsPromised);
describe('Lazy imports', () => {
let server;
let app: INestApplication;
beforeEach(async () => {
@@ -16,7 +15,6 @@ describe('Lazy imports', () => {
}).compile();
app = module.createNestApplication();
server = app.getHttpAdapter().getInstance();
});
it(`should allow imports of global modules`, async () => {

View File

@@ -0,0 +1,30 @@
import { INestApplication } from '@nestjs/common';
import { Test } from '@nestjs/testing';
import { expect } from 'chai';
import * as request from 'supertest';
import { LazyController } from '../src/lazy.controller';
describe('Lazy Requested Scoped providers', () => {
let app: INestApplication;
beforeEach(async () => {
const module = await Test.createTestingModule({
controllers: [LazyController],
}).compile();
app = module.createNestApplication();
await app.init();
});
it('should not recreate dependencies for default scope', async () => {
const resultOne = await request(app.getHttpServer()).get('/lazy/request');
expect(resultOne.text).to.be.equal('Hi! Counter is 1');
expect(resultOne.statusCode).to.be.equal(200);
const resultTwo = await request(app.getHttpServer()).get('/lazy/request');
expect(resultTwo.text).to.be.equal('Hi! Counter is 2');
expect(resultTwo.statusCode).to.be.equal(200);
});
});

View File

@@ -0,0 +1,32 @@
import { INestApplication } from '@nestjs/common';
import { Test } from '@nestjs/testing';
import { TransientLazyModule } from '../src/transient.module';
import { LazyController } from '../src/lazy.controller';
import * as chai from 'chai';
import { expect } from 'chai';
import * as request from 'supertest';
describe('Lazy Transient providers', () => {
let app: INestApplication;
beforeEach(async () => {
const module = await Test.createTestingModule({
controllers: [LazyController],
}).compile();
app = module.createNestApplication();
await app.init();
});
it('should not recreate dependencies for default scope', async () => {
const resultOne = await request(app.getHttpServer()).get('/lazy/transient');
const resultTwo = await request(app.getHttpServer()).get('/lazy/transient');
expect(resultOne.text).to.be.equal('Hi! Counter is 1');
expect(resultOne.statusCode).to.be.equal(200);
expect(resultTwo.text).to.be.equal('Hi! Counter is 2');
expect(resultTwo.statusCode).to.be.equal(200);
});
});

View File

@@ -3,7 +3,13 @@ import { GlobalService } from './global.module';
@Injectable()
export class EagerService {
private counter = 0;
constructor(public globalService: GlobalService) {}
sayHello() {
this.counter++;
return 'Hi! Counter is ' + this.counter;
}
}
@Module({

View File

@@ -0,0 +1,28 @@
import { Controller, Get } from '@nestjs/common';
import { LazyModuleLoader } from '@nestjs/core';
@Controller('lazy')
export class LazyController {
constructor(private lazyLoadModule: LazyModuleLoader) {}
@Get('transient')
async exec() {
const { TransientLazyModule } = await import('./transient.module');
const moduleRef = await this.lazyLoadModule.load(() => TransientLazyModule);
const { TransientService } = await import('./transient.service');
const _service = await moduleRef.resolve(TransientService);
return _service.eager();
}
@Get('request')
async execRequestScope() {
const { RequestLazyModule } = await import('./request.module');
const moduleRef = await this.lazyLoadModule.load(() => RequestLazyModule);
const { RequestService } = await import('./request.service');
const _service = await moduleRef.resolve(RequestService);
return _service.eager();
}
}

View File

@@ -5,4 +5,4 @@ async function bootstrap() {
const app = await NestFactory.create(AppModule);
await app.listen(3000);
}
bootstrap();
void bootstrap();

View File

@@ -0,0 +1,11 @@
import { Module } from '@nestjs/common';
import { EagerService } from './eager.module';
import { GlobalService } from './global.module';
import { RequestService } from './request.service';
@Module({
imports: [],
providers: [RequestService, GlobalService, EagerService],
exports: [RequestService],
})
export class RequestLazyModule {}

View File

@@ -0,0 +1,11 @@
import { Injectable, Scope } from '@nestjs/common';
import { EagerService } from './eager.module';
@Injectable({ scope: Scope.REQUEST })
export class RequestService {
constructor(private eagerService: EagerService) {}
eager() {
return this.eagerService.sayHello();
}
}

View File

@@ -0,0 +1,11 @@
import { Module } from '@nestjs/common';
import { GlobalService } from './global.module';
import { EagerService } from './eager.module';
import { TransientService } from './transient.service';
@Module({
imports: [],
providers: [TransientService, GlobalService, EagerService],
exports: [TransientService],
})
export class TransientLazyModule {}

View File

@@ -0,0 +1,11 @@
import { Injectable, Scope } from '@nestjs/common';
import { EagerService } from './eager.module';
@Injectable({ scope: Scope.TRANSIENT })
export class TransientService {
constructor(private eagerService: EagerService) {}
eager() {
return this.eagerService.sayHello();
}
}

View File

@@ -0,0 +1,41 @@
{
"compilerOptions": {
"module": "commonjs",
"declaration": false,
"noImplicitAny": false,
"removeComments": true,
"noLib": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "ES2021",
"sourceMap": true,
"allowJs": true,
"strictNullChecks": true,
"outDir": "./dist",
"paths": {
"@nestjs/common": ["../../packages/common"],
"@nestjs/common/*": ["../../packages/common/*"],
"@nestjs/core": ["../../packages/core"],
"@nestjs/core/*": ["../../packages/core/*"],
"@nestjs/microservices": ["../../packages/microservices"],
"@nestjs/microservices/*": ["../../packages/microservices/*"],
"@nestjs/websockets": ["../../packages/websockets"],
"@nestjs/websockets/*": ["../../packages/websockets/*"],
"@nestjs/testing": ["../../packages/testing"],
"@nestjs/testing/*": ["../../packages/testing/*"],
"@nestjs/platform-express": ["../../packages/platform-express"],
"@nestjs/platform-express/*": ["../../packages/platform-express/*"],
"@nestjs/platform-socket.io": ["../../packages/platform-socket.io"],
"@nestjs/platform-socket.io/*": ["../../packages/platform-socket.io/*"],
"@nestjs/platform-ws": ["../../packages/platform-ws"],
"@nestjs/platform-ws/*": ["../../packages/platform-ws/*"]
}
},
"include": [
"src/**/*",
"e2e/**/*"
],
"exclude": [
"node_modules",
]
}

View File

@@ -100,7 +100,7 @@ describe.skip('Kafka concurrent', function () {
}
}
if (topicMetadata && topicMetadata.topics.length > 0) {
if (topicMetadata! && topicMetadata.topics.length > 0) {
// we have topics, how many partitions do they have?
for (const topic of topicMetadata.topics) {
if (topic.partitions.length < numbersOfServers) {

View File

@@ -2,10 +2,11 @@ import { INestApplication } from '@nestjs/common';
import { Transport } from '@nestjs/microservices';
import { Test } from '@nestjs/testing';
import * as request from 'supertest';
import { App } from 'supertest/types';
import { DisconnectedClientController } from '../src/disconnected.controller';
describe('Disconnected client', () => {
let server;
let server: App;
let app: INestApplication;
beforeEach(async () => {

View File

@@ -4,11 +4,15 @@ import { INestApplication } from '@nestjs/common';
import { MicroserviceOptions, Transport } from '@nestjs/microservices';
import { Test } from '@nestjs/testing';
import { fail } from 'assert';
import { expect } from 'chai';
import { expect, use } from 'chai';
import * as chaiAsPromised from 'chai-as-promised';
import { join } from 'path';
import * as sinon from 'sinon';
import * as request from 'supertest';
import { GrpcController } from '../src/grpc/grpc.controller';
use(chaiAsPromised);
describe('GRPC transport', () => {
let server;
let app: INestApplication;
@@ -32,6 +36,7 @@ describe('GRPC transport', () => {
],
},
});
// Start gRPC microservice
await app.startAllMicroservices();
await app.init();
@@ -149,6 +154,50 @@ describe('GRPC transport', () => {
expect(receivedIds).to.deep.equal(expectedIds);
});
describe('streaming calls that error', () => {
// We want to assert that the application does not crash when an error is encountered with an unhandledRejection
// the best way to do that is to listen for the unhandledRejection event and fail the test if it is called
let processSpy: sinon.SinonSpy;
beforeEach(() => {
processSpy = sinon.spy();
process.on('unhandledRejection', processSpy);
});
afterEach(() => {
process.off('unhandledRejection', processSpy);
});
it('should not crash when replying with an error', async () => {
const call = new Promise<void>((resolve, reject) => {
const stream = client.streamDivide({
data: [{ dividend: 1, divisor: 0 }],
});
stream.on('data', () => {
fail('Stream should not have emitted any data');
});
stream.on('error', err => {
if (err.code !== GRPC.status.CANCELLED) {
reject(err as Error);
}
});
stream.on('end', () => {
resolve();
});
});
await expect(call).to.eventually.be.rejectedWith(
'3 INVALID_ARGUMENT: dividing by 0 is not possible',
);
// if this fails the application has crashed
expect(processSpy.called).to.be.false;
});
});
after(async () => {
await app.close();
});

View File

@@ -91,7 +91,7 @@ describe.skip('Kafka transport', function () {
});
it(`/POST (async event notification)`, done => {
request(server)
void request(server)
.post('/notify')
.send()
.end(() => {
@@ -123,7 +123,7 @@ describe.skip('Kafka transport', function () {
});
it(`/POST (sync command create user) Concurrency Test`, async () => {
const promises = [];
const promises = [] as Array<Promise<any>>;
for (let concurrencyKey = 0; concurrencyKey < 100; concurrencyKey++) {
const innerUserDto = JSON.parse(JSON.stringify(userDto));
innerUserDto.name += `+${concurrencyKey}`;

View File

@@ -75,7 +75,7 @@ describe('MQTT transport', () => {
}).timeout(5000);
it(`/POST (event notification)`, done => {
request(server)
void request(server)
.post('/notify')
.send([1, 2, 3, 4, 5])
.end(() => {
@@ -87,7 +87,7 @@ describe('MQTT transport', () => {
});
it(`/POST (wildcard EVENT #)`, done => {
request(server)
void request(server)
.post('/wildcard-event')
.send([1, 2, 3, 4, 5])
.end(() => {
@@ -106,7 +106,7 @@ describe('MQTT transport', () => {
});
it(`/POST (wildcard EVENT +)`, done => {
request(server)
void request(server)
.post('/wildcard-event2')
.send([1, 2, 3, 4, 5])
.end(() => {
@@ -125,7 +125,7 @@ describe('MQTT transport', () => {
});
it(`/POST (shared wildcard EVENT #)`, done => {
request(server)
void request(server)
.post('/shared-wildcard-event')
.send([1, 2, 3, 4, 5])
.end(() => {
@@ -144,7 +144,7 @@ describe('MQTT transport', () => {
});
it(`/POST (shared wildcard EVENT +)`, done => {
request(server)
void request(server)
.post('/shared-wildcard-event2')
.send([1, 2, 3, 4, 5])
.end(() => {

View File

@@ -84,7 +84,7 @@ describe('NATS transport', () => {
});
it(`/POST (event notification)`, done => {
request(server)
void request(server)
.post('/notify')
.send([1, 2, 3, 4, 5])
.end(() => {

View File

@@ -78,7 +78,7 @@ describe('REDIS transport', () => {
});
it(`/POST (event notification)`, done => {
request(server)
void request(server)
.post('/notify')
.send([1, 2, 3, 4, 5])
.end(() => {

View File

@@ -85,7 +85,7 @@ describe('RabbitMQ transport', () => {
}).timeout(10000);
it(`/POST (event notification)`, done => {
request(server)
void request(server)
.post('/notify')
.send([1, 2, 3, 4, 5])
.end(() => {

View File

@@ -0,0 +1,98 @@
import {
Controller,
INestMicroservice,
Injectable,
Module,
} from '@nestjs/common';
import { NestFactory } from '@nestjs/core';
import {
AsyncOptions,
ClientTCP,
ClientsModule,
MessagePattern,
MicroserviceOptions,
Payload,
TcpOptions,
Transport,
} from '@nestjs/microservices';
import { expect } from 'chai';
let port: number;
do {
port = Math.round(Math.random() * 10000);
} while (port < 1000);
@Injectable()
class RpcOptionsProvider {
getOptions(): TcpOptions {
return {
transport: Transport.TCP,
options: {
port,
host: '0.0.0.0',
},
};
}
}
@Controller()
class RpcController {
@MessagePattern({ cmd: 'sum' })
sumPayload(@Payload() payload: number[]) {
return payload.reduce((a, b) => a + b, 0);
}
}
@Module({
imports: [
ClientsModule.register([
{
name: 'RPC_CLIENT',
transport: Transport.TCP,
options: {
port,
host: '0.0.0.0',
},
},
]),
],
controllers: [RpcController],
providers: [RpcOptionsProvider],
})
class RpcModule {}
describe('RPC Async transport', () => {
let app: INestMicroservice;
let client: ClientTCP;
beforeEach(async () => {
app = await NestFactory.createMicroservice<
AsyncOptions<MicroserviceOptions>
>(RpcModule, {
logger: false,
inject: [RpcOptionsProvider],
useFactory: (optionsProvider: RpcOptionsProvider) =>
optionsProvider.getOptions(),
});
await app.listen();
client = app.get('RPC_CLIENT', { strict: false });
});
it(`/POST`, done => {
let retData = 0;
client.send({ cmd: 'sum' }, [1, 2, 3, 4, 5]).subscribe({
next: val => (retData += val),
error: done,
complete: () => {
expect(retData).to.eq(15);
done();
},
});
});
afterEach(async () => {
await app.close();
});
});

View File

@@ -2,11 +2,11 @@ import { INestApplication } from '@nestjs/common';
import { Transport } from '@nestjs/microservices';
import { Test } from '@nestjs/testing';
import { expect } from 'chai';
import * as fs from 'fs';
import * as path from 'path';
import * as request from 'supertest';
import { AppController } from '../src/tcp-tls/app.controller';
import { ApplicationModule } from '../src/tcp-tls/app.module';
import * as fs from 'fs';
import * as path from 'path';
describe('RPC TLS transport', () => {
let server;
@@ -109,7 +109,7 @@ describe('RPC TLS transport', () => {
});
it(`/POST (event notification)`, done => {
request(server)
void request(server)
.post('/notify')
.send([1, 2, 3, 4, 5])
.end(() => {

View File

@@ -94,7 +94,7 @@ describe('RPC transport', () => {
});
it(`/POST (event notification)`, done => {
request(server)
void request(server)
.post('/notify')
.send([1, 2, 3, 4, 5])
.end(() => {

View File

@@ -7,7 +7,7 @@ import {
} from '@nestjs/common';
import { ClientProxyFactory } from '@nestjs/microservices';
import { Observable, throwError } from 'rxjs';
import { catchError } from 'rxjs/operators';
import { catchError, tap } from 'rxjs/operators';
@Controller()
export class DisconnectedClientController {
@@ -24,12 +24,16 @@ export class DisconnectedClientController {
return throwError(() =>
code === 'ECONNREFUSED' ||
code === 'CONN_ERR' ||
code === 'ENOTFOUND' ||
code === 'CONNECTION_REFUSED' ||
error.message === 'Connection is closed.'
error.message.includes('Connection is closed.')
? new RequestTimeoutException('ECONNREFUSED')
: new InternalServerErrorException(),
);
}),
tap({
error: () => client.close(),
}),
);
}
}

View File

@@ -2,15 +2,15 @@ import { Body, Controller, HttpCode, Post, Query } from '@nestjs/common';
import {
Client,
ClientGrpc,
ClientGrpcProxy,
GrpcMethod,
GrpcStreamCall,
GrpcStreamMethod,
Transport,
ClientGrpcProxy,
RpcException,
Transport,
} from '@nestjs/microservices';
import { join } from 'path';
import { Observable, of, catchError } from 'rxjs';
import { catchError, from, mergeMap, Observable, of } from 'rxjs';
class ErrorHandlingProxy extends ClientGrpcProxy {
serializeError(err) {
@@ -81,7 +81,7 @@ export class GrpcController {
});
},
error: err => {
reject(err);
reject(err as Error);
},
});
});
@@ -107,6 +107,17 @@ export class GrpcController {
};
}
// contrived example meant to show when an error is encountered, like dividing by zero, the
// application does not crash and the error is returned appropriately to the client
@GrpcMethod('Math', 'StreamDivide')
streamDivide({
data,
}: {
data: { dividend: number; divisor: number }[];
}): Observable<any> {
return from(data).pipe(mergeMap(request => this.divide(request)));
}
@GrpcMethod('Math2')
async sum2({ data }: { data: number[] }): Promise<any> {
return of({

View File

@@ -7,7 +7,9 @@ service Math {
rpc SumStream(stream RequestSum) returns(stream SumResult);
rpc SumStreamPass(stream RequestSum) returns(stream SumResult);
rpc Divide (RequestDivide) returns (DivideResult);
rpc StreamLargeMessages(Empty) returns (stream BackpressureData) {}
rpc StreamLargeMessages(Empty) returns (stream BackpressureData);
/* Given a series of dividend and divisor, stream back the division results for each */
rpc StreamDivide (StreamDivideRequest) returns (stream StreamDivideResponse);
}
message BackpressureData {
@@ -33,3 +35,11 @@ message RequestDivide {
message DivideResult {
int32 result = 1;
}
message StreamDivideRequest {
repeated RequestDivide data = 1;
}
message StreamDivideResponse {
DivideResult data = 1;
}

View File

@@ -13,11 +13,11 @@ import { Observable } from 'rxjs';
import { SumDto } from './dto/sum.dto';
/**
* The following function explicity sends messages to the key representing the partition.
* The following function explicitly sends messages to the key representing the partition.
*/
const explicitPartitioner = () => {
return ({ message }: PartitionerArgs) => {
return parseFloat(message.headers.toPartition.toString());
return parseFloat(message.headers!.toPartition!.toString());
};
};

View File

@@ -5,4 +5,4 @@ async function bootstrap() {
const app = await NestFactory.create(ApplicationModule);
await app.listen(3000);
}
bootstrap();
void bootstrap();

View File

@@ -138,7 +138,7 @@ export class MqttController {
}
@MessagePattern('wildcard-message/#')
wildcardMessageHandler(data: number[]): number {
wildcardMessageHandler(data: number[]): number | undefined {
if ((data as any).response) {
return;
}
@@ -186,7 +186,7 @@ export class MqttController {
}
@MessagePattern('$share/test-group/shared-wildcard-message/#')
sharedWildcardMessageHandler(data: number[]): number {
sharedWildcardMessageHandler(data: number[]): number | undefined {
if ((data as any).response) {
return;
}

View File

@@ -1,13 +1,13 @@
import { Module, Injectable } from '@nestjs/common';
import { AppController } from './app.controller';
import { Injectable, Module } from '@nestjs/common';
import {
ClientsModule,
Transport,
ClientsModuleOptionsFactory,
ClientOptions,
ClientsModule,
ClientsModuleOptionsFactory,
ClientTCP,
RpcException,
Transport,
} from '@nestjs/microservices';
import { AppController } from './app.controller';
import * as fs from 'fs';
import * as path from 'path';

View File

@@ -10,6 +10,7 @@
"target": "ES2021",
"sourceMap": true,
"allowJs": true,
"strictNullChecks": true,
"outDir": "./dist",
"paths": {
"@nestjs/common": ["../../packages/common"],

View File

@@ -10,6 +10,7 @@
"target": "ES2021",
"sourceMap": true,
"allowJs": true,
"strictNullChecks": true,
"outDir": "./dist",
"paths": {
"@nestjs/common": ["../../packages/common"],
@@ -32,7 +33,8 @@
},
"include": [
"src/**/*",
"e2e/**/*"
"e2e/**/*",
"test/**/*"
],
"exclude": [
"node_modules",

View File

@@ -5,4 +5,4 @@ async function bootstrap() {
const app = await NestFactory.create(ApplicationModule);
await app.listen(3001);
}
bootstrap();
void bootstrap();

View File

@@ -10,6 +10,7 @@
"target": "ES2021",
"sourceMap": true,
"allowJs": true,
"strictNullChecks": true,
"outDir": "./dist",
"paths": {
"@nestjs/common": ["../../packages/common"],

View File

@@ -573,7 +573,7 @@ allow_anonymous true
# not given then the access is read/write. <topic> can contain the + or #
# wildcards as in subscriptions.
#
# The "deny" option can used to explicity deny access to a topic that would
# The "deny" option can used to explicitly deny access to a topic that would
# otherwise be granted by a broader read/write/readwrite statement. Any "deny"
# topics are handled before topics that grant read/write access.
#

View File

@@ -11,6 +11,7 @@
"sourceMap": true,
"allowJs": true,
"outDir": "./dist",
"strictNullChecks": true,
"paths": {
"@nestjs/common": ["../../../packages/common"],
"@nestjs/common/*": ["../../../packages/common/*"],
@@ -20,8 +21,8 @@
"@nestjs/microservices/*": ["../../../packages/microservices/*"],
"@nestjs/websockets": ["../../../packages/websockets"],
"@nestjs/websockets/*": ["../../../packages/websockets/*"],
"@nestjs/testing": ["../../../packages/websockets"],
"@nestjs/testing/*": ["../../../packages/websockets/*"],
"@nestjs/testing": ["../../../packages/testing"],
"@nestjs/testing/*": ["../../../packages/testing/*"],
"@nestjs/platform-express": ["../../../packages/platform-express"],
"@nestjs/platform-express/*": ["../../../packages/platform-express/*"],
"@nestjs/platform-socket.io": ["../../../packages/platform-socket.io"],

View File

@@ -11,6 +11,7 @@
"sourceMap": true,
"allowJs": true,
"outDir": "./dist",
"strictNullChecks": true,
"paths": {
"@nestjs/common": ["../../../packages/common"],
"@nestjs/common/*": ["../../../packages/common/*"],
@@ -20,8 +21,8 @@
"@nestjs/microservices/*": ["../../../packages/microservices/*"],
"@nestjs/websockets": ["../../../packages/websockets"],
"@nestjs/websockets/*": ["../../../packages/websockets/*"],
"@nestjs/testing": ["../../../packages/websockets"],
"@nestjs/testing/*": ["../../../packages/websockets/*"],
"@nestjs/testing": ["../../../packages/testing"],
"@nestjs/testing/*": ["../../../packages/testing/*"],
"@nestjs/platform-express": ["../../../packages/platform-express"],
"@nestjs/platform-express/*": ["../../../packages/platform-express/*"],
"@nestjs/platform-socket.io": ["../../../packages/platform-socket.io"],

View File

@@ -127,7 +127,19 @@ describe('Global prefix', () => {
await request(server)
.get('/api/test/params')
.expect(200, { '0': 'params', tenantId: 'test' });
.expect(200, { tenantId: 'test', path: ['params'] });
});
it(`should execute middleware only once`, async () => {
app.setGlobalPrefix('/api', { exclude: ['/'] });
server = app.getHttpServer();
await app.init();
await request(server)
.get('/')
.expect(200, 'Extras: Data attached in middleware, Count: 1');
await request(server).get('/api/count').expect(200, '2');
});
afterEach(async () => {

View File

@@ -26,4 +26,14 @@ export class AppController {
postTest(): string {
return 'test';
}
@Get()
getHome(@Req() req) {
return 'Extras: ' + req.extras?.data + ', Count: ' + req.count;
}
@Get('count')
getCount(@Req() req) {
return req.count;
}
}

View File

@@ -8,6 +8,7 @@ export const MIDDLEWARE_PARAM_VALUE = 'middleware_param';
controllers: [AppController],
})
export class AppModule {
private count = 0;
configure(consumer: MiddlewareConsumer) {
consumer
.apply((req, res, next) => res.end(MIDDLEWARE_VALUE))
@@ -15,18 +16,30 @@ export class AppModule {
.apply((req, res, next) => res.status(201).end(MIDDLEWARE_VALUE))
.forRoutes({ path: MIDDLEWARE_VALUE, method: RequestMethod.POST })
.apply((req, res, next) => res.end(MIDDLEWARE_PARAM_VALUE))
.forRoutes({ path: MIDDLEWARE_VALUE + '/*', method: RequestMethod.GET })
.forRoutes({
path: MIDDLEWARE_VALUE + '/*path',
method: RequestMethod.GET,
})
.apply((req, res, next) => res.status(201).end(MIDDLEWARE_PARAM_VALUE))
.forRoutes({ path: MIDDLEWARE_VALUE + '/*', method: RequestMethod.POST })
.forRoutes({
path: MIDDLEWARE_VALUE + '/*path',
method: RequestMethod.POST,
})
.apply((req, res, next) => {
req.extras = { data: 'Data attached in middleware' };
next();
})
.forRoutes({ path: '*', method: RequestMethod.GET })
.forRoutes({ path: '*path', method: RequestMethod.GET })
.apply((req, res, next) => {
req.middlewareParams = req.params;
next();
})
.forRoutes({ path: '*', method: RequestMethod.GET });
.forRoutes({ path: '*path', method: RequestMethod.GET })
.apply((req, res, next) => {
this.count += 1;
req.count = this.count;
next();
})
.forRoutes('*path');
}
}

View File

@@ -11,6 +11,7 @@
"sourceMap": true,
"allowJs": true,
"outDir": "./dist",
"strictNullChecks": true,
"paths": {
"@nestjs/common": ["../../../packages/common"],
"@nestjs/common/*": ["../../../packages/common/*"],
@@ -20,8 +21,8 @@
"@nestjs/microservices/*": ["../../../packages/microservices/*"],
"@nestjs/websockets": ["../../../packages/websockets"],
"@nestjs/websockets/*": ["../../../packages/websockets/*"],
"@nestjs/testing": ["../../../packages/websockets"],
"@nestjs/testing/*": ["../../../packages/websockets/*"],
"@nestjs/testing": ["../../../packages/testing"],
"@nestjs/testing/*": ["../../../packages/testing/*"],
"@nestjs/platform-express": ["../../../packages/platform-express"],
"@nestjs/platform-express/*": ["../../../packages/platform-express/*"],
"@nestjs/platform-socket.io": ["../../../packages/platform-socket.io"],

View File

@@ -1,9 +1,9 @@
import { INestApplication } from '@nestjs/common';
import { ExpressAdapter } from '@nestjs/platform-express';
import { Test, TestingModule } from '@nestjs/testing';
import { expect } from 'chai';
import * as express from 'express';
import { AppModule } from '../src/app.module';
import { INestApplication } from '@nestjs/common';
describe('Listen (Express Application)', () => {
let testModule: TestingModule;
@@ -17,7 +17,7 @@ describe('Listen (Express Application)', () => {
});
afterEach(async () => {
app.close();
await app.close();
});
it('should resolve with httpServer on success', async () => {

View File

@@ -16,7 +16,7 @@ describe('Listen (Fastify Application)', () => {
});
afterEach(async () => {
app.close();
await app.close();
});
it('should resolve with httpServer on success', async () => {

View File

@@ -0,0 +1,41 @@
{
"compilerOptions": {
"module": "commonjs",
"declaration": false,
"noImplicitAny": false,
"removeComments": true,
"noLib": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "ES2021",
"sourceMap": true,
"allowJs": true,
"outDir": "./dist",
"strictNullChecks": true,
"paths": {
"@nestjs/common": ["../../../packages/common"],
"@nestjs/common/*": ["../../../packages/common/*"],
"@nestjs/core": ["../../../packages/core"],
"@nestjs/core/*": ["../../../packages/core/*"],
"@nestjs/microservices": ["../../../packages/microservices"],
"@nestjs/microservices/*": ["../../../packages/microservices/*"],
"@nestjs/websockets": ["../../../packages/websockets"],
"@nestjs/websockets/*": ["../../../packages/websockets/*"],
"@nestjs/testing": ["../../../packages/testing"],
"@nestjs/testing/*": ["../../../packages/testing/*"],
"@nestjs/platform-express": ["../../../packages/platform-express"],
"@nestjs/platform-express/*": ["../../../packages/platform-express/*"],
"@nestjs/platform-socket.io": ["../../../packages/platform-socket.io"],
"@nestjs/platform-socket.io/*": ["../../../packages/platform-socket.io/*"],
"@nestjs/platform-ws": ["../../../packages/platform-ws"],
"@nestjs/platform-ws/*": ["../../../packages/platform-ws/*"]
}
},
"include": [
"src/**/*",
"e2e/**/*"
],
"exclude": [
"node_modules",
]
}

View File

@@ -7,7 +7,7 @@ export class ExpressController {
getRawBody(@Req() req: RawBodyRequest<Request>) {
return {
parsed: req.body,
raw: req.rawBody.toString(),
raw: req.rawBody!.toString(),
};
}
}

View File

@@ -7,7 +7,7 @@ export class FastifyController {
getRawBody(@Req() req: RawBodyRequest<FastifyRequest>) {
return {
parsed: req.body,
raw: req.rawBody.toString(),
raw: req.rawBody!.toString(),
};
}
}

View File

@@ -11,6 +11,7 @@
"sourceMap": true,
"allowJs": true,
"outDir": "./dist",
"strictNullChecks": true,
"paths": {
"@nestjs/common": ["../../../packages/common"],
"@nestjs/common/*": ["../../../packages/common/*"],
@@ -20,8 +21,8 @@
"@nestjs/microservices/*": ["../../../packages/microservices/*"],
"@nestjs/websockets": ["../../../packages/websockets"],
"@nestjs/websockets/*": ["../../../packages/websockets/*"],
"@nestjs/testing": ["../../../packages/websockets"],
"@nestjs/testing/*": ["../../../packages/websockets/*"],
"@nestjs/testing": ["../../../packages/testing"],
"@nestjs/testing/*": ["../../../packages/testing/*"],
"@nestjs/platform-express": ["../../../packages/platform-express"],
"@nestjs/platform-express/*": ["../../../packages/platform-express/*"],
"@nestjs/platform-socket.io": ["../../../packages/platform-socket.io"],

View File

@@ -1,7 +1,7 @@
import { NestExpressApplication } from '@nestjs/platform-express';
import { Test } from '@nestjs/testing';
import { expect } from 'chai';
import * as EventSource from 'eventsource';
import { EventSource } from 'eventsource';
import { AppModule } from '../src/app.module';
describe('Sse (Express Application)', () => {
@@ -20,7 +20,14 @@ describe('Sse (Express Application)', () => {
const url = await app.getUrl();
eventSource = new EventSource(url + '/sse', {
headers: { connection: 'keep-alive' },
fetch: (input, init) =>
fetch(input, {
...init,
headers: {
...init?.headers,
connection: 'keep-alive',
},
}),
});
});
@@ -57,7 +64,14 @@ describe('Sse (Express Application)', () => {
const url = await app.getUrl();
eventSource = new EventSource(url + '/sse', {
headers: { connection: 'keep-alive' },
fetch: (input, init) =>
fetch(input, {
...init,
headers: {
...init?.headers,
connection: 'keep-alive',
},
}),
});
});

Some files were not shown because too many files have changed in this diff Show More