Compare commits

...

2102 Commits

Author SHA1 Message Date
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 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 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 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
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
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
Kamil Myśliwiec
d658942e1b chore(@nestjs) publish v10.3.3 release 2024-02-12 09:19:26 +01:00
Kamil Mysliwiec
105090b40d Merge pull request #13186 from nestjs/dependabot/npm_and_yarn/nestjs/typeorm-10.0.2
chore(deps-dev): bump @nestjs/typeorm from 10.0.1 to 10.0.2
2024-02-12 09:05:32 +01:00
Kamil Mysliwiec
22ce7f747e Merge pull request #12994 from nestjs/renovate/nest-monorepo
fix(deps): update nest monorepo
2024-02-12 09:04:22 +01:00
Kamil Mysliwiec
fede505ff7 Merge pull request #13195 from NAlexandrov/fix/issue-13187
fix(microservices): emit an error to grpc stream before unsubscribe
2024-02-12 09:03:46 +01:00
Kamil Mysliwiec
ef9ef4327b Merge pull request #13193 from micalevisk/fix/issue-13093
fix(core): when having multiple versions on middleware routes builder
2024-02-12 09:03:27 +01:00
dependabot[bot]
9eddaf1f0e chore(deps-dev): bump @nestjs/typeorm from 10.0.1 to 10.0.2
Bumps [@nestjs/typeorm](https://github.com/nestjs/typeorm) from 10.0.1 to 10.0.2.
- [Release notes](https://github.com/nestjs/typeorm/releases)
- [Changelog](https://github.com/nestjs/typeorm/blob/master/.release-it.json)
- [Commits](https://github.com/nestjs/typeorm/compare/10.0.1...10.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-12 07:45:02 +00:00
Kamil Mysliwiec
4bfd3effaf Merge pull request #13184 from nestjs/dependabot/npm_and_yarn/nestjs/apollo-12.1.0
chore(deps-dev): bump @nestjs/apollo from 12.0.11 to 12.1.0
2024-02-12 08:43:53 +01:00
Kamil Mysliwiec
8de32f2554 Merge pull request #13183 from nestjs/dependabot/npm_and_yarn/fastify/static-7.0.1
chore(deps-dev): bump @fastify/static from 7.0.0 to 7.0.1
2024-02-12 08:43:35 +01:00
Kamil Mysliwiec
a55b2111fe Merge pull request #13182 from nestjs/dependabot/npm_and_yarn/nestjs/mongoose-10.0.4
chore(deps-dev): bump @nestjs/mongoose from 10.0.2 to 10.0.4
2024-02-12 08:43:28 +01:00
Kamil Mysliwiec
ec7edc6086 Merge pull request #13188 from nestjs/dependabot/npm_and_yarn/types/node-20.11.17
chore(deps-dev): bump @types/node from 20.11.16 to 20.11.17
2024-02-12 08:42:29 +01:00
dependabot[bot]
1450ed98bb chore(deps-dev): bump @nestjs/apollo from 12.0.11 to 12.1.0
Bumps [@nestjs/apollo](https://github.com/nestjs/graphql) from 12.0.11 to 12.1.0.
- [Release notes](https://github.com/nestjs/graphql/releases)
- [Commits](https://github.com/nestjs/graphql/compare/v12.0.11...v12.1.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-02-12 07:41:03 +00:00
dependabot[bot]
b149294e29 chore(deps-dev): bump @nestjs/mongoose from 10.0.2 to 10.0.4
Bumps [@nestjs/mongoose](https://github.com/nestjs/mongoose) from 10.0.2 to 10.0.4.
- [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.2...10.0.4)

---
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-02-12 07:40:52 +00:00
Kamil Mysliwiec
6c332a568c Merge pull request #13189 from nestjs/dependabot/npm_and_yarn/mocha-10.3.0
chore(deps-dev): bump mocha from 10.2.0 to 10.3.0
2024-02-12 08:39:33 +01:00
Kamil Mysliwiec
1f6d51d947 Merge pull request #13200 from nestjs/dependabot/npm_and_yarn/nestjs/graphql-12.1.1
chore(deps-dev): bump @nestjs/graphql from 12.0.11 to 12.1.1
2024-02-12 08:39:24 +01:00
dependabot[bot]
179266d210 chore(deps-dev): bump mocha from 10.2.0 to 10.3.0
Bumps [mocha](https://github.com/mochajs/mocha) from 10.2.0 to 10.3.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.2.0...v10.3.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-02-12 07:38:49 +00:00
Kamil Mysliwiec
dadda44259 Merge pull request #13201 from nestjs/dependabot/npm_and_yarn/mongoose-8.1.2
chore(deps-dev): bump mongoose from 8.1.1 to 8.1.2
2024-02-12 08:36:45 +01:00
dependabot[bot]
cba2ede6bb chore(deps-dev): bump mongoose from 8.1.1 to 8.1.2
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.1.1 to 8.1.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.1.1...8.1.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-02-12 00:38:05 +00:00
dependabot[bot]
5b8cd7ce6e chore(deps-dev): bump @nestjs/graphql from 12.0.11 to 12.1.1
Bumps [@nestjs/graphql](https://github.com/nestjs/graphql) from 12.0.11 to 12.1.1.
- [Release notes](https://github.com/nestjs/graphql/releases)
- [Commits](https://github.com/nestjs/graphql/compare/v12.0.11...v12.1.1)

---
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-02-12 00:36:00 +00:00
Nikolay Alexandrov
4cdd3f4dd2 fix(microservices): emit an error to grpc stream before unsubscribe 2024-02-10 01:22:07 +03:00
Micael Levi L. Cavalcante
985c5e19d6 style(common,core): fix formatting 2024-02-09 16:34:20 -04:00
Micael Levi L. Cavalcante
441715aab4 fix(core): when having multiple versions on middleware builder 2024-02-09 16:34:01 -04:00
dependabot[bot]
4a2b12a3f4 chore(deps-dev): bump @types/node from 20.11.16 to 20.11.17
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.16 to 20.11.17.
- [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-09 00:05:05 +00:00
dependabot[bot]
27d894326d chore(deps-dev): bump @fastify/static from 7.0.0 to 7.0.1
Bumps [@fastify/static](https://github.com/fastify/fastify-static) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/fastify/fastify-static/releases)
- [Commits](https://github.com/fastify/fastify-static/compare/v7.0.0...v7.0.1)

---
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-02-08 00:19:47 +00:00
renovate[bot]
15b8876317 fix(deps): update nest monorepo 2024-02-07 12:12:45 +00:00
Kamil Mysliwiec
8cfa854072 Merge pull request #13178 from nestjs/renovate/grpc-grpc-js-1.x
fix(deps): update dependency @grpc/grpc-js to v1.10.0
2024-02-07 12:31:20 +01:00
Kamil Mysliwiec
b64e014a52 Merge pull request #13180 from nestjs/renovate/sequelize-6.x
fix(deps): update dependency sequelize to v6.36.0
2024-02-07 12:31:12 +01:00
Kamil Mysliwiec
0cde098a87 Merge pull request #13176 from nestjs/renovate/redis-4.x
chore(deps): update dependency redis to v4.6.13
2024-02-07 12:31:02 +01:00
renovate[bot]
2c777c2246 fix(deps): update dependency sequelize to v6.36.0 2024-02-07 11:03:29 +00:00
renovate[bot]
3106098f78 fix(deps): update dependency @grpc/grpc-js to v1.10.0 2024-02-07 11:02:54 +00:00
renovate[bot]
74312828db chore(deps): update dependency redis to v4.6.13 2024-02-07 10:54:13 +00:00
Kamil Mysliwiec
243eb648a9 Merge pull request #13110 from nestjs/dependabot/npm_and_yarn/typeorm-0.3.20
chore(deps-dev): bump typeorm from 0.3.19 to 0.3.20
2024-02-07 11:33:36 +01:00
Kamil Myśliwiec
a35938a06c chore(@nestjs) publish v10.3.2 release 2024-02-07 10:55:14 +01:00
dependabot[bot]
3039d5e376 chore(deps-dev): bump typeorm from 0.3.19 to 0.3.20
Bumps [typeorm](https://github.com/typeorm/typeorm) from 0.3.19 to 0.3.20.
- [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.19...0.3.20)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-07 09:40:17 +00:00
Kamil Myśliwiec
0024331dde chore: fix package lock 2024-02-07 10:39:09 +01:00
Kamil Mysliwiec
6c6bc29e2d Merge pull request #12943 from nestjs/renovate/reflect-metadata-0.x
fix(deps): update dependency reflect-metadata to v0.2.1
2024-02-07 09:55:23 +01:00
Kamil Mysliwiec
8f4e9452d3 Merge pull request #12955 from josesilveiraa07/master
feat: Implement getHeader and appendHeader methods in adapters
2024-02-07 09:54:48 +01:00
Kamil Mysliwiec
a58f6a9cb4 Merge pull request #12974 from toxol/rmq-nack-when-no-message-handler
fix(microservices): send rmq nack without matching message handler
2024-02-07 09:54:01 +01:00
Kamil Mysliwiec
f477d5bc0f Merge pull request #13000 from arnica-ext/12998-using-search-controller-method-decorator-hides-any-following-endpoints
fix(core,common): 🐛 missing registration handling of `SEARCH` http verb
2024-02-07 09:53:30 +01:00
Kamil Mysliwiec
c7e1e24cb9 Merge pull request #13084 from edeesis/fix-13077
fix: #13077 KafkaJs typing consistency
2024-02-07 09:52:26 +01:00
Kamil Mysliwiec
7786a65f1f Merge pull request #13105 from Deniks/deniks-rmq-options-fix
feat(microservices): add type for rmq connection options
2024-02-07 09:51:09 +01:00
Kamil Mysliwiec
aee3701246 Merge pull request #13151 from leandrogenas/fix-inbox-prefix
fix(packages/microservices): pass inboxPrefix as argument to createInbox
2024-02-07 09:35:20 +01:00
Kamil Mysliwiec
59309a7981 Merge pull request #13101 from nestjs/dependabot/npm_and_yarn/commitlint/config-angular-18.6.0
chore(deps-dev): bump @commitlint/config-angular from 18.5.0 to 18.6.0
2024-02-07 09:22:11 +01:00
Kamil Mysliwiec
be76a35738 Merge pull request #13152 from alexfriesen/update-fastify-static
fix: allow @fastify/static v7
2024-02-07 09:21:42 +01:00
Kamil Mysliwiec
75e0dd080a Merge pull request #13173 from nestjs/dependabot/npm_and_yarn/grpc/grpc-js-1.10.0
chore(deps-dev): bump @grpc/grpc-js from 1.9.14 to 1.10.0
2024-02-07 09:21:32 +01:00
dependabot[bot]
faa3e47a83 chore(deps-dev): bump @grpc/grpc-js from 1.9.14 to 1.10.0
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.9.14 to 1.10.0.
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.9.14...@grpc/grpc-js@1.10.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>
2024-02-07 00:42:04 +00:00
Kamil Mysliwiec
3353b6766a Merge pull request #13162 from nestjs/dependabot/npm_and_yarn/prettier-3.2.5
chore(deps-dev): bump prettier from 3.2.4 to 3.2.5
2024-02-06 11:00:14 +01:00
Kamil Mysliwiec
741e0a267f Merge pull request #13166 from nestjs/dependabot/npm_and_yarn/fast-json-stringify-5.12.0
chore(deps): bump fast-json-stringify from 5.11.1 to 5.12.0
2024-02-06 09:42:58 +01:00
Kamil Mysliwiec
0f0dbb07de Merge pull request #13170 from nestjs/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-6.21.0
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.20.0 to 6.21.0
2024-02-06 09:42:50 +01:00
dependabot[bot]
fd6a666e83 chore(deps-dev): bump prettier from 3.2.4 to 3.2.5
Bumps [prettier](https://github.com/prettier/prettier) from 3.2.4 to 3.2.5.
- [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.4...3.2.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-06 08:38:36 +00:00
dependabot[bot]
ab81f83333 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.20.0 to 6.21.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/v6.21.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-06 08:38:34 +00:00
Kamil Mysliwiec
8a0468a5c3 Merge pull request #13167 from nestjs/dependabot/npm_and_yarn/redis-4.6.13
chore(deps-dev): bump redis from 4.6.12 to 4.6.13
2024-02-06 09:37:53 +01:00
Kamil Mysliwiec
0157a6197e Merge pull request #13168 from nestjs/dependabot/npm_and_yarn/artillery-2.0.5
chore(deps-dev): bump artillery from 2.0.4 to 2.0.5
2024-02-06 09:37:43 +01:00
Kamil Mysliwiec
27e92cf6f4 Merge pull request #13171 from nestjs/dependabot/npm_and_yarn/lint-staged-15.2.2
chore(deps-dev): bump lint-staged from 15.2.1 to 15.2.2
2024-02-06 09:37:24 +01:00
Kamil Mysliwiec
3261c17ede Merge pull request #13172 from nestjs/dependabot/npm_and_yarn/typescript-eslint/parser-6.21.0
chore(deps-dev): bump @typescript-eslint/parser from 6.20.0 to 6.21.0
2024-02-06 09:37:00 +01:00
dependabot[bot]
d685189a3a chore(deps-dev): bump @typescript-eslint/parser from 6.20.0 to 6.21.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.20.0 to 6.21.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/v6.21.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-06 00:35:45 +00:00
dependabot[bot]
35d89b462e chore(deps-dev): bump lint-staged from 15.2.1 to 15.2.2
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 15.2.1 to 15.2.2.
- [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.1...v15.2.2)

---
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-02-06 00:35:09 +00:00
dependabot[bot]
fe134dd5d0 chore(deps-dev): bump artillery from 2.0.4 to 2.0.5
Bumps [artillery](https://github.com/artilleryio/artillery) from 2.0.4 to 2.0.5.
- [Release notes](https://github.com/artilleryio/artillery/releases)
- [Commits](https://github.com/artilleryio/artillery/compare/artillery-2.0.4...artillery-2.0.5)

---
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-06 00:33:28 +00:00
dependabot[bot]
5db3b5d034 chore(deps-dev): bump redis from 4.6.12 to 4.6.13
Bumps [redis](https://github.com/redis/node-redis) from 4.6.12 to 4.6.13.
- [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.12...redis@4.6.13)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-06 00:32:57 +00:00
dependabot[bot]
9aeff09a93 chore(deps): bump fast-json-stringify from 5.11.1 to 5.12.0
Bumps [fast-json-stringify](https://github.com/fastify/fast-json-stringify) from 5.11.1 to 5.12.0.
- [Release notes](https://github.com/fastify/fast-json-stringify/releases)
- [Commits](https://github.com/fastify/fast-json-stringify/compare/v5.11.1...v5.12.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-02-06 00:32:35 +00:00
renovate[bot]
32b0aa817a fix(deps): update dependency reflect-metadata to v0.2.1 2024-02-02 09:26:07 +00:00
dependabot[bot]
ce481c65e6 chore(deps-dev): bump @commitlint/config-angular from 18.5.0 to 18.6.0
Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular) from 18.5.0 to 18.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/v18.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-02-02 08:52:09 +00:00
Kamil Mysliwiec
180bdf6778 Merge pull request #13129 from nestjs/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-6.20.0
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.19.1 to 6.20.0
2024-02-02 09:51:09 +01:00
Kamil Mysliwiec
dbb6b11511 Merge pull request #13134 from nestjs/renovate/mysql-8.x
chore(deps): update mysql docker tag to v8.3.0
2024-02-02 09:51:05 +01:00
Kamil Mysliwiec
a8400cc0c2 Merge pull request #13142 from nestjs/renovate/mysql2-3.x
fix(deps): update dependency mysql2 to v3.9.1
2024-02-02 09:50:57 +01:00
Kamil Mysliwiec
7f983e1b96 Merge pull request #13148 from nestjs/dependabot/npm_and_yarn/fastify/cors-9.0.1
chore(deps): bump @fastify/cors from 9.0.0 to 9.0.1
2024-02-02 09:50:53 +01:00
Kamil Mysliwiec
c62f4f420a Merge pull request #13149 from nestjs/dependabot/npm_and_yarn/lint-staged-15.2.1
chore(deps-dev): bump lint-staged from 15.2.0 to 15.2.1
2024-02-02 09:50:42 +01:00
Kamil Mysliwiec
9bb39b81d8 Merge pull request #13154 from nestjs/dependabot/npm_and_yarn/fastify/static-7.0.0
chore(deps-dev): bump @fastify/static from 6.12.0 to 7.0.0
2024-02-02 09:50:37 +01:00
Kamil Mysliwiec
81aa89c945 Merge pull request #13155 from nestjs/dependabot/npm_and_yarn/husky-9.0.10
chore(deps-dev): bump husky from 9.0.7 to 9.0.10
2024-02-02 09:50:32 +01:00
Kamil Mysliwiec
4fd94a9622 Merge pull request #13156 from nestjs/dependabot/npm_and_yarn/types/node-20.11.16
chore(deps-dev): bump @types/node from 20.11.13 to 20.11.16
2024-02-02 09:45:42 +01:00
Kamil Mysliwiec
2624713345 Merge pull request #13157 from nestjs/dependabot/npm_and_yarn/fast-json-stringify-5.11.1
chore(deps): bump fast-json-stringify from 5.10.0 to 5.11.1
2024-02-02 09:45:31 +01:00
dependabot[bot]
81c8e81449 chore(deps): bump fast-json-stringify from 5.10.0 to 5.11.1
Bumps [fast-json-stringify](https://github.com/fastify/fast-json-stringify) from 5.10.0 to 5.11.1.
- [Release notes](https://github.com/fastify/fast-json-stringify/releases)
- [Commits](https://github.com/fastify/fast-json-stringify/compare/v5.10.0...v5.11.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-02-02 00:27:51 +00:00
dependabot[bot]
fb733dd06e chore(deps-dev): bump @types/node from 20.11.13 to 20.11.16
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.13 to 20.11.16.
- [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-02 00:27:26 +00:00
dependabot[bot]
9e407ca85b chore(deps-dev): bump husky from 9.0.7 to 9.0.10
Bumps [husky](https://github.com/typicode/husky) from 9.0.7 to 9.0.10.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](https://github.com/typicode/husky/compare/v9.0.7...v9.0.10)

---
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-02 00:26:47 +00:00
dependabot[bot]
224ab5809b chore(deps-dev): bump @fastify/static from 6.12.0 to 7.0.0
Bumps [@fastify/static](https://github.com/fastify/fastify-static) from 6.12.0 to 7.0.0.
- [Release notes](https://github.com/fastify/fastify-static/releases)
- [Commits](https://github.com/fastify/fastify-static/compare/v6.12.0...v7.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-02 00:26:19 +00:00
alexfriesen
c38f604b73 fix: allow @fastify/static v7 2024-02-01 19:04:04 +01:00
Leandro Fabri Pereira
a0bbf0c051 fix(packages/microservices): passe inboxPrefix as argument to createInbox method 2024-02-01 02:59:21 -03:00
dependabot[bot]
78d7d7e93a chore(deps-dev): bump lint-staged from 15.2.0 to 15.2.1
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 15.2.0 to 15.2.1.
- [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.0...v15.2.1)

---
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-02-01 00:23:42 +00:00
dependabot[bot]
1de9b29723 chore(deps): bump @fastify/cors from 9.0.0 to 9.0.1
Bumps [@fastify/cors](https://github.com/fastify/fastify-cors) from 9.0.0 to 9.0.1.
- [Release notes](https://github.com/fastify/fastify-cors/releases)
- [Commits](https://github.com/fastify/fastify-cors/compare/v9.0.0...v9.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>
2024-02-01 00:22:54 +00:00
Deniks
4008cc23c9 feat(microservices): add type for rmq connection options
change socketOptions.connectionOptions type from any to copied amqp-manager's AmqpConnectionOptions

Closes https://github.com/nestjs/nest/issues/13071
2024-01-31 23:01:04 +00:00
Doron Guttman
33aae84e53 refactor(common): ♻️ PR #13000 comments
https://github.com/nestjs/nest/pull/13000
https://github.com/nestjs/nest/issues/12998
2024-01-31 14:04:22 -05:00
Doron Guttman
385d21b938 refactor(common): ♻️ made search method optional
https://github.com/nestjs/nest/issues/12998
2024-01-31 14:04:16 -05:00
Doron Guttman
cb6664c0e9 fix(core,common): 🐛 missing registration handling of SEARCH http verb
fixes https://github.com/nestjs/nest/issues/12998
2024-01-31 14:04:09 -05:00
renovate[bot]
d9c004617b fix(deps): update dependency mysql2 to v3.9.1 2024-01-31 08:51:39 +00:00
renovate[bot]
540304b983 chore(deps): update mysql docker tag to v8.3.0 2024-01-31 08:49:21 +00:00
dependabot[bot]
35a4a274b0 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.19.1 to 6.20.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/v6.20.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-01-31 08:02:33 +00:00
Kamil Mysliwiec
d6e404dfad Merge pull request #13114 from nestjs/renovate/eslint-plugin-prettier-5.x
chore(deps): update dependency eslint-plugin-prettier to v5.1.3
2024-01-31 09:02:31 +01:00
Kamil Mysliwiec
ac2157d0ef Merge pull request #13117 from nestjs/renovate/ts-jest-29.x
chore(deps): update dependency ts-jest to v29.1.2
2024-01-31 09:02:24 +01:00
Kamil Mysliwiec
6b73b27cf8 Merge pull request #13118 from nestjs/renovate/graphql-tools-monorepo
fix(deps): update dependency @graphql-tools/utils to v10.0.13
2024-01-31 09:02:14 +01:00
Kamil Mysliwiec
2d684fe1d5 Merge pull request #13120 from nestjs/renovate/class-validator-0.x
fix(deps): update dependency class-validator to v0.14.1
2024-01-31 09:02:07 +01:00
Kamil Mysliwiec
294f00e6cf Merge pull request #13127 from nestjs/dependabot/npm_and_yarn/mysql2-3.9.1
chore(deps-dev): bump mysql2 from 3.9.0 to 3.9.1
2024-01-31 09:01:02 +01:00
Kamil Mysliwiec
474bc5949e Merge pull request #13128 from nestjs/dependabot/npm_and_yarn/fastify-4.26.0
chore(deps): bump fastify from 4.25.2 to 4.26.0
2024-01-31 09:00:57 +01:00
Kamil Mysliwiec
39bc52c3fa Merge pull request #13130 from nestjs/dependabot/npm_and_yarn/typescript-eslint/parser-6.20.0
chore(deps-dev): bump @typescript-eslint/parser from 6.19.1 to 6.20.0
2024-01-31 09:00:46 +01:00
Kamil Mysliwiec
268d6d5833 Merge pull request #13131 from nestjs/dependabot/npm_and_yarn/husky-9.0.7
chore(deps-dev): bump husky from 9.0.6 to 9.0.7
2024-01-31 09:00:42 +01:00
Kamil Mysliwiec
0a740eaf20 Merge pull request #13137 from nestjs/dependabot/npm_and_yarn/types/node-20.11.13
chore(deps-dev): bump @types/node from 20.11.10 to 20.11.13
2024-01-31 09:00:37 +01:00
Kamil Mysliwiec
c3ddd708e5 Merge pull request #13138 from nestjs/renovate/nestjs-cache-manager-2.x
fix(deps): update dependency @nestjs/cache-manager to v2.2.0
2024-01-31 09:00:32 +01:00
Kamil Mysliwiec
556f0d7b25 Merge pull request #13139 from nestjs/renovate/nestjs-swagger-7.x
fix(deps): update dependency @nestjs/swagger to v7.2.0
2024-01-31 09:00:26 +01:00
Kamil Mysliwiec
55bf6ab90e Merge pull request #13140 from nestjs/renovate/cache-manager-5.x-lockfile
fix(deps): update dependency cache-manager to v5.4.0
2024-01-31 09:00:21 +01:00
Kamil Mysliwiec
8ffa77b862 Merge pull request #13141 from nestjs/renovate/dotenv-16.x
fix(deps): update dependency dotenv to v16.4.1
2024-01-31 09:00:14 +01:00
Kamil Mysliwiec
47b1da52fe Merge pull request #13124 from nestjs/renovate/nestjs-cli-10.x
chore(deps): update dependency @nestjs/cli to v10.3.0
2024-01-31 08:59:56 +01:00
renovate[bot]
31037c488c fix(deps): update dependency dotenv to v16.4.1 2024-01-31 01:41:19 +00:00
renovate[bot]
5180d55f05 fix(deps): update dependency cache-manager to v5.4.0 2024-01-31 01:40:57 +00:00
renovate[bot]
4fa1b1d2b0 fix(deps): update dependency @nestjs/swagger to v7.2.0 2024-01-31 01:40:46 +00:00
renovate[bot]
895d2cb9fa fix(deps): update dependency @nestjs/cache-manager to v2.2.0 2024-01-31 01:40:32 +00:00
renovate[bot]
372fdf0dcc chore(deps): update dependency @nestjs/cli to v10.3.0 2024-01-31 01:32:48 +00:00
renovate[bot]
504ac2096c fix(deps): update dependency class-validator to v0.14.1 2024-01-31 01:29:56 +00:00
renovate[bot]
88ecfa7333 fix(deps): update dependency @graphql-tools/utils to v10.0.13 2024-01-31 01:28:52 +00:00
renovate[bot]
49a97a2868 chore(deps): update dependency ts-jest to v29.1.2 2024-01-31 01:25:46 +00:00
renovate[bot]
8499f8f34b chore(deps): update dependency eslint-plugin-prettier to v5.1.3 2024-01-31 01:23:28 +00:00
dependabot[bot]
676d2e354a chore(deps-dev): bump @types/node from 20.11.10 to 20.11.13
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.10 to 20.11.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>
2024-01-31 01:21:55 +00:00
dependabot[bot]
6e88b212b6 chore(deps-dev): bump husky from 9.0.6 to 9.0.7
Bumps [husky](https://github.com/typicode/husky) from 9.0.6 to 9.0.7.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](https://github.com/typicode/husky/compare/v9.0.6...v9.0.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-30 00:43:58 +00:00
dependabot[bot]
c27510ee71 chore(deps-dev): bump @typescript-eslint/parser from 6.19.1 to 6.20.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.19.1 to 6.20.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/v6.20.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-01-30 00:43:01 +00:00
dependabot[bot]
d2ab147eca chore(deps): bump fastify from 4.25.2 to 4.26.0
Bumps [fastify](https://github.com/fastify/fastify) from 4.25.2 to 4.26.0.
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](https://github.com/fastify/fastify/compare/v4.25.2...v4.26.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-01-30 00:41:58 +00:00
dependabot[bot]
99509e064d chore(deps-dev): bump mysql2 from 3.9.0 to 3.9.1
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.9.0 to 3.9.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.9.0...v3.9.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-01-30 00:41:14 +00:00
Kamil Mysliwiec
4818900e51 Merge pull request #13085 from nestjs/dependabot/npm_and_yarn/mqtt-5.3.5
chore(deps-dev): bump mqtt from 5.3.4 to 5.3.5
2024-01-29 15:31:55 +01:00
Kamil Mysliwiec
c22d50322d Merge pull request #13111 from nestjs/dependabot/npm_and_yarn/mysql2-3.9.0
chore(deps-dev): bump mysql2 from 3.8.0 to 3.9.0
2024-01-29 15:31:46 +01:00
Kamil Mysliwiec
5b30a01878 Merge pull request #13113 from nestjs/renovate/babel-monorepo
chore(deps): update babel monorepo to v7.23.9
2024-01-29 15:31:40 +01:00
Kamil Mysliwiec
d5734009ed Merge pull request #13116 from nestjs/renovate/nodemon-3.x
chore(deps): update dependency nodemon to v3.0.3
2024-01-29 15:31:34 +01:00
Kamil Mysliwiec
3b70a83923 Merge pull request #13119 from nestjs/renovate/grpc-grpc-js-1.x
fix(deps): update dependency @grpc/grpc-js to v1.9.14
2024-01-29 15:31:26 +01:00
Kamil Mysliwiec
92353391a7 Merge pull request #13121 from nestjs/renovate/socket.io-packages
fix(deps): update dependency socket.io to v4.7.4
2024-01-29 15:30:51 +01:00
renovate[bot]
542b8129cf fix(deps): update dependency socket.io to v4.7.4 2024-01-29 09:11:20 +00:00
renovate[bot]
a64bf6c1ec fix(deps): update dependency @grpc/grpc-js to v1.9.14 2024-01-29 09:08:30 +00:00
renovate[bot]
f682594a53 chore(deps): update dependency nodemon to v3.0.3 2024-01-29 08:55:58 +00:00
renovate[bot]
fec0e0a2b9 chore(deps): update babel monorepo to v7.23.9 2024-01-29 08:53:40 +00:00
dependabot[bot]
0ed091a228 chore(deps-dev): bump mqtt from 5.3.4 to 5.3.5
Bumps [mqtt](https://github.com/mqttjs/MQTT.js) from 5.3.4 to 5.3.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.3.4...v5.3.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-01-29 08:24:07 +00:00
dependabot[bot]
06463f9cde chore(deps-dev): bump mysql2 from 3.8.0 to 3.9.0
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.8.0 to 3.9.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.8.0...v3.9.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-01-29 08:23:44 +00:00
Kamil Mysliwiec
d6d9cf1a12 Merge pull request #13086 from nestjs/dependabot/npm_and_yarn/cache-manager-5.4.0
chore(deps-dev): bump cache-manager from 5.3.2 to 5.4.0
2024-01-29 09:21:51 +01:00
Kamil Mysliwiec
3e89cd2755 Merge pull request #13097 from nestjs/dependabot/npm_and_yarn/mongoose-8.1.1
chore(deps-dev): bump mongoose from 8.1.0 to 8.1.1
2024-01-29 09:21:18 +01:00
Kamil Mysliwiec
d6b549f229 Merge pull request #13102 from nestjs/dependabot/npm_and_yarn/husky-9.0.6
chore(deps-dev): bump husky from 8.0.3 to 9.0.6
2024-01-29 09:21:09 +01:00
Kamil Mysliwiec
6c6874d878 Merge pull request #13103 from nestjs/dependabot/npm_and_yarn/commitlint/cli-18.6.0
chore(deps-dev): bump @commitlint/cli from 18.4.4 to 18.6.0
2024-01-29 09:21:04 +01:00
Kamil Mysliwiec
bdbbe11712 Merge pull request #13109 from nestjs/dependabot/npm_and_yarn/fastify/cors-9.0.0
chore(deps): bump @fastify/cors from 8.5.0 to 9.0.0
2024-01-29 09:20:53 +01:00
Kamil Mysliwiec
5993670e9e Merge pull request #13112 from nestjs/dependabot/npm_and_yarn/types/node-20.11.10
chore(deps-dev): bump @types/node from 20.11.5 to 20.11.10
2024-01-29 09:20:24 +01:00
dependabot[bot]
0f63809315 chore(deps-dev): bump @types/node from 20.11.5 to 20.11.10
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.5 to 20.11.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-01-29 00:10:42 +00:00
dependabot[bot]
4b63e65e41 chore(deps): bump @fastify/cors from 8.5.0 to 9.0.0
Bumps [@fastify/cors](https://github.com/fastify/fastify-cors) from 8.5.0 to 9.0.0.
- [Release notes](https://github.com/fastify/fastify-cors/releases)
- [Commits](https://github.com/fastify/fastify-cors/compare/v8.5.0...v9.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-29 00:05:30 +00:00
dependabot[bot]
c343cfd15c chore(deps-dev): bump @commitlint/cli from 18.4.4 to 18.6.0
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 18.4.4 to 18.6.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/v18.6.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-01-26 00:28:21 +00:00
dependabot[bot]
1116f12e32 chore(deps-dev): bump husky from 8.0.3 to 9.0.6
Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.0.6.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](https://github.com/typicode/husky/compare/v8.0.3...v9.0.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-26 00:27:34 +00:00
dependabot[bot]
c6d89e4f74 chore(deps-dev): bump mongoose from 8.1.0 to 8.1.1
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.1.0 to 8.1.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.1.0...8.1.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-01-25 00:32:09 +00:00
dependabot[bot]
5bb1453222 chore(deps-dev): bump cache-manager from 5.3.2 to 5.4.0
Bumps [cache-manager](https://github.com/node-cache-manager/node-cache-manager) from 5.3.2 to 5.4.0.
- [Release notes](https://github.com/node-cache-manager/node-cache-manager/releases)
- [Commits](https://github.com/node-cache-manager/node-cache-manager/compare/v5.3.2...v5.4.0)

---
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-01-24 07:23:51 +00:00
Kamil Mysliwiec
95e8b94435 Merge pull request #13087 from nestjs/dependabot/npm_and_yarn/mongoose-8.1.0
chore(deps-dev): bump mongoose from 8.0.4 to 8.1.0
2024-01-24 08:21:47 +01:00
Kamil Mysliwiec
4e3c766cf9 Merge pull request #13088 from nestjs/dependabot/npm_and_yarn/mysql2-3.8.0
chore(deps-dev): bump mysql2 from 3.7.1 to 3.8.0
2024-01-24 08:21:38 +01:00
dependabot[bot]
63a1dbbb80 chore(deps-dev): bump mongoose from 8.0.4 to 8.1.0
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.0.4 to 8.1.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.0.4...8.1.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-01-24 07:21:04 +00:00
Kamil Mysliwiec
f9fcbbd9af Merge pull request #13090 from nestjs/dependabot/npm_and_yarn/core-js-3.35.1
chore(deps-dev): bump core-js from 3.35.0 to 3.35.1
2024-01-24 08:18:33 +01:00
Kamil Mysliwiec
42cd7f2334 Merge pull request #13091 from nestjs/dependabot/npm_and_yarn/commitlint/config-angular-18.5.0
chore(deps-dev): bump @commitlint/config-angular from 18.4.4 to 18.5.0
2024-01-24 08:17:46 +01:00
Kamil Mysliwiec
c6b97b1a95 Merge pull request #13092 from nestjs/dependabot/npm_and_yarn/types/node-20.11.5
chore(deps-dev): bump @types/node from 20.11.4 to 20.11.5
2024-01-24 08:17:40 +01:00
dependabot[bot]
65225e8e42 chore(deps-dev): bump @types/node from 20.11.4 to 20.11.5
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.4 to 20.11.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-01-24 00:31:40 +00:00
dependabot[bot]
63f0c4da83 chore(deps-dev): bump @commitlint/config-angular from 18.4.4 to 18.5.0
Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular) from 18.4.4 to 18.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/v18.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-01-24 00:30:06 +00:00
dependabot[bot]
3adc3c6bd9 chore(deps-dev): bump core-js from 3.35.0 to 3.35.1
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.35.0 to 3.35.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.35.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-01-24 00:29:05 +00:00
dependabot[bot]
6b9bb858d3 chore(deps-dev): bump mysql2 from 3.7.1 to 3.8.0
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.7.1 to 3.8.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.7.1...v3.8.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-01-24 00:25:56 +00:00
Ed Mitchell
5683d277b3 fix: #13077 KafkaJs typing consistency 2024-01-23 12:04:49 -05:00
Kamil Myśliwiec
0ae1eabd7c test(microservices): fix clients module unit test 2024-01-23 15:52:05 +01:00
Kamil Myśliwiec
c91e21ca16 chore(@nestjs) publish v10.3.1 release 2024-01-23 15:26:34 +01:00
Kamil Myśliwiec
461697f099 chore: fix package lock 2024-01-23 15:25:53 +01:00
Kamil Mysliwiec
829f57f7c0 Merge pull request #13083 from nestjs/fix/non-unique-hashes
fix: generate unique hashes for dynamic modules, and clients
2024-01-23 13:29:16 +01:00
Kamil Mysliwiec
bfca36238d Merge pull request #13080 from nestjs/dependabot/npm_and_yarn/typescript-eslint/parser-6.19.1
chore(deps-dev): bump @typescript-eslint/parser from 6.18.0 to 6.19.1
2024-01-23 13:18:57 +01:00
Kamil Mysliwiec
ec57fba4f6 Merge pull request #12959 from yurks/fix-grpc-client-closing
fix(microservices): grpc client closing
2024-01-23 13:18:41 +01:00
Kamil Mysliwiec
783cf5c0f0 Merge pull request #13027 from dammy001/chore/allow-passing-function-in-header
chore(core): allow dynamic value for header value
2024-01-23 13:16:20 +01:00
Kamil Mysliwiec
7d06225de0 Merge pull request #13034 from nestjs/dependabot/npm_and_yarn/types/sinon-17.0.3
chore(deps-dev): bump @types/sinon from 17.0.2 to 17.0.3
2024-01-23 13:16:03 +01:00
Kamil Mysliwiec
b3f84f427a Merge pull request #13056 from mostafa8026/perf/12914-readable-error-on-undefined-token
perf(common): Improve error handling for undefined tokens
2024-01-23 13:15:48 +01:00
Kamil Mysliwiec
5bf519675f Merge pull request #13066 from nestjs/dependabot/npm_and_yarn/nats-2.19.0
chore(deps-dev): bump nats from 2.18.0 to 2.19.0
2024-01-23 13:15:16 +01:00
Kamil Mysliwiec
7595799c14 Merge pull request #13075 from micalevisk/patch-1
feat(common): support `secureOptions` on https options
2024-01-23 13:14:47 +01:00
Kamil Myśliwiec
9e8f25d0a1 fix: generate unique hashes for dynamic modules, and clients 2024-01-23 13:13:31 +01:00
dependabot[bot]
74545d244f chore(deps-dev): bump nats from 2.18.0 to 2.19.0
Bumps [nats](https://github.com/nats-io/nats.js) from 2.18.0 to 2.19.0.
- [Release notes](https://github.com/nats-io/nats.js/releases)
- [Commits](https://github.com/nats-io/nats.js/compare/v2.18.0...v2.19.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-01-23 10:44:07 +00:00
dependabot[bot]
6aaf452f38 chore(deps-dev): bump @typescript-eslint/parser from 6.18.0 to 6.19.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.18.0 to 6.19.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/v6.19.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-01-23 10:44:02 +00:00
Kamil Mysliwiec
a99cef9042 Merge pull request #13063 from nestjs/dependabot/npm_and_yarn/imports-loader-5.0.0
chore(deps-dev): bump imports-loader from 4.0.1 to 5.0.0
2024-01-23 11:41:53 +01:00
Kamil Mysliwiec
6a6e6b4181 Merge pull request #13048 from nestjs/dependabot/npm_and_yarn/socket.io-client-4.7.4
chore(deps-dev): bump socket.io-client from 4.7.3 to 4.7.4
2024-01-23 11:41:47 +01:00
dependabot[bot]
dd6f964be9 chore(deps-dev): bump @types/sinon from 17.0.2 to 17.0.3
Bumps [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon) from 17.0.2 to 17.0.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sinon)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-23 10:41:40 +00:00
Kamil Mysliwiec
81e511a636 Merge pull request #13064 from nestjs/dependabot/npm_and_yarn/mysql2-3.7.1
chore(deps-dev): bump mysql2 from 3.7.0 to 3.7.1
2024-01-23 11:41:40 +01:00
Kamil Mysliwiec
18f524f5db Merge pull request #13065 from nestjs/dependabot/npm_and_yarn/prettier-3.2.4
chore(deps-dev): bump prettier from 3.1.1 to 3.2.4
2024-01-23 11:41:36 +01:00
Kamil Mysliwiec
7a7e2d3d03 Merge pull request #13067 from nestjs/dependabot/npm_and_yarn/nodemon-3.0.3
chore(deps-dev): bump nodemon from 3.0.2 to 3.0.3
2024-01-23 11:41:25 +01:00
Kamil Mysliwiec
d3c513ae83 Merge pull request #13069 from nestjs/dependabot/npm_and_yarn/grpc/grpc-js-1.9.14
chore(deps-dev): bump @grpc/grpc-js from 1.9.13 to 1.9.14
2024-01-23 11:41:16 +01:00
Kamil Mysliwiec
685fbe2370 Merge pull request #13079 from nestjs/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-6.19.1
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.18.1 to 6.19.1
2024-01-23 11:40:44 +01:00
dependabot[bot]
ee4cea8846 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.18.1 to 6.19.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/v6.19.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-01-23 00:58:00 +00:00
Micael Levi L. Cavalcante
b704b02be1 feat(common): support secureOptions on https options 2024-01-21 15:14:14 -04:00
dependabot[bot]
377b1ecb13 chore(deps-dev): bump @grpc/grpc-js from 1.9.13 to 1.9.14
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.9.13 to 1.9.14.
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.9.13...@grpc/grpc-js@1.9.14)

---
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-01-18 01:05:15 +00:00
dependabot[bot]
6e9033cc39 chore(deps-dev): bump nodemon from 3.0.2 to 3.0.3
Bumps [nodemon](https://github.com/remy/nodemon) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v3.0.2...v3.0.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-01-18 01:01:49 +00:00
dependabot[bot]
0c8839c03e chore(deps-dev): bump prettier from 3.1.1 to 3.2.4
Bumps [prettier](https://github.com/prettier/prettier) from 3.1.1 to 3.2.4.
- [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.1.1...3.2.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-18 01:00:01 +00:00
dependabot[bot]
19124acc02 chore(deps-dev): bump mysql2 from 3.7.0 to 3.7.1
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.7.0 to 3.7.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.7.0...v3.7.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-01-18 00:58:56 +00:00
dependabot[bot]
ccf36cd90a chore(deps-dev): bump imports-loader from 4.0.1 to 5.0.0
Bumps [imports-loader](https://github.com/webpack-contrib/imports-loader) from 4.0.1 to 5.0.0.
- [Release notes](https://github.com/webpack-contrib/imports-loader/releases)
- [Changelog](https://github.com/webpack-contrib/imports-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/imports-loader/compare/v4.0.1...v5.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-18 00:58:11 +00:00
dependabot[bot]
5f8d526716 chore(deps-dev): bump socket.io-client from 4.7.3 to 4.7.4
Bumps [socket.io-client](https://github.com/socketio/socket.io-client) from 4.7.3 to 4.7.4.
- [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.3...4.7.4)

---
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-01-17 07:28:35 +00:00
Kamil Mysliwiec
d6a6f30165 Merge pull request #13045 from nestjs/dependabot/npm_and_yarn/socket.io-4.7.4
chore(deps): bump socket.io from 4.7.3 to 4.7.4
2024-01-17 08:26:49 +01:00
Kamil Mysliwiec
3141a1e707 Merge pull request #13046 from nestjs/dependabot/npm_and_yarn/chai-4.4.1
chore(deps-dev): bump chai from 4.4.0 to 4.4.1
2024-01-17 08:26:44 +01:00
Kamil Mysliwiec
32478e9907 Merge pull request #13047 from nestjs/dependabot/npm_and_yarn/class-validator-0.14.1
chore(deps): bump class-validator from 0.14.0 to 0.14.1
2024-01-17 08:26:39 +01:00
Kamil Mysliwiec
787ab1de7d Merge pull request #13049 from nestjs/dependabot/npm_and_yarn/artillery-2.0.4
chore(deps-dev): bump artillery from 2.0.3 to 2.0.4
2024-01-17 08:26:32 +01:00
Kamil Mysliwiec
5f2ceb9fd2 Merge pull request #13061 from nestjs/dependabot/npm_and_yarn/types/node-20.11.4
chore(deps-dev): bump @types/node from 20.11.0 to 20.11.4
2024-01-17 08:26:22 +01:00
dependabot[bot]
e1da579ba7 chore(deps-dev): bump @types/node from 20.11.0 to 20.11.4
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.0 to 20.11.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-01-17 01:00:09 +00:00
mostafa
f242efafcd perf(common): Improve error handling for undefined tokens
In response to issue #12914, this commit enhances the Nest.js injector for better debugging efficiency. The improvement involves throwing a specific error when a token is undefined, aiding developers in quicker problem identification and resolution. The error message provides guidance on potential circular dependencies and references for further assistance.

Closes #12914
2024-01-16 08:19:53 +03:30
dependabot[bot]
38c2dd9241 chore(deps-dev): bump artillery from 2.0.3 to 2.0.4
Bumps [artillery](https://github.com/artilleryio/artillery) from 2.0.3 to 2.0.4.
- [Release notes](https://github.com/artilleryio/artillery/releases)
- [Commits](https://github.com/artilleryio/artillery/compare/artillery-2.0.3...artillery-2.0.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-15 00:07:27 +00:00
dependabot[bot]
4fe3fbcf60 chore(deps): bump class-validator from 0.14.0 to 0.14.1
Bumps [class-validator](https://github.com/typestack/class-validator) from 0.14.0 to 0.14.1.
- [Release notes](https://github.com/typestack/class-validator/releases)
- [Changelog](https://github.com/typestack/class-validator/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/typestack/class-validator/compare/v0.14.0...v0.14.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-15 00:05:49 +00:00
dependabot[bot]
dacaf72506 chore(deps-dev): bump chai from 4.4.0 to 4.4.1
Bumps [chai](https://github.com/chaijs/chai) from 4.4.0 to 4.4.1.
- [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.0...v4.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-15 00:04:43 +00:00
dependabot[bot]
cb1e0f57ac chore(deps): bump socket.io from 4.7.3 to 4.7.4
Bumps [socket.io](https://github.com/socketio/socket.io) from 4.7.3 to 4.7.4.
- [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.3...4.7.4)

---
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-01-15 00:03:19 +00:00
Kamil Mysliwiec
4195e55a2b Merge pull request #13029 from nestjs/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-6.18.1
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.18.0 to 6.18.1
2024-01-12 08:59:21 +01:00
Kamil Mysliwiec
439e39baa4 Merge pull request #13031 from nestjs/dependabot/npm_and_yarn/mongoose-8.0.4
chore(deps-dev): bump mongoose from 8.0.3 to 8.0.4
2024-01-12 08:58:59 +01:00
Kamil Mysliwiec
6c4d832efb Merge pull request #13035 from nestjs/dependabot/npm_and_yarn/follow-redirects-1.15.4
chore(deps-dev): bump follow-redirects from 1.15.3 to 1.15.4
2024-01-12 08:58:45 +01:00
Kamil Mysliwiec
97d609b444 Merge pull request #13038 from nestjs/dependabot/npm_and_yarn/types/node-20.11.0
chore(deps-dev): bump @types/node from 20.10.7 to 20.11.0
2024-01-12 08:58:40 +01:00
Kamil Mysliwiec
fca74cda20 Merge pull request #13037 from fr0staman/chore/license-2024
chore(license): update year to 2024
2024-01-12 08:58:27 +01:00
dependabot[bot]
6496da2016 chore(deps-dev): bump @types/node from 20.10.7 to 20.11.0
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.10.7 to 20.11.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-01-12 00:06:03 +00:00
fr0staman
d0d8cc7d9a chore: update LICENSE year 2024-01-11 19:51:34 +02:00
dependabot[bot]
8875cc9730 chore(deps-dev): bump follow-redirects from 1.15.3 to 1.15.4
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.3...v1.15.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-11 04:42:02 +00:00
dependabot[bot]
3141be3ac1 chore(deps-dev): bump mongoose from 8.0.3 to 8.0.4
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.0.3 to 8.0.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.0.3...8.0.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-01-10 00:13:06 +00:00
Damilare Anjorin
6adfcccb47 chore: update header decorator 2024-01-09 09:35:37 +01:00
dependabot[bot]
eb65f8c985 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.18.0 to 6.18.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/v6.18.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-01-09 00:02:28 +00:00
Damilare Anjorin
6b4f979d26 chore: allow dynamic value for header value 2024-01-08 16:27:02 +01:00
Kamil Mysliwiec
22b7946a64 Merge pull request #13022 from nestjs/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-6.18.0
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.17.0 to 6.18.0
2024-01-08 09:04:36 +01:00
Kamil Mysliwiec
bfc30ed759 Merge pull request #13023 from nestjs/dependabot/npm_and_yarn/mysql2-3.7.0
chore(deps-dev): bump mysql2 from 3.6.5 to 3.7.0
2024-01-08 09:04:30 +01:00
Kamil Mysliwiec
af5959b02a Merge pull request #13024 from nestjs/dependabot/npm_and_yarn/chai-4.4.0
chore(deps-dev): bump chai from 4.3.10 to 4.4.0
2024-01-08 09:01:31 +01:00
Kamil Mysliwiec
cc21ea5560 Merge pull request #13025 from nestjs/dependabot/npm_and_yarn/fast-json-stringify-5.10.0
chore(deps): bump fast-json-stringify from 5.9.2 to 5.10.0
2024-01-08 08:58:41 +01:00
Kamil Mysliwiec
d9bb6b0ada Merge pull request #13021 from nestjs/dependabot/npm_and_yarn/fastify/multipart-8.1.0
chore(deps-dev): bump @fastify/multipart from 8.0.0 to 8.1.0
2024-01-08 08:52:42 +01:00
dependabot[bot]
162023f16e 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.17.0 to 6.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/v6.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-01-08 07:50:34 +00:00
Kamil Mysliwiec
4b1f63a96c Merge pull request #13019 from nestjs/dependabot/npm_and_yarn/typescript-eslint/parser-6.18.0
chore(deps-dev): bump @typescript-eslint/parser from 6.17.0 to 6.18.0
2024-01-08 08:49:04 +01:00
Kamil Mysliwiec
5939aef006 Merge pull request #13018 from nestjs/dependabot/npm_and_yarn/types/node-20.10.7
chore(deps-dev): bump @types/node from 20.10.6 to 20.10.7
2024-01-08 08:48:58 +01:00
Kamil Mysliwiec
afe55729d3 Merge pull request #13008 from nestjs/dependabot/npm_and_yarn/commitlint/config-angular-18.4.4
chore(deps-dev): bump @commitlint/config-angular from 18.4.3 to 18.4.4
2024-01-08 08:47:52 +01:00
dependabot[bot]
5b553a77e9 chore(deps): bump fast-json-stringify from 5.9.2 to 5.10.0
Bumps [fast-json-stringify](https://github.com/fastify/fast-json-stringify) from 5.9.2 to 5.10.0.
- [Release notes](https://github.com/fastify/fast-json-stringify/releases)
- [Commits](https://github.com/fastify/fast-json-stringify/compare/v5.9.2...v5.10.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-01-08 00:50:09 +00:00
dependabot[bot]
9e3664bd41 chore(deps-dev): bump chai from 4.3.10 to 4.4.0
Bumps [chai](https://github.com/chaijs/chai) from 4.3.10 to 4.4.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.3.10...v4.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-08 00:49:46 +00:00
dependabot[bot]
641bcc9afe chore(deps-dev): bump mysql2 from 3.6.5 to 3.7.0
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.6.5 to 3.7.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.6.5...v3.7.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-01-08 00:49:10 +00:00
dependabot[bot]
781f80ffa2 chore(deps-dev): bump @fastify/multipart from 8.0.0 to 8.1.0
Bumps [@fastify/multipart](https://github.com/fastify/fastify-multipart) from 8.0.0 to 8.1.0.
- [Release notes](https://github.com/fastify/fastify-multipart/releases)
- [Commits](https://github.com/fastify/fastify-multipart/compare/v8.0.0...v8.1.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-01-08 00:47:49 +00:00
dependabot[bot]
a9922c1b59 chore(deps-dev): bump @typescript-eslint/parser from 6.17.0 to 6.18.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.17.0 to 6.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/v6.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-01-08 00:46:39 +00:00
dependabot[bot]
8afbc23dc1 chore(deps-dev): bump @types/node from 20.10.6 to 20.10.7
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.10.6 to 20.10.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-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-08 00:46:02 +00:00
Kamil Mysliwiec
3f3199ccb4 Merge pull request #13003 from nestjs/dependabot/npm_and_yarn/socket.io-4.7.3
chore(deps): bump socket.io from 4.7.2 to 4.7.3
2024-01-05 09:32:25 +01:00
dependabot[bot]
0d45ec6084 chore(deps): bump socket.io from 4.7.2 to 4.7.3
Bumps [socket.io](https://github.com/socketio/socket.io) from 4.7.2 to 4.7.3.
- [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.2...4.7.3)

---
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-01-05 08:31:40 +00:00
dependabot[bot]
c5bba4c7c8 chore(deps-dev): bump @commitlint/config-angular from 18.4.3 to 18.4.4
Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular) from 18.4.3 to 18.4.4.
- [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.4.4/@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-01-05 08:30:32 +00:00
Kamil Mysliwiec
ebcbf7d822 Merge pull request #13004 from nestjs/dependabot/npm_and_yarn/typeorm-0.3.19
chore(deps-dev): bump typeorm from 0.3.17 to 0.3.19
2024-01-05 09:29:18 +01:00
Kamil Mysliwiec
6f8de17d5c Merge pull request #13005 from nestjs/dependabot/npm_and_yarn/socket.io-client-4.7.3
chore(deps-dev): bump socket.io-client from 4.7.2 to 4.7.3
2024-01-05 09:29:06 +01:00
Kamil Mysliwiec
f9531642b0 Merge pull request #13009 from nestjs/dependabot/npm_and_yarn/commitlint/cli-18.4.4
chore(deps-dev): bump @commitlint/cli from 18.4.3 to 18.4.4
2024-01-05 09:28:36 +01:00
dependabot[bot]
86e78e94fc chore(deps-dev): bump @commitlint/cli from 18.4.3 to 18.4.4
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 18.4.3 to 18.4.4.
- [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.4.4/@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-01-05 00:28:09 +00:00
dependabot[bot]
991654c32f chore(deps-dev): bump socket.io-client from 4.7.2 to 4.7.3
Bumps [socket.io-client](https://github.com/socketio/socket.io-client) from 4.7.2 to 4.7.3.
- [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.2...4.7.3)

---
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-01-04 00:56:50 +00:00
dependabot[bot]
4bfae75556 chore(deps-dev): bump typeorm from 0.3.17 to 0.3.19
Bumps [typeorm](https://github.com/typeorm/typeorm) from 0.3.17 to 0.3.19.
- [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.17...0.3.19)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-04 00:56:15 +00:00
Kamil Mysliwiec
9e5b1ec74b Merge pull request #12934 from nestjs/renovate/eslint-plugin-import-2.x
chore(deps): update dependency eslint-plugin-import to v2.29.1
2024-01-03 08:21:51 +01:00
Kamil Mysliwiec
6aa2982a55 Merge pull request #12999 from nestjs/dependabot/npm_and_yarn/apollo/server-4.10.0
chore(deps-dev): bump @apollo/server from 4.9.5 to 4.10.0
2024-01-03 08:20:33 +01:00
Kamil Mysliwiec
79fe561f54 Merge pull request #12953 from nestjs/dependabot/npm_and_yarn/cache-manager-5.3.2
chore(deps-dev): bump cache-manager from 5.3.1 to 5.3.2
2024-01-03 08:20:27 +01:00
Kamil Mysliwiec
be62340a24 Merge pull request #12984 from nestjs/dependabot/npm_and_yarn/typescript-eslint/parser-6.17.0
chore(deps-dev): bump @typescript-eslint/parser from 6.14.0 to 6.17.0
2024-01-03 08:20:22 +01:00
Kamil Mysliwiec
89d8f49824 Merge pull request #12985 from nestjs/renovate/babel-monorepo
chore(deps): update babel monorepo to v7.23.7
2024-01-03 08:20:16 +01:00
renovate[bot]
aa7fcd4c62 chore(deps): update babel monorepo to v7.23.7 2024-01-03 07:20:09 +00:00
Kamil Mysliwiec
5432b03626 Merge pull request #12986 from nestjs/renovate/confluentinc-cp-kafka-7.x
chore(deps): update confluentinc/cp-kafka docker tag to v7.5.3
2024-01-03 08:20:07 +01:00
Kamil Mysliwiec
a778772bae Merge pull request #12987 from nestjs/renovate/confluentinc-cp-zookeeper-7.x
chore(deps): update confluentinc/cp-zookeeper docker tag to v7.5.3
2024-01-03 08:20:03 +01:00
Kamil Mysliwiec
94f5a82539 Merge pull request #12989 from nestjs/renovate/redis-4.x
chore(deps): update dependency redis to v4.6.12
2024-01-03 08:19:58 +01:00
Kamil Mysliwiec
5d12b27d84 Merge pull request #12990 from nestjs/renovate/graphql-tools-monorepo
fix(deps): update dependency @graphql-tools/utils to v10.0.12
2024-01-03 08:19:54 +01:00
Kamil Mysliwiec
222c041cc3 Merge pull request #12991 from nestjs/renovate/cache-manager-5.x-lockfile
fix(deps): update dependency cache-manager to v5.3.2
2024-01-03 08:19:49 +01:00
Kamil Mysliwiec
99a6d28b3e Merge pull request #12992 from nestjs/renovate/mercurius-13.x
fix(deps): update dependency mercurius to v13.3.3
2024-01-03 08:19:44 +01:00
Kamil Mysliwiec
5a4b95da1d Merge pull request #12993 from nestjs/renovate/eslint-plugin-prettier-5.x
chore(deps): update dependency eslint-plugin-prettier to v5.1.2
2024-01-03 08:19:12 +01:00
dependabot[bot]
94be765cc5 chore(deps-dev): bump @apollo/server from 4.9.5 to 4.10.0
Bumps [@apollo/server](https://github.com/apollographql/apollo-server/tree/HEAD/packages/server) from 4.9.5 to 4.10.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.10.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-01-03 00:14:24 +00:00
yurks
eef433424d style(microservices): improve code readability 2024-01-02 18:39:53 +02:00
renovate[bot]
df65da17b3 chore(deps): update dependency eslint-plugin-prettier to v5.1.2 2024-01-02 12:47:01 +00:00
renovate[bot]
304f6059bc fix(deps): update dependency mercurius to v13.3.3 2024-01-02 12:46:03 +00:00
renovate[bot]
2e5795482a fix(deps): update dependency cache-manager to v5.3.2 2024-01-02 12:45:50 +00:00
renovate[bot]
c0ae59b5ba fix(deps): update dependency @graphql-tools/utils to v10.0.12 2024-01-02 12:45:38 +00:00
renovate[bot]
1d5aa5ea3a chore(deps): update dependency redis to v4.6.12 2024-01-02 12:45:23 +00:00
renovate[bot]
5798747802 chore(deps): update confluentinc/cp-zookeeper docker tag to v7.5.3 2024-01-02 12:44:41 +00:00
renovate[bot]
8496b7d5eb chore(deps): update confluentinc/cp-kafka docker tag to v7.5.3 2024-01-02 12:44:33 +00:00
renovate[bot]
53afbf8390 chore(deps): update dependency eslint-plugin-import to v2.29.1 2024-01-02 12:30:22 +00:00
dependabot[bot]
d7bf85c8f9 chore(deps-dev): bump @typescript-eslint/parser from 6.14.0 to 6.17.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.14.0 to 6.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/v6.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-01-02 12:29:11 +00:00
Kamil Mysliwiec
585f90229e Merge pull request #12983 from nestjs/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-6.17.0
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.15.0 to 6.17.0
2024-01-02 13:28:28 +01:00
Kamil Mysliwiec
e74079127f Merge pull request #12981 from nestjs/dependabot/npm_and_yarn/types/node-20.10.6
chore(deps-dev): bump @types/node from 20.10.5 to 20.10.6
2024-01-02 13:28:24 +01:00
Kamil Mysliwiec
f4338bfb92 Merge pull request #12973 from nestjs/dependabot/npm_and_yarn/core-js-3.35.0
chore(deps-dev): bump core-js from 3.34.0 to 3.35.0
2024-01-02 13:28:18 +01:00
Kamil Mysliwiec
3349ec7491 Merge pull request #12972 from nestjs/dependabot/npm_and_yarn/sample/26-queues/msgpackr-1.10.1
chore(deps): bump msgpackr from 1.6.1 to 1.10.1 in /sample/26-queues
2024-01-02 13:28:09 +01:00
Kamil Mysliwiec
74b42389d3 Merge pull request #12969 from nestjs/dependabot/npm_and_yarn/fast-json-stringify-5.9.2
chore(deps): bump fast-json-stringify from 5.9.1 to 5.9.2
2024-01-02 13:28:04 +01:00
Kamil Mysliwiec
d1272f405c Merge pull request #12968 from nestjs/dependabot/npm_and_yarn/ws-8.16.0
chore(deps): bump ws from 8.15.1 to 8.16.0
2024-01-02 13:28:00 +01:00
Kamil Mysliwiec
2aa1f068b3 Merge pull request #12964 from nestjs/dependabot/npm_and_yarn/mqtt-5.3.4
chore(deps-dev): bump mqtt from 5.3.3 to 5.3.4
2024-01-02 13:27:52 +01:00
Kamil Mysliwiec
b5f99ac794 Merge pull request #12962 from nestjs/dependabot/npm_and_yarn/fastify-4.25.2
chore(deps): bump fastify from 4.25.1 to 4.25.2
2024-01-02 13:27:45 +01:00
dependabot[bot]
8be4fd69e4 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.15.0 to 6.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/v6.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-01-02 00:09:03 +00:00
dependabot[bot]
db484abbca chore(deps-dev): bump @types/node from 20.10.5 to 20.10.6
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.10.5 to 20.10.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-01-01 01:17:02 +00:00
Anton Muldiyarov
e43df5ad44 fix(microservices): send rmq nack without matching message handler 2023-12-29 08:29:14 +03:00
dependabot[bot]
d9dd3184e1 chore(deps-dev): bump core-js from 3.34.0 to 3.35.0
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.34.0 to 3.35.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.35.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>
2023-12-29 00:50:05 +00:00
dependabot[bot]
7cdef3da84 chore(deps): bump msgpackr from 1.6.1 to 1.10.1 in /sample/26-queues
Bumps [msgpackr](https://github.com/kriszyp/msgpackr) from 1.6.1 to 1.10.1.
- [Release notes](https://github.com/kriszyp/msgpackr/releases)
- [Commits](https://github.com/kriszyp/msgpackr/commits/v1.10.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-28 21:40:59 +00:00
dependabot[bot]
73e2043693 chore(deps): bump fast-json-stringify from 5.9.1 to 5.9.2
Bumps [fast-json-stringify](https://github.com/fastify/fast-json-stringify) from 5.9.1 to 5.9.2.
- [Release notes](https://github.com/fastify/fast-json-stringify/releases)
- [Commits](https://github.com/fastify/fast-json-stringify/compare/v5.9.1...v5.9.2)

---
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>
2023-12-27 00:22:59 +00:00
dependabot[bot]
ad27f970e2 chore(deps): bump ws from 8.15.1 to 8.16.0
Bumps [ws](https://github.com/websockets/ws) from 8.15.1 to 8.16.0.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/8.15.1...8.16.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-27 00:22:34 +00:00
dependabot[bot]
0fe433aaa7 chore(deps-dev): bump mqtt from 5.3.3 to 5.3.4
Bumps [mqtt](https://github.com/mqttjs/MQTT.js) from 5.3.3 to 5.3.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.3.3...v5.3.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-25 00:46:52 +00:00
dependabot[bot]
7bda6f407e chore(deps): bump fastify from 4.25.1 to 4.25.2
Bumps [fastify](https://github.com/fastify/fastify) from 4.25.1 to 4.25.2.
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](https://github.com/fastify/fastify/compare/v4.25.1...v4.25.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-25 00:44:01 +00:00
yurks
717e076035 test(microservices): grpc client closing 2023-12-22 16:59:31 +02:00
yurks
da3856e7e2 fix(microservices): grpc client closing 2023-12-22 16:08:24 +02:00
=
36411c3250 fix: Implement AbstractHttpAdapter in NoopHttpAdapter 2023-12-20 20:34:08 -03:00
=
9a1a776832 fix: Wrong getHeader method signature in http-adapter class 2023-12-20 18:46:41 -03:00
=
5c784233f8 fix: Wrong getHeader method signature 2023-12-20 18:46:05 -03:00
=
cfd0ab69a0 feat: Implement getHeader and appendHeader methods in adapters
The setHeader method would replace a header, while there can be multiple headers with the same name
2023-12-20 18:39:59 -03:00
dependabot[bot]
5b17912e05 chore(deps-dev): bump cache-manager from 5.3.1 to 5.3.2
Bumps [cache-manager](https://github.com/node-cache-manager/node-cache-manager) from 5.3.1 to 5.3.2.
- [Release notes](https://github.com/node-cache-manager/node-cache-manager/releases)
- [Commits](https://github.com/node-cache-manager/node-cache-manager/compare/v5.3.1...v5.3.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-20 00:06:59 +00:00
Kamil Mysliwiec
18335ffa9d Merge pull request #12948 from nestjs/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-6.15.0
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.14.0 to 6.15.0
2023-12-19 08:55:34 +01:00
Kamil Mysliwiec
d4f6e3a720 Merge pull request #12942 from nestjs/renovate/eslint-config-prettier-9.x
chore(deps): update dependency eslint-config-prettier to v9.1.0
2023-12-19 08:54:42 +01:00
Kamil Mysliwiec
a2b1e1b0e9 Merge pull request #12945 from nestjs/renovate/ts-morph-21.x
fix(deps): update dependency ts-morph to v21
2023-12-19 08:54:31 +01:00
Kamil Mysliwiec
af7a352b28 Merge pull request #12938 from nestjs/renovate/nestjs-swagger-7.x
fix(deps): update dependency @nestjs/swagger to v7.1.17
2023-12-19 08:54:22 +01:00
Kamil Mysliwiec
f861a0f97a Merge pull request #12937 from nestjs/renovate/grpc-grpc-js-1.x
fix(deps): update dependency @grpc/grpc-js to v1.9.13
2023-12-19 08:54:17 +01:00
Kamil Mysliwiec
6822e68973 Merge pull request #12933 from nestjs/renovate/babel-monorepo
chore(deps): update babel monorepo to v7.23.6
2023-12-19 08:54:11 +01:00
Kamil Mysliwiec
c1bb8e2565 Merge pull request #12950 from nestjs/dependabot/npm_and_yarn/fastify/cors-8.5.0
chore(deps): bump @fastify/cors from 8.4.2 to 8.5.0
2023-12-19 08:53:50 +01:00
Kamil Mysliwiec
3465a66b2c Merge pull request #12949 from nestjs/dependabot/npm_and_yarn/redis-4.6.12
chore(deps-dev): bump redis from 4.6.11 to 4.6.12
2023-12-19 08:53:43 +01:00
dependabot[bot]
586a3700e6 chore(deps): bump @fastify/cors from 8.4.2 to 8.5.0
Bumps [@fastify/cors](https://github.com/fastify/fastify-cors) from 8.4.2 to 8.5.0.
- [Release notes](https://github.com/fastify/fastify-cors/releases)
- [Commits](https://github.com/fastify/fastify-cors/compare/v8.4.2...v8.5.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>
2023-12-19 00:37:26 +00:00
dependabot[bot]
e3082ecbae chore(deps-dev): bump redis from 4.6.11 to 4.6.12
Bumps [redis](https://github.com/redis/node-redis) from 4.6.11 to 4.6.12.
- [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.11...redis@4.6.12)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-19 00:36:38 +00:00
dependabot[bot]
42b03e8791 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.14.0 to 6.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/v6.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>
2023-12-19 00:35:51 +00:00
renovate[bot]
912de4d6d9 chore(deps): update dependency eslint-config-prettier to v9.1.0 2023-12-18 09:06:52 +00:00
renovate[bot]
7c0bd5d7f3 chore(deps): update babel monorepo to v7.23.6 2023-12-18 08:57:14 +00:00
renovate[bot]
1ac9cc5932 fix(deps): update dependency ts-morph to v21 2023-12-18 08:55:49 +00:00
Kamil Myśliwiec
02cfe1deeb chore: update readme 2023-12-18 09:51:21 +01:00
renovate[bot]
82bc7e0b3f fix(deps): update dependency @nestjs/swagger to v7.1.17 2023-12-18 08:45:53 +00:00
renovate[bot]
e725aca3aa fix(deps): update dependency @grpc/grpc-js to v1.9.13 2023-12-18 08:45:41 +00:00
Kamil Myśliwiec
1fa54579df chore(@nestjs) publish v10.3.0 release 2023-12-18 09:42:38 +01:00
Kamil Mysliwiec
f3c3d83209 Merge pull request #12891 from nestjs/renovate/jest-monorepo
chore(deps): update dependency @types/jest to v29.5.11
2023-12-18 09:39:17 +01:00
Kamil Mysliwiec
1bc1035d3d Merge pull request #12935 from nestjs/renovate/nodemon-3.x
chore(deps): update dependency nodemon to v3.0.2
2023-12-18 09:37:18 +01:00
Kamil Mysliwiec
0900a10ae7 Merge pull request #12833 from nestjs/renovate/typescript-5.x
chore(deps): update dependency typescript to v5.3.3
2023-12-18 09:34:22 +01:00
Kamil Mysliwiec
c12112d350 Merge pull request #12832 from nestjs/renovate/ts-loader-9.x
chore(deps): update dependency ts-loader to v9.5.1
2023-12-18 09:34:16 +01:00
Kamil Mysliwiec
34c202e53c Merge pull request #12939 from nestjs/renovate/mercurius-13.x
fix(deps): update dependency mercurius to v13.3.2
2023-12-18 09:34:02 +01:00
Kamil Mysliwiec
100064bdec Merge pull request #12941 from nestjs/renovate/sequelize-6.x
fix(deps): update dependency sequelize to v6.35.2
2023-12-18 09:33:50 +01:00
Kamil Mysliwiec
caa4221bd8 Merge pull request #12810 from nestjs/renovate/nest-monorepo
fix(deps): update nest monorepo
2023-12-18 09:33:26 +01:00
renovate[bot]
1bf7854953 chore(deps): update dependency nodemon to v3.0.2 2023-12-18 08:24:56 +00:00
renovate[bot]
b84054fcb7 chore(deps): update dependency @types/jest to v29.5.11 2023-12-18 08:23:00 +00:00
renovate[bot]
acdf2118d6 chore(deps): update dependency typescript to v5.3.3 2023-12-18 08:15:35 +00:00
renovate[bot]
705f15b21a chore(deps): update dependency ts-loader to v9.5.1 2023-12-18 08:13:16 +00:00
Kamil Myśliwiec
4fe0fbfc95 Merge branch 'krugi-feature/grpc-server-package-definition' 2023-12-18 09:13:08 +01:00
Kamil Myśliwiec
8d08184a34 refactor(microservices): a few minor tweaks 2023-12-18 09:12:46 +01:00
Kamil Myśliwiec
0a6853c847 Merge branch 'feature/grpc-server-package-definition' of https://github.com/krugi/nest into krugi-feature/grpc-server-package-definition 2023-12-18 09:08:02 +01:00
Kamil Mysliwiec
202dfbf4a3 Merge pull request #12567 from Fcmam5/feature/fastify-route-constraints
feat(fastify): add fastify route constraints
2023-12-18 09:04:49 +01:00
renovate[bot]
bcbbb41fe9 fix(deps): update nest monorepo 2023-12-18 08:02:32 +00:00
renovate[bot]
b16595d6b0 fix(deps): update dependency sequelize to v6.35.2 2023-12-18 07:59:13 +00:00
renovate[bot]
700b1ef083 fix(deps): update dependency mercurius to v13.3.2 2023-12-18 07:58:42 +00:00
Kamil Mysliwiec
704af4cfed Merge pull request #12175 from PhilipMantrov/master
feat(microservices): Added invalid-grpc-message-decorator.exception.ts
2023-12-18 08:50:31 +01:00
Kamil Mysliwiec
d165eed388 Merge pull request #12753 from h4ad-forks/perf/use-factory-instead-of-use-value
perf: prefer use factory instead of use value when possible
2023-12-18 08:49:10 +01:00
Kamil Mysliwiec
0885d4fcce Merge pull request #12915 from NivSv/add-rmq-options-types
refactor(microservices): modify rmq options interface
2023-12-18 08:48:21 +01:00
Kamil Mysliwiec
3ec1cbcbcd Merge pull request #12924 from othierry/feat/add-repl-options-support
feat(core): add options parameter to repl
2023-12-18 08:47:43 +01:00
Kamil Mysliwiec
a1780ffc6e Merge pull request #12905 from micalevisk/feat/verbose-unknown-module-errormsg
feat(core): display module's name on `.select(module)` errors
2023-12-18 08:46:31 +01:00
Kamil Mysliwiec
91cedae978 Merge pull request #12817 from micalevisk/fix/issue-12816
fix(common): type def for cors delegated callback function option
2023-12-18 08:44:23 +01:00
Kamil Mysliwiec
ad8639d690 Merge pull request #11952 from nestjs/renovate/nestjs-apollo-12.x
fix(deps): update dependency @nestjs/apollo to v12.0.11
2023-12-18 08:40:58 +01:00
Kamil Mysliwiec
e346b00b3e Merge pull request #12930 from nestjs/dependabot/npm_and_yarn/types/node-20.10.5
chore(deps-dev): bump @types/node from 20.10.4 to 20.10.5
2023-12-18 08:40:33 +01:00
Kamil Mysliwiec
cb2b7fe7bc Merge pull request #12931 from nestjs/dependabot/npm_and_yarn/fastify-4.25.1
chore(deps): bump fastify from 4.25.0 to 4.25.1
2023-12-18 08:40:28 +01:00
Kamil Mysliwiec
8a0361d434 Merge pull request #12932 from nestjs/dependabot/npm_and_yarn/eslint-8.56.0
chore(deps-dev): bump eslint from 8.55.0 to 8.56.0
2023-12-18 08:39:24 +01:00
Abdeldjalil Fortas
2a4cb1c7c6 chore(deps): revert changes to package-lock 2023-12-18 02:33:39 +01:00
dependabot[bot]
d5f5928388 chore(deps-dev): bump eslint from 8.55.0 to 8.56.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.55.0 to 8.56.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.55.0...v8.56.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-18 01:14:02 +00:00
dependabot[bot]
9c5fbac09b chore(deps): bump fastify from 4.25.0 to 4.25.1
Bumps [fastify](https://github.com/fastify/fastify) from 4.25.0 to 4.25.1.
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](https://github.com/fastify/fastify/compare/v4.25.0...v4.25.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-18 01:11:44 +00:00
dependabot[bot]
2b710b5c42 chore(deps-dev): bump @types/node from 20.10.4 to 20.10.5
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.10.4 to 20.10.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>
2023-12-18 01:10:22 +00:00
Abdeldjalil Fortas
45b3c615a1 Merge branch 'master' of https://github.com/nestjs/nest into feature/fastify-route-constraints 2023-12-16 10:09:54 +01:00
Kamil Mysliwiec
31fe19a6c8 Merge pull request #12921 from nestjs/dependabot/npm_and_yarn/fastify-4.25.0
chore(deps): bump fastify from 4.24.3 to 4.25.0
2023-12-15 09:40:01 +01:00
Kamil Mysliwiec
785a67d68e Merge pull request #12911 from nestjs/dependabot/npm_and_yarn/typescript-eslint/parser-6.14.0
chore(deps-dev): bump @typescript-eslint/parser from 6.13.2 to 6.14.0
2023-12-15 09:39:54 +01:00
dependabot[bot]
f409793902 chore(deps-dev): bump @typescript-eslint/parser from 6.13.2 to 6.14.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.13.2 to 6.14.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/v6.14.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>
2023-12-15 08:30:19 +00:00
dependabot[bot]
ba99f363e5 chore(deps): bump fastify from 4.24.3 to 4.25.0
Bumps [fastify](https://github.com/fastify/fastify) from 4.24.3 to 4.25.0.
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](https://github.com/fastify/fastify/compare/v4.24.3...v4.25.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-15 08:29:47 +00:00
Kamil Mysliwiec
4549ba052a Merge pull request #12908 from nestjs/dependabot/npm_and_yarn/prettier-3.1.1
chore(deps-dev): bump prettier from 3.1.0 to 3.1.1
2023-12-15 09:28:08 +01:00
Kamil Mysliwiec
f1cc43a026 Merge pull request #12909 from nestjs/dependabot/npm_and_yarn/ts-node-10.9.2
chore(deps-dev): bump ts-node from 10.9.1 to 10.9.2
2023-12-15 09:28:01 +01:00
dependabot[bot]
0a8cc93b87 chore(deps-dev): bump prettier from 3.1.0 to 3.1.1
Bumps [prettier](https://github.com/prettier/prettier) from 3.1.0 to 3.1.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.1.0...3.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-15 08:27:51 +00:00
Kamil Mysliwiec
7eb7e6fdb6 Merge pull request #12912 from nestjs/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-6.14.0
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.13.2 to 6.14.0
2023-12-15 09:27:50 +01:00
Kamil Mysliwiec
bed2524ae8 Merge pull request #12917 from nestjs/dependabot/npm_and_yarn/grpc/grpc-js-1.9.13
chore(deps-dev): bump @grpc/grpc-js from 1.9.12 to 1.9.13
2023-12-15 09:27:44 +01:00
Kamil Mysliwiec
621077aa16 Merge pull request #12918 from nestjs/dependabot/npm_and_yarn/ws-8.15.1
chore(deps): bump ws from 8.14.2 to 8.15.1
2023-12-15 09:27:37 +01:00
Kamil Mysliwiec
3d4290fb94 Merge pull request #12920 from nestjs/dependabot/github_actions/github/codeql-action-3
chore(deps): bump github/codeql-action from 2 to 3
2023-12-15 09:27:18 +01:00
Kamil Mysliwiec
c9713d0de8 Update Readme.md 2023-12-15 09:27:04 +01:00
Kamil Mysliwiec
dd9134add4 Merge pull request #12923 from nestjs/dependabot/npm_and_yarn/eslint-plugin-import-2.29.1
chore(deps-dev): bump eslint-plugin-import from 2.29.0 to 2.29.1
2023-12-15 09:24:03 +01:00
Olivier THIERRY
90ad6d6a39 feat(core): add options parameter to repl
Enables passing node repl options parameter to nestjs/core/repl

fixes nestjs/nest#12916
2023-12-15 08:37:04 +01:00
dependabot[bot]
c205b81488 chore(deps-dev): bump eslint-plugin-import from 2.29.0 to 2.29.1
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.29.0 to 2.29.1.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.29.0...v2.29.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-15 00:13:36 +00:00
NivShtibel
b8b17f40e1 style(microservices): change interface name to pascal case
change the interface 'ClientProperties' name to pascal case
2023-12-14 17:24:40 +02:00
dependabot[bot]
2101bae001 chore(deps): bump github/codeql-action from 2 to 3
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-14 00:33:35 +00:00
Abdeldjalil Fortas
4468928d79 feat(fastify): add fastify route constraints 2023-12-13 22:32:06 +01:00
Micael Levi L. Cavalcante
204971cfce style: fix formatting 2023-12-13 13:10:17 -04:00
Micael Levi L. Cavalcante
6bb08b434c feat(core): display module's name on .select(module) errors 2023-12-13 13:10:15 -04:00
dependabot[bot]
480c646135 chore(deps): bump ws from 8.14.2 to 8.15.1
Bumps [ws](https://github.com/websockets/ws) from 8.14.2 to 8.15.1.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/8.14.2...8.15.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-13 00:41:35 +00:00
dependabot[bot]
9226b33298 chore(deps-dev): bump @grpc/grpc-js from 1.9.12 to 1.9.13
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.9.12 to 1.9.13.
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.9.12...@grpc/grpc-js@1.9.13)

---
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>
2023-12-13 00:40:18 +00:00
NivShtibel
daf162abdd refactor(microservices): modify rmq options interface
remove the comments from the types of the rmq options interface to get
types and modify the types
previous behavior: queueOptions and socketOptions fields type is any
2023-12-12 18:41:15 +02:00
dependabot[bot]
624bb15e38 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.13.2 to 6.14.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/v6.14.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>
2023-12-12 00:15:24 +00:00
dependabot[bot]
1d7b333ce5 chore(deps-dev): bump ts-node from 10.9.1 to 10.9.2
Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 10.9.1 to 10.9.2.
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Changelog](https://github.com/TypeStrong/ts-node/blob/main/development-docs/release-template.md)
- [Commits](https://github.com/TypeStrong/ts-node/compare/v10.9.1...v10.9.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11 00:11:20 +00:00
Kamil Mysliwiec
1e489c7e49 Merge pull request #12888 from nestjs/dependabot/npm_and_yarn/typescript-eslint/parser-6.13.2
chore(deps-dev): bump @typescript-eslint/parser from 6.13.1 to 6.13.2
2023-12-08 14:24:22 +01:00
Kamil Mysliwiec
3603c38261 Merge pull request #12900 from nestjs/dependabot/npm_and_yarn/mongoose-8.0.3
chore(deps-dev): bump mongoose from 8.0.2 to 8.0.3
2023-12-08 14:24:14 +01:00
Kamil Mysliwiec
579fb54e57 Merge pull request #12901 from nestjs/dependabot/npm_and_yarn/reflect-metadata-0.1.14
chore(deps): bump reflect-metadata from 0.1.13 to 0.1.14
2023-12-08 14:24:05 +01:00
Kamil Mysliwiec
b82da4d3e2 Merge pull request #12902 from nestjs/dependabot/npm_and_yarn/types/node-20.10.4
chore(deps-dev): bump @types/node from 20.10.3 to 20.10.4
2023-12-08 14:23:55 +01:00
renovate[bot]
1629a63722 fix(deps): update dependency @nestjs/apollo to v12.0.11 2023-12-08 00:45:22 +00:00
dependabot[bot]
593fc9095f chore(deps-dev): bump @types/node from 20.10.3 to 20.10.4
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.10.3 to 20.10.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>
2023-12-08 00:43:55 +00:00
dependabot[bot]
6399440c12 chore(deps): bump reflect-metadata from 0.1.13 to 0.1.14
Bumps [reflect-metadata](https://github.com/rbuckton/reflect-metadata) from 0.1.13 to 0.1.14.
- [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>
2023-12-08 00:42:08 +00:00
dependabot[bot]
0984ae35a7 chore(deps-dev): bump mongoose from 8.0.2 to 8.0.3
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.0.2 to 8.0.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.0.2...8.0.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-08 00:41:18 +00:00
dependabot[bot]
d04c59bfaf chore(deps-dev): bump @typescript-eslint/parser from 6.13.1 to 6.13.2
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.13.1 to 6.13.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/v6.13.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>
2023-12-07 07:21:23 +00:00
Kamil Mysliwiec
4197a5abf0 Merge pull request #12887 from nestjs/dependabot/npm_and_yarn/mqtt-5.3.3
chore(deps-dev): bump mqtt from 5.3.2 to 5.3.3
2023-12-07 08:20:32 +01:00
Kamil Mysliwiec
93db35820a Merge pull request #12896 from nestjs/dependabot/npm_and_yarn/artillery-2.0.3
chore(deps-dev): bump artillery from 2.0.2 to 2.0.3
2023-12-07 08:20:25 +01:00
Kamil Mysliwiec
102d373f69 Merge pull request #12897 from nestjs/dependabot/npm_and_yarn/typescript-5.3.3
chore(deps-dev): bump typescript from 5.3.2 to 5.3.3
2023-12-07 08:20:00 +01:00
dependabot[bot]
607c977ddc chore(deps-dev): bump typescript from 5.3.2 to 5.3.3
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.3.2 to 5.3.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.3.2...v5.3.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-07 00:41:07 +00:00
dependabot[bot]
18813d6830 chore(deps-dev): bump artillery from 2.0.2 to 2.0.3
Bumps [artillery](https://github.com/artilleryio/artillery) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/artilleryio/artillery/releases)
- [Commits](https://github.com/artilleryio/artillery/compare/artillery-2.0.2...artillery-2.0.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-07 00:40:12 +00:00
dependabot[bot]
57ea5f5802 chore(deps-dev): bump mqtt from 5.3.2 to 5.3.3
Bumps [mqtt](https://github.com/mqttjs/MQTT.js) from 5.3.2 to 5.3.3.
- [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.2...v5.3.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-06 08:07:28 +00:00
Kamil Mysliwiec
89f38b3088 Merge pull request #12890 from nestjs/dependabot/npm_and_yarn/fastify/cors-8.4.2
chore(deps): bump @fastify/cors from 8.4.1 to 8.4.2
2023-12-06 08:56:57 +01:00
Kamil Mysliwiec
8a70a70d0f Merge pull request #12889 from nestjs/dependabot/npm_and_yarn/core-js-3.34.0
chore(deps-dev): bump core-js from 3.33.3 to 3.34.0
2023-12-06 08:56:50 +01:00
Kamil Mysliwiec
f6207bed7e Merge pull request #12873 from nestjs/dependabot/npm_and_yarn/eslint-8.55.0
chore(deps-dev): bump eslint from 8.54.0 to 8.55.0
2023-12-06 08:56:42 +01:00
Kamil Mysliwiec
84e5d69614 Merge pull request #12876 from nestjs/dependabot/npm_and_yarn/nodemon-3.0.2
chore(deps-dev): bump nodemon from 3.0.1 to 3.0.2
2023-12-06 08:56:36 +01:00
Kamil Mysliwiec
02f42332cb Merge pull request #12863 from nestjs/dependabot/npm_and_yarn/mongoose-8.0.2
chore(deps-dev): bump mongoose from 8.0.1 to 8.0.2
2023-12-06 08:56:28 +01:00
dependabot[bot]
1aecd182b5 chore(deps): bump @fastify/cors from 8.4.1 to 8.4.2
Bumps [@fastify/cors](https://github.com/fastify/fastify-cors) from 8.4.1 to 8.4.2.
- [Release notes](https://github.com/fastify/fastify-cors/releases)
- [Commits](https://github.com/fastify/fastify-cors/compare/v8.4.1...v8.4.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-06 00:18:03 +00:00
dependabot[bot]
37800f6c61 chore(deps-dev): bump core-js from 3.33.3 to 3.34.0
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.33.3 to 3.34.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.34.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>
2023-12-06 00:16:08 +00:00
dependabot[bot]
77d5a1a1c4 chore(deps-dev): bump mongoose from 8.0.1 to 8.0.2
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.0.1 to 8.0.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.0.1...8.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-05 07:46:04 +00:00
dependabot[bot]
b38eab9542 chore(deps-dev): bump eslint from 8.54.0 to 8.55.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.54.0 to 8.55.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.54.0...v8.55.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-05 07:45:32 +00:00
Kamil Mysliwiec
fd03df3eab Merge pull request #12868 from nestjs/dependabot/npm_and_yarn/sample/07-sequelize/sequelize-typescript-2.1.6
chore(deps): bump sequelize-typescript from 2.1.5 to 2.1.6 in /sample/07-sequelize
2023-12-05 08:43:48 +01:00
Kamil Mysliwiec
6d87af7677 Merge pull request #12872 from nestjs/dependabot/npm_and_yarn/artillery-2.0.2
chore(deps-dev): bump artillery from 2.0.1 to 2.0.2
2023-12-05 08:43:43 +01:00
Kamil Mysliwiec
02452b739c Merge pull request #12874 from nestjs/dependabot/npm_and_yarn/eslint-config-prettier-9.1.0
chore(deps-dev): bump eslint-config-prettier from 9.0.0 to 9.1.0
2023-12-05 08:43:05 +01:00
Kamil Mysliwiec
4159cd0088 Merge pull request #12875 from nestjs/dependabot/npm_and_yarn/types/node-20.10.3
chore(deps-dev): bump @types/node from 20.10.0 to 20.10.3
2023-12-05 08:42:51 +01:00
Kamil Mysliwiec
98477c4b83 Merge pull request #12877 from nestjs/dependabot/npm_and_yarn/lint-staged-15.2.0
chore(deps-dev): bump lint-staged from 15.1.0 to 15.2.0
2023-12-05 08:42:42 +01:00
Kamil Mysliwiec
71216daf91 Merge pull request #12878 from nestjs/dependabot/npm_and_yarn/ts-morph-21.0.1
chore(deps-dev): bump ts-morph from 20.0.0 to 21.0.1
2023-12-05 08:42:35 +01:00
Kamil Mysliwiec
25c5e91425 Merge pull request #12882 from nestjs/dependabot/npm_and_yarn/mqtt-5.3.2
chore(deps-dev): bump mqtt from 5.3.1 to 5.3.2
2023-12-05 08:42:28 +01:00
Kamil Mysliwiec
b8b9fce021 Merge pull request #12883 from nestjs/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-6.13.2
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.13.1 to 6.13.2
2023-12-05 08:42:18 +01:00
Kamil Mysliwiec
00ed788df8 Merge pull request #12869 from nestjs/renovate/npm-sequelize-typescript-vulnerability
fix(deps): update dependency sequelize-typescript to v2.1.6 [security]
2023-12-05 08:41:58 +01:00
renovate[bot]
a4ec2c2ae7 fix(deps): update dependency sequelize-typescript to v2.1.6 [security] 2023-12-05 01:16:59 +00:00
dependabot[bot]
e1652e95d0 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.13.1 to 6.13.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/v6.13.2/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>
2023-12-05 00:46:30 +00:00
dependabot[bot]
f72962a4ec chore(deps-dev): bump mqtt from 5.3.1 to 5.3.2
Bumps [mqtt](https://github.com/mqttjs/MQTT.js) from 5.3.1 to 5.3.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.3.1...v5.3.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-05 00:45:52 +00:00
dependabot[bot]
7aed012517 chore(deps-dev): bump ts-morph from 20.0.0 to 21.0.1
Bumps [ts-morph](https://github.com/dsherret/ts-morph) from 20.0.0 to 21.0.1.
- [Release notes](https://github.com/dsherret/ts-morph/releases)
- [Commits](https://github.com/dsherret/ts-morph/compare/20.0.0...21.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-04 01:13:43 +00:00
dependabot[bot]
8bc44ae0c3 chore(deps-dev): bump lint-staged from 15.1.0 to 15.2.0
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 15.1.0 to 15.2.0.
- [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.1.0...v15.2.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>
2023-12-04 01:12:59 +00:00
dependabot[bot]
48151859fa chore(deps-dev): bump nodemon from 3.0.1 to 3.0.2
Bumps [nodemon](https://github.com/remy/nodemon) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v3.0.1...v3.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-04 01:12:13 +00:00
dependabot[bot]
59cb62ea31 chore(deps-dev): bump @types/node from 20.10.0 to 20.10.3
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.10.0 to 20.10.3.
- [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>
2023-12-04 01:11:24 +00:00
dependabot[bot]
469d02f163 chore(deps-dev): bump eslint-config-prettier from 9.0.0 to 9.1.0
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 9.0.0 to 9.1.0.
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v9.0.0...v9.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-04 01:10:43 +00:00
dependabot[bot]
8a61729b40 chore(deps-dev): bump artillery from 2.0.1 to 2.0.2
Bumps [artillery](https://github.com/artilleryio/artillery) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/artilleryio/artillery/releases)
- [Commits](https://github.com/artilleryio/artillery/compare/artillery-2.0.1...artillery-2.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-04 01:08:44 +00:00
dependabot[bot]
d0d59969a1 chore(deps): bump sequelize-typescript in /sample/07-sequelize
Bumps [sequelize-typescript](https://github.com/RobinBuschmann/sequelize-typescript) from 2.1.5 to 2.1.6.
- [Release notes](https://github.com/RobinBuschmann/sequelize-typescript/releases)
- [Changelog](https://github.com/sequelize/sequelize-typescript/blob/master/CHANGELOG.md)
- [Commits](https://github.com/RobinBuschmann/sequelize-typescript/compare/v2.1.5...v2.1.6)

---
updated-dependencies:
- dependency-name: sequelize-typescript
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-01 22:44:34 +00:00
Kamil Mysliwiec
83737ab737 Merge pull request #12861 from nestjs/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-6.13.1
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.13.0 to 6.13.1
2023-11-29 10:27:02 +01:00
dependabot[bot]
87735bf416 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.13.0 to 6.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/v6.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>
2023-11-29 09:25:38 +00:00
Kamil Mysliwiec
cd4752eca2 Merge pull request #12862 from nestjs/dependabot/npm_and_yarn/mqtt-5.3.1
chore(deps-dev): bump mqtt from 5.3.0 to 5.3.1
2023-11-29 10:24:37 +01:00
Kamil Mysliwiec
fee614308b Merge pull request #12859 from nestjs/dependabot/npm_and_yarn/typescript-eslint/parser-6.13.1
chore(deps-dev): bump @typescript-eslint/parser from 6.12.0 to 6.13.1
2023-11-29 10:24:21 +01:00
Kamil Mysliwiec
f406d9b4de Merge pull request #12807 from nestjs/renovate/nestjs-typeorm-10.x
fix(deps): update dependency @nestjs/typeorm to v10.0.1
2023-11-29 10:23:53 +01:00
renovate[bot]
042ffacfb3 fix(deps): update dependency @nestjs/typeorm to v10.0.1 2023-11-29 00:49:59 +00:00
dependabot[bot]
485bd9ef5c chore(deps-dev): bump mqtt from 5.3.0 to 5.3.1
Bumps [mqtt](https://github.com/mqttjs/MQTT.js) from 5.3.0 to 5.3.1.
- [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.0...v5.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-29 00:17:13 +00:00
dependabot[bot]
fb986fc098 chore(deps-dev): bump @typescript-eslint/parser from 6.12.0 to 6.13.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.12.0 to 6.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/v6.13.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>
2023-11-28 10:03:05 +00:00
Kamil Mysliwiec
0cbd311018 Merge pull request #12852 from nestjs/dependabot/npm_and_yarn/types/node-20.10.0
chore(deps-dev): bump @types/node from 20.9.5 to 20.10.0
2023-11-28 11:01:18 +01:00
Kamil Mysliwiec
3c8a3c6510 Merge pull request #12794 from nestjs/renovate/jest-monorepo
chore(deps): update dependency @types/jest to v29.5.10
2023-11-28 11:00:17 +01:00
Kamil Mysliwiec
68b2da2d6c Merge pull request #12798 from nestjs/renovate/supertest-2.x
chore(deps): update dependency @types/supertest to v2.0.16
2023-11-28 11:00:02 +01:00
Kamil Mysliwiec
2bc33d3c07 Merge pull request #12840 from nestjs/renovate/mongodb-6.x
fix(deps): update dependency mongodb to v6.3.0
2023-11-28 10:59:23 +01:00
Kamil Mysliwiec
52fdf7948a Merge pull request #12853 from nestjs/dependabot/npm_and_yarn/artillery-2.0.1
chore(deps-dev): bump artillery from 1.7.9 to 2.0.1
2023-11-28 10:58:03 +01:00
Kamil Mysliwiec
023d0f48f2 Merge pull request #12855 from nestjs/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-6.13.0
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.12.0 to 6.13.0
2023-11-28 10:57:52 +01:00
Kamil Mysliwiec
69292c007d Merge pull request #12856 from nestjs/dependabot/npm_and_yarn/grpc/grpc-js-1.9.12
chore(deps-dev): bump @grpc/grpc-js from 1.9.11 to 1.9.12
2023-11-28 10:57:44 +01:00
renovate[bot]
674fa7191c chore(deps): update dependency @types/supertest to v2.0.16 2023-11-28 00:53:34 +00:00
renovate[bot]
00e16e2fce chore(deps): update dependency @types/jest to v29.5.10 2023-11-28 00:47:25 +00:00
dependabot[bot]
5a4938363e chore(deps-dev): bump @grpc/grpc-js from 1.9.11 to 1.9.12
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.9.11 to 1.9.12.
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.9.11...@grpc/grpc-js@1.9.12)

---
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>
2023-11-28 00:15:28 +00:00
dependabot[bot]
601ef2928f 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.12.0 to 6.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/v6.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>
2023-11-28 00:14:57 +00:00
dependabot[bot]
18d896fc9c chore(deps-dev): bump artillery from 1.7.9 to 2.0.1
Bumps [artillery](https://github.com/artilleryio/artillery) from 1.7.9 to 2.0.1.
- [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-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-28 00:13:04 +00:00
dependabot[bot]
c25773b584 chore(deps-dev): bump @types/node from 20.9.5 to 20.10.0
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.9.5 to 20.10.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>
2023-11-27 00:21:22 +00:00
Kamil Mysliwiec
6c07c5665b Merge pull request #12809 from nestjs/renovate/mysql2-3.x
fix(deps): update dependency mysql2 to v3.6.5
2023-11-24 09:47:23 +01:00
Kamil Mysliwiec
e8d9c839f2 Merge pull request #12824 from nestjs/dependabot/npm_and_yarn/typescript-5.3.2
chore(deps-dev): bump typescript from 5.2.2 to 5.3.2
2023-11-24 09:40:58 +01:00
renovate[bot]
5f4543caf1 fix(deps): update dependency mysql2 to v3.6.5 2023-11-24 08:28:42 +00:00
Kamil Mysliwiec
203aea9605 Merge pull request #12828 from nestjs/dependabot/npm_and_yarn/types/node-20.9.5
chore(deps-dev): bump @types/node from 20.9.4 to 20.9.5
2023-11-24 08:52:38 +01:00
dependabot[bot]
8bc61fb94d chore(deps-dev): bump typescript from 5.2.2 to 5.3.2
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.2.2 to 5.3.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.2.2...v5.3.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-24 07:52:01 +00:00
dependabot[bot]
4cafd78170 chore(deps-dev): bump @types/node from 20.9.4 to 20.9.5
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.9.4 to 20.9.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>
2023-11-24 07:51:02 +00:00
Kamil Mysliwiec
4e20d135f9 Merge pull request #12820 from nestjs/dependabot/npm_and_yarn/types/chai-4.3.11
chore(deps-dev): bump @types/chai from 4.3.10 to 4.3.11
2023-11-24 08:50:02 +01:00
Kamil Mysliwiec
1066d1e072 Merge pull request #12821 from nestjs/dependabot/npm_and_yarn/types/sinon-17.0.2
chore(deps-dev): bump @types/sinon from 17.0.1 to 17.0.2
2023-11-24 08:49:46 +01:00
Kamil Mysliwiec
cea63ca4f9 Merge pull request #12822 from nestjs/dependabot/npm_and_yarn/mysql2-3.6.5
chore(deps-dev): bump mysql2 from 3.6.3 to 3.6.5
2023-11-24 08:49:30 +01:00
Kamil Mysliwiec
44ebceb430 Merge pull request #12823 from nestjs/renovate/graphql-tools-monorepo
fix(deps): update dependency @graphql-tools/utils to v10.0.11
2023-11-24 08:49:21 +01:00
Kamil Mysliwiec
15301ae613 Merge pull request #12825 from nestjs/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-6.12.0
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.11.0 to 6.12.0
2023-11-24 08:49:14 +01:00
dependabot[bot]
728aae99e2 chore(deps-dev): bump @types/sinon from 17.0.1 to 17.0.2
Bumps [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon) from 17.0.1 to 17.0.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sinon)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-24 07:49:06 +00:00
Kamil Mysliwiec
246e940db4 Merge pull request #12826 from nestjs/dependabot/npm_and_yarn/commitlint/config-angular-18.4.3
chore(deps-dev): bump @commitlint/config-angular from 18.4.2 to 18.4.3
2023-11-24 08:49:05 +01:00
dependabot[bot]
34a4c74231 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.11.0 to 6.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/v6.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>
2023-11-24 07:48:56 +00:00
Kamil Mysliwiec
9278f30a32 Merge pull request #12799 from nestjs/renovate/redis-4.x
chore(deps): update dependency redis to v4.6.11
2023-11-24 08:48:33 +01:00
Kamil Mysliwiec
e041666ea1 Merge pull request #12806 from nestjs/renovate/nestjs-swagger-7.x
fix(deps): update dependency @nestjs/swagger to v7.1.16
2023-11-24 08:48:27 +01:00
Kamil Mysliwiec
edb70a637e Merge pull request #12835 from nestjs/renovate/mysql-8.x
chore(deps): update mysql docker tag to v8.2.0
2023-11-24 08:48:15 +01:00
Kamil Mysliwiec
675600243d Merge pull request #12827 from nestjs/dependabot/npm_and_yarn/types/ws-8.5.10
chore(deps-dev): bump @types/ws from 8.5.9 to 8.5.10
2023-11-24 08:48:01 +01:00
Kamil Mysliwiec
f61c7dd3bc Merge pull request #12829 from nestjs/dependabot/npm_and_yarn/types/mocha-10.0.6
chore(deps-dev): bump @types/mocha from 10.0.4 to 10.0.6
2023-11-24 08:47:52 +01:00
Kamil Mysliwiec
b3418b1747 Merge pull request #12834 from nestjs/renovate/webpack-5.x
chore(deps): update dependency webpack to v5.89.0
2023-11-24 08:47:49 +01:00
Kamil Mysliwiec
4358a8c305 Merge pull request #12836 from nestjs/renovate/fastify-static-6.x
fix(deps): update dependency @fastify/static to v6.12.0
2023-11-24 08:47:40 +01:00
Kamil Mysliwiec
e8995a7fd3 Merge pull request #12837 from nestjs/renovate/nestjs-jwt-10.x
fix(deps): update dependency @nestjs/jwt to v10.2.0
2023-11-24 08:47:29 +01:00
Kamil Mysliwiec
881cfe2c89 Merge pull request #12838 from nestjs/renovate/cache-manager-5.x-lockfile
fix(deps): update dependency cache-manager to v5.3.1
2023-11-24 08:47:21 +01:00
Kamil Mysliwiec
ef5be9a0af Merge pull request #12839 from nestjs/renovate/mercurius-13.x
fix(deps): update dependency mercurius to v13.3.1
2023-11-24 08:47:13 +01:00
Kamil Mysliwiec
a6dfab5f12 Merge pull request #12841 from nestjs/renovate/sequelize-6.x
fix(deps): update dependency sequelize to v6.35.1
2023-11-24 08:46:43 +01:00
Kamil Mysliwiec
8df0ed3739 Merge pull request #12843 from nestjs/renovate/nestjs-schedule-4.x
fix(deps): update dependency @nestjs/schedule to v4
2023-11-24 08:46:36 +01:00
Kamil Mysliwiec
28be65d745 Merge pull request #12844 from nestjs/renovate/mongoose-8.x
fix(deps): update dependency mongoose to v8
2023-11-24 08:45:37 +01:00
Kamil Mysliwiec
6cbaf5163f Merge pull request #12845 from nestjs/renovate/ts-morph-20.x
fix(deps): update dependency ts-morph to v20
2023-11-24 08:44:42 +01:00
renovate[bot]
cf76916719 fix(deps): update dependency ts-morph to v20 2023-11-24 01:10:21 +00:00
renovate[bot]
4fbe9cc3b5 fix(deps): update dependency mongoose to v8 2023-11-24 01:08:47 +00:00
renovate[bot]
a4caa706be fix(deps): update dependency @nestjs/schedule to v4 2023-11-24 01:08:16 +00:00
renovate[bot]
0a7a97b280 fix(deps): update dependency sequelize to v6.35.1 2023-11-24 01:07:33 +00:00
renovate[bot]
1897b1cef5 fix(deps): update dependency mongodb to v6.3.0 2023-11-24 01:07:12 +00:00
renovate[bot]
7a14feadcc fix(deps): update dependency mercurius to v13.3.1 2023-11-24 01:06:49 +00:00
renovate[bot]
ca558234f8 fix(deps): update dependency cache-manager to v5.3.1 2023-11-24 01:06:26 +00:00
renovate[bot]
2771dd9363 fix(deps): update dependency @nestjs/jwt to v10.2.0 2023-11-24 01:06:06 +00:00
renovate[bot]
c8bdfc730b fix(deps): update dependency @fastify/static to v6.12.0 2023-11-24 01:05:45 +00:00
renovate[bot]
22f3d14fee chore(deps): update mysql docker tag to v8.2.0 2023-11-24 01:03:31 +00:00
renovate[bot]
93e460836b chore(deps): update dependency webpack to v5.89.0 2023-11-24 01:03:21 +00:00
dependabot[bot]
af9affd00b chore(deps-dev): bump @types/mocha from 10.0.4 to 10.0.6
Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) from 10.0.4 to 10.0.6.
- [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>
2023-11-24 00:27:31 +00:00
dependabot[bot]
0bf7a0a3ff chore(deps-dev): bump @types/ws from 8.5.9 to 8.5.10
Bumps [@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws) from 8.5.9 to 8.5.10.
- [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>
2023-11-24 00:26:25 +00:00
dependabot[bot]
0133d8e1e2 chore(deps-dev): bump @commitlint/config-angular from 18.4.2 to 18.4.3
Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular) from 18.4.2 to 18.4.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/v18.4.3/@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>
2023-11-24 00:25:54 +00:00
renovate[bot]
8bdfd29ce5 fix(deps): update dependency @graphql-tools/utils to v10.0.11 2023-11-24 00:24:04 +00:00
dependabot[bot]
17a7f12b92 chore(deps-dev): bump mysql2 from 3.6.3 to 3.6.5
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.6.3 to 3.6.5.
- [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.6.3...v3.6.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-24 00:24:00 +00:00
dependabot[bot]
a2b06fa673 chore(deps-dev): bump @types/chai from 4.3.10 to 4.3.11
Bumps [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai) from 4.3.10 to 4.3.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-24 00:22:24 +00:00
Micael Levi L. Cavalcante
54480555c1 fix(common): type def for cors callback function 2023-11-23 09:11:07 -04:00
renovate[bot]
93aee16c27 fix(deps): update dependency @nestjs/swagger to v7.1.16 2023-11-23 09:46:09 +00:00
renovate[bot]
b04fb73d93 chore(deps): update dependency redis to v4.6.11 2023-11-23 09:44:00 +00:00
Kamil Mysliwiec
e48be85c16 Merge pull request #12814 from nestjs/renovate/nestjs-cli-10.x
chore(deps): update dependency @nestjs/cli to v10.2.1
2023-11-23 10:15:59 +01:00
renovate[bot]
b10884fa83 chore(deps): update dependency @nestjs/cli to v10.2.1 2023-11-23 09:00:14 +00:00
Kamil Mysliwiec
d5f24b748b Merge pull request #12812 from nestjs/renovate/confluentinc-cp-kafka-7.x
chore(deps): update confluentinc/cp-kafka docker tag to v7.5.2
2023-11-23 09:36:42 +01:00
Kamil Mysliwiec
26897b6f7c Merge pull request #12811 from nestjs/renovate/babel-monorepo
chore(deps): update babel monorepo
2023-11-23 09:33:36 +01:00
Kamil Mysliwiec
bef7b2a5d0 Merge pull request #12813 from nestjs/renovate/confluentinc-cp-zookeeper-7.x
chore(deps): update confluentinc/cp-zookeeper docker tag to v7.5.2
2023-11-23 09:33:28 +01:00
Kamil Mysliwiec
2d99418873 Merge pull request #12782 from nestjs/dependabot/npm_and_yarn/types/cors-2.8.17
chore(deps-dev): bump @types/cors from 2.8.16 to 2.8.17
2023-11-23 09:32:47 +01:00
Kamil Mysliwiec
e34cdfbada Merge pull request #12784 from nestjs/dependabot/npm_and_yarn/redis-4.6.11
chore(deps-dev): bump redis from 4.6.10 to 4.6.11
2023-11-23 09:32:36 +01:00
Kamil Mysliwiec
c9954b5feb Merge pull request #12800 from nestjs/renovate/graphql-tools-monorepo
fix(deps): update dependency @graphql-tools/utils to v10.0.10
2023-11-23 09:32:29 +01:00
Kamil Mysliwiec
fabb0604a3 Merge pull request #12792 from nestjs/renovate/cache-manager-4.x-lockfile
chore(deps): update dependency @types/cache-manager to v4.0.6
2023-11-23 09:32:19 +01:00
Kamil Mysliwiec
7e52a26554 Merge pull request #12808 from nestjs/renovate/mongoose-7.x
fix(deps): update dependency mongoose to v7.6.5
2023-11-23 09:32:09 +01:00
Kamil Mysliwiec
c200cefa8f Merge pull request #12805 from nestjs/renovate/nestjs-mongoose-10.x
fix(deps): update dependency @nestjs/mongoose to v10.0.2
2023-11-23 09:32:02 +01:00
Kamil Mysliwiec
e44206a053 Merge pull request #12796 from nestjs/renovate/multer-1.x
chore(deps): update dependency @types/multer to v1.4.11
2023-11-23 09:31:58 +01:00
Kamil Mysliwiec
07c370cde3 Merge pull request #12801 from nestjs/renovate/grpc-grpc-js-1.x
fix(deps): update dependency @grpc/grpc-js to v1.9.11
2023-11-23 09:31:51 +01:00
Kamil Mysliwiec
bb85e0b7a8 Merge pull request #12802 from nestjs/renovate/nestjs-cache-manager-2.x
fix(deps): update dependency @nestjs/cache-manager to v2.1.1
2023-11-23 09:31:43 +01:00
Kamil Mysliwiec
7a808f84e8 Merge pull request #12803 from nestjs/renovate/nestjs-event-emitter-2.x
fix(deps): update dependency @nestjs/event-emitter to v2.0.3
2023-11-23 09:31:36 +01:00
Kamil Mysliwiec
f4820bf759 Merge pull request #12804 from nestjs/renovate/nestjs-mercurius-12.x
fix(deps): update dependency @nestjs/mercurius to v12.0.11
2023-11-23 09:31:27 +01:00
renovate[bot]
933bda62db chore(deps): update confluentinc/cp-zookeeper docker tag to v7.5.2 2023-11-23 08:19:16 +00:00
renovate[bot]
98823d807f chore(deps): update confluentinc/cp-kafka docker tag to v7.5.2 2023-11-23 08:19:07 +00:00
renovate[bot]
3ed2020b86 chore(deps): update babel monorepo 2023-11-23 08:18:54 +00:00
renovate[bot]
a86ea42e9c fix(deps): update dependency mongoose to v7.6.5 2023-11-23 08:10:36 +00:00
renovate[bot]
8ba3381978 fix(deps): update dependency @nestjs/mongoose to v10.0.2 2023-11-23 08:09:09 +00:00
renovate[bot]
de698e53de fix(deps): update dependency @nestjs/mercurius to v12.0.11 2023-11-23 08:08:49 +00:00
renovate[bot]
da131caf32 fix(deps): update dependency @nestjs/event-emitter to v2.0.3 2023-11-23 08:08:27 +00:00
renovate[bot]
30553b27f0 fix(deps): update dependency @nestjs/cache-manager to v2.1.1 2023-11-23 08:08:07 +00:00
renovate[bot]
978963b1c4 fix(deps): update dependency @grpc/grpc-js to v1.9.11 2023-11-23 08:07:44 +00:00
renovate[bot]
71fa7de302 fix(deps): update dependency @graphql-tools/utils to v10.0.10 2023-11-23 08:07:23 +00:00
renovate[bot]
d9cc4d6d98 chore(deps): update dependency @types/multer to v1.4.11 2023-11-23 07:59:58 +00:00
renovate[bot]
5bbec791cf chore(deps): update dependency @types/cache-manager to v4.0.6 2023-11-23 07:55:02 +00:00
dependabot[bot]
b83828439a chore(deps-dev): bump @types/cors from 2.8.16 to 2.8.17
Bumps [@types/cors](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/cors) from 2.8.16 to 2.8.17.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/cors)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-23 07:53:01 +00:00
Kamil Mysliwiec
b1b3cfb911 Merge pull request #12778 from nestjs/dependabot/npm_and_yarn/eslint-8.54.0
chore(deps-dev): bump eslint from 8.53.0 to 8.54.0
2023-11-23 08:52:19 +01:00
dependabot[bot]
df23820a22 chore(deps-dev): bump redis from 4.6.10 to 4.6.11
Bumps [redis](https://github.com/redis/node-redis) from 4.6.10 to 4.6.11.
- [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.10...redis@4.6.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-23 07:38:35 +00:00
Kamil Mysliwiec
8321c0922f Merge pull request #12780 from nestjs/dependabot/npm_and_yarn/cache-manager-5.3.1
chore(deps-dev): bump cache-manager from 5.2.4 to 5.3.1
2023-11-23 08:36:30 +01:00
dependabot[bot]
5cb1c96741 chore(deps-dev): bump eslint from 8.53.0 to 8.54.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.53.0 to 8.54.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.53.0...v8.54.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-23 07:32:25 +00:00
dependabot[bot]
d155437be2 chore(deps-dev): bump cache-manager from 5.2.4 to 5.3.1
Bumps [cache-manager](https://github.com/node-cache-manager/node-cache-manager) from 5.2.4 to 5.3.1.
- [Release notes](https://github.com/node-cache-manager/node-cache-manager/releases)
- [Commits](https://github.com/node-cache-manager/node-cache-manager/compare/5.2.4...v5.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-23 07:31:42 +00:00
Kamil Mysliwiec
2ed8763f25 Merge pull request #12779 from nestjs/dependabot/npm_and_yarn/core-js-3.33.3
chore(deps-dev): bump core-js from 3.33.2 to 3.33.3
2023-11-23 08:30:59 +01:00
Kamil Mysliwiec
567ae493ce Merge pull request #12783 from nestjs/dependabot/npm_and_yarn/typescript-eslint/parser-6.12.0
chore(deps-dev): bump @typescript-eslint/parser from 6.11.0 to 6.12.0
2023-11-23 08:28:59 +01:00
Kamil Mysliwiec
36ba41dc14 Merge pull request #12788 from nestjs/dependabot/npm_and_yarn/commitlint/cli-18.4.3
chore(deps-dev): bump @commitlint/cli from 18.4.1 to 18.4.3
2023-11-23 08:28:48 +01:00
Kamil Mysliwiec
a240fe8195 Merge pull request #12791 from nestjs/dependabot/npm_and_yarn/types/node-20.9.4
chore(deps-dev): bump @types/node from 20.9.0 to 20.9.4
2023-11-23 08:28:40 +01:00
Kamil Mysliwiec
a412819687 Merge pull request #12777 from nestjs/dependabot/npm_and_yarn/grpc/grpc-js-1.9.11
chore(deps-dev): bump @grpc/grpc-js from 1.9.10 to 1.9.11
2023-11-23 08:28:16 +01:00
Kamil Mysliwiec
aa64653b6e Merge pull request #12775 from nestjs/dependabot/npm_and_yarn/mqtt-5.3.0
chore(deps-dev): bump mqtt from 5.2.1 to 5.3.0
2023-11-23 08:28:09 +01:00
Kamil Mysliwiec
8fd0ed7231 Merge pull request #12705 from nestjs/renovate/nestjs-graphql-12.x
fix(deps): update dependency @nestjs/graphql to v12.0.11
2023-11-23 08:27:57 +01:00
Kamil Mysliwiec
77d80ea387 Merge pull request #12681 from nestjs/renovate/express-4.x
chore(deps): update dependency @types/express to v4.17.21
2023-11-23 08:27:42 +01:00
dependabot[bot]
46de3a857a chore(deps-dev): bump @types/node from 20.9.0 to 20.9.4
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.9.0 to 20.9.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>
2023-11-23 00:33:27 +00:00
dependabot[bot]
12bb4ae816 chore(deps-dev): bump @commitlint/cli from 18.4.1 to 18.4.3
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 18.4.1 to 18.4.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/v18.4.3/@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>
2023-11-22 00:19:44 +00:00
dependabot[bot]
dcaef1f655 chore(deps-dev): bump @typescript-eslint/parser from 6.11.0 to 6.12.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.11.0 to 6.12.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/v6.12.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>
2023-11-21 00:45:37 +00:00
renovate[bot]
6d6978c346 chore(deps): update dependency @types/express to v4.17.21 2023-11-20 09:13:55 +00:00
dependabot[bot]
5e0b33b661 chore(deps-dev): bump @grpc/grpc-js from 1.9.10 to 1.9.11
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.9.10 to 1.9.11.
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.9.10...@grpc/grpc-js@1.9.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>
2023-11-20 09:08:18 +00:00
Kamil Myśliwiec
8bba897216 chore(@nestjs) publish v10.2.10 release 2023-11-20 10:06:43 +01:00
Kamil Mysliwiec
30ce4b4901 Merge pull request #12774 from micalevisk/master
chore: add notice about closing unreproducible issues to bug report issue template
2023-11-20 08:53:57 +01:00
Kamil Mysliwiec
afdc15c4af Merge pull request #12769 from benlesh/fix-breakpressure-with-integration-test
fix(microservices): fix backpressure with integration test
2023-11-20 08:48:07 +01:00
dependabot[bot]
935c92cc1b chore(deps-dev): bump core-js from 3.33.2 to 3.33.3
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.33.2 to 3.33.3.
- [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.33.3/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>
2023-11-20 01:08:41 +00:00
dependabot[bot]
b7063b5046 chore(deps-dev): bump mqtt from 5.2.1 to 5.3.0
Bumps [mqtt](https://github.com/mqttjs/MQTT.js) from 5.2.1 to 5.3.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.2.1...v5.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-20 01:06:16 +00:00
Micael Levi L. Cavalcante
43a7f9cda1 chore: add notice about closing unreproducible issues on bug report issue template 2023-11-19 13:33:20 -04:00
Ben Lesh
d27d1818cd chore: fix tests
Just combining the backpressure tests and the math tests. There were issues
with the tests because of port collisions.
2023-11-17 14:46:56 -06:00
Ben Lesh
2e8f5cebf7 fix(microservices): fix backpressure with integration test
Resolves an issue where the code assumed the first value written to the stream
where `write` returned `false` was not written, when in fact it is.

Adds integration test to verify the fix.

Updates unit tests to have the proper behavior in the mock.

NOTE: This fix has been independently verified in our business environment.

NOTEx2: This is totally my (@benlesh) fault. :/

fixes #12768
2023-11-17 11:50:23 -06:00
Vinícius Lourenço
ae03ccc44f fixup! perf: prefer use factory instead of use value when possible 2023-11-17 10:54:28 -03:00
Vinícius Lourenço
31a0b18232 fixup! perf: prefer use factory instead of use value when possible 2023-11-17 10:11:59 -03:00
Vinícius Lourenço
9a1ea46fda fixup! perf: prefer use factory instead of use value when possible 2023-11-17 09:32:52 -03:00
renovate[bot]
bd91fda9f3 fix(deps): update dependency @nestjs/graphql to v12.0.11 2023-11-17 12:15:06 +00:00
Kamil Myśliwiec
d4bda940fc chore(@nestjs) publish v10.2.9 release 2023-11-17 13:14:39 +01:00
Kamil Mysliwiec
a3f3b97a19 Merge pull request #12673 from Hellomik2002/catch-stream-error-grpc
FIX catch stream errors in grpc
2023-11-17 13:12:49 +01:00
Kamil Mysliwiec
e00fb647fc Merge pull request #12702 from Kagu-chan/12700-update-routetree-type
feat(core): allow using modules and nested route trees in parallel
2023-11-17 13:12:21 +01:00
Kamil Myśliwiec
75ccccbe52 Merge branch 'h4ad-forks-feat/emit-warning-for-heavier-modules' 2023-11-17 13:11:25 +01:00
Kamil Myśliwiec
0ba28aab7d style: minor tweaks 2023-11-17 13:11:04 +01:00
Kamil Myśliwiec
4bc75e9bab Merge branch 'feat/emit-warning-for-heavier-modules' of https://github.com/h4ad-forks/nest into h4ad-forks-feat/emit-warning-for-heavier-modules 2023-11-17 13:09:55 +01:00
Kamil Mysliwiec
c5aaeb7fde Merge pull request #12752 from benlesh/blesh-grpc-write-drain-buffer
fix(grpc): ensure all buffered values drain
2023-11-17 13:08:32 +01:00
Kamil Mysliwiec
f93c9d4ef7 Merge pull request #12756 from nestjs/dependabot/npm_and_yarn/mongoose-8.0.1
chore(deps-dev): bump mongoose from 8.0.0 to 8.0.1
2023-11-17 13:08:08 +01:00
dependabot[bot]
ea5d969736 chore(deps-dev): bump mongoose from 8.0.0 to 8.0.1
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.0.0 to 8.0.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.0.0...8.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-17 12:02:05 +00:00
Kamil Mysliwiec
b69576ebe9 Merge pull request #12760 from rawalrajen/add-consumer-tag-on-rmq-config
Add consumerTag param on rmq microservice config
2023-11-17 13:01:59 +01:00
Kamil Mysliwiec
50ab3e39fd Merge pull request #12737 from nestjs/renovate/amqplib-0.x
chore(deps): update dependency @types/amqplib to v0.10.4
2023-11-17 13:01:12 +01:00
Kamil Mysliwiec
8389dd5f21 Merge pull request #12741 from nestjs/dependabot/npm_and_yarn/eslint-8.53.0
chore(deps-dev): bump eslint from 8.52.0 to 8.53.0
2023-11-17 13:00:37 +01:00
Kamil Mysliwiec
1e36001c99 Merge pull request #12757 from nestjs/dependabot/npm_and_yarn/nestjs/graphql-12.0.11
chore(deps-dev): bump @nestjs/graphql from 12.0.10 to 12.0.11
2023-11-17 13:00:29 +01:00
dependabot[bot]
e745a9743f chore(deps-dev): bump @nestjs/graphql from 12.0.10 to 12.0.11
Bumps [@nestjs/graphql](https://github.com/nestjs/graphql) from 12.0.10 to 12.0.11.
- [Release notes](https://github.com/nestjs/graphql/releases)
- [Commits](https://github.com/nestjs/graphql/compare/v12.0.10...v12.0.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-17 11:58:35 +00:00
dependabot[bot]
cad95e2d4a chore(deps-dev): bump eslint from 8.52.0 to 8.53.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.52.0 to 8.53.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.52.0...v8.53.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-17 11:57:54 +00:00
renovate[bot]
cb8cf66bd0 chore(deps): update dependency @types/amqplib to v0.10.4 2023-11-17 11:57:30 +00:00
Kamil Mysliwiec
8cc9ee7d2e Merge pull request #12765 from nestjs/dependabot/npm_and_yarn/commitlint/config-angular-18.4.2
chore(deps-dev): bump @commitlint/config-angular from 18.1.0 to 18.4.2
2023-11-17 12:57:25 +01:00
Kamil Mysliwiec
74a36cd865 Merge pull request #12758 from nestjs/dependabot/npm_and_yarn/prettier-3.1.0
chore(deps-dev): bump prettier from 3.0.3 to 3.1.0
2023-11-17 12:57:19 +01:00
Kamil Mysliwiec
5f9d8961cd Merge pull request #12755 from nestjs/dependabot/npm_and_yarn/nestjs/typeorm-10.0.1
chore(deps-dev): bump @nestjs/typeorm from 10.0.0 to 10.0.1
2023-11-17 12:57:07 +01:00
Kamil Mysliwiec
0b9a22f8bc Merge pull request #12754 from nestjs/dependabot/npm_and_yarn/nestjs/apollo-12.0.11
chore(deps-dev): bump @nestjs/apollo from 12.0.10 to 12.0.11
2023-11-17 12:56:51 +01:00
Kamil Mysliwiec
0acf25da70 Merge pull request #12744 from nestjs/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-6.11.0
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.10.0 to 6.11.0
2023-11-17 12:56:44 +01:00
Kamil Mysliwiec
2dff3f08ac Merge pull request #12713 from nestjs/dependabot/npm_and_yarn/types/gulp-4.0.17
chore(deps-dev): bump @types/gulp from 4.0.16 to 4.0.17
2023-11-17 12:56:20 +01:00
dependabot[bot]
b643bfc3ba chore(deps-dev): bump @commitlint/config-angular from 18.1.0 to 18.4.2
Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular) from 18.1.0 to 18.4.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/v18.4.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>
2023-11-17 00:51:03 +00:00
Rajen
3df3b71eb5 refactor: add inline consumerTag 2023-11-16 13:50:25 +05:45
Rajen
d4f4b8cad7 feat: add consumerTag param on rmq microservice config 2023-11-16 12:38:37 +05:45
dependabot[bot]
474eea1b3f chore(deps-dev): bump prettier from 3.0.3 to 3.1.0
Bumps [prettier](https://github.com/prettier/prettier) from 3.0.3 to 3.1.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.0.3...3.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-16 00:35:53 +00:00
dependabot[bot]
8bbda87529 chore(deps-dev): bump @nestjs/typeorm from 10.0.0 to 10.0.1
Bumps [@nestjs/typeorm](https://github.com/nestjs/typeorm) from 10.0.0 to 10.0.1.
- [Release notes](https://github.com/nestjs/typeorm/releases)
- [Changelog](https://github.com/nestjs/typeorm/blob/master/.release-it.json)
- [Commits](https://github.com/nestjs/typeorm/compare/10.0.0...10.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-16 00:33:26 +00:00
dependabot[bot]
d0ce0e0b96 chore(deps-dev): bump @nestjs/apollo from 12.0.10 to 12.0.11
Bumps [@nestjs/apollo](https://github.com/nestjs/graphql) from 12.0.10 to 12.0.11.
- [Release notes](https://github.com/nestjs/graphql/releases)
- [Commits](https://github.com/nestjs/graphql/compare/v12.0.10...v12.0.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-16 00:32:34 +00:00
Vinícius Lourenço
8a2d19db5a fixup! perf: prefer use factory instead of use value when possible 2023-11-15 21:23:29 -03:00
Vinícius Lourenço
53d2094b09 perf: prefer use factory instead of use value when possible 2023-11-15 18:52:53 -03:00
Vinícius Lourenço
7e385e9e0b fixup! feat(core): emit warning when serialization of module is slow 2023-11-15 18:41:33 -03:00
Ben Lesh
11ded4dd9a fix(grpc): ensure all buffered values drain
+ Ensures all values that are buffered while the stream is unwritable are written when the drain event fires.
+ Ensures that if the stream becomes unwritable while draining, it will wait for another drain event.
+ Ensures that if the observable completes while draining, it will wait for the entire buffer to be drained before resolving.
+ Ensures that if the observable errors while draining, it will wait for the entire buffer to be drained before rejecting.
+ Fixes tests that had some incorrect assumptions around stream write returns and the order of events.
+ Adds a more comprehensive set of tests for writing the observable to the stream.

Fixes #12751
2023-11-15 12:46:55 -06:00
Kamil Mysliwiec
fc2194028d Merge pull request #12747 from nestjs/dependabot/npm_and_yarn/engine.io-client-6.5.3
chore(deps-dev): bump engine.io-client from 6.5.2 to 6.5.3
2023-11-15 09:23:28 +01:00
Kamil Mysliwiec
6cf237ed97 Merge pull request #12742 from nestjs/dependabot/npm_and_yarn/lint-staged-15.1.0
chore(deps-dev): bump lint-staged from 15.0.2 to 15.1.0
2023-11-15 09:23:19 +01:00
dependabot[bot]
ef74f91255 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.10.0 to 6.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/v6.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>
2023-11-15 08:21:30 +00:00
dependabot[bot]
2c586bfab0 chore(deps-dev): bump @types/gulp from 4.0.16 to 4.0.17
Bumps [@types/gulp](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/gulp) from 4.0.16 to 4.0.17.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/gulp)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-15 08:21:08 +00:00
Kamil Mysliwiec
88982e798c Merge pull request #12745 from nestjs/dependabot/npm_and_yarn/typescript-eslint/parser-6.11.0
chore(deps-dev): bump @typescript-eslint/parser from 6.10.0 to 6.11.0
2023-11-15 09:20:22 +01:00
Kamil Mysliwiec
c712456f1e Merge pull request #12746 from nestjs/dependabot/npm_and_yarn/types/express-4.17.21
chore(deps-dev): bump @types/express from 4.17.20 to 4.17.21
2023-11-15 09:20:15 +01:00
Kamil Mysliwiec
e6952a7290 Merge pull request #12740 from nestjs/dependabot/npm_and_yarn/grpc/grpc-js-1.9.10
chore(deps-dev): bump @grpc/grpc-js from 1.9.9 to 1.9.10
2023-11-15 09:19:19 +01:00
dependabot[bot]
b2bad4dbb0 chore(deps-dev): bump engine.io-client from 6.5.2 to 6.5.3
Bumps [engine.io-client](https://github.com/socketio/engine.io-client) from 6.5.2 to 6.5.3.
- [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.2...6.5.3)

---
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>
2023-11-15 00:21:11 +00:00
dependabot[bot]
a4e8753c6a chore(deps-dev): bump @types/express from 4.17.20 to 4.17.21
Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) from 4.17.20 to 4.17.21.
- [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>
2023-11-15 00:20:54 +00:00
dependabot[bot]
53bd98af66 chore(deps-dev): bump @typescript-eslint/parser from 6.10.0 to 6.11.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.10.0 to 6.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/v6.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>
2023-11-15 00:20:29 +00:00
dependabot[bot]
6072b10228 chore(deps-dev): bump lint-staged from 15.0.2 to 15.1.0
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 15.0.2 to 15.1.0.
- [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.0.2...v15.1.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>
2023-11-15 00:19:02 +00:00
dependabot[bot]
cabfa3ceef chore(deps-dev): bump @grpc/grpc-js from 1.9.9 to 1.9.10
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.9.9 to 1.9.10.
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.9.9...@grpc/grpc-js@1.9.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>
2023-11-15 00:18:29 +00:00
Vinícius Lourenço
c49030e3d2 feat(core): emit warning when serialization of module is slow 2023-11-14 16:47:00 -03:00
Kamil Mysliwiec
ef5344826f Merge pull request #12722 from nestjs/dependabot/npm_and_yarn/types/cors-2.8.16
chore(deps-dev): bump @types/cors from 2.8.15 to 2.8.16
2023-11-14 13:22:48 +01:00
Kamil Mysliwiec
5a07697ab5 Merge pull request #12723 from nestjs/dependabot/npm_and_yarn/fast-json-stringify-5.9.1
chore(deps): bump fast-json-stringify from 5.8.0 to 5.9.1
2023-11-14 13:22:41 +01:00
Kamil Mysliwiec
ab70f66645 Merge pull request #12724 from nestjs/dependabot/npm_and_yarn/types/amqplib-0.10.4
chore(deps-dev): bump @types/amqplib from 0.10.3 to 0.10.4
2023-11-14 13:22:30 +01:00
Kamil Mysliwiec
7d5f0ad291 Merge pull request #12726 from nestjs/dependabot/npm_and_yarn/nestjs/graphql-12.0.10
chore(deps-dev): bump @nestjs/graphql from 12.0.9 to 12.0.10
2023-11-14 13:22:17 +01:00
Kamil Mysliwiec
3966ddc2ea Merge pull request #12727 from nestjs/dependabot/npm_and_yarn/commitlint/cli-18.4.1
chore(deps-dev): bump @commitlint/cli from 18.2.0 to 18.4.1
2023-11-14 13:22:07 +01:00
Kamil Mysliwiec
a756465761 Merge pull request #12728 from nestjs/dependabot/npm_and_yarn/types/chai-4.3.10
chore(deps-dev): bump @types/chai from 4.3.9 to 4.3.10
2023-11-14 13:22:00 +01:00
Kamil Mysliwiec
87f3d5782f Merge pull request #12729 from nestjs/dependabot/npm_and_yarn/mqtt-5.2.1
chore(deps-dev): bump mqtt from 5.1.4 to 5.2.1
2023-11-14 13:20:11 +01:00
Kamil Mysliwiec
970520b1dc Merge pull request #12730 from nestjs/dependabot/npm_and_yarn/types/mocha-10.0.4
chore(deps-dev): bump @types/mocha from 10.0.3 to 10.0.4
2023-11-14 13:19:45 +01:00
dependabot[bot]
624258b1b0 chore(deps-dev): bump @types/mocha from 10.0.3 to 10.0.4
Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) from 10.0.3 to 10.0.4.
- [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>
2023-11-13 00:53:02 +00:00
dependabot[bot]
35aa2407ef chore(deps-dev): bump mqtt from 5.1.4 to 5.2.1
Bumps [mqtt](https://github.com/mqttjs/MQTT.js) from 5.1.4 to 5.2.1.
- [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.1.4...v5.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-13 00:51:58 +00:00
dependabot[bot]
2730d66c65 chore(deps-dev): bump @types/chai from 4.3.9 to 4.3.10
Bumps [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai) from 4.3.9 to 4.3.10.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-13 00:50:53 +00:00
dependabot[bot]
08f0b47098 chore(deps-dev): bump @commitlint/cli from 18.2.0 to 18.4.1
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 18.2.0 to 18.4.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.4.1/@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>
2023-11-13 00:49:55 +00:00
dependabot[bot]
12e539e230 chore(deps-dev): bump @nestjs/graphql from 12.0.9 to 12.0.10
Bumps [@nestjs/graphql](https://github.com/nestjs/graphql) from 12.0.9 to 12.0.10.
- [Release notes](https://github.com/nestjs/graphql/releases)
- [Commits](https://github.com/nestjs/graphql/compare/v12.0.9...v12.0.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-13 00:48:42 +00:00
dependabot[bot]
0c50f4a0c4 chore(deps-dev): bump @types/amqplib from 0.10.3 to 0.10.4
Bumps [@types/amqplib](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/amqplib) from 0.10.3 to 0.10.4.
- [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>
2023-11-13 00:46:27 +00:00
dependabot[bot]
f5abe57f3e chore(deps): bump fast-json-stringify from 5.8.0 to 5.9.1
Bumps [fast-json-stringify](https://github.com/fastify/fast-json-stringify) from 5.8.0 to 5.9.1.
- [Release notes](https://github.com/fastify/fast-json-stringify/releases)
- [Commits](https://github.com/fastify/fast-json-stringify/compare/v5.8.0...v5.9.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>
2023-11-13 00:45:22 +00:00
dependabot[bot]
2520fdc943 chore(deps-dev): bump @types/cors from 2.8.15 to 2.8.16
Bumps [@types/cors](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/cors) from 2.8.15 to 2.8.16.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/cors)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-13 00:44:09 +00:00
Kamil Mysliwiec
02595296e4 Merge pull request #12707 from nestjs/dependabot/npm_and_yarn/nestjs/apollo-12.0.10
chore(deps-dev): bump @nestjs/apollo from 12.0.9 to 12.0.10
2023-11-10 13:21:18 +01:00
dependabot[bot]
54f7119869 chore(deps-dev): bump @nestjs/apollo from 12.0.9 to 12.0.10
Bumps [@nestjs/apollo](https://github.com/nestjs/graphql) from 12.0.9 to 12.0.10.
- [Release notes](https://github.com/nestjs/graphql/releases)
- [Commits](https://github.com/nestjs/graphql/compare/v12.0.9...v12.0.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-10 12:21:09 +00:00
Kamil Mysliwiec
f41cb66097 Merge pull request #12708 from nestjs/dependabot/npm_and_yarn/types/bytes-3.1.4
chore(deps-dev): bump @types/bytes from 3.1.3 to 3.1.4
2023-11-10 13:20:54 +01:00
dependabot[bot]
3895f0c9b2 chore(deps-dev): bump @types/bytes from 3.1.3 to 3.1.4
Bumps [@types/bytes](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/bytes) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/bytes)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-10 12:20:35 +00:00
Kamil Mysliwiec
f69572dd3b Merge pull request #12709 from nestjs/dependabot/npm_and_yarn/types/http-errors-2.0.4
chore(deps-dev): bump @types/http-errors from 2.0.3 to 2.0.4
2023-11-10 13:20:33 +01:00
Kamil Mysliwiec
f04cc69b14 Merge pull request #12710 from nestjs/dependabot/npm_and_yarn/types/ws-8.5.9
chore(deps-dev): bump @types/ws from 8.5.8 to 8.5.9
2023-11-10 13:20:25 +01:00
Kamil Mysliwiec
3d73ec7ffb Merge pull request #12711 from nestjs/dependabot/npm_and_yarn/mysql2-3.6.3
chore(deps-dev): bump mysql2 from 3.6.2 to 3.6.3
2023-11-10 13:20:18 +01:00
Kamil Mysliwiec
bda748dbc0 Merge pull request #12712 from nestjs/dependabot/npm_and_yarn/nestjs/mongoose-10.0.2
chore(deps-dev): bump @nestjs/mongoose from 10.0.1 to 10.0.2
2023-11-10 13:20:03 +01:00
dependabot[bot]
cfb9384c27 chore(deps-dev): bump @types/http-errors from 2.0.3 to 2.0.4
Bumps [@types/http-errors](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/http-errors) from 2.0.3 to 2.0.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/http-errors)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-10 12:19:50 +00:00
dependabot[bot]
dfb4222482 chore(deps-dev): bump @types/ws from 8.5.8 to 8.5.9
Bumps [@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws) from 8.5.8 to 8.5.9.
- [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>
2023-11-10 12:19:49 +00:00
Kamil Mysliwiec
59546ea4e5 Merge pull request #12714 from nestjs/dependabot/npm_and_yarn/types/chai-as-promised-7.1.8
chore(deps-dev): bump @types/chai-as-promised from 7.1.7 to 7.1.8
2023-11-10 13:19:27 +01:00
Kamil Mysliwiec
04f24a4435 Merge pull request #12715 from nestjs/dependabot/npm_and_yarn/types/node-20.9.0
chore(deps-dev): bump @types/node from 20.8.10 to 20.9.0
2023-11-10 13:19:00 +01:00
Kamil Mysliwiec
14811489b1 Merge pull request #12716 from nestjs/dependabot/npm_and_yarn/types/supertest-2.0.16
chore(deps-dev): bump @types/supertest from 2.0.15 to 2.0.16
2023-11-10 13:18:46 +01:00
dependabot[bot]
cc15ba727c chore(deps-dev): bump @types/supertest from 2.0.15 to 2.0.16
Bumps [@types/supertest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/supertest) from 2.0.15 to 2.0.16.
- [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>
2023-11-09 00:35:34 +00:00
dependabot[bot]
4361d098bd chore(deps-dev): bump @types/node from 20.8.10 to 20.9.0
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.8.10 to 20.9.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>
2023-11-09 00:35:14 +00:00
dependabot[bot]
37dbcab653 chore(deps-dev): bump @types/chai-as-promised from 7.1.7 to 7.1.8
Bumps [@types/chai-as-promised](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai-as-promised) from 7.1.7 to 7.1.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai-as-promised)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-09 00:34:53 +00:00
dependabot[bot]
17297fd2ed chore(deps-dev): bump @nestjs/mongoose from 10.0.1 to 10.0.2
Bumps [@nestjs/mongoose](https://github.com/nestjs/mongoose) from 10.0.1 to 10.0.2.
- [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.1...10.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-09 00:34:05 +00:00
dependabot[bot]
c2619a8b52 chore(deps-dev): bump mysql2 from 3.6.2 to 3.6.3
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.6.2 to 3.6.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.6.2...v3.6.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-09 00:33:35 +00:00
Kai Böse
5f717ef0f0 test: fix faulty test suite for route tree 2023-11-08 11:35:58 +01:00
Kamil Mysliwiec
39b06aea79 Merge pull request #12698 from nestjs/dependabot/npm_and_yarn/typescript-eslint/parser-6.10.0
chore(deps-dev): bump @typescript-eslint/parser from 6.9.0 to 6.10.0
2023-11-08 11:26:02 +01:00
Kamil Mysliwiec
bd9dae44ac Merge pull request #12645 from nestjs/renovate/cache-manager-4.x-lockfile
chore(deps): update dependency @types/cache-manager to v4.0.5
2023-11-08 11:25:53 +01:00
Kamil Mysliwiec
0050faed43 Merge pull request #12704 from nestjs/dependabot/npm_and_yarn/sinon-and-types/sinon-17.0.1
chore(deps-dev): bump sinon and @types/sinon
2023-11-08 11:25:31 +01:00
Kamil Mysliwiec
89a3729218 Merge pull request #11964 from nestjs/renovate/nestjs-graphql-12.x
fix(deps): update dependency @nestjs/graphql to v12.0.9
2023-11-08 11:25:12 +01:00
Kamil Mysliwiec
dda2a66aa1 Merge pull request #12682 from nestjs/dependabot/npm_and_yarn/fastify/cors-8.4.1
chore(deps): bump @fastify/cors from 8.4.0 to 8.4.1
2023-11-08 11:24:39 +01:00
Kamil Mysliwiec
95cdaa5fb8 Merge pull request #12683 from nestjs/dependabot/npm_and_yarn/grpc/grpc-js-1.9.9
chore(deps-dev): bump @grpc/grpc-js from 1.9.7 to 1.9.9
2023-11-08 11:24:33 +01:00
Kamil Mysliwiec
856026722c Merge pull request #12686 from nestjs/dependabot/npm_and_yarn/core-js-3.33.2
chore(deps-dev): bump core-js from 3.33.1 to 3.33.2
2023-11-08 11:24:24 +01:00
Kamil Mysliwiec
616e7a1e45 Merge pull request #12687 from nestjs/dependabot/npm_and_yarn/nats-2.18.0
chore(deps-dev): bump nats from 2.17.0 to 2.18.0
2023-11-08 11:24:17 +01:00
Kamil Mysliwiec
00b4d75d1e Merge pull request #12690 from nestjs/dependabot/npm_and_yarn/mqtt-5.1.4
chore(deps-dev): bump mqtt from 5.1.3 to 5.1.4
2023-11-08 11:24:12 +01:00
dependabot[bot]
f47ce7d085 chore(deps-dev): bump sinon and @types/sinon
Bumps [sinon](https://github.com/sinonjs/sinon) and [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon). These dependencies needed to be updated together.

Updates `sinon` from 17.0.0 to 17.0.1
- [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.0...v17.0.1)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-08 10:22:57 +00:00
dependabot[bot]
cfefda2bf6 chore(deps-dev): bump @typescript-eslint/parser from 6.9.0 to 6.10.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.9.0 to 6.10.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/v6.10.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>
2023-11-08 10:22:18 +00:00
renovate[bot]
b6083d9ee1 chore(deps): update dependency @types/cache-manager to v4.0.5 2023-11-08 10:22:11 +00:00
dependabot[bot]
e89592a3e8 chore(deps-dev): bump mqtt from 5.1.3 to 5.1.4
Bumps [mqtt](https://github.com/mqttjs/MQTT.js) from 5.1.3 to 5.1.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.1.3...v5.1.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-08 10:21:57 +00:00
Kamil Mysliwiec
7d092b6c3e Merge pull request #12691 from nestjs/dependabot/npm_and_yarn/mongoose-8.0.0
chore(deps-dev): bump mongoose from 7.6.3 to 8.0.0
2023-11-08 11:21:17 +01:00
Kamil Mysliwiec
ddf37b6393 Merge pull request #12699 from nestjs/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-6.10.0
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.9.0 to 6.10.0
2023-11-08 11:21:02 +01:00
Kai Böse
e1b1af910b feat(core): allow using modules and nested route trees in parallel
change type of RouteTree.children to accept both RouteTree and Type<any> in junction

fixes #12700
2023-11-08 10:50:27 +01:00
dependabot[bot]
68ab55f39d 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.9.0 to 6.10.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/v6.10.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>
2023-11-07 00:24:07 +00:00
dependabot[bot]
5f836363ca chore(deps-dev): bump mongoose from 7.6.3 to 8.0.0
Bumps [mongoose](https://github.com/Automattic/mongoose) from 7.6.3 to 8.0.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/7.6.3...8.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-03 00:09:41 +00:00
dependabot[bot]
6372b0225b chore(deps-dev): bump nats from 2.17.0 to 2.18.0
Bumps [nats](https://github.com/nats-io/nats.js) from 2.17.0 to 2.18.0.
- [Release notes](https://github.com/nats-io/nats.js/releases)
- [Commits](https://github.com/nats-io/nats.js/compare/v2.17.0...v2.18.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-03 00:08:08 +00:00
dependabot[bot]
e8890f8cea chore(deps-dev): bump core-js from 3.33.1 to 3.33.2
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.33.1 to 3.33.2.
- [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.33.2/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>
2023-11-03 00:07:47 +00:00
dependabot[bot]
8507288c03 chore(deps-dev): bump @grpc/grpc-js from 1.9.7 to 1.9.9
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.9.7 to 1.9.9.
- [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>
2023-11-03 00:06:31 +00:00
dependabot[bot]
942fa0e149 chore(deps): bump @fastify/cors from 8.4.0 to 8.4.1
Bumps [@fastify/cors](https://github.com/fastify/fastify-cors) from 8.4.0 to 8.4.1.
- [Release notes](https://github.com/fastify/fastify-cors/releases)
- [Commits](https://github.com/fastify/fastify-cors/compare/v8.4.0...v8.4.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>
2023-11-03 00:06:16 +00:00
Kamil Myśliwiec
7359a35773 chore(@nestjs) publish v10.2.8 release 2023-11-02 11:59:45 +01:00
Kamil Myśliwiec
76586fcdfb chore: update copyright 2023-11-02 11:57:30 +01:00
Kamil Mysliwiec
34f88f661f Merge pull request #12384 from nestjs/dependabot/npm_and_yarn/nestjs/apollo-12.0.9
chore(deps-dev): bump @nestjs/apollo from 12.0.4 to 12.0.9
2023-11-02 11:55:25 +01:00
Kamil Mysliwiec
9472b51161 Merge pull request #12662 from nestjs/dependabot/npm_and_yarn/commitlint/config-angular-18.1.0
chore(deps-dev): bump @commitlint/config-angular from 18.0.0 to 18.1.0
2023-11-02 11:53:58 +01:00
Kamil Mysliwiec
a830ab849d Merge pull request #12664 from nestjs/dependabot/npm_and_yarn/fastify-4.24.3
chore(deps): bump fastify from 4.23.2 to 4.24.3
2023-11-02 11:53:31 +01:00
Kamil Mysliwiec
e4ac534dfa Merge pull request #12660 from nestjs/dependabot/npm_and_yarn/lint-staged-15.0.2
chore(deps-dev): bump lint-staged from 14.0.1 to 15.0.2
2023-11-02 11:53:20 +01:00
dependabot[bot]
caacc23d22 chore(deps-dev): bump @commitlint/config-angular from 18.0.0 to 18.1.0
Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular) from 18.0.0 to 18.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/v18.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>
2023-11-02 10:53:03 +00:00
dependabot[bot]
efc73304e2 chore(deps-dev): bump lint-staged from 14.0.1 to 15.0.2
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 14.0.1 to 15.0.2.
- [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/v14.0.1...v15.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-02 10:52:54 +00:00
dependabot[bot]
c42aa32392 chore(deps): bump fastify from 4.23.2 to 4.24.3
Bumps [fastify](https://github.com/fastify/fastify) from 4.23.2 to 4.24.3.
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](https://github.com/fastify/fastify/compare/v4.23.2...v4.24.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-02 10:52:48 +00:00
Kamil Mysliwiec
bd8d8e74ff Merge pull request #12666 from nestjs/dependabot/npm_and_yarn/commitlint/cli-18.2.0
chore(deps-dev): bump @commitlint/cli from 17.7.2 to 18.2.0
2023-11-02 11:51:58 +01:00
dependabot[bot]
843b3ebc72 chore(deps-dev): bump @commitlint/cli from 17.7.2 to 18.2.0
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 17.7.2 to 18.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/v18.2.0/@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>
2023-11-02 10:50:56 +00:00
Kamil Mysliwiec
7a25d822f3 Merge pull request #12667 from nestjs/dependabot/npm_and_yarn/apollo/server-4.9.5
chore(deps-dev): bump @apollo/server from 4.9.4 to 4.9.5
2023-11-02 11:49:57 +01:00
Kamil Mysliwiec
a27d50b7cb Merge pull request #12672 from nestjs/dependabot/npm_and_yarn/fastify/static-6.12.0
chore(deps-dev): bump @fastify/static from 6.11.2 to 6.12.0
2023-11-02 11:49:28 +01:00
dependabot[bot]
6ecd9d6a51 chore(deps-dev): bump @apollo/server from 4.9.4 to 4.9.5
Bumps [@apollo/server](https://github.com/apollographql/apollo-server/tree/HEAD/packages/server) from 4.9.4 to 4.9.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.9.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>
2023-11-02 10:47:54 +00:00
dependabot[bot]
2e5e77c94f chore(deps-dev): bump @fastify/static from 6.11.2 to 6.12.0
Bumps [@fastify/static](https://github.com/fastify/fastify-static) from 6.11.2 to 6.12.0.
- [Release notes](https://github.com/fastify/fastify-static/releases)
- [Commits](https://github.com/fastify/fastify-static/compare/v6.11.2...v6.12.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>
2023-11-02 10:47:54 +00:00
Kamil Mysliwiec
64a421565b Merge pull request #12652 from nestjs/dependabot/npm_and_yarn/types/cors-2.8.15
chore(deps-dev): bump @types/cors from 2.8.14 to 2.8.15
2023-11-02 11:47:27 +01:00
Kamil Mysliwiec
918d01c862 Merge pull request #12676 from nestjs/dependabot/npm_and_yarn/types/node-20.8.10
chore(deps-dev): bump @types/node from 20.8.7 to 20.8.10
2023-11-02 11:47:10 +01:00
Kamil Mysliwiec
d7127ce9b3 Merge pull request #12675 from sadikkuzu/patch-1
Fix typo in Bug_report.yml
2023-11-02 11:40:06 +01:00
dependabot[bot]
74daf86269 chore(deps-dev): bump @types/node from 20.8.7 to 20.8.10
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.8.7 to 20.8.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>
2023-11-01 00:31:47 +00:00
SADIK KUZU
53ca275f9f Fix typo in Bug_report.yml 2023-10-31 19:15:39 +03:00
Hellomik2002
8dfba64f05 FIX catch stream errors
At the current moment if you throw error in stream, It will throw all app, but with this fix error will be handled, and server will not fall dawn
2023-10-30 07:26:44 +06:00
Kamil Myśliwiec
044012283a chore: fix package lock 2023-10-25 08:45:19 +02:00
dependabot[bot]
16215b9f89 chore(deps-dev): bump @types/cors from 2.8.14 to 2.8.15
Bumps [@types/cors](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/cors) from 2.8.14 to 2.8.15.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/cors)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-25 06:41:16 +00:00
Kamil Mysliwiec
354475da01 Merge pull request #12656 from jmcdo29/fix/dates-validation
fix: add date to ignored metatypes
2023-10-25 08:40:17 +02:00
Kamil Mysliwiec
202918c8c0 Merge pull request #12649 from nestjs/dependabot/npm_and_yarn/types/mocha-10.0.3
chore(deps-dev): bump @types/mocha from 10.0.2 to 10.0.3
2023-10-25 08:39:12 +02:00
Kamil Mysliwiec
3a6ec16349 Merge pull request #12637 from nestjs/dependabot/npm_and_yarn/types/chai-as-promised-7.1.7
chore(deps-dev): bump @types/chai-as-promised from 7.1.6 to 7.1.7
2023-10-25 08:38:58 +02:00
Kamil Mysliwiec
f82e76b678 Merge pull request #12648 from nestjs/dependabot/npm_and_yarn/sinon-17.0.0
chore(deps-dev): bump sinon from 16.1.0 to 17.0.0
2023-10-25 08:38:49 +02:00
dependabot[bot]
5cc3de0036 chore(deps-dev): bump @types/chai-as-promised from 7.1.6 to 7.1.7
Bumps [@types/chai-as-promised](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai-as-promised) from 7.1.6 to 7.1.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai-as-promised)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-25 06:38:20 +00:00
dependabot[bot]
48a56c23c9 chore(deps-dev): bump sinon from 16.1.0 to 17.0.0
Bumps [sinon](https://github.com/sinonjs/sinon) from 16.1.0 to 17.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/v16.1.0...v17.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>
2023-10-25 06:38:07 +00:00
Kamil Mysliwiec
725f61a7c5 Merge pull request #12633 from nestjs/dependabot/npm_and_yarn/types/ws-8.5.8
chore(deps-dev): bump @types/ws from 8.5.6 to 8.5.8
2023-10-25 08:37:39 +02:00
Kamil Mysliwiec
8eb344f6c5 Merge pull request #12650 from nestjs/dependabot/npm_and_yarn/typescript-eslint/parser-6.9.0
chore(deps-dev): bump @typescript-eslint/parser from 6.8.0 to 6.9.0
2023-10-25 08:37:31 +02:00
dependabot[bot]
f700efb982 chore(deps-dev): bump @types/mocha from 10.0.2 to 10.0.3
Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) from 10.0.2 to 10.0.3.
- [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>
2023-10-25 06:37:17 +00:00
Kamil Mysliwiec
0d50d4c35e Merge pull request #12653 from nestjs/dependabot/npm_and_yarn/types/gulp-4.0.16
chore(deps-dev): bump @types/gulp from 4.0.14 to 4.0.16
2023-10-25 08:37:16 +02:00
dependabot[bot]
95900f5ae2 chore(deps-dev): bump @types/gulp from 4.0.14 to 4.0.16
Bumps [@types/gulp](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/gulp) from 4.0.14 to 4.0.16.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/gulp)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-25 06:36:41 +00:00
Kamil Mysliwiec
703c9c37c8 Merge pull request #12654 from nestjs/dependabot/npm_and_yarn/types/express-4.17.20
chore(deps-dev): bump @types/express from 4.17.18 to 4.17.20
2023-10-25 08:35:36 +02:00
Jay McDoniel
f3141fbfda fix: add date to ignored metatypes 2023-10-24 23:31:32 -07:00
dependabot[bot]
e4df00fc38 chore(deps-dev): bump @types/express from 4.17.18 to 4.17.20
Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) from 4.17.18 to 4.17.20.
- [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>
2023-10-25 00:14:19 +00:00
dependabot[bot]
9659c0143d chore(deps-dev): bump @typescript-eslint/parser from 6.8.0 to 6.9.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.8.0 to 6.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/v6.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>
2023-10-25 00:13:05 +00:00
Kamil Mysliwiec
e06a650474 Merge pull request #12643 from nestjs/renovate/bytes-3.x
chore(deps): update dependency @types/bytes to v3.1.3
2023-10-24 09:26:02 +02:00
renovate[bot]
99de2365ff chore(deps): update dependency @types/bytes to v3.1.3 2023-10-24 07:25:19 +00:00
renovate[bot]
fea6f14fdb fix(deps): update dependency @nestjs/graphql to v12.0.9 2023-10-24 07:22:13 +00:00
Kamil Mysliwiec
5aae7213bc Merge pull request #12642 from nestjs/renovate/amqplib-0.x
chore(deps): update dependency @types/amqplib to v0.10.3
2023-10-24 09:20:03 +02:00
renovate[bot]
ba23dae784 chore(deps): update dependency @types/amqplib to v0.10.3 2023-10-24 07:17:55 +00:00
dependabot[bot]
82438f4abc chore(deps-dev): bump @types/ws from 8.5.6 to 8.5.8
Bumps [@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws) from 8.5.6 to 8.5.8.
- [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>
2023-10-24 07:12:14 +00:00
Kamil Mysliwiec
1cb6ac0ce8 Merge pull request #12638 from nestjs/dependabot/npm_and_yarn/types/http-errors-2.0.3
chore(deps-dev): bump @types/http-errors from 2.0.2 to 2.0.3
2023-10-24 09:11:26 +02:00
Kamil Mysliwiec
c8b3ab4217 Merge pull request #12636 from nestjs/dependabot/npm_and_yarn/commitlint/config-angular-18.0.0
chore(deps-dev): bump @commitlint/config-angular from 17.7.0 to 18.0.0
2023-10-24 09:09:41 +02:00
Kamil Mysliwiec
89705eaf45 Merge pull request #12635 from nestjs/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-6.9.0
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.8.0 to 6.9.0
2023-10-24 09:09:34 +02:00
dependabot[bot]
251dc47cd9 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.8.0 to 6.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/v6.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>
2023-10-24 07:09:23 +00:00
Kamil Mysliwiec
f69907dadd Merge pull request #12634 from nestjs/dependabot/npm_and_yarn/types/supertest-2.0.15
chore(deps-dev): bump @types/supertest from 2.0.14 to 2.0.15
2023-10-24 09:09:18 +02:00
Kamil Mysliwiec
c3a993f7be Merge pull request #12552 from nestjs/renovate/mongodb-6.x
fix(deps): update dependency mongodb to v6
2023-10-24 09:09:07 +02:00
Kamil Mysliwiec
fe60f37f4e Merge pull request #12639 from nestjs/dependabot/npm_and_yarn/concurrently-8.2.2
chore(deps-dev): bump concurrently from 8.2.1 to 8.2.2
2023-10-24 09:08:56 +02:00
Kamil Mysliwiec
4f95e85042 Merge pull request #12631 from nestjs/renovate/eslint-plugin-import-2.x
chore(deps): update dependency eslint-plugin-import to v2.29.0
2023-10-24 09:08:43 +02:00
Kamil Mysliwiec
dfd5379c8a Merge pull request #12484 from nestjs/renovate/supertest-2.x
chore(deps): update dependency @types/supertest to v2.0.15
2023-10-24 09:08:33 +02:00
Kamil Mysliwiec
65575867ff Merge pull request #12540 from nestjs/renovate/eslint-plugin-prettier-5.x
chore(deps): update dependency eslint-plugin-prettier to v5
2023-10-24 09:08:21 +02:00
Kamil Mysliwiec
16e23070c4 Merge pull request #12640 from nestjs/dependabot/npm_and_yarn/core-js-3.33.1
chore(deps-dev): bump core-js from 3.33.0 to 3.33.1
2023-10-24 09:08:12 +02:00
Kamil Mysliwiec
b581d2bbae Merge pull request #12641 from nestjs/dependabot/npm_and_yarn/types/chai-4.3.9
chore(deps-dev): bump @types/chai from 4.3.6 to 4.3.9
2023-10-24 09:08:03 +02:00
renovate[bot]
05b604e738 chore(deps): update dependency eslint-plugin-prettier to v5 2023-10-24 06:49:37 +00:00
renovate[bot]
c62ba40094 chore(deps): update dependency @types/supertest to v2.0.15 2023-10-24 06:48:19 +00:00
dependabot[bot]
72bcb36b70 chore(deps-dev): bump concurrently from 8.2.1 to 8.2.2
Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 8.2.1 to 8.2.2.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v8.2.1...v8.2.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-24 06:42:25 +00:00
dependabot[bot]
923d294d63 chore(deps-dev): bump @types/http-errors from 2.0.2 to 2.0.3
Bumps [@types/http-errors](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/http-errors) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/http-errors)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-24 06:42:23 +00:00
dependabot[bot]
0f6c5dd7d7 chore(deps-dev): bump @types/supertest from 2.0.14 to 2.0.15
Bumps [@types/supertest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/supertest) from 2.0.14 to 2.0.15.
- [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>
2023-10-24 06:42:20 +00:00
dependabot[bot]
cad7a6cd75 chore(deps-dev): bump @commitlint/config-angular from 17.7.0 to 18.0.0
Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular) from 17.7.0 to 18.0.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/v18.0.0/@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>
2023-10-24 06:42:07 +00:00
dependabot[bot]
e75052370b chore(deps-dev): bump core-js from 3.33.0 to 3.33.1
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.33.0 to 3.33.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.33.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>
2023-10-24 06:42:06 +00:00
dependabot[bot]
c55ab5a264 chore(deps-dev): bump @types/chai from 4.3.6 to 4.3.9
Bumps [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai) from 4.3.6 to 4.3.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-24 06:41:54 +00:00
Kamil Myśliwiec
0fd228ef92 chore: downgrade nyc version 2023-10-24 08:41:05 +02:00
Kamil Myśliwiec
7fdaec765c ci: bump max heap size for cov script 2023-10-23 14:26:14 +02:00
renovate[bot]
5e414f0516 fix(deps): update dependency mongodb to v6 2023-10-23 11:49:04 +00:00
renovate[bot]
5046644e53 chore(deps): update dependency eslint-plugin-import to v2.29.0 2023-10-23 11:45:19 +00:00
Kamil Myśliwiec
add1c7359c fix: fix package lock 2023-10-23 13:01:53 +02:00
Kamil Mysliwiec
d38f7cde2b Merge pull request #12515 from nestjs/renovate/mongoose-7.x
fix(deps): update dependency mongoose to v7.6.3
2023-10-23 13:00:27 +02:00
Kamil Mysliwiec
c07421f979 Merge pull request #12531 from nestjs/renovate/fastify-static-6.x
fix(deps): update dependency @fastify/static to v6.11.2
2023-10-23 13:00:14 +02:00
Kamil Mysliwiec
da6349669e Merge pull request #12532 from nestjs/renovate/grpc-grpc-js-1.x
fix(deps): update dependency @grpc/grpc-js to v1.9.7
2023-10-23 13:00:08 +02:00
Kamil Mysliwiec
e7d1481dc6 Merge pull request #12539 from nestjs/renovate/eslint-config-prettier-9.x
chore(deps): update dependency eslint-config-prettier to v9
2023-10-23 12:59:46 +02:00
Kamil Mysliwiec
39113e8d6c Merge pull request #12530 from nestjs/renovate/typescript-eslint-monorepo
chore(deps): update typescript-eslint monorepo to v5.62.0
2023-10-23 12:59:37 +02:00
Kamil Mysliwiec
e529d5287a Merge pull request #12523 from nestjs/renovate/typescript-5.x
chore(deps): update dependency typescript to v5.2.2
2023-10-23 12:57:36 +02:00
renovate[bot]
219f05680e chore(deps): update dependency eslint-config-prettier to v9 2023-10-23 10:17:37 +00:00
renovate[bot]
a287b9cdce fix(deps): update dependency mongoose to v7.6.3 2023-10-23 10:11:02 +00:00
renovate[bot]
97344e3040 fix(deps): update dependency @grpc/grpc-js to v1.9.7 2023-10-23 10:10:29 +00:00
renovate[bot]
bebe0d4a5f fix(deps): update dependency @fastify/static to v6.11.2 2023-10-23 10:09:57 +00:00
renovate[bot]
76074c2635 chore(deps): update typescript-eslint monorepo to v5.62.0 2023-10-23 10:07:40 +00:00
renovate[bot]
1fdb06cc21 chore(deps): update dependency typescript to v5.2.2 2023-10-23 09:46:26 +00:00
Kamil Mysliwiec
e6276d5c09 Merge pull request #12558 from jmcdo29/feat/streamable-error-logger
feat: allow for custom logger with streamable files
2023-10-23 11:26:37 +02:00
Kamil Mysliwiec
2d8a848d13 Merge pull request #12520 from nestjs/renovate/node-20.x
chore(deps): update dependency @types/node to v20.8.7
2023-10-23 11:05:11 +02:00
Kamil Mysliwiec
93a6668e7c Merge pull request #12521 from nestjs/renovate/sinon-10.x
chore(deps): update dependency @types/sinon to v10.0.20
2023-10-23 11:04:51 +02:00
renovate[bot]
0cc2e594ef chore(deps): update dependency @types/sinon to v10.0.20 2023-10-23 09:00:31 +00:00
renovate[bot]
c8c2e95901 chore(deps): update dependency @types/node to v20.8.7 2023-10-23 09:00:11 +00:00
Kamil Mysliwiec
551d12b160 Merge pull request #12519 from micalevisk/fix/issue-12518
fix(core): when the discoverable decorator was not used on calling `getProviders`/`getControllers`
2023-10-23 10:54:20 +02:00
Kamil Mysliwiec
bd9b31d21d Merge pull request #12513 from nestjs/renovate/jest-monorepo
chore(deps): update jest monorepo
2023-10-23 10:53:09 +02:00
Kamil Mysliwiec
c909160dc9 Merge pull request #12589 from nestjs/dependabot/npm_and_yarn/sample/19-auth-jwt/babel/traverse-7.23.2
chore(deps-dev): bump @babel/traverse from 7.18.8 to 7.23.2 in /sample/19-auth-jwt
2023-10-23 10:46:45 +02:00
renovate[bot]
388aff0a8c chore(deps): update jest monorepo 2023-10-23 08:44:49 +00:00
Kamil Mysliwiec
6af6a52032 Merge pull request #12591 from nestjs/dependabot/npm_and_yarn/sample/28-sse/babel/traverse-7.23.2
chore(deps-dev): bump @babel/traverse from 7.18.8 to 7.23.2 in /sample/28-sse
2023-10-23 10:44:39 +02:00
Kamil Mysliwiec
e296f23406 Merge pull request #12576 from nestjs/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-6.8.0
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.7.4 to 6.8.0
2023-10-23 10:44:29 +02:00
Kamil Mysliwiec
9842e40bab Merge pull request #12590 from nestjs/dependabot/npm_and_yarn/sample/24-serve-static/babel/traverse-7.23.2
chore(deps-dev): bump @babel/traverse from 7.18.8 to 7.23.2 in /sample/24-serve-static
2023-10-23 10:44:21 +02:00
Kamil Mysliwiec
15adbe2551 Merge pull request #12598 from nestjs/dependabot/npm_and_yarn/sample/16-gateways-ws/babel/traverse-7.23.2
chore(deps-dev): bump @babel/traverse from 7.18.8 to 7.23.2 in /sample/16-gateways-ws
2023-10-23 10:44:11 +02:00
Kamil Mysliwiec
3ce8665634 Merge pull request #12599 from nestjs/dependabot/npm_and_yarn/sample/25-dynamic-modules/babel/traverse-7.23.2
chore(deps-dev): bump @babel/traverse from 7.18.8 to 7.23.2 in /sample/25-dynamic-modules
2023-10-23 10:44:03 +02:00
Kamil Mysliwiec
8df8949c8e Merge pull request #12600 from nestjs/dependabot/npm_and_yarn/sample/27-scheduling/babel/traverse-7.23.2
chore(deps-dev): bump @babel/traverse from 7.18.8 to 7.23.2 in /sample/27-scheduling
2023-10-23 10:43:54 +02:00
Kamil Mysliwiec
b2533d4ffd Merge pull request #12605 from nestjs/dependabot/npm_and_yarn/sample/32-graphql-federation-schema-first/users-application/babel/traverse-7.23.2
chore(deps-dev): bump @babel/traverse from 7.21.2 to 7.23.2 in /sample/32-graphql-federation-schema-first/users-application
2023-10-23 10:43:32 +02:00
Kamil Mysliwiec
70b2e65fbf Merge pull request #12609 from nestjs/dependabot/npm_and_yarn/sample/22-graphql-prisma/babel/traverse-7.23.2
chore(deps-dev): bump @babel/traverse from 7.21.2 to 7.23.2 in /sample/22-graphql-prisma
2023-10-23 10:43:25 +02:00
Kamil Mysliwiec
36b4cd4e8a Merge pull request #12611 from nestjs/dependabot/npm_and_yarn/types/node-20.8.7
chore(deps-dev): bump @types/node from 20.8.2 to 20.8.7
2023-10-23 10:43:16 +02:00
Kamil Mysliwiec
9c551fb679 Merge pull request #12612 from nestjs/dependabot/npm_and_yarn/sample/09-babel-example/babel/traverse-7.23.2
chore(deps-dev): bump @babel/traverse from 7.22.20 to 7.23.2 in /sample/09-babel-example
2023-10-23 10:43:10 +02:00
Kamil Mysliwiec
6c9e4488da Merge pull request #12613 from nestjs/dependabot/npm_and_yarn/sample/13-mongo-typeorm/babel/traverse-7.23.2
chore(deps-dev): bump @babel/traverse from 7.22.5 to 7.23.2 in /sample/13-mongo-typeorm
2023-10-23 10:43:06 +02:00
Kamil Mysliwiec
ce3aee74b2 Merge pull request #12616 from nestjs/dependabot/npm_and_yarn/sample/31-graphql-federation-code-first/users-application/babel/traverse-7.23.2
chore(deps-dev): bump @babel/traverse from 7.22.5 to 7.23.2 in /sample/31-graphql-federation-code-first/users-application
2023-10-23 10:42:55 +02:00
Kamil Mysliwiec
94eae24cd7 Merge pull request #12615 from nestjs/dependabot/npm_and_yarn/sample/31-graphql-federation-code-first/gateway/babel/traverse-7.23.2
chore(deps-dev): bump @babel/traverse from 7.22.5 to 7.23.2 in /sample/31-graphql-federation-code-first/gateway
2023-10-23 10:40:58 +02:00
Kamil Mysliwiec
b35d9dc991 Merge pull request #12614 from nestjs/dependabot/npm_and_yarn/sample/33-graphql-mercurius/babel/traverse-7.23.2
chore(deps-dev): bump @babel/traverse from 7.22.5 to 7.23.2 in /sample/33-graphql-mercurius
2023-10-23 10:40:51 +02:00
Kamil Mysliwiec
7dbc80d8ef Merge pull request #12610 from nestjs/dependabot/npm_and_yarn/sample/23-graphql-code-first/babel/traverse-7.23.2
chore(deps-dev): bump @babel/traverse from 7.21.2 to 7.23.2 in /sample/23-graphql-code-first
2023-10-23 10:40:32 +02:00
Kamil Mysliwiec
25deea723c Merge pull request #12608 from nestjs/dependabot/npm_and_yarn/sample/32-graphql-federation-schema-first/gateway/babel/traverse-7.23.2
chore(deps-dev): bump @babel/traverse from 7.21.2 to 7.23.2 in /sample/32-graphql-federation-schema-first/gateway
2023-10-23 10:40:21 +02:00
Kamil Mysliwiec
3d371cd45f Merge pull request #12607 from nestjs/dependabot/npm_and_yarn/sample/12-graphql-schema-first/babel/traverse-7.23.2
chore(deps-dev): bump @babel/traverse from 7.21.2 to 7.23.2 in /sample/12-graphql-schema-first
2023-10-23 10:40:14 +02:00
Kamil Mysliwiec
3c96ca46aa Merge pull request #12534 from nestjs/renovate/nestjs-swagger-7.x
fix(deps): update dependency @nestjs/swagger to v7.1.13
2023-10-23 10:39:55 +02:00
Kamil Mysliwiec
5de4ba731f Merge pull request #12537 from nestjs/renovate/mysql2-3.x
fix(deps): update dependency mysql2 to v3.6.2
2023-10-23 10:39:46 +02:00
Kamil Mysliwiec
fdd97fc155 Merge pull request #12606 from nestjs/dependabot/npm_and_yarn/sample/32-graphql-federation-schema-first/posts-application/babel/traverse-7.23.2
chore(deps-dev): bump @babel/traverse from 7.21.2 to 7.23.2 in /sample/32-graphql-federation-schema-first/posts-application
2023-10-23 10:38:53 +02:00
Kamil Mysliwiec
3a125e4678 Merge pull request #12603 from nestjs/dependabot/npm_and_yarn/sample/29-file-upload/babel/traverse-7.23.2
chore(deps-dev): bump @babel/traverse from 7.18.8 to 7.23.2 in /sample/29-file-upload
2023-10-23 10:38:49 +02:00
Kamil Mysliwiec
b46276437f Merge pull request #12602 from nestjs/dependabot/npm_and_yarn/sample/30-event-emitter/babel/traverse-7.23.2
chore(deps-dev): bump @babel/traverse from 7.18.8 to 7.23.2 in /sample/30-event-emitter
2023-10-23 10:38:36 +02:00
Kamil Mysliwiec
45436de4b1 Merge pull request #12601 from nestjs/dependabot/npm_and_yarn/sample/26-queues/babel/traverse-7.23.2
chore(deps-dev): bump @babel/traverse from 7.18.8 to 7.23.2 in /sample/26-queues
2023-10-23 10:38:30 +02:00
Kamil Mysliwiec
f6fac34eda Merge pull request #12597 from nestjs/dependabot/npm_and_yarn/sample/07-sequelize/babel/traverse-7.23.2
chore(deps-dev): bump @babel/traverse from 7.18.8 to 7.23.2 in /sample/07-sequelize
2023-10-23 10:38:17 +02:00
Kamil Mysliwiec
1c1778638d Merge pull request #12596 from nestjs/dependabot/npm_and_yarn/sample/18-context/babel/traverse-7.23.2
chore(deps-dev): bump @babel/traverse from 7.18.8 to 7.23.2 in /sample/18-context
2023-10-23 10:38:11 +02:00
Kamil Mysliwiec
d32a9f02f7 Merge pull request #12595 from nestjs/dependabot/npm_and_yarn/sample/15-mvc/babel/traverse-7.23.2
chore(deps-dev): bump @babel/traverse from 7.18.8 to 7.23.2 in /sample/15-mvc
2023-10-23 10:38:01 +02:00
Kamil Mysliwiec
23c4495dbe Merge pull request #12594 from nestjs/dependabot/npm_and_yarn/sample/10-fastify/babel/traverse-7.23.2
chore(deps-dev): bump @babel/traverse from 7.18.8 to 7.23.2 in /sample/10-fastify
2023-10-23 10:37:54 +02:00
Kamil Mysliwiec
410b6e2519 Merge pull request #12592 from nestjs/dependabot/npm_and_yarn/sample/01-cats-app/babel/traverse-7.23.2
chore(deps-dev): bump @babel/traverse from 7.18.8 to 7.23.2 in /sample/01-cats-app
2023-10-23 10:37:40 +02:00
Kamil Mysliwiec
f7875f59eb Merge pull request #12617 from nestjs/dependabot/npm_and_yarn/sample/31-graphql-federation-code-first/posts-application/babel/traverse-7.23.2
chore(deps-dev): bump @babel/traverse from 7.22.5 to 7.23.2 in /sample/31-graphql-federation-code-first/posts-application
2023-10-23 10:37:14 +02:00
Kamil Mysliwiec
53a3a51ce4 Merge pull request #12587 from nestjs/dependabot/npm_and_yarn/sample/20-cache/babel/traverse-7.23.2
chore(deps-dev): bump @babel/traverse from 7.18.8 to 7.23.2 in /sample/20-cache
2023-10-23 10:36:00 +02:00
Kamil Mysliwiec
6b86a60973 Merge pull request #12593 from nestjs/dependabot/npm_and_yarn/sample/03-microservices/babel/traverse-7.23.2
chore(deps-dev): bump @babel/traverse from 7.18.8 to 7.23.2 in /sample/03-microservices
2023-10-23 10:35:26 +02:00
dependabot[bot]
d2701bc250 chore(deps-dev): bump @babel/traverse in /sample/23-graphql-code-first
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.2 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 08:35:22 +00:00
dependabot[bot]
fcbc76cd15 chore(deps-dev): bump @babel/traverse in /sample/18-context
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.8 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 08:35:22 +00:00
dependabot[bot]
1742467cf5 chore(deps-dev): bump @babel/traverse in /sample/03-microservices
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.8 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 08:35:21 +00:00
dependabot[bot]
475ce70c82 chore(deps-dev): bump @babel/traverse in /sample/13-mongo-typeorm
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.5 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 08:35:20 +00:00
dependabot[bot]
c0bb07f239 chore(deps-dev): bump @babel/traverse in /sample/15-mvc
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.8 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 08:35:20 +00:00
dependabot[bot]
9efba91866 chore(deps-dev): bump @babel/traverse
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.2 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 08:35:19 +00:00
Kamil Mysliwiec
181e6691e8 Merge pull request #12588 from nestjs/dependabot/npm_and_yarn/sample/21-serializer/babel/traverse-7.23.2
chore(deps-dev): bump @babel/traverse from 7.18.8 to 7.23.2 in /sample/21-serializer
2023-10-23 10:35:19 +02:00
dependabot[bot]
3f31ffbacd chore(deps-dev): bump @babel/traverse in /sample/28-sse
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.8 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 08:35:16 +00:00
dependabot[bot]
c5df7fe15c chore(deps-dev): bump @babel/traverse in /sample/33-graphql-mercurius
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.5 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 08:35:14 +00:00
dependabot[bot]
c8e6f91fb8 chore(deps-dev): bump @babel/traverse in /sample/24-serve-static
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.8 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 08:35:13 +00:00
dependabot[bot]
4aa14cdf8c chore(deps-dev): bump @babel/traverse in /sample/20-cache
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.8 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 08:35:13 +00:00
dependabot[bot]
da3f24aa7b chore(deps-dev): bump @babel/traverse in /sample/27-scheduling
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.8 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 08:35:12 +00:00
dependabot[bot]
922ebf5719 chore(deps-dev): bump @babel/traverse in /sample/07-sequelize
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.8 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 08:35:11 +00:00
dependabot[bot]
413b0d0db5 chore(deps-dev): bump @babel/traverse in /sample/19-auth-jwt
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.8 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 08:35:10 +00:00
dependabot[bot]
c93608b59c chore(deps-dev): bump @babel/traverse in /sample/29-file-upload
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.8 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 08:35:10 +00:00
dependabot[bot]
941085e401 chore(deps-dev): bump @babel/traverse in /sample/30-event-emitter
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.8 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 08:35:09 +00:00
dependabot[bot]
ac31ae4291 chore(deps-dev): bump @babel/traverse in /sample/25-dynamic-modules
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.8 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 08:35:08 +00:00
Kamil Mysliwiec
a3b59742e0 Merge pull request #12586 from nestjs/dependabot/npm_and_yarn/sample/05-sql-typeorm/babel/traverse-7.23.2
chore(deps-dev): bump @babel/traverse from 7.18.8 to 7.23.2 in /sample/05-sql-typeorm
2023-10-23 10:35:08 +02:00
dependabot[bot]
4c01d758d4 chore(deps-dev): bump @babel/traverse
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.5 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 08:34:58 +00:00
dependabot[bot]
a20f221326 chore(deps-dev): bump @babel/traverse
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.2 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 08:34:55 +00:00
Kamil Mysliwiec
d5530c6976 Merge pull request #12585 from nestjs/dependabot/npm_and_yarn/sample/14-mongoose-base/babel/traverse-7.23.2
chore(deps-dev): bump @babel/traverse from 7.18.8 to 7.23.2 in /sample/14-mongoose-base
2023-10-23 10:34:55 +02:00
dependabot[bot]
135ba72005 chore(deps-dev): bump @babel/traverse in /sample/09-babel-example
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.20 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 08:34:40 +00:00
dependabot[bot]
e42fab0877 chore(deps-dev): bump @babel/traverse in /sample/26-queues
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.8 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 08:34:36 +00:00
Kamil Mysliwiec
ee68691a3e Merge pull request #12584 from nestjs/dependabot/npm_and_yarn/sample/17-mvc-fastify/babel/traverse-7.23.2
chore(deps-dev): bump @babel/traverse from 7.18.8 to 7.23.2 in /sample/17-mvc-fastify
2023-10-23 10:34:31 +02:00
Kamil Mysliwiec
4152dc24a6 Merge pull request #12583 from nestjs/dependabot/npm_and_yarn/sample/11-swagger/babel/traverse-7.23.2
chore(deps-dev): bump @babel/traverse from 7.18.8 to 7.23.2 in /sample/11-swagger
2023-10-23 10:34:23 +02:00
dependabot[bot]
ebf33d2cb5 chore(deps-dev): bump @babel/traverse in /sample/17-mvc-fastify
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.8 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 08:34:20 +00:00
Kamil Mysliwiec
aa72b41bfe Merge pull request #12582 from nestjs/dependabot/npm_and_yarn/sample/06-mongoose/babel/traverse-7.23.2
chore(deps-dev): bump @babel/traverse from 7.18.8 to 7.23.2 in /sample/06-mongoose
2023-10-23 10:34:15 +02:00
dependabot[bot]
c8b10ebe2e chore(deps-dev): bump @babel/traverse in /sample/05-sql-typeorm
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.8 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 08:34:14 +00:00
dependabot[bot]
81ba8b8978 chore(deps-dev): bump @babel/traverse
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.2 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 08:33:59 +00:00
dependabot[bot]
f18c84f2bf 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.7.4 to 6.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/v6.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>
2023-10-23 08:33:56 +00:00
dependabot[bot]
c9b856ed27 chore(deps-dev): bump @babel/traverse
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.5 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 08:33:55 +00:00
dependabot[bot]
15fdb261b7 chore(deps-dev): bump @babel/traverse
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.5 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 08:33:46 +00:00
dependabot[bot]
f4b65442ff chore(deps-dev): bump @babel/traverse in /sample/16-gateways-ws
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.8 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 08:33:40 +00:00
dependabot[bot]
e8c4a6cbdf chore(deps-dev): bump @babel/traverse in /sample/21-serializer
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.8 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 08:33:38 +00:00
dependabot[bot]
0e33dc8312 chore(deps-dev): bump @babel/traverse in /sample/11-swagger
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.8 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 08:33:30 +00:00
dependabot[bot]
8651b3206b chore(deps-dev): bump @babel/traverse in /sample/06-mongoose
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.8 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 08:33:25 +00:00
dependabot[bot]
4782c942a7 chore(deps-dev): bump @babel/traverse in /sample/12-graphql-schema-first
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.2 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 08:33:24 +00:00
dependabot[bot]
15f92073fe chore(deps-dev): bump @babel/traverse in /sample/10-fastify
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.8 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 08:33:24 +00:00
Kamil Mysliwiec
9b6e305036 Merge pull request #12581 from nestjs/dependabot/npm_and_yarn/sample/02-gateways/babel/traverse-7.23.2
chore(deps-dev): bump @babel/traverse from 7.18.8 to 7.23.2 in /sample/02-gateways
2023-10-23 10:33:21 +02:00
dependabot[bot]
7045911c05 chore(deps-dev): bump @babel/traverse in /sample/14-mongoose-base
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.8 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 08:33:20 +00:00
dependabot[bot]
b7a91a9e82 chore(deps-dev): bump @babel/traverse in /sample/01-cats-app
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.8 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 08:33:18 +00:00
Kamil Mysliwiec
94efc58efe Merge pull request #12580 from nestjs/dependabot/npm_and_yarn/sample/04-grpc/babel/traverse-7.23.2
chore(deps-dev): bump @babel/traverse from 7.18.8 to 7.23.2 in /sample/04-grpc
2023-10-23 10:32:50 +02:00
dependabot[bot]
d5282047a6 chore(deps-dev): bump @babel/traverse in /sample/04-grpc
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.8 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 08:32:38 +00:00
Kamil Mysliwiec
83ad2705f1 Merge pull request #12577 from nestjs/dependabot/npm_and_yarn/mongoose-7.6.3
chore(deps-dev): bump mongoose from 7.5.4 to 7.6.3
2023-10-23 10:32:37 +02:00
Kamil Mysliwiec
bceb50e458 Merge pull request #12575 from nestjs/dependabot/npm_and_yarn/typescript-eslint/parser-6.8.0
chore(deps-dev): bump @typescript-eslint/parser from 6.7.4 to 6.8.0
2023-10-23 10:32:29 +02:00
Kamil Mysliwiec
11f34a6588 Merge pull request #12574 from nestjs/dependabot/npm_and_yarn/babel/traverse-7.23.2
chore(deps-dev): bump @babel/traverse from 7.10.1 to 7.23.2
2023-10-23 10:31:34 +02:00
Kamil Mysliwiec
233de347a3 Merge pull request #12572 from nestjs/dependabot/npm_and_yarn/sample/33-graphql-mercurius/undici-5.26.3
chore(deps): bump undici from 5.19.1 to 5.26.3 in /sample/33-graphql-mercurius
2023-10-23 10:31:06 +02:00
dependabot[bot]
4bb2b9345e chore(deps-dev): bump @types/node from 20.8.2 to 20.8.7
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.8.2 to 20.8.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-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 08:27:29 +00:00
Kamil Mysliwiec
0ede64c85d Merge pull request #12524 from nestjs/renovate/mysql-8.x
chore(deps): update mysql docker tag to v8.1.0
2023-10-23 10:26:03 +02:00
Kamil Mysliwiec
a7d26f9130 Merge pull request #12526 from nestjs/dependabot/npm_and_yarn/cache-manager-5.2.4
chore(deps-dev): bump cache-manager from 5.2.3 to 5.2.4
2023-10-23 10:25:56 +02:00
Kamil Mysliwiec
0eb753bc08 Merge pull request #12529 from nestjs/dependabot/npm_and_yarn/types/sinon-10.0.19
chore(deps-dev): bump @types/sinon from 10.0.18 to 10.0.19
2023-10-23 10:25:50 +02:00
Kamil Mysliwiec
7c1eaf02b3 Merge pull request #12533 from nestjs/renovate/nestjs-cache-manager-2.x
fix(deps): update dependency @nestjs/cache-manager to v2.1.0
2023-10-23 10:25:35 +02:00
Kamil Mysliwiec
a5104f903e Merge pull request #12535 from nestjs/renovate/mercurius-13.x
fix(deps): update dependency mercurius to v13.1.0
2023-10-23 10:25:26 +02:00
dependabot[bot]
0a7076c6e3 chore(deps-dev): bump mongoose from 7.5.4 to 7.6.3
Bumps [mongoose](https://github.com/Automattic/mongoose) from 7.5.4 to 7.6.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/7.5.4...7.6.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 08:24:56 +00:00
Kamil Mysliwiec
716444260b Merge pull request #12551 from nestjs/renovate/fastify-view-8.x
fix(deps): update dependency @fastify/view to v8
2023-10-23 10:24:31 +02:00
Kamil Mysliwiec
01713a1ac6 Merge pull request #12554 from nestjs/dependabot/npm_and_yarn/fsevents-1.2.13
chore(deps-dev): bump fsevents from 1.2.9 to 1.2.13
2023-10-23 10:24:16 +02:00
Kamil Mysliwiec
a2b78ce878 Merge pull request #12538 from nestjs/renovate/sequelize-6.x
fix(deps): update dependency sequelize to v6.33.0
2023-10-23 10:23:23 +02:00
Kamil Mysliwiec
97e5d9022d Merge pull request #12628 from nestjs/dependabot/npm_and_yarn/mqtt-5.1.3
chore(deps-dev): bump mqtt from 5.1.0 to 5.1.3
2023-10-23 10:23:11 +02:00
Kamil Mysliwiec
811e7636ad Merge pull request #12536 from nestjs/renovate/mongodb-5.x
fix(deps): update dependency mongodb to v5.9.1
2023-10-23 10:23:03 +02:00
dependabot[bot]
f50d76e2f2 chore(deps-dev): bump @typescript-eslint/parser from 6.7.4 to 6.8.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.7.4 to 6.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/v6.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>
2023-10-23 08:22:43 +00:00
Kamil Mysliwiec
3f4285db56 Merge pull request #12550 from nestjs/renovate/mongo-7.x
chore(deps): update mongo docker tag to v7
2023-10-23 10:20:30 +02:00
Kamil Mysliwiec
29455322ce Merge pull request #12522 from nestjs/renovate/eslint-plugin-import-2.x
chore(deps): update dependency eslint-plugin-import to v2.28.1
2023-10-23 10:20:15 +02:00
Kamil Mysliwiec
417b9da927 Merge pull request #12516 from nestjs/renovate/rimraf-5.x
fix(deps): update dependency rimraf to v5.0.5
2023-10-23 10:20:09 +02:00
Kamil Mysliwiec
78e4ba6616 Merge pull request #12517 from nestjs/renovate/socket.io-packages
fix(deps): update dependency socket.io to v4.7.2
2023-10-23 10:20:00 +02:00
Kamil Mysliwiec
d6fa9c30eb Merge pull request #12514 from nestjs/renovate/nestjs-schedule-3.x
fix(deps): update dependency @nestjs/schedule to v3.0.4
2023-10-23 10:19:51 +02:00
Kamil Mysliwiec
b653dbe691 Merge pull request #12502 from nestjs/renovate/prettier-3.x
chore(deps): update dependency prettier to v3
2023-10-23 10:19:33 +02:00
Kamil Mysliwiec
48f84c77ec Update CONTRIBUTING.md 2023-10-23 10:17:01 +02:00
Kamil Mysliwiec
4b9c22728b Merge pull request #12627 from nestjs/dependabot/npm_and_yarn/eslint-8.52.0
chore(deps-dev): bump eslint from 8.50.0 to 8.52.0
2023-10-23 10:16:26 +02:00
Kamil Mysliwiec
89e804d7cc Merge pull request #12618 from 11bluetree/trancslate-readme-ja
docs: more translate readme ja
2023-10-23 10:16:15 +02:00
Kamil Mysliwiec
f3339a32de Merge pull request #12445 from micalevisk/feat/disambiguate-provider-token-on-error
feat(core): disambiguate string-based providers from class-based providers on error message
2023-10-23 10:02:00 +02:00
Kamil Mysliwiec
55c6a9abad Merge pull request #12561 from micalevisk/fix/logger-print-classes
fix(common): when passing class functions to logger methods
2023-10-23 09:53:01 +02:00
dependabot[bot]
85954a3c3f chore(deps-dev): bump mqtt from 5.1.0 to 5.1.3
Bumps [mqtt](https://github.com/mqttjs/MQTT.js) from 5.1.0 to 5.1.3.
- [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.1.0...v5.1.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 00:12:01 +00:00
dependabot[bot]
a8b4fe7d7b chore(deps-dev): bump eslint from 8.50.0 to 8.52.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.50.0 to 8.52.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.50.0...v8.52.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 00:06:35 +00:00
Micael Levi L. Cavalcante
a26de50c39 style(core): remove unused import from injector module 2023-10-22 10:40:33 -04:00
renovate[bot]
a66f472afd fix(deps): update dependency mongodb to v5.9.1 2023-10-20 18:39:03 +00:00
Aoki Haruhito
3396f059b9 docs: more translate readme ja
translate not fully translated
2023-10-20 22:07:16 +09:00
dependabot[bot]
292e76731c chore(deps-dev): bump @babel/traverse in /sample/22-graphql-prisma
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.2 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-18 22:19:49 +00:00
dependabot[bot]
01b09cb659 chore(deps-dev): bump @babel/traverse in /sample/02-gateways
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.8 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-18 05:51:00 +00:00
dependabot[bot]
3e9ecd10c6 chore(deps-dev): bump @babel/traverse from 7.10.1 to 7.23.2
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.10.1 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-16 17:19:43 +00:00
dependabot[bot]
408c649202 chore(deps): bump undici in /sample/33-graphql-mercurius
Bumps [undici](https://github.com/nodejs/undici) from 5.19.1 to 5.26.3.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.19.1...v5.26.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-16 15:13:45 +00:00
renovate[bot]
01bb0063e7 fix(deps): update dependency mysql2 to v3.6.2 2023-10-15 04:30:52 +00:00
Micael Levi L. Cavalcante
a3915c88ea style(core): fix formatting 2023-10-12 20:55:16 -04:00
Micael Levi L. Cavalcante
1747683956 fix(common): when passing class functions to logger methods 2023-10-12 20:48:36 -04:00
Jay McDoniel
80061af00e feat: allow for custom logger with streamable files 2023-10-11 10:36:59 -07:00
dependabot[bot]
b7d4cf794e chore(deps-dev): bump fsevents from 1.2.9 to 1.2.13
Bumps [fsevents](https://github.com/fsevents/fsevents) from 1.2.9 to 1.2.13.
- [Release notes](https://github.com/fsevents/fsevents/releases)
- [Commits](https://github.com/fsevents/fsevents/compare/v1.2.9...v1.2.13)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-10 14:05:43 +00:00
renovate[bot]
28e9672289 fix(deps): update dependency @fastify/view to v8 2023-10-10 00:47:06 +00:00
renovate[bot]
f756737d0f chore(deps): update mongo docker tag to v7 2023-10-10 00:46:44 +00:00
renovate[bot]
d6a2f01911 chore(deps): update dependency prettier to v3 2023-10-10 00:46:32 +00:00
renovate[bot]
f8a964c336 fix(deps): update dependency sequelize to v6.33.0 2023-10-09 01:27:31 +00:00
renovate[bot]
a7e240c7ed fix(deps): update dependency mercurius to v13.1.0 2023-10-09 01:25:16 +00:00
renovate[bot]
e662d52677 fix(deps): update dependency @nestjs/swagger to v7.1.13 2023-10-09 01:24:52 +00:00
renovate[bot]
9df67e5a58 fix(deps): update dependency @nestjs/cache-manager to v2.1.0 2023-10-09 01:24:29 +00:00
dependabot[bot]
c7207cbfed chore(deps-dev): bump @types/sinon from 10.0.18 to 10.0.19
Bumps [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon) from 10.0.18 to 10.0.19.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sinon)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-09 01:16:07 +00:00
dependabot[bot]
d5c144c109 chore(deps-dev): bump cache-manager from 5.2.3 to 5.2.4
Bumps [cache-manager](https://github.com/node-cache-manager/node-cache-manager) from 5.2.3 to 5.2.4.
- [Release notes](https://github.com/node-cache-manager/node-cache-manager/releases)
- [Commits](https://github.com/node-cache-manager/node-cache-manager/compare/5.2.3...5.2.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-09 01:11:53 +00:00
renovate[bot]
d867fb0ad8 chore(deps): update mysql docker tag to v8.1.0 2023-10-08 09:03:30 +00:00
renovate[bot]
fda5ad8c27 chore(deps): update dependency eslint-plugin-import to v2.28.1 2023-10-08 08:56:06 +00:00
Micael Levi L. Cavalcante
ec4786859b test: for get providers/controllers when the decorator is not used 2023-10-06 12:15:40 -04:00
Micael Levi L. Cavalcante
ed92fd37ea fix(core): when the discoverable decorator is not used 2023-10-06 11:37:18 -04:00
renovate[bot]
4e9a5b3b66 fix(deps): update dependency socket.io to v4.7.2 2023-10-06 10:18:51 +00:00
renovate[bot]
541502e80a fix(deps): update dependency rimraf to v5.0.5 2023-10-06 10:18:29 +00:00
renovate[bot]
2b6982eb26 fix(deps): update dependency @nestjs/schedule to v3.0.4 2023-10-06 10:11:34 +00:00
Kamil Mysliwiec
ecdd86f688 Merge pull request #12488 from nestjs/dependabot/npm_and_yarn/types/sinon-10.0.18
chore(deps-dev): bump @types/sinon from 10.0.17 to 10.0.18
2023-10-06 08:19:21 +02:00
Kamil Mysliwiec
372a969e82 Merge pull request #12504 from nestjs/renovate/nestjs-jwt-10.x
fix(deps): update dependency @nestjs/jwt to v10.1.1
2023-10-06 08:18:57 +02:00
Kamil Mysliwiec
78cf5a3ee0 Merge pull request #12489 from nestjs/dependabot/npm_and_yarn/typescript-eslint/parser-6.7.4
chore(deps-dev): bump @typescript-eslint/parser from 6.7.3 to 6.7.4
2023-10-06 08:18:49 +02:00
Kamil Mysliwiec
1ed9a7910d Merge pull request #12501 from nestjs/renovate/nodemon-3.x
chore(deps): update dependency nodemon to v3
2023-10-06 08:18:42 +02:00
Kamil Mysliwiec
0547037373 Merge pull request #12503 from nestjs/renovate/redis-4.x
chore(deps): update dependency redis to v4.6.10
2023-10-06 08:18:16 +02:00
Kamil Mysliwiec
36983824bb Merge pull request #12505 from nestjs/renovate/nestjs-mercurius-12.x
fix(deps): update dependency @nestjs/mercurius to v12.0.9
2023-10-06 08:17:48 +02:00
dependabot[bot]
3c26a825cd chore(deps-dev): bump @typescript-eslint/parser from 6.7.3 to 6.7.4
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.7.3 to 6.7.4.
- [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/v6.7.4/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>
2023-10-06 06:16:22 +00:00
Kamil Mysliwiec
a565316071 Merge pull request #12506 from nestjs/renovate/nestjs-cli-10.x
chore(deps): update dependency @nestjs/cli to v10.1.18
2023-10-06 08:15:28 +02:00
Kamil Mysliwiec
7b2cb21eda Merge pull request #12507 from nestjs/renovate/node-20.x
chore(deps): update dependency @types/node to v20.8.2
2023-10-06 08:15:11 +02:00
Kamil Mysliwiec
b74f21295c Merge pull request #12509 from nestjs/dependabot/npm_and_yarn/mqtt-5.1.0
chore(deps-dev): bump mqtt from 5.0.5 to 5.1.0
2023-10-06 08:14:55 +02:00
Kamil Mysliwiec
fb7eb47c4a Merge pull request #12510 from nestjs/dependabot/npm_and_yarn/apollo/server-4.9.4
chore(deps-dev): bump @apollo/server from 4.9.3 to 4.9.4
2023-10-06 08:13:31 +02:00
Kamil Mysliwiec
c4f84a9fae Merge pull request #12511 from nestjs/dependabot/npm_and_yarn/sinon-16.1.0
chore(deps-dev): bump sinon from 16.0.0 to 16.1.0
2023-10-06 08:12:54 +02:00
Kamil Mysliwiec
220571ed6e Merge pull request #12512 from nestjs/renovate/eslint-config-prettier-8.x
chore(deps): update dependency eslint-config-prettier to v8.10.0
2023-10-06 08:11:33 +02:00
renovate[bot]
c6ebb3ffa0 chore(deps): update dependency eslint-config-prettier to v8.10.0 2023-10-06 00:42:03 +00:00
renovate[bot]
ec5c7e4193 chore(deps): update dependency @types/node to v20.8.2 2023-10-06 00:35:03 +00:00
renovate[bot]
d4cfd5f730 chore(deps): update dependency @nestjs/cli to v10.1.18 2023-10-06 00:27:59 +00:00
renovate[bot]
62e585dfb5 chore(deps): update dependency redis to v4.6.10 2023-10-06 00:20:12 +00:00
dependabot[bot]
b896667b49 chore(deps-dev): bump sinon from 16.0.0 to 16.1.0
Bumps [sinon](https://github.com/sinonjs/sinon) from 16.0.0 to 16.1.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/v16.0.0...v16.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-06 00:13:19 +00:00
dependabot[bot]
9efe180bd5 chore(deps-dev): bump @apollo/server from 4.9.3 to 4.9.4
Bumps [@apollo/server](https://github.com/apollographql/apollo-server/tree/HEAD/packages/server) from 4.9.3 to 4.9.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.9.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>
2023-10-06 00:12:44 +00:00
dependabot[bot]
a38d4bbccb chore(deps-dev): bump mqtt from 5.0.5 to 5.1.0
Bumps [mqtt](https://github.com/mqttjs/MQTT.js) from 5.0.5 to 5.1.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.0.5...v5.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-06 00:12:20 +00:00
renovate[bot]
efb3fcfb45 fix(deps): update dependency @nestjs/mercurius to v12.0.9 2023-10-05 06:58:28 +00:00
renovate[bot]
b7cf7204f1 fix(deps): update dependency @nestjs/jwt to v10.1.1 2023-10-05 06:58:05 +00:00
Kamil Myśliwiec
b6e82f805c chore: update package.json 2023-10-05 08:46:49 +02:00
Kamil Myśliwiec
1c4318a1a9 chore(@nestjs) publish v10.2.7 release 2023-10-05 08:44:53 +02:00
dependabot[bot]
6c1ea62455 chore(deps-dev): bump @nestjs/apollo from 12.0.4 to 12.0.9
Bumps [@nestjs/apollo](https://github.com/nestjs/graphql) from 12.0.4 to 12.0.9.
- [Release notes](https://github.com/nestjs/graphql/releases)
- [Commits](https://github.com/nestjs/graphql/compare/v12.0.4...v12.0.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-05 06:28:03 +00:00
Kamil Mysliwiec
30271b51a0 Merge pull request #12500 from nestjs/renovate/nest-monorepo
fix(deps): update nest monorepo
2023-10-05 08:26:42 +02:00
renovate[bot]
cc5920fb1d chore(deps): update dependency nodemon to v3 2023-10-05 06:26:04 +00:00
renovate[bot]
1508fe0c3e fix(deps): update nest monorepo 2023-10-05 06:25:33 +00:00
Kamil Mysliwiec
5228776df4 Merge pull request #12472 from lavapi/lavapi/mqtt-client-options-properties-feature
feat(microservices): Added properties for MQTT protocol version 5.0
2023-10-05 08:25:20 +02:00
Kamil Mysliwiec
16c295d084 Merge pull request #12385 from dbulic-margins/invalid-url-typeerror
fix(platform-ws): URL parsing error handled
2023-10-05 08:24:45 +02:00
dependabot[bot]
75e3529385 chore(deps-dev): bump @types/sinon from 10.0.17 to 10.0.18
Bumps [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon) from 10.0.17 to 10.0.18.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sinon)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-05 06:21:38 +00:00
Kamil Mysliwiec
4ac26e977a Merge pull request #12473 from nestjs/dependabot/npm_and_yarn/fastify/static-6.11.2
chore(deps-dev): bump @fastify/static from 6.11.0 to 6.11.2
2023-10-05 08:20:44 +02:00
Kamil Mysliwiec
dd0216051c Merge pull request #12486 from nestjs/dependabot/npm_and_yarn/core-js-3.33.0
chore(deps-dev): bump core-js from 3.32.2 to 3.33.0
2023-10-05 08:20:38 +02:00
Kamil Mysliwiec
5d3b0ad42e Merge pull request #12483 from nestjs/renovate/multer-1.x
chore(deps): update dependency @types/multer to v1.4.8
2023-10-05 08:20:32 +02:00
dependabot[bot]
d7d1e093ba chore(deps-dev): bump @fastify/static from 6.11.0 to 6.11.2
Bumps [@fastify/static](https://github.com/fastify/fastify-static) from 6.11.0 to 6.11.2.
- [Release notes](https://github.com/fastify/fastify-static/releases)
- [Commits](https://github.com/fastify/fastify-static/compare/v6.11.0...v6.11.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-05 06:20:24 +00:00
Kamil Mysliwiec
bff590796c Merge pull request #12487 from nestjs/dependabot/npm_and_yarn/types/supertest-2.0.14
chore(deps-dev): bump @types/supertest from 2.0.13 to 2.0.14
2023-10-05 08:20:21 +02:00
Kamil Mysliwiec
49a5eee340 Merge pull request #12490 from nestjs/dependabot/npm_and_yarn/types/node-20.8.2
chore(deps-dev): bump @types/node from 20.7.1 to 20.8.2
2023-10-05 08:19:55 +02:00
Kamil Mysliwiec
4c3554c928 Merge pull request #12492 from nestjs/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-6.7.4
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.7.2 to 6.7.4
2023-10-05 08:19:48 +02:00
Kamil Mysliwiec
775bec1110 Merge pull request #12493 from nestjs/dependabot/npm_and_yarn/grpc/grpc-js-1.9.5
chore(deps-dev): bump @grpc/grpc-js from 1.9.4 to 1.9.5
2023-10-05 08:19:37 +02:00
Kamil Mysliwiec
745329e452 Merge pull request #12499 from nestjs/dependabot/npm_and_yarn/mongoose-7.5.4
chore(deps-dev): bump mongoose from 7.5.2 to 7.5.4
2023-10-05 08:19:20 +02:00
dependabot[bot]
e9747faa41 chore(deps-dev): bump mongoose from 7.5.2 to 7.5.4
Bumps [mongoose](https://github.com/Automattic/mongoose) from 7.5.2 to 7.5.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/7.5.2...7.5.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-05 00:32:31 +00:00
dependabot[bot]
26290f121c chore(deps-dev): bump @grpc/grpc-js from 1.9.4 to 1.9.5
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.9.4 to 1.9.5.
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.9.4...@grpc/grpc-js@1.9.5)

---
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>
2023-10-03 00:49:30 +00:00
dependabot[bot]
5722d5f686 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.7.2 to 6.7.4.
- [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/v6.7.4/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>
2023-10-03 00:49:01 +00:00
dependabot[bot]
c50eb5ac09 chore(deps-dev): bump @types/node from 20.7.1 to 20.8.2
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.7.1 to 20.8.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>
2023-10-03 00:47:33 +00:00
dependabot[bot]
5ba5e501db chore(deps-dev): bump @types/supertest from 2.0.13 to 2.0.14
Bumps [@types/supertest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/supertest) from 2.0.13 to 2.0.14.
- [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>
2023-10-03 00:46:06 +00:00
dependabot[bot]
80a6e8bbde chore(deps-dev): bump core-js from 3.32.2 to 3.33.0
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.32.2 to 3.33.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.33.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>
2023-10-03 00:45:40 +00:00
renovate[bot]
b2eb4d1598 chore(deps): update dependency @types/multer to v1.4.8 2023-10-02 10:28:33 +00:00
Kamil Mysliwiec
49cf54e10a Merge pull request #12462 from nestjs/dependabot/npm_and_yarn/types/supertest-2.0.13
chore(deps-dev): bump @types/supertest from 2.0.12 to 2.0.13
2023-10-02 12:26:36 +02:00
Kamil Mysliwiec
524943b1fa Merge pull request #12460 from nestjs/dependabot/npm_and_yarn/fastify/view-8.2.0
chore(deps-dev): bump @fastify/view from 8.0.0 to 8.2.0
2023-10-02 12:26:29 +02:00
Kamil Mysliwiec
3920371779 Merge pull request #12443 from nestjs/renovate/amqplib-0.x
chore(deps): update dependency @types/amqplib to v0.10.2
2023-10-02 12:26:22 +02:00
Kamil Mysliwiec
a94f5f7104 Merge pull request #12474 from nestjs/dependabot/npm_and_yarn/typescript-eslint/parser-6.7.3
chore(deps-dev): bump @typescript-eslint/parser from 6.7.2 to 6.7.3
2023-10-02 12:26:09 +02:00
Kamil Mysliwiec
e3077612d4 Merge pull request #12475 from nestjs/dependabot/npm_and_yarn/types/mocha-10.0.2
chore(deps-dev): bump @types/mocha from 10.0.1 to 10.0.2
2023-10-02 12:26:02 +02:00
Kamil Mysliwiec
35a313dc7c Merge pull request #12476 from nestjs/dependabot/npm_and_yarn/chai-4.3.10
chore(deps-dev): bump chai from 4.3.8 to 4.3.10
2023-10-02 12:25:55 +02:00
Kamil Mysliwiec
131e8b24b8 Merge pull request #12477 from nestjs/dependabot/npm_and_yarn/fastify/multipart-8.0.0
chore(deps-dev): bump @fastify/multipart from 7.7.3 to 8.0.0
2023-10-02 12:25:43 +02:00
Kamil Mysliwiec
81e665a1ef Merge pull request #12478 from nestjs/dependabot/npm_and_yarn/commitlint/cli-17.7.2
chore(deps-dev): bump @commitlint/cli from 17.7.1 to 17.7.2
2023-10-02 12:25:32 +02:00
dependabot[bot]
b6d902482c chore(deps-dev): bump @commitlint/cli from 17.7.1 to 17.7.2
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 17.7.1 to 17.7.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/v17.7.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>
2023-09-29 00:13:00 +00:00
dependabot[bot]
9617c72e68 chore(deps-dev): bump @fastify/multipart from 7.7.3 to 8.0.0
Bumps [@fastify/multipart](https://github.com/fastify/fastify-multipart) from 7.7.3 to 8.0.0.
- [Release notes](https://github.com/fastify/fastify-multipart/releases)
- [Commits](https://github.com/fastify/fastify-multipart/compare/v7.7.3...v8.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-29 00:12:08 +00:00
dependabot[bot]
e7d6ff23da chore(deps-dev): bump chai from 4.3.8 to 4.3.10
Bumps [chai](https://github.com/chaijs/chai) from 4.3.8 to 4.3.10.
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/4.x.x/History.md)
- [Commits](https://github.com/chaijs/chai/compare/v4.3.8...v4.3.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-29 00:11:31 +00:00
dependabot[bot]
87ceb1f5ce chore(deps-dev): bump @types/mocha from 10.0.1 to 10.0.2
Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) from 10.0.1 to 10.0.2.
- [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>
2023-09-29 00:10:57 +00:00
dependabot[bot]
cb18c64a0a chore(deps-dev): bump @typescript-eslint/parser from 6.7.2 to 6.7.3
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.7.2 to 6.7.3.
- [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/v6.7.3/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>
2023-09-29 00:10:25 +00:00
renovate[bot]
760fbe6379 chore(deps): update dependency @types/amqplib to v0.10.2 2023-09-28 16:13:56 +00:00
dependabot[bot]
e3bd30bb9b chore(deps-dev): bump @types/supertest from 2.0.12 to 2.0.13
Bumps [@types/supertest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/supertest) from 2.0.12 to 2.0.13.
- [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>
2023-09-28 13:36:38 +00:00
Kamil Mysliwiec
88c8cf81d4 Merge pull request #12461 from nestjs/dependabot/npm_and_yarn/types/sinon-10.0.17
chore(deps-dev): bump @types/sinon from 10.0.16 to 10.0.17
2023-09-28 15:35:03 +02:00
dependabot[bot]
404b6cf91b chore(deps-dev): bump @fastify/view from 8.0.0 to 8.2.0
Bumps [@fastify/view](https://github.com/fastify/point-of-view) from 8.0.0 to 8.2.0.
- [Release notes](https://github.com/fastify/point-of-view/releases)
- [Commits](https://github.com/fastify/point-of-view/compare/v8.0.0...v8.2.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>
2023-09-28 13:34:58 +00:00
dependabot[bot]
c49c4bc3c2 chore(deps-dev): bump @types/sinon from 10.0.16 to 10.0.17
Bumps [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon) from 10.0.16 to 10.0.17.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sinon)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-28 13:34:43 +00:00
Kamil Mysliwiec
efda993383 Merge pull request #12456 from nestjs/renovate/express-4.x
chore(deps): update dependency @types/express to v4.17.18
2023-09-28 15:34:19 +02:00
Kamil Mysliwiec
bc1b4f73ec Merge pull request #12468 from nestjs/dependabot/npm_and_yarn/fastify/cors-8.4.0
chore(deps): bump @fastify/cors from 8.3.0 to 8.4.0
2023-09-28 15:33:59 +02:00
Kamil Mysliwiec
0e1448787c Merge pull request #12465 from nestjs/dependabot/npm_and_yarn/grpc/grpc-js-1.9.4
chore(deps-dev): bump @grpc/grpc-js from 1.9.2 to 1.9.4
2023-09-28 15:33:46 +02:00
Kamil Mysliwiec
1cbb691780 Merge pull request #12466 from nestjs/dependabot/npm_and_yarn/types/ws-8.5.6
chore(deps-dev): bump @types/ws from 8.5.5 to 8.5.6
2023-09-28 15:33:38 +02:00
Kamil Mysliwiec
ef39964d25 Merge pull request #12467 from nestjs/dependabot/npm_and_yarn/types/amqplib-0.10.2
chore(deps-dev): bump @types/amqplib from 0.10.1 to 0.10.2
2023-09-28 15:33:31 +02:00
Kamil Mysliwiec
e85ae965ad Merge pull request #12471 from nestjs/dependabot/npm_and_yarn/types/node-20.7.1
chore(deps-dev): bump @types/node from 20.6.0 to 20.7.1
2023-09-28 15:33:19 +02:00
giorgigvishiani
635749c0f1 feat(microservices): Added properties for MQTT protocol version 5.0 2023-09-28 12:52:27 +04:00
dependabot[bot]
d7817c3d61 chore(deps-dev): bump @types/node from 20.6.0 to 20.7.1
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.6.0 to 20.7.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-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-28 00:53:06 +00:00
dependabot[bot]
97dfefcd76 chore(deps): bump @fastify/cors from 8.3.0 to 8.4.0
Bumps [@fastify/cors](https://github.com/fastify/fastify-cors) from 8.3.0 to 8.4.0.
- [Release notes](https://github.com/fastify/fastify-cors/releases)
- [Commits](https://github.com/fastify/fastify-cors/compare/v8.3.0...v8.4.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>
2023-09-27 00:32:56 +00:00
dependabot[bot]
c902241fff chore(deps-dev): bump @types/amqplib from 0.10.1 to 0.10.2
Bumps [@types/amqplib](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/amqplib) from 0.10.1 to 0.10.2.
- [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>
2023-09-27 00:32:27 +00:00
dependabot[bot]
25dadd1504 chore(deps-dev): bump @types/ws from 8.5.5 to 8.5.6
Bumps [@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws) from 8.5.5 to 8.5.6.
- [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>
2023-09-27 00:32:12 +00:00
dependabot[bot]
6494844776 chore(deps-dev): bump @grpc/grpc-js from 1.9.2 to 1.9.4
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.9.2 to 1.9.4.
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.9.2...@grpc/grpc-js@1.9.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>
2023-09-27 00:31:52 +00:00
renovate[bot]
3c577ed1b9 chore(deps): update dependency @types/express to v4.17.18 2023-09-26 10:03:03 +00:00
Kamil Mysliwiec
12224b1c29 Merge pull request #12451 from nestjs/dependabot/npm_and_yarn/types/bytes-3.1.2
chore(deps-dev): bump @types/bytes from 3.1.1 to 3.1.2
2023-09-26 09:42:01 +02:00
Kamil Mysliwiec
bd40e21ca6 Merge pull request #12449 from nestjs/dependabot/npm_and_yarn/types/express-4.17.18
chore(deps-dev): bump @types/express from 4.17.17 to 4.17.18
2023-09-26 09:41:55 +02:00
Kamil Mysliwiec
c1dd38eff1 Merge pull request #12447 from nestjs/dependabot/npm_and_yarn/light-my-request-5.11.0
chore(deps): bump light-my-request from 5.10.0 to 5.11.0
2023-09-26 09:41:46 +02:00
Kamil Mysliwiec
e0bc39d95c Merge pull request #12448 from nestjs/dependabot/npm_and_yarn/ws-8.14.2
chore(deps): bump ws from 8.13.0 to 8.14.2
2023-09-26 09:41:41 +02:00
Kamil Mysliwiec
dda52e19a1 Merge pull request #12453 from nestjs/dependabot/npm_and_yarn/sinon-16.0.0
chore(deps-dev): bump sinon from 15.2.0 to 16.0.0
2023-09-26 09:41:17 +02:00
Kamil Mysliwiec
36158e8285 Merge pull request #12452 from nestjs/dependabot/npm_and_yarn/eslint-8.50.0
chore(deps-dev): bump eslint from 8.49.0 to 8.50.0
2023-09-26 09:41:10 +02:00
Kamil Mysliwiec
4ad82fa1f4 Merge pull request #12446 from nestjs/dependabot/npm_and_yarn/redis-4.6.10
chore(deps-dev): bump redis from 4.6.9 to 4.6.10
2023-09-26 09:41:01 +02:00
Kamil Mysliwiec
4218298067 Merge pull request #12454 from nestjs/dependabot/npm_and_yarn/ts-morph-20.0.0
chore(deps-dev): bump ts-morph from 19.0.0 to 20.0.0
2023-09-26 09:40:51 +02:00
Micael Levi L. Cavalcante
18fbf2797a feat(core): disambiguate string-based providers on error message 2023-09-24 21:48:46 -04:00
dependabot[bot]
c53555cc1f chore(deps-dev): bump ts-morph from 19.0.0 to 20.0.0
Bumps [ts-morph](https://github.com/dsherret/ts-morph) from 19.0.0 to 20.0.0.
- [Release notes](https://github.com/dsherret/ts-morph/releases)
- [Commits](https://github.com/dsherret/ts-morph/compare/19.0.0...20.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>
2023-09-25 00:18:22 +00:00
dependabot[bot]
b36b4317ce chore(deps-dev): bump sinon from 15.2.0 to 16.0.0
Bumps [sinon](https://github.com/sinonjs/sinon) from 15.2.0 to 16.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/v15.2.0...v16.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>
2023-09-25 00:17:42 +00:00
dependabot[bot]
4380a658c1 chore(deps-dev): bump eslint from 8.49.0 to 8.50.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.49.0 to 8.50.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.49.0...v8.50.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-25 00:16:47 +00:00
dependabot[bot]
84de6dcf4d chore(deps-dev): bump @types/bytes from 3.1.1 to 3.1.2
Bumps [@types/bytes](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/bytes) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/bytes)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-25 00:16:04 +00:00
dependabot[bot]
659059c8c5 chore(deps-dev): bump @types/express from 4.17.17 to 4.17.18
Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) from 4.17.17 to 4.17.18.
- [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>
2023-09-25 00:13:54 +00:00
dependabot[bot]
3797129e36 chore(deps): bump ws from 8.13.0 to 8.14.2
Bumps [ws](https://github.com/websockets/ws) from 8.13.0 to 8.14.2.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/8.13.0...8.14.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-25 00:13:13 +00:00
dependabot[bot]
fab92a7a32 chore(deps): bump light-my-request from 5.10.0 to 5.11.0
Bumps [light-my-request](https://github.com/fastify/light-my-request) from 5.10.0 to 5.11.0.
- [Release notes](https://github.com/fastify/light-my-request/releases)
- [Commits](https://github.com/fastify/light-my-request/compare/v5.10.0...v5.11.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>
2023-09-25 00:12:27 +00:00
dependabot[bot]
869e4a9cb4 chore(deps-dev): bump redis from 4.6.9 to 4.6.10
Bumps [redis](https://github.com/redis/node-redis) from 4.6.9 to 4.6.10.
- [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.9...redis@4.6.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-25 00:11:44 +00:00
Kamil Mysliwiec
93b99d09ed Merge pull request #12442 from nestjs/renovate/cache-manager-4.x-lockfile
chore(deps): update dependency @types/cache-manager to v4.0.3
2023-09-22 11:49:25 +02:00
Kamil Mysliwiec
c7424d4ff1 Merge pull request #12436 from nestjs/dependabot/npm_and_yarn/types/http-errors-2.0.2
chore(deps-dev): bump @types/http-errors from 2.0.1 to 2.0.2
2023-09-22 11:49:12 +02:00
renovate[bot]
36340424ac chore(deps): update dependency @types/cache-manager to v4.0.3 2023-09-22 08:05:12 +00:00
Kamil Myśliwiec
7cd549314d chore: update readme 2023-09-22 10:04:38 +02:00
Kamil Myśliwiec
776bd6dc74 chore(@nestjs) publish v10.2.6 release 2023-09-22 10:03:25 +02:00
Kamil Mysliwiec
fb335edb32 Merge pull request #12404 from nestjs/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-6.7.2
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.6.0 to 6.7.2
2023-09-22 09:53:38 +02:00
Kamil Mysliwiec
34972c3b06 Merge pull request #12416 from nestjs/renovate/babel-monorepo
chore(deps): update babel monorepo
2023-09-22 09:53:34 +02:00
Kamil Mysliwiec
92d3d94c03 Merge pull request #12421 from nestjs/dependabot/npm_and_yarn/sample/12-graphql-schema-first/graphql-16.8.1
chore(deps): bump graphql from 16.6.0 to 16.8.1 in /sample/12-graphql-schema-first
2023-09-22 09:53:28 +02:00
Kamil Mysliwiec
699fa2e816 Merge pull request #12422 from nestjs/dependabot/npm_and_yarn/sample/31-graphql-federation-code-first/users-application/graphql-16.8.1
chore(deps): bump graphql from 16.6.0 to 16.8.1 in /sample/31-graphql-federation-code-first/users-application
2023-09-22 09:53:21 +02:00
dependabot[bot]
ea8533bf7e chore(deps): bump graphql in /sample/12-graphql-schema-first
Bumps [graphql](https://github.com/graphql/graphql-js) from 16.6.0 to 16.8.1.
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](https://github.com/graphql/graphql-js/compare/v16.6.0...v16.8.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-22 07:53:18 +00:00
Kamil Mysliwiec
2774670f25 Merge pull request #12423 from nestjs/dependabot/npm_and_yarn/sample/32-graphql-federation-schema-first/posts-application/graphql-16.8.1
chore(deps): bump graphql from 16.6.0 to 16.8.1 in /sample/32-graphql-federation-schema-first/posts-application
2023-09-22 09:53:15 +02:00
Kamil Mysliwiec
f0a93ab87d Merge pull request #12424 from nestjs/dependabot/npm_and_yarn/sample/31-graphql-federation-code-first/posts-application/graphql-16.8.1
chore(deps): bump graphql from 16.6.0 to 16.8.1 in /sample/31-graphql-federation-code-first/posts-application
2023-09-22 09:53:09 +02:00
Kamil Mysliwiec
0ac1969dbb Merge pull request #12425 from nestjs/dependabot/npm_and_yarn/sample/32-graphql-federation-schema-first/gateway/graphql-16.8.1
chore(deps): bump graphql from 16.6.0 to 16.8.1 in /sample/32-graphql-federation-schema-first/gateway
2023-09-22 09:53:02 +02:00
Kamil Mysliwiec
9544594e85 Merge pull request #12426 from nestjs/dependabot/npm_and_yarn/sample/22-graphql-prisma/graphql-16.8.1
chore(deps): bump graphql from 16.6.0 to 16.8.1 in /sample/22-graphql-prisma
2023-09-22 09:52:53 +02:00
Kamil Mysliwiec
91d0cdc8dc Merge pull request #12427 from nestjs/dependabot/npm_and_yarn/sample/32-graphql-federation-schema-first/users-application/graphql-16.8.1
chore(deps): bump graphql from 16.6.0 to 16.8.1 in /sample/32-graphql-federation-schema-first/users-application
2023-09-22 09:52:45 +02:00
Kamil Mysliwiec
e8198a1c75 Merge pull request #12428 from nestjs/dependabot/npm_and_yarn/sample/23-graphql-code-first/graphql-16.8.1
chore(deps): bump graphql from 16.6.0 to 16.8.1 in /sample/23-graphql-code-first
2023-09-22 09:52:38 +02:00
dependabot[bot]
adcfdd4b97 chore(deps): bump graphql in /sample/23-graphql-code-first
Bumps [graphql](https://github.com/graphql/graphql-js) from 16.6.0 to 16.8.1.
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](https://github.com/graphql/graphql-js/compare/v16.6.0...v16.8.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-22 07:50:11 +00:00
renovate[bot]
732e4835dd chore(deps): update babel monorepo 2023-09-22 07:50:09 +00:00
dependabot[bot]
846cc9a2ba chore(deps): bump graphql
Bumps [graphql](https://github.com/graphql/graphql-js) from 16.6.0 to 16.8.1.
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](https://github.com/graphql/graphql-js/compare/v16.6.0...v16.8.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-22 07:49:54 +00:00
dependabot[bot]
7afc1a7381 chore(deps): bump graphql
Bumps [graphql](https://github.com/graphql/graphql-js) from 16.6.0 to 16.8.1.
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](https://github.com/graphql/graphql-js/compare/v16.6.0...v16.8.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-22 07:49:53 +00:00
dependabot[bot]
1112315d97 chore(deps): bump graphql
Bumps [graphql](https://github.com/graphql/graphql-js) from 16.6.0 to 16.8.1.
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](https://github.com/graphql/graphql-js/compare/v16.6.0...v16.8.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-22 07:49:51 +00:00
dependabot[bot]
142224120f chore(deps): bump graphql in /sample/22-graphql-prisma
Bumps [graphql](https://github.com/graphql/graphql-js) from 16.6.0 to 16.8.1.
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](https://github.com/graphql/graphql-js/compare/v16.6.0...v16.8.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-22 07:49:44 +00:00
dependabot[bot]
2ec59599c1 chore(deps): bump graphql
Bumps [graphql](https://github.com/graphql/graphql-js) from 16.6.0 to 16.8.1.
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](https://github.com/graphql/graphql-js/compare/v16.6.0...v16.8.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-22 07:49:43 +00:00
dependabot[bot]
32cc5591ce chore(deps): bump graphql
Bumps [graphql](https://github.com/graphql/graphql-js) from 16.6.0 to 16.8.1.
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](https://github.com/graphql/graphql-js/compare/v16.6.0...v16.8.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-22 07:49:43 +00:00
dependabot[bot]
d81b4142f5 chore(deps-dev): bump @types/http-errors from 2.0.1 to 2.0.2
Bumps [@types/http-errors](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/http-errors) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/http-errors)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-22 07:49:29 +00:00
Kamil Mysliwiec
46e1701e11 Merge pull request #12429 from nestjs/dependabot/npm_and_yarn/sample/31-graphql-federation-code-first/gateway/graphql-16.8.1
chore(deps): bump graphql from 16.6.0 to 16.8.1 in /sample/31-graphql-federation-code-first/gateway
2023-09-22 09:49:16 +02:00
Kamil Mysliwiec
d526fc2d88 Merge pull request #12431 from nestjs/dependabot/npm_and_yarn/sample/33-graphql-mercurius/graphql-16.8.1
chore(deps): bump graphql from 16.6.0 to 16.8.1 in /sample/33-graphql-mercurius
2023-09-22 09:49:10 +02:00
Kamil Mysliwiec
65470d7e42 Merge pull request #12432 from nestjs/dependabot/npm_and_yarn/graphql-16.8.1
chore(deps-dev): bump graphql from 16.8.0 to 16.8.1
2023-09-22 09:48:57 +02:00
Kamil Mysliwiec
f5b41ae3a2 Merge pull request #12433 from nestjs/dependabot/npm_and_yarn/uuid-9.0.1
chore(deps): bump uuid from 9.0.0 to 9.0.1
2023-09-22 09:48:50 +02:00
Kamil Mysliwiec
e39da7cd0a Merge pull request #12434 from nestjs/dependabot/npm_and_yarn/conventional-changelog-5.1.0
chore(deps-dev): bump conventional-changelog from 5.0.0 to 5.1.0
2023-09-22 09:48:44 +02:00
Kamil Mysliwiec
b0569c9300 Merge pull request #12435 from nestjs/dependabot/npm_and_yarn/grpc/proto-loader-0.7.10
chore(deps-dev): bump @grpc/proto-loader from 0.7.9 to 0.7.10
2023-09-22 09:48:38 +02:00
Kamil Mysliwiec
65e388b7f8 Merge pull request #12437 from nestjs/dependabot/npm_and_yarn/nats-2.17.0
chore(deps-dev): bump nats from 2.16.0 to 2.17.0
2023-09-22 09:48:20 +02:00
Kamil Mysliwiec
990cbee747 Merge pull request #12438 from nestjs/dependabot/npm_and_yarn/types/gulp-4.0.14
chore(deps-dev): bump @types/gulp from 4.0.13 to 4.0.14
2023-09-22 09:48:14 +02:00
Kamil Mysliwiec
bd4ec26603 Merge pull request #12439 from nestjs/dependabot/npm_and_yarn/redis-4.6.9
chore(deps-dev): bump redis from 4.6.8 to 4.6.9
2023-09-22 09:48:08 +02:00
Kamil Mysliwiec
833a5fbd31 Merge pull request #12382 from jmcdo29/fix/ws-get-pattern
fix: allow for filters to be aware of the pattern for websockets
2023-09-22 09:47:30 +02:00
Kamil Mysliwiec
c28dc356f5 Merge pull request #12379 from ayushmourya/master
Allow Binding to Shared Topics Without Wildcards
2023-09-22 09:46:11 +02:00
Kamil Mysliwiec
62236b914e Merge pull request #12410 from Connormiha/simplify-get-injection-providers
utils: simplify map + flat in injections providers
2023-09-22 09:44:13 +02:00
Kamil Mysliwiec
2a8dd0b74b Merge pull request #12413 from micalevisk/fix/issue-12412
fix(express): sanity checking 'content-type' prior treating its value as string
2023-09-22 09:43:55 +02:00
dependabot[bot]
279c81262e chore(deps-dev): bump redis from 4.6.8 to 4.6.9
Bumps [redis](https://github.com/redis/node-redis) from 4.6.8 to 4.6.9.
- [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.8...redis@4.6.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-22 00:22:26 +00:00
dependabot[bot]
57a4a3913d chore(deps-dev): bump @types/gulp from 4.0.13 to 4.0.14
Bumps [@types/gulp](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/gulp) from 4.0.13 to 4.0.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/gulp)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-22 00:22:08 +00:00
dependabot[bot]
2efbb98f7b chore(deps-dev): bump nats from 2.16.0 to 2.17.0
Bumps [nats](https://github.com/nats-io/nats.js) from 2.16.0 to 2.17.0.
- [Release notes](https://github.com/nats-io/nats.js/releases)
- [Commits](https://github.com/nats-io/nats.js/compare/v2.16.0...v2.17.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-22 00:21:52 +00:00
dependabot[bot]
d4470dbc09 chore(deps-dev): bump @grpc/proto-loader from 0.7.9 to 0.7.10
Bumps [@grpc/proto-loader](https://github.com/grpc/grpc-node) from 0.7.9 to 0.7.10.
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/proto-loader@0.7.9...@grpc/proto-loader@0.7.10)

---
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>
2023-09-22 00:21:22 +00:00
dependabot[bot]
241dcc144f chore(deps-dev): bump conventional-changelog from 5.0.0 to 5.1.0
Bumps [conventional-changelog](https://github.com/conventional-changelog/conventional-changelog) from 5.0.0 to 5.1.0.
- [Release notes](https://github.com/conventional-changelog/conventional-changelog/releases)
- [Changelog](https://github.com/conventional-changelog/conventional-changelog/blob/master/.release-please-manifest.json)
- [Commits](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-v5.0.0...conventional-changelog-v5.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-22 00:21:05 +00:00
dependabot[bot]
2ca84c8103 chore(deps): bump uuid from 9.0.0 to 9.0.1
Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.0 to 9.0.1.
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/uuidjs/uuid/compare/v9.0.0...v9.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-22 00:20:48 +00:00
Mikhail Bodrov
1778f3d2ba utils: optimized toRouteInfo flat 2023-09-22 02:56:54 +03:00
Micael Levi L. Cavalcante
6bcb3bdcbd style: fix formatting 2023-09-21 17:52:08 -04:00
Micael Levi L. Cavalcante
ec43dc8429 fix(express): when content-type header is null 2023-09-21 17:52:08 -04:00
dependabot[bot]
a45dd007c7 chore(deps-dev): bump graphql from 16.8.0 to 16.8.1
Bumps [graphql](https://github.com/graphql/graphql-js) from 16.8.0 to 16.8.1.
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](https://github.com/graphql/graphql-js/compare/v16.8.0...v16.8.1)

---
updated-dependencies:
- dependency-name: graphql
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-21 18:47:56 +00:00
dependabot[bot]
710f5b5293 chore(deps): bump graphql in /sample/33-graphql-mercurius
Bumps [graphql](https://github.com/graphql/graphql-js) from 16.6.0 to 16.8.1.
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](https://github.com/graphql/graphql-js/compare/v16.6.0...v16.8.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-21 18:26:27 +00:00
dependabot[bot]
be61852e41 chore(deps): bump graphql
Bumps [graphql](https://github.com/graphql/graphql-js) from 16.6.0 to 16.8.1.
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](https://github.com/graphql/graphql-js/compare/v16.6.0...v16.8.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-21 18:09:00 +00:00
dependabot[bot]
0125e03a91 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.6.0 to 6.7.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/v6.7.2/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>
2023-09-21 12:16:51 +00:00
Kamil Mysliwiec
518e644f86 Merge pull request #12346 from nestjs/dependabot/github_actions/actions/checkout-4
chore(deps): bump actions/checkout from 3 to 4
2023-09-21 14:16:35 +02:00
Kamil Mysliwiec
e6c295231b Merge pull request #12370 from nestjs/dependabot/npm_and_yarn/types/chai-4.3.6
chore(deps-dev): bump @types/chai from 4.3.5 to 4.3.6
2023-09-21 14:16:27 +02:00
Kamil Mysliwiec
502ae997a7 Merge pull request #12372 from nestjs/dependabot/npm_and_yarn/eslint-8.49.0
chore(deps-dev): bump eslint from 8.48.0 to 8.49.0
2023-09-21 14:16:22 +02:00
Kamil Mysliwiec
921bb6f187 Merge pull request #12373 from nestjs/dependabot/npm_and_yarn/core-js-3.32.2
chore(deps-dev): bump core-js from 3.32.1 to 3.32.2
2023-09-21 14:16:15 +02:00
Kamil Mysliwiec
78d137847e Merge pull request #12377 from nestjs/dependabot/npm_and_yarn/mysql2-3.6.1
chore(deps-dev): bump mysql2 from 3.6.0 to 3.6.1
2023-09-21 14:16:08 +02:00
Kamil Mysliwiec
82c3b03743 Merge pull request #12390 from nestjs/dependabot/npm_and_yarn/nestjs/graphql-12.0.9
chore(deps-dev): bump @nestjs/graphql from 12.0.7 to 12.0.9
2023-09-21 14:15:58 +02:00
Kamil Mysliwiec
499b794181 Merge pull request #12395 from nestjs/dependabot/npm_and_yarn/fastify-4.23.2
chore(deps): bump fastify from 4.22.2 to 4.23.2
2023-09-21 14:15:52 +02:00
Kamil Mysliwiec
2484f5aac4 Merge pull request #12402 from nestjs/dependabot/npm_and_yarn/mongoose-7.5.2
chore(deps-dev): bump mongoose from 7.5.0 to 7.5.2
2023-09-21 14:15:44 +02:00
Kamil Mysliwiec
df637a0736 Merge pull request #12405 from nestjs/dependabot/npm_and_yarn/typescript-eslint/parser-6.7.2
chore(deps-dev): bump @typescript-eslint/parser from 6.5.0 to 6.7.2
2023-09-21 14:15:27 +02:00
Kamil Mysliwiec
5442641667 Update Readme.md 2023-09-21 12:01:44 +02:00
Mikhail Bodrov
c4849e0f7a utils: simplify map + flat in injections providers 2023-09-20 10:42:11 +03:00
Kamil Mysliwiec
97e9652290 Merge pull request #12407 from sezanzeb/test/test-param-decorator-metadata
test(common): added a test for the @param decorator metadata
2023-09-20 08:19:30 +02:00
Kamil Mysliwiec
0351aa3e17 Merge pull request #12408 from gavrylenkoIvan/patch-1
fix(http): change description for Search decorator
2023-09-20 08:17:32 +02:00
Ivan Gavrylenko
8631f39621 fix description for Search decorator 2023-09-19 22:35:05 +03:00
tobias
43594e03fd test(common): added a test for the @param decorator metadata 2023-09-19 14:19:43 +02:00
dependabot[bot]
81d41d1024 chore(deps-dev): bump @typescript-eslint/parser from 6.5.0 to 6.7.2
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.5.0 to 6.7.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/v6.7.2/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>
2023-09-19 00:25:14 +00:00
Kamil Mysliwiec
e419b294b2 Merge pull request #12401 from vlad-karnauch/vladk/update-readme-x-not-twitter
docs: update readme, use X instead of twitter
2023-09-18 10:06:37 +02:00
Kamil Mysliwiec
9ecc6c0573 Merge pull request #12400 from Tony133/chore/mark-api-public-route-config-decorator-platform-fastify
chore(platform-fastify): marked the api public in route config decorator
2023-09-18 10:06:18 +02:00
dependabot[bot]
1b8a1935b3 chore(deps-dev): bump mongoose from 7.5.0 to 7.5.2
Bumps [mongoose](https://github.com/Automattic/mongoose) from 7.5.0 to 7.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/7.5.0...7.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>
2023-09-18 01:06:00 +00:00
vlad-kanrauch
4e94ce2ae9 update 2023-09-17 19:27:28 +03:00
Tony133
1a0c304767 chore(platform-fastify): marked the api public in route config decorator 2023-09-17 12:08:37 +02:00
dependabot[bot]
75529129eb chore(deps): bump fastify from 4.22.2 to 4.23.2
Bumps [fastify](https://github.com/fastify/fastify) from 4.22.2 to 4.23.2.
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](https://github.com/fastify/fastify/compare/v4.22.2...v4.23.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-15 00:59:35 +00:00
Damir Bulić
e96e10f17f fix(platform-ws): added http header info on socket close
fixes #12381
2023-09-14 11:23:16 +02:00
dependabot[bot]
98d21cac84 chore(deps-dev): bump @nestjs/graphql from 12.0.7 to 12.0.9
Bumps [@nestjs/graphql](https://github.com/nestjs/graphql) from 12.0.7 to 12.0.9.
- [Release notes](https://github.com/nestjs/graphql/releases)
- [Commits](https://github.com/nestjs/graphql/compare/v12.0.7...v12.0.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-14 00:35:21 +00:00
Damir Bulić
77a235751c fix(platform-ws): URL parsing error handled
Invalid URL TypeError handled with a try-catch block

fixes #12381
2023-09-13 11:01:18 +02:00
Jay McDoniel
6f43a8b26e fix: allow for filters to be aware of the pattern for websockets 2023-09-12 10:56:42 -07:00
ayush
fdf00ee917 The following code seems redundant 2023-09-12 16:21:51 +05:30
dependabot[bot]
82fd30671d chore(deps-dev): bump mysql2 from 3.6.0 to 3.6.1
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.6.0 to 3.6.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.6.0...v3.6.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-12 00:04:54 +00:00
dependabot[bot]
482fe58db3 chore(deps-dev): bump core-js from 3.32.1 to 3.32.2
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.32.1 to 3.32.2.
- [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.32.2/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>
2023-09-12 00:02:38 +00:00
dependabot[bot]
027d8408b9 chore(deps-dev): bump eslint from 8.48.0 to 8.49.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.48.0 to 8.49.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.48.0...v8.49.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-12 00:02:15 +00:00
dependabot[bot]
d74c9fb1a9 chore(deps-dev): bump @types/chai from 4.3.5 to 4.3.6
Bumps [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai) from 4.3.5 to 4.3.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-12 00:01:14 +00:00
Kamil Myśliwiec
67951ff2e9 chore(@nestjs) publish v10.2.5 release 2023-09-11 11:40:12 +02:00
Kamil Mysliwiec
260e2a5035 Merge pull request #12347 from nestjs/dependabot/npm_and_yarn/types/chai-as-promised-7.1.6
chore(deps-dev): bump @types/chai-as-promised from 7.1.5 to 7.1.6
2023-09-11 10:18:20 +02:00
Kamil Mysliwiec
cac8766a3d Merge pull request #12360 from nestjs/dependabot/npm_and_yarn/types/node-20.6.0
chore(deps-dev): bump @types/node from 20.5.7 to 20.6.0
2023-09-11 10:18:14 +02:00
dependabot[bot]
9f8cb69631 chore(deps-dev): bump @types/chai-as-promised from 7.1.5 to 7.1.6
Bumps [@types/chai-as-promised](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai-as-promised) from 7.1.5 to 7.1.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai-as-promised)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-11 07:59:45 +00:00
Kamil Mysliwiec
18570aaec1 Merge pull request #12308 from nestjs/dependabot/npm_and_yarn/sample/06-mongoose/mongodb-and-mongoose-5.8.1
chore(deps): bump mongodb and mongoose in /sample/06-mongoose
2023-09-11 09:59:18 +02:00
Kamil Mysliwiec
a0036b7f0b Merge pull request #12309 from nestjs/dependabot/npm_and_yarn/sample/14-mongoose-base/mongodb-and-mongoose-5.8.1
chore(deps): bump mongodb and mongoose in /sample/14-mongoose-base
2023-09-11 09:59:08 +02:00
dependabot[bot]
f6812bd83b chore(deps-dev): bump @types/node from 20.5.7 to 20.6.0
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.5.7 to 20.6.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>
2023-09-11 07:59:04 +00:00
Kamil Mysliwiec
2622f84fa5 Merge pull request #12328 from nestjs/renovate/handlebars-4.x
fix(deps): update dependency handlebars to v4.7.8
2023-09-11 09:59:01 +02:00
Kamil Mysliwiec
3bead02903 Merge pull request #12335 from nestjs/dependabot/npm_and_yarn/grpc/grpc-js-1.9.2
chore(deps-dev): bump @grpc/grpc-js from 1.9.1 to 1.9.2
2023-09-11 09:58:55 +02:00
dependabot[bot]
d8b83d687f chore(deps): bump mongodb and mongoose in /sample/06-mongoose
Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) to 5.8.1 and updates ancestor dependency [mongoose](https://github.com/Automattic/mongoose). These dependencies need to be updated together.


Updates `mongodb` from 5.6.0 to 5.8.1
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/v5.8.1/HISTORY.md)
- [Commits](https://github.com/mongodb/node-mongodb-native/compare/v5.6.0...v5.8.1)

Updates `mongoose` from 7.3.3 to 7.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/7.3.3...7.5.0)

---
updated-dependencies:
- dependency-name: mongodb
  dependency-type: indirect
- dependency-name: mongoose
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-11 07:58:52 +00:00
Kamil Mysliwiec
3b8bfe19ff Merge pull request #12341 from nestjs/dependabot/npm_and_yarn/fastify/static-6.11.0
chore(deps-dev): bump @fastify/static from 6.10.2 to 6.11.0
2023-09-11 09:58:48 +02:00
Kamil Mysliwiec
4e3ccadaa8 Merge pull request #12343 from nestjs/dependabot/npm_and_yarn/fastify-4.22.2
chore(deps): bump fastify from 4.22.0 to 4.22.2
2023-09-11 09:58:40 +02:00
Kamil Mysliwiec
b40d2221ea Merge pull request #12344 from tuxmachine/feat/instantiate-non-static-custom-classes
feat(core): instantiate non-static custom classes
2023-09-11 09:58:33 +02:00
dependabot[bot]
9bb3b77a38 chore(deps): bump mongodb and mongoose in /sample/14-mongoose-base
Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) to 5.8.1 and updates ancestor dependency [mongoose](https://github.com/Automattic/mongoose). These dependencies need to be updated together.


Updates `mongodb` from 5.6.0 to 5.8.1
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/v5.8.1/HISTORY.md)
- [Commits](https://github.com/mongodb/node-mongodb-native/compare/v5.6.0...v5.8.1)

Updates `mongoose` from 7.3.3 to 7.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/7.3.3...7.5.0)

---
updated-dependencies:
- dependency-name: mongodb
  dependency-type: indirect
- dependency-name: mongoose
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-11 07:58:04 +00:00
Kamil Mysliwiec
45da1ec905 Merge pull request #12348 from nestjs/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-6.6.0
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.5.0 to 6.6.0
2023-09-11 09:58:01 +02:00
Kamil Mysliwiec
70416f2e96 Merge pull request #12349 from nestjs/dependabot/npm_and_yarn/types/cors-2.8.14
chore(deps-dev): bump @types/cors from 2.8.13 to 2.8.14
2023-09-11 09:57:56 +02:00
Kamil Mysliwiec
de42b5ab4e Merge pull request #12361 from nestjs/dependabot/npm_and_yarn/mqtt-5.0.5
chore(deps-dev): bump mqtt from 5.0.3 to 5.0.5
2023-09-11 09:56:15 +02:00
Kamil Mysliwiec
c8b3bf6b4a Merge pull request #12350 from guilopesn/master
feat: implement http redirect response interface
2023-09-11 09:49:20 +02:00
Kamil Mysliwiec
c041c9df12 Update packages/common/interfaces/http/http-redirect-response.interface.ts 2023-09-11 09:48:57 +02:00
dependabot[bot]
c04415e4b2 chore(deps-dev): bump mqtt from 5.0.3 to 5.0.5
Bumps [mqtt](https://github.com/mqttjs/MQTT.js) from 5.0.3 to 5.0.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.0.3...v5.0.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-11 01:17:25 +00:00
Guilherme Nogueira
91f8c22124 feat: implement http redirect response interface 2023-09-05 11:10:44 -03:00
dependabot[bot]
50deee132e chore(deps-dev): bump @types/cors from 2.8.13 to 2.8.14
Bumps [@types/cors](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/cors) from 2.8.13 to 2.8.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/cors)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-05 00:47:36 +00:00
dependabot[bot]
c047e6e5bd 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.5.0 to 6.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/v6.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>
2023-09-05 00:46:50 +00:00
dependabot[bot]
5f687d1aa8 chore(deps): bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-05 00:17:19 +00:00
Rick Dutour Geerling
a85aa06070 feat(core): instantiate non-static custom classes
Allows us to construct request-scoped custom classes by passing a `contextId` to `moduleRef.create`
2023-09-04 14:08:01 +02:00
dependabot[bot]
cb9ca50c11 chore(deps): bump fastify from 4.22.0 to 4.22.2
Bumps [fastify](https://github.com/fastify/fastify) from 4.22.0 to 4.22.2.
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](https://github.com/fastify/fastify/compare/v4.22.0...v4.22.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-04 01:09:13 +00:00
dependabot[bot]
a6844c8d27 chore(deps-dev): bump @fastify/static from 6.10.2 to 6.11.0
Bumps [@fastify/static](https://github.com/fastify/fastify-static) from 6.10.2 to 6.11.0.
- [Release notes](https://github.com/fastify/fastify-static/releases)
- [Commits](https://github.com/fastify/fastify-static/compare/v6.10.2...v6.11.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>
2023-09-04 01:06:42 +00:00
Kamil Mysliwiec
2d13d081d8 Merge pull request #12321 from KrisAphalon/fix-missing-pattern-on-ws
fix(ws): fix incorrect host pattern on messages
2023-09-01 12:10:25 +02:00
dependabot[bot]
9961caf4dd chore(deps-dev): bump @grpc/grpc-js from 1.9.1 to 1.9.2
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.9.1 to 1.9.2.
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.9.1...@grpc/grpc-js@1.9.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>
2023-09-01 00:41:31 +00:00
Kamil Myśliwiec
5b12a198a3 chore(@nestjs) publish v10.2.4 release 2023-08-31 23:02:18 +02:00
Kamil Mysliwiec
c7854328aa Merge pull request #12331 from benlesh/fix-write-drain-bug
fix(grpc): will properly write to streams
2023-08-31 23:01:18 +02:00
Ben Lesh
7184b7b1ad fix(grpc): will properly write to streams
fixes #12330
2023-08-31 15:05:24 -05:00
renovate[bot]
3f892bffb8 fix(deps): update dependency handlebars to v4.7.8 2023-08-31 10:24:07 +00:00
Kamil Mysliwiec
12679b82e3 Merge pull request #12325 from nestjs/renovate/babel-monorepo
chore(deps): update dependency @babel/preset-env to v7.22.14
2023-08-31 12:18:12 +02:00
Kamil Mysliwiec
8925fb395e Merge pull request #12324 from nestjs/renovate/npm-@apollo/server-vulnerability
fix(deps): update dependency @apollo/server to v4.9.3 [security]
2023-08-31 12:18:03 +02:00
renovate[bot]
63bb708c4b fix(deps): update dependency @apollo/server to v4.9.3 [security] 2023-08-31 08:08:29 +00:00
renovate[bot]
790022731f chore(deps): update dependency @babel/preset-env to v7.22.14 2023-08-31 07:58:58 +00:00
Kamil Mysliwiec
5728bd362f Merge pull request #12313 from nestjs/dependabot/npm_and_yarn/sample/22-graphql-prisma/apollo/server-4.9.3
chore(deps): bump @apollo/server from 4.7.5 to 4.9.3 in /sample/22-graphql-prisma
2023-08-31 09:55:55 +02:00
dependabot[bot]
02edb47279 chore(deps): bump @apollo/server in /sample/22-graphql-prisma
Bumps [@apollo/server](https://github.com/apollographql/apollo-server/tree/HEAD/packages/server) from 4.7.5 to 4.9.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.9.3/packages/server)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-31 07:54:03 +00:00
Kamil Mysliwiec
a5224d1b8c Merge pull request #12305 from nestjs/renovate/nestjs-mongoose-10.x
fix(deps): update dependency @nestjs/mongoose to v10.0.1
2023-08-31 09:53:58 +02:00
Kamil Mysliwiec
e597c842a1 Merge pull request #12306 from nestjs/renovate/nestjs-schedule-3.x
fix(deps): update dependency @nestjs/schedule to v3.0.3
2023-08-31 09:53:53 +02:00
Kamil Mysliwiec
87071bb022 Merge pull request #12316 from nestjs/dependabot/npm_and_yarn/apollo/server-4.9.3
chore(deps-dev): bump @apollo/server from 4.7.5 to 4.9.3
2023-08-31 09:53:27 +02:00
Kamil Mysliwiec
70b2be8576 Merge pull request #12317 from nestjs/dependabot/npm_and_yarn/sample/12-graphql-schema-first/apollo/server-4.9.3
chore(deps): bump @apollo/server from 4.7.5 to 4.9.3 in /sample/12-graphql-schema-first
2023-08-31 09:53:19 +02:00
Kamil Mysliwiec
069ecd1dd9 Merge pull request #12318 from nestjs/dependabot/npm_and_yarn/sample/23-graphql-code-first/apollo/server-4.9.3
chore(deps): bump @apollo/server from 4.7.5 to 4.9.3 in /sample/23-graphql-code-first
2023-08-31 09:53:15 +02:00
Kamil Mysliwiec
6335b9c358 Merge pull request #12320 from nestjs/dependabot/npm_and_yarn/sample/13-mongo-typeorm/mongodb-5.8.0
chore(deps): bump mongodb from 5.6.0 to 5.8.0 in /sample/13-mongo-typeorm
2023-08-31 09:52:49 +02:00
Krzysztof Kaczmarzyk
f3f25569ab fix(ws): fix incorrect host pattern on messages
function call was missing the second argument
2023-08-31 02:24:23 +02:00
dependabot[bot]
8f109248f0 chore(deps): bump mongodb in /sample/13-mongo-typeorm
Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 5.6.0 to 5.8.0.
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/v5.8.0/HISTORY.md)
- [Commits](https://github.com/mongodb/node-mongodb-native/compare/v5.6.0...v5.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-30 21:48:56 +00:00
dependabot[bot]
8ddd4a7452 chore(deps): bump @apollo/server in /sample/23-graphql-code-first
Bumps [@apollo/server](https://github.com/apollographql/apollo-server/tree/HEAD/packages/server) from 4.7.5 to 4.9.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.9.3/packages/server)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-30 21:44:24 +00:00
dependabot[bot]
7d0fc14d6e chore(deps): bump @apollo/server in /sample/12-graphql-schema-first
Bumps [@apollo/server](https://github.com/apollographql/apollo-server/tree/HEAD/packages/server) from 4.7.5 to 4.9.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.9.3/packages/server)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-30 21:44:20 +00:00
dependabot[bot]
47a79ee86c chore(deps-dev): bump @apollo/server from 4.7.5 to 4.9.3
Bumps [@apollo/server](https://github.com/apollographql/apollo-server/tree/HEAD/packages/server) from 4.7.5 to 4.9.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.9.3/packages/server)

---
updated-dependencies:
- dependency-name: "@apollo/server"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-30 21:44:06 +00:00
renovate[bot]
3abbdd09d9 fix(deps): update dependency @nestjs/schedule to v3.0.3 2023-08-30 15:24:32 +00:00
renovate[bot]
2dd1df6765 fix(deps): update dependency @nestjs/mongoose to v10.0.1 2023-08-30 15:24:09 +00:00
Kamil Myśliwiec
069b519a1c chore(@nestjs) publish v10.2.3 release 2023-08-30 14:53:03 +02:00
Kamil Mysliwiec
15cc99e6d3 Merge pull request #12301 from nestjs/dependabot/npm_and_yarn/mongoose-7.5.0
chore(deps-dev): bump mongoose from 7.4.5 to 7.5.0
2023-08-30 14:52:03 +02:00
Kamil Mysliwiec
ce81d26989 Merge pull request #12302 from nestjs/dependabot/npm_and_yarn/prettier-3.0.3
chore(deps-dev): bump prettier from 3.0.2 to 3.0.3
2023-08-30 14:51:52 +02:00
Kamil Mysliwiec
f52699f9ee Merge pull request #12292 from nestjs/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-6.5.0
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.4.1 to 6.5.0
2023-08-30 14:51:44 +02:00
Kamil Mysliwiec
a6a0bac34e Merge pull request #12297 from nestjs/renovate/redis-4.x
chore(deps): update dependency redis to v4.6.8
2023-08-30 14:51:41 +02:00
Kamil Mysliwiec
a6cdb8c78c Merge pull request #12298 from nestjs/renovate/jest-monorepo
chore(deps): update jest monorepo
2023-08-30 14:51:32 +02:00
Kamil Myśliwiec
0242a46eeb Merge branch 'benlesh-rxjs-backpressure-handling' 2023-08-30 14:51:07 +02:00
Kamil Myśliwiec
de2adcff9d refactor: cleanup imports, move write fn to class body 2023-08-30 14:50:53 +02:00
Kamil Myśliwiec
74d65f438a Merge branch 'rxjs-backpressure-handling' of https://github.com/benlesh/nest into benlesh-rxjs-backpressure-handling 2023-08-30 14:46:58 +02:00
dependabot[bot]
705ddcade4 chore(deps-dev): bump prettier from 3.0.2 to 3.0.3
Bumps [prettier](https://github.com/prettier/prettier) from 3.0.2 to 3.0.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.0.2...3.0.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-30 00:09:59 +00:00
dependabot[bot]
267b3261b8 chore(deps-dev): bump mongoose from 7.4.5 to 7.5.0
Bumps [mongoose](https://github.com/Automattic/mongoose) from 7.4.5 to 7.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/7.4.5...7.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>
2023-08-30 00:09:18 +00:00
renovate[bot]
b1087020e2 chore(deps): update jest monorepo 2023-08-29 11:30:09 +00:00
renovate[bot]
0cf75b1b41 chore(deps): update dependency redis to v4.6.8 2023-08-29 11:23:16 +00:00
dependabot[bot]
b97043a3be 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.4.1 to 6.5.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/v6.5.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>
2023-08-29 07:52:51 +00:00
Kamil Mysliwiec
923bd6afd1 Merge pull request #12288 from nestjs/renovate/babel-monorepo
chore(deps): update babel monorepo to v7.22.11
2023-08-29 09:51:32 +02:00
Kamil Mysliwiec
fb0e0d9f2a Merge pull request #12291 from nestjs/dependabot/npm_and_yarn/eslint-8.48.0
chore(deps-dev): bump eslint from 8.47.0 to 8.48.0
2023-08-29 09:51:24 +02:00
Kamil Mysliwiec
181cff9589 Merge pull request #12293 from nestjs/dependabot/npm_and_yarn/chai-4.3.8
chore(deps-dev): bump chai from 4.3.7 to 4.3.8
2023-08-29 09:51:16 +02:00
Kamil Mysliwiec
98c3211f7f Merge pull request #12294 from nestjs/dependabot/npm_and_yarn/conventional-changelog-5.0.0
chore(deps-dev): bump conventional-changelog from 4.0.0 to 5.0.0
2023-08-29 09:51:11 +02:00
Kamil Mysliwiec
b3febb8fad Merge pull request #12296 from nestjs/dependabot/npm_and_yarn/typescript-eslint/parser-6.5.0
chore(deps-dev): bump @typescript-eslint/parser from 6.4.1 to 6.5.0
2023-08-29 09:51:05 +02:00
Kamil Mysliwiec
782e6d162b Merge pull request #12295 from nestjs/dependabot/npm_and_yarn/fastify-4.22.0
chore(deps): bump fastify from 4.21.0 to 4.22.0
2023-08-29 09:50:52 +02:00
dependabot[bot]
74492def3a chore(deps-dev): bump @typescript-eslint/parser from 6.4.1 to 6.5.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.4.1 to 6.5.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/v6.5.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>
2023-08-29 00:41:28 +00:00
dependabot[bot]
8bc36d84c9 chore(deps): bump fastify from 4.21.0 to 4.22.0
Bumps [fastify](https://github.com/fastify/fastify) from 4.21.0 to 4.22.0.
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](https://github.com/fastify/fastify/compare/v4.21.0...v4.22.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-29 00:40:53 +00:00
dependabot[bot]
9423f1a3e0 chore(deps-dev): bump conventional-changelog from 4.0.0 to 5.0.0
Bumps [conventional-changelog](https://github.com/conventional-changelog/conventional-changelog) from 4.0.0 to 5.0.0.
- [Release notes](https://github.com/conventional-changelog/conventional-changelog/releases)
- [Changelog](https://github.com/conventional-changelog/conventional-changelog/blob/master/.release-please-manifest.json)
- [Commits](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-v4.0.0...conventional-changelog-v5.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-29 00:40:28 +00:00
dependabot[bot]
cb92e336dc chore(deps-dev): bump chai from 4.3.7 to 4.3.8
Bumps [chai](https://github.com/chaijs/chai) from 4.3.7 to 4.3.8.
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/4.x.x/History.md)
- [Commits](https://github.com/chaijs/chai/compare/v4.3.7...v4.3.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-29 00:39:42 +00:00
dependabot[bot]
89c254d305 chore(deps-dev): bump eslint from 8.47.0 to 8.48.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.47.0 to 8.48.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.47.0...v8.48.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-29 00:38:37 +00:00
Ben Lesh
6c9321793c fix: appropriately handle backpressure
Adds code to handle back pressure when writing output from Observable streams.
2023-08-28 18:06:59 -05:00
renovate[bot]
6c0efd5f9f chore(deps): update babel monorepo to v7.22.11 2023-08-28 09:54:56 +00: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
codytseng
9fa3d930db fix: the root path middleware not applied when setting the global prefix 2023-08-01 21:33:00 +08:00
Philip Mantrov
8dcc5cb98f feat(microservices): Added invalid-grpc-message-decorator.exception.ts 2023-08-01 11:48:22 +03: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
krugi
7de2ff29a5 feat(microservices): add package definition option to server-grpc
PR #8465 added support for packageDefinition for ClientGrpc, this commit adds it to ServerGrpc.
Exported common packageDefinition logic to getGrpcPackageDefinition and used it in both gRPC Server & Client, for consistency.
This change means that protoPath is now optional - getGrpcPackageDefinition verifies that either protoPath or PackageDefinition exist.
Also, fixed the error thrown from ServerGrpc.loadProto: was Error, now InvalidProtoDefinitionException, as it is in ClientGrpc
2022-11-07 16:15:34 +02:00
300 changed files with 113817 additions and 78220 deletions

View File

@@ -129,9 +129,6 @@ jobs:
- run:
name: Lint
command: npm run lint
- run:
name: Lint commit
command: ./node_modules/.bin/commitlint-circle -c .commitlintrc.json
integration_tests:
working_directory: ~/nest

View File

@@ -38,15 +38,19 @@ 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. [Wtf is a minimum reproduction?](https://jmcdo29.github.io/wtf-is-a-minimum-reproduction)"
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:
label: "Steps to reproduce"
description: |
How the issue manifests?
You could leave this blank if you alread write this in your reproduction code
You could leave this blank if you already write this in your reproduction code
placeholder: |
1. `npm ci`
2. `npm start:dev`

View File

@@ -21,7 +21,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
@@ -34,7 +34,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
queries: +security-extended
# Override language selection by uncommenting this and choosing your languages
@@ -44,7 +44,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v2
uses: github/codeql-action/autobuild@v3
# Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
@@ -58,4 +58,4 @@ jobs:
# make release
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3

7
.gitignore vendored
View File

@@ -1,3 +1,5 @@
packages/*/package-lock.json
# dependencies
node_modules/
@@ -6,6 +8,9 @@ node_modules/
/.awcache
/.vscode
/.devcontainer
/.classpath
/.project
/.settings
*.code-workspace
# Vim
@@ -44,4 +49,4 @@ yarn-error.log
build/config\.gypi
.npmrc
pnpm-lock.yaml
pnpm-lock.yaml

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

@@ -164,7 +164,7 @@ You will need [Node.js](https://nodejs.org) version >= 10.13.0 (except for v13).
1. After cloning the repo, run:
```bash
$ npm ci # (or yarn install)
$ npm ci --legacy-peer-deps # (or yarn install)
```
2. In order to prepare your environment run `prepare.sh` shell script:

View File

@@ -1,6 +1,6 @@
(The MIT License)
Copyright (c) 2017-2023 Kamil Mysliwiec <https://kamilmysliwiec.com>
Copyright (c) 2017-2024 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,66 +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></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></tr>
<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>
</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
@@ -124,9 +142,9 @@ Nest is an MIT-licensed open source project. It can grow thanks to the sponsors
## Stay in touch
- Author - [Kamil Myśliwiec](https://twitter.com/kammysliwiec)
- Author - [Kamil Myśliwiec](https://x.com/kammysliwiec)
- Website - [https://nestjs.com](https://nestjs.com/)
- Twitter - [@nestframework](https://twitter.com/nestframework)
- X - [@nestframework](https://x.com/nestframework)
## License

View File

@@ -1,15 +1,21 @@
import { Test } from '@nestjs/testing';
import { Test, TestingModule } from '@nestjs/testing';
import { DiscoveryService } from '@nestjs/core';
import { expect } from 'chai';
import { AppModule } from '../src/app.module';
import { WebhooksExplorer } from '../src/webhooks.explorer';
import { NonAppliedDecorator } from '../src/decorators/non-applied.decorator';
describe('DiscoveryModule', () => {
it('should discover all providers & handlers with corresponding annotations', async () => {
const builder = Test.createTestingModule({
let moduleRef: TestingModule;
beforeEach(async () => {
moduleRef = await Test.createTestingModule({
imports: [AppModule],
});
const testingModule = await builder.compile();
const webhooksExplorer = testingModule.get(WebhooksExplorer);
}).compile();
});
it('should discover all providers & handlers with corresponding annotations', async () => {
const webhooksExplorer = moduleRef.get(WebhooksExplorer);
expect(webhooksExplorer.getWebhooks()).to.be.eql([
{
@@ -32,4 +38,22 @@ describe('DiscoveryModule', () => {
},
]);
});
it('should return an empty array if no providers were found for a given discoverable decorator', () => {
const discoveryService = moduleRef.get(DiscoveryService);
const providers = discoveryService.getProviders({
metadataKey: NonAppliedDecorator.KEY,
});
expect(providers).to.be.eql([]);
});
it('should return an empty array if no controllers were found for a given discoverable decorator', () => {
const discoveryService = moduleRef.get(DiscoveryService);
const controllers = discoveryService.getControllers({
metadataKey: NonAppliedDecorator.KEY,
});
expect(controllers).to.be.eql([]);
});
});

View File

@@ -0,0 +1,9 @@
import { DiscoveryService } from '@nestjs/core';
/**
* This decorator must not be used anywhere!
*
* This will be used to test the scenario where we are trying to retrieving
* metadata for a discoverable decorator that was not applied to any class.
*/
export const NonAppliedDecorator = DiscoveryService.createDecorator();

View File

@@ -25,7 +25,7 @@ services:
- "9001:9001"
restart: always
mysql:
image: mysql:8.0.33
image: mysql:8.3.0
environment:
MYSQL_ROOT_PASSWORD: root
MYSQL_DATABASE: test
@@ -50,7 +50,7 @@ services:
zookeeper:
container_name: test-zookeeper
hostname: zookeeper
image: confluentinc/cp-zookeeper:7.4.1
image: confluentinc/cp-zookeeper:7.5.3
ports:
- "2181:2181"
environment:
@@ -59,7 +59,7 @@ services:
kafka:
container_name: test-kafka
hostname: kafka
image: confluentinc/cp-kafka:7.4.1
image: confluentinc/cp-kafka:7.5.3
depends_on:
- zookeeper
ports:

View File

@@ -45,6 +45,11 @@ class TestController {
overviewById() {
return RETURN_VALUE;
}
@Get('multiple/exclude')
multipleExclude() {
return RETURN_VALUE;
}
}
@Module({
@@ -59,6 +64,7 @@ class TestModule {
path: 'middleware',
method: RequestMethod.POST,
})
.exclude('multiple/exclude')
.forRoutes('*');
}
}
@@ -110,6 +116,12 @@ describe('Exclude middleware', () => {
.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

@@ -45,6 +45,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

@@ -118,14 +118,14 @@ describe('Optional factory provider deps', () => {
} catch (err) {
expect(err).to.be.instanceOf(UnknownDependenciesException);
expect(err.message).to
.equal(`Nest can't resolve dependencies of the POSSIBLY_MISSING_DEP (?). Please make sure that the argument MISSING_DEP at index [0] is available in the RootTestModule context.
.equal(`Nest can't resolve dependencies of the POSSIBLY_MISSING_DEP (?). Please make sure that the argument "MISSING_DEP" at index [0] is available in the RootTestModule context.
Potential solutions:
- Is RootTestModule a valid NestJS module?
- If MISSING_DEP is a provider, is it part of the current RootTestModule?
- If MISSING_DEP is exported from a separate @Module, is that module imported within RootTestModule?
- If "MISSING_DEP" is a provider, is it part of the current RootTestModule?
- If "MISSING_DEP" is exported from a separate @Module, is that module imported within RootTestModule?
@Module({
imports: [ /* the Module containing MISSING_DEP */ ]
imports: [ /* the Module containing "MISSING_DEP" */ ]
})
`);
}

View File

@@ -60,10 +60,10 @@
"sourceModuleName": "InternalCoreModule",
"durable": false,
"static": true,
"scope": 0,
"transient": false,
"exported": true,
"token": "ExternalContextCreator"
"token": "ExternalContextCreator",
"initTime": 0
}
},
"208171089": {
@@ -800,10 +800,10 @@
"sourceModuleName": "InternalCoreModule",
"durable": false,
"static": true,
"scope": 0,
"transient": false,
"exported": true,
"token": "ModulesContainer"
"token": "ModulesContainer",
"initTime": 0
}
},
"-326832201": {
@@ -816,10 +816,10 @@
"sourceModuleName": "InternalCoreModule",
"durable": false,
"static": true,
"scope": 0,
"transient": false,
"exported": true,
"token": "HttpAdapterHost"
"token": "HttpAdapterHost",
"initTime": 0
}
},
"-702581189": {
@@ -848,10 +848,10 @@
"sourceModuleName": "InternalCoreModule",
"durable": false,
"static": true,
"scope": 0,
"transient": false,
"exported": true,
"token": "SerializedGraph"
"token": "SerializedGraph",
"initTime": 0
}
},
"-1251270035": {

View File

@@ -60,10 +60,10 @@
"sourceModuleName": "InternalCoreModule",
"durable": false,
"static": true,
"scope": 0,
"transient": false,
"exported": true,
"token": "ExternalContextCreator"
"token": "ExternalContextCreator",
"initTime": 0
}
},
"208171089": {
@@ -784,10 +784,10 @@
"sourceModuleName": "InternalCoreModule",
"durable": false,
"static": true,
"scope": 0,
"transient": false,
"exported": true,
"token": "ModulesContainer"
"token": "ModulesContainer",
"initTime": 0
}
},
"-326832201": {
@@ -800,10 +800,10 @@
"sourceModuleName": "InternalCoreModule",
"durable": false,
"static": true,
"scope": 0,
"transient": false,
"exported": true,
"token": "HttpAdapterHost"
"token": "HttpAdapterHost",
"initTime": 0
}
},
"-702581189": {
@@ -832,10 +832,10 @@
"sourceModuleName": "InternalCoreModule",
"durable": false,
"static": true,
"scope": 0,
"transient": false,
"exported": true,
"token": "SerializedGraph"
"token": "SerializedGraph",
"initTime": 0
}
},
"-1251270035": {

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();
@@ -128,6 +133,71 @@ describe('GRPC transport', () => {
});
});
it(`GRPC with backpressure control`, async function () {
// This test hit the gRPC server with 1000 messages, but the server
// has to process large (> 1MB) messages, so it will definitely hit
// issues where writing to the stream needs to be paused until a drain
// event. Prior to this test, a bug existed where the server would
// send the incorrect number of messages due to improper backpressure
// handling that wrote messages more than once.
this.timeout(10000);
const largeMessages = client.streamLargeMessages();
// [0, 1, 2, ..., 999]
const expectedIds = Array.from({ length: 1000 }, (_, n) => n);
const receivedIds: number[] = [];
await largeMessages.forEach(msg => {
receivedIds.push(msg.id);
});
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);
}
});
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

@@ -10,7 +10,7 @@ import {
RpcException,
} from '@nestjs/microservices';
import { join } from 'path';
import { Observable, of, catchError } from 'rxjs';
import { Observable, of, catchError, from, mergeMap } from 'rxjs';
class ErrorHandlingProxy extends ClientGrpcProxy {
serializeError(err) {
@@ -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({
@@ -128,6 +139,27 @@ export class GrpcController {
return svc.sum2({ data });
}
@GrpcMethod('Math')
streamLargeMessages(_req: unknown, _meta: unknown) {
// Send 1000 messages of >1MB each relatively fast
// This should be enough to trigger backpressure issues
// while writing to the socket.
return new Observable(subscriber => {
let n = 0;
const interval = setInterval(() => {
// We'll be checking the ids. The `data` is just to make the
// message large enough to trigger backpressure issues.
subscriber.next({ id: n++, data: 'a'.repeat(1024 * 1024) });
if (n === 1000) {
subscriber.complete();
}
}, 0);
return () => {
clearInterval(interval);
};
});
}
@Post('error')
@HttpCode(200)
serializeError(

View File

@@ -7,8 +7,18 @@ 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);
/* Given a series of dividend and divisor, stream back the division results for each */
rpc StreamDivide (StreamDivideRequest) returns (stream StreamDivideResponse);
}
message BackpressureData {
int32 id = 1;
string data = 2;
}
message Empty {}
message SumResult {
int32 result = 1;
}
@@ -25,3 +35,11 @@ message RequestDivide {
message DivideResult {
int32 result = 1;
}
message StreamDivideRequest {
repeated RequestDivide data = 1;
}
message StreamDivideResponse {
DivideResult data = 1;
}

View File

@@ -13,7 +13,7 @@ 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) => {

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

@@ -130,6 +130,18 @@ describe('Global prefix', () => {
.expect(200, { '0': 'params', tenantId: 'test' });
});
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 () => {
await app.close();
});

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))
@@ -27,6 +28,12 @@ export class AppModule {
req.middlewareParams = req.params;
next();
})
.forRoutes({ path: '*', method: RequestMethod.GET });
.forRoutes({ path: '*', method: RequestMethod.GET })
.apply((req, res, next) => {
this.count += 1;
req.count = this.count;
next();
})
.forRoutes('*');
}
}

View File

@@ -6,7 +6,7 @@ export class AppController {
@Sse('sse')
sse(): Observable<MessageEvent> {
return interval(1000).pipe(
map(_ => ({ data: { hello: 'world' } } as MessageEvent)),
map(_ => ({ data: { hello: 'world' } }) as MessageEvent),
);
}
}

View File

@@ -0,0 +1,98 @@
import { INestApplication, VersioningType } from '@nestjs/common';
import {
FastifyAdapter,
NestFastifyApplication,
} from '@nestjs/platform-fastify';
import { Test } from '@nestjs/testing';
import * as request from 'supertest';
import { AppModule } from '../src/app.module';
/**
* `.enableVersioning()` uses `VersioningType.URI` type by default
* Regression test for #13496
* @see [Versioning](https://docs.nestjs.com/techniques/versioning)
*/
describe('Default Versioning behavior', () => {
// ======================================================================== //
describe('Express', () => {
let app: INestApplication;
before(async () => {
const moduleRef = await Test.createTestingModule({
imports: [AppModule],
}).compile();
app = moduleRef.createNestApplication();
app.enableVersioning();
await app.init();
});
describe('GET /', () => {
it('V1', () => {
return request(app.getHttpServer())
.get('/v1')
.expect(200)
.expect('Hello World V1!');
});
it('No Version', () => {
return request(app.getHttpServer()).get('/').expect(404);
});
});
describe('GET /neutral', () => {
it('No Version', () => {
return request(app.getHttpServer())
.get('/neutral')
.expect(200)
.expect('Neutral');
});
});
after(async () => {
await app.close();
});
});
// ======================================================================== //
describe('Fastify', () => {
let app: INestApplication;
before(async () => {
const moduleRef = await Test.createTestingModule({
imports: [AppModule],
}).compile();
app = moduleRef.createNestApplication<NestFastifyApplication>(
new FastifyAdapter(),
);
app.enableVersioning();
await app.init();
await app.getHttpAdapter().getInstance().ready();
});
describe('GET /', () => {
it('V1', () => {
return request(app.getHttpServer())
.get('/v1')
.expect(200)
.expect('Hello World V1!');
});
it('No Version', () => {
return request(app.getHttpServer()).get('/').expect(404);
});
});
describe('GET /neutral', () => {
it('No Version', () => {
return request(app.getHttpServer())
.get('/neutral')
.expect(200)
.expect('Neutral');
});
});
after(async () => {
await app.close();
});
});
});

View File

@@ -82,5 +82,21 @@ describe('WebSocketGateway', () => {
);
});
it(`should be able to get the pattern in a filter (when the error comes from a known handler)`, async () => {
app = await createNestApp(ApplicationGateway);
await app.listen(3000);
ws = io('http://localhost:8080');
ws.emit('getClientWithError', {
test: 'test',
});
await new Promise<void>(resolve =>
ws.on('exception', data => {
expect(data.pattern).to.be.eql('getClientWithError');
resolve();
}),
);
});
afterEach(() => app.close());
});

View File

@@ -1,10 +1,13 @@
import { UseInterceptors } from '@nestjs/common';
import { UseFilters, UseInterceptors } from '@nestjs/common';
import {
MessageBody,
SubscribeMessage,
WebSocketGateway,
WsException,
} from '@nestjs/websockets';
import { RequestInterceptor } from './request.interceptor';
import { throwError } from 'rxjs';
import { RequestFilter } from './request.filter';
@WebSocketGateway(8080)
export class ApplicationGateway {
@@ -24,4 +27,10 @@ export class ApplicationGateway {
data: { ...data, path: client.pattern },
};
}
@UseFilters(RequestFilter)
@SubscribeMessage('getClientWithError')
getPathCalledWithError() {
return throwError(() => new WsException('This is an error'));
}
}

View File

@@ -0,0 +1,12 @@
import { ArgumentsHost, Catch, ExceptionFilter } from '@nestjs/common';
import { WsException } from '@nestjs/websockets';
@Catch(WsException)
export class RequestFilter implements ExceptionFilter {
catch(exception: WsException, host: ArgumentsHost) {
const wsCtx = host.switchToWs();
const pattern = wsCtx.getPattern();
const client = wsCtx.getClient();
client.emit('exception', { pattern, message: exception.message });
}
}

View File

@@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "10.2.2"
"version": "10.4.7"
}

26502
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"name": "@nestjs/core",
"version": "10.1.3",
"version": "10.4.5",
"description": "Modern, fast, powerful node.js web framework",
"homepage": "https://nestjs.com",
"repository": {
@@ -32,7 +32,7 @@
"test:dev": "mocha -w --watch-files \"packages\" packages/**/*.spec.ts",
"pretest:cov": "npm run clean",
"test:cov": "nyc mocha packages/**/*.spec.ts --reporter spec",
"test:integration": "mocha \"integration/*/{,!(node_modules)/**/}/*.spec.ts\"",
"test:integration": "mocha --reporter-option maxDiffSize=0 \"integration/*/{,!(node_modules)/**/}/*.spec.ts\"",
"test:docker:up": "docker-compose -f integration/docker-compose.yml up -d",
"test:docker:down": "docker-compose -f integration/docker-compose.yml down",
"lint": "concurrently 'npm run lint:packages' 'npm run lint:integration' 'npm run lint:spec'",
@@ -47,7 +47,7 @@
"publish:next": "npm run prerelease && npm run build:prod && ./node_modules/.bin/lerna publish --npm-tag=next --access public --skip-git -m \"chore(@nestjs) publish %s release\"",
"publish:rc": "npm run prerelease && npm run build:prod && ./node_modules/.bin/lerna publish --npm-tag=rc --access public -m \"chore(@nestjs) publish %s release\"",
"publish:test": "npm run prerelease && npm run build:prod && ./node_modules/.bin/lerna publish --force-publish --access public --npm-tag=test --skip-git -m \"chore(@nestjs) publish %s release\"",
"prepare": "husky install"
"prepare": "husky"
},
"lint-staged": {
"**/*.ts": [
@@ -60,80 +60,79 @@
"dependencies": {
"@nuxtjs/opencollective": "0.3.2",
"class-transformer": "0.5.1",
"class-validator": "0.14.0",
"cli-color": "2.0.3",
"class-validator": "0.14.1",
"cli-color": "2.0.4",
"cors": "2.8.5",
"express": "4.18.2",
"fast-json-stringify": "5.8.0",
"express": "4.21.1",
"fast-json-stringify": "6.0.0",
"fast-safe-stringify": "2.1.1",
"graphql-subscriptions": "2.0.0",
"iterare": "1.2.1",
"object-hash": "3.0.0",
"path-to-regexp": "3.2.0",
"reflect-metadata": "0.1.13",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.1",
"socket.io": "4.7.2",
"tslib": "2.6.2",
"socket.io": "4.8.0",
"tslib": "2.7.0",
"uid": "2.0.2",
"uuid": "9.0.0"
"uuid": "10.0.0"
},
"devDependencies": {
"@apollo/server": "4.7.5",
"@apollo/server": "4.11.0",
"@codechecks/client": "0.1.12",
"@commitlint/cli": "17.7.1",
"@commitlint/config-angular": "17.7.0",
"@fastify/cors": "8.3.0",
"@commitlint/cli": "19.5.0",
"@commitlint/config-angular": "19.5.0",
"@fastify/cors": "9.0.1",
"@fastify/formbody": "7.4.0",
"@fastify/middie": "8.3.0",
"@fastify/multipart": "7.7.3",
"@fastify/static": "6.10.2",
"@fastify/view": "8.0.0",
"@grpc/grpc-js": "1.9.1",
"@grpc/proto-loader": "0.7.9",
"@nestjs/apollo": "12.0.4",
"@nestjs/graphql": "12.0.7",
"@nestjs/mongoose": "10.0.1",
"@nestjs/typeorm": "10.0.0",
"@types/amqplib": "0.10.1",
"@types/bytes": "3.1.1",
"@types/chai": "4.3.5",
"@types/chai-as-promised": "7.1.5",
"@types/cors": "2.8.13",
"@types/express": "4.17.17",
"@types/gulp": "4.0.13",
"@types/http-errors": "2.0.1",
"@types/mocha": "10.0.1",
"@types/node": "20.5.7",
"@types/sinon": "10.0.16",
"@types/supertest": "2.0.12",
"@types/ws": "8.5.5",
"@typescript-eslint/eslint-plugin": "6.4.1",
"@typescript-eslint/parser": "6.4.1",
"@fastify/middie": "8.3.1",
"@fastify/multipart": "8.3.0",
"@fastify/static": "7.0.4",
"@fastify/view": "9.1.0",
"@grpc/grpc-js": "1.11.1",
"@grpc/proto-loader": "0.7.13",
"@nestjs/apollo": "12.2.0",
"@nestjs/graphql": "12.2.0",
"@nestjs/mongoose": "10.0.10",
"@nestjs/typeorm": "10.0.2",
"@types/amqplib": "0.10.5",
"@types/bytes": "3.1.4",
"@types/chai": "4.3.16",
"@types/chai-as-promised": "7.1.8",
"@types/cors": "2.8.17",
"@types/express": "4.17.21",
"@types/gulp": "4.0.17",
"@types/http-errors": "2.0.4",
"@types/mocha": "10.0.8",
"@types/node": "22.5.5",
"@types/sinon": "17.0.3",
"@types/supertest": "2.0.16",
"@types/ws": "8.5.12",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"amqp-connection-manager": "4.1.14",
"amqplib": "0.10.3",
"artillery": "1.7.9",
"body-parser": "1.20.2",
"amqplib": "0.10.4",
"artillery": "2.0.20",
"body-parser": "1.20.3",
"bytes": "3.1.2",
"cache-manager": "5.2.3",
"cache-manager": "5.7.6",
"cache-manager-redis-store": "3.0.1",
"chai": "4.3.7",
"chai-as-promised": "7.1.1",
"chai": "4.5.0",
"chai-as-promised": "7.1.2",
"clang-format": "1.8.0",
"commitlint-circle": "1.0.0",
"concurrently": "8.2.1",
"conventional-changelog": "4.0.0",
"core-js": "3.32.1",
"concurrently": "9.0.1",
"conventional-changelog": "6.0.0",
"core-js": "3.38.1",
"coveralls": "3.1.1",
"delete-empty": "3.0.0",
"engine.io-client": "6.5.2",
"eslint": "8.47.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.28.1",
"engine.io-client": "6.6.1",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eventsource": "2.0.2",
"fancy-log": "2.0.0",
"fastify": "4.21.0",
"graphql": "16.8.0",
"graphql-tools": "9.0.0",
"fastify": "4.28.1",
"graphql": "16.9.0",
"graphql-tools": "9.0.1",
"gulp": "4.0.2",
"gulp-clang-format": "1.0.27",
"gulp-clean": "0.4.0",
@@ -141,39 +140,38 @@
"gulp-typescript": "5.0.1",
"gulp-watch": "5.0.1",
"http-errors": "2.0.0",
"husky": "8.0.3",
"imports-loader": "4.0.1",
"ioredis": "5.3.2",
"husky": "9.1.5",
"imports-loader": "5.0.0",
"ioredis": "5.4.1",
"json-loader": "0.5.7",
"kafkajs": "2.2.4",
"lerna": "2.11.0",
"lerna-changelog": "2.2.0",
"light-my-request": "5.10.0",
"lint-staged": "14.0.1",
"light-my-request": "6.1.0",
"lint-staged": "15.2.10",
"markdown-table": "2.0.0",
"merge-graphql-schemas": "1.7.8",
"mocha": "10.2.0",
"mongoose": "7.4.5",
"mqtt": "5.0.3",
"mocha": "10.7.3",
"mongoose": "8.6.2",
"mqtt": "5.6.0",
"multer": "1.4.4",
"mysql2": "3.6.0",
"nats": "2.16.0",
"nodemon": "3.0.1",
"nyc": "15.1.0",
"prettier": "3.0.2",
"redis": "4.6.8",
"mysql2": "3.11.3",
"nats": "2.28.2",
"nodemon": "3.1.5",
"nyc": "14.1.1",
"prettier": "3.3.3",
"redis": "4.7.0",
"rxjs-compat": "6.6.7",
"sinon": "15.2.0",
"sinon": "19.0.2",
"sinon-chai": "3.7.0",
"socket.io-client": "4.7.2",
"socket.io-client": "4.8.0",
"subscriptions-transport-ws": "0.11.0",
"supertest": "6.3.3",
"ts-morph": "19.0.0",
"ts-node": "10.9.1",
"typeorm": "0.3.17",
"typescript": "5.2.2",
"supertest": "7.0.0",
"ts-morph": "23.0.0",
"ts-node": "10.9.2",
"typeorm": "0.3.20",
"typescript": "5.6.2",
"wrk": "1.2.1",
"ws": "8.13.0"
"ws": "8.18.0"
},
"engines": {
"node": ">= 16"

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,66 +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></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></tr>
<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-logo.svg" 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>
</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
@@ -124,9 +142,9 @@ Nest is an MIT-licensed open source project. It can grow thanks to the sponsors
## Stay in touch
- Author - [Kamil Myśliwiec](https://twitter.com/kammysliwiec)
- Author - [Kamil Myśliwiec](https://x.com/kammysliwiec)
- Website - [https://nestjs.com](https://nestjs.com/)
- Twitter - [@nestframework](https://twitter.com/nestframework)
- X - [@nestframework](https://x.com/nestframework)
## License

View File

@@ -158,15 +158,15 @@ export function Controller(
)
? [defaultPath, undefined, undefined, undefined]
: isString(prefixOrOptions) || Array.isArray(prefixOrOptions)
? [prefixOrOptions, undefined, undefined, undefined]
: [
prefixOrOptions.path || defaultPath,
prefixOrOptions.host,
{ scope: prefixOrOptions.scope, durable: prefixOrOptions.durable },
Array.isArray(prefixOrOptions.version)
? Array.from(new Set(prefixOrOptions.version))
: prefixOrOptions.version,
];
? [prefixOrOptions, undefined, undefined, undefined]
: [
prefixOrOptions.path || defaultPath,
prefixOrOptions.host,
{ scope: prefixOrOptions.scope, durable: prefixOrOptions.durable },
Array.isArray(prefixOrOptions.version)
? Array.from(new Set(prefixOrOptions.version))
: prefixOrOptions.version,
];
return (target: object) => {
Reflect.defineMetadata(CONTROLLER_WATERMARK, true, target);

View File

@@ -1,4 +1,5 @@
import {
PARAMTYPES_METADATA,
PROPERTY_DEPS_METADATA,
SELF_DECLARED_DEPS_METADATA,
} from '../../constants';
@@ -36,8 +37,14 @@ import { isUndefined } from '../../utils/shared.utils';
export function Inject<T = any>(
token?: T,
): PropertyDecorator & ParameterDecorator {
const injectCallHasArguments = arguments.length > 0;
return (target: object, key: string | symbol | undefined, index?: number) => {
const type = token || Reflect.getMetadata('design:type', target, key);
let type = token || Reflect.getMetadata('design:type', target, key);
// Try to infer the token in a constructor-based injection
if (!type && !injectCallHasArguments) {
type = Reflect.getMetadata(PARAMTYPES_METADATA, target, key)?.[index];
}
if (!isUndefined(index)) {
let dependencies =

View File

@@ -15,7 +15,7 @@ export type CustomDecorator<TKey = string> = MethodDecorator &
*
* Example: `@SetMetadata('roles', ['admin'])`
*
* @see [Reflection](https://docs.nestjs.com/guards#reflection)
* @see [Reflection](https://docs.nestjs.com/fundamentals/execution-context#reflection-and-metadata)
*
* @publicApi
*/

View File

@@ -12,6 +12,7 @@ export type ParamDecoratorEnhancer = ParameterDecorator;
* Defines HTTP route param decorator
*
* @param factory
* @param enhancers
*
* @publicApi
*/

View File

@@ -6,6 +6,7 @@ import { extendArrayMetadata } from '../../utils/extend-metadata.util';
*
* For example:
* `@Header('Cache-Control', 'none')`
* `@Header('Cache-Control', () => 'none')`
*
* @param name string to be used for header name
* @param value string to be used for header value
@@ -14,7 +15,10 @@ import { extendArrayMetadata } from '../../utils/extend-metadata.util';
*
* @publicApi
*/
export function Header(name: string, value: string): MethodDecorator {
export function Header(
name: string,
value: string | (() => string),
): MethodDecorator {
return (
target: object,
key: string | symbol,

View File

@@ -111,7 +111,7 @@ export const Head = createMappingDecorator(RequestMethod.HEAD);
export const All = createMappingDecorator(RequestMethod.ALL);
/**
* Route handler (method) Decorator. Routes all HTTP requests to the specified path.
* Route handler (method) Decorator. Routes HTTP SEARCH requests to the specified path.
*
* @see [Routing](https://docs.nestjs.com/controllers#routing)
*

View File

@@ -508,6 +508,53 @@ export function Body(
);
}
/**
* Route handler parameter decorator. Extracts the `rawBody` Buffer
* property from the `req` object and populates the decorated parameter with that value.
*
* For example:
* ```typescript
* async create(@RawBody() rawBody: Buffer | undefined)
* ```
*
* @see [Request object](https://docs.nestjs.com/controllers#request-object)
* @see [Raw body](https://docs.nestjs.com/faq/raw-body)
*
* @publicApi
*/
export function RawBody(): ParameterDecorator;
/**
* Route handler parameter decorator. Extracts the `rawBody` Buffer
* property from the `req` object and populates the decorated parameter with that value.
* Also applies pipes to the bound rawBody parameter.
*
* For example:
* ```typescript
* async create(@RawBody(new ValidationPipe()) rawBody: Buffer)
* ```
*
* @param pipes one or more pipes - either instances or classes - to apply to
* the bound body parameter.
*
* @see [Request object](https://docs.nestjs.com/controllers#request-object)
* @see [Raw body](https://docs.nestjs.com/faq/raw-body)
* @see [Working with pipes](https://docs.nestjs.com/custom-decorators#working-with-pipes)
*
* @publicApi
*/
export function RawBody(
...pipes: (
| Type<PipeTransform<Buffer | undefined>>
| PipeTransform<Buffer | undefined>
)[]
): ParameterDecorator {
return createPipesRouteParamDecorator(RouteParamtypes.RAW_BODY)(
undefined,
...pipes,
);
}
/**
* Route handler parameter decorator. Extracts the `params`
* property from the `req` object and populates the decorated

View File

@@ -1,14 +1,15 @@
export enum RouteParamtypes {
REQUEST,
RESPONSE,
NEXT,
BODY,
QUERY,
PARAM,
HEADERS,
SESSION,
FILE,
FILES,
HOST,
IP,
REQUEST = 0,
RESPONSE = 1,
NEXT = 2,
BODY = 3,
QUERY = 4,
PARAM = 5,
HEADERS = 6,
SESSION = 7,
FILE = 8,
FILES = 9,
HOST = 10,
IP = 11,
RAW_BODY = 12,
}

View File

@@ -28,7 +28,6 @@ export class HttpException extends Error {
* Instantiate a plain HTTP Exception.
*
* @example
* throw new HttpException()
* throw new HttpException('message', HttpStatus.BAD_REQUEST)
* throw new HttpException('custom message', HttpStatus.BAD_REQUEST, {
* cause: new Error('Cause Error'),

View File

@@ -1,10 +1,22 @@
/**
* Options for `StreamableFile`
*
* @see [Streaming files](https://docs.nestjs.com/techniques/streaming-files)
*
* @publicApi
*/
export interface StreamableFileOptions {
/**
* The value that will be used for the `Content-Type` response header.
* @default `"application/octet-stream"`
*/
type?: string;
/**
* The value that will be used for the `Content-Disposition` response header.
*/
disposition?: string;
/**
* The value that will be used for the `Content-Length` response header.
*/
length?: number;
}

View File

@@ -3,6 +3,7 @@ import { types } from 'util';
import { HttpStatus } from '../enums';
import { isFunction } from '../utils/shared.utils';
import { StreamableFileOptions, StreamableHandlerResponse } from './interfaces';
import { Logger } from '../services';
/**
* @see [Streaming files](https://docs.nestjs.com/techniques/streaming-files)
@@ -11,6 +12,7 @@ import { StreamableFileOptions, StreamableHandlerResponse } from './interfaces';
*/
export class StreamableFile {
private readonly stream: Readable;
protected logger = new Logger('StreamableFile');
protected handleError: (
err: Error,
@@ -28,6 +30,10 @@ export class StreamableFile {
res.send(err.message);
};
protected logError: (err: Error) => void = (err: Error) => {
this.logger.error(err.message, err.stack);
};
constructor(buffer: Uint8Array, options?: StreamableFileOptions);
constructor(readable: Readable, options?: StreamableFileOptions);
constructor(
@@ -74,4 +80,13 @@ export class StreamableFile {
this.handleError = handler;
return this;
}
get errorLogger() {
return this.logError;
}
setErrorLogger(handler: (err: Error) => void) {
this.logError = handler;
return this;
}
}

View File

@@ -28,6 +28,7 @@ export {
HttpServer,
HttpExceptionBody,
HttpExceptionBodyMessage,
HttpRedirectResponse,
INestApplication,
INestApplicationContext,
INestMicroservice,

View File

@@ -56,7 +56,7 @@ export interface CorsOptions {
}
export interface CorsOptionsCallback {
(error: Error, options: CorsOptions): void;
(error: Error | null, options: CorsOptions): void;
}
export interface CorsOptionsDelegate<T> {
(req: T, cb: CorsOptionsCallback): void;

View File

@@ -96,4 +96,10 @@ export interface HttpsOptions {
* the default callback with high-level API will be used.
*/
SNICallback?: (servername: string, cb: (err: Error, ctx: any) => any) => any;
/**
* Optionally affect the OpenSSL protocol behavior, which is not usually necessary.
* This should be used carefully if at all! Value is a numeric bitmask of the SSL_OP_* options
* from OpenSSL Options.
*/
secureOptions?: number;
}

View File

@@ -0,0 +1,6 @@
import { HttpStatus } from '../../enums';
export interface HttpRedirectResponse {
url: string;
statusCode: HttpStatus;
}

View File

@@ -51,6 +51,8 @@ export interface HttpServer<
all(handler: RequestHandler<TRequest, TResponse>): any;
options(handler: RequestHandler<TRequest, TResponse>): any;
options(path: string, handler: RequestHandler<TRequest, TResponse>): any;
search?(handler: RequestHandler<TRequest, TResponse>): any;
search?(path: string, handler: RequestHandler<TRequest, TResponse>): any;
listen(port: number | string, callback?: () => void): any;
listen(port: number | string, hostname: string, callback?: () => void): any;
reply(response: any, body: any, statusCode?: number): any;

View File

@@ -1,4 +1,5 @@
export * from './http-exception-body.interface';
export * from './http-redirect-response.interface';
export * from './http-server.interface';
export * from './message-event.interface';
export * from './raw-body-request.interface';

View File

@@ -7,7 +7,7 @@ import { MiddlewareConsumer } from './middleware-consumer.interface';
*/
export interface MiddlewareConfigProxy {
/**
* Excludes routes from the currently processed middleware.
* Routes to exclude from the current middleware.
*
* @param {(string | RouteInfo)[]} routes
* @returns {MiddlewareConfigProxy}
@@ -15,8 +15,9 @@ export interface MiddlewareConfigProxy {
exclude(...routes: (string | RouteInfo)[]): MiddlewareConfigProxy;
/**
* Attaches passed either routes or controllers to the currently configured middleware.
* If you pass a class, Nest would attach middleware to every path defined within this controller.
* Attaches either routes or controllers to the current middleware.
* If you pass a controller class, Nest will attach the current middleware to every path
* defined within it.
*
* @param {(string | Type | RouteInfo)[]} routes
* @returns {MiddlewareConsumer}

View File

@@ -20,7 +20,7 @@ import { generateOptionsInjectionToken, getInjectionProviders } from './utils';
*/
export interface ConfigurableModuleBuilderOptions {
/**
* Specified what injection token should be used for the module options provider.
* Specifies what injection token should be used for the module options provider.
* By default, an auto-generated UUID will be used.
*/
optionsInjectionToken?: string | symbol;
@@ -29,11 +29,11 @@ export interface ConfigurableModuleBuilderOptions {
* Explicitly specifying the "moduleName" will instruct the "ConfigurableModuleBuilder"
* to use a more descriptive provider token.
*
* For example, if `moduleName: "Cache"` then auto-generated provider token will be "CACHE_MODULE_OPTIONS".
* For example, `moduleName: "Cache"` will auto-generate the provider token: "CACHE_MODULE_OPTIONS".
*/
moduleName?: string;
/**
* Indicates whether module should always be "transient", meaning,
* Indicates whether module should always be "transient" - meaning,
* every time you call the static method to construct a dynamic module,
* regardless of what arguments you pass in, a new "unique" module will be created.
*
@@ -51,7 +51,8 @@ export interface ConfigurableModuleBuilderOptions {
export class ConfigurableModuleBuilder<
ModuleOptions,
StaticMethodKey extends string = typeof DEFAULT_METHOD_KEY,
FactoryClassMethodKey extends string = typeof DEFAULT_FACTORY_CLASS_METHOD_KEY,
FactoryClassMethodKey extends
string = typeof DEFAULT_FACTORY_CLASS_METHOD_KEY,
ExtraModuleDefinitionOptions = {},
> {
protected staticMethodKey: StaticMethodKey;

View File

@@ -28,7 +28,8 @@ export type ConfigurableModuleOptionsFactory<
*/
export interface ConfigurableModuleAsyncOptions<
ModuleOptions,
FactoryClassMethodKey extends string = typeof DEFAULT_FACTORY_CLASS_METHOD_KEY,
FactoryClassMethodKey extends
string = typeof DEFAULT_FACTORY_CLASS_METHOD_KEY,
> extends Pick<ModuleMetadata, 'imports'> {
/**
* Injection token resolving to an existing provider. The provider must implement

View File

@@ -15,7 +15,8 @@ import { ConfigurableModuleAsyncOptions } from './configurable-module-async-opti
export type ConfigurableModuleCls<
ModuleOptions,
MethodKey extends string = typeof DEFAULT_METHOD_KEY,
FactoryClassMethodKey extends string = typeof DEFAULT_FACTORY_CLASS_METHOD_KEY,
FactoryClassMethodKey extends
string = typeof DEFAULT_FACTORY_CLASS_METHOD_KEY,
ExtraModuleDefinitionOptions = {},
> = {
new (): any;

View File

@@ -42,8 +42,7 @@ export function getInjectionProviders(
// get injection tokens of the matched providers, if any
search = match
.filter(p => (p as any)?.inject)
.map(p => (p as FactoryProvider).inject)
.flat()
.flatMap(p => (p as FactoryProvider).inject)
.map(mapInjectToTokens);
}
return result;

View File

@@ -1,6 +1,6 @@
{
"name": "@nestjs/common",
"version": "10.2.2",
"version": "10.4.7",
"description": "Nest - modern, fast, powerful node.js web framework (@common)",
"author": "Kamil Mysliwiec",
"homepage": "https://nestjs.com",
@@ -19,13 +19,13 @@
"license": "MIT",
"dependencies": {
"iterare": "1.2.1",
"tslib": "2.6.2",
"tslib": "2.7.0",
"uid": "2.0.2"
},
"peerDependencies": {
"class-transformer": "*",
"class-validator": "*",
"reflect-metadata": "^0.1.12",
"reflect-metadata": "^0.1.12 || ^0.2.0",
"rxjs": "^7.1.0"
},
"peerDependenciesMeta": {

View File

@@ -16,7 +16,9 @@ export abstract class FileValidator<
* Indicates if this file should be considered valid, according to the options passed in the constructor.
* @param file the file from the request object
*/
abstract isValid(file?: TFile | TFile[] | Record<string, TFile[]>): boolean | Promise<boolean>;
abstract isValid(
file?: TFile | TFile[] | Record<string, TFile[]>,
): boolean | Promise<boolean>;
/**
* Builds an error message in case the validation fails.

View File

@@ -1,9 +1,10 @@
export * from './default-value.pipe';
export * from './file';
export * from './parse-array.pipe';
export * from './parse-bool.pipe';
export * from './parse-int.pipe';
export * from './parse-float.pipe';
export * from './parse-date.pipe';
export * from './parse-enum.pipe';
export * from './parse-float.pipe';
export * from './parse-int.pipe';
export * from './parse-uuid.pipe';
export * from './validation.pipe';
export * from './file';

View File

@@ -7,7 +7,7 @@ import {
PipeTransform,
} from '../interfaces/features/pipe-transform.interface';
import { HttpErrorByCode } from '../utils/http-error-by-code.util';
import { isNil, isUndefined, isString } from '../utils/shared.utils';
import { isNil, isString, isUndefined } from '../utils/shared.utils';
import { ValidationPipe, ValidationPipeOptions } from './validation.pipe';
const VALIDATION_ERROR_MESSAGE = 'Validation failed (parsable array expected)';
@@ -21,9 +21,26 @@ export interface ParseArrayOptions
ValidationPipeOptions,
'transform' | 'validateCustomDecorators' | 'exceptionFactory'
> {
/**
* Type for items to be converted into
*/
items?: Type<unknown>;
/**
* Items separator to split string by
* @default ','
*/
separator?: string;
/**
* If true, the pipe will return null or undefined if the value is not provided
* @default false
*/
optional?: boolean;
/**
* A factory function that returns an exception object to be thrown
* if validation fails.
* @param error Error message or object
* @returns The exception object
*/
exceptionFactory?: (error: any) => any;
}

View File

@@ -15,8 +15,21 @@ import { isNil } from '../utils/shared.utils';
* @publicApi
*/
export interface ParseBoolPipeOptions {
/**
* The HTTP status code to be used in the response when the validation fails.
*/
errorHttpStatusCode?: ErrorHttpStatusCode;
/**
* A factory function that returns an exception object to be thrown
* if validation fails.
* @param error Error message
* @returns The exception object
*/
exceptionFactory?: (error: string) => any;
/**
* If true, the pipe will return null or undefined if the value is not provided
* @default false
*/
optional?: boolean;
}

View File

@@ -0,0 +1,74 @@
import { Injectable } from '../decorators/core/injectable.decorator';
import { HttpStatus } from '../enums/http-status.enum';
import { PipeTransform } from '../interfaces/features/pipe-transform.interface';
import {
ErrorHttpStatusCode,
HttpErrorByCode,
} from '../utils/http-error-by-code.util';
import { isNil } from '../utils/shared.utils';
export interface ParseDatePipeOptions {
/**
* If true, the pipe will return null or undefined if the value is not provided
* @default false
*/
optional?: boolean;
/**
* Default value for the date
*/
default?: () => Date;
/**
* The HTTP status code to be used in the response when the validation fails.
*/
errorHttpStatusCode?: ErrorHttpStatusCode;
/**
* A factory function that returns an exception object to be thrown
* if validation fails.
* @param error Error message
* @returns The exception object
*/
exceptionFactory?: (error: string) => any;
}
@Injectable()
export class ParseDatePipe
implements PipeTransform<string | number | undefined | null>
{
protected exceptionFactory: (error: string) => any;
constructor(private readonly options: ParseDatePipeOptions = {}) {
const { exceptionFactory, errorHttpStatusCode = HttpStatus.BAD_REQUEST } =
options;
this.exceptionFactory =
exceptionFactory ||
(error => new HttpErrorByCode[errorHttpStatusCode](error));
}
/**
* Method that accesses and performs optional transformation on argument for
* in-flight requests.
*
* @param value currently processed route argument
* @param metadata contains metadata about the currently processed route argument
*/
transform(value: string | number | undefined | null): Date {
if (this.options.optional && isNil(value)) {
return this.options.default
? this.options.default()
: (value as undefined | null);
}
if (!value) {
throw this.exceptionFactory('Validation failed (no Date provided)');
}
const transformedValue = new Date(value);
if (isNaN(transformedValue.getTime())) {
throw this.exceptionFactory('Validation failed (invalid date format)');
}
return transformedValue;
}
}

View File

@@ -11,8 +11,21 @@ import { isNil } from '../utils/shared.utils';
* @publicApi
*/
export interface ParseEnumPipeOptions {
/**
* If true, the pipe will return null or undefined if the value is not provided
* @default false
*/
optional?: boolean;
/**
* The HTTP status code to be used in the response when the validation fails.
*/
errorHttpStatusCode?: ErrorHttpStatusCode;
/**
* A factory function that returns an exception object to be thrown
* if validation fails.
* @param error Error message
* @returns The exception object
*/
exceptionFactory?: (error: string) => any;
}

View File

@@ -11,8 +11,21 @@ import { isNil } from '../utils/shared.utils';
* @publicApi
*/
export interface ParseFloatPipeOptions {
/**
* The HTTP status code to be used in the response when the validation fails.
*/
errorHttpStatusCode?: ErrorHttpStatusCode;
/**
* A factory function that returns an exception object to be thrown
* if validation fails.
* @param error Error message
* @returns The exception object
*/
exceptionFactory?: (error: string) => any;
/**
* If true, the pipe will return null or undefined if the value is not provided
* @default false
*/
optional?: boolean;
}

View File

@@ -15,8 +15,21 @@ import { isNil } from '../utils/shared.utils';
* @publicApi
*/
export interface ParseIntPipeOptions {
/**
* The HTTP status code to be used in the response when the validation fails.
*/
errorHttpStatusCode?: ErrorHttpStatusCode;
/**
* A factory function that returns an exception object to be thrown
* if validation fails.
* @param error Error message
* @returns The exception object
*/
exceptionFactory?: (error: string) => any;
/**
* If true, the pipe will return null or undefined if the value is not provided
* @default false
*/
optional?: boolean;
}

View File

@@ -15,9 +15,25 @@ import { isNil, isString } from '../utils/shared.utils';
* @publicApi
*/
export interface ParseUUIDPipeOptions {
version?: '3' | '4' | '5';
/**
* UUID version to validate
*/
version?: '3' | '4' | '5' | '7';
/**
* The HTTP status code to be used in the response when the validation fails.
*/
errorHttpStatusCode?: ErrorHttpStatusCode;
/**
* A factory function that returns an exception object to be thrown
* if validation fails.
* @param error Error message
* @returns The exception object
*/
exceptionFactory?: (errors: string) => any;
/**
* If true, the pipe will return null or undefined if the value is not provided
* @default false
*/
optional?: boolean;
}
@@ -34,9 +50,10 @@ export class ParseUUIDPipe implements PipeTransform<string> {
3: /^[0-9A-F]{8}-[0-9A-F]{4}-3[0-9A-F]{3}-[0-9A-F]{4}-[0-9A-F]{12}$/i,
4: /^[0-9A-F]{8}-[0-9A-F]{4}-4[0-9A-F]{3}-[89AB][0-9A-F]{3}-[0-9A-F]{12}$/i,
5: /^[0-9A-F]{8}-[0-9A-F]{4}-5[0-9A-F]{3}-[89AB][0-9A-F]{3}-[0-9A-F]{12}$/i,
7: /^[0-9A-F]{8}-[0-9A-F]{4}-7[0-9A-F]{3}-[89AB][0-9A-F]{3}-[0-9A-F]{12}$/i,
all: /^[0-9A-F]{8}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{12}$/i,
};
private readonly version: '3' | '4' | '5';
private readonly version: '3' | '4' | '5' | '7';
protected exceptionFactory: (errors: string) => any;
constructor(@Optional() protected readonly options?: ParseUUIDPipeOptions) {

View File

@@ -179,7 +179,7 @@ export class ValidationPipe implements PipeTransform<any> {
if (type === 'custom' && !this.validateCustomDecorators) {
return false;
}
const types = [String, Boolean, Number, Array, Object, Buffer];
const types = [String, Boolean, Number, Array, Object, Buffer, Date];
return !types.some(t => metatype === t) && !isNil(metatype);
}

View File

@@ -245,10 +245,18 @@ export class ConsoleLogger implements LoggerService {
}
protected stringifyMessage(message: unknown, logLevel: LogLevel) {
// If the message is a function, call it and re-resolve its value.
return isFunction(message)
? this.stringifyMessage(message(), logLevel)
: isPlainObject(message) || Array.isArray(message)
if (isFunction(message)) {
const messageAsStr = Function.prototype.toString.call(message);
const isClass = messageAsStr.startsWith('class ');
if (isClass) {
// If the message is a class, we will display the class name.
return this.stringifyMessage(message.name, logLevel);
}
// If the message is a non-class function, call it and re-resolve its value.
return this.stringifyMessage(message(), logLevel);
}
return isPlainObject(message) || Array.isArray(message)
? `${this.colorize('Object:', logLevel)}\n${JSON.stringify(
message,
(key, value) =>
@@ -335,7 +343,7 @@ export class ConsoleLogger implements LoggerService {
return false;
}
return /^(.)+\n\s+at .+:\d+:\d+$/.test(stack);
return /^(.)+\n\s+at .+:\d+:\d+/.test(stack);
}
private getColorByLogLevel(level: LogLevel) {

View File

@@ -1,7 +1,9 @@
import { expect } from 'chai';
import { Body, HostParam, Param, Query, Search } from '../../decorators';
import { RequestMethod } from '../../enums/request-method.enum';
import { All, Delete, Get, Patch, Post, Put } from '../../index';
import { All, Delete, Get, ParseIntPipe, Patch, Post, Put } from '../../index';
import { ROUTE_ARGS_METADATA } from '../../constants';
import { RouteParamtypes } from '../../enums/route-paramtypes.enum';
describe('@Get', () => {
const requestPath = 'test';
@@ -19,18 +21,28 @@ describe('@Get', () => {
it('should enhance class with expected request metadata', () => {
class Test {
@Get(requestPath)
public static test(@Param('id') params) {}
public static test(@Param('id', ParseIntPipe) params) {}
@Get(requestPathUsingArray)
public static testUsingArray(@Param('id') params) {}
}
const path = Reflect.getMetadata('path', Test.test);
const args = Reflect.getMetadata(
ROUTE_ARGS_METADATA,
Test.constructor,
'test',
);
const method = Reflect.getMetadata('method', Test.test);
const pathUsingArray = Reflect.getMetadata('path', Test.testUsingArray);
const methodUsingArray = Reflect.getMetadata('method', Test.testUsingArray);
expect(path).to.be.eql(requestPath);
expect(args[`${RouteParamtypes.PARAM}:0`]).to.be.eql({
index: 0,
data: 'id',
pipes: [ParseIntPipe],
});
expect(method).to.be.eql(requestProps.method);
expect(pathUsingArray).to.be.eql(requestPathUsingArray);
expect(methodUsingArray).to.be.eql(requestPropsUsingArray.method);

View File

@@ -0,0 +1,71 @@
import { expect } from 'chai';
import { BadRequestException } from '../../exceptions';
import { ParseDatePipe } from '../../pipes/parse-date.pipe';
describe('ParseDatePipe', () => {
let target: ParseDatePipe;
beforeEach(() => {
target = new ParseDatePipe();
});
describe('transform', () => {
describe('when validation passes', () => {
it('should return a valid date object', () => {
const date = new Date().toISOString();
const transformedDate = target.transform(date);
expect(transformedDate).to.be.instanceOf(Date);
expect(transformedDate.toISOString()).to.equal(date);
const asNumber = transformedDate.getTime();
const transformedNumber = target.transform(asNumber);
expect(transformedNumber).to.be.instanceOf(Date);
expect(transformedNumber.getTime()).to.equal(asNumber);
});
it('should not throw an error if the value is undefined/null and optional is true', () => {
const target = new ParseDatePipe({ optional: true });
const value = target.transform(undefined);
expect(value).to.equal(undefined);
});
});
describe('when default value is provided', () => {
it('should return the default value if the value is undefined/null', () => {
const defaultValue = new Date();
const target = new ParseDatePipe({
optional: true,
default: () => defaultValue,
});
const value = target.transform(undefined);
expect(value).to.equal(defaultValue);
});
});
describe('when validation fails', () => {
it('should throw an error', () => {
try {
target.transform('123abc');
expect.fail();
} catch (error) {
expect(error).to.be.instanceOf(BadRequestException);
expect(error.message).to.equal(
'Validation failed (invalid date format)',
);
}
});
});
describe('when empty value', () => {
it('should throw an error', () => {
try {
target.transform('');
expect.fail();
} catch (error) {
expect(error).to.be.instanceOf(BadRequestException);
expect(error.message).to.equal(
'Validation failed (no Date provided)',
);
}
});
});
});
});

View File

@@ -478,6 +478,56 @@ describe('ValidationPipe', () => {
});
});
describe('option: "validateCustomDecorators" when metadata.type is not `body`', () => {
describe('when is set to `true`', () => {
it('should transform and validate', async () => {
const target = new ValidationPipe({
validateCustomDecorators: true,
});
const metadata: ArgumentMetadata = {
type: 'custom',
metatype: TestModel,
data: '',
};
const testObj = { prop1: 'value1', prop2: 'value2' };
expect(await target.transform(testObj, metadata)).to.not.be.undefined;
});
});
describe('when is set to `false`', () => {
it('should throw an error', async () => {
const target = new ValidationPipe({
validateCustomDecorators: false,
});
const metadata: ArgumentMetadata = {
type: 'custom',
metatype: TestModel,
data: '',
};
const objNotFollowingTestModel = { prop1: undefined, prop2: 'value2' };
expect(await target.transform(objNotFollowingTestModel, metadata)).to
.not.be.undefined;
});
});
describe('when is not supplied', () => {
it('should transform and validate', async () => {
const target = new ValidationPipe({});
const metadata: ArgumentMetadata = {
type: 'custom',
metatype: TestModel,
data: '',
};
const testObj = { prop1: 'value1', prop2: 'value2' };
expect(await target.transform(testObj, metadata)).to.not.be.undefined;
});
});
});
describe('option: "errorHttpStatusCode"', () => {
describe('when validation fails', () => {
beforeEach(() => {

View File

@@ -298,6 +298,34 @@ describe('Logger', () => {
);
});
});
describe('classes for message', () => {
let processStdoutWriteSpy: sinon.SinonSpy;
beforeEach(() => {
processStdoutWriteSpy = sinon.spy(process.stdout, 'write');
});
afterEach(() => {
processStdoutWriteSpy.restore();
});
it("should display class's name or empty for anonymous classes", () => {
const logger = new ConsoleLogger();
// in-line anonymous class
logger.log(class {});
// named class
class Test {
#privateField = 'private field';
publicField = 'public field';
}
logger.log(Test);
expect(processStdoutWriteSpy.firstCall.firstArg).to.include('');
expect(processStdoutWriteSpy.secondCall.firstArg).to.include(Test.name);
});
});
});
describe('[instance methods]', () => {
@@ -383,7 +411,7 @@ describe('Logger', () => {
it('should print one error to the console with stacktrace', () => {
const message = 'random error';
const stacktrace = 'Error: message\n at <anonymous>:1:2';
const stacktrace = new Error('err').stack;
logger.error(message, stacktrace);

View File

@@ -1,7 +1,7 @@
import { Logger } from '../services/logger.service';
const MISSING_REQUIRED_DEPENDENCY = (name: string, reason: string) =>
`The "${name}" package is missing. Please, make sure to install this library ($ npm install ${name}) to take advantage of ${reason}.`;
`The "${name}" package is missing. Please, make sure to install it to take advantage of ${reason}.`;
const logger = new Logger('PackageLoader');

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,66 +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></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></tr>
<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-logo.svg" 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>
</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
@@ -124,9 +142,9 @@ Nest is an MIT-licensed open source project. It can grow thanks to the sponsors
## Stay in touch
- Author - [Kamil Myśliwiec](https://twitter.com/kammysliwiec)
- Author - [Kamil Myśliwiec](https://x.com/kammysliwiec)
- Website - [https://nestjs.com](https://nestjs.com/)
- Twitter - [@nestframework](https://twitter.com/nestframework)
- X - [@nestframework](https://x.com/nestframework)
## License

View File

@@ -68,10 +68,10 @@ export abstract class AbstractHttpAdapter<
return this.instance.all(...args);
}
public search(port: string | number, callback?: () => void);
public search(port: string | number, hostname: string, callback?: () => void);
public search(port: any, hostname?: any, callback?: any) {
return this.instance.search(port, hostname, callback);
public search(handler: RequestHandler);
public search(path: any, handler: RequestHandler);
public search(...args: any[]) {
return this.instance.search(...args);
}
public options(handler: RequestHandler);
@@ -117,7 +117,11 @@ export abstract class AbstractHttpAdapter<
abstract setErrorHandler(handler: Function, prefix?: string);
abstract setNotFoundHandler(handler: Function, prefix?: string);
abstract isHeadersSent(response: any);
// TODO remove optional signature (v11)
abstract getHeader?(response: any, name: string);
abstract setHeader(response: any, name: string, value: string);
// TODO remove optional signature (v11)
abstract appendHeader?(response: any, name: string, value: string);
abstract registerParserMiddleware(prefix?: string, rawBody?: boolean);
abstract enableCors(
options: CorsOptions | CorsOptionsDelegate<TRequest>,

View File

@@ -94,7 +94,7 @@ export class DiscoverableMetaHostCollection {
metaKey: string,
): Set<InstanceWrapper> {
const wrappersByMetaKey = this.providersByMetaKey.get(hostContainerRef);
return wrappersByMetaKey.get(metaKey);
return wrappersByMetaKey?.get(metaKey) ?? new Set<InstanceWrapper>();
}
public static getControllersByMetaKey(
@@ -102,7 +102,7 @@ export class DiscoverableMetaHostCollection {
metaKey: string,
): Set<InstanceWrapper> {
const wrappersByMetaKey = this.controllersByMetaKey.get(hostContainerRef);
return wrappersByMetaKey.get(metaKey);
return wrappersByMetaKey?.get(metaKey) ?? new Set<InstanceWrapper>();
}
private static inspectInstanceWrapper(
@@ -146,7 +146,7 @@ export class DiscoverableMetaHostCollection {
// But since calling `wrapper.instance` could degrade overall performance
// we must defer it as much we can.
instanceWrapper.metatype || instanceWrapper.inject
? instanceWrapper.instance?.constructor ?? instanceWrapper.metatype
? (instanceWrapper.instance?.constructor ?? instanceWrapper.metatype)
: instanceWrapper.metatype,
);
}

View File

@@ -9,7 +9,7 @@ export class ExceptionsZone {
public static run(
callback: () => void,
teardown: (err: any) => void = DEFAULT_TEARDOWN,
autoFlushLogs?: boolean,
autoFlushLogs: boolean,
) {
try {
callback();
@@ -25,7 +25,7 @@ export class ExceptionsZone {
public static async asyncRun(
callback: () => Promise<void>,
teardown: (err: any) => void = DEFAULT_TEARDOWN,
autoFlushLogs?: boolean,
autoFlushLogs: boolean,
) {
try {
await callback();

View File

@@ -1,9 +1,11 @@
import { RuntimeException } from './runtime.exception';
export class UnknownModuleException extends RuntimeException {
constructor() {
constructor(moduleName?: string) {
super(
'Nest could not select the given module (it does not exist in current context)',
`Nest could not select the given module (${
moduleName ? `"${moduleName}"` : 'it'
} does not exist in current context).`,
);
}
}

View File

@@ -23,20 +23,31 @@ const getInstanceName = (instance: unknown): string => {
};
/**
* Returns the name of the dependency
* Returns the name of the dependency.
* Tries to get the class name, otherwise the string value
* (= injection token). As fallback it returns '+'
* (= injection token). As fallback to any falsy value for `dependency`, it
* returns `fallbackValue`
* @param dependency The name of the dependency to be displayed
* @param fallbackValue The fallback value if the dependency is falsy
* @param disambiguated Whether dependency's name is disambiguated with double quotes
*/
const getDependencyName = (dependency: InjectorDependency): string =>
const getDependencyName = (
dependency: InjectorDependency | undefined,
fallbackValue: string,
disambiguated = true,
): string =>
// use class name
getInstanceName(dependency) ||
// use injection token (symbol)
(isSymbol(dependency) && dependency.toString()) ||
// use string directly
(dependency as string) ||
(dependency
? disambiguated
? `"${dependency as string}"`
: (dependency as string)
: undefined) ||
// otherwise
'+';
fallbackValue;
/**
* Returns the name of the module
@@ -54,14 +65,9 @@ export const UNKNOWN_DEPENDENCIES_MESSAGE = (
unknownDependencyContext: InjectorDependencyContext,
module: Module,
) => {
const {
index,
name = 'dependency',
dependencies,
key,
} = unknownDependencyContext;
const { index, name, dependencies, key } = unknownDependencyContext;
const moduleName = getModuleName(module);
const dependencyName = getDependencyName(name);
const dependencyName = getDependencyName(name, 'dependency');
const potentialSolutions =
// If module's name is well defined
@@ -90,7 +96,9 @@ Potential solutions:
message += `. Please make sure that the "${key.toString()}" property is available in the current context.${potentialSolutions}`;
return message;
}
const dependenciesName = (dependencies || []).map(getDependencyName);
const dependenciesName = (dependencies || []).map(dependencyName =>
getDependencyName(dependencyName, '+', false),
);
dependenciesName[index] = '?';
message += ` (`;

View File

@@ -89,15 +89,11 @@ export class ContextUtils {
instance?: object,
callback?: Function,
): (args: unknown[]) => ExecutionContextHost {
const contextFactory = (args: unknown[]) => {
const ctx = new ExecutionContextHost(
args,
instance && (instance.constructor as Type<unknown>),
callback,
);
const type = instance && (instance.constructor as Type<unknown>);
return (args: unknown[]) => {
const ctx = new ExecutionContextHost(args, type, callback);
ctx.setType(contextType);
return ctx;
};
return contextFactory;
}
}

View File

@@ -1,28 +1,25 @@
import { HttpServer } from '@nestjs/common';
import { RequestMethod } from '@nestjs/common/enums/request-method.enum';
const REQUEST_METHOD_MAP = {
[RequestMethod.GET]: 'get',
[RequestMethod.POST]: 'post',
[RequestMethod.PUT]: 'put',
[RequestMethod.DELETE]: 'delete',
[RequestMethod.PATCH]: 'patch',
[RequestMethod.ALL]: 'all',
[RequestMethod.OPTIONS]: 'options',
[RequestMethod.HEAD]: 'head',
[RequestMethod.SEARCH]: 'search',
} as const satisfies Record<RequestMethod, keyof HttpServer>;
export class RouterMethodFactory {
public get(target: HttpServer, requestMethod: RequestMethod): Function {
switch (requestMethod) {
case RequestMethod.POST:
return target.post;
case RequestMethod.ALL:
return target.all;
case RequestMethod.DELETE:
return target.delete;
case RequestMethod.PUT:
return target.put;
case RequestMethod.PATCH:
return target.patch;
case RequestMethod.OPTIONS:
return target.options;
case RequestMethod.HEAD:
return target.head;
case RequestMethod.GET:
return target.get;
default: {
return target.use;
}
const methodName = REQUEST_METHOD_MAP[requestMethod];
const method = target[methodName];
if (!method) {
return target.use;
}
return method;
}
}

View File

@@ -40,6 +40,7 @@ function callOperator(
* (providers / controllers).
*
* @param module The module which will be initialized
* @param signal
*/
export async function callAppShutdownHook(
module: Module,

View File

@@ -83,9 +83,8 @@ export class NestContainer {
if (!metatype) {
throw new UndefinedForwardRefException(scope);
}
const { type, dynamicMetadata, token } = await this.moduleCompiler.compile(
metatype,
);
const { type, dynamicMetadata, token } =
await this.moduleCompiler.compile(metatype);
if (this.modules.has(token)) {
return {
moduleRef: this.modules.get(token),
@@ -124,9 +123,8 @@ export class NestContainer {
}
const { token } = await this.moduleCompiler.compile(metatypeToReplace);
const { type, dynamicMetadata } = await this.moduleCompiler.compile(
newMetatype,
);
const { type, dynamicMetadata } =
await this.moduleCompiler.compile(newMetatype);
return {
moduleRef: await this.setModule(
@@ -220,9 +218,8 @@ export class NestContainer {
return;
}
const moduleRef = this.modules.get(token);
const { token: relatedModuleToken } = await this.moduleCompiler.compile(
relatedModule,
);
const { token: relatedModuleToken } =
await this.moduleCompiler.compile(relatedModule);
const related = this.modules.get(relatedModuleToken);
moduleRef.addImport(related);
}
@@ -316,7 +313,7 @@ export class NestContainer {
metadataKey?: Exclude<keyof DynamicModule, 'global' | 'module'>,
) {
const metadata = this.dynamicModulesMetadata.get(token);
return metadataKey ? metadata?.[metadataKey] ?? [] : metadata;
return metadataKey ? (metadata?.[metadataKey] ?? []) : metadata;
}
public registerCoreModuleRef(moduleRef: Module) {

View File

@@ -2,6 +2,7 @@ import { Logger } from '@nestjs/common';
import { ExternalContextCreator } from '../../helpers/external-context-creator';
import { HttpAdapterHost } from '../../helpers/http-adapter-host';
import { GraphInspector } from '../../inspector/graph-inspector';
import { InitializeOnPreviewAllowlist } from '../../inspector/initialize-on-preview.allowlist';
import { SerializedGraph } from '../../inspector/serialized-graph';
import { ModuleOverride } from '../../interfaces/module-override.interface';
import { DependenciesScanner } from '../../scanner';
@@ -42,18 +43,20 @@ export class InternalCoreModuleFactory {
);
};
InitializeOnPreviewAllowlist.add(InternalCoreModule);
return InternalCoreModule.register([
{
provide: ExternalContextCreator,
useValue: ExternalContextCreator.fromContainer(container),
useFactory: () => ExternalContextCreator.fromContainer(container),
},
{
provide: ModulesContainer,
useValue: container.getModules(),
useFactory: () => container.getModules(),
},
{
provide: HttpAdapterHost,
useValue: httpAdapterHost,
useFactory: () => httpAdapterHost,
},
{
provide: LazyModuleLoader,
@@ -61,7 +64,7 @@ export class InternalCoreModuleFactory {
},
{
provide: SerializedGraph,
useValue: container.serializedGraph,
useFactory: () => container.serializedGraph,
},
]);
}

View File

@@ -128,7 +128,10 @@ export abstract class ModuleRef extends AbstractInstanceResolver {
options?: ModuleRefGetOrResolveOpts,
): Promise<TResult | Array<TResult>>;
public abstract create<T = any>(type: Type<T>): Promise<T>;
public abstract create<T = any>(
type: Type<T>,
contextId?: ContextId,
): Promise<T>;
public introspect<T = any>(
token: Type<T> | string | symbol,
@@ -151,6 +154,7 @@ export abstract class ModuleRef extends AbstractInstanceResolver {
protected async instantiateClass<T = any>(
type: Type<T>,
moduleRef: Module,
contextId?: ContextId,
): Promise<T> {
const wrapper = new InstanceWrapper({
name: type && type.name,
@@ -166,6 +170,8 @@ export abstract class ModuleRef extends AbstractInstanceResolver {
const properties = await this.injector.resolveProperties(
wrapper,
moduleRef,
undefined,
contextId,
);
const instance = new type(...instances);
this.injector.applyProperties(instance, properties);
@@ -176,6 +182,7 @@ export abstract class ModuleRef extends AbstractInstanceResolver {
moduleRef,
undefined,
callback,
contextId,
);
} catch (err) {
reject(err);

View File

@@ -1,9 +1,10 @@
import { DynamicModule } from '@nestjs/common';
import { DynamicModule, Logger } from '@nestjs/common';
import { Type } from '@nestjs/common/interfaces/type.interface';
import { randomStringGenerator } from '@nestjs/common/utils/random-string-generator.util';
import { isFunction, isSymbol } from '@nestjs/common/utils/shared.utils';
import { createHash } from 'crypto';
import stringify from 'fast-safe-stringify';
import { performance } from 'perf_hooks';
const CLASS_STR = 'class ';
const CLASS_STR_LEN = CLASS_STR.length;
@@ -11,6 +12,9 @@ const CLASS_STR_LEN = CLASS_STR.length;
export class ModuleTokenFactory {
private readonly moduleTokenCache = new Map<string, string>();
private readonly moduleIdsCache = new WeakMap<Type<unknown>, string>();
private readonly logger = new Logger(ModuleTokenFactory.name, {
timestamp: true,
});
public create(
metatype: Type<unknown>,
@@ -26,7 +30,16 @@ export class ModuleTokenFactory {
module: this.getModuleName(metatype),
dynamic: dynamicModuleMetadata,
};
const start = performance.now();
const opaqueTokenString = this.getStringifiedOpaqueToken(opaqueToken);
const timeSpentInMs = performance.now() - start;
if (timeSpentInMs > 10) {
const formattedTimeSpent = timeSpentInMs.toFixed(2);
this.logger.warn(
`The module "${opaqueToken.module}" is taking ${formattedTimeSpent}ms to serialize, this may be caused by larger objects statically assigned to the module. More details: https://github.com/nestjs/nest/issues/12738`,
);
}
return this.hashString(opaqueTokenString);
}

View File

@@ -37,7 +37,7 @@ import { isDurable } from '../helpers/is-durable';
import { UuidFactory } from '../inspector/uuid-factory';
import { CONTROLLER_ID_KEY } from './constants';
import { NestContainer } from './container';
import { InstanceWrapper } from './instance-wrapper';
import { ContextId, InstanceWrapper } from './instance-wrapper';
import { ModuleRef, ModuleRefGetOrResolveOpts } from './module-ref';
export class Module {
@@ -633,11 +633,14 @@ export class Module {
);
}
public async create<T = any>(type: Type<T>): Promise<T> {
public async create<T = any>(
type: Type<T>,
contextId?: ContextId,
): Promise<T> {
if (!(type && isFunction(type) && type.prototype)) {
throw new InvalidClassException(type);
}
return this.instantiateClass<T>(type, self);
return this.instantiateClass<T>(type, self, contextId);
}
};
}

View File

@@ -144,7 +144,7 @@ export class SerializedGraph {
if (typeof value === 'symbol') {
return value.toString();
}
return typeof value === 'function' ? value.name ?? 'Function' : value;
return typeof value === 'function' ? (value.name ?? 'Function') : value;
};
return JSON.stringify(this.toJSON(), replacer, 2);
}

View File

@@ -30,7 +30,8 @@ export class InterceptorsConsumer {
return defer(AsyncResource.bind(() => this.transformDeferred(next)));
}
const handler: CallHandler = {
handle: () => fromPromise(nextFn(i + 1)).pipe(mergeAll()),
handle: () =>
defer(AsyncResource.bind(() => nextFn(i + 1))).pipe(mergeAll()),
};
return interceptors[i].intercept(context, handler);
};

View File

@@ -58,10 +58,22 @@ export class MiddlewareBuilder implements MiddlewareConsumer {
public exclude(
...routes: Array<string | RouteInfo>
): MiddlewareConfigProxy {
this.excludedRoutes = this.getRoutesFlatList(routes).map(route => ({
...route,
path: this.routeInfoPathExtractor.extractPathFrom(route),
}));
this.excludedRoutes = [
...this.excludedRoutes,
...this.getRoutesFlatList(routes).reduce((excludedRoutes, route) => {
for (const routePath of this.routeInfoPathExtractor.extractPathFrom(
route,
)) {
excludedRoutes.push({
...route,
path: routePath,
});
}
return excludedRoutes;
}, [] as RouteInfo[]),
];
return this;
}

View File

@@ -33,7 +33,8 @@ import { RouteInfoPathExtractor } from './route-info-path-extractor';
import { RoutesMapper } from './routes-mapper';
export class MiddlewareModule<
TAppOptions extends NestApplicationContextOptions = NestApplicationContextOptions,
TAppOptions extends
NestApplicationContextOptions = NestApplicationContextOptions,
> {
private readonly routerProxy = new RouterProxy();
private readonly exceptionFiltersCache = new WeakMap();
@@ -189,12 +190,14 @@ export class MiddlewareModule<
for (const metatype of middlewareCollection) {
const collection = middlewareContainer.getMiddlewareCollection(moduleKey);
const instanceWrapper = collection.get(metatype);
if (isUndefined(instanceWrapper)) {
throw new RuntimeException();
}
if (instanceWrapper.isTransient) {
return;
}
this.graphInspector.insertClassNode(
moduleRef,
instanceWrapper,
@@ -326,7 +329,11 @@ export class MiddlewareModule<
}
return next();
};
paths.forEach(path => router(path, middlewareFunction));
const pathsToApplyMiddleware = [];
paths.some(path => path.match(/^\/?$/))
? pathsToApplyMiddleware.push('/')
: pathsToApplyMiddleware.push(...paths);
pathsToApplyMiddleware.forEach(path => router(path, middlewareFunction));
}
private getContextId(request: unknown, isTreeDurable: boolean): ContextId {

View File

@@ -14,7 +14,7 @@ import { isRouteExcluded } from '../router/utils';
import { RoutePathFactory } from './../router/route-path-factory';
export class RouteInfoPathExtractor {
private routePathFactory: RoutePathFactory;
private readonly routePathFactory: RoutePathFactory;
private readonly prefixPath: string;
private readonly excludedGlobalPrefixRoutes: ExcludeRouteMetadata[];
private readonly versioningConfig?: VersioningOptions;
@@ -30,58 +30,87 @@ export class RouteInfoPathExtractor {
}
public extractPathsFrom({ path, method, version }: RouteInfo): string[] {
const versionPath = this.extractVersionPathFrom(version);
const versionPaths = this.extractVersionPathFrom(version);
if (this.isAWildcard(path)) {
const entries =
versionPaths.length > 0
? versionPaths
.map(versionPath => [
this.prefixPath + versionPath + '$',
this.prefixPath + versionPath + addLeadingSlash(path),
])
.flat()
: this.prefixPath
? [this.prefixPath + '$', this.prefixPath + addLeadingSlash(path)]
: [addLeadingSlash(path)];
return Array.isArray(this.excludedGlobalPrefixRoutes)
? [
this.prefixPath + versionPath + addLeadingSlash(path),
...entries,
...this.excludedGlobalPrefixRoutes.map(
route => versionPath + addLeadingSlash(route.path),
route => versionPaths + addLeadingSlash(route.path),
),
]
: [this.prefixPath + versionPath + addLeadingSlash(path)];
: entries;
}
return [this.extractNonWildcardPathFrom({ path, method, version })];
return this.extractNonWildcardPathsFrom({ path, method, version });
}
public extractPathFrom(route: RouteInfo): string {
public extractPathFrom(route: RouteInfo): string[] {
if (this.isAWildcard(route.path) && !route.version) {
return addLeadingSlash(route.path);
return [addLeadingSlash(route.path)];
}
return this.extractNonWildcardPathFrom(route);
return this.extractNonWildcardPathsFrom(route);
}
private isAWildcard(path: string): boolean {
return ['*', '/*', '/*/', '(.*)', '/(.*)'].includes(path);
}
private extractNonWildcardPathFrom({
private extractNonWildcardPathsFrom({
path,
method,
version,
}: RouteInfo): string {
const versionPath = this.extractVersionPathFrom(version);
}: RouteInfo): string[] {
const versionPaths = this.extractVersionPathFrom(version);
if (
Array.isArray(this.excludedGlobalPrefixRoutes) &&
isRouteExcluded(this.excludedGlobalPrefixRoutes, path, method)
) {
return versionPath + addLeadingSlash(path);
if (!versionPaths.length) {
return [addLeadingSlash(path)];
}
return versionPaths.map(
versionPath => versionPath + addLeadingSlash(path),
);
}
return this.prefixPath + versionPath + addLeadingSlash(path);
if (!versionPaths.length) {
return [this.prefixPath + addLeadingSlash(path)];
}
return versionPaths.map(
versionPath => this.prefixPath + versionPath + addLeadingSlash(path),
);
}
private extractVersionPathFrom(version?: VersionValue): string {
if (!version || this.versioningConfig?.type !== VersioningType.URI)
return '';
private extractVersionPathFrom(versionValue?: VersionValue): string[] {
if (!versionValue || this.versioningConfig?.type !== VersioningType.URI)
return [];
const versionPrefix = this.routePathFactory.getVersionPrefix(
this.versioningConfig,
);
return addLeadingSlash(versionPrefix + version.toString());
if (Array.isArray(versionValue)) {
return versionValue.map(version =>
addLeadingSlash(versionPrefix + version.toString()),
);
}
return [addLeadingSlash(versionPrefix + versionValue.toString())];
}
}

View File

@@ -87,29 +87,27 @@ export class RoutesMapper {
version === VERSION_NEUTRAL ? undefined : version;
const toRouteInfo = (item: RouteDefinition, prefix: string) =>
item.path
?.map(p => {
let endpointPath = modulePath ?? '';
endpointPath += this.normalizeGlobalPath(prefix) + addLeadingSlash(p);
item.path?.flatMap(p => {
let endpointPath = modulePath ?? '';
endpointPath += this.normalizeGlobalPath(prefix) + addLeadingSlash(p);
const routeInfo: RouteInfo = {
path: endpointPath,
method: item.requestMethod,
};
const version = item.version ?? controllerVersion;
if (version && versioningConfig) {
if (typeof version !== 'string' && Array.isArray(version)) {
return version.map(v => ({
...routeInfo,
version: toUndefinedIfNeural(v),
}));
}
routeInfo.version = toUndefinedIfNeural(version);
const routeInfo: RouteInfo = {
path: endpointPath,
method: item.requestMethod,
};
const version = item.version ?? controllerVersion;
if (version && versioningConfig) {
if (typeof version !== 'string' && Array.isArray(version)) {
return version.map(v => ({
...routeInfo,
version: toUndefinedIfNeural(v),
}));
}
routeInfo.version = toUndefinedIfNeural(version);
}
return routeInfo;
})
.flat() as RouteInfo[];
return routeInfo;
});
return []
.concat(routePath)

View File

@@ -36,7 +36,8 @@ import { Module } from './injector/module';
* @publicApi
*/
export class NestApplicationContext<
TOptions extends NestApplicationContextOptions = NestApplicationContextOptions,
TOptions extends
NestApplicationContextOptions = NestApplicationContextOptions,
>
extends AbstractInstanceResolver
implements INestApplicationContext
@@ -98,7 +99,7 @@ export class NestApplicationContext<
const selectedModule = modulesContainer.get(token);
if (!selectedModule) {
throw new UnknownModuleException();
throw new UnknownModuleException(type.name);
}
return new NestApplicationContext(
this.container,

View File

@@ -269,9 +269,13 @@ export class NestFactoryStatic {
return (...args: unknown[]) => {
let result: unknown;
ExceptionsZone.run(() => {
result = receiver[prop](...args);
}, teardown);
ExceptionsZone.run(
() => {
result = receiver[prop](...args);
},
teardown,
this.autoFlushLogs,
);
return result;
};
@@ -326,8 +330,8 @@ export class NestFactoryStatic {
return result instanceof Promise
? result.then(mapToProxy)
: result instanceof NestApplication
? proxy
: result;
? proxy
: result;
};
if (!(prop in receiver) && prop in adapter) {

View File

@@ -1,6 +1,6 @@
{
"name": "@nestjs/core",
"version": "10.2.2",
"version": "10.4.7",
"description": "Nest - modern, fast, powerful node.js web framework (@core)",
"author": "Kamil Mysliwiec",
"license": "MIT",
@@ -31,19 +31,19 @@
"@nuxtjs/opencollective": "0.3.2",
"fast-safe-stringify": "2.1.1",
"iterare": "1.2.1",
"path-to-regexp": "3.2.0",
"tslib": "2.6.2",
"path-to-regexp": "3.3.0",
"tslib": "2.7.0",
"uid": "2.0.2"
},
"devDependencies": {
"@nestjs/common": "10.2.2"
"@nestjs/common": "10.4.7"
},
"peerDependencies": {
"@nestjs/common": "^10.0.0",
"@nestjs/microservices": "^10.0.0",
"@nestjs/platform-express": "^10.0.0",
"@nestjs/websockets": "^10.0.0",
"reflect-metadata": "^0.1.12",
"reflect-metadata": "^0.1.12 || ^0.2.0",
"rxjs": "^7.1.0"
},
"peerDependenciesMeta": {

View File

@@ -7,7 +7,12 @@ import { ReplContext } from './repl-context';
import { ReplLogger } from './repl-logger';
import { defineDefaultCommandsOnRepl } from './repl-native-commands';
export async function repl(module: Type | DynamicModule) {
import type { ReplOptions } from 'repl';
export async function repl(
module: Type | DynamicModule,
replOptions: ReplOptions = {},
) {
const app = await NestFactory.createApplicationContext(module, {
abortOnError: false,
logger: new ReplLogger(),
@@ -21,6 +26,7 @@ export async function repl(module: Type | DynamicModule) {
const replServer = _repl.start({
prompt: clc.green('> '),
ignoreUndefined: true,
...replOptions,
});
assignToObject(replServer.context, replContext.globalScope);

View File

@@ -3,7 +3,7 @@ import { Type } from '@nestjs/common';
export interface RouteTree {
path: string;
module?: Type<any>;
children?: Routes | Type<any>[];
children?: (RouteTree | Type<any>)[];
}
export type Routes = RouteTree[];

View File

@@ -20,6 +20,8 @@ export class RouteParamsFactory implements IRouteParamsFactory {
return res as any;
case RouteParamtypes.BODY:
return data && req.body ? req.body[data] : req.body;
case RouteParamtypes.RAW_BODY:
return req.rawBody;
case RouteParamtypes.PARAM:
return data ? req.params[data] : req.params;
case RouteParamtypes.HOST:

Some files were not shown because too many files have changed in this diff Show More