Kamil Myśliwiec
e5612e0197
chore: merge 10.0.0
2023-06-12 10:58:30 +02:00
Kamil Myśliwiec
6c54448bf7
fix(fastify): validate middleware paths
2023-06-12 10:51:02 +02:00
Kamil Mysliwiec
8053f11451
Merge pull request #9809 from rychardvale/fix-middleware-multiple-runs
...
feat(core): middleware runs once for matching route
2023-06-12 09:47:02 +02:00
Kamil Mysliwiec
b1be7a3d21
Merge pull request #11650 from nestjs/fix/global-prefix-exclude-with-versioning
...
fix(core): global prefix exclude when versioning is turned on
2023-05-24 11:34:14 +02:00
Kamil Myśliwiec
5bba7e9d26
chore(@nestjs) publish v9.4.2 release
2023-05-23 10:42:48 +02:00
Kamil Mysliwiec
9004a4a624
Merge pull request #11642 from ryoctrl/nack_when_no_matching_handler
...
fix(microservices): to nack when there is no matching handler
2023-05-23 10:40:34 +02:00
Kamil Mysliwiec
4f45a7019f
Update packages/microservices/constants.ts
2023-05-23 10:33:48 +02:00
Kamil Mysliwiec
4bb43f0c47
Merge pull request #11437 from julien-sarazin/fix/issue-11429
...
fix(microservices): grpc-server handle async interceptors
2023-05-23 10:31:10 +02:00
Kamil Myśliwiec
0faddb4c37
fix(core): global prefix exclude when versioning is turned on
2023-05-22 13:17:22 +02:00
Kamil Mysliwiec
fe2cd7ffb0
Update Readme.md
2023-05-22 09:15:06 +02:00
Kamil Mysliwiec
3be74404d2
Merge pull request #11644 from nestjs/dependabot/npm_and_yarn/mongoose-7.2.0
...
chore(deps-dev): bump mongoose from 7.1.1 to 7.2.0
2023-05-22 08:51:16 +02:00
Kamil Mysliwiec
71e83b048d
Merge pull request #11645 from nestjs/dependabot/npm_and_yarn/graphql-tools-9.0.0
...
chore(deps-dev): bump graphql-tools from 8.3.20 to 9.0.0
2023-05-22 08:50:59 +02:00
Kamil Mysliwiec
ed44a0a910
Merge pull request #11646 from nestjs/dependabot/npm_and_yarn/types/node-20.2.3
...
chore(deps-dev): bump @types/node from 20.2.1 to 20.2.3
2023-05-22 08:50:52 +02:00
dependabot[bot]
6a59e7ae4e
chore(deps-dev): bump @types/node from 20.2.1 to 20.2.3
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 20.2.1 to 20.2.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-05-22 01:18:45 +00:00
dependabot[bot]
29f84b21ed
chore(deps-dev): bump graphql-tools from 8.3.20 to 9.0.0
...
Bumps [graphql-tools](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/graphql-tools ) from 8.3.20 to 9.0.0.
- [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.0/packages/graphql-tools )
---
updated-dependencies:
- dependency-name: graphql-tools
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-22 01:10:01 +00:00
dependabot[bot]
b23f21067f
chore(deps-dev): bump mongoose from 7.1.1 to 7.2.0
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 7.1.1 to 7.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/7.1.1...7.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 >
2023-05-22 01:02:44 +00:00
ryoctrl
674bfc5e83
fix(microservices): to nack when there is no matching handler
2023-05-20 04:56:51 +09:00
Kamil Mysliwiec
974c946845
Update integration/testing-module-override/tsconfig.json
2023-05-19 14:55:33 +02:00
Kamil Myśliwiec
c4828c473a
ci: add --legacy-peer-deps flag to samples install
2023-05-19 13:01:19 +02:00
Kamil Myśliwiec
0a674557bd
ci: add legacy peer deps flag to npm ci
2023-05-19 12:52:12 +02:00
Kamil Myśliwiec
b9d8a0769f
chore: recreate package lock file
2023-05-19 12:44:15 +02:00
Kamil Myśliwiec
1e467c17f6
test: update async local storage signature
2023-05-19 12:35:57 +02:00
Kamil Myśliwiec
a665efcfba
chore: update package lock file
2023-05-19 12:35:41 +02:00
Kamil Myśliwiec
aea0a0470a
Merge branch 'parzhitsky-feat/improve-typings-for-createbody' into 10.0.0
2023-05-19 12:33:59 +02:00
Kamil Myśliwiec
5820bed145
chore: resolve conflicts
2023-05-19 12:33:43 +02:00
Kamil Mysliwiec
d352e6f138
Merge pull request #11638 from nestjs/dependabot/npm_and_yarn/types/node-20.2.1
...
chore(deps-dev): bump @types/node from 20.2.0 to 20.2.1
2023-05-19 12:30:47 +02:00
Kamil Mysliwiec
9dcbb6b14c
Merge pull request #11639 from nestjs/dependabot/npm_and_yarn/sinon-15.1.0
...
chore(deps-dev): bump sinon from 15.0.4 to 15.1.0
2023-05-19 12:30:34 +02:00
Kamil Mysliwiec
9a1faf150c
Merge pull request #11640 from nestjs/dependabot/npm_and_yarn/tslib-2.5.2
...
chore(deps): bump tslib from 2.5.1 to 2.5.2
2023-05-19 12:30:05 +02:00
dependabot[bot]
242718dbaf
chore(deps): bump tslib from 2.5.1 to 2.5.2
...
Bumps [tslib](https://github.com/Microsoft/tslib ) from 2.5.1 to 2.5.2.
- [Release notes](https://github.com/Microsoft/tslib/releases )
- [Commits](https://github.com/Microsoft/tslib/compare/2.5.1...2.5.2 )
---
updated-dependencies:
- dependency-name: tslib
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-19 01:07:55 +00:00
dependabot[bot]
6be56d0013
chore(deps-dev): bump sinon from 15.0.4 to 15.1.0
...
Bumps [sinon](https://github.com/sinonjs/sinon ) from 15.0.4 to 15.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/v15.0.4...v15.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-05-19 01:05:30 +00:00
dependabot[bot]
11d4a2cec8
chore(deps-dev): bump @types/node from 20.2.0 to 20.2.1
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 20.2.0 to 20.2.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 >
2023-05-19 01:03:04 +00:00
Kamil Mysliwiec
c769951dcd
Merge pull request #11636 from nestjs/dependabot/npm_and_yarn/tslib-2.5.1
...
chore(deps): bump tslib from 2.5.0 to 2.5.1
2023-05-18 08:56:04 +02:00
Kamil Mysliwiec
929174b8ad
Merge pull request #11637 from nestjs/dependabot/npm_and_yarn/types/node-20.2.0
...
chore(deps-dev): bump @types/node from 20.1.7 to 20.2.0
2023-05-18 08:55:55 +02:00
dependabot[bot]
fb442a2e91
chore(deps-dev): bump @types/node from 20.1.7 to 20.2.0
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 20.1.7 to 20.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 >
2023-05-18 01:01:58 +00:00
dependabot[bot]
fe6868d7e3
chore(deps): bump tslib from 2.5.0 to 2.5.1
...
Bumps [tslib](https://github.com/Microsoft/tslib ) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/Microsoft/tslib/releases )
- [Commits](https://github.com/Microsoft/tslib/compare/2.5.0...2.5.1 )
---
updated-dependencies:
- dependency-name: tslib
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-18 01:00:45 +00:00
Kamil Mysliwiec
fa0a085d57
Merge pull request #11631 from nestjs/dependabot/npm_and_yarn/types/node-20.1.7
...
chore(deps-dev): bump @types/node from 20.1.5 to 20.1.7
2023-05-17 09:17:38 +02:00
dependabot[bot]
b03d8702d7
chore(deps-dev): bump @types/node from 20.1.5 to 20.1.7
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 20.1.5 to 20.1.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-05-17 01:00:37 +00:00
Kamil Myśliwiec
60542ea1b5
chore: update readme
2023-05-16 09:36:03 +02:00
Kamil Myśliwiec
468c179e18
chore(@nestjs) publish v9.4.1 release
2023-05-16 09:32:38 +02:00
Kamil Mysliwiec
fabbd09906
Merge pull request #11600 from matt1097/issue-11586
...
fix(core): Only update module distance if greater
2023-05-16 09:28:14 +02:00
Kamil Mysliwiec
7cebc3b1eb
Merge pull request #11622 from nestjs/dependabot/npm_and_yarn/commitlint/config-angular-17.6.3
...
chore(deps-dev): bump @commitlint/config-angular from 17.6.1 to 17.6.3
2023-05-16 09:15:42 +02:00
Kamil Mysliwiec
aacea0e07c
Merge pull request #11541 from kuronijin/master
...
feat(microservices): Add isGlobal option to the ClientsModule
2023-05-16 09:15:25 +02:00
Kamil Mysliwiec
927525e082
Merge pull request #11549 from dammy001/patch-1
...
chore(validation): add ability to pass custom message in file size validator
2023-05-16 09:14:39 +02:00
Kamil Mysliwiec
37f332c2c7
Merge pull request #11621 from nestjs/dependabot/npm_and_yarn/types/sinon-10.0.15
...
chore(deps-dev): bump @types/sinon from 10.0.14 to 10.0.15
2023-05-16 09:14:14 +02:00
dependabot[bot]
11ebf30c53
chore(deps-dev): bump @types/sinon from 10.0.14 to 10.0.15
...
Bumps [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon ) from 10.0.14 to 10.0.15.
- [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-05-16 07:11:16 +00:00
dependabot[bot]
0697076e1f
chore(deps-dev): bump @commitlint/config-angular from 17.6.1 to 17.6.3
...
Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular ) from 17.6.1 to 17.6.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/v17.6.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-05-16 07:09:56 +00:00
Kamil Mysliwiec
6302f75996
Merge pull request #11623 from nestjs/dependabot/npm_and_yarn/typeorm-0.3.16
...
chore(deps-dev): bump typeorm from 0.3.15 to 0.3.16
2023-05-16 09:06:20 +02:00
Kamil Mysliwiec
3a0a3d1df4
Merge pull request #11625 from nestjs/dependabot/npm_and_yarn/fastify/middie-8.3.0
...
chore(deps): bump @fastify/middie from 8.1.0 to 8.3.0
2023-05-16 09:06:08 +02:00
Kamil Mysliwiec
742c92e7e0
Merge pull request #11626 from nestjs/dependabot/npm_and_yarn/types/node-20.1.5
...
chore(deps-dev): bump @types/node from 20.1.4 to 20.1.5
2023-05-16 09:06:01 +02:00
Kamil Mysliwiec
608af53693
Merge pull request #11627 from nestjs/dependabot/npm_and_yarn/mysql2-3.3.1
...
chore(deps-dev): bump mysql2 from 3.2.4 to 3.3.1
2023-05-16 09:05:56 +02:00
Kamil Mysliwiec
7df1d07bd2
Merge pull request #11628 from nestjs/dependabot/npm_and_yarn/commitlint/cli-17.6.3
...
chore(deps-dev): bump @commitlint/cli from 17.6.1 to 17.6.3
2023-05-16 09:05:52 +02:00
Kamil Mysliwiec
c3d8247859
Merge pull request #11629 from nestjs/dependabot/npm_and_yarn/core-js-3.30.2
...
chore(deps-dev): bump core-js from 3.30.1 to 3.30.2
2023-05-16 09:05:47 +02:00
Kamil Mysliwiec
b2a35f231a
Merge pull request #11571 from TP-O/fix-error-log
...
fix(common): `ConsoleLogger` doesn't log stacktrace
2023-05-16 09:04:56 +02:00
dependabot[bot]
d224961d61
chore(deps-dev): bump core-js from 3.30.1 to 3.30.2
...
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js ) from 3.30.1 to 3.30.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.30.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-05-16 01:13:13 +00:00
dependabot[bot]
da6b39ffbd
chore(deps-dev): bump @commitlint/cli from 17.6.1 to 17.6.3
...
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli ) from 17.6.1 to 17.6.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/v17.6.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-05-16 01:12:20 +00:00
dependabot[bot]
d97196c2dc
chore(deps-dev): bump mysql2 from 3.2.4 to 3.3.1
...
Bumps [mysql2](https://github.com/sidorares/node-mysql2 ) from 3.2.4 to 3.3.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.2.4...v3.3.1 )
---
updated-dependencies:
- dependency-name: mysql2
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-16 01:11:08 +00:00
dependabot[bot]
2110c8727e
chore(deps-dev): bump @types/node from 20.1.4 to 20.1.5
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 20.1.4 to 20.1.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-05-16 01:10:15 +00:00
dependabot[bot]
cfd2a30b35
chore(deps): bump @fastify/middie from 8.1.0 to 8.3.0
...
Bumps [@fastify/middie](https://github.com/fastify/middie ) from 8.1.0 to 8.3.0.
- [Release notes](https://github.com/fastify/middie/releases )
- [Commits](https://github.com/fastify/middie/compare/v8.1.0...v8.3.0 )
---
updated-dependencies:
- dependency-name: "@fastify/middie"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-16 01:09:10 +00:00
dependabot[bot]
866787996a
chore(deps-dev): bump typeorm from 0.3.15 to 0.3.16
...
Bumps [typeorm](https://github.com/typeorm/typeorm ) from 0.3.15 to 0.3.16.
- [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.15...0.3.16 )
---
updated-dependencies:
- dependency-name: typeorm
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-16 01:01:59 +00:00
Kamil Mysliwiec
760a40e4ce
Merge pull request #11620 from nestjs/dependabot/npm_and_yarn/set-value-and-union-value-2.0.1
...
chore(deps): bump set-value and union-value
2023-05-15 10:57:03 +02:00
Kamil Mysliwiec
fcf1cad484
Merge pull request #11568 from nestjs/dependabot/npm_and_yarn/lint-staged-13.2.2
...
chore(deps-dev): bump lint-staged from 13.2.1 to 13.2.2
2023-05-15 10:56:44 +02:00
Kamil Mysliwiec
88880f9a21
Merge pull request #11570 from nestjs/dependabot/npm_and_yarn/rxjs-7.8.1
...
chore(deps): bump rxjs from 7.8.0 to 7.8.1
2023-05-15 10:56:39 +02:00
dependabot[bot]
f92f029505
chore(deps): bump set-value and union-value
...
Bumps [set-value](https://github.com/jonschlinkert/set-value ) and [union-value](https://github.com/jonschlinkert/union-value ). These dependencies needed to be updated together.
Updates `set-value` from 0.4.3 to 2.0.1
- [Commits](https://github.com/jonschlinkert/set-value/compare/0.4.3...2.0.1 )
Updates `union-value` from 1.0.0 to 1.0.1
- [Release notes](https://github.com/jonschlinkert/union-value/releases )
- [Commits](https://github.com/jonschlinkert/union-value/compare/1.0.0...1.0.1 )
---
updated-dependencies:
- dependency-name: set-value
dependency-type: indirect
- dependency-name: union-value
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-15 08:56:32 +00:00
Kamil Mysliwiec
0c4ee5e190
Merge pull request #11575 from nestjs/dependabot/npm_and_yarn/fastify-4.17.0
...
chore(deps): bump fastify from 4.16.0 to 4.17.0
2023-05-15 10:56:19 +02:00
Kamil Mysliwiec
88ef0d33b7
Merge pull request #11576 from nestjs/dependabot/npm_and_yarn/redis-4.6.6
...
chore(deps-dev): bump redis from 4.6.5 to 4.6.6
2023-05-15 10:56:12 +02:00
Kamil Mysliwiec
bcb1f204bd
Merge pull request #11583 from nestjs/dependabot/npm_and_yarn/types/chai-4.3.5
...
chore(deps-dev): bump @types/chai from 4.3.4 to 4.3.5
2023-05-15 10:56:06 +02:00
Kamil Mysliwiec
1b47dc6ae0
Merge pull request #11588 from nestjs/dependabot/npm_and_yarn/apollo/server-4.7.1
...
chore(deps-dev): bump @apollo/server from 4.7.0 to 4.7.1
2023-05-15 10:54:40 +02:00
Kamil Mysliwiec
95d3a92eb7
Merge pull request #11589 from nestjs/dependabot/npm_and_yarn/amqp-connection-manager-4.1.13
...
chore(deps-dev): bump amqp-connection-manager from 4.1.12 to 4.1.13
2023-05-15 10:54:27 +02:00
Kamil Mysliwiec
308e143fa3
Merge pull request #11592 from nestjs/dependabot/npm_and_yarn/grpc/proto-loader-0.7.7
...
chore(deps-dev): bump @grpc/proto-loader from 0.7.6 to 0.7.7
2023-05-15 10:54:20 +02:00
Kamil Mysliwiec
b5f8da18ce
Merge pull request #11593 from nestjs/dependabot/npm_and_yarn/engine.io-6.4.2
...
chore(deps): bump engine.io from 6.4.1 to 6.4.2
2023-05-15 10:54:13 +02:00
Kamil Mysliwiec
41d52dae60
Merge pull request #11594 from nestjs/dependabot/npm_and_yarn/sample/02-gateways/engine.io-6.4.2
...
chore(deps): bump engine.io from 6.4.1 to 6.4.2 in /sample/02-gateways
2023-05-15 10:54:00 +02:00
Kamil Mysliwiec
74135867ef
Merge pull request #11612 from nestjs/dependabot/npm_and_yarn/mongoose-7.1.1
...
chore(deps-dev): bump mongoose from 7.0.5 to 7.1.1
2023-05-15 10:53:05 +02:00
Kamil Mysliwiec
362e4d8fa8
Merge pull request #11617 from nestjs/dependabot/npm_and_yarn/types/node-20.1.4
...
chore(deps-dev): bump @types/node from 18.16.1 to 20.1.4
2023-05-15 10:52:42 +02:00
dependabot[bot]
f16c47b05f
chore(deps): bump fastify from 4.16.0 to 4.17.0
...
Bumps [fastify](https://github.com/fastify/fastify ) from 4.16.0 to 4.17.0.
- [Release notes](https://github.com/fastify/fastify/releases )
- [Commits](https://github.com/fastify/fastify/compare/4.16.0...4.17.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-05-15 08:44:09 +00:00
Kamil Mysliwiec
c116e1c72c
Merge pull request #11580 from mik0byte/chore/remove-caret-sign
...
chore(deps): remove caret sign from @fastify/cors
2023-05-15 10:42:05 +02:00
Kamil Mysliwiec
21edc331b2
Merge pull request #11587 from fityannugroho/master
...
sample/13: change readme title
2023-05-15 10:39:46 +02:00
Kamil Mysliwiec
69f432b738
Merge pull request #11604 from micalevisk/fix/issue-11602
...
refactor(common): import from decorators module instead of common's barrel file
2023-05-15 10:11:19 +02:00
Kamil Mysliwiec
f5e82fe052
Merge pull request #11619 from micalevisk/patch-1
...
docs: update zh readme headers
2023-05-15 09:54:52 +02:00
Micael Levi L. Cavalcante
8706662a22
docs: update zh readme headers
2023-05-14 23:24:41 -04:00
dependabot[bot]
6e5143d79f
chore(deps-dev): bump @types/node from 18.16.1 to 20.1.4
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.16.1 to 20.1.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-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-15 01:19:16 +00:00
dependabot[bot]
3282db1630
chore(deps-dev): bump mongoose from 7.0.5 to 7.1.1
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 7.0.5 to 7.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/7.0.5...7.1.1 )
---
updated-dependencies:
- dependency-name: mongoose
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-11 01:16:34 +00:00
Micael Levi L. Cavalcante
05e49963ac
refactor(common): import from decorators module instead of common barrel
2023-05-06 16:37:35 -04:00
matt1097
8ea3a5088c
fix(core): Only update module distance if greater
2023-05-05 11:40:17 -04:00
dependabot[bot]
f60e62888e
chore(deps): bump engine.io from 6.4.1 to 6.4.2 in /sample/02-gateways
...
Bumps [engine.io](https://github.com/socketio/engine.io ) from 6.4.1 to 6.4.2.
- [Release notes](https://github.com/socketio/engine.io/releases )
- [Changelog](https://github.com/socketio/engine.io/blob/main/CHANGELOG.md )
- [Commits](https://github.com/socketio/engine.io/compare/6.4.1...6.4.2 )
---
updated-dependencies:
- dependency-name: engine.io
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-04 01:54:39 +00:00
dependabot[bot]
73059a3acf
chore(deps): bump engine.io from 6.4.1 to 6.4.2
...
Bumps [engine.io](https://github.com/socketio/engine.io ) from 6.4.1 to 6.4.2.
- [Release notes](https://github.com/socketio/engine.io/releases )
- [Changelog](https://github.com/socketio/engine.io/blob/main/CHANGELOG.md )
- [Commits](https://github.com/socketio/engine.io/compare/6.4.1...6.4.2 )
---
updated-dependencies:
- dependency-name: engine.io
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-04 01:36:37 +00:00
dependabot[bot]
dc9ee85374
chore(deps-dev): bump @grpc/proto-loader from 0.7.6 to 0.7.7
...
Bumps [@grpc/proto-loader](https://github.com/grpc/grpc-node ) from 0.7.6 to 0.7.7.
- [Release notes](https://github.com/grpc/grpc-node/releases )
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/proto-loader@0.7.6...@grpc/proto-loader@0.7.7 )
---
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-05-04 00:59:52 +00:00
dependabot[bot]
4fd0957efc
chore(deps-dev): bump amqp-connection-manager from 4.1.12 to 4.1.13
...
Bumps [amqp-connection-manager](https://github.com/jwalton/node-amqp-connection-manager ) from 4.1.12 to 4.1.13.
- [Release notes](https://github.com/jwalton/node-amqp-connection-manager/releases )
- [Changelog](https://github.com/jwalton/node-amqp-connection-manager/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jwalton/node-amqp-connection-manager/compare/v4.1.12...v4.1.13 )
---
updated-dependencies:
- dependency-name: amqp-connection-manager
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-03 01:10:51 +00:00
dependabot[bot]
d18343c920
chore(deps-dev): bump @apollo/server from 4.7.0 to 4.7.1
...
Bumps [@apollo/server](https://github.com/apollographql/apollo-server/tree/HEAD/packages/server ) from 4.7.0 to 4.7.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.7.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 >
2023-05-03 01:04:36 +00:00
Fityan
ef5f17efe1
sample/13: change readme title
...
this sample doesn't use `mongoose`
2023-05-02 11:20:55 +07:00
dependabot[bot]
fffdbb26c9
chore(deps-dev): bump @types/chai from 4.3.4 to 4.3.5
...
Bumps [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai ) from 4.3.4 to 4.3.5.
- [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-05-01 01:09:02 +00:00
Mikayel Aleksanyan
fbca5ac5a9
chore(deps): remove caret sign from @fastify/cors
2023-04-29 18:11:19 +04:00
TP-O
c52d33348a
feat: determine context and stack if passing 2 parameters
2023-04-29 08:36:44 +07:00
TP-O
87412ad51e
test: add test
2023-04-28 17:41:20 +07:00
dependabot[bot]
a815394556
chore(deps-dev): bump redis from 4.6.5 to 4.6.6
...
Bumps [redis](https://github.com/redis/node-redis ) from 4.6.5 to 4.6.6.
- [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.5...redis@4.6.6 )
---
updated-dependencies:
- dependency-name: redis
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-28 01:00:23 +00:00
TP-O
2effb83b21
fix: log stacktrace if 2 args is passed
2023-04-27 19:07:31 +07:00
Kamil Mysliwiec
85966703ac
Merge pull request #11566 from cesarkohl/patch-1
...
Replace HTTP with HTTPS on README.md
2023-04-27 09:18:13 +02:00
dependabot[bot]
6098e2465f
chore(deps): bump rxjs from 7.8.0 to 7.8.1
...
Bumps [rxjs](https://github.com/reactivex/rxjs ) from 7.8.0 to 7.8.1.
- [Release notes](https://github.com/reactivex/rxjs/releases )
- [Changelog](https://github.com/ReactiveX/rxjs/blob/7.8.1/CHANGELOG.md )
- [Commits](https://github.com/reactivex/rxjs/compare/7.8.0...7.8.1 )
---
updated-dependencies:
- dependency-name: rxjs
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-27 01:06:41 +00:00
dependabot[bot]
5db74f80c6
chore(deps-dev): bump lint-staged from 13.2.1 to 13.2.2
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 13.2.1 to 13.2.2.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Commits](https://github.com/okonet/lint-staged/compare/v13.2.1...v13.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 >
2023-04-27 01:00:48 +00:00
Cesar Kohl
b5cab0f907
Replace HTTP with HTTPS on README.md
2023-04-26 13:10:56 -03:00
Kamil Mysliwiec
232582477e
Merge pull request #11564 from nestjs/dependabot/npm_and_yarn/types/node-18.16.1
...
chore(deps-dev): bump @types/node from 18.16.0 to 18.16.1
2023-04-26 08:26:02 +02:00
Kamil Mysliwiec
7ec42c7329
Merge pull request #11563 from nestjs/dependabot/npm_and_yarn/mysql2-3.2.4
...
chore(deps-dev): bump mysql2 from 3.2.3 to 3.2.4
2023-04-26 08:25:52 +02:00
Kamil Mysliwiec
1073c41dc4
Merge pull request #11565 from nestjs/dependabot/npm_and_yarn/fastify-4.16.0
...
chore(deps): bump fastify from 4.15.0 to 4.16.0
2023-04-26 08:25:24 +02:00
dependabot[bot]
26bd9662f8
chore(deps): bump fastify from 4.15.0 to 4.16.0
...
Bumps [fastify](https://github.com/fastify/fastify ) from 4.15.0 to 4.16.0.
- [Release notes](https://github.com/fastify/fastify/releases )
- [Commits](https://github.com/fastify/fastify/compare/v4.15.0...4.16.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-04-26 01:09:51 +00:00
dependabot[bot]
bd03c036cd
chore(deps-dev): bump @types/node from 18.16.0 to 18.16.1
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.16.0 to 18.16.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 >
2023-04-26 01:00:36 +00:00
dependabot[bot]
22d4a1edff
chore(deps-dev): bump mysql2 from 3.2.3 to 3.2.4
...
Bumps [mysql2](https://github.com/sidorares/node-mysql2 ) from 3.2.3 to 3.2.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.2.3...v3.2.4 )
---
updated-dependencies:
- dependency-name: mysql2
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-26 00:59:08 +00:00
Kamil Mysliwiec
c8da134e6c
Merge pull request #11558 from nestjs/dependabot/npm_and_yarn/yaml-2.2.2
...
chore(deps): bump yaml from 2.2.1 to 2.2.2
2023-04-25 09:34:49 +02:00
dependabot[bot]
0c0c377188
chore(deps): bump yaml from 2.2.1 to 2.2.2
...
Bumps [yaml](https://github.com/eemeli/yaml ) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/eemeli/yaml/releases )
- [Commits](https://github.com/eemeli/yaml/compare/v2.2.1...v2.2.2 )
---
updated-dependencies:
- dependency-name: yaml
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-25 07:07:57 +00:00
Kamil Mysliwiec
8879391672
Merge pull request #11557 from nestjs/dependabot/npm_and_yarn/mongoose-7.0.5
...
chore(deps-dev): bump mongoose from 7.0.4 to 7.0.5
2023-04-25 09:06:52 +02:00
Kamil Mysliwiec
f6f577a4df
Merge pull request #11555 from MaurerKrisztian/InjectionToken-generic
...
refactor(common): Add generic to InjectionToken type
2023-04-25 08:28:10 +02:00
dependabot[bot]
244b44580c
chore(deps-dev): bump mongoose from 7.0.4 to 7.0.5
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 7.0.4 to 7.0.5.
- [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.0.4...7.0.5 )
---
updated-dependencies:
- dependency-name: mongoose
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-25 01:01:53 +00:00
Viktor Belokhvostov
924c5f32bb
feat(microservices): Updated the ClientsModule options types
2023-04-24 14:31:25 +01:00
krisztian.maurer
3bf74d8fb6
refactor(common): Add generic to InjectionToken type
2023-04-24 13:49:24 +02:00
Kamil Mysliwiec
e389c08c1b
Merge pull request #11552 from nestjs/dependabot/npm_and_yarn/prettier-2.8.8
...
chore(deps-dev): bump prettier from 2.8.7 to 2.8.8
2023-04-24 10:57:39 +02:00
Kamil Mysliwiec
79e5401044
Merge pull request #11553 from nestjs/dependabot/npm_and_yarn/types/node-18.16.0
...
chore(deps-dev): bump @types/node from 18.15.12 to 18.16.0
2023-04-24 10:57:17 +02:00
Kamil Mysliwiec
819f2d13c2
Merge pull request #11551 from nestjs/dependabot/npm_and_yarn/cache-manager-5.2.1
...
chore(deps-dev): bump cache-manager from 5.2.0 to 5.2.1
2023-04-24 10:57:08 +02:00
dependabot[bot]
2e741338c9
chore(deps-dev): bump @types/node from 18.15.12 to 18.16.0
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.15.12 to 18.16.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-04-24 02:07:39 +00:00
dependabot[bot]
728afa1017
chore(deps-dev): bump prettier from 2.8.7 to 2.8.8
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.8.7 to 2.8.8.
- [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/2.8.7...2.8.8 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-24 02:01:11 +00:00
dependabot[bot]
af595fd631
chore(deps-dev): bump cache-manager from 5.2.0 to 5.2.1
...
Bumps [cache-manager](https://github.com/node-cache-manager/node-cache-manager ) from 5.2.0 to 5.2.1.
- [Release notes](https://github.com/node-cache-manager/node-cache-manager/releases )
- [Changelog](https://github.com/node-cache-manager/node-cache-manager/blob/master/CHANGELOG.md )
- [Commits](https://github.com/node-cache-manager/node-cache-manager/compare/5.2.0...5.2.1 )
---
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-04-24 01:56:00 +00:00
Anjorin Damilare
d46db256af
Update max-file-size.validator.ts
2023-04-23 07:26:04 +01:00
Anjorin Damilare
df0270af04
Update max-file-size.validator.ts
2023-04-23 07:13:25 +01:00
Anjorin Damilare
93a2b48be7
chore: remove function to prevent breaking change
2023-04-23 07:10:15 +01:00
Anjorin Damilare
619b98caf7
Update max-file-size.validator.ts
2023-04-23 07:04:50 +01:00
Anjorin Damilare
84bd87c86a
chore: add ability to pass custom message in file size validator
2023-04-23 06:57:52 +01:00
Viktor Belokhvostov
dc5aaf9af3
feat(microservices): Add isGlobal option to the ClientsModule
2023-04-21 11:50:12 +01:00
Kamil Mysliwiec
55aa3f3352
Merge pull request #11535 from CemYil03/update-package-json-files
...
chore: update repo references in package.json files
2023-04-21 09:31:25 +02:00
Kamil Mysliwiec
35dcfbf3db
Merge pull request #11538 from nestjs/dependabot/npm_and_yarn/apollo/server-4.7.0
...
chore(deps-dev): bump @apollo/server from 4.6.0 to 4.7.0
2023-04-21 09:27:26 +02:00
Kamil Mysliwiec
f21713a27b
Merge pull request #11539 from nestjs/dependabot/npm_and_yarn/sinon-15.0.4
...
chore(deps-dev): bump sinon from 15.0.3 to 15.0.4
2023-04-21 09:27:15 +02:00
dependabot[bot]
43c4c06779
chore(deps-dev): bump sinon from 15.0.3 to 15.0.4
...
Bumps [sinon](https://github.com/sinonjs/sinon ) from 15.0.3 to 15.0.4.
- [Release notes](https://github.com/sinonjs/sinon/releases )
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md )
- [Commits](https://github.com/sinonjs/sinon/compare/v15.0.3...v15.0.4 )
---
updated-dependencies:
- dependency-name: sinon
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-21 01:10:00 +00:00
dependabot[bot]
485bb3bc85
chore(deps-dev): bump @apollo/server from 4.6.0 to 4.7.0
...
Bumps [@apollo/server](https://github.com/apollographql/apollo-server/tree/HEAD/packages/server ) from 4.6.0 to 4.7.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.7.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 >
2023-04-21 01:07:00 +00:00
Cem Yilmaz
cdd0e67876
chore: update repo references in package.json files
2023-04-20 10:26:09 +02:00
Kamil Mysliwiec
4629c2e416
Merge pull request #11533 from nestjs/dependabot/npm_and_yarn/types/node-18.15.12
...
chore(deps-dev): bump @types/node from 18.15.11 to 18.15.12
2023-04-20 08:21:11 +02:00
dependabot[bot]
2198f4dfc8
chore(deps-dev): bump @types/node from 18.15.11 to 18.15.12
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.15.11 to 18.15.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 >
2023-04-20 01:01:05 +00:00
Kamil Mysliwiec
d113f68dd7
Merge pull request #11527 from nestjs/renovate/mongoose-6.x
...
fix(deps): update dependency mongoose to v6.10.5
2023-04-18 10:06:36 +02:00
Kamil Mysliwiec
08793e6ac0
Merge pull request #11528 from nestjs/dependabot/npm_and_yarn/mongoose-7.0.4
...
chore(deps-dev): bump mongoose from 7.0.3 to 7.0.4
2023-04-18 10:05:18 +02:00
Kamil Mysliwiec
997d1476b1
Merge pull request #11529 from nestjs/dependabot/npm_and_yarn/types/sinon-10.0.14
...
chore(deps-dev): bump @types/sinon from 10.0.13 to 10.0.14
2023-04-18 10:05:14 +02:00
Kamil Mysliwiec
dafea5ad0f
Merge pull request #11523 from nestjs/renovate/nestjs-graphql-10.x
...
fix(deps): update dependency @nestjs/graphql to v10.2.1
2023-04-18 10:04:52 +02:00
Kamil Mysliwiec
83bb3d2429
Merge pull request #11521 from nestjs/renovate/fastify-static-6.x
...
fix(deps): update dependency @fastify/static to v6.10.1
2023-04-18 10:04:40 +02:00
Kamil Mysliwiec
1de477deef
Merge pull request #11522 from nestjs/renovate/grpc-grpc-js-1.x
...
fix(deps): update dependency @grpc/grpc-js to v1.8.14
2023-04-18 10:04:14 +02:00
Kamil Mysliwiec
70c37baf2c
Merge pull request #11525 from nestjs/renovate/nestjs-schedule-2.x
...
fix(deps): update dependency @nestjs/schedule to v2.2.1
2023-04-18 10:03:52 +02:00
Kamil Mysliwiec
61858b7e28
Merge pull request #11526 from nestjs/renovate/nestjs-swagger-6.x
...
fix(deps): update dependency @nestjs/swagger to v6.3.0
2023-04-18 10:03:45 +02:00
Kamil Mysliwiec
50282e9c0e
Merge pull request #11518 from nestjs/renovate/tsconfig-paths-4.x
...
chore(deps): update dependency tsconfig-paths to v4.2.0
2023-04-18 10:03:14 +02:00
dependabot[bot]
14986a631c
chore(deps-dev): bump @types/sinon from 10.0.13 to 10.0.14
...
Bumps [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon ) from 10.0.13 to 10.0.14.
- [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-04-18 01:01:00 +00:00
dependabot[bot]
c1245486fe
chore(deps-dev): bump mongoose from 7.0.3 to 7.0.4
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 7.0.3 to 7.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/7.0.3...7.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 >
2023-04-18 00:58:50 +00:00
renovate[bot]
ba92ce7353
fix(deps): update dependency mongoose to v6.10.5
2023-04-17 12:26:54 +00:00
renovate[bot]
0da7a14388
fix(deps): update dependency @grpc/grpc-js to v1.8.14
2023-04-17 12:26:11 +00:00
renovate[bot]
b46071dce7
chore(deps): update dependency tsconfig-paths to v4.2.0
2023-04-17 12:19:59 +00:00
Kamil Myśliwiec
278654247b
ci: dont run test node 19 for now
2023-04-17 14:18:06 +02:00
Kamil Myśliwiec
6a8b649840
Merge branch 'leonardovillela-testing-module-builder-add-override-module-method' into 10.0.0
2023-04-17 14:06:14 +02:00
Kamil Myśliwiec
f98c779e35
test: update outdated tests
2023-04-17 14:05:50 +02:00
Kamil Myśliwiec
11b7418e3f
Merge branch '10.0.0' into leonardovillela-testing-module-builder-add-override-module-method
2023-04-17 13:49:11 +02:00
Kamil Myśliwiec
fdfabf978c
chore: resolve conflicts
2023-04-17 13:49:01 +02:00
renovate[bot]
eb4a529fdd
fix(deps): update dependency @nestjs/swagger to v6.3.0
2023-04-17 11:29:58 +00:00
renovate[bot]
4be9d27e32
fix(deps): update dependency @nestjs/schedule to v2.2.1
2023-04-17 11:29:42 +00:00
renovate[bot]
5cc160df76
fix(deps): update dependency @nestjs/graphql to v10.2.1
2023-04-17 11:29:07 +00:00
renovate[bot]
86f83a0902
fix(deps): update dependency @fastify/static to v6.10.1
2023-04-17 11:28:31 +00:00
Kamil Mysliwiec
32db0fcfdb
Merge pull request #11515 from nestjs/renovate/nestjs-cli-9.x
...
chore(deps): update dependency @nestjs/cli to v9.4.0
2023-04-17 13:16:42 +02:00
Kamil Myśliwiec
25c721a2ca
chore: resolve conflicts
2023-04-17 13:16:27 +02:00
Kamil Mysliwiec
7b05cd0cbf
Merge pull request #10533 from Gustrb/add-search-method
...
feat(core/common): Add @Search decorator to the available HTTP route handlers
2023-04-17 13:14:09 +02:00
Kamil Mysliwiec
69fba03c7d
Merge pull request #10359 from tijsmoree/redis-microservice-psubscribe
...
feat(microservices): enable wildcards in redis microservice patterns
2023-04-17 13:12:28 +02:00
renovate[bot]
f30058b3d8
chore(deps): update dependency @nestjs/cli to v9.4.0
2023-04-17 11:11:09 +00:00
Kamil Mysliwiec
b908f1a012
Merge pull request #11118 from elplancton/host-regex
...
feat(core): add support to named groups
2023-04-17 13:09:35 +02:00
Kamil Mysliwiec
fa8f3b8737
Merge pull request #11508 from nestjs/dependabot/npm_and_yarn/sample/05-sql-typeorm/webpack-and-nestjs/cli-5.79.0
...
chore(deps): bump webpack and @nestjs/cli in /sample/05-sql-typeorm
2023-04-17 13:07:50 +02:00
Kamil Mysliwiec
1f0adb8925
Merge pull request #11509 from nestjs/dependabot/npm_and_yarn/sample/06-mongoose/webpack-and-nestjs/cli-5.79.0
...
chore(deps): bump webpack and @nestjs/cli in /sample/06-mongoose
2023-04-17 13:07:43 +02:00
Kamil Mysliwiec
42446072d3
Merge pull request #11510 from nestjs/dependabot/npm_and_yarn/sample/07-sequelize/webpack-and-nestjs/cli-5.79.0
...
chore(deps): bump webpack and @nestjs/cli in /sample/07-sequelize
2023-04-17 13:07:37 +02:00
Kamil Mysliwiec
ce32df444f
Merge pull request #11511 from nestjs/dependabot/npm_and_yarn/sample/04-grpc/webpack-and-nestjs/cli-5.79.0
...
chore(deps): bump webpack and @nestjs/cli in /sample/04-grpc
2023-04-17 13:07:31 +02:00
Kamil Mysliwiec
4ebf7d7723
Merge pull request #11512 from nestjs/dependabot/npm_and_yarn/sample/02-gateways/webpack-and-nestjs/cli-5.79.0
...
chore(deps): bump webpack and @nestjs/cli in /sample/02-gateways
2023-04-17 13:07:25 +02:00
Kamil Mysliwiec
1eb3311386
Merge pull request #11513 from nestjs/dependabot/npm_and_yarn/sample/03-microservices/webpack-and-nestjs/cli-5.79.0
...
chore(deps): bump webpack and @nestjs/cli in /sample/03-microservices
2023-04-17 13:07:12 +02:00
Kamil Mysliwiec
1f83076760
Merge pull request #11514 from nestjs/dependabot/npm_and_yarn/sample/01-cats-app/webpack-and-nestjs/cli-5.79.0
...
chore(deps): bump webpack and @nestjs/cli in /sample/01-cats-app
2023-04-17 13:07:05 +02:00
Kamil Myśliwiec
bc4a571ef4
fix: update outdated imports
2023-04-17 13:06:25 +02:00
dependabot[bot]
01bb998ed7
chore(deps): bump webpack and @nestjs/cli in /sample/01-cats-app
...
Bumps [webpack](https://github.com/webpack/webpack ) to 5.79.0 and updates ancestor dependency [@nestjs/cli](https://github.com/nestjs/nest-cli ). These dependencies need to be updated together.
Updates `webpack` from 5.73.0 to 5.79.0
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.73.0...v5.79.0 )
Updates `@nestjs/cli` from 9.0.0 to 9.4.0
- [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/9.0.0...9.4.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: indirect
- dependency-name: "@nestjs/cli"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-17 08:14:59 +00:00
dependabot[bot]
048652bb7a
chore(deps): bump webpack and @nestjs/cli in /sample/03-microservices
...
Bumps [webpack](https://github.com/webpack/webpack ) to 5.79.0 and updates ancestor dependency [@nestjs/cli](https://github.com/nestjs/nest-cli ). These dependencies need to be updated together.
Updates `webpack` from 5.73.0 to 5.79.0
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.73.0...v5.79.0 )
Updates `@nestjs/cli` from 9.0.0 to 9.4.0
- [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/9.0.0...9.4.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: indirect
- dependency-name: "@nestjs/cli"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-17 08:14:40 +00:00
dependabot[bot]
f7e3f75dca
chore(deps): bump webpack and @nestjs/cli in /sample/02-gateways
...
Bumps [webpack](https://github.com/webpack/webpack ) to 5.79.0 and updates ancestor dependency [@nestjs/cli](https://github.com/nestjs/nest-cli ). These dependencies need to be updated together.
Updates `webpack` from 5.73.0 to 5.79.0
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.73.0...v5.79.0 )
Updates `@nestjs/cli` from 9.0.0 to 9.4.0
- [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/9.0.0...9.4.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: indirect
- dependency-name: "@nestjs/cli"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-17 08:13:37 +00:00
dependabot[bot]
ad67359762
chore(deps): bump webpack and @nestjs/cli in /sample/04-grpc
...
Bumps [webpack](https://github.com/webpack/webpack ) to 5.79.0 and updates ancestor dependency [@nestjs/cli](https://github.com/nestjs/nest-cli ). These dependencies need to be updated together.
Updates `webpack` from 5.73.0 to 5.79.0
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.73.0...v5.79.0 )
Updates `@nestjs/cli` from 9.0.0 to 9.4.0
- [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/9.0.0...9.4.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: indirect
- dependency-name: "@nestjs/cli"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-17 08:13:21 +00:00
dependabot[bot]
f954e4464f
chore(deps): bump webpack and @nestjs/cli in /sample/07-sequelize
...
Bumps [webpack](https://github.com/webpack/webpack ) to 5.79.0 and updates ancestor dependency [@nestjs/cli](https://github.com/nestjs/nest-cli ). These dependencies need to be updated together.
Updates `webpack` from 5.73.0 to 5.79.0
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.73.0...v5.79.0 )
Updates `@nestjs/cli` from 9.0.0 to 9.4.0
- [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/9.0.0...9.4.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: indirect
- dependency-name: "@nestjs/cli"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-17 08:13:08 +00:00
dependabot[bot]
9a0b2b95a8
chore(deps): bump webpack and @nestjs/cli in /sample/06-mongoose
...
Bumps [webpack](https://github.com/webpack/webpack ) to 5.79.0 and updates ancestor dependency [@nestjs/cli](https://github.com/nestjs/nest-cli ). These dependencies need to be updated together.
Updates `webpack` from 5.73.0 to 5.79.0
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.73.0...v5.79.0 )
Updates `@nestjs/cli` from 9.0.0 to 9.4.0
- [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/9.0.0...9.4.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: indirect
- dependency-name: "@nestjs/cli"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-17 08:12:52 +00:00
dependabot[bot]
8de9202ed4
chore(deps): bump webpack and @nestjs/cli in /sample/05-sql-typeorm
...
Bumps [webpack](https://github.com/webpack/webpack ) to 5.79.0 and updates ancestor dependency [@nestjs/cli](https://github.com/nestjs/nest-cli ). These dependencies need to be updated together.
Updates `webpack` from 5.73.0 to 5.79.0
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.73.0...v5.79.0 )
Updates `@nestjs/cli` from 9.0.0 to 9.4.0
- [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/9.0.0...9.4.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: indirect
- dependency-name: "@nestjs/cli"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-17 08:12:51 +00:00
Kamil Mysliwiec
31f0f30365
Merge pull request #11497 from nestjs/dependabot/npm_and_yarn/commitlint/config-angular-17.6.1
...
chore(deps-dev): bump @commitlint/config-angular from 17.6.0 to 17.6.1
2023-04-17 10:12:37 +02:00
Kamil Mysliwiec
a802804860
Merge pull request #11499 from nestjs/dependabot/npm_and_yarn/sample/19-auth-jwt/webpack-and-nestjs/cli-5.79.0
...
chore(deps): bump webpack and @nestjs/cli in /sample/19-auth-jwt
2023-04-17 10:12:32 +02:00
Kamil Mysliwiec
0d4797549f
Merge pull request #11500 from nestjs/dependabot/npm_and_yarn/sample/18-context/webpack-and-nestjs/cli-5.79.0
...
chore(deps): bump webpack and @nestjs/cli in /sample/18-context
2023-04-17 10:12:26 +02:00
Kamil Mysliwiec
0742b04a95
Merge pull request #11501 from nestjs/dependabot/npm_and_yarn/sample/17-mvc-fastify/webpack-and-nestjs/cli-5.79.0
...
chore(deps): bump webpack and @nestjs/cli in /sample/17-mvc-fastify
2023-04-17 10:12:20 +02:00
Kamil Mysliwiec
e78764d731
Merge pull request #11502 from nestjs/dependabot/npm_and_yarn/sample/16-gateways-ws/webpack-and-nestjs/cli-5.79.0
...
chore(deps): bump webpack and @nestjs/cli in /sample/16-gateways-ws
2023-04-17 10:12:15 +02:00
Kamil Mysliwiec
c5f3485a17
Merge pull request #11503 from nestjs/dependabot/npm_and_yarn/sample/15-mvc/webpack-and-nestjs/cli-5.79.0
...
chore(deps): bump webpack and @nestjs/cli in /sample/15-mvc
2023-04-17 10:12:10 +02:00
Kamil Mysliwiec
9d59a1f0ea
Merge pull request #11504 from nestjs/dependabot/npm_and_yarn/sample/13-mongo-typeorm/webpack-and-nestjs/cli-5.79.0
...
chore(deps): bump webpack and @nestjs/cli in /sample/13-mongo-typeorm
2023-04-17 10:12:04 +02:00
Kamil Mysliwiec
66128c7042
Merge pull request #11505 from nestjs/dependabot/npm_and_yarn/sample/14-mongoose-base/webpack-and-nestjs/cli-5.79.0
...
chore(deps): bump webpack and @nestjs/cli in /sample/14-mongoose-base
2023-04-17 10:11:57 +02:00
Kamil Mysliwiec
7aa74bb93a
Merge pull request #11506 from nestjs/dependabot/npm_and_yarn/sample/10-fastify/webpack-and-nestjs/cli-5.79.0
...
chore(deps): bump webpack and @nestjs/cli in /sample/10-fastify
2023-04-17 10:11:51 +02:00
Kamil Mysliwiec
dd074aa0f8
Merge pull request #11507 from nestjs/dependabot/npm_and_yarn/sample/11-swagger/webpack-and-nestjs/cli-5.79.0
...
chore(deps): bump webpack and @nestjs/cli in /sample/11-swagger
2023-04-17 10:11:40 +02:00
dependabot[bot]
ab7474dccb
chore(deps-dev): bump @commitlint/config-angular from 17.6.0 to 17.6.1
...
Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular ) from 17.6.0 to 17.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/v17.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 >
2023-04-17 07:49:14 +00:00
dependabot[bot]
793f8e945d
chore(deps): bump webpack and @nestjs/cli in /sample/11-swagger
...
Bumps [webpack](https://github.com/webpack/webpack ) to 5.79.0 and updates ancestor dependency [@nestjs/cli](https://github.com/nestjs/nest-cli ). These dependencies need to be updated together.
Updates `webpack` from 5.73.0 to 5.79.0
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.73.0...v5.79.0 )
Updates `@nestjs/cli` from 9.0.0 to 9.4.0
- [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/9.0.0...9.4.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: indirect
- dependency-name: "@nestjs/cli"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-17 07:47:52 +00:00
dependabot[bot]
e01733fa27
chore(deps): bump webpack and @nestjs/cli in /sample/19-auth-jwt
...
Bumps [webpack](https://github.com/webpack/webpack ) to 5.79.0 and updates ancestor dependency [@nestjs/cli](https://github.com/nestjs/nest-cli ). These dependencies need to be updated together.
Updates `webpack` from 5.73.0 to 5.79.0
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.73.0...v5.79.0 )
Updates `@nestjs/cli` from 9.0.0 to 9.4.0
- [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/9.0.0...9.4.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: indirect
- dependency-name: "@nestjs/cli"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-17 07:47:39 +00:00
dependabot[bot]
6d7f7d3046
chore(deps): bump webpack and @nestjs/cli in /sample/10-fastify
...
Bumps [webpack](https://github.com/webpack/webpack ) to 5.79.0 and updates ancestor dependency [@nestjs/cli](https://github.com/nestjs/nest-cli ). These dependencies need to be updated together.
Updates `webpack` from 5.73.0 to 5.79.0
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.73.0...v5.79.0 )
Updates `@nestjs/cli` from 9.0.0 to 9.4.0
- [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/9.0.0...9.4.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: indirect
- dependency-name: "@nestjs/cli"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-17 07:47:39 +00:00
dependabot[bot]
e71bc0aeef
chore(deps): bump webpack and @nestjs/cli in /sample/14-mongoose-base
...
Bumps [webpack](https://github.com/webpack/webpack ) to 5.79.0 and updates ancestor dependency [@nestjs/cli](https://github.com/nestjs/nest-cli ). These dependencies need to be updated together.
Updates `webpack` from 5.73.0 to 5.79.0
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.73.0...v5.79.0 )
Updates `@nestjs/cli` from 9.0.0 to 9.4.0
- [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/9.0.0...9.4.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: indirect
- dependency-name: "@nestjs/cli"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-17 07:47:37 +00:00
dependabot[bot]
79cceb5798
chore(deps): bump webpack and @nestjs/cli in /sample/13-mongo-typeorm
...
Bumps [webpack](https://github.com/webpack/webpack ) to 5.79.0 and updates ancestor dependency [@nestjs/cli](https://github.com/nestjs/nest-cli ). These dependencies need to be updated together.
Updates `webpack` from 5.73.0 to 5.79.0
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.73.0...v5.79.0 )
Updates `@nestjs/cli` from 9.0.0 to 9.4.0
- [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/9.0.0...9.4.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: indirect
- dependency-name: "@nestjs/cli"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-17 07:47:28 +00:00
dependabot[bot]
18a6cfb596
chore(deps): bump webpack and @nestjs/cli in /sample/18-context
...
Bumps [webpack](https://github.com/webpack/webpack ) to 5.79.0 and updates ancestor dependency [@nestjs/cli](https://github.com/nestjs/nest-cli ). These dependencies need to be updated together.
Updates `webpack` from 5.73.0 to 5.79.0
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.73.0...v5.79.0 )
Updates `@nestjs/cli` from 9.0.0 to 9.4.0
- [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/9.0.0...9.4.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: indirect
- dependency-name: "@nestjs/cli"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-17 07:47:25 +00:00
dependabot[bot]
eaa1f93ae1
chore(deps): bump webpack and @nestjs/cli in /sample/15-mvc
...
Bumps [webpack](https://github.com/webpack/webpack ) to 5.79.0 and updates ancestor dependency [@nestjs/cli](https://github.com/nestjs/nest-cli ). These dependencies need to be updated together.
Updates `webpack` from 5.73.0 to 5.79.0
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.73.0...v5.79.0 )
Updates `@nestjs/cli` from 9.0.0 to 9.4.0
- [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/9.0.0...9.4.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: indirect
- dependency-name: "@nestjs/cli"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-17 07:47:19 +00:00
Kamil Mysliwiec
cf8ac196c5
Merge pull request #11496 from nestjs/dependabot/npm_and_yarn/typeorm-0.3.15
...
chore(deps-dev): bump typeorm from 0.3.14 to 0.3.15
2023-04-17 09:46:52 +02:00
dependabot[bot]
6485c9f357
chore(deps): bump webpack and @nestjs/cli in /sample/16-gateways-ws
...
Bumps [webpack](https://github.com/webpack/webpack ) to 5.79.0 and updates ancestor dependency [@nestjs/cli](https://github.com/nestjs/nest-cli ). These dependencies need to be updated together.
Updates `webpack` from 5.73.0 to 5.79.0
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.73.0...v5.79.0 )
Updates `@nestjs/cli` from 9.0.0 to 9.4.0
- [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/9.0.0...9.4.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: indirect
- dependency-name: "@nestjs/cli"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-17 07:46:47 +00:00
dependabot[bot]
584f25631c
chore(deps): bump webpack and @nestjs/cli in /sample/17-mvc-fastify
...
Bumps [webpack](https://github.com/webpack/webpack ) to 5.79.0 and updates ancestor dependency [@nestjs/cli](https://github.com/nestjs/nest-cli ). These dependencies need to be updated together.
Updates `webpack` from 5.73.0 to 5.79.0
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.73.0...v5.79.0 )
Updates `@nestjs/cli` from 9.0.0 to 9.4.0
- [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/9.0.0...9.4.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: indirect
- dependency-name: "@nestjs/cli"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-17 07:46:46 +00:00
Kamil Mysliwiec
0308912ee8
Merge pull request #11495 from nestjs/dependabot/npm_and_yarn/ioredis-5.3.2
...
chore(deps-dev): bump ioredis from 5.3.1 to 5.3.2
2023-04-17 09:46:46 +02:00
Kamil Mysliwiec
771671481b
Merge pull request #11488 from nestjs/dependabot/npm_and_yarn/sample/20-cache/webpack-and-nestjs/cli-5.79.0
...
chore(deps): bump webpack and @nestjs/cli in /sample/20-cache
2023-04-17 09:46:43 +02:00
Kamil Mysliwiec
c431c0828e
Merge pull request #11487 from nestjs/dependabot/npm_and_yarn/sample/25-dynamic-modules/webpack-and-nestjs/cli-5.79.0
...
chore(deps): bump webpack and @nestjs/cli in /sample/25-dynamic-modules
2023-04-17 09:46:35 +02:00
Kamil Mysliwiec
fcd9e603ec
Merge pull request #11486 from nestjs/dependabot/npm_and_yarn/sample/26-queues/webpack-and-nestjs/cli-5.79.0
...
chore(deps): bump webpack and @nestjs/cli in /sample/26-queues
2023-04-17 09:46:29 +02:00
dependabot[bot]
a6909bc5d7
chore(deps): bump webpack and @nestjs/cli in /sample/26-queues
...
Bumps [webpack](https://github.com/webpack/webpack ) to 5.79.0 and updates ancestor dependency [@nestjs/cli](https://github.com/nestjs/nest-cli ). These dependencies need to be updated together.
Updates `webpack` from 5.73.0 to 5.79.0
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.73.0...v5.79.0 )
Updates `@nestjs/cli` from 9.0.0 to 9.4.0
- [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/9.0.0...9.4.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: indirect
- dependency-name: "@nestjs/cli"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-17 07:46:23 +00:00
Kamil Mysliwiec
8708d14096
Merge pull request #11485 from nestjs/dependabot/npm_and_yarn/sample/28-sse/webpack-and-nestjs/cli-5.79.0
...
chore(deps): bump webpack and @nestjs/cli in /sample/28-sse
2023-04-17 09:46:22 +02:00
dependabot[bot]
bd1d93f129
chore(deps): bump webpack and @nestjs/cli in /sample/20-cache
...
Bumps [webpack](https://github.com/webpack/webpack ) to 5.79.0 and updates ancestor dependency [@nestjs/cli](https://github.com/nestjs/nest-cli ). These dependencies need to be updated together.
Updates `webpack` from 5.73.0 to 5.79.0
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.73.0...v5.79.0 )
Updates `@nestjs/cli` from 9.0.0 to 9.4.0
- [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/9.0.0...9.4.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: indirect
- dependency-name: "@nestjs/cli"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-17 07:46:19 +00:00
Kamil Mysliwiec
8001f96290
Merge pull request #11484 from nestjs/dependabot/npm_and_yarn/sample/21-serializer/webpack-and-nestjs/cli-5.79.0
...
chore(deps): bump webpack and @nestjs/cli in /sample/21-serializer
2023-04-17 09:46:15 +02:00
Kamil Mysliwiec
c708970ac8
Merge pull request #11483 from nestjs/dependabot/npm_and_yarn/sample/29-file-upload/webpack-and-nestjs/cli-5.79.0
...
chore(deps): bump webpack and @nestjs/cli in /sample/29-file-upload
2023-04-17 09:46:05 +02:00
dependabot[bot]
1d05023cc4
chore(deps): bump webpack and @nestjs/cli in /sample/25-dynamic-modules
...
Bumps [webpack](https://github.com/webpack/webpack ) to 5.79.0 and updates ancestor dependency [@nestjs/cli](https://github.com/nestjs/nest-cli ). These dependencies need to be updated together.
Updates `webpack` from 5.73.0 to 5.79.0
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.73.0...v5.79.0 )
Updates `@nestjs/cli` from 9.0.0 to 9.4.0
- [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/9.0.0...9.4.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: indirect
- dependency-name: "@nestjs/cli"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-17 07:45:56 +00:00
dependabot[bot]
a5c8d86383
chore(deps): bump webpack and @nestjs/cli in /sample/29-file-upload
...
Bumps [webpack](https://github.com/webpack/webpack ) to 5.79.0 and updates ancestor dependency [@nestjs/cli](https://github.com/nestjs/nest-cli ). These dependencies need to be updated together.
Updates `webpack` from 5.73.0 to 5.79.0
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.73.0...v5.79.0 )
Updates `@nestjs/cli` from 9.0.0 to 9.4.0
- [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/9.0.0...9.4.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: indirect
- dependency-name: "@nestjs/cli"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-17 07:45:55 +00:00
dependabot[bot]
1c5e263c97
chore(deps): bump webpack and @nestjs/cli in /sample/28-sse
...
Bumps [webpack](https://github.com/webpack/webpack ) to 5.79.0 and updates ancestor dependency [@nestjs/cli](https://github.com/nestjs/nest-cli ). These dependencies need to be updated together.
Updates `webpack` from 5.73.0 to 5.79.0
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.73.0...v5.79.0 )
Updates `@nestjs/cli` from 9.0.0 to 9.4.0
- [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/9.0.0...9.4.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: indirect
- dependency-name: "@nestjs/cli"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-17 07:45:54 +00:00
dependabot[bot]
09321efa3b
chore(deps): bump webpack and @nestjs/cli in /sample/21-serializer
...
Bumps [webpack](https://github.com/webpack/webpack ) to 5.79.0 and updates ancestor dependency [@nestjs/cli](https://github.com/nestjs/nest-cli ). These dependencies need to be updated together.
Updates `webpack` from 5.73.0 to 5.79.0
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.73.0...v5.79.0 )
Updates `@nestjs/cli` from 9.0.0 to 9.4.0
- [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/9.0.0...9.4.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: indirect
- dependency-name: "@nestjs/cli"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-17 07:45:46 +00:00
Kamil Mysliwiec
f2dc78ebd3
Merge pull request #11482 from nestjs/dependabot/npm_and_yarn/sample/27-scheduling/webpack-and-nestjs/cli-5.79.0
...
chore(deps): bump webpack and @nestjs/cli in /sample/27-scheduling
2023-04-17 09:45:29 +02:00
Kamil Mysliwiec
ecd298aeb8
Merge pull request #11481 from nestjs/dependabot/npm_and_yarn/sample/24-serve-static/webpack-and-nestjs/cli-5.79.0
...
chore(deps): bump webpack and @nestjs/cli in /sample/24-serve-static
2023-04-17 09:45:22 +02:00
Kamil Mysliwiec
29906a334a
Merge pull request #11480 from nestjs/dependabot/npm_and_yarn/commitlint/cli-17.6.1
...
chore(deps-dev): bump @commitlint/cli from 17.5.1 to 17.6.1
2023-04-17 09:45:13 +02:00
Kamil Mysliwiec
64a4519789
Merge pull request #11479 from nestjs/dependabot/npm_and_yarn/sample/30-event-emitter/webpack-and-nestjs/cli-5.79.0
...
chore(deps): bump webpack and @nestjs/cli in /sample/30-event-emitter
2023-04-17 09:45:03 +02:00
Kamil Mysliwiec
8e2cd3d2cc
Merge pull request #11471 from nestjs/dependabot/npm_and_yarn/sample/22-graphql-prisma/webpack-and-nestjs/cli-5.79.0
...
chore(deps): bump webpack and @nestjs/cli in /sample/22-graphql-prisma
2023-04-17 09:44:56 +02:00
Kamil Mysliwiec
58627e6c45
Merge pull request #11498 from nestjs/dependabot/npm_and_yarn/mysql2-3.2.3
...
chore(deps-dev): bump mysql2 from 3.2.1 to 3.2.3
2023-04-17 09:44:43 +02:00
dependabot[bot]
9335820f2f
chore(deps-dev): bump mysql2 from 3.2.1 to 3.2.3
...
Bumps [mysql2](https://github.com/sidorares/node-mysql2 ) from 3.2.1 to 3.2.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.2.1...v3.2.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-04-17 01:07:53 +00:00
dependabot[bot]
9d64003af7
chore(deps-dev): bump typeorm from 0.3.14 to 0.3.15
...
Bumps [typeorm](https://github.com/typeorm/typeorm ) from 0.3.14 to 0.3.15.
- [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.14...0.3.15 )
---
updated-dependencies:
- dependency-name: typeorm
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-17 01:02:56 +00:00
dependabot[bot]
30616bd5a2
chore(deps-dev): bump ioredis from 5.3.1 to 5.3.2
...
Bumps [ioredis](https://github.com/luin/ioredis ) from 5.3.1 to 5.3.2.
- [Release notes](https://github.com/luin/ioredis/releases )
- [Changelog](https://github.com/luin/ioredis/blob/main/CHANGELOG.md )
- [Commits](https://github.com/luin/ioredis/compare/v5.3.1...v5.3.2 )
---
updated-dependencies:
- dependency-name: ioredis
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-17 00:59:57 +00:00
dependabot[bot]
8321044ecb
chore(deps): bump webpack and @nestjs/cli in /sample/24-serve-static
...
Bumps [webpack](https://github.com/webpack/webpack ) to 5.79.0 and updates ancestor dependency [@nestjs/cli](https://github.com/nestjs/nest-cli ). These dependencies need to be updated together.
Updates `webpack` from 5.73.0 to 5.79.0
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.73.0...v5.79.0 )
Updates `@nestjs/cli` from 9.0.0 to 9.4.0
- [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/9.0.0...9.4.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: indirect
- dependency-name: "@nestjs/cli"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-14 10:05:52 +00:00
dependabot[bot]
56365a7c7b
chore(deps): bump webpack and @nestjs/cli in /sample/27-scheduling
...
Bumps [webpack](https://github.com/webpack/webpack ) to 5.79.0 and updates ancestor dependency [@nestjs/cli](https://github.com/nestjs/nest-cli ). These dependencies need to be updated together.
Updates `webpack` from 5.73.0 to 5.79.0
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.73.0...v5.79.0 )
Updates `@nestjs/cli` from 9.0.0 to 9.4.0
- [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/9.0.0...9.4.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: indirect
- dependency-name: "@nestjs/cli"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-14 10:05:51 +00:00
dependabot[bot]
a2654aca28
chore(deps): bump webpack and @nestjs/cli in /sample/22-graphql-prisma
...
Bumps [webpack](https://github.com/webpack/webpack ) to 5.79.0 and updates ancestor dependency [@nestjs/cli](https://github.com/nestjs/nest-cli ). These dependencies need to be updated together.
Updates `webpack` from 5.75.0 to 5.79.0
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.79.0 )
Updates `@nestjs/cli` from 9.2.0 to 9.4.0
- [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/9.2.0...9.4.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: indirect
- dependency-name: "@nestjs/cli"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-14 10:05:51 +00:00
dependabot[bot]
d72f691d99
chore(deps): bump webpack and @nestjs/cli in /sample/30-event-emitter
...
Bumps [webpack](https://github.com/webpack/webpack ) to 5.79.0 and updates ancestor dependency [@nestjs/cli](https://github.com/nestjs/nest-cli ). These dependencies need to be updated together.
Updates `webpack` from 5.73.0 to 5.79.0
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.73.0...v5.79.0 )
Updates `@nestjs/cli` from 9.0.0 to 9.4.0
- [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/9.0.0...9.4.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: indirect
- dependency-name: "@nestjs/cli"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-14 10:05:47 +00:00
Kamil Mysliwiec
e33c5509e2
Merge pull request #11469 from nestjs/dependabot/npm_and_yarn/sample/32-graphql-federation-schema-first/gateway/webpack-and-nestjs/cli-5.79.0
...
chore(deps): bump webpack and @nestjs/cli in /sample/32-graphql-federation-schema-first/gateway
2023-04-14 12:04:52 +02:00
dependabot[bot]
960034ecee
chore(deps): bump webpack and @nestjs/cli
...
Bumps [webpack](https://github.com/webpack/webpack ) to 5.79.0 and updates ancestor dependency [@nestjs/cli](https://github.com/nestjs/nest-cli ). These dependencies need to be updated together.
Updates `webpack` from 5.75.0 to 5.79.0
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.79.0 )
Updates `@nestjs/cli` from 9.2.0 to 9.4.0
- [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/9.2.0...9.4.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: indirect
- dependency-name: "@nestjs/cli"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-14 09:59:44 +00:00
dependabot[bot]
258ed425b9
chore(deps-dev): bump @commitlint/cli from 17.5.1 to 17.6.1
...
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli ) from 17.5.1 to 17.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/v17.6.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-04-14 09:59:34 +00:00
Kamil Mysliwiec
38e98b3d09
Merge pull request #11470 from nestjs/dependabot/npm_and_yarn/sample/32-graphql-federation-schema-first/posts-application/webpack-and-nestjs/cli-5.79.0
...
chore(deps): bump webpack and @nestjs/cli in /sample/32-graphql-federation-schema-first/posts-application
2023-04-14 11:58:50 +02:00
Kamil Mysliwiec
df028fd29b
Merge pull request #11472 from nestjs/dependabot/npm_and_yarn/sample/31-graphql-federation-code-first/users-application/webpack-and-nestjs/cli-5.79.0
...
chore(deps): bump webpack and @nestjs/cli in /sample/31-graphql-federation-code-first/users-application
2023-04-14 11:58:43 +02:00
Kamil Mysliwiec
f66dca2525
Merge pull request #11473 from nestjs/dependabot/npm_and_yarn/sample/33-graphql-mercurius/webpack-and-nestjs/cli-5.79.0
...
chore(deps): bump webpack and @nestjs/cli in /sample/33-graphql-mercurius
2023-04-14 11:58:35 +02:00
Kamil Mysliwiec
3c57c7ec98
Merge pull request #11474 from nestjs/dependabot/npm_and_yarn/sample/31-graphql-federation-code-first/gateway/webpack-and-nestjs/cli-5.79.0
...
chore(deps): bump webpack and @nestjs/cli in /sample/31-graphql-federation-code-first/gateway
2023-04-14 11:58:28 +02:00
Kamil Mysliwiec
9859b08668
Merge pull request #11475 from nestjs/dependabot/npm_and_yarn/sample/23-graphql-code-first/webpack-and-nestjs/cli-5.79.0
...
chore(deps): bump webpack and @nestjs/cli in /sample/23-graphql-code-first
2023-04-14 11:58:21 +02:00
Kamil Mysliwiec
95566e96d9
Merge pull request #11476 from nestjs/dependabot/npm_and_yarn/sample/12-graphql-schema-first/webpack-and-nestjs/cli-5.79.0
...
chore(deps): bump webpack and @nestjs/cli in /sample/12-graphql-schema-first
2023-04-14 11:58:15 +02:00
Kamil Mysliwiec
01ce40796a
Merge pull request #11477 from nestjs/dependabot/npm_and_yarn/sample/32-graphql-federation-schema-first/users-application/webpack-and-nestjs/cli-5.79.0
...
chore(deps): bump webpack and @nestjs/cli in /sample/32-graphql-federation-schema-first/users-application
2023-04-14 11:58:07 +02:00
Kamil Mysliwiec
ea75dd48a6
Merge pull request #11478 from nestjs/dependabot/npm_and_yarn/sample/31-graphql-federation-code-first/posts-application/webpack-and-nestjs/cli-5.79.0
...
chore(deps): bump webpack and @nestjs/cli in /sample/31-graphql-federation-code-first/posts-application
2023-04-14 11:58:00 +02:00
Kamil Mysliwiec
8f2382bb50
Merge pull request #11463 from nestjs/dependabot/npm_and_yarn/core-js-3.30.1
...
chore(deps-dev): bump core-js from 3.30.0 to 3.30.1
2023-04-14 11:57:32 +02:00
dependabot[bot]
70a2093004
chore(deps): bump webpack and @nestjs/cli
...
Bumps [webpack](https://github.com/webpack/webpack ) to 5.79.0 and updates ancestor dependency [@nestjs/cli](https://github.com/nestjs/nest-cli ). These dependencies need to be updated together.
Updates `webpack` from 5.75.0 to 5.79.0
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.79.0 )
Updates `@nestjs/cli` from 9.2.0 to 9.4.0
- [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/9.2.0...9.4.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: indirect
- dependency-name: "@nestjs/cli"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-14 09:57:22 +00:00
dependabot[bot]
a2db2c794c
chore(deps): bump webpack and @nestjs/cli
...
Bumps [webpack](https://github.com/webpack/webpack ) to 5.79.0 and updates ancestor dependency [@nestjs/cli](https://github.com/nestjs/nest-cli ). These dependencies need to be updated together.
Updates `webpack` from 5.75.0 to 5.79.0
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.79.0 )
Updates `@nestjs/cli` from 9.2.0 to 9.4.0
- [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/9.2.0...9.4.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: indirect
- dependency-name: "@nestjs/cli"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-14 09:57:22 +00:00
Kamil Mysliwiec
ec35efa378
Merge pull request #11465 from nestjs/dependabot/npm_and_yarn/commitlint/config-angular-17.6.0
...
chore(deps-dev): bump @commitlint/config-angular from 17.4.4 to 17.6.0
2023-04-14 11:57:22 +02:00
dependabot[bot]
299964d0e0
chore(deps): bump webpack and @nestjs/cli
...
Bumps [webpack](https://github.com/webpack/webpack ) to 5.79.0 and updates ancestor dependency [@nestjs/cli](https://github.com/nestjs/nest-cli ). These dependencies need to be updated together.
Updates `webpack` from 5.75.0 to 5.79.0
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.79.0 )
Updates `@nestjs/cli` from 9.2.0 to 9.4.0
- [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/9.2.0...9.4.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: indirect
- dependency-name: "@nestjs/cli"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-14 09:57:20 +00:00
dependabot[bot]
9a7be45785
chore(deps): bump webpack and @nestjs/cli
...
Bumps [webpack](https://github.com/webpack/webpack ) to 5.79.0 and updates ancestor dependency [@nestjs/cli](https://github.com/nestjs/nest-cli ). These dependencies need to be updated together.
Updates `webpack` from 5.75.0 to 5.79.0
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.79.0 )
Updates `@nestjs/cli` from 9.2.0 to 9.4.0
- [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/9.2.0...9.4.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: indirect
- dependency-name: "@nestjs/cli"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-14 09:57:20 +00:00
dependabot[bot]
c3f0856dae
chore(deps): bump webpack and @nestjs/cli
...
Bumps [webpack](https://github.com/webpack/webpack ) to 5.79.0 and updates ancestor dependency [@nestjs/cli](https://github.com/nestjs/nest-cli ). These dependencies need to be updated together.
Updates `webpack` from 5.75.0 to 5.79.0
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.79.0 )
Updates `@nestjs/cli` from 9.2.0 to 9.4.0
- [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/9.2.0...9.4.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: indirect
- dependency-name: "@nestjs/cli"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-14 09:57:20 +00:00
dependabot[bot]
bd59cbfdf2
chore(deps): bump webpack and @nestjs/cli
...
Bumps [webpack](https://github.com/webpack/webpack ) to 5.79.0 and updates ancestor dependency [@nestjs/cli](https://github.com/nestjs/nest-cli ). These dependencies need to be updated together.
Updates `webpack` from 5.73.0 to 5.79.0
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.73.0...v5.79.0 )
Updates `@nestjs/cli` from 9.0.0 to 9.4.0
- [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/9.0.0...9.4.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: indirect
- dependency-name: "@nestjs/cli"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-14 09:57:16 +00:00
Kamil Mysliwiec
7f1aa73405
Merge pull request #11466 from nestjs/dependabot/npm_and_yarn/fastify/static-6.10.1
...
chore(deps-dev): bump @fastify/static from 6.10.0 to 6.10.1
2023-04-14 11:57:15 +02:00
dependabot[bot]
b4adce1333
chore(deps): bump webpack and @nestjs/cli
...
Bumps [webpack](https://github.com/webpack/webpack ) to 5.79.0 and updates ancestor dependency [@nestjs/cli](https://github.com/nestjs/nest-cli ). These dependencies need to be updated together.
Updates `webpack` from 5.75.0 to 5.79.0
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.79.0 )
Updates `@nestjs/cli` from 9.2.0 to 9.4.0
- [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/9.2.0...9.4.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: indirect
- dependency-name: "@nestjs/cli"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-14 09:57:08 +00:00
dependabot[bot]
2ef5417f43
chore(deps): bump webpack and @nestjs/cli
...
Bumps [webpack](https://github.com/webpack/webpack ) to 5.79.0 and updates ancestor dependency [@nestjs/cli](https://github.com/nestjs/nest-cli ). These dependencies need to be updated together.
Updates `webpack` from 5.75.0 to 5.79.0
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.79.0 )
Updates `@nestjs/cli` from 9.2.0 to 9.4.0
- [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/9.2.0...9.4.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: indirect
- dependency-name: "@nestjs/cli"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-14 09:57:07 +00:00
Kamil Mysliwiec
1948f06e1e
Merge pull request #11467 from nestjs/dependabot/npm_and_yarn/mysql2-3.2.1
...
chore(deps-dev): bump mysql2 from 3.2.0 to 3.2.1
2023-04-14 11:56:27 +02:00
Kamil Mysliwiec
748bcffdd4
Merge pull request #11468 from nestjs/dependabot/npm_and_yarn/graphql-tools-8.3.20
...
chore(deps-dev): bump graphql-tools from 8.3.19 to 8.3.20
2023-04-14 11:56:16 +02:00
dependabot[bot]
bbc95e3a69
chore(deps-dev): bump graphql-tools from 8.3.19 to 8.3.20
...
Bumps [graphql-tools](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/graphql-tools ) from 8.3.19 to 8.3.20.
- [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@8.3.20/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 >
2023-04-14 01:12:11 +00:00
dependabot[bot]
1e1d2f027a
chore(deps-dev): bump mysql2 from 3.2.0 to 3.2.1
...
Bumps [mysql2](https://github.com/sidorares/node-mysql2 ) from 3.2.0 to 3.2.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.2.0...v3.2.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-04-14 01:09:45 +00:00
dependabot[bot]
7b879015f5
chore(deps-dev): bump @fastify/static from 6.10.0 to 6.10.1
...
Bumps [@fastify/static](https://github.com/fastify/fastify-static ) from 6.10.0 to 6.10.1.
- [Release notes](https://github.com/fastify/fastify-static/releases )
- [Commits](https://github.com/fastify/fastify-static/compare/v6.10.0...v6.10.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 >
2023-04-14 01:08:25 +00:00
dependabot[bot]
ec6aac2525
chore(deps-dev): bump @commitlint/config-angular from 17.4.4 to 17.6.0
...
Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular ) from 17.4.4 to 17.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/v17.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 >
2023-04-14 01:06:47 +00:00
dependabot[bot]
19fa3438ef
chore(deps-dev): bump core-js from 3.30.0 to 3.30.1
...
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js ) from 3.30.0 to 3.30.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.30.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-04-14 00:59:46 +00:00
Kamil Mysliwiec
75c86c95bd
Merge pull request #11458 from nestjs/dependabot/npm_and_yarn/nestjs/apollo-11.0.5
...
chore(deps-dev): bump @nestjs/apollo from 11.0.4 to 11.0.5
2023-04-13 15:25:38 +02:00
Kamil Mysliwiec
ba4f3cdadc
Merge pull request #11443 from nestjs/dependabot/npm_and_yarn/fastify/multipart-7.6.0
...
chore(deps-dev): bump @fastify/multipart from 7.5.0 to 7.6.0
2023-04-13 15:25:29 +02:00
dependabot[bot]
6e44e7cb9b
chore(deps-dev): bump @nestjs/apollo from 11.0.4 to 11.0.5
...
Bumps [@nestjs/apollo](https://github.com/nestjs/graphql ) from 11.0.4 to 11.0.5.
- [Release notes](https://github.com/nestjs/graphql/releases )
- [Commits](https://github.com/nestjs/graphql/compare/v11.0.4...v11.0.5 )
---
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-04-13 08:19:13 +00:00
dependabot[bot]
4834d64a4f
chore(deps-dev): bump @fastify/multipart from 7.5.0 to 7.6.0
...
Bumps [@fastify/multipart](https://github.com/fastify/fastify-multipart ) from 7.5.0 to 7.6.0.
- [Release notes](https://github.com/fastify/fastify-multipart/releases )
- [Commits](https://github.com/fastify/fastify-multipart/compare/v7.5.0...v7.6.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 >
2023-04-13 08:19:02 +00:00
Kamil Mysliwiec
df899608a6
Merge pull request #11460 from nestjs/dependabot/npm_and_yarn/grpc/grpc-js-1.8.14
...
chore(deps-dev): bump @grpc/grpc-js from 1.8.13 to 1.8.14
2023-04-13 10:16:49 +02:00
Kamil Mysliwiec
3cda125875
Merge pull request #11457 from nestjs/dependabot/npm_and_yarn/nestjs/graphql-11.0.5
...
chore(deps-dev): bump @nestjs/graphql from 11.0.4 to 11.0.5
2023-04-13 10:16:41 +02:00
Kamil Mysliwiec
9feaf9a8d3
Merge pull request #11453 from nestjs/dependabot/npm_and_yarn/sample/05-sql-typeorm/xml2js-and-typeorm--removed
...
chore(deps): bump xml2js and typeorm in /sample/05-sql-typeorm
2023-04-13 10:16:36 +02:00
Kamil Mysliwiec
ec570a7e9f
Merge pull request #11449 from nestjs/dependabot/npm_and_yarn/sample/13-mongo-typeorm/xml2js-and-typeorm--removed
...
chore(deps): bump xml2js and typeorm in /sample/13-mongo-typeorm
2023-04-13 10:16:29 +02:00
Kamil Mysliwiec
26818a89be
Merge pull request #11446 from nestjs/dependabot/npm_and_yarn/typescript-5.0.4
...
chore(deps-dev): bump typescript from 5.0.3 to 5.0.4
2023-04-13 10:16:24 +02:00
Kamil Myśliwiec
03257a5cb7
docs(common): update the validator options interface comment
2023-04-13 09:53:33 +02:00
dependabot[bot]
909a7a0e88
chore(deps-dev): bump @grpc/grpc-js from 1.8.13 to 1.8.14
...
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node ) from 1.8.13 to 1.8.14.
- [Release notes](https://github.com/grpc/grpc-node/releases )
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.8.13...@grpc/grpc-js@1.8.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 >
2023-04-13 01:01:41 +00:00
dependabot[bot]
da4e61d263
chore(deps-dev): bump @nestjs/graphql from 11.0.4 to 11.0.5
...
Bumps [@nestjs/graphql](https://github.com/nestjs/graphql ) from 11.0.4 to 11.0.5.
- [Release notes](https://github.com/nestjs/graphql/releases )
- [Commits](https://github.com/nestjs/graphql/compare/v11.0.4...v11.0.5 )
---
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-04-12 01:03:25 +00:00
Kamil Myśliwiec
8b74665bdf
chore: remove deprecated types, utils, logic
2023-04-11 13:34:10 +02:00
Kamil Mysliwiec
6d17c2a869
Update Readme.md
2023-04-11 13:16:49 +02:00
dependabot[bot]
584ddc52b4
chore(deps-dev): bump typescript from 5.0.3 to 5.0.4
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 5.0.3 to 5.0.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.0.3...v5.0.4 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-11 11:12:28 +00:00
dependabot[bot]
c02ad6bdd9
chore(deps): bump xml2js and typeorm in /sample/05-sql-typeorm
...
Removes [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js ). It's no longer used after updating ancestor dependency [typeorm](https://github.com/typeorm/typeorm ). These dependencies need to be updated together.
Removes `xml2js`
Updates `typeorm` from 0.3.12 to 0.3.14
- [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.12...0.3.14 )
---
updated-dependencies:
- dependency-name: xml2js
dependency-type: indirect
- dependency-name: typeorm
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-11 11:11:31 +00:00
dependabot[bot]
1f0f913f27
chore(deps): bump xml2js and typeorm in /sample/13-mongo-typeorm
...
Removes [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js ). It's no longer used after updating ancestor dependency [typeorm](https://github.com/typeorm/typeorm ). These dependencies need to be updated together.
Removes `xml2js`
Updates `typeorm` from 0.3.12 to 0.3.14
- [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.12...0.3.14 )
---
updated-dependencies:
- dependency-name: xml2js
dependency-type: indirect
- dependency-name: typeorm
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-11 11:11:21 +00:00
Kamil Mysliwiec
ac261f4741
Merge pull request #11444 from nestjs/dependabot/npm_and_yarn/lint-staged-13.2.1
...
chore(deps-dev): bump lint-staged from 13.2.0 to 13.2.1
2023-04-11 13:10:37 +02:00
Kamil Mysliwiec
1b0c84fb71
Merge pull request #11445 from nestjs/dependabot/npm_and_yarn/typeorm-0.3.14
...
chore(deps-dev): bump typeorm from 0.3.13 to 0.3.14
2023-04-11 13:10:33 +02:00
Kamil Mysliwiec
648f2d587f
Merge pull request #11450 from micalevisk/refactor-v10/drop-deprecations
...
refactor(common)!: drop deprecated misspelled constant `CUSTOM_ROUTE_AGRS_METADATA`
2023-04-11 11:53:22 +02:00
Micael Levi L. Cavalcante
1a2ac3eeae
refactor(common): drop deprecated misspelled constant
2023-04-10 20:33:11 -04:00
dependabot[bot]
91944abcc9
chore(deps-dev): bump typeorm from 0.3.13 to 0.3.14
...
Bumps [typeorm](https://github.com/typeorm/typeorm ) from 0.3.13 to 0.3.14.
- [Release notes](https://github.com/typeorm/typeorm/releases )
- [Changelog](https://github.com/typeorm/typeorm/blob/0.3.14/CHANGELOG.md )
- [Commits](https://github.com/typeorm/typeorm/compare/0.3.13...0.3.14 )
---
updated-dependencies:
- dependency-name: typeorm
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-10 01:15:25 +00:00
dependabot[bot]
08a1168199
chore(deps-dev): bump lint-staged from 13.2.0 to 13.2.1
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 13.2.0 to 13.2.1.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Commits](https://github.com/okonet/lint-staged/compare/v13.2.0...v13.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 >
2023-04-10 01:11:40 +00:00
Kamil Mysliwiec
bee462e031
Merge pull request #11438 from nestjs/dependabot/npm_and_yarn/typeorm-0.3.13
...
chore(deps-dev): bump typeorm from 0.3.12 to 0.3.13
2023-04-07 09:09:40 +02:00
dependabot[bot]
73ea8979ee
chore(deps-dev): bump typeorm from 0.3.12 to 0.3.13
...
Bumps [typeorm](https://github.com/typeorm/typeorm ) from 0.3.12 to 0.3.13.
- [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.12...0.3.13 )
---
updated-dependencies:
- dependency-name: typeorm
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-07 01:04:31 +00:00
Julien Sarazin
9af95fcf50
fix(microservices): grpc-server handle async interceptors
2023-04-06 16:06:34 +02:00
Kamil Myśliwiec
880e08b718
ci: update circleci setup to use newer versions of node
2023-04-06 09:07:54 +02:00
Kamil Mysliwiec
4765b46e6d
Merge pull request #10630 from micalevisk/feat/narrowing-http-adapter-instance-type
...
feat(common)!: narrow `getInstance` return type for http adapters
2023-04-06 09:04:37 +02:00
Kamil Mysliwiec
d3d28f121d
Merge pull request #11430 from micalevisk/patch-1
...
test(integration): fix wrong class import on typeorm integration test
2023-04-06 09:03:51 +02:00
Micael Levi L. Cavalcante
2e2ae090cd
test(integration): wrong class import on typeorm integration test
2023-04-05 09:13:26 -04:00
Micael Levi L. Cavalcante
3b6b66b7cc
feat(common): narrow getInstance return type for http platforms
2023-04-05 09:05:43 -04:00
Dima Parzhitsky
48e25d4080
chore: improve typings of .createBody(…)
...
Add overload signatures to `HttpException.createBody(…)` to reflect different ways of creating it:
```ts
createBody(<message>, <error>, <statusCode>);
createBody(<messages>, <error>, <statusCode>);
createBody(null, <message>, <statusCode>);
createBody(null, <messages>, <statusCode>);
createBody(<custom>);
```
Signed-off-by: Dima Parzhitsky <parzhitsky@gmail.com >
2023-04-05 14:43:45 +03:00
Kamil Myśliwiec
353b974ffe
Merge branch '10.0.0' of https://github.com/nestjs/nest into 10.0.0
2023-04-05 13:31:18 +02:00
Kamil Myśliwiec
0f904d2cab
chore: update minimum engine version to 16
2023-04-05 13:31:07 +02:00
Kamil Mysliwiec
77442c806f
Merge pull request #10133 from TheKhanj/refactor/error
...
refactor(): refactor exception handlers
2023-04-05 13:14:53 +02:00
Kamil Mysliwiec
10c1bd8405
Merge pull request #11142 from nordfjord/support-async-local-storage-in-interceptors
...
feat: Support async local storage in interceptors
2023-04-05 13:11:37 +02:00
Kamil Mysliwiec
252e864df7
Merge pull request #10953 from micalevisk/fix/partial-issue-10246
...
fix(common)!: when transforming optional boolean parameters on `ValidationPipe`
2023-04-05 13:11:31 +02:00
Kamil Myśliwiec
90a3416288
Merge branch 'CodyTseng-feat-enhance-http-server-type' into 10.0.0
2023-04-05 13:10:43 +02:00
Kamil Myśliwiec
702eebf9b5
chore: resolve conflicts
2023-04-05 13:10:23 +02:00
Kamil Mysliwiec
2eb932cc58
Merge pull request #11040 from mohamadrezamomeni/refactor-define-type
...
feat(common): define type for file input
2023-04-05 13:07:20 +02:00
Kamil Mysliwiec
5a2be89eab
Merge pull request #10549 from Papooch/fix/microservices-client-falsy-options
...
fix(microservices): allow falsy values in options
2023-04-05 13:06:50 +02:00
Kamil Mysliwiec
5aab28f260
Merge pull request #11318 from skrtheboss/fix/inject-and-optional-decorator-typings
...
fix(common): fix @Inject and @Optional return types
2023-04-05 13:06:42 +02:00
Kamil Mysliwiec
03aa13e980
Merge pull request #11413 from Tony133/chore/update-interface-deprecated-kafka
...
chore(): update interface deprecated for kafka
2023-04-05 13:06:10 +02:00
Kamil Myśliwiec
a432407efc
chore: remove cache-manager from peer deps
2023-04-05 13:04:02 +02:00
Kamil Mysliwiec
9e06786820
Merge pull request #11428 from nestjs/chore/remove-cache-module
...
chore(common): remove cache module
2023-04-05 13:03:35 +02:00
Kamil Myśliwiec
0d8c618c76
chore: update package.json
2023-04-05 12:49:00 +02:00
Kamil Myśliwiec
676c98ca91
chore(@nestjs) publish v9.4.0 release
2023-04-05 12:45:18 +02:00
Kamil Myśliwiec
31deefe3de
test(): update internal core module test
2023-04-05 12:24:28 +02:00
Kamil Myśliwiec
2599395b3c
Merge branch 'master' into chore/remove-cache-module
2023-04-05 12:23:56 +02:00
Kamil Myśliwiec
11f512c7db
sample: update 20-cache sample
2023-04-05 12:12:58 +02:00
Kamil Mysliwiec
4be791ffca
Merge pull request #11426 from voiceflow/feat/extend-microservice-extras
...
feat: allow extension of microservice event and message extras
2023-04-05 12:08:20 +02:00
Kamil Myśliwiec
f9550c3393
chore: remove cache decorator test
2023-04-05 12:07:07 +02:00
Kamil Myśliwiec
e990336deb
Merge branch 'master' of https://github.com/nestjs/nest
2023-04-05 12:02:45 +02:00
Kamil Myśliwiec
06da94bca5
chore: assert type of route info objects
2023-04-05 12:02:34 +02:00
Kamil Mysliwiec
402a389e54
Merge pull request #10228 from nathanArseneau/test/sample-02-gateways
...
test(sample-02): added unit tests
2023-04-05 11:12:44 +02:00
Kamil Mysliwiec
c885a89dec
Merge pull request #11188 from CodyTseng/fix-ws-multi-servers-on-different-paths
...
fix(ws): mount multi `ws` servers on different paths
2023-04-05 11:12:18 +02:00
Kamil Myśliwiec
718e70476b
chore: upgrade typescript
2023-04-05 11:09:22 +02:00
Kamil Myśliwiec
570e52132c
chore(common): remove cache module
2023-04-05 11:01:17 +02:00
Kamil Mysliwiec
9b6b00f0de
Merge branch 'master' into test/sample-02-gateways
2023-04-05 10:58:09 +02:00
Kamil Mysliwiec
e46147ebcb
Merge branch 'master' into fix-ws-multi-servers-on-different-paths
2023-04-05 10:56:47 +02:00
Kamil Mysliwiec
aa2717be24
Merge pull request #11427 from nestjs/chore/deprecate-cache-module
...
chore(common): deprecate cache module
2023-04-05 10:55:34 +02:00
Kamil Mysliwiec
1187af5564
Merge pull request #11325 from tolgap/fix/11302-remove-body-parser-types-dep
...
fix(express): remove body-parser types and ship these types our own
2023-04-05 10:47:37 +02:00
Kamil Mysliwiec
a8ae4f4389
Merge pull request #10628 from nomaxg/tls
...
feat(microservice): TCP microservice over TLS
2023-04-05 10:46:48 +02:00
Kamil Myśliwiec
676eed6714
chore(common): deprecate cache module
2023-04-05 10:44:58 +02:00
Ben Teichman
daa215e3b0
test: add tests for extending extras
2023-04-04 13:07:11 -04:00
Ben Teichman
fd070b82c3
feat: allow microserivce event or message extras to be extended
2023-04-04 12:46:37 -04:00
Tolga Paksoy
793e95f2a3
chore(express): add publicApi jsdoc
...
Co-authored-by: Micael Levi L. Cavalcante <mllc@icomp.ufam.edu.br >
2023-04-04 16:09:41 +02:00
Kamil Mysliwiec
e33cf196af
Merge pull request #11394 from nestjs/dependabot/npm_and_yarn/sinon-15.0.3
...
chore(deps-dev): bump sinon from 15.0.2 to 15.0.3
2023-04-04 13:17:56 +02:00
dependabot[bot]
07271f5ac6
chore(deps-dev): bump sinon from 15.0.2 to 15.0.3
...
Bumps [sinon](https://github.com/sinonjs/sinon ) from 15.0.2 to 15.0.3.
- [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.0.2...v15.0.3 )
---
updated-dependencies:
- dependency-name: sinon
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-04 08:22:21 +00:00
Kamil Mysliwiec
3b8ed626e4
Merge pull request #11406 from nestjs/dependabot/npm_and_yarn/types/node-18.15.11
...
chore(deps-dev): bump @types/node from 18.15.6 to 18.15.11
2023-04-04 10:16:42 +02:00
Kamil Mysliwiec
ede263c115
Merge pull request #11417 from nestjs/dependabot/npm_and_yarn/uid-2.0.2
...
chore(deps): bump uid from 2.0.1 to 2.0.2
2023-04-04 10:16:19 +02:00
Kamil Mysliwiec
8a5deaea0c
Merge pull request #11418 from nestjs/dependabot/npm_and_yarn/fastify/static-6.10.0
...
chore(deps-dev): bump @fastify/static from 6.9.0 to 6.10.0
2023-04-04 10:15:40 +02:00
Kamil Mysliwiec
7524694749
Merge pull request #11419 from nestjs/dependabot/npm_and_yarn/fast-json-stringify-5.7.0
...
chore(deps): bump fast-json-stringify from 5.6.2 to 5.7.0
2023-04-04 10:15:33 +02:00
Kamil Mysliwiec
97009804bd
Merge pull request #11422 from nestjs/dependabot/npm_and_yarn/apollo/server-4.6.0
...
chore(deps-dev): bump @apollo/server from 4.5.0 to 4.6.0
2023-04-04 10:15:26 +02:00
Kamil Mysliwiec
d1af2cef87
Merge pull request #11423 from nestjs/dependabot/npm_and_yarn/amqp-connection-manager-4.1.12
...
chore(deps-dev): bump amqp-connection-manager from 4.1.11 to 4.1.12
2023-04-04 10:15:21 +02:00
Kamil Mysliwiec
6596fecbb7
Merge pull request #11424 from nestjs/dependabot/npm_and_yarn/core-js-3.30.0
...
chore(deps-dev): bump core-js from 3.29.1 to 3.30.0
2023-04-04 10:14:45 +02:00
dependabot[bot]
141223c6aa
chore(deps-dev): bump core-js from 3.29.1 to 3.30.0
...
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js ) from 3.29.1 to 3.30.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.30.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-04-04 01:09:07 +00:00
dependabot[bot]
11893d75bf
chore(deps-dev): bump amqp-connection-manager from 4.1.11 to 4.1.12
...
Bumps [amqp-connection-manager](https://github.com/jwalton/node-amqp-connection-manager ) from 4.1.11 to 4.1.12.
- [Release notes](https://github.com/jwalton/node-amqp-connection-manager/releases )
- [Changelog](https://github.com/jwalton/node-amqp-connection-manager/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jwalton/node-amqp-connection-manager/compare/v4.1.11...v4.1.12 )
---
updated-dependencies:
- dependency-name: amqp-connection-manager
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-04 01:06:32 +00:00
dependabot[bot]
23f45b9cf6
chore(deps-dev): bump @apollo/server from 4.5.0 to 4.6.0
...
Bumps [@apollo/server](https://github.com/apollographql/apollo-server/tree/HEAD/packages/server ) from 4.5.0 to 4.6.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.6.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 >
2023-04-04 01:03:51 +00:00
dependabot[bot]
d9b2bdd136
chore(deps): bump fast-json-stringify from 5.6.2 to 5.7.0
...
Bumps [fast-json-stringify](https://github.com/fastify/fast-json-stringify ) from 5.6.2 to 5.7.0.
- [Release notes](https://github.com/fastify/fast-json-stringify/releases )
- [Commits](https://github.com/fastify/fast-json-stringify/compare/v5.6.2...v5.7.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 >
2023-04-03 01:07:53 +00:00
dependabot[bot]
b7e1beed64
chore(deps-dev): bump @fastify/static from 6.9.0 to 6.10.0
...
Bumps [@fastify/static](https://github.com/fastify/fastify-static ) from 6.9.0 to 6.10.0.
- [Release notes](https://github.com/fastify/fastify-static/releases )
- [Commits](https://github.com/fastify/fastify-static/compare/v6.9.0...v6.10.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-04-03 01:06:15 +00:00
dependabot[bot]
ce4affc85c
chore(deps): bump uid from 2.0.1 to 2.0.2
...
Bumps [uid](https://github.com/lukeed/uid ) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/lukeed/uid/releases )
- [Commits](https://github.com/lukeed/uid/compare/v2.0.1...v2.0.2 )
---
updated-dependencies:
- dependency-name: uid
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-03 01:02:49 +00:00
Tony133
0eec329070
chore(): update interface deprecated for kafka
2023-03-31 16:59:45 +02:00
dependabot[bot]
4e11d643aa
chore(deps-dev): bump @types/node from 18.15.6 to 18.15.11
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.15.6 to 18.15.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 >
2023-03-31 07:34:29 +00:00
Kamil Mysliwiec
cb9c3c65b3
Merge pull request #11410 from hyunjinjeong/patch-mongoose-sample
...
sample(mongoose): change mongoose model type
2023-03-30 08:44:57 +02:00
hyunjin-jeong
1977245a0d
sample(mongoose): change mongoose model type
2023-03-30 13:36:51 +09:00
Kamil Myśliwiec
26bb739beb
sample(): update auth service and its e2e test
2023-03-29 15:28:23 +02:00
Kamil Myśliwiec
dd12812089
sample(19-auth): remove outdated unit tests
2023-03-29 15:01:48 +02:00
Kamil Mysliwiec
e3e0fe436f
Merge pull request #11405 from nestjs/dependabot/npm_and_yarn/ts-morph-18.0.0
...
chore(deps-dev): bump ts-morph from 17.0.1 to 18.0.0
2023-03-29 14:46:18 +02:00
Kamil Mysliwiec
56a76ca447
Merge pull request #11403 from nestjs/renovate/nestjs-apollo-11.x
...
fix(deps): update dependency @nestjs/apollo to v11.0.4
2023-03-29 14:46:11 +02:00
Kamil Mysliwiec
51794af4bf
Merge pull request #11402 from nestjs/renovate/cache-manager-4.x-lockfile
...
chore(deps): update dependency @types/cache-manager to v4.0.2
2023-03-29 14:46:04 +02:00
Kamil Mysliwiec
1530fec5af
Merge pull request #11401 from nestjs/renovate/babel-monorepo
...
chore(deps): update dependency @babel/core to v7.21.3
2023-03-29 14:45:57 +02:00
Kamil Mysliwiec
0d94c86369
Merge pull request #11407 from nestjs/dependabot/npm_and_yarn/concurrently-8.0.1
...
chore(deps-dev): bump concurrently from 7.6.0 to 8.0.1
2023-03-29 14:45:42 +02:00
Kamil Mysliwiec
7fc6c5c45c
Merge pull request #11408 from nestjs/dependabot/npm_and_yarn/commitlint/cli-17.5.1
...
chore(deps-dev): bump @commitlint/cli from 17.5.0 to 17.5.1
2023-03-29 14:45:39 +02:00
Kamil Mysliwiec
2151aee69b
Merge pull request #11347 from nestjs/renovate/sequelize-typescript-2.x
...
fix(deps): update dependency sequelize-typescript to v2.1.5
2023-03-29 14:44:23 +02:00
Kamil Mysliwiec
7e80ceb845
Merge pull request #11344 from nestjs/renovate/nestjs-typeorm-9.x
...
fix(deps): update dependency @nestjs/typeorm to v9.0.1
2023-03-29 14:44:11 +02:00
Kamil Mysliwiec
cd673b9bb4
Merge pull request #11343 from nestjs/renovate/nestjs-serve-static-3.x
...
fix(deps): update dependency @nestjs/serve-static to v3.0.1
2023-03-29 14:44:07 +02:00
Kamil Mysliwiec
427f7d885e
Merge pull request #11342 from nestjs/renovate/nestjs-mongoose-9.x
...
fix(deps): update dependency @nestjs/mongoose to v9.2.2
2023-03-29 14:43:56 +02:00
Kamil Mysliwiec
e96a7ff1dd
Merge pull request #11340 from nestjs/renovate/nestjs-bull-0.x
...
fix(deps): update dependency @nestjs/bull to v0.6.3
2023-03-29 14:43:48 +02:00
Kamil Mysliwiec
6bbdc06aae
Merge pull request #11351 from nestjs/renovate/amqplib-0.x
...
chore(deps): update dependency @types/amqplib to v0.10.1
2023-03-29 14:43:25 +02:00
Kamil Myśliwiec
a692e637fd
chore: resolve conflicts
2023-03-29 14:41:29 +02:00
Kamil Myśliwiec
4d71fe4152
sample(19-auth): update sample to not use passport
2023-03-29 14:39:23 +02:00
dependabot[bot]
7f833010b7
chore(deps-dev): bump @commitlint/cli from 17.5.0 to 17.5.1
...
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli ) from 17.5.0 to 17.5.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/v17.5.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 >
2023-03-29 01:10:00 +00:00
dependabot[bot]
1c5468e578
chore(deps-dev): bump concurrently from 7.6.0 to 8.0.1
...
Bumps [concurrently](https://github.com/open-cli-tools/concurrently ) from 7.6.0 to 8.0.1.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases )
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v7.6.0...v8.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 >
2023-03-29 01:07:54 +00:00
dependabot[bot]
94396e05fa
chore(deps-dev): bump ts-morph from 17.0.1 to 18.0.0
...
Bumps [ts-morph](https://github.com/dsherret/ts-morph ) from 17.0.1 to 18.0.0.
- [Release notes](https://github.com/dsherret/ts-morph/releases )
- [Commits](https://github.com/dsherret/ts-morph/compare/17.0.1...18.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-03-29 01:00:37 +00:00
renovate[bot]
081ce594d7
chore(deps): update dependency @types/amqplib to v0.10.1
2023-03-28 08:08:17 +00:00
renovate[bot]
2e6bf0cc52
fix(deps): update dependency sequelize-typescript to v2.1.5
2023-03-28 08:01:45 +00:00
renovate[bot]
72fdfaa26d
fix(deps): update dependency @nestjs/typeorm to v9.0.1
2023-03-28 08:00:48 +00:00
renovate[bot]
02a9b110ef
fix(deps): update dependency @nestjs/serve-static to v3.0.1
2023-03-28 08:00:20 +00:00
renovate[bot]
7fa5d1a792
fix(deps): update dependency @nestjs/mongoose to v9.2.2
2023-03-28 08:00:02 +00:00
renovate[bot]
d693221c79
fix(deps): update dependency @nestjs/bull to v0.6.3
2023-03-28 07:59:27 +00:00
renovate[bot]
441368ccde
fix(deps): update dependency @nestjs/apollo to v11.0.4
2023-03-28 07:59:09 +00:00
renovate[bot]
062d417c00
chore(deps): update dependency @types/cache-manager to v4.0.2
2023-03-28 07:53:09 +00:00
renovate[bot]
f3376880ad
chore(deps): update dependency @babel/core to v7.21.3
2023-03-28 07:52:51 +00:00
Kamil Mysliwiec
e34578d06d
Merge pull request #11399 from nestjs/revert-11385-renovate/mongodb-5.x
...
Revert "fix(deps): update dependency mongodb to v5"
2023-03-27 09:44:49 +02:00
Kamil Mysliwiec
a6d3635078
Revert "fix(deps): update dependency mongodb to v5"
2023-03-27 09:44:35 +02:00
Kamil Mysliwiec
1e90b2849c
Merge pull request #11323 from nestjs/dependabot/npm_and_yarn/grpc/proto-loader-0.7.6
...
chore(deps-dev): bump @grpc/proto-loader from 0.7.5 to 0.7.6
2023-03-27 08:55:11 +02:00
Kamil Mysliwiec
a565f506b6
Merge pull request #11395 from nestjs/dependabot/npm_and_yarn/prettier-2.8.7
...
chore(deps-dev): bump prettier from 2.8.6 to 2.8.7
2023-03-27 08:55:03 +02:00
Kamil Mysliwiec
0dd4158944
Merge pull request #11336 from nestjs/renovate/nodemon-2.x
...
chore(deps): update dependency nodemon to v2.0.22
2023-03-27 08:54:53 +02:00
Kamil Mysliwiec
407d2d7a57
Merge pull request #11339 from nestjs/renovate/mysql-8.x
...
chore(deps): update mysql docker tag to v8.0.32
2023-03-27 08:54:41 +02:00
Kamil Mysliwiec
7609481791
Merge pull request #11348 from nestjs/renovate/typeorm-0.x
...
fix(deps): update dependency typeorm to v0.3.12
2023-03-27 08:54:18 +02:00
Kamil Mysliwiec
37a036b5eb
Merge pull request #11349 from nestjs/renovate/confluentinc-cp-kafka-7.x
...
chore(deps): update confluentinc/cp-kafka docker tag to v7.3.2
2023-03-27 08:54:06 +02:00
Kamil Mysliwiec
d80ed7a929
Merge pull request #11366 from nestjs/renovate/fastify-view-7.x
...
fix(deps): update dependency @fastify/view to v7.4.1
2023-03-27 08:53:30 +02:00
Kamil Mysliwiec
502a268f52
Merge pull request #11376 from nestjs/renovate/socket.io-packages
...
fix(deps): update dependency socket.io to v4.6.1
2023-03-27 08:52:55 +02:00
Kamil Mysliwiec
8c41e0112e
Merge pull request #11381 from nestjs/renovate/mongo-6.x
...
chore(deps): update mongo docker tag to v6
2023-03-27 08:52:23 +02:00
Kamil Mysliwiec
bf415d8416
Merge pull request #11384 from nestjs/renovate/mercurius-12.x
...
fix(deps): update dependency mercurius to v12
2023-03-27 08:52:03 +02:00
Kamil Mysliwiec
8bdb847309
Merge pull request #11385 from nestjs/renovate/mongodb-5.x
...
fix(deps): update dependency mongodb to v5
2023-03-27 08:51:46 +02:00
Kamil Mysliwiec
c75e951d5c
Update express.spec.ts
2023-03-27 08:51:28 +02:00
dependabot[bot]
48d2952259
chore(deps-dev): bump prettier from 2.8.6 to 2.8.7
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.8.6 to 2.8.7.
- [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/2.8.6...2.8.7 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-27 06:50:44 +00:00
Kamil Mysliwiec
d79e5da487
Merge pull request #11387 from nestjs/renovate/mysql2-3.x
...
fix(deps): update dependency mysql2 to v3
2023-03-27 08:50:23 +02:00
Kamil Mysliwiec
0e0a9b3ff6
Merge pull request #11389 from nestjs/renovate/rimraf-4.x
...
fix(deps): update dependency rimraf to v4.4.1
2023-03-27 08:50:01 +02:00
Kamil Mysliwiec
83e6918c25
Merge pull request #11334 from nestjs/renovate/babel-monorepo
...
chore(deps): update dependency @babel/core to v7.21.3
2023-03-27 08:49:46 +02:00
Kamil Mysliwiec
9719e4fa34
Merge pull request #11353 from nestjs/renovate/eslint-config-prettier-8.x
...
chore(deps): update dependency eslint-config-prettier to v8.8.0
2023-03-27 08:48:02 +02:00
Kamil Mysliwiec
70e4997522
Merge pull request #11356 from nestjs/renovate/redis-4.x
...
chore(deps): update dependency redis to v4.6.5
2023-03-27 08:47:49 +02:00
Kamil Mysliwiec
7f549588af
Merge pull request #11363 from nestjs/renovate/typescript-eslint-monorepo
...
chore(deps): update typescript-eslint monorepo to v5.56.0
2023-03-27 08:47:28 +02:00
Kamil Mysliwiec
4550146b05
Merge pull request #11338 from nestjs/renovate/webpack-5.x
...
chore(deps): update dependency webpack to v5.76.3
2023-03-27 08:47:20 +02:00
Kamil Mysliwiec
fd30c0a240
Merge pull request #11337 from nestjs/renovate/ts-jest-28.x
...
chore(deps): update dependency ts-jest to v28.0.8
2023-03-27 08:47:10 +02:00
Kamil Mysliwiec
63fa43b97b
Merge pull request #11364 from nestjs/renovate/apollo-graphql-packages
...
fix(deps): update apollo graphql packages
2023-03-27 08:46:29 +02:00
Kamil Mysliwiec
74739ee67f
Merge pull request #11361 from nestjs/renovate/typescript-4.x
...
chore(deps): update dependency typescript to v4.9.5
2023-03-27 08:46:15 +02:00
Kamil Mysliwiec
d2de15aa0b
Merge pull request #11377 from nestjs/renovate/nest-monorepo
...
fix(deps): update nest monorepo
2023-03-27 08:45:39 +02:00
Kamil Mysliwiec
c0bff9c7b6
Merge pull request #11392 from ianzone/console-logger
...
feat: change updateAndGetTimestampDiff from private to protected
2023-03-27 08:31:50 +02:00
ian
4cad5067a3
feat: change updateandgettimestampdiff from private to protected
2023-03-26 12:41:41 +08:00
renovate[bot]
e21ef19a3d
fix(deps): update dependency rimraf to v4.4.1
2023-03-24 18:28:19 +00:00
renovate[bot]
ba4fff1c3f
fix(deps): update dependency mysql2 to v3
2023-03-24 18:27:40 +00:00
renovate[bot]
456b242bb1
fix(deps): update dependency mongodb to v5
2023-03-24 18:27:14 +00:00
renovate[bot]
853f76d7fb
fix(deps): update dependency mercurius to v12
2023-03-24 18:27:04 +00:00
renovate[bot]
c2e2ee6451
chore(deps): update mongo docker tag to v6
2023-03-24 18:26:33 +00:00
renovate[bot]
aebed922e4
fix(deps): update nest monorepo
2023-03-24 18:25:25 +00:00
renovate[bot]
51228f09e4
fix(deps): update dependency socket.io to v4.6.1
2023-03-24 18:24:50 +00:00
renovate[bot]
1854bbb67c
fix(deps): update dependency @fastify/view to v7.4.1
2023-03-24 18:22:37 +00:00
renovate[bot]
335b48ad8a
fix(deps): update apollo graphql packages
2023-03-24 18:22:15 +00:00
renovate[bot]
be14e5bd1c
chore(deps): update typescript-eslint monorepo to v5.56.0
2023-03-24 18:21:44 +00:00
renovate[bot]
88e87693af
chore(deps): update dependency typescript to v4.9.5
2023-03-24 18:20:33 +00:00
renovate[bot]
70fa720780
chore(deps): update dependency redis to v4.6.5
2023-03-24 18:18:34 +00:00
renovate[bot]
17fc17c967
chore(deps): update dependency eslint-config-prettier to v8.8.0
2023-03-24 18:17:32 +00:00
renovate[bot]
d084702af4
chore(deps): update confluentinc/cp-kafka docker tag to v7.3.2
2023-03-24 18:16:03 +00:00
renovate[bot]
ec0ec25c39
fix(deps): update dependency typeorm to v0.3.12
2023-03-24 18:15:52 +00:00
renovate[bot]
fa60e14a64
chore(deps): update mysql docker tag to v8.0.32
2023-03-24 18:14:14 +00:00
renovate[bot]
5dce51d875
chore(deps): update dependency webpack to v5.76.3
2023-03-24 18:14:04 +00:00
renovate[bot]
0d1348697f
chore(deps): update dependency ts-jest to v28.0.8
2023-03-24 18:13:53 +00:00
renovate[bot]
5efb8f507a
chore(deps): update dependency nodemon to v2.0.22
2023-03-24 18:13:31 +00:00
renovate[bot]
b5b7382a62
chore(deps): update dependency @babel/core to v7.21.3
2023-03-24 18:12:57 +00:00
dependabot[bot]
c841cef9b2
chore(deps-dev): bump @grpc/proto-loader from 0.7.5 to 0.7.6
...
Bumps [@grpc/proto-loader](https://github.com/grpc/grpc-node ) from 0.7.5 to 0.7.6.
- [Release notes](https://github.com/grpc/grpc-node/releases )
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/proto-loader@0.7.5...@grpc/proto-loader@0.7.6 )
---
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-03-24 07:44:52 +00:00
Kamil Mysliwiec
cde4e7f324
Merge pull request #11321 from nestjs/dependabot/npm_and_yarn/nodemon-2.0.22
...
chore(deps-dev): bump nodemon from 2.0.21 to 2.0.22
2023-03-24 08:40:38 +01:00
Kamil Mysliwiec
294a7fe8c2
Merge pull request #11322 from nestjs/dependabot/npm_and_yarn/commitlint/cli-17.5.0
...
chore(deps-dev): bump @commitlint/cli from 17.4.4 to 17.5.0
2023-03-24 08:40:33 +01:00
Kamil Mysliwiec
4b8cd7e939
Merge pull request #11328 from nestjs/dependabot/npm_and_yarn/mongoose-7.0.3
...
chore(deps-dev): bump mongoose from 7.0.2 to 7.0.3
2023-03-24 08:40:22 +01:00
Kamil Mysliwiec
94e99410ad
Merge pull request #11329 from nestjs/dependabot/npm_and_yarn/types/node-18.15.6
...
chore(deps-dev): bump @types/node from 18.15.5 to 18.15.6
2023-03-24 08:40:08 +01:00
Kamil Mysliwiec
e9b6106939
Merge pull request #11330 from nestjs/dependabot/npm_and_yarn/grpc/grpc-js-1.8.13
...
chore(deps-dev): bump @grpc/grpc-js from 1.8.12 to 1.8.13
2023-03-24 08:39:47 +01:00
dependabot[bot]
768292ec98
chore(deps-dev): bump @grpc/grpc-js from 1.8.12 to 1.8.13
...
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node ) from 1.8.12 to 1.8.13.
- [Release notes](https://github.com/grpc/grpc-node/releases )
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.8.12...@grpc/grpc-js@1.8.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-03-24 01:15:25 +00:00
dependabot[bot]
9d85848f6f
chore(deps-dev): bump @types/node from 18.15.5 to 18.15.6
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.15.5 to 18.15.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 >
2023-03-24 01:13:13 +00:00
dependabot[bot]
0cb62a9f79
chore(deps-dev): bump mongoose from 7.0.2 to 7.0.3
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 7.0.2 to 7.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/7.0.2...7.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-03-24 01:05:40 +00:00
Tolga Paksoy
1af7d379db
fix(express): remove body-parser types and use own
2023-03-23 12:01:16 +01:00
dependabot[bot]
f9260bdb7b
chore(deps-dev): bump @commitlint/cli from 17.4.4 to 17.5.0
...
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli ) from 17.4.4 to 17.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/v17.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 >
2023-03-23 01:11:15 +00:00
dependabot[bot]
821d4bf58e
chore(deps-dev): bump nodemon from 2.0.21 to 2.0.22
...
Bumps [nodemon](https://github.com/remy/nodemon ) from 2.0.21 to 2.0.22.
- [Release notes](https://github.com/remy/nodemon/releases )
- [Commits](https://github.com/remy/nodemon/compare/v2.0.21...v2.0.22 )
---
updated-dependencies:
- dependency-name: nodemon
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-23 01:01:15 +00:00
Kamil Myśliwiec
07f54b7c6c
chore(@nestjs) publish v9.3.12 release
2023-03-22 09:49:40 +01:00
Kamil Myśliwiec
36e8bfca81
fix(core): circular structure error (jest) #11303
2023-03-22 09:46:33 +01:00
skrtheboss
ffc09ee82c
fix(common): adjust @inject and @optional return types
...
Use PropertyDecorator and ParameterDecorator as return type to ensure typings are correct
2023-03-22 09:08:41 +01:00
Kamil Mysliwiec
6ed1b14d33
Merge pull request #11307 from nestjs/dependabot/npm_and_yarn/nestjs/apollo-11.0.4
...
chore(deps-dev): bump @nestjs/apollo from 11.0.3 to 11.0.4
2023-03-22 08:57:53 +01:00
Kamil Mysliwiec
536d65f945
Merge pull request #11129 from micalevisk/patch-1
...
fix(core): false-positive value provider not registered error when the value is `undefined`
2023-03-22 08:57:46 +01:00
Kamil Mysliwiec
92d5415417
Merge pull request #11281 from hansl/console-fn
...
perf(common): In case of an expensive log, allow to pass a function
2023-03-22 08:57:12 +01:00
Kamil Mysliwiec
57a185869e
Merge pull request #11315 from nestjs/dependabot/npm_and_yarn/prettier-2.8.6
...
chore(deps-dev): bump prettier from 2.8.5 to 2.8.6
2023-03-22 08:56:58 +01:00
Kamil Mysliwiec
4fb0ac44c8
Merge pull request #11316 from nestjs/dependabot/npm_and_yarn/cache-manager-5.2.0
...
chore(deps-dev): bump cache-manager from 5.1.7 to 5.2.0
2023-03-22 08:56:51 +01:00
dependabot[bot]
78876e2722
chore(deps-dev): bump cache-manager from 5.1.7 to 5.2.0
...
Bumps [cache-manager](https://github.com/node-cache-manager/node-cache-manager ) from 5.1.7 to 5.2.0.
- [Release notes](https://github.com/node-cache-manager/node-cache-manager/releases )
- [Changelog](https://github.com/node-cache-manager/node-cache-manager/blob/master/CHANGELOG.md )
- [Commits](https://github.com/node-cache-manager/node-cache-manager/compare/5.1.7...5.2.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 >
2023-03-22 01:05:09 +00:00
dependabot[bot]
a1a84b38d7
chore(deps-dev): bump prettier from 2.8.5 to 2.8.6
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.8.5 to 2.8.6.
- [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/2.8.5...2.8.6 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-22 00:59:21 +00:00
dependabot[bot]
435e5f1e6d
chore(deps-dev): bump @nestjs/apollo from 11.0.3 to 11.0.4
...
Bumps [@nestjs/apollo](https://github.com/nestjs/graphql ) from 11.0.3 to 11.0.4.
- [Release notes](https://github.com/nestjs/graphql/releases )
- [Commits](https://github.com/nestjs/graphql/compare/v11.0.3...v11.0.4 )
---
updated-dependencies:
- dependency-name: "@nestjs/apollo"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-21 08:43:42 +00:00
Kamil Mysliwiec
5999d6b9e2
Merge pull request #11306 from nestjs/dependabot/npm_and_yarn/mongoose-7.0.2
...
chore(deps-dev): bump mongoose from 6.10.3 to 7.0.2
2023-03-21 09:41:16 +01:00
Kamil Mysliwiec
073c4e3b6b
Merge pull request #11308 from nestjs/dependabot/npm_and_yarn/nestjs/graphql-11.0.4
...
chore(deps-dev): bump @nestjs/graphql from 11.0.0 to 11.0.4
2023-03-21 09:41:05 +01:00
Kamil Mysliwiec
7a265a1762
Merge pull request #11309 from nestjs/dependabot/npm_and_yarn/fastify-4.15.0
...
chore(deps): bump fastify from 4.14.1 to 4.15.0
2023-03-21 09:40:57 +01:00
Kamil Mysliwiec
5d8be38292
Merge pull request #11310 from nestjs/dependabot/npm_and_yarn/eslint-config-prettier-8.8.0
...
chore(deps-dev): bump eslint-config-prettier from 8.7.0 to 8.8.0
2023-03-21 09:40:53 +01:00
Kamil Mysliwiec
4549933d01
Merge pull request #11311 from nestjs/dependabot/npm_and_yarn/types/node-18.15.5
...
chore(deps-dev): bump @types/node from 18.15.3 to 18.15.5
2023-03-21 09:40:44 +01:00
Kamil Mysliwiec
d1879ca2ce
Merge pull request #11312 from nestjs/dependabot/npm_and_yarn/prettier-2.8.5
...
chore(deps-dev): bump prettier from 2.8.4 to 2.8.5
2023-03-21 09:40:37 +01:00
Kamil Myśliwiec
8eadcf4f2a
chore(@nestjs) publish v9.3.11 release
2023-03-21 09:40:04 +01:00
Kamil Myśliwiec
23d67272c1
Merge branch 'master' of https://github.com/nestjs/nest
2023-03-21 09:39:06 +01:00
Kamil Myśliwiec
aa6baa4303
fix(core): fix durable context id resolution for enhancers ( #11305 )
2023-03-21 09:38:56 +01:00
dependabot[bot]
6886b456cc
chore(deps-dev): bump prettier from 2.8.4 to 2.8.5
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.8.4 to 2.8.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/2.8.4...2.8.5 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-21 01:13:48 +00:00
dependabot[bot]
97e7cd1d55
chore(deps-dev): bump @types/node from 18.15.3 to 18.15.5
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.15.3 to 18.15.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-03-21 01:12:36 +00:00
dependabot[bot]
f1b0d7671a
chore(deps-dev): bump eslint-config-prettier from 8.7.0 to 8.8.0
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 8.7.0 to 8.8.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v8.7.0...v8.8.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-03-21 01:11:28 +00:00
dependabot[bot]
fdcd6f54b5
chore(deps): bump fastify from 4.14.1 to 4.15.0
...
Bumps [fastify](https://github.com/fastify/fastify ) from 4.14.1 to 4.15.0.
- [Release notes](https://github.com/fastify/fastify/releases )
- [Commits](https://github.com/fastify/fastify/compare/v4.14.1...v4.15.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-03-21 01:10:15 +00:00
dependabot[bot]
e3f43eaf2f
chore(deps-dev): bump @nestjs/graphql from 11.0.0 to 11.0.4
...
Bumps [@nestjs/graphql](https://github.com/nestjs/graphql ) from 11.0.0 to 11.0.4.
- [Release notes](https://github.com/nestjs/graphql/releases )
- [Commits](https://github.com/nestjs/graphql/compare/v11.0.0...v11.0.4 )
---
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-03-21 01:08:59 +00:00
dependabot[bot]
1373e219c9
chore(deps-dev): bump mongoose from 6.10.3 to 7.0.2
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 6.10.3 to 7.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/6.10.3...7.0.2 )
---
updated-dependencies:
- dependency-name: mongoose
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-21 01:03:39 +00:00
Kamil Mysliwiec
09f00de29f
Merge pull request #11300 from nestjs/dependabot/npm_and_yarn/nestjs/mongoose-9.2.2
...
chore(deps-dev): bump @nestjs/mongoose from 9.2.1 to 9.2.2
2023-03-20 08:28:34 +01:00
dependabot[bot]
ec9c3d902d
chore(deps-dev): bump @nestjs/mongoose from 9.2.1 to 9.2.2
...
Bumps [@nestjs/mongoose](https://github.com/nestjs/mongoose ) from 9.2.1 to 9.2.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/9.2.1...9.2.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-03-20 01:13:07 +00:00
Kamil Mysliwiec
b0db06eb9e
Merge pull request #11288 from nestjs/dependabot/npm_and_yarn/fastify/cors-8.2.1
...
chore(deps): bump @fastify/cors from 8.2.0 to 8.2.1
2023-03-16 10:20:08 +01:00
dependabot[bot]
33f4ace142
chore(deps): bump @fastify/cors from 8.2.0 to 8.2.1
...
Bumps [@fastify/cors](https://github.com/fastify/fastify-cors ) from 8.2.0 to 8.2.1.
- [Release notes](https://github.com/fastify/fastify-cors/releases )
- [Commits](https://github.com/fastify/fastify-cors/compare/v8.2.0...v8.2.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-03-16 01:06:17 +00:00
Kamil Myśliwiec
b106733ad5
chore: publish 9.3.10 release
2023-03-15 14:23:36 +01:00
Kamil Myśliwiec
ccc8a987ae
chore(@nestjs) publish v9.3.10 release
2023-03-15 14:18:30 +01:00
Kamil Mysliwiec
7fb37bd233
Merge pull request #11131 from Flusinerd/cache-ttl-bug
...
fix(common): fix cache ttl not beeing respected
2023-03-15 14:15:55 +01:00
Kamil Myśliwiec
77ee77afab
Merge branch 'master' of https://github.com/nestjs/nest
2023-03-15 14:14:51 +01:00
Kamil Myśliwiec
a064e6df66
feat(core): add support for partial graphs
2023-03-15 14:14:37 +01:00
Kamil Mysliwiec
ee11bea4ed
Update packages/common/cache/interceptors/cache.interceptor.ts
2023-03-15 08:17:02 +01:00
Kamil Mysliwiec
ffe9651109
Merge pull request #11267 from nestjs/dependabot/npm_and_yarn/apollo/server-4.5.0
...
chore(deps-dev): bump @apollo/server from 4.4.1 to 4.5.0
2023-03-15 08:16:07 +01:00
Kamil Mysliwiec
510d57ebec
Merge pull request #11266 from nestjs/dependabot/npm_and_yarn/lint-staged-13.2.0
...
chore(deps-dev): bump lint-staged from 13.1.2 to 13.2.0
2023-03-15 08:15:00 +01:00
Kamil Mysliwiec
40155e9b4f
Merge pull request #11268 from nestjs/dependabot/npm_and_yarn/nats-2.13.1
...
chore(deps-dev): bump nats from 2.13.0 to 2.13.1
2023-03-15 08:14:52 +01:00
Kamil Mysliwiec
626d37a277
Merge pull request #11269 from nestjs/dependabot/npm_and_yarn/ws-8.13.0
...
chore(deps): bump ws from 8.12.1 to 8.13.0
2023-03-15 08:14:49 +01:00
dependabot[bot]
3d21912734
chore(deps-dev): bump @apollo/server from 4.4.1 to 4.5.0
...
Bumps [@apollo/server](https://github.com/apollographql/apollo-server/tree/HEAD/packages/server ) from 4.4.1 to 4.5.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.5.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 >
2023-03-15 07:14:29 +00:00
dependabot[bot]
7f76ade025
chore(deps): bump ws from 8.12.1 to 8.13.0
...
Bumps [ws](https://github.com/websockets/ws ) from 8.12.1 to 8.13.0.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/8.12.1...8.13.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-03-15 07:14:15 +00:00
Kamil Mysliwiec
3d52e19a83
Merge pull request #11270 from nestjs/dependabot/npm_and_yarn/sinon-15.0.2
...
chore(deps-dev): bump sinon from 15.0.1 to 15.0.2
2023-03-15 08:13:12 +01:00
Kamil Mysliwiec
e0d859c5bd
Merge pull request #11271 from nestjs/dependabot/npm_and_yarn/nestjs/apollo-11.0.3
...
chore(deps-dev): bump @nestjs/apollo from 11.0.2 to 11.0.3
2023-03-15 08:11:34 +01:00
Kamil Mysliwiec
46d9d82e79
Merge pull request #11274 from nestjs/dependabot/npm_and_yarn/fastify/multipart-7.5.0
...
chore(deps-dev): bump @fastify/multipart from 7.4.2 to 7.5.0
2023-03-15 08:11:28 +01:00
Kamil Mysliwiec
a4c023ea8a
Merge pull request #11275 from nestjs/dependabot/npm_and_yarn/core-js-3.29.1
...
chore(deps-dev): bump core-js from 3.29.0 to 3.29.1
2023-03-15 08:11:23 +01:00
dependabot[bot]
2d0a0254ca
chore(deps-dev): bump sinon from 15.0.1 to 15.0.2
...
Bumps [sinon](https://github.com/sinonjs/sinon ) from 15.0.1 to 15.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/v15.0.1...v15.0.2 )
---
updated-dependencies:
- dependency-name: sinon
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-15 07:10:26 +00:00
Kamil Mysliwiec
46dbf615e1
Merge pull request #11276 from nestjs/dependabot/npm_and_yarn/mongoose-6.10.3
...
chore(deps-dev): bump mongoose from 6.10.2 to 6.10.3
2023-03-15 08:07:51 +01:00
Kamil Mysliwiec
473e3402ed
Merge pull request #11283 from nestjs/dependabot/npm_and_yarn/types/node-18.15.3
...
chore(deps-dev): bump @types/node from 18.15.0 to 18.15.3
2023-03-15 08:07:18 +01:00
Kamil Mysliwiec
5702d3b8e2
Merge pull request #11284 from nestjs/dependabot/npm_and_yarn/sample/08-webpack/webpack-5.76.0
...
chore(deps-dev): bump webpack from 5.73.0 to 5.76.0 in /sample/08-webpack
2023-03-15 08:07:12 +01:00
Kamil Mysliwiec
1518191051
Merge pull request #11280 from micalevisk/fix/issue-11279
...
fix(platform-express): wrong type def for `NestExpressApplication#listen`
2023-03-15 08:06:40 +01:00
dependabot[bot]
8af4394b1e
chore(deps-dev): bump webpack in /sample/08-webpack
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.73.0 to 5.76.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.73.0...v5.76.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-15 03:00:24 +00:00
dependabot[bot]
1bc5259ff9
chore(deps-dev): bump @types/node from 18.15.0 to 18.15.3
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.15.0 to 18.15.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-03-15 01:02:01 +00:00
Micael Levi L. Cavalcante
545d69c0f6
fix(platform-express): replace net.server with http.server
2023-03-14 14:44:13 -04:00
Hans Larsen
618bcc43b7
perf(common): In case of an expensive log, allow to pass a function
...
In certain case, it is very expensive to log some values. Instead of
checking if certain level is enabled, allow the users to pass in a
function that is only called if we need to stringify the log value.
This keeps the API small, while still allowing expensive logging to
be called when needed, and skipped when not.
e.g. instead of
```javascript
// This check is technically done twice.
if (this.logger.isLevelEnabled('debug')) {
this.logger.debug(this.generateAsciiArtFromJpeg());
}
```
the customer could use:
```javascript
this.logger.debug(() => this.generateAsciiArtFromJpeg());
```
2023-03-14 11:24:30 -07:00
dependabot[bot]
c80c789d99
chore(deps-dev): bump mongoose from 6.10.2 to 6.10.3
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 6.10.2 to 6.10.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/6.10.2...6.10.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-03-14 02:06:47 +00:00
dependabot[bot]
2cc4c29e21
chore(deps-dev): bump core-js from 3.29.0 to 3.29.1
...
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js ) from 3.29.0 to 3.29.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.29.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-03-14 02:02:13 +00:00
dependabot[bot]
0e509f87af
chore(deps-dev): bump @fastify/multipart from 7.4.2 to 7.5.0
...
Bumps [@fastify/multipart](https://github.com/fastify/fastify-multipart ) from 7.4.2 to 7.5.0.
- [Release notes](https://github.com/fastify/fastify-multipart/releases )
- [Commits](https://github.com/fastify/fastify-multipart/compare/v7.4.2...v7.5.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 >
2023-03-14 01:56:10 +00:00
Kamil Mysliwiec
a61bcd3099
Merge pull request #11260 from Tony133/chore/update-comment-jsdoc-and-others-update
...
chore(): update comment jsdoc and others update
2023-03-13 08:23:39 +01:00
Kamil Mysliwiec
aa83bb5ef4
Merge pull request #11261 from jbl428/microservice-server-type
...
test: add microservice generic type explicitly
2023-03-13 08:22:54 +01:00
Kamil Mysliwiec
f5d359e349
Merge pull request #11263 from SloCompTech/master
...
Updated excluded path in 24-serve-static example
2023-03-13 08:18:29 +01:00
dependabot[bot]
dfad4e7ad6
chore(deps-dev): bump @nestjs/apollo from 11.0.2 to 11.0.3
...
Bumps [@nestjs/apollo](https://github.com/nestjs/graphql ) from 11.0.2 to 11.0.3.
- [Release notes](https://github.com/nestjs/graphql/releases )
- [Commits](https://github.com/nestjs/graphql/compare/v11.0.2...v11.0.3 )
---
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-03-13 01:26:27 +00:00
dependabot[bot]
31179fcd55
chore(deps-dev): bump nats from 2.13.0 to 2.13.1
...
Bumps [nats](https://github.com/nats-io/nats.js ) from 2.13.0 to 2.13.1.
- [Release notes](https://github.com/nats-io/nats.js/releases )
- [Commits](https://github.com/nats-io/nats.js/compare/v2.13.0...v2.13.1 )
---
updated-dependencies:
- dependency-name: nats
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-13 01:15:52 +00:00
dependabot[bot]
05b7b9e484
chore(deps-dev): bump lint-staged from 13.1.2 to 13.2.0
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 13.1.2 to 13.2.0.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Commits](https://github.com/okonet/lint-staged/compare/v13.1.2...v13.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-03-13 01:07:15 +00:00
Martin Dagarin
5575545be5
Updated excluded path in 24-serve-static example
...
Updated path specification to working one #92 .
2023-03-11 16:13:53 +01:00
Jake Son
56b0c57729
test: add microservice generic type explicitly
2023-03-11 09:45:21 +09:00
Tony133
1e7bc5a21d
chore(): remove import not used
2023-03-10 18:48:32 +01:00
Tony133
b895b03ebe
chore(): update comment jsdoc
2023-03-10 18:36:50 +01:00
Kamil Myśliwiec
e63f5c0ff5
chore: upgrade apollo, fix integration tests
2023-03-10 17:15:17 +01:00
Kamil Myśliwiec
99dc8e6d18
chore: upgrade grapql to v16
2023-03-10 16:03:16 +01:00
Kamil Myśliwiec
0a82282098
test: remove the debug flag
2023-03-10 15:22:07 +01:00
Kamil Myśliwiec
dd649481bf
chore(deps): upgrade gql and apollo packages
2023-03-10 14:36:29 +01:00
Kamil Mysliwiec
d11549c6c3
Merge pull request #11044 from mohamadrezamomeni/refactor-satisfy-function-quality-in-parse-file.pipe.ts
...
refactor(common): satisfy function quality in parse-file.pipe.ts
2023-03-10 14:35:37 +01:00
Kamil Mysliwiec
364d416841
Update packages/common/pipes/file/parse-file.pipe.ts
2023-03-10 14:22:31 +01:00
Kamil Mysliwiec
91009d8669
Update packages/common/pipes/file/parse-file.pipe.ts
2023-03-10 14:22:26 +01:00
Kamil Mysliwiec
f89cd0dbaa
Update packages/common/pipes/file/parse-file.pipe.ts
2023-03-10 14:22:21 +01:00
Kamil Mysliwiec
797b08850e
Merge pull request #11186 from CodyTseng/fix-ws-adaptor-filter-non-nil-result
...
fix(ws): filter only nil results
2023-03-10 14:17:54 +01:00
Kamil Mysliwiec
8b72c52678
Merge pull request #11170 from thgh/parse-array-pipe-string
...
Add test case for ParseArrayPipe that doesn't work as expected
2023-03-10 14:17:02 +01:00
Kamil Mysliwiec
ca2eed1fbc
Merge pull request #11104 from eugenk/feature/expose-external-context-creator
...
feat(core): expose external-context-creator
2023-03-10 14:16:03 +01:00
Kamil Myśliwiec
ef04478555
chore(sample): update samples to use the latest apollo version
2023-03-10 14:12:04 +01:00
mohamadrezamomen97@gmail.com
99288e0f14
chore: unneccery functions
2023-03-10 16:38:12 +03:30
Kamil Mysliwiec
87939461e5
Merge pull request #11251 from nestjs/dependabot/npm_and_yarn/nats-2.13.0
...
chore(deps-dev): bump nats from 2.12.1 to 2.13.0
2023-03-10 13:25:25 +01:00
Kamil Mysliwiec
0a4b6fcb39
Merge pull request #11257 from nestjs/dependabot/npm_and_yarn/types/node-18.15.0
...
chore(deps-dev): bump @types/node from 18.14.6 to 18.15.0
2023-03-10 13:25:08 +01:00
dependabot[bot]
ff24dbd19a
chore(deps-dev): bump @types/node from 18.14.6 to 18.15.0
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.14.6 to 18.15.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-03-10 01:08:38 +00:00
Kamil Mysliwiec
78ac574b9b
Merge pull request #11245 from nestjs/renovate/babel-monorepo
...
chore(deps): update babel monorepo
2023-03-09 12:22:17 +01:00
Kamil Mysliwiec
45a1916a39
Merge pull request #11243 from nestjs/renovate/bull-3.x
...
chore(deps): update dependency @types/bull to v3.15.9
2023-03-09 12:22:11 +01:00
Kamil Mysliwiec
90532ba3c0
Merge pull request #11246 from nestjs/renovate/confluentinc-cp-zookeeper-7.x
...
chore(deps): update confluentinc/cp-zookeeper docker tag to v7.3.2
2023-03-09 12:22:04 +01:00
Kamil Mysliwiec
3ddd950944
Merge pull request #11250 from nestjs/renovate/major-graphql-tools-monorepo
...
fix(deps): update dependency @graphql-tools/utils to v9
2023-03-09 12:21:54 +01:00
Thomas Ghysels
96afa8e650
fix: disable JSON parse for strings in ParseArrayPipe
2023-03-09 10:40:21 +01:00
dependabot[bot]
3f77136979
chore(deps-dev): bump nats from 2.12.1 to 2.13.0
...
Bumps [nats](https://github.com/nats-io/nats.js ) from 2.12.1 to 2.13.0.
- [Release notes](https://github.com/nats-io/nats.js/releases )
- [Commits](https://github.com/nats-io/nats.js/compare/v2.12.1...v2.13.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-03-09 01:03:37 +00:00
renovate[bot]
c7eafb2b5f
fix(deps): update dependency @graphql-tools/utils to v9
2023-03-08 22:32:25 +00:00
renovate[bot]
f33f9c6465
chore(deps): update confluentinc/cp-zookeeper docker tag to v7.3.2
2023-03-08 22:18:00 +00:00
renovate[bot]
3aed6965fc
chore(deps): update babel monorepo
2023-03-08 22:17:44 +00:00
renovate[bot]
e99a6f9e02
chore(deps): update dependency @types/bull to v3.15.9
2023-03-08 22:11:56 +00:00
Kamil Mysliwiec
9c3f65807c
Merge pull request #11204 from nestjs/dependabot/npm_and_yarn/sample/01-cats-app/nestjs/core-9.0.5
...
chore(deps): bump @nestjs/core from 9.0.1 to 9.0.5 in /sample/01-cats-app
2023-03-08 08:37:12 +01:00
Kamil Mysliwiec
6e7688b735
Merge pull request #11203 from nestjs/dependabot/npm_and_yarn/sample/06-mongoose/nestjs/core-9.0.5
...
chore(deps): bump @nestjs/core from 9.0.1 to 9.0.5 in /sample/06-mongoose
2023-03-08 08:37:03 +01:00
Kamil Mysliwiec
fb0dd9780c
Merge pull request #11205 from nestjs/dependabot/npm_and_yarn/sample/10-fastify/nestjs/core-9.0.5
...
chore(deps): bump @nestjs/core from 9.0.1 to 9.0.5 in /sample/10-fastify
2023-03-08 08:36:56 +01:00
Kamil Mysliwiec
eeb7aa3895
Merge pull request #11206 from nestjs/dependabot/npm_and_yarn/sample/30-event-emitter/nestjs/core-9.0.5
...
chore(deps): bump @nestjs/core from 9.0.1 to 9.0.5 in /sample/30-event-emitter
2023-03-08 08:36:50 +01:00
Kamil Mysliwiec
5ab25d15d9
Merge pull request #11207 from nestjs/dependabot/npm_and_yarn/sample/19-auth-jwt/nestjs/core-9.0.5
...
chore(deps): bump @nestjs/core from 9.0.1 to 9.0.5 in /sample/19-auth-jwt
2023-03-08 08:36:45 +01:00
Kamil Mysliwiec
50798f10aa
Merge pull request #11208 from nestjs/dependabot/npm_and_yarn/sample/05-sql-typeorm/nestjs/core-9.0.5
...
chore(deps): bump @nestjs/core from 9.0.1 to 9.0.5 in /sample/05-sql-typeorm
2023-03-08 08:36:40 +01:00
Kamil Mysliwiec
963e2bdb31
Merge pull request #11209 from nestjs/dependabot/npm_and_yarn/sample/15-mvc/nestjs/core-9.0.5
...
chore(deps): bump @nestjs/core from 9.0.1 to 9.0.5 in /sample/15-mvc
2023-03-08 08:36:33 +01:00
dependabot[bot]
6c36e09318
chore(deps): bump @nestjs/core in /sample/01-cats-app
...
Bumps [@nestjs/core](https://github.com/nestjs/nest ) from 9.0.1 to 9.0.5.
- [Release notes](https://github.com/nestjs/nest/releases )
- [Commits](https://github.com/nestjs/nest/compare/v9.0.1...v9.0.5 )
---
updated-dependencies:
- dependency-name: "@nestjs/core"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-08 07:36:31 +00:00
Kamil Mysliwiec
ef413d320f
Merge pull request #11210 from nestjs/dependabot/npm_and_yarn/sample/22-graphql-prisma/nestjs/core-9.0.5
...
chore(deps): bump @nestjs/core from 9.0.1 to 9.0.5 in /sample/22-graphql-prisma
2023-03-08 08:36:26 +01:00
dependabot[bot]
25d15695e8
chore(deps): bump @nestjs/core in /sample/06-mongoose
...
Bumps [@nestjs/core](https://github.com/nestjs/nest ) from 9.0.1 to 9.0.5.
- [Release notes](https://github.com/nestjs/nest/releases )
- [Commits](https://github.com/nestjs/nest/compare/v9.0.1...v9.0.5 )
---
updated-dependencies:
- dependency-name: "@nestjs/core"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-08 07:36:19 +00:00
dependabot[bot]
4dc2cbebec
chore(deps): bump @nestjs/core in /sample/30-event-emitter
...
Bumps [@nestjs/core](https://github.com/nestjs/nest ) from 9.0.1 to 9.0.5.
- [Release notes](https://github.com/nestjs/nest/releases )
- [Commits](https://github.com/nestjs/nest/compare/v9.0.1...v9.0.5 )
---
updated-dependencies:
- dependency-name: "@nestjs/core"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-08 07:36:19 +00:00
dependabot[bot]
611ea05425
chore(deps): bump @nestjs/core in /sample/05-sql-typeorm
...
Bumps [@nestjs/core](https://github.com/nestjs/nest ) from 9.0.1 to 9.0.5.
- [Release notes](https://github.com/nestjs/nest/releases )
- [Commits](https://github.com/nestjs/nest/compare/v9.0.1...v9.0.5 )
---
updated-dependencies:
- dependency-name: "@nestjs/core"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-08 07:36:18 +00:00
Kamil Mysliwiec
6609ed0423
Merge pull request #11211 from nestjs/dependabot/npm_and_yarn/sample/02-gateways/nestjs/core-9.0.5
...
chore(deps): bump @nestjs/core from 9.0.1 to 9.0.5 in /sample/02-gateways
2023-03-08 08:36:18 +01:00
dependabot[bot]
b1a2879646
chore(deps): bump @nestjs/core in /sample/19-auth-jwt
...
Bumps [@nestjs/core](https://github.com/nestjs/nest ) from 9.0.1 to 9.0.5.
- [Release notes](https://github.com/nestjs/nest/releases )
- [Commits](https://github.com/nestjs/nest/compare/v9.0.1...v9.0.5 )
---
updated-dependencies:
- dependency-name: "@nestjs/core"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-08 07:36:17 +00:00
dependabot[bot]
14ac406689
chore(deps): bump @nestjs/core from 9.0.1 to 9.0.5 in /sample/10-fastify
...
Bumps [@nestjs/core](https://github.com/nestjs/nest ) from 9.0.1 to 9.0.5.
- [Release notes](https://github.com/nestjs/nest/releases )
- [Commits](https://github.com/nestjs/nest/compare/v9.0.1...v9.0.5 )
---
updated-dependencies:
- dependency-name: "@nestjs/core"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-08 07:36:14 +00:00
Kamil Mysliwiec
eb1c127a20
Merge pull request #11214 from nestjs/dependabot/npm_and_yarn/sample/09-babel-example/nestjs/core-9.0.5
...
chore(deps): bump @nestjs/core from 9.0.1 to 9.0.5 in /sample/09-babel-example
2023-03-08 08:36:10 +01:00
dependabot[bot]
98df800c02
chore(deps): bump @nestjs/core in /sample/22-graphql-prisma
...
Bumps [@nestjs/core](https://github.com/nestjs/nest ) from 9.0.1 to 9.0.5.
- [Release notes](https://github.com/nestjs/nest/releases )
- [Commits](https://github.com/nestjs/nest/compare/v9.0.1...v9.0.5 )
---
updated-dependencies:
- dependency-name: "@nestjs/core"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-08 07:36:10 +00:00
dependabot[bot]
90eb0b47e0
chore(deps): bump @nestjs/core in /sample/02-gateways
...
Bumps [@nestjs/core](https://github.com/nestjs/nest ) from 9.0.1 to 9.0.5.
- [Release notes](https://github.com/nestjs/nest/releases )
- [Commits](https://github.com/nestjs/nest/compare/v9.0.1...v9.0.5 )
---
updated-dependencies:
- dependency-name: "@nestjs/core"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-08 07:35:57 +00:00
dependabot[bot]
01e847a6f3
chore(deps): bump @nestjs/core in /sample/09-babel-example
...
Bumps [@nestjs/core](https://github.com/nestjs/nest ) from 9.0.1 to 9.0.5.
- [Release notes](https://github.com/nestjs/nest/releases )
- [Commits](https://github.com/nestjs/nest/compare/v9.0.1...v9.0.5 )
---
updated-dependencies:
- dependency-name: "@nestjs/core"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-08 07:35:47 +00:00
dependabot[bot]
c31f0bdf50
chore(deps): bump @nestjs/core from 9.0.1 to 9.0.5 in /sample/15-mvc
...
Bumps [@nestjs/core](https://github.com/nestjs/nest ) from 9.0.1 to 9.0.5.
- [Release notes](https://github.com/nestjs/nest/releases )
- [Commits](https://github.com/nestjs/nest/compare/v9.0.1...v9.0.5 )
---
updated-dependencies:
- dependency-name: "@nestjs/core"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-08 07:35:45 +00:00
Kamil Mysliwiec
58f07160d8
Merge pull request #11212 from nestjs/dependabot/npm_and_yarn/sample/08-webpack/nestjs/core-9.0.5
...
chore(deps): bump @nestjs/core from 9.0.1 to 9.0.5 in /sample/08-webpack
2023-03-08 08:35:45 +01:00
dependabot[bot]
13f6eb496b
chore(deps): bump @nestjs/core from 9.0.1 to 9.0.5 in /sample/08-webpack
...
Bumps [@nestjs/core](https://github.com/nestjs/nest ) from 9.0.1 to 9.0.5.
- [Release notes](https://github.com/nestjs/nest/releases )
- [Commits](https://github.com/nestjs/nest/compare/v9.0.1...v9.0.5 )
---
updated-dependencies:
- dependency-name: "@nestjs/core"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-08 07:35:39 +00:00
Kamil Mysliwiec
c969008159
Merge pull request #11216 from nestjs/dependabot/npm_and_yarn/sample/17-mvc-fastify/nestjs/core-9.0.5
...
chore(deps): bump @nestjs/core from 9.0.1 to 9.0.5 in /sample/17-mvc-fastify
2023-03-08 08:35:38 +01:00
Kamil Mysliwiec
8a9328a80f
Merge pull request #11230 from nestjs/dependabot/npm_and_yarn/sample/16-gateways-ws/nestjs/core-9.0.5
...
chore(deps): bump @nestjs/core from 9.0.1 to 9.0.5 in /sample/16-gateways-ws
2023-03-08 08:35:31 +01:00
dependabot[bot]
0905442138
chore(deps): bump @nestjs/core in /sample/17-mvc-fastify
...
Bumps [@nestjs/core](https://github.com/nestjs/nest ) from 9.0.1 to 9.0.5.
- [Release notes](https://github.com/nestjs/nest/releases )
- [Commits](https://github.com/nestjs/nest/compare/v9.0.1...v9.0.5 )
---
updated-dependencies:
- dependency-name: "@nestjs/core"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-08 07:35:31 +00:00
dependabot[bot]
63411a1874
chore(deps): bump @nestjs/core in /sample/16-gateways-ws
...
Bumps [@nestjs/core](https://github.com/nestjs/nest ) from 9.0.1 to 9.0.5.
- [Release notes](https://github.com/nestjs/nest/releases )
- [Commits](https://github.com/nestjs/nest/compare/v9.0.1...v9.0.5 )
---
updated-dependencies:
- dependency-name: "@nestjs/core"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-08 07:35:22 +00:00
Kamil Mysliwiec
0aef0c7ce4
Merge pull request #11213 from nestjs/dependabot/npm_and_yarn/sample/12-graphql-schema-first/nestjs/core-9.0.5
...
chore(deps): bump @nestjs/core from 9.0.1 to 9.0.5 in /sample/12-graphql-schema-first
2023-03-08 08:35:10 +01:00
Kamil Mysliwiec
11603b1486
Merge pull request #11215 from nestjs/dependabot/npm_and_yarn/sample/28-sse/nestjs/core-9.0.5
...
chore(deps): bump @nestjs/core from 9.0.1 to 9.0.5 in /sample/28-sse
2023-03-08 08:35:05 +01:00
Kamil Mysliwiec
831b99bac2
Merge pull request #11217 from nestjs/dependabot/npm_and_yarn/sample/20-cache/nestjs/core-9.0.5
...
chore(deps): bump @nestjs/core from 9.0.1 to 9.0.5 in /sample/20-cache
2023-03-08 08:34:56 +01:00
dependabot[bot]
f0304895a2
chore(deps): bump @nestjs/core from 9.0.1 to 9.0.5 in /sample/20-cache
...
Bumps [@nestjs/core](https://github.com/nestjs/nest ) from 9.0.1 to 9.0.5.
- [Release notes](https://github.com/nestjs/nest/releases )
- [Commits](https://github.com/nestjs/nest/compare/v9.0.1...v9.0.5 )
---
updated-dependencies:
- dependency-name: "@nestjs/core"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-08 07:34:51 +00:00
dependabot[bot]
951c9cdb66
chore(deps): bump @nestjs/core in /sample/12-graphql-schema-first
...
Bumps [@nestjs/core](https://github.com/nestjs/nest ) from 9.0.1 to 9.0.5.
- [Release notes](https://github.com/nestjs/nest/releases )
- [Commits](https://github.com/nestjs/nest/compare/v9.0.1...v9.0.5 )
---
updated-dependencies:
- dependency-name: "@nestjs/core"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-08 07:34:50 +00:00
Kamil Mysliwiec
c1a0437cc4
Merge pull request #11218 from nestjs/dependabot/npm_and_yarn/sample/32-graphql-federation-schema-first/gateway/nestjs/core-9.0.5
...
chore(deps): bump @nestjs/core from 9.0.1 to 9.0.5 in /sample/32-graphql-federation-schema-first/gateway
2023-03-08 08:34:50 +01:00
Kamil Mysliwiec
76a1b15019
Merge pull request #11219 from nestjs/dependabot/npm_and_yarn/sample/24-serve-static/nestjs/core-9.0.5
...
chore(deps): bump @nestjs/core from 9.0.1 to 9.0.5 in /sample/24-serve-static
2023-03-08 08:34:45 +01:00
dependabot[bot]
4591486e33
chore(deps): bump @nestjs/core from 9.0.1 to 9.0.5 in /sample/28-sse
...
Bumps [@nestjs/core](https://github.com/nestjs/nest ) from 9.0.1 to 9.0.5.
- [Release notes](https://github.com/nestjs/nest/releases )
- [Commits](https://github.com/nestjs/nest/compare/v9.0.1...v9.0.5 )
---
updated-dependencies:
- dependency-name: "@nestjs/core"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-08 07:34:44 +00:00
dependabot[bot]
979726b8bf
chore(deps): bump @nestjs/core in /sample/24-serve-static
...
Bumps [@nestjs/core](https://github.com/nestjs/nest ) from 9.0.1 to 9.0.5.
- [Release notes](https://github.com/nestjs/nest/releases )
- [Commits](https://github.com/nestjs/nest/compare/v9.0.1...v9.0.5 )
---
updated-dependencies:
- dependency-name: "@nestjs/core"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-08 07:34:39 +00:00
Kamil Mysliwiec
4a3fa7ccb3
Merge pull request #11220 from nestjs/dependabot/npm_and_yarn/sample/31-graphql-federation-code-first/users-application/nestjs/core-9.0.5
...
chore(deps): bump @nestjs/core from 9.0.1 to 9.0.5 in /sample/31-graphql-federation-code-first/users-application
2023-03-08 08:34:38 +01:00
dependabot[bot]
b803b4f79d
chore(deps): bump @nestjs/core
...
Bumps [@nestjs/core](https://github.com/nestjs/nest ) from 9.0.1 to 9.0.5.
- [Release notes](https://github.com/nestjs/nest/releases )
- [Commits](https://github.com/nestjs/nest/compare/v9.0.1...v9.0.5 )
---
updated-dependencies:
- dependency-name: "@nestjs/core"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-08 07:34:35 +00:00
Kamil Mysliwiec
56e1ac1e0c
Merge pull request #11221 from nestjs/dependabot/npm_and_yarn/sample/32-graphql-federation-schema-first/posts-application/nestjs/core-9.0.5
...
chore(deps): bump @nestjs/core from 9.0.1 to 9.0.5 in /sample/32-graphql-federation-schema-first/posts-application
2023-03-08 08:34:25 +01:00
Kamil Mysliwiec
6d605d30b9
Merge pull request #11222 from nestjs/dependabot/npm_and_yarn/sample/31-graphql-federation-code-first/gateway/nestjs/core-9.0.5
...
chore(deps): bump @nestjs/core from 9.0.1 to 9.0.5 in /sample/31-graphql-federation-code-first/gateway
2023-03-08 08:34:19 +01:00
dependabot[bot]
3492e782a8
chore(deps): bump @nestjs/core
...
Bumps [@nestjs/core](https://github.com/nestjs/nest ) from 9.0.1 to 9.0.5.
- [Release notes](https://github.com/nestjs/nest/releases )
- [Commits](https://github.com/nestjs/nest/compare/v9.0.1...v9.0.5 )
---
updated-dependencies:
- dependency-name: "@nestjs/core"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-08 07:34:13 +00:00
Kamil Mysliwiec
23e6120dd5
Merge pull request #11223 from nestjs/dependabot/npm_and_yarn/sample/18-context/nestjs/core-9.0.5
...
chore(deps): bump @nestjs/core from 9.0.1 to 9.0.5 in /sample/18-context
2023-03-08 08:34:13 +01:00
Kamil Mysliwiec
14e0064e23
Merge pull request #11224 from nestjs/dependabot/npm_and_yarn/sample/21-serializer/nestjs/core-9.0.5
...
chore(deps): bump @nestjs/core from 9.0.1 to 9.0.5 in /sample/21-serializer
2023-03-08 08:34:04 +01:00
Kamil Mysliwiec
51684f761e
Merge pull request #11225 from nestjs/dependabot/npm_and_yarn/sample/14-mongoose-base/nestjs/core-9.0.5
...
chore(deps): bump @nestjs/core from 9.0.1 to 9.0.5 in /sample/14-mongoose-base
2023-03-08 08:33:57 +01:00
dependabot[bot]
e7bb3ad4b4
chore(deps): bump @nestjs/core
...
Bumps [@nestjs/core](https://github.com/nestjs/nest ) from 9.0.1 to 9.0.5.
- [Release notes](https://github.com/nestjs/nest/releases )
- [Commits](https://github.com/nestjs/nest/compare/v9.0.1...v9.0.5 )
---
updated-dependencies:
- dependency-name: "@nestjs/core"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-08 07:33:54 +00:00
Kamil Mysliwiec
3476a6aa3a
Merge pull request #11226 from nestjs/dependabot/npm_and_yarn/sample/11-swagger/nestjs/core-9.0.5
...
chore(deps): bump @nestjs/core from 9.0.1 to 9.0.5 in /sample/11-swagger
2023-03-08 08:33:51 +01:00
Kamil Mysliwiec
77132abd13
Merge pull request #11227 from nestjs/dependabot/npm_and_yarn/sample/33-graphql-mercurius/nestjs/core-9.0.5
...
chore(deps): bump @nestjs/core from 9.0.1 to 9.0.5 in /sample/33-graphql-mercurius
2023-03-08 08:33:44 +01:00
Kamil Mysliwiec
d7e57e71aa
Merge pull request #11228 from nestjs/dependabot/npm_and_yarn/sample/27-scheduling/nestjs/core-9.0.5
...
chore(deps): bump @nestjs/core from 9.0.1 to 9.0.5 in /sample/27-scheduling
2023-03-08 08:33:37 +01:00
dependabot[bot]
d09a4a37a5
chore(deps): bump @nestjs/core from 9.0.1 to 9.0.5 in /sample/11-swagger
...
Bumps [@nestjs/core](https://github.com/nestjs/nest ) from 9.0.1 to 9.0.5.
- [Release notes](https://github.com/nestjs/nest/releases )
- [Commits](https://github.com/nestjs/nest/compare/v9.0.1...v9.0.5 )
---
updated-dependencies:
- dependency-name: "@nestjs/core"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-08 07:33:32 +00:00
Kamil Mysliwiec
e188875abd
Merge pull request #11229 from nestjs/dependabot/npm_and_yarn/sample/03-microservices/nestjs/core-9.0.5
...
chore(deps): bump @nestjs/core from 9.0.1 to 9.0.5 in /sample/03-microservices
2023-03-08 08:33:32 +01:00
Kamil Mysliwiec
d30168fd7d
Merge pull request #11231 from nestjs/dependabot/npm_and_yarn/sample/26-queues/nestjs/core-9.0.5
...
chore(deps): bump @nestjs/core from 9.0.1 to 9.0.5 in /sample/26-queues
2023-03-08 08:33:24 +01:00
Kamil Mysliwiec
dd1b92169c
Merge pull request #11232 from nestjs/dependabot/npm_and_yarn/sample/29-file-upload/nestjs/core-9.0.5
...
chore(deps): bump @nestjs/core from 9.0.1 to 9.0.5 in /sample/29-file-upload
2023-03-08 08:33:17 +01:00
dependabot[bot]
396ca30110
chore(deps): bump @nestjs/core in /sample/03-microservices
...
Bumps [@nestjs/core](https://github.com/nestjs/nest ) from 9.0.1 to 9.0.5.
- [Release notes](https://github.com/nestjs/nest/releases )
- [Commits](https://github.com/nestjs/nest/compare/v9.0.1...v9.0.5 )
---
updated-dependencies:
- dependency-name: "@nestjs/core"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-08 07:33:16 +00:00
dependabot[bot]
4b1cd6ba34
chore(deps): bump @nestjs/core in /sample/27-scheduling
...
Bumps [@nestjs/core](https://github.com/nestjs/nest ) from 9.0.1 to 9.0.5.
- [Release notes](https://github.com/nestjs/nest/releases )
- [Commits](https://github.com/nestjs/nest/compare/v9.0.1...v9.0.5 )
---
updated-dependencies:
- dependency-name: "@nestjs/core"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-08 07:33:15 +00:00
dependabot[bot]
d9cffd7b02
chore(deps): bump @nestjs/core
...
Bumps [@nestjs/core](https://github.com/nestjs/nest ) from 9.0.1 to 9.0.5.
- [Release notes](https://github.com/nestjs/nest/releases )
- [Commits](https://github.com/nestjs/nest/compare/v9.0.1...v9.0.5 )
---
updated-dependencies:
- dependency-name: "@nestjs/core"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-08 07:32:59 +00:00
dependabot[bot]
862fd4561b
chore(deps): bump @nestjs/core from 9.0.1 to 9.0.5 in /sample/18-context
...
Bumps [@nestjs/core](https://github.com/nestjs/nest ) from 9.0.1 to 9.0.5.
- [Release notes](https://github.com/nestjs/nest/releases )
- [Commits](https://github.com/nestjs/nest/compare/v9.0.1...v9.0.5 )
---
updated-dependencies:
- dependency-name: "@nestjs/core"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-08 07:32:57 +00:00
dependabot[bot]
9856d3f226
chore(deps): bump @nestjs/core in /sample/14-mongoose-base
...
Bumps [@nestjs/core](https://github.com/nestjs/nest ) from 9.0.1 to 9.0.5.
- [Release notes](https://github.com/nestjs/nest/releases )
- [Commits](https://github.com/nestjs/nest/compare/v9.0.1...v9.0.5 )
---
updated-dependencies:
- dependency-name: "@nestjs/core"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-08 07:32:55 +00:00
dependabot[bot]
ad8a4d33f0
chore(deps): bump @nestjs/core from 9.0.1 to 9.0.5 in /sample/26-queues
...
Bumps [@nestjs/core](https://github.com/nestjs/nest ) from 9.0.1 to 9.0.5.
- [Release notes](https://github.com/nestjs/nest/releases )
- [Commits](https://github.com/nestjs/nest/compare/v9.0.1...v9.0.5 )
---
updated-dependencies:
- dependency-name: "@nestjs/core"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-08 07:32:54 +00:00
dependabot[bot]
62c84614f3
chore(deps): bump @nestjs/core in /sample/21-serializer
...
Bumps [@nestjs/core](https://github.com/nestjs/nest ) from 9.0.1 to 9.0.5.
- [Release notes](https://github.com/nestjs/nest/releases )
- [Commits](https://github.com/nestjs/nest/compare/v9.0.1...v9.0.5 )
---
updated-dependencies:
- dependency-name: "@nestjs/core"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-08 07:32:53 +00:00
dependabot[bot]
7d4eed47a3
chore(deps): bump @nestjs/core in /sample/29-file-upload
...
Bumps [@nestjs/core](https://github.com/nestjs/nest ) from 9.0.1 to 9.0.5.
- [Release notes](https://github.com/nestjs/nest/releases )
- [Commits](https://github.com/nestjs/nest/compare/v9.0.1...v9.0.5 )
---
updated-dependencies:
- dependency-name: "@nestjs/core"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-08 07:32:51 +00:00
Kamil Mysliwiec
31f9b4e23f
Merge pull request #11233 from nestjs/dependabot/npm_and_yarn/sample/13-mongo-typeorm/nestjs/core-9.0.5
...
chore(deps): bump @nestjs/core from 9.0.1 to 9.0.5 in /sample/13-mongo-typeorm
2023-03-08 08:32:28 +01:00
dependabot[bot]
f11eca31d8
chore(deps): bump @nestjs/core in /sample/33-graphql-mercurius
...
Bumps [@nestjs/core](https://github.com/nestjs/nest ) from 9.0.1 to 9.0.5.
- [Release notes](https://github.com/nestjs/nest/releases )
- [Commits](https://github.com/nestjs/nest/compare/v9.0.1...v9.0.5 )
---
updated-dependencies:
- dependency-name: "@nestjs/core"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-08 07:32:27 +00:00
Kamil Mysliwiec
9a0d636dd4
Merge pull request #11234 from nestjs/dependabot/npm_and_yarn/sample/32-graphql-federation-schema-first/users-application/nestjs/core-9.0.5
...
chore(deps): bump @nestjs/core from 9.0.1 to 9.0.5 in /sample/32-graphql-federation-schema-first/users-application
2023-03-08 08:32:21 +01:00
dependabot[bot]
f6ff13310b
chore(deps): bump @nestjs/core
...
Bumps [@nestjs/core](https://github.com/nestjs/nest ) from 9.0.1 to 9.0.5.
- [Release notes](https://github.com/nestjs/nest/releases )
- [Commits](https://github.com/nestjs/nest/compare/v9.0.1...v9.0.5 )
---
updated-dependencies:
- dependency-name: "@nestjs/core"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-08 07:32:12 +00:00
dependabot[bot]
26597c175f
chore(deps): bump @nestjs/core in /sample/13-mongo-typeorm
...
Bumps [@nestjs/core](https://github.com/nestjs/nest ) from 9.0.1 to 9.0.5.
- [Release notes](https://github.com/nestjs/nest/releases )
- [Commits](https://github.com/nestjs/nest/compare/v9.0.1...v9.0.5 )
---
updated-dependencies:
- dependency-name: "@nestjs/core"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-08 07:32:09 +00:00
Kamil Mysliwiec
ecfd433878
Merge pull request #11235 from nestjs/dependabot/npm_and_yarn/sample/23-graphql-code-first/nestjs/core-9.0.5
...
chore(deps): bump @nestjs/core from 9.0.1 to 9.0.5 in /sample/23-graphql-code-first
2023-03-08 08:31:39 +01:00
Kamil Mysliwiec
7710285756
Merge pull request #11236 from nestjs/dependabot/npm_and_yarn/sample/04-grpc/nestjs/core-9.0.5
...
chore(deps): bump @nestjs/core from 9.0.1 to 9.0.5 in /sample/04-grpc
2023-03-08 08:31:33 +01:00
Kamil Mysliwiec
9a046ecad5
Merge pull request #11237 from nestjs/dependabot/npm_and_yarn/sample/07-sequelize/nestjs/core-9.0.5
...
chore(deps): bump @nestjs/core from 9.0.1 to 9.0.5 in /sample/07-sequelize
2023-03-08 08:31:29 +01:00
Kamil Mysliwiec
4dfbeea57c
Merge pull request #11238 from nestjs/dependabot/npm_and_yarn/sample/31-graphql-federation-code-first/posts-application/nestjs/core-9.0.5
...
chore(deps): bump @nestjs/core from 9.0.1 to 9.0.5 in /sample/31-graphql-federation-code-first/posts-application
2023-03-08 08:31:20 +01:00
Kamil Mysliwiec
17987d0d6a
Merge pull request #11239 from nestjs/dependabot/npm_and_yarn/sample/25-dynamic-modules/nestjs/core-9.0.5
...
chore(deps): bump @nestjs/core from 9.0.1 to 9.0.5 in /sample/25-dynamic-modules
2023-03-08 08:31:16 +01:00
Kamil Mysliwiec
efb61c9be8
Merge pull request #11201 from nestjs/dependabot/npm_and_yarn/grpc/grpc-js-1.8.12
...
chore(deps-dev): bump @grpc/grpc-js from 1.8.11 to 1.8.12
2023-03-08 08:30:59 +01:00
dependabot[bot]
e879b98395
chore(deps-dev): bump @grpc/grpc-js from 1.8.11 to 1.8.12
...
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node ) from 1.8.11 to 1.8.12.
- [Release notes](https://github.com/grpc/grpc-node/releases )
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.8.11...@grpc/grpc-js@1.8.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-03-08 07:29:53 +00:00
Kamil Mysliwiec
cb06ff9e20
Merge pull request #11202 from nestjs/dependabot/npm_and_yarn/mongoose-6.10.2
...
chore(deps-dev): bump mongoose from 6.10.1 to 6.10.2
2023-03-08 08:29:24 +01:00
Kamil Mysliwiec
4b21f88a41
Merge pull request #11200 from nestjs/dependabot/npm_and_yarn/graphql-tools-8.3.19
...
chore(deps-dev): bump graphql-tools from 8.3.18 to 8.3.19
2023-03-08 08:28:14 +01:00
Kamil Mysliwiec
e3d2872d9c
Merge pull request #11199 from nestjs/dependabot/npm_and_yarn/eslint-config-prettier-8.7.0
...
chore(deps-dev): bump eslint-config-prettier from 8.6.0 to 8.7.0
2023-03-08 08:27:44 +01:00
Kamil Mysliwiec
2bcb124685
Merge pull request #11198 from nestjs/dependabot/npm_and_yarn/fastify/multipart-7.4.2
...
chore(deps-dev): bump @fastify/multipart from 7.4.1 to 7.4.2
2023-03-08 08:27:36 +01:00
Kamil Mysliwiec
0c6be4fcd5
Merge pull request #11197 from nestjs/dependabot/npm_and_yarn/fastify-4.14.1
...
chore(deps): bump fastify from 4.14.0 to 4.14.1
2023-03-08 08:27:15 +01:00
dependabot[bot]
178c3e656a
chore(deps): bump @nestjs/core in /sample/25-dynamic-modules
...
Bumps [@nestjs/core](https://github.com/nestjs/nest ) from 9.0.1 to 9.0.5.
- [Release notes](https://github.com/nestjs/nest/releases )
- [Commits](https://github.com/nestjs/nest/compare/v9.0.1...v9.0.5 )
---
updated-dependencies:
- dependency-name: "@nestjs/core"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-08 03:14:44 +00:00
dependabot[bot]
da03fd1fa7
chore(deps): bump @nestjs/core
...
Bumps [@nestjs/core](https://github.com/nestjs/nest ) from 9.0.1 to 9.0.5.
- [Release notes](https://github.com/nestjs/nest/releases )
- [Commits](https://github.com/nestjs/nest/compare/v9.0.1...v9.0.5 )
---
updated-dependencies:
- dependency-name: "@nestjs/core"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-08 03:05:38 +00:00
dependabot[bot]
fb8b6a819d
chore(deps): bump @nestjs/core in /sample/07-sequelize
...
Bumps [@nestjs/core](https://github.com/nestjs/nest ) from 9.0.1 to 9.0.5.
- [Release notes](https://github.com/nestjs/nest/releases )
- [Commits](https://github.com/nestjs/nest/compare/v9.0.1...v9.0.5 )
---
updated-dependencies:
- dependency-name: "@nestjs/core"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-08 03:05:22 +00:00
dependabot[bot]
70e92344fb
chore(deps): bump @nestjs/core from 9.0.1 to 9.0.5 in /sample/04-grpc
...
Bumps [@nestjs/core](https://github.com/nestjs/nest ) from 9.0.1 to 9.0.5.
- [Release notes](https://github.com/nestjs/nest/releases )
- [Commits](https://github.com/nestjs/nest/compare/v9.0.1...v9.0.5 )
---
updated-dependencies:
- dependency-name: "@nestjs/core"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-08 03:05:04 +00:00
dependabot[bot]
bdb6ba0a23
chore(deps): bump @nestjs/core in /sample/23-graphql-code-first
...
Bumps [@nestjs/core](https://github.com/nestjs/nest ) from 9.0.1 to 9.0.5.
- [Release notes](https://github.com/nestjs/nest/releases )
- [Commits](https://github.com/nestjs/nest/compare/v9.0.1...v9.0.5 )
---
updated-dependencies:
- dependency-name: "@nestjs/core"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-08 03:04:59 +00:00
dependabot[bot]
aa3fb3b677
chore(deps-dev): bump mongoose from 6.10.1 to 6.10.2
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 6.10.1 to 6.10.2.
- [Release notes](https://github.com/Automattic/mongoose/releases )
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Automattic/mongoose/compare/6.10.1...6.10.2 )
---
updated-dependencies:
- dependency-name: mongoose
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-08 01:05:45 +00:00
dependabot[bot]
a731f0d5bc
chore(deps-dev): bump graphql-tools from 8.3.18 to 8.3.19
...
Bumps [graphql-tools](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/graphql-tools ) from 8.3.18 to 8.3.19.
- [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@8.3.19/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 >
2023-03-07 01:10:38 +00:00
dependabot[bot]
3c5fce12ec
chore(deps-dev): bump eslint-config-prettier from 8.6.0 to 8.7.0
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 8.6.0 to 8.7.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v8.6.0...v8.7.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-03-07 01:08:07 +00:00
dependabot[bot]
7cfb23128f
chore(deps-dev): bump @fastify/multipart from 7.4.1 to 7.4.2
...
Bumps [@fastify/multipart](https://github.com/fastify/fastify-multipart ) from 7.4.1 to 7.4.2.
- [Release notes](https://github.com/fastify/fastify-multipart/releases )
- [Commits](https://github.com/fastify/fastify-multipart/compare/v7.4.1...v7.4.2 )
---
updated-dependencies:
- dependency-name: "@fastify/multipart"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-07 01:05:45 +00:00
dependabot[bot]
b91677a027
chore(deps): bump fastify from 4.14.0 to 4.14.1
...
Bumps [fastify](https://github.com/fastify/fastify ) from 4.14.0 to 4.14.1.
- [Release notes](https://github.com/fastify/fastify/releases )
- [Commits](https://github.com/fastify/fastify/compare/v4.14.0...v4.14.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-03-07 01:01:01 +00:00
Kamil Mysliwiec
c3abc94994
Merge pull request #11180 from nestjs/dependabot/npm_and_yarn/apollo-server-core-3.12.0
...
chore(deps-dev): bump apollo-server-core from 3.11.1 to 3.12.0
2023-03-06 08:43:52 +01:00
dependabot[bot]
dd73f1e074
chore(deps-dev): bump apollo-server-core from 3.11.1 to 3.12.0
...
Bumps [apollo-server-core](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-core ) from 3.11.1 to 3.12.0.
- [Release notes](https://github.com/apollographql/apollo-server/releases )
- [Changelog](https://github.com/apollographql/apollo-server/blob/apollo-server-core@3.12.0/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server-core@3.12.0/packages/apollo-server-core )
---
updated-dependencies:
- dependency-name: apollo-server-core
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-06 07:31:46 +00:00
Kamil Mysliwiec
c3f9270cc2
Merge pull request #11181 from nestjs/dependabot/npm_and_yarn/nodemon-2.0.21
...
chore(deps-dev): bump nodemon from 2.0.20 to 2.0.21
2023-03-06 08:29:41 +01:00
Kamil Mysliwiec
32751a7af0
Merge pull request #11182 from nestjs/dependabot/npm_and_yarn/apollo-server-express-3.12.0
...
chore(deps-dev): bump apollo-server-express from 3.11.1 to 3.12.0
2023-03-06 08:29:34 +01:00
dependabot[bot]
9939b91bd8
chore(deps-dev): bump nodemon from 2.0.20 to 2.0.21
...
Bumps [nodemon](https://github.com/remy/nodemon ) from 2.0.20 to 2.0.21.
- [Release notes](https://github.com/remy/nodemon/releases )
- [Commits](https://github.com/remy/nodemon/compare/v2.0.20...v2.0.21 )
---
updated-dependencies:
- dependency-name: nodemon
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-06 07:29:34 +00:00
Kamil Mysliwiec
baf8e38610
Merge pull request #11191 from nestjs/dependabot/npm_and_yarn/fastify-4.14.0
...
chore(deps): bump fastify from 4.13.0 to 4.14.0
2023-03-06 08:28:55 +01:00
Kamil Mysliwiec
517152ddaf
Merge pull request #11192 from nestjs/dependabot/npm_and_yarn/mongoose-6.10.1
...
chore(deps-dev): bump mongoose from 6.10.0 to 6.10.1
2023-03-06 08:27:35 +01:00
Kamil Mysliwiec
c7b08fc26e
Merge pull request #11193 from nestjs/dependabot/npm_and_yarn/types/node-18.14.6
...
chore(deps-dev): bump @types/node from 18.14.2 to 18.14.6
2023-03-06 08:27:24 +01:00
Kamil Mysliwiec
161690c7ac
Merge pull request #11194 from nestjs/dependabot/npm_and_yarn/mysql2-3.2.0
...
chore(deps-dev): bump mysql2 from 3.1.2 to 3.2.0
2023-03-06 08:27:11 +01:00
dependabot[bot]
9eadbe6e0e
chore(deps-dev): bump mysql2 from 3.1.2 to 3.2.0
...
Bumps [mysql2](https://github.com/sidorares/node-mysql2 ) from 3.1.2 to 3.2.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.1.2...v3.2.0 )
---
updated-dependencies:
- dependency-name: mysql2
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-06 01:17:11 +00:00
dependabot[bot]
e0b3c3976e
chore(deps-dev): bump @types/node from 18.14.2 to 18.14.6
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.14.2 to 18.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 >
2023-03-06 01:12:56 +00:00
dependabot[bot]
11937ff0e2
chore(deps-dev): bump mongoose from 6.10.0 to 6.10.1
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 6.10.0 to 6.10.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/6.10.0...6.10.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-03-06 01:10:24 +00:00
dependabot[bot]
994c21511c
chore(deps): bump fastify from 4.13.0 to 4.14.0
...
Bumps [fastify](https://github.com/fastify/fastify ) from 4.13.0 to 4.14.0.
- [Release notes](https://github.com/fastify/fastify/releases )
- [Commits](https://github.com/fastify/fastify/compare/v4.13.0...v4.14.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-03-06 01:05:07 +00:00
codytseng
081650beed
fix(ws): mount multi ws servers on different paths
2023-03-04 13:35:15 +08:00
codytseng
6f8f111397
fix(ws): filter non nil result
2023-03-03 14:48:14 +08:00
Micael Levi L. Cavalcante
2bcf434c24
test(core): add test for when the value of value provider is undefined
2023-03-02 21:39:33 -04:00
Micael Levi L. Cavalcante
4cddcfb492
fix(core): false-negative value provider not registered error
...
when the value of the provider is `undefined`
2023-03-02 21:39:30 -04:00
dependabot[bot]
d6392f61bc
chore(deps-dev): bump apollo-server-express from 3.11.1 to 3.12.0
...
Bumps [apollo-server-express](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-express ) from 3.11.1 to 3.12.0.
- [Release notes](https://github.com/apollographql/apollo-server/releases )
- [Changelog](https://github.com/apollographql/apollo-server/blob/apollo-server-express@3.12.0/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server-express@3.12.0/packages/apollo-server-express )
---
updated-dependencies:
- dependency-name: apollo-server-express
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-03 01:15:14 +00:00
Kamil Mysliwiec
06b796098d
Merge pull request #11177 from jongwooo/docs/fix-typo-on-issue-template
...
docs: fix typo
2023-03-02 08:13:12 +01:00
Jongwoo Han
6b456a8cce
docs: fix typo
2023-03-02 06:49:33 +09:00
Kamil Mysliwiec
45f78426a6
Merge pull request #11171 from nestjs/dependabot/npm_and_yarn/kafkajs-2.2.4
...
chore(deps-dev): bump kafkajs from 2.2.3 to 2.2.4
2023-02-28 10:16:05 +01:00
dependabot[bot]
3e04a71449
chore(deps-dev): bump kafkajs from 2.2.3 to 2.2.4
...
Bumps [kafkajs](https://github.com/tulios/kafkajs ) from 2.2.3 to 2.2.4.
- [Release notes](https://github.com/tulios/kafkajs/releases )
- [Changelog](https://github.com/tulios/kafkajs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tulios/kafkajs/compare/v2.2.3...v2.2.4 )
---
updated-dependencies:
- dependency-name: kafkajs
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-28 01:07:56 +00:00
Thomas Ghysels
a804bf4509
Add test case for ParseArrayPipe that doesn't work as expected
2023-02-27 14:07:11 +01:00
Kamil Mysliwiec
1e60955c01
Merge pull request #11161 from nestjs/dependabot/npm_and_yarn/sample/07-sequelize/sequelize-6.29.0
...
chore(deps): bump sequelize from 6.28.2 to 6.29.0 in /sample/07-sequelize
2023-02-27 08:29:59 +01:00
Kamil Mysliwiec
b276022744
Merge pull request #11164 from nestjs/dependabot/npm_and_yarn/core-js-3.29.0
...
chore(deps-dev): bump core-js from 3.28.0 to 3.29.0
2023-02-27 08:29:49 +01:00
Kamil Mysliwiec
5e92786997
Merge pull request #11165 from nestjs/dependabot/npm_and_yarn/amqp-connection-manager-4.1.11
...
chore(deps-dev): bump amqp-connection-manager from 4.1.10 to 4.1.11
2023-02-27 08:29:43 +01:00
Kamil Mysliwiec
d9a97562d5
Merge pull request #11166 from nestjs/dependabot/npm_and_yarn/types/node-18.14.2
...
chore(deps-dev): bump @types/node from 18.14.1 to 18.14.2
2023-02-27 08:29:37 +01:00
Kamil Mysliwiec
2e3cc0abd9
Merge pull request #11167 from nestjs/dependabot/npm_and_yarn/redis-4.6.5
...
chore(deps-dev): bump redis from 4.6.4 to 4.6.5
2023-02-27 08:29:32 +01:00
Kamil Mysliwiec
8a1df1fb10
Merge pull request #11168 from nestjs/dependabot/npm_and_yarn/grpc/grpc-js-1.8.11
...
chore(deps-dev): bump @grpc/grpc-js from 1.8.10 to 1.8.11
2023-02-27 08:29:21 +01:00
dependabot[bot]
4ee9e63656
chore(deps-dev): bump @grpc/grpc-js from 1.8.10 to 1.8.11
...
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node ) from 1.8.10 to 1.8.11.
- [Release notes](https://github.com/grpc/grpc-node/releases )
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.8.10...@grpc/grpc-js@1.8.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-02-27 01:18:10 +00:00
dependabot[bot]
94aad126e2
chore(deps-dev): bump redis from 4.6.4 to 4.6.5
...
Bumps [redis](https://github.com/redis/node-redis ) from 4.6.4 to 4.6.5.
- [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.4...redis@4.6.5 )
---
updated-dependencies:
- dependency-name: redis
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-27 01:16:31 +00:00
dependabot[bot]
60c5fe0fa0
chore(deps-dev): bump @types/node from 18.14.1 to 18.14.2
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.14.1 to 18.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-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-27 01:15:10 +00:00
dependabot[bot]
4645756066
chore(deps-dev): bump amqp-connection-manager from 4.1.10 to 4.1.11
...
Bumps [amqp-connection-manager](https://github.com/jwalton/node-amqp-connection-manager ) from 4.1.10 to 4.1.11.
- [Release notes](https://github.com/jwalton/node-amqp-connection-manager/releases )
- [Changelog](https://github.com/jwalton/node-amqp-connection-manager/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jwalton/node-amqp-connection-manager/compare/v4.1.10...v4.1.11 )
---
updated-dependencies:
- dependency-name: amqp-connection-manager
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-27 01:08:52 +00:00
dependabot[bot]
e62814c4e5
chore(deps-dev): bump core-js from 3.28.0 to 3.29.0
...
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js ) from 3.28.0 to 3.29.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.29.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-02-27 01:05:40 +00:00
dependabot[bot]
c311a6c40d
chore(deps): bump sequelize in /sample/07-sequelize
...
Bumps [sequelize](https://github.com/sequelize/sequelize ) from 6.28.2 to 6.29.0.
- [Release notes](https://github.com/sequelize/sequelize/releases )
- [Commits](https://github.com/sequelize/sequelize/compare/v6.28.2...v6.29.0 )
---
updated-dependencies:
- dependency-name: sequelize
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-25 01:33:35 +00:00
Kamil Mysliwiec
bd9998590f
Merge pull request #11160 from stevejkang/fix-typo-on-issue-template
...
docs: fix typo
2023-02-24 14:39:22 +01:00
stevejkang
ac89fc64ce
docs: fix typo
2023-02-24 22:25:17 +09:00
Kamil Mysliwiec
5dcb56bd7c
Merge pull request #11158 from nestjs/dependabot/npm_and_yarn/cache-manager-5.1.7
...
chore(deps-dev): bump cache-manager from 5.1.6 to 5.1.7
2023-02-24 08:27:39 +01:00
Kamil Mysliwiec
bf71c17a20
Merge pull request #11159 from nestjs/dependabot/npm_and_yarn/fast-json-stringify-5.6.2
...
chore(deps): bump fast-json-stringify from 5.6.1 to 5.6.2
2023-02-24 08:27:33 +01:00
Kamil Mysliwiec
c457a970a0
Merge pull request #11157 from nestjs/dependabot/npm_and_yarn/types/node-18.14.1
...
chore(deps-dev): bump @types/node from 18.14.0 to 18.14.1
2023-02-24 08:27:23 +01:00
dependabot[bot]
4f8fd5f0ea
chore(deps): bump fast-json-stringify from 5.6.1 to 5.6.2
...
Bumps [fast-json-stringify](https://github.com/fastify/fast-json-stringify ) from 5.6.1 to 5.6.2.
- [Release notes](https://github.com/fastify/fast-json-stringify/releases )
- [Commits](https://github.com/fastify/fast-json-stringify/compare/v5.6.1...v5.6.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-02-24 00:20:11 +00:00
dependabot[bot]
dd99f1814d
chore(deps-dev): bump cache-manager from 5.1.6 to 5.1.7
...
Bumps [cache-manager](https://github.com/node-cache-manager/node-cache-manager ) from 5.1.6 to 5.1.7.
- [Release notes](https://github.com/node-cache-manager/node-cache-manager/releases )
- [Changelog](https://github.com/node-cache-manager/node-cache-manager/blob/master/CHANGELOG.md )
- [Commits](https://github.com/node-cache-manager/node-cache-manager/compare/5.1.6...5.1.7 )
---
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-02-24 00:19:17 +00:00
dependabot[bot]
455ecc6659
chore(deps-dev): bump @types/node from 18.14.0 to 18.14.1
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.14.0 to 18.14.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 >
2023-02-24 00:13:50 +00:00
nomaxg
d771c52264
fix(microservices): Correctly use ConnectionOptions
...
Signed-off-by: nomaxg <noahgolub2@gmail.com >
2023-02-23 11:25:38 -05:00
Kamil Mysliwiec
54bf3fd43f
Merge pull request #11147 from nestjs/dependabot/npm_and_yarn/nats-2.12.1
...
chore(deps-dev): bump nats from 2.12.0 to 2.12.1
2023-02-23 10:49:46 +01:00
Kamil Mysliwiec
9d0d7b1675
Merge pull request #11148 from nestjs/dependabot/npm_and_yarn/grpc/grpc-js-1.8.10
...
chore(deps-dev): bump @grpc/grpc-js from 1.8.9 to 1.8.10
2023-02-23 10:49:41 +01:00
Kamil Mysliwiec
3a306bb3e9
Merge pull request #11150 from nestjs/dependabot/npm_and_yarn/body-parser-1.20.2
...
chore(deps): bump body-parser from 1.20.1 to 1.20.2
2023-02-23 10:49:36 +01:00
Kamil Mysliwiec
7fc35588d0
Merge pull request #11151 from nestjs/dependabot/npm_and_yarn/mongoose-6.10.0
...
chore(deps-dev): bump mongoose from 6.9.2 to 6.10.0
2023-02-23 10:49:30 +01:00
Kamil Mysliwiec
ac9c28fcfe
Merge pull request #11152 from nestjs/dependabot/npm_and_yarn/fast-json-stringify-5.6.1
...
chore(deps): bump fast-json-stringify from 5.5.0 to 5.6.1
2023-02-23 10:49:25 +01:00
Kamil Mysliwiec
bfd6becb80
Merge pull request #11153 from nestjs/dependabot/npm_and_yarn/sample/07-sequelize/sequelize-6.28.2
...
chore(deps): bump sequelize from 6.21.2 to 6.28.2 in /sample/07-sequelize
2023-02-23 10:49:17 +01:00
dependabot[bot]
7e80904159
chore(deps): bump sequelize in /sample/07-sequelize
...
Bumps [sequelize](https://github.com/sequelize/sequelize ) from 6.21.2 to 6.28.2.
- [Release notes](https://github.com/sequelize/sequelize/releases )
- [Commits](https://github.com/sequelize/sequelize/compare/v6.21.2...v6.28.2 )
---
updated-dependencies:
- dependency-name: sequelize
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-23 04:09:23 +00:00
dependabot[bot]
9cb92bb2e2
chore(deps): bump fast-json-stringify from 5.5.0 to 5.6.1
...
Bumps [fast-json-stringify](https://github.com/fastify/fast-json-stringify ) from 5.5.0 to 5.6.1.
- [Release notes](https://github.com/fastify/fast-json-stringify/releases )
- [Commits](https://github.com/fastify/fast-json-stringify/compare/v5.5.0...v5.6.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-02-23 00:22:51 +00:00
dependabot[bot]
68618c456d
chore(deps-dev): bump mongoose from 6.9.2 to 6.10.0
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 6.9.2 to 6.10.0.
- [Release notes](https://github.com/Automattic/mongoose/releases )
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Automattic/mongoose/compare/6.9.2...6.10.0 )
---
updated-dependencies:
- dependency-name: mongoose
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-23 00:20:14 +00:00
dependabot[bot]
3ea485f158
chore(deps): bump body-parser from 1.20.1 to 1.20.2
...
Bumps [body-parser](https://github.com/expressjs/body-parser ) from 1.20.1 to 1.20.2.
- [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.1...1.20.2 )
---
updated-dependencies:
- dependency-name: body-parser
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-23 00:17:39 +00:00
dependabot[bot]
006233be64
chore(deps-dev): bump @grpc/grpc-js from 1.8.9 to 1.8.10
...
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node ) from 1.8.9 to 1.8.10.
- [Release notes](https://github.com/grpc/grpc-node/releases )
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.8.9...@grpc/grpc-js@1.8.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-02-22 01:25:58 +00:00
dependabot[bot]
c0b3f7ff72
chore(deps-dev): bump nats from 2.12.0 to 2.12.1
...
Bumps [nats](https://github.com/nats-io/nats.js ) from 2.12.0 to 2.12.1.
- [Release notes](https://github.com/nats-io/nats.js/releases )
- [Commits](https://github.com/nats-io/nats.js/compare/v2.12.0...v2.12.1 )
---
updated-dependencies:
- dependency-name: nats
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-22 00:28:30 +00:00
Kamil Mysliwiec
302f08dc52
Merge pull request #11135 from nestjs/dependabot/npm_and_yarn/commitlint/config-angular-17.4.4
...
chore(deps-dev): bump @commitlint/config-angular from 17.4.3 to 17.4.4
2023-02-21 13:15:20 +01:00
dependabot[bot]
4b1b3b4774
chore(deps-dev): bump @commitlint/config-angular from 17.4.3 to 17.4.4
...
Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular ) from 17.4.3 to 17.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/v17.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 >
2023-02-21 07:17:53 +00:00
Kamil Mysliwiec
5f26def84c
Merge pull request #11136 from nestjs/dependabot/npm_and_yarn/commitlint/cli-17.4.4
...
chore(deps-dev): bump @commitlint/cli from 17.4.3 to 17.4.4
2023-02-21 08:15:09 +01:00
Kamil Mysliwiec
983aaf58f0
Merge pull request #11137 from nestjs/dependabot/npm_and_yarn/types/node-18.14.0
...
chore(deps-dev): bump @types/node from 18.13.0 to 18.14.0
2023-02-21 08:15:04 +01:00
Kamil Mysliwiec
30193ceab8
Merge pull request #11143 from nestjs/dependabot/npm_and_yarn/socket.io-4.6.1
...
chore(deps): bump socket.io from 4.6.0 to 4.6.1
2023-02-21 08:14:58 +01:00
Kamil Mysliwiec
a183b7840e
Merge pull request #11144 from nestjs/dependabot/npm_and_yarn/socket.io-client-4.6.1
...
chore(deps-dev): bump socket.io-client from 4.6.0 to 4.6.1
2023-02-21 08:14:43 +01:00
dependabot[bot]
4329971658
chore(deps-dev): bump socket.io-client from 4.6.0 to 4.6.1
...
Bumps [socket.io-client](https://github.com/socketio/socket.io-client ) from 4.6.0 to 4.6.1.
- [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.6.0...4.6.1 )
---
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 >
2023-02-21 01:11:37 +00:00
dependabot[bot]
c704308796
chore(deps): bump socket.io from 4.6.0 to 4.6.1
...
Bumps [socket.io](https://github.com/socketio/socket.io ) from 4.6.0 to 4.6.1.
- [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.6.0...4.6.1 )
---
updated-dependencies:
- dependency-name: socket.io
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-21 01:07:54 +00:00
Einar Norðfjörð
25d9ef940c
feat(core): Support async local storage in interceptors
...
This is necessary to allow use cases such as allowing interceptors to
change the context in OpenTelemetry. You might for example want to add
Baggage to the context in an interceptor but because of the way it was
structured before the baggage would not make its way into the controller
2023-02-20 14:13:16 -05:00
dependabot[bot]
b2769d36e2
chore(deps-dev): bump @types/node from 18.13.0 to 18.14.0
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.13.0 to 18.14.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-20 01:12:04 +00:00
dependabot[bot]
574cbb01eb
chore(deps-dev): bump @commitlint/cli from 17.4.3 to 17.4.4
...
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli ) from 17.4.3 to 17.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/v17.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 >
2023-02-20 01:09:21 +00:00
Jan Krueger
7ef71f3f9b
fix(common): fix cache-manager version detection running every request
...
move cache-manager version detection to constructor
2023-02-19 21:48:33 +01:00
Jan Krueger
e7b38a0dcd
refactor(common): refactor cache-manager version detection
...
refactor cache-manager version detection in CacheInterceptor to be lazy
2023-02-19 21:18:45 +01:00
Jan Krüger
63814af6e6
Update packages/common/cache/interceptors/cache.interceptor.ts
...
Co-authored-by: Micael Levi L. Cavalcante <mllc@icomp.ufam.edu.br >
2023-02-19 18:24:17 +01:00
Jan Krueger
e151c47839
fix(common): fix cache ttl not beeing respected
2023-02-17 17:01:32 +01:00
Kamil Mysliwiec
1cc4f101a2
Merge pull request #11127 from nestjs/dependabot/npm_and_yarn/sample/33-graphql-mercurius/undici-5.19.1
...
chore(deps): bump undici from 5.9.1 to 5.19.1 in /sample/33-graphql-mercurius
2023-02-17 08:53:16 +01:00
Kamil Mysliwiec
87d1be8c9b
Merge pull request #11128 from nestjs/dependabot/npm_and_yarn/mongoose-6.9.2
...
chore(deps-dev): bump mongoose from 6.9.1 to 6.9.2
2023-02-17 08:52:48 +01:00
dependabot[bot]
46239d9c76
chore(deps-dev): bump mongoose from 6.9.1 to 6.9.2
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 6.9.1 to 6.9.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/6.9.1...6.9.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-02-17 01:06:07 +00:00
dependabot[bot]
ca2bbfef4b
chore(deps): bump undici in /sample/33-graphql-mercurius
...
Bumps [undici](https://github.com/nodejs/undici ) from 5.9.1 to 5.19.1.
- [Release notes](https://github.com/nodejs/undici/releases )
- [Commits](https://github.com/nodejs/undici/compare/v5.9.1...v5.19.1 )
---
updated-dependencies:
- dependency-name: undici
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-16 23:34:27 +00:00
Kamil Mysliwiec
ef3b5d743e
Merge pull request #11120 from nestjs/dependabot/npm_and_yarn/grpc/grpc-js-1.8.9
...
chore(deps-dev): bump @grpc/grpc-js from 1.8.8 to 1.8.9
2023-02-16 08:56:13 +01:00
Kamil Mysliwiec
936cb9615a
Merge pull request #11121 from nestjs/dependabot/npm_and_yarn/light-my-request-5.9.1
...
chore(deps): bump light-my-request from 5.8.0 to 5.9.1
2023-02-16 08:55:05 +01:00
dependabot[bot]
bd69f17a8c
chore(deps): bump light-my-request from 5.8.0 to 5.9.1
...
Bumps [light-my-request](https://github.com/fastify/light-my-request ) from 5.8.0 to 5.9.1.
- [Release notes](https://github.com/fastify/light-my-request/releases )
- [Commits](https://github.com/fastify/light-my-request/compare/v5.8.0...v5.9.1 )
---
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-02-16 01:10:45 +00:00
dependabot[bot]
ed9c4d495e
chore(deps-dev): bump @grpc/grpc-js from 1.8.8 to 1.8.9
...
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node ) from 1.8.8 to 1.8.9.
- [Release notes](https://github.com/grpc/grpc-node/releases )
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.8.8...@grpc/grpc-js@1.8.9 )
---
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-02-16 01:07:25 +00:00
Rafael
df74cde2a0
feat(core): add support to named groups
2023-02-15 15:18:49 -03:00
Kamil Mysliwiec
176ec4ef00
Merge pull request #11113 from nestjs/dependabot/npm_and_yarn/fastify/multipart-7.4.1
...
chore(deps-dev): bump @fastify/multipart from 7.4.0 to 7.4.1
2023-02-15 12:59:41 +01:00
codytseng
ea79cefc28
fix(testing): correct the type of server
2023-02-15 15:46:18 +08:00
codytseng
cf4097cf24
feat(common,express,fastify): enhance the type of httpServer
2023-02-15 14:42:03 +08:00
dependabot[bot]
658c30508c
chore(deps-dev): bump @fastify/multipart from 7.4.0 to 7.4.1
...
Bumps [@fastify/multipart](https://github.com/fastify/fastify-multipart ) from 7.4.0 to 7.4.1.
- [Release notes](https://github.com/fastify/fastify-multipart/releases )
- [Commits](https://github.com/fastify/fastify-multipart/compare/v7.4.0...v7.4.1 )
---
updated-dependencies:
- dependency-name: "@fastify/multipart"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-14 22:24:55 +00:00
Kamil Myśliwiec
98a2802c00
chore(@nestjs) publish v9.3.9 release
2023-02-14 11:19:36 +01:00
Kamil Mysliwiec
4a7a61a1b0
Merge pull request #11109 from nestjs/dependabot/npm_and_yarn/commitlint/cli-17.4.3
...
chore(deps-dev): bump @commitlint/cli from 17.4.2 to 17.4.3
2023-02-14 09:26:33 +01:00
dependabot[bot]
f907ae82f5
chore(deps-dev): bump @commitlint/cli from 17.4.2 to 17.4.3
...
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli ) from 17.4.2 to 17.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/v17.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-02-14 08:24:29 +00:00
Kamil Mysliwiec
ba38eda74c
Merge pull request #11106 from nestjs/dependabot/npm_and_yarn/core-js-3.28.0
...
chore(deps-dev): bump core-js from 3.27.2 to 3.28.0
2023-02-14 09:19:05 +01:00
Kamil Mysliwiec
fe171fda29
Merge pull request #11107 from nestjs/dependabot/npm_and_yarn/ws-8.12.1
...
chore(deps): bump ws from 8.12.0 to 8.12.1
2023-02-14 09:18:59 +01:00
Kamil Mysliwiec
1689ae2fc4
Merge pull request #11108 from nestjs/dependabot/npm_and_yarn/grpc/proto-loader-0.7.5
...
chore(deps-dev): bump @grpc/proto-loader from 0.7.4 to 0.7.5
2023-02-14 09:18:52 +01:00
Kamil Mysliwiec
6ecb213b9b
Merge pull request #11110 from nestjs/dependabot/npm_and_yarn/lint-staged-13.1.2
...
chore(deps-dev): bump lint-staged from 13.1.1 to 13.1.2
2023-02-14 09:18:39 +01:00
Kamil Mysliwiec
38a2c7005c
Merge pull request #11111 from nestjs/dependabot/npm_and_yarn/commitlint/config-angular-17.4.3
...
chore(deps-dev): bump @commitlint/config-angular from 17.4.2 to 17.4.3
2023-02-14 09:18:33 +01:00
dependabot[bot]
e03aca6221
chore(deps-dev): bump @commitlint/config-angular from 17.4.2 to 17.4.3
...
Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular ) from 17.4.2 to 17.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/v17.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-02-14 01:36:26 +00:00
dependabot[bot]
fecf2db872
chore(deps-dev): bump lint-staged from 13.1.1 to 13.1.2
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 13.1.1 to 13.1.2.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Commits](https://github.com/okonet/lint-staged/compare/v13.1.1...v13.1.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 >
2023-02-14 01:35:58 +00:00
dependabot[bot]
26b4eae5fd
chore(deps-dev): bump @grpc/proto-loader from 0.7.4 to 0.7.5
...
Bumps [@grpc/proto-loader](https://github.com/grpc/grpc-node ) from 0.7.4 to 0.7.5.
- [Release notes](https://github.com/grpc/grpc-node/releases )
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/proto-loader@0.7.4...@grpc/proto-loader@0.7.5 )
---
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-02-14 01:34:33 +00:00
dependabot[bot]
d5c6234ad6
chore(deps): bump ws from 8.12.0 to 8.12.1
...
Bumps [ws](https://github.com/websockets/ws ) from 8.12.0 to 8.12.1.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/8.12.0...8.12.1 )
---
updated-dependencies:
- dependency-name: ws
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-14 01:31:46 +00:00
dependabot[bot]
06aed0eca5
chore(deps-dev): bump core-js from 3.27.2 to 3.28.0
...
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js ) from 3.27.2 to 3.28.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.28.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-02-14 01:14:45 +00:00
Kamil Myśliwiec
b9a9da31aa
test(core): fix init time tests
2023-02-13 15:49:38 +01:00
Kamil Myśliwiec
3c4ff60679
feat(core): add init time for analytics purposes
2023-02-13 15:15:17 +01:00
Kamil Mysliwiec
dbf7f36d91
Merge pull request #11102 from nestjs/dependabot/npm_and_yarn/ioredis-5.3.1
...
chore(deps-dev): bump ioredis from 5.3.0 to 5.3.1
2023-02-13 08:25:14 +01:00
Kamil Mysliwiec
1af75d750f
Merge pull request #11103 from nestjs/dependabot/npm_and_yarn/fastify/static-6.9.0
...
chore(deps-dev): bump @fastify/static from 6.8.0 to 6.9.0
2023-02-13 08:25:08 +01:00
Eugen Kuksa
aaaa1b7af1
feat(core): expose external-context-creator
...
Allow third party packages to register handlers (like controller
methods) that pass through the whole pipeline of interceptors, pipes,
guards, filters and param decorators while still being compliant with
node16 moduleResolution, where imports like
```typescript
import {
ExternalContextCreator,
ParamsFactory,
} from "@nestjs/core/helpers/external-context-creator";
```
are not allowed.
No tests are added here because functionality is not changed.
2023-02-13 07:33:22 +01:00
dependabot[bot]
a5b2825008
chore(deps-dev): bump @fastify/static from 6.8.0 to 6.9.0
...
Bumps [@fastify/static](https://github.com/fastify/fastify-static ) from 6.8.0 to 6.9.0.
- [Release notes](https://github.com/fastify/fastify-static/releases )
- [Commits](https://github.com/fastify/fastify-static/compare/v6.8.0...v6.9.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-02-13 01:15:03 +00:00
dependabot[bot]
504e68142e
chore(deps-dev): bump ioredis from 5.3.0 to 5.3.1
...
Bumps [ioredis](https://github.com/luin/ioredis ) from 5.3.0 to 5.3.1.
- [Release notes](https://github.com/luin/ioredis/releases )
- [Changelog](https://github.com/luin/ioredis/blob/main/CHANGELOG.md )
- [Commits](https://github.com/luin/ioredis/compare/v5.3.0...v5.3.1 )
---
updated-dependencies:
- dependency-name: ioredis
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-13 01:06:48 +00:00
Kamil Mysliwiec
5735640413
Merge pull request #11067 from Tony133/chore/mark-facing-apis-public-microservices
...
chore(microservices): mark facing apis public in microservices
2023-02-12 18:22:20 +01:00
Tony133
b1398ec4c2
chore(microservices): mark facing apis public
2023-02-12 11:25:06 +01:00
Antonio Tripodi
2251363856
Merge branch 'nestjs:master' into chore/mark-facing-apis-public-microservices
2023-02-12 10:41:50 +01:00
Kamil Mysliwiec
f2b26981b5
Merge pull request #11096 from Lioness100/master
...
docs: fix typos
2023-02-11 10:19:07 +01:00
Lioness100
fda5fff1cd
docs: fix typos
2023-02-10 21:39:29 -05:00
Kamil Myśliwiec
8aa042d937
chore(@nestjs) publish v9.3.8 release
2023-02-10 11:34:26 +01:00
Kamil Myśliwiec
e54b691eb5
test(core): update tests to include entry providers
2023-02-10 11:30:47 +01:00
Kamil Mysliwiec
786edcda72
Merge pull request #11091 from nestjs/dependabot/npm_and_yarn/fastify-4.13.0
...
chore(deps): bump fastify from 4.12.0 to 4.13.0
2023-02-10 11:08:54 +01:00
Kamil Mysliwiec
b497e0ba19
Merge pull request #11092 from nestjs/dependabot/npm_and_yarn/nats-2.12.0
...
chore(deps-dev): bump nats from 2.11.0 to 2.12.0
2023-02-10 11:08:39 +01:00
Kamil Myśliwiec
18a30cf1ac
Merge branch 'master' of https://github.com/nestjs/nest
2023-02-10 10:59:51 +01:00
Kamil Myśliwiec
7d92d33614
fix(core): pass enhancer subtype for custom providers
2023-02-10 10:59:03 +01:00
Kamil Myśliwiec
a2b3e1b727
feat(core): introduce entry providers concept
2023-02-10 10:58:37 +01:00
dependabot[bot]
29c8022161
chore(deps-dev): bump nats from 2.11.0 to 2.12.0
...
Bumps [nats](https://github.com/nats-io/nats.js ) from 2.11.0 to 2.12.0.
- [Release notes](https://github.com/nats-io/nats.js/releases )
- [Commits](https://github.com/nats-io/nats.js/compare/v2.11.0...v2.12.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-02-10 01:05:33 +00:00
dependabot[bot]
9b9fe4494f
chore(deps): bump fastify from 4.12.0 to 4.13.0
...
Bumps [fastify](https://github.com/fastify/fastify ) from 4.12.0 to 4.13.0.
- [Release notes](https://github.com/fastify/fastify/releases )
- [Commits](https://github.com/fastify/fastify/compare/v4.12.0...v4.13.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-02-10 01:01:54 +00:00
Mohammad Reza Momeni
0b847e75bc
chore: remove | {}
2023-02-09 16:14:57 +03:30
Tony133
0df4dcafa2
chore(microservices): mark facing apis public in microservices
2023-02-09 10:33:27 +01:00
Kamil Mysliwiec
88fa8ee647
Merge pull request #11087 from nestjs/dependabot/npm_and_yarn/mysql2-3.1.2
...
chore(deps-dev): bump mysql2 from 3.1.1 to 3.1.2
2023-02-09 08:46:27 +01:00
Kamil Mysliwiec
b0b433bec9
Merge pull request #11088 from nestjs/dependabot/npm_and_yarn/grpc/grpc-js-1.8.8
...
chore(deps-dev): bump @grpc/grpc-js from 1.8.7 to 1.8.8
2023-02-09 08:46:19 +01:00
Kamil Mysliwiec
2f730ffcb6
Merge pull request #11089 from nestjs/dependabot/npm_and_yarn/prettier-2.8.4
...
chore(deps-dev): bump prettier from 2.8.3 to 2.8.4
2023-02-09 08:44:42 +01:00
dependabot[bot]
13f4c89fd7
chore(deps-dev): bump prettier from 2.8.3 to 2.8.4
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.8.3 to 2.8.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/2.8.3...2.8.4 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-09 00:16:07 +00:00
dependabot[bot]
11b39d3366
chore(deps-dev): bump @grpc/grpc-js from 1.8.7 to 1.8.8
...
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node ) from 1.8.7 to 1.8.8.
- [Release notes](https://github.com/grpc/grpc-node/releases )
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.8.7...@grpc/grpc-js@1.8.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 >
2023-02-09 00:08:58 +00:00
dependabot[bot]
c51783e1ab
chore(deps-dev): bump mysql2 from 3.1.1 to 3.1.2
...
Bumps [mysql2](https://github.com/sidorares/node-mysql2 ) from 3.1.1 to 3.1.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.1.1...v3.1.2 )
---
updated-dependencies:
- dependency-name: mysql2
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-09 00:05:39 +00:00
Kamil Myśliwiec
7a90b7c9b4
chore: update package.json version
2023-02-08 14:37:37 +01:00
Kamil Myśliwiec
206bbd6471
chore(@nestjs) publish v9.3.7 release
2023-02-08 14:36:42 +01:00
Kamil Myśliwiec
be5434951d
fix(core): fix deterministic uuid registry
2023-02-08 14:34:54 +01:00
Kamil Myśliwiec
6d1e9aff98
chore(@nestjs) publish v9.3.6 release
2023-02-08 13:09:30 +01:00
Kamil Myśliwiec
ec8ab90c58
chore: revert package.json change
2023-02-08 12:58:42 +01:00
Kamil Myśliwiec
033d97839f
feat(core): use hashcode for uuid registry
2023-02-08 12:15:21 +01:00
Kamil Myśliwiec
f88dff24d9
Merge branch 'master' of https://github.com/nestjs/nest
2023-02-08 11:03:34 +01:00
Kamil Myśliwiec
5a110c453d
test: update snapshots
2023-02-08 11:03:25 +01:00
Kamil Mysliwiec
426682b3d8
Merge pull request #11058 from vizio360/testForStaticityWhenCircularDependency
...
test(core): ✅ added tests for checking durability and staticity calculation when circular dependency
2023-02-08 10:48:47 +01:00
Kamil Myśliwiec
bf5b7ad394
feat(core): initialize on preview allowlist
2023-02-08 10:42:52 +01:00
Simone Vicentini
ce9e9a65f4
test(core): ✅ Added tests
...
Added new tests for checking durability when circula dependency present
2023-02-08 08:38:57 +00:00
Kamil Mysliwiec
a64b9cc9cb
Merge pull request #11073 from H4ad/fix/issue-with-xxhash
...
fix(core): removed xxhash to fix #11071
2023-02-08 09:08:32 +01:00
Kamil Mysliwiec
d8c8f5be43
Merge pull request #11075 from nestjs/dependabot/npm_and_yarn/nestjs/graphql-10.2.0
...
chore(deps-dev): bump @nestjs/graphql from 10.1.7 to 10.2.0
2023-02-08 09:07:36 +01:00
Kamil Mysliwiec
a7b2bf5638
Merge pull request #11081 from jmcdo29/fix/logger-error-parameters
...
fix(common): account for when stack is undefined in logger
2023-02-08 09:07:24 +01:00
dependabot[bot]
40471bf020
chore(deps-dev): bump @nestjs/graphql from 10.1.7 to 10.2.0
...
Bumps [@nestjs/graphql](https://github.com/nestjs/graphql ) from 10.1.7 to 10.2.0.
- [Release notes](https://github.com/nestjs/graphql/releases )
- [Commits](https://github.com/nestjs/graphql/compare/v10.1.7...v10.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 >
2023-02-08 07:59:12 +00:00
Kamil Mysliwiec
a4a8561ce5
Merge pull request #11076 from nestjs/dependabot/npm_and_yarn/mysql2-3.1.1
...
chore(deps-dev): bump mysql2 from 3.1.0 to 3.1.1
2023-02-08 08:56:17 +01:00
Kamil Mysliwiec
90ce5ae2b5
Merge pull request #11077 from nestjs/dependabot/npm_and_yarn/nestjs/apollo-10.2.0
...
chore(deps-dev): bump @nestjs/apollo from 10.1.7 to 10.2.0
2023-02-08 08:56:08 +01:00
Kamil Mysliwiec
036a05c021
Merge pull request #11078 from nestjs/dependabot/npm_and_yarn/typeorm-0.3.12
...
chore(deps-dev): bump typeorm from 0.3.11 to 0.3.12
2023-02-08 08:55:50 +01:00
Kamil Mysliwiec
ca0d0c2c65
Merge pull request #11079 from nestjs/dependabot/npm_and_yarn/types/node-18.13.0
...
chore(deps-dev): bump @types/node from 18.11.19 to 18.13.0
2023-02-08 08:55:44 +01:00
Kamil Mysliwiec
a6dce1fc92
Merge pull request #11080 from nestjs/dependabot/npm_and_yarn/lint-staged-13.1.1
...
chore(deps-dev): bump lint-staged from 13.1.0 to 13.1.1
2023-02-08 08:54:58 +01:00
Jay McDoniel
bd74c7f1e3
chore: add link to comment with explanation
2023-02-07 16:56:50 -08:00
dependabot[bot]
22edce8ae6
chore(deps-dev): bump lint-staged from 13.1.0 to 13.1.1
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 13.1.0 to 13.1.1.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Commits](https://github.com/okonet/lint-staged/compare/v13.1.0...v13.1.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 >
2023-02-08 00:33:15 +00:00
Jay McDoniel
0fbceee402
fix(common): account for when stack is undefined in logger
...
Due to a change in #10531 when the `stack` is added as `undefined` a
new `undefined` log would be added whenever `this.logger.error()`
would be called. Now, we check that the last element is either
a string or undefined, and if so strip the last element. That element
should only exist when we artificially add the stack via the changes
from #10531 .
closes #11074
2023-02-07 16:32:03 -08:00
dependabot[bot]
1e3f1fe748
chore(deps-dev): bump @types/node from 18.11.19 to 18.13.0
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.11.19 to 18.13.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-02-08 00:22:52 +00:00
dependabot[bot]
fef8e71a82
chore(deps-dev): bump typeorm from 0.3.11 to 0.3.12
...
Bumps [typeorm](https://github.com/typeorm/typeorm ) from 0.3.11 to 0.3.12.
- [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.11...0.3.12 )
---
updated-dependencies:
- dependency-name: typeorm
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-08 00:19:44 +00:00
dependabot[bot]
a417e895c3
chore(deps-dev): bump @nestjs/apollo from 10.1.7 to 10.2.0
...
Bumps [@nestjs/apollo](https://github.com/nestjs/graphql ) from 10.1.7 to 10.2.0.
- [Release notes](https://github.com/nestjs/graphql/releases )
- [Commits](https://github.com/nestjs/graphql/compare/v10.1.7...v10.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 >
2023-02-08 00:16:31 +00:00
dependabot[bot]
1dd4648640
chore(deps-dev): bump mysql2 from 3.1.0 to 3.1.1
...
Bumps [mysql2](https://github.com/sidorares/node-mysql2 ) from 3.1.0 to 3.1.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.1.0...v3.1.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-02-08 00:10:15 +00:00
Vinícius Lourenço
bd92969b0c
fix(core): removed xxhash to fix #11071
2023-02-07 16:29:37 -03:00
Kamil Mysliwiec
4dcb8d54d5
Merge pull request #11059 from nestjs/dependabot/npm_and_yarn/mongoose-6.9.1
...
chore(deps-dev): bump mongoose from 6.9.0 to 6.9.1
2023-02-07 14:24:41 +01:00
Kamil Myśliwiec
075c8d0f81
chore(@nestjs) publish v9.3.5 release
2023-02-07 14:23:59 +01:00
Kamil Myśliwiec
89837fcfd5
fix(common): fix validation pipe regression #11070
2023-02-07 14:22:10 +01:00
Kamil Myśliwiec
51f4ba7fda
chore(@nestjs) publish v9.3.4 release
2023-02-07 13:42:43 +01:00
Kamil Myśliwiec
8bcd80f724
Merge branch 'jpogorzelski-fix/include-uid-in-core-dependencies'
2023-02-07 13:38:07 +01:00
Kamil Myśliwiec
56dea12e25
chore: fix package.json order
2023-02-07 13:37:59 +01:00
Kamil Myśliwiec
a4b41419c8
Merge branch 'fix/include-uid-in-core-dependencies' of https://github.com/jpogorzelski/nest into jpogorzelski-fix/include-uid-in-core-dependencies
2023-02-07 13:37:32 +01:00
Kamil Mysliwiec
244c3c793d
Merge pull request #11060 from nestjs/dependabot/npm_and_yarn/graphql-tools-8.3.18
...
chore(deps-dev): bump graphql-tools from 8.3.17 to 8.3.18
2023-02-07 13:37:02 +01:00
Kamil Mysliwiec
8ca22e7d15
Merge pull request #11061 from nestjs/dependabot/npm_and_yarn/cache-manager-5.1.6
...
chore(deps-dev): bump cache-manager from 5.1.5 to 5.1.6
2023-02-07 13:33:21 +01:00
Kamil Mysliwiec
4f62a0ed1c
Merge pull request #11062 from nestjs/dependabot/npm_and_yarn/socket.io-4.6.0
...
chore(deps): bump socket.io from 4.5.4 to 4.6.0
2023-02-07 13:33:14 +01:00
Kamil Mysliwiec
af9703252c
Merge pull request #11063 from nestjs/dependabot/npm_and_yarn/engine.io-client-6.4.0
...
chore(deps-dev): bump engine.io-client from 6.3.1 to 6.4.0
2023-02-07 13:33:09 +01:00
Kamil Mysliwiec
81ef0ac06f
Merge pull request #11064 from nestjs/dependabot/npm_and_yarn/socket.io-client-4.6.0
...
chore(deps-dev): bump socket.io-client from 4.5.4 to 4.6.0
2023-02-07 13:32:59 +01:00
Kamil Mysliwiec
974987f9fb
Merge pull request #11066 from jmcdo29/fix/cache-interceptorignore-streamable
...
fix: skip caching the response if it is a streamable file instance
2023-02-07 13:32:50 +01:00
Jakub Pogorzelski
92bf2f06f9
fix(core): need to depend on the uid
...
Closes #11068
2023-02-07 12:34:19 +01:00
Jay McDoniel
6b15ac0880
fix: skip caching the response if it is a streamable file instance
2023-02-06 20:50:48 -08:00
dependabot[bot]
c907995be9
chore(deps-dev): bump socket.io-client from 4.5.4 to 4.6.0
...
Bumps [socket.io-client](https://github.com/socketio/socket.io-client ) from 4.5.4 to 4.6.0.
- [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.5.4...4.6.0 )
---
updated-dependencies:
- dependency-name: socket.io-client
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-07 00:31:35 +00:00
dependabot[bot]
b6cd399adc
chore(deps-dev): bump engine.io-client from 6.3.1 to 6.4.0
...
Bumps [engine.io-client](https://github.com/socketio/engine.io-client ) from 6.3.1 to 6.4.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.3.1...6.4.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 >
2023-02-07 00:30:13 +00:00
dependabot[bot]
b34e9e26c6
chore(deps): bump socket.io from 4.5.4 to 4.6.0
...
Bumps [socket.io](https://github.com/socketio/socket.io ) from 4.5.4 to 4.6.0.
- [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.5.4...4.6.0 )
---
updated-dependencies:
- dependency-name: socket.io
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-07 00:28:46 +00:00
dependabot[bot]
8d603d1b2c
chore(deps-dev): bump cache-manager from 5.1.5 to 5.1.6
...
Bumps [cache-manager](https://github.com/node-cache-manager/node-cache-manager ) from 5.1.5 to 5.1.6.
- [Release notes](https://github.com/node-cache-manager/node-cache-manager/releases )
- [Changelog](https://github.com/node-cache-manager/node-cache-manager/blob/master/CHANGELOG.md )
- [Commits](https://github.com/node-cache-manager/node-cache-manager/compare/5.1.5...5.1.6 )
---
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-02-07 00:16:28 +00:00
dependabot[bot]
f0f846684a
chore(deps-dev): bump graphql-tools from 8.3.17 to 8.3.18
...
Bumps [graphql-tools](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/graphql-tools ) from 8.3.17 to 8.3.18.
- [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@8.3.18/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 >
2023-02-07 00:12:10 +00:00
dependabot[bot]
b932cc56ce
chore(deps-dev): bump mongoose from 6.9.0 to 6.9.1
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 6.9.0 to 6.9.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/6.9.0...6.9.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-02-07 00:04:44 +00:00
Mohammad Reza Momeni
a33e377d00
fix: generix with default type
2023-02-07 00:52:28 +03:30
Mohammad Reza Momeni
2ccf67b8e4
fix: make filetype small and rename to ifile
2023-02-07 00:22:20 +03:30
mohamadrezamomeni
f3e118e9c0
Update packages/common/pipes/file/file-validator.interface.ts
...
Co-authored-by: Thiago Valentim <51245643+thiagomini@users.noreply.github.com >
2023-02-06 22:32:03 +03:30
Simone Vicentini
2cd8a59db1
test(core): ✅ added test
...
Added test for staticity calcuation when circular dependency present
2023-02-06 17:35:30 +00:00
Kamil Myśliwiec
67a58e9b85
chore: update readme
2023-02-06 14:40:50 +01:00
Kamil Myśliwiec
f57eacc952
chore(@nestjs) publish v9.3.3 release
2023-02-06 14:39:23 +01:00
Kamil Myśliwiec
6c99b704f6
fix(core): default deps introspection return val should be false
2023-02-06 14:28:09 +01:00
Kamil Mysliwiec
0a3a87673a
Merge pull request #11053 from nestjs/chore/remove-uuid
...
chore(core): remove uuid dependency
2023-02-06 11:08:48 +01:00
Kamil Myśliwiec
36065d30f2
chore: update tests, id as string
2023-02-06 10:52:15 +01:00
Mohammad Reza Momeni
57d8ab9a23
refactor: correct grammer of variable
2023-02-06 13:15:05 +03:30
Kamil Myśliwiec
d323edbab9
chore(core): remove uuid dependency
2023-02-06 10:33:39 +01:00
mohamadrezamomeni
3dc080bd77
Update packages/common/pipes/file/parse-file.pipe.ts
...
Co-authored-by: Kamil Mysliwiec <mail@kamilmysliwiec.com >
2023-02-06 12:51:19 +03:30
Kamil Myśliwiec
71c987e490
Merge branch 'perf/metadata-scanner' of https://github.com/H4ad/nest
2023-02-06 10:20:40 +01:00
Kamil Myśliwiec
7b69554776
Merge branch 'CodyTseng-fix-middleware-exclude'
2023-02-06 10:19:03 +01:00
Kamil Myśliwiec
1069796df7
test: update broken unit tests
2023-02-06 10:18:38 +01:00
Kamil Myśliwiec
cf88a7814e
Merge branch 'fix-middleware-exclude' of https://github.com/CodyTseng/nest into CodyTseng-fix-middleware-exclude
2023-02-06 10:13:53 +01:00
Kamil Myśliwiec
bf1071f142
Merge branch 'H4ad-perf/module-token-factory-fast-path'
2023-02-06 10:12:36 +01:00
Kamil Myśliwiec
e1c2d27966
style(core): minor formatting, naming changes
2023-02-06 10:12:20 +01:00
Kamil Myśliwiec
76b7185623
chore: resolve conflicts
2023-02-06 10:08:01 +01:00
Kamil Mysliwiec
dac1219879
Merge pull request #11041 from vizio360/fixFor11002
...
fix(core): 🚑 Fix for calculating durability of a provider
2023-02-06 09:59:53 +01:00
Kamil Mysliwiec
97e9c184a2
Merge pull request #11034 from Tony133/chore/mark-facing-apis-public-testing
...
chore(testing, websockets): mark facing apis public
2023-02-06 09:54:37 +01:00
Kamil Mysliwiec
1d5856c731
Update packages/core/middleware/builder.ts
2023-02-06 09:54:00 +01:00
Kamil Mysliwiec
c9c6468861
Update packages/core/middleware/route-info-path-extractor.ts
2023-02-06 09:53:51 +01:00
Tony133
216ce4c60f
chore(websockets): mark facing apis public in websockets
2023-02-06 09:39:18 +01:00
Kamil Mysliwiec
6b39aaa00e
Merge pull request #11049 from nestjs/dependabot/npm_and_yarn/types/node-18.11.19
...
chore(deps-dev): bump @types/node from 18.11.18 to 18.11.19
2023-02-06 09:24:04 +01:00
Kamil Mysliwiec
f211dee41a
Merge pull request #11050 from nestjs/dependabot/npm_and_yarn/types/express-4.17.17
...
chore(deps-dev): bump @types/express from 4.17.16 to 4.17.17
2023-02-06 09:23:53 +01:00
Kamil Mysliwiec
593e6ffb1a
Merge pull request #11051 from nestjs/dependabot/npm_and_yarn/cache-manager-5.1.5
...
chore(deps-dev): bump cache-manager from 5.1.4 to 5.1.5
2023-02-06 09:21:16 +01:00
Kamil Mysliwiec
ab25307fc2
Merge pull request #11052 from nestjs/dependabot/npm_and_yarn/engine.io-client-6.3.1
...
chore(deps-dev): bump engine.io-client from 6.3.0 to 6.3.1
2023-02-06 09:08:38 +01:00
dependabot[bot]
5a6bc1899b
chore(deps-dev): bump engine.io-client from 6.3.0 to 6.3.1
...
Bumps [engine.io-client](https://github.com/socketio/engine.io-client ) from 6.3.0 to 6.3.1.
- [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.3.0...6.3.1 )
---
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-02-06 00:31:19 +00:00
dependabot[bot]
51dab24dad
chore(deps-dev): bump cache-manager from 5.1.4 to 5.1.5
...
Bumps [cache-manager](https://github.com/node-cache-manager/node-cache-manager ) from 5.1.4 to 5.1.5.
- [Release notes](https://github.com/node-cache-manager/node-cache-manager/releases )
- [Changelog](https://github.com/node-cache-manager/node-cache-manager/blob/master/CHANGELOG.md )
- [Commits](https://github.com/node-cache-manager/node-cache-manager/compare/5.1.4...5.1.5 )
---
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-02-06 00:24:59 +00:00
dependabot[bot]
19492a9974
chore(deps-dev): bump @types/express from 4.17.16 to 4.17.17
...
Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express ) from 4.17.16 to 4.17.17.
- [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-02-06 00:18:27 +00:00
dependabot[bot]
3806a7631c
chore(deps-dev): bump @types/node from 18.11.18 to 18.11.19
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.11.18 to 18.11.19.
- [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-02-06 00:14:19 +00:00
Mohammad Reza Momeni
446100cef7
fix: simple idea
2023-02-05 21:46:11 +03:30
Mohammad Reza Momeni
c17fc02cb3
refactor: get function of isRejected from utilities
2023-02-05 20:57:17 +03:30
Mohammad Reza Momeni
555a556d8d
fix: fix performance issue
2023-02-05 20:47:05 +03:30
Mohammad Reza Momeni
43668f4efe
fix: validate sequentially
2023-02-05 19:49:27 +03:30
Vinícius Lourenço
7f43821d48
perf(core): change sha1 to xxhash
2023-02-04 12:39:36 -03:00
Vinícius Lourenço
713ece9e88
perf(core): added map to cache scan from prototype
2023-02-04 10:04:45 -03:00
Mohammad Reza Momeni
4d226e7077
chore: define type for validateFilesOrfile
2023-02-04 15:40:53 +03:30
Mohammad Reza Momeni
212ffe77de
chore: use better variable for checking file exist or not exist
2023-02-04 13:12:30 +03:30
Mohammad Reza Momeni
9a5bb3447b
refactor: satisfy functional quality in parse-filel.pipe
2023-02-04 12:56:11 +03:30
Simone Vicentini
422eeb9ffa
test(core): ✅ removed describe.only
2023-02-04 09:15:05 +00:00
Simone Vicentini
ab7cbf35f5
fix(core): 🚑 fix for 11002
...
Updated logic to determine dep tree durability and staticity and added a ton of tests
2023-02-04 09:12:09 +00:00
Mohammad Reza Momeni
09907ce7e4
refactor: use iterator instead of loop
2023-02-04 12:21:31 +03:30
codytseng
b8702d5dbd
fix(core): add global prefix to exclude paths for middleware
2023-02-04 12:17:00 +08:00
Simone Vicentini
5a333d4fa7
fix(core): 🚑 remove extra durable check
2023-02-03 22:38:56 +00:00
Simone Vicentini
c3ad373f91
fix(core): 🚑 Fix for calculating durability of a provider
2023-02-03 22:22:18 +00:00
Mohammad Reza Momeni
a0f7ee8b1e
fix: fix file type checking
2023-02-04 00:29:09 +03:30
Mohammad Reza Momeni
809dadbf82
refactor: use synthetic sugar in file-validator for validate mimetype
2023-02-03 23:33:49 +03:30
Mohammad Reza Momeni
dba518e89c
refactor: define types for input file in file-type.validator
...
and file-validator.interface and max-file-size.validator
2023-02-03 23:31:19 +03:30
Tony133
e92ae413f4
chore(websockets): mark facing apis public in websockets
2023-02-03 16:56:49 +01:00
Kamil Mysliwiec
ac6fc6ba9f
Merge pull request #11033 from Tony133/chore/mark-facing-apis-public-platform
...
chore(platform): mark facing apis public adapter express, socket.io, ws
2023-02-03 13:19:17 +01:00
Kamil Mysliwiec
2124bc874c
Update renovate.json
2023-02-03 13:02:45 +01:00
Tony133
c79f35c37c
chore(testing): remove mark facing apis public
2023-02-03 12:37:40 +01:00
Tony133
b1d53e227b
chore(testing): mark facing apis public
2023-02-03 12:27:12 +01:00
Tony133
15e4a5f9f1
chore(platform): mark facing apis public adapter express, socket.io, ws
2023-02-03 12:18:36 +01:00
Kamil Mysliwiec
6ab4b4891c
Update Readme.md
2023-02-03 12:05:40 +01:00
Vinícius Lourenço
2d7703af06
chore(core): removed unused object-hash dependency
2023-02-03 08:04:06 -03:00
Vinícius Lourenço
caf056fba5
perf(core): faster module token factory
2023-02-03 08:04:00 -03:00
Kamil Myśliwiec
423b28a8bf
chore(@nestjs) publish v9.3.2 release
2023-02-03 12:03:17 +01:00
Kamil Mysliwiec
fe745831d5
Merge pull request #11028 from nestjs/chore/forbid-unknown-values-validation-pipe
...
chore(common): set forbid unknown values to false by default
2023-02-03 12:01:45 +01:00
Kamil Mysliwiec
20b545bf48
Merge pull request #11031 from nestjs/fix/unwrap-forward-ref
...
fix(core): unwrap forward ref in module compiler
2023-02-03 11:59:49 +01:00
Kamil Mysliwiec
b92e0e99c7
Merge pull request #11032 from Tony133/chore/mark-facing-apis-public-fastify-adapter
...
chore(fastify): mark facing apis public fastify
2023-02-03 11:59:40 +01:00
Tony133
d93b77a6ab
chore(fastify): mark facing apis public fastify
2023-02-03 11:54:28 +01:00
Kamil Myśliwiec
bb283861fd
test: update validation pipe tests
2023-02-03 11:44:34 +01:00
Kamil Myśliwiec
25d0c3f30f
Merge branch 'master' into chore/forbid-unknown-values-validation-pipe
2023-02-03 11:35:28 +01:00
Kamil Myśliwiec
c6ebbf7cb8
Merge branch 'master' of https://github.com/nestjs/nest
2023-02-03 11:32:58 +01:00
Kamil Myśliwiec
b73501c1e3
fix(core): unwrap forward ref in module compiler
2023-02-03 11:32:41 +01:00
Kamil Myśliwiec
0e3f9bd527
fix(microservices): add optional chaining to app options - backward compat
2023-02-03 11:32:17 +01:00
Kamil Mysliwiec
452a71bfcf
Merge pull request #11026 from nestjs/fix/kafka-client-parallel-messages
...
fix(microservices): messages emitted before kafka client is ready fail
2023-02-03 10:40:47 +01:00
Kamil Mysliwiec
dac07fafb6
Merge pull request #11027 from meteorlxy/fix/import-common
...
fix(core): import common package correctly
2023-02-03 10:27:58 +01:00
Kamil Mysliwiec
c7ac493b53
Merge pull request #10390 from CodyTseng/fix-middleware-global-prefix
...
fix(core): let the middleware can get the params in the global prefix
2023-02-03 10:24:47 +01:00
Kamil Myśliwiec
7b7b8b9260
chore: 2022 to 2023
2023-02-03 10:22:13 +01:00
Kamil Myśliwiec
f285d7c954
chore: rename to initialied, update unit tests
2023-02-03 10:19:43 +01:00
meteorlxy
c8e129b95c
fix(core): import common package correctly
2023-02-03 17:16:16 +08:00
Cody Tseng
6d64d91122
Update packages/core/middleware/route-info-path-extractor.ts
...
Co-authored-by: Kamil Mysliwiec <mail@kamilmysliwiec.com >
2023-02-03 17:03:01 +08:00
Kamil Myśliwiec
491f132b8e
chore(common): set forbid unknown values to false by default
2023-02-03 09:55:12 +01:00
Kamil Myśliwiec
255b9cb8a0
fix(microservices): messages emitted before kafka client is ready fail
2023-02-03 09:43:08 +01:00
Kamil Mysliwiec
03efdce8d6
Merge pull request #11020 from nestjs/fix/kafka-retriable-error-bugs
...
fix(microservices): pull kafka retriable error from all handlers, laz…
2023-02-03 09:11:20 +01:00
Kamil Myśliwiec
0e84b80138
fix(microservices): fork join event handlers
2023-02-03 08:48:50 +01:00
Kamil Mysliwiec
2aa94cd2c1
Merge pull request #11025 from nestjs/revert-11018-revert-10809-fix/durable-payload-regression
...
Revert "Revert "fix(core,microservices): inject the context when the tree is not durable""
2023-02-03 08:35:27 +01:00
Kamil Mysliwiec
1cc23f7d9d
Revert "Revert "fix(core,microservices): inject the context when the tree is not durable""
2023-02-03 08:35:13 +01:00
Kamil Myśliwiec
43d0c166d4
fix(microservices): pull kafka retriable error from all handlers, lazy throw
2023-02-02 15:39:45 +01:00
Kamil Mysliwiec
2ed509a0f6
Merge pull request #11019 from nestjs/fix/gracefully-reconnect-rmq
...
fix(microservices): rmq should gracefully reconnect upon error
2023-02-02 14:46:22 +01:00
Kamil Myśliwiec
9eb3b8903a
test: change send to queue spy to a stub
2023-02-02 14:25:38 +01:00
Kamil Mysliwiec
4ad3cbc6a6
Merge pull request #11018 from nestjs/revert-10809-fix/durable-payload-regression
...
Revert "fix(core,microservices): inject the context when the tree is not durable"
2023-02-02 13:40:17 +01:00
Kamil Myśliwiec
754d1daebc
fix(microservices): rmq should gracefully reconnect upon error
2023-02-02 13:35:40 +01:00
Kamil Mysliwiec
da708c7216
Merge pull request #10474 from tuxmachine/fix/8469-fastify-errors-content-type
...
Fix Content-Type for unexpected errors in Fastify
2023-02-02 13:34:49 +01:00
Kamil Mysliwiec
9141d245a8
Revert "fix(core,microservices): inject the context when the tree is not durable"
2023-02-02 13:06:19 +01:00
Kamil Mysliwiec
77ec351c1f
Merge pull request #11012 from nestjs/dependabot/npm_and_yarn/sample/31-graphql-federation-code-first/gateway/http-cache-semantics-4.1.1
...
chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 in /sample/31-graphql-federation-code-first/gateway
2023-02-02 11:58:57 +01:00
dependabot[bot]
416ec6938a
chore(deps): bump http-cache-semantics
...
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics ) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases )
- [Commits](https://github.com/kornelski/http-cache-semantics/commits )
---
updated-dependencies:
- dependency-name: http-cache-semantics
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-02 10:57:34 +00:00
Kamil Mysliwiec
ae1fdfb52a
Merge pull request #11015 from nestjs/dependabot/npm_and_yarn/sample/32-graphql-federation-schema-first/gateway/http-cache-semantics-4.1.1
...
chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 in /sample/32-graphql-federation-schema-first/gateway
2023-02-02 11:56:47 +01:00
dependabot[bot]
29a18ef5d7
chore(deps): bump http-cache-semantics
...
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics ) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases )
- [Commits](https://github.com/kornelski/http-cache-semantics/commits )
---
updated-dependencies:
- dependency-name: http-cache-semantics
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-02 10:56:36 +00:00
Kamil Mysliwiec
c46cb29638
Merge pull request #11005 from nestjs/dependabot/npm_and_yarn/graphql-tools-8.3.17
...
chore(deps-dev): bump graphql-tools from 8.3.16 to 8.3.17
2023-02-02 11:55:59 +01:00
Kamil Mysliwiec
8ce73f3544
Merge pull request #11013 from nestjs/dependabot/npm_and_yarn/sample/31-graphql-federation-code-first/posts-application/http-cache-semantics-4.1.1
...
chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 in /sample/31-graphql-federation-code-first/posts-application
2023-02-02 11:55:52 +01:00
Kamil Mysliwiec
ff2684c217
Merge pull request #11014 from nestjs/dependabot/npm_and_yarn/sample/32-graphql-federation-schema-first/posts-application/http-cache-semantics-4.1.1
...
chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 in /sample/32-graphql-federation-schema-first/posts-application
2023-02-02 11:55:43 +01:00
dependabot[bot]
61fce51212
chore(deps): bump http-cache-semantics
...
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics ) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases )
- [Commits](https://github.com/kornelski/http-cache-semantics/commits )
---
updated-dependencies:
- dependency-name: http-cache-semantics
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-02 10:54:24 +00:00
dependabot[bot]
0b6e59ba46
chore(deps): bump http-cache-semantics
...
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics ) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases )
- [Commits](https://github.com/kornelski/http-cache-semantics/commits )
---
updated-dependencies:
- dependency-name: http-cache-semantics
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-02 10:54:19 +00:00
Kamil Mysliwiec
cba648b166
Merge pull request #11016 from nestjs/dependabot/npm_and_yarn/sample/32-graphql-federation-schema-first/users-application/http-cache-semantics-4.1.1
...
chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 in /sample/32-graphql-federation-schema-first/users-application
2023-02-02 11:53:45 +01:00
Kamil Mysliwiec
dad667988c
Merge pull request #11017 from nestjs/dependabot/npm_and_yarn/http-cache-semantics-4.1.1
...
chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1
2023-02-02 11:53:38 +01:00
Kamil Mysliwiec
db7501f7b4
Merge pull request #11011 from nestjs/dependabot/npm_and_yarn/sample/31-graphql-federation-code-first/users-application/http-cache-semantics-4.1.1
...
chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 in /sample/31-graphql-federation-code-first/users-application
2023-02-02 11:53:22 +01:00
dependabot[bot]
82930ee86d
chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1
...
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics ) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases )
- [Commits](https://github.com/kornelski/http-cache-semantics/commits )
---
updated-dependencies:
- dependency-name: http-cache-semantics
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-02 10:42:14 +00:00
Kamil Mysliwiec
79773fe0ae
Merge pull request #11004 from nestjs/dependabot/npm_and_yarn/tslib-2.5.0
...
chore(deps): bump tslib from 2.4.1 to 2.5.0
2023-02-02 11:41:19 +01:00
dependabot[bot]
2c1c2a0f61
chore(deps): bump http-cache-semantics
...
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics ) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases )
- [Commits](https://github.com/kornelski/http-cache-semantics/commits )
---
updated-dependencies:
- dependency-name: http-cache-semantics
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-02 10:41:15 +00:00
dependabot[bot]
412b60bf59
chore(deps): bump http-cache-semantics
...
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics ) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases )
- [Commits](https://github.com/kornelski/http-cache-semantics/commits )
---
updated-dependencies:
- dependency-name: http-cache-semantics
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-02 10:41:08 +00:00
Kamil Mysliwiec
d860e44b8a
Merge pull request #11006 from nestjs/dependabot/npm_and_yarn/redis-4.6.4
...
chore(deps-dev): bump redis from 4.5.1 to 4.6.4
2023-02-02 11:41:06 +01:00
Kamil Mysliwiec
e316f6cd0e
Merge pull request #11007 from nestjs/dependabot/npm_and_yarn/core-js-3.27.2
...
chore(deps-dev): bump core-js from 3.27.1 to 3.27.2
2023-02-02 11:40:59 +01:00
Kamil Mysliwiec
e9b02dd833
Merge pull request #11008 from nestjs/dependabot/npm_and_yarn/mongoose-6.9.0
...
chore(deps-dev): bump mongoose from 6.8.4 to 6.9.0
2023-02-02 11:40:52 +01:00
Kamil Mysliwiec
32af34f226
Merge pull request #11003 from nestjs/dependabot/npm_and_yarn/typescript-4.9.5
...
chore(deps-dev): bump typescript from 4.9.4 to 4.9.5
2023-02-02 11:40:29 +01:00
Kamil Mysliwiec
664510a1b4
Merge pull request #11001 from bittlerr/nats-server-debug-messages-filter
...
refactor(microservices): use switch case for types of statuses in server
2023-02-02 08:45:32 +01:00
codytseng
5e5828ba12
refactor: delete unused import
2023-02-02 15:15:54 +08:00
dependabot[bot]
dd72da7294
chore(deps-dev): bump mongoose from 6.8.4 to 6.9.0
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 6.8.4 to 6.9.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/6.8.4...6.9.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-02-02 00:28:39 +00:00
dependabot[bot]
3c932e33bc
chore(deps-dev): bump core-js from 3.27.1 to 3.27.2
...
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js ) from 3.27.1 to 3.27.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.27.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-02-02 00:25:00 +00:00
dependabot[bot]
a86fafed14
chore(deps-dev): bump redis from 4.5.1 to 4.6.4
...
Bumps [redis](https://github.com/redis/node-redis ) from 4.5.1 to 4.6.4.
- [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.5.1...redis@4.6.4 )
---
updated-dependencies:
- dependency-name: redis
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-02 00:21:41 +00:00
dependabot[bot]
a99846b817
chore(deps-dev): bump graphql-tools from 8.3.16 to 8.3.17
...
Bumps [graphql-tools](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/graphql-tools ) from 8.3.16 to 8.3.17.
- [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@8.3.17/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 >
2023-02-02 00:13:36 +00:00
dependabot[bot]
d45b16e791
chore(deps): bump tslib from 2.4.1 to 2.5.0
...
Bumps [tslib](https://github.com/Microsoft/tslib ) from 2.4.1 to 2.5.0.
- [Release notes](https://github.com/Microsoft/tslib/releases )
- [Commits](https://github.com/Microsoft/tslib/compare/2.4.1...2.5.0 )
---
updated-dependencies:
- dependency-name: tslib
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-02 00:10:48 +00:00
dependabot[bot]
15ac489573
chore(deps-dev): bump typescript from 4.9.4 to 4.9.5
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.9.4 to 4.9.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.4...v4.9.5 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-02 00:04:49 +00:00
Vinícius Lourenço
ccbb604fc2
perf(core): better performance to get method names
2023-02-01 18:56:42 -03:00
Constantin Cuciurcă
1f327efd03
refactor(microservices): use switch case for types of statuses in server
2023-02-01 20:10:30 +02:00
codytseng
c6dbc05bb6
refactor: MiddlewareModule constructor parameters
2023-02-01 23:22:02 +08:00
codytseng
33fe1d0337
fix: duplicate identifier
2023-02-01 22:41:24 +08:00
codytseng
25dd621132
Merge branch 'master' into fix-middleware-global-prefix
2023-02-01 22:36:47 +08:00
Kamil Myśliwiec
d9c394bb44
chore(@nestjs) publish v9.3.1 release
2023-02-01 15:33:21 +01:00
Kamil Myśliwiec
91f7190b07
fix(common): drop class-validator imports
2023-02-01 15:32:46 +01:00
Kamil Myśliwiec
0a4f9419d8
chore: update package.json version
2023-02-01 15:04:22 +01:00
Kamil Myśliwiec
eba8f15683
chore(@nestjs) publish v9.3.0 release
2023-02-01 15:00:02 +01:00
Kamil Mysliwiec
2310c56f4c
Merge pull request #10997 from nestjs/dependabot/npm_and_yarn/sample/04-grpc/json5-1.0.2
...
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/04-grpc
2023-02-01 14:58:03 +01:00
Kamil Mysliwiec
06ea451f1f
Merge pull request #11000 from nestjs/dependabot/npm_and_yarn/sample/01-cats-app/json5-1.0.2
...
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/01-cats-app
2023-02-01 14:57:57 +01:00
dependabot[bot]
b2c55a6f79
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/01-cats-app
...
Bumps [json5](https://github.com/json5/json5 ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-01 13:35:50 +00:00
dependabot[bot]
3d366ce5c5
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/04-grpc
...
Bumps [json5](https://github.com/json5/json5 ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-01 13:35:48 +00:00
Kamil Mysliwiec
f7e366600f
Merge pull request #10999 from nestjs/dependabot/npm_and_yarn/sample/02-gateways/json5-1.0.2
...
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/02-gateways
2023-02-01 14:35:10 +01:00
Kamil Mysliwiec
55bc840edb
Merge pull request #10998 from nestjs/dependabot/npm_and_yarn/sample/03-microservices/json5-1.0.2
...
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/03-microservices
2023-02-01 14:35:03 +01:00
Kamil Mysliwiec
22c3175552
Merge pull request #10982 from Inoir/fix/kafka-rpc-exception-stall
...
fix: kafka rpc exception not resolved
2023-02-01 14:31:43 +01:00
Kamil Myśliwiec
c1815d2f8c
fix: revert #10801
2023-02-01 14:29:21 +01:00
Dominik Koller
34654244a7
put resolve in else block
2023-02-01 14:10:57 +01:00
Kamil Myśliwiec
2924c03aa3
fix: apply uuid factory strategy in testing module, update snapshots
2023-02-01 14:03:05 +01:00
Kamil Myśliwiec
d1ec9db5f2
fix(core): revert the original metadata scanner
2023-02-01 13:47:38 +01:00
Kamil Myśliwiec
cb7e10dbc3
Merge branch 'master' of https://github.com/nestjs/nest
2023-02-01 13:40:38 +01:00
Kamil Myśliwiec
511e7162a6
style: fix lint errors, ignore js and d.ts files
2023-02-01 13:40:29 +01:00
Kamil Mysliwiec
32b0d9c600
Merge pull request #10737 from mahkassem/Parse-File-Pipe-Fix
...
Parse file pipe fix (multiple files validation)
2023-02-01 13:20:06 +01:00
Kamil Mysliwiec
967a136834
Merge pull request #10201 from nkitku/patch-1
...
Fix HTTPException on minifying class names, its not match regex expre…
2023-02-01 13:17:30 +01:00
dependabot[bot]
1aadd30f46
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/02-gateways
...
Bumps [json5](https://github.com/json5/json5 ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-01 12:16:41 +00:00
dependabot[bot]
ae76b521d6
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/03-microservices
...
Bumps [json5](https://github.com/json5/json5 ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-01 12:16:27 +00:00
Kamil Mysliwiec
38c365215a
Merge pull request #10531 from ChrisiPK/patch-logger-error-call
...
fix(common): correct order for logger error parameters
2023-02-01 13:14:17 +01:00
Kamil Mysliwiec
80b8c86c68
Merge pull request #10557 from weal1312/fix/cache_manager_store
...
fix(common): CacheStoreFactory type
2023-02-01 13:10:07 +01:00
Kamil Myśliwiec
8756ed3d68
Merge branch 'e-dot-master'
2023-02-01 13:09:27 +01:00
Kamil Myśliwiec
d616861698
style: minor formatting tweaks
2023-02-01 13:09:18 +01:00
Kamil Myśliwiec
c64312fded
Merge branch 'master' of github.com:e-dot/nest into e-dot-master
2023-02-01 13:08:15 +01:00
Kamil Myśliwiec
304e6bf5bb
Merge branch 'master' of https://github.com/nestjs/nest
2023-02-01 13:03:41 +01:00
Kamil Myśliwiec
161198379a
Merge branch 'tolgap-fix/10471-use-body-parser'
2023-02-01 13:03:34 +01:00
Kamil Myśliwiec
661104d981
chore: resolve merge conflicts
2023-02-01 13:03:19 +01:00
Kamil Mysliwiec
f71554ca96
Merge pull request #10696 from kos984/fix/NestApplicationContext-listenToShutdownSignals
...
fix(core): process exit before shutdown hook end
2023-02-01 13:01:01 +01:00
Kamil Myśliwiec
a986e7e907
Merge branch 'master' of https://github.com/nestjs/nest
2023-02-01 13:00:10 +01:00
Kamil Myśliwiec
920f430d4d
Merge branch 'zanminkian-zmj-fix_gloabl_prefix'
2023-02-01 13:00:03 +01:00
Kamil Myśliwiec
cd0462fbcb
style: minor formatting tweaks
2023-02-01 12:59:40 +01:00
Kamil Myśliwiec
b9910a400a
Merge branch 'zmj-fix_gloabl_prefix' of github.com:zanminkian/nest into zanminkian-zmj-fix_gloabl_prefix
2023-02-01 12:58:09 +01:00
Kamil Mysliwiec
6d88e3cd3c
Merge pull request #10809 from micalevisk/fix/durable-payload-regression
...
fix(core,microservices): inject the context when the tree is not durable
2023-02-01 12:56:47 +01:00
Kamil Myśliwiec
fbf1ab7a81
fix(core): minor fix - reset to random if snapshot is off
2023-02-01 12:55:27 +01:00
Kamil Myśliwiec
868bbcd8b9
Merge branch 'master' of https://github.com/nestjs/nest
2023-02-01 12:53:19 +01:00
Kamil Myśliwiec
4e783852b3
feat(core): use deterministic uuids if absolutely necessary
2023-02-01 12:53:08 +01:00
Kamil Mysliwiec
07a84ae224
Merge pull request #10888 from Tony133/refactor/improvements-imports
...
refactor(): improvements the imports
2023-02-01 12:39:36 +01:00
Kamil Myśliwiec
7bc72671b6
build: fix ts build error
2023-02-01 12:38:47 +01:00
Kamil Myśliwiec
a560c3466a
Merge branch 'H4ad-perf/metadata-scanner'
2023-02-01 12:36:49 +01:00
Kamil Myśliwiec
f10c917b71
style: change inline ifs to code blocks
2023-02-01 12:36:36 +01:00
Kamil Myśliwiec
208d8ca184
Merge branch 'perf/metadata-scanner' of github.com:H4ad/nest into H4ad-perf/metadata-scanner
2023-02-01 12:35:27 +01:00
Kamil Myśliwiec
32aeb7a8a3
Merge branch 'H4ad-perf/random-string-generator'
2023-02-01 12:32:55 +01:00
Kamil Myśliwiec
cb4b41fa61
chore: add uid dependency, remove uuid
2023-02-01 12:31:05 +01:00
Kamil Myśliwiec
5a6695b1f5
Merge branch 'Tony133-refactor/move-interface-in-file-stream'
2023-02-01 12:28:53 +01:00
Kamil Myśliwiec
d08604d201
Merge branch 'refactor/move-interface-in-file-stream' of github.com:Tony133/nest into Tony133-refactor/move-interface-in-file-stream
2023-02-01 12:27:16 +01:00
Kamil Mysliwiec
f96953f3e3
Merge pull request #10625 from nathan-knight/fix/constructor-metadata-mutation
...
fix(core): fix reflectConstructorParams mutating constructor metadata
2023-02-01 11:44:06 +01:00
Antonio Tripodi
a185e63281
Merge branch 'master' into refactor/improvements-imports
2023-02-01 11:40:47 +01:00
Kamil Mysliwiec
5f2fd92a61
Merge pull request #10684 from vonovak/chore/remove-old-types
...
chore(deps): remove old cache-manager typings
2023-02-01 11:38:43 +01:00
Kamil Mysliwiec
be4668e823
Merge pull request #10698 from vizio360/MakingReuestNonDurableWin
...
fix(core): Making Request scope non durable win over scope durable
2023-02-01 11:36:24 +01:00
Kamil Mysliwiec
afbdec6ea5
Merge pull request #10798 from andreyddk/refactor/interact-to-nats-ping-timer-via-debug-flag
...
refactor(microservices): disable ping timer message in nats by flag
2023-02-01 11:35:27 +01:00
Kamil Mysliwiec
bb6eefc906
Merge pull request #10608 from micalevisk/feat/enhance-native-help-command-repl
...
feat(core): enhance repl '.help' command with nestjs functions
2023-02-01 11:33:22 +01:00
Kamil Mysliwiec
62f4f8c72f
Merge pull request #10995 from nestjs/dependabot/npm_and_yarn/sample/06-mongoose/json5-1.0.2
...
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/06-mongoose
2023-02-01 11:32:59 +01:00
dependabot[bot]
1625875e75
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/06-mongoose
...
Bumps [json5](https://github.com/json5/json5 ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-01 10:32:48 +00:00
Kamil Mysliwiec
767be785bb
Merge pull request #10996 from nestjs/dependabot/npm_and_yarn/sample/05-sql-typeorm/json5-1.0.2
...
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/05-sql-typeorm
2023-02-01 11:32:41 +01:00
dependabot[bot]
e4e47a43fb
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/05-sql-typeorm
...
Bumps [json5](https://github.com/json5/json5 ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-01 10:32:35 +00:00
Kamil Mysliwiec
785b745622
Merge pull request #10775 from bartversluijs/feat/core-close-signal
...
feat(core): pass signal when manually invoking close
2023-02-01 11:32:23 +01:00
Kamil Mysliwiec
26c7e3d5a8
Merge pull request #10880 from max-mathieu/multer-errors
...
fix(express): Map missing multer error and map busboy errors
2023-02-01 11:32:12 +01:00
Kamil Mysliwiec
fbf0297891
Merge pull request #10993 from nestjs/dependabot/npm_and_yarn/sample/08-webpack/json5-1.0.2
...
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/08-webpack
2023-02-01 11:31:39 +01:00
Kamil Mysliwiec
f7b2fef3cd
Merge pull request #10914 from nestjs/dependabot/npm_and_yarn/fastify-4.12.0
...
chore(deps): bump fastify from 4.11.0 to 4.12.0
2023-02-01 11:31:26 +01:00
Kamil Mysliwiec
a3b2c68843
Merge pull request #10975 from micalevisk/docs/mark-all-common-user-facing-apis
...
docs(common): add `@publicApi` to all user-facing APIs
2023-02-01 11:30:50 +01:00
Kamil Mysliwiec
7fe84f07ac
Merge pull request #10992 from nestjs/dependabot/npm_and_yarn/sample/10-fastify/json5-1.0.2
...
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/10-fastify
2023-02-01 11:30:42 +01:00
Kamil Mysliwiec
68723ce0c2
Merge branch 'master' into docs/mark-all-common-user-facing-apis
2023-02-01 11:30:40 +01:00
Kamil Mysliwiec
a026c5ba3e
Merge pull request #10994 from nestjs/dependabot/npm_and_yarn/sample/07-sequelize/json5-1.0.2
...
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/07-sequelize
2023-02-01 11:30:16 +01:00
Kamil Mysliwiec
268d9306d4
Merge pull request #10970 from nestjs/fix/inject-decorator-signature
...
fix(common): inject decorator should allow key to be undefined
2023-02-01 11:30:03 +01:00
Kamil Mysliwiec
b4d6c13e1c
Merge pull request #10983 from nestjs/feat/graph-inspector
...
feat: graph inspector, preview mode
2023-02-01 11:29:25 +01:00
dependabot[bot]
558ab7eac9
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/07-sequelize
...
Bumps [json5](https://github.com/json5/json5 ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-01 10:28:51 +00:00
dependabot[bot]
3b65a626ca
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/08-webpack
...
Bumps [json5](https://github.com/json5/json5 ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-01 10:28:46 +00:00
dependabot[bot]
1af89e1cc4
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/10-fastify
...
Bumps [json5](https://github.com/json5/json5 ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-01 10:28:43 +00:00
Kamil Mysliwiec
95536aec63
Merge pull request #10987 from nestjs/dependabot/npm_and_yarn/sample/15-mvc/json5-1.0.2
...
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/15-mvc
2023-02-01 11:28:01 +01:00
Kamil Mysliwiec
7f801ed531
Merge pull request #10990 from nestjs/dependabot/npm_and_yarn/sample/11-swagger/json5-1.0.2
...
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/11-swagger
2023-02-01 11:27:55 +01:00
Kamil Mysliwiec
960af7025c
Merge pull request #10991 from nestjs/dependabot/npm_and_yarn/sample/12-graphql-schema-first/json5-1.0.2
...
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/12-graphql-schema-first
2023-02-01 11:27:50 +01:00
Kamil Mysliwiec
808ef5a779
Merge pull request #10834 from SirReiva/fastify-middleware-reply
...
[platform-fastify]fix: 🐛 Fix context prop
2023-02-01 11:27:24 +01:00
dependabot[bot]
8c6dbfd8f0
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/15-mvc
...
Bumps [json5](https://github.com/json5/json5 ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-01 10:24:16 +00:00
dependabot[bot]
69c71c8fd2
chore(deps): bump json5 in /sample/12-graphql-schema-first
...
Bumps [json5](https://github.com/json5/json5 ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-01 10:23:28 +00:00
dependabot[bot]
972243a57c
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/11-swagger
...
Bumps [json5](https://github.com/json5/json5 ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-01 10:23:12 +00:00
Kamil Mysliwiec
16634c7220
Merge pull request #10822 from micalevisk/fix-type-defs-for-moduleref
...
fix(core): ModuleRef#get and #resolve opts default values
2023-02-01 11:23:03 +01:00
Kamil Mysliwiec
ae4dd578f3
Merge pull request #10799 from Tony133/chore/update-logger-fastify-adapter
...
chore(fastify-adapter): updated the method for fastify logger
2023-02-01 11:21:17 +01:00
Kamil Mysliwiec
66a76e2f04
Merge pull request #10823 from H4ad/perf/logger
...
perf(common): faster logs by caching intl.datetimeformat
2023-02-01 11:18:04 +01:00
Kamil Mysliwiec
cd558da019
Merge pull request #10988 from nestjs/dependabot/npm_and_yarn/sample/14-mongoose-base/json5-1.0.2
...
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/14-mongoose-base
2023-02-01 11:15:31 +01:00
Kamil Mysliwiec
5498c91983
Merge pull request #10989 from nestjs/dependabot/npm_and_yarn/sample/13-mongo-typeorm/json5-1.0.2
...
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/13-mongo-typeorm
2023-02-01 11:15:20 +01:00
Kamil Myśliwiec
df8571c623
test: update snapshots
2023-02-01 11:12:55 +01:00
Kamil Mysliwiec
7865c61d0f
Merge pull request #10889 from jmcdo29/fix/fastify-exception-handler
...
fix(fastify): return the response on exception
2023-02-01 10:50:40 +01:00
Kamil Myśliwiec
24a07d299d
fix(common): optional decorator should allow key to be undefined
2023-02-01 10:47:43 +01:00
dependabot[bot]
a8371b6163
chore(deps): bump fastify from 4.11.0 to 4.12.0
...
Bumps [fastify](https://github.com/fastify/fastify ) from 4.11.0 to 4.12.0.
- [Release notes](https://github.com/fastify/fastify/releases )
- [Commits](https://github.com/fastify/fastify/compare/v4.11.0...v4.12.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-02-01 09:47:09 +00:00
Kamil Mysliwiec
23f56bd0db
Merge pull request #10918 from nestjs/dependabot/npm_and_yarn/fastify/multipart-7.4.0
...
chore(deps-dev): bump @fastify/multipart from 7.3.0 to 7.4.0
2023-02-01 10:44:07 +01:00
dependabot[bot]
2fdb08cf3b
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/13-mongo-typeorm
...
Bumps [json5](https://github.com/json5/json5 ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-01 09:43:39 +00:00
dependabot[bot]
d66162ac20
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/14-mongoose-base
...
Bumps [json5](https://github.com/json5/json5 ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-01 09:43:20 +00:00
Kamil Mysliwiec
14633359b5
Merge pull request #10919 from nestjs/dependabot/npm_and_yarn/nats-2.11.0
...
chore(deps-dev): bump nats from 2.10.2 to 2.11.0
2023-02-01 10:43:18 +01:00
Kamil Mysliwiec
1ea654d62f
Merge pull request #10984 from nestjs/dependabot/npm_and_yarn/sample/18-context/json5-1.0.2
...
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/18-context
2023-02-01 10:42:48 +01:00
Kamil Mysliwiec
cba758fa71
Merge pull request #10985 from nestjs/dependabot/npm_and_yarn/sample/17-mvc-fastify/json5-1.0.2
...
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/17-mvc-fastify
2023-02-01 10:42:37 +01:00
Kamil Mysliwiec
e9e6f3548f
Merge pull request #10986 from nestjs/dependabot/npm_and_yarn/sample/16-gateways-ws/json5-1.0.2
...
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/16-gateways-ws
2023-02-01 10:41:55 +01:00
Kamil Myśliwiec
2c3620aa1e
chore: remove spec files from the integration dir, fix eslint errors
2023-02-01 10:32:48 +01:00
dependabot[bot]
65912c5fa8
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/16-gateways-ws
...
Bumps [json5](https://github.com/json5/json5 ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-01 09:26:49 +00:00
dependabot[bot]
a0ea083b03
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/18-context
...
Bumps [json5](https://github.com/json5/json5 ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-01 09:26:36 +00:00
dependabot[bot]
5d4c6b6474
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/17-mvc-fastify
...
Bumps [json5](https://github.com/json5/json5 ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-01 09:26:14 +00:00
Kamil Mysliwiec
5ec02611d9
Merge pull request #10906 from nestjs/dependabot/npm_and_yarn/sample/21-serializer/json5-1.0.2
...
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/21-serializer
2023-02-01 10:25:38 +01:00
Kamil Mysliwiec
8d31833af1
Merge pull request #10907 from nestjs/dependabot/npm_and_yarn/sample/20-cache/json5-1.0.2
...
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/20-cache
2023-02-01 10:25:28 +01:00
Kamil Mysliwiec
0b439c7309
Merge pull request #10915 from nestjs/dependabot/npm_and_yarn/eslint-plugin-import-2.27.5
...
chore(deps-dev): bump eslint-plugin-import from 2.26.0 to 2.27.5
2023-02-01 10:25:22 +01:00
Kamil Mysliwiec
1e5ec885f5
Merge pull request #10916 from nestjs/dependabot/npm_and_yarn/types/express-4.17.16
...
chore(deps-dev): bump @types/express from 4.17.15 to 4.17.16
2023-02-01 10:25:14 +01:00
Kamil Mysliwiec
9c61c0e11d
Merge pull request #10908 from nestjs/dependabot/npm_and_yarn/sample/19-auth-jwt/json5-1.0.2
...
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/19-auth-jwt
2023-02-01 10:24:44 +01:00
dependabot[bot]
21ac577dad
chore(deps-dev): bump @fastify/multipart from 7.3.0 to 7.4.0
...
Bumps [@fastify/multipart](https://github.com/fastify/fastify-multipart ) from 7.3.0 to 7.4.0.
- [Release notes](https://github.com/fastify/fastify-multipart/releases )
- [Commits](https://github.com/fastify/fastify-multipart/compare/v7.3.0...v7.4.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 >
2023-02-01 09:22:53 +00:00
dependabot[bot]
da635c3819
chore(deps-dev): bump nats from 2.10.2 to 2.11.0
...
Bumps [nats](https://github.com/nats-io/nats.js ) from 2.10.2 to 2.11.0.
- [Release notes](https://github.com/nats-io/nats.js/releases )
- [Commits](https://github.com/nats-io/nats.js/compare/v2.10.2...v2.11.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-02-01 09:12:51 +00:00
Kamil Mysliwiec
b52a89b6b5
Merge pull request #10976 from nestjs/dependabot/npm_and_yarn/graphql-tools-8.3.16
...
chore(deps-dev): bump graphql-tools from 8.3.14 to 8.3.16
2023-02-01 10:08:33 +01:00
Kamil Mysliwiec
41e6efc800
Merge pull request #10978 from nestjs/dependabot/npm_and_yarn/grpc/grpc-js-1.8.7
...
chore(deps-dev): bump @grpc/grpc-js from 1.8.4 to 1.8.7
2023-02-01 10:06:20 +01:00
Kamil Mysliwiec
596743a1ba
Merge pull request #10980 from nestjs/dependabot/npm_and_yarn/mysql2-3.1.0
...
chore(deps-dev): bump mysql2 from 2.3.3 to 3.1.0
2023-02-01 10:06:15 +01:00
Kamil Mysliwiec
ca4dbebe7c
Merge pull request #10981 from nestjs/dependabot/npm_and_yarn/fastify/static-6.8.0
...
chore(deps-dev): bump @fastify/static from 6.6.1 to 6.8.0
2023-02-01 10:06:03 +01:00
Dominik Koller
0b395d1f59
resolve on error
2023-02-01 03:07:35 +01:00
dependabot[bot]
d60aa4b0a7
chore(deps-dev): bump @fastify/static from 6.6.1 to 6.8.0
...
Bumps [@fastify/static](https://github.com/fastify/fastify-static ) from 6.6.1 to 6.8.0.
- [Release notes](https://github.com/fastify/fastify-static/releases )
- [Commits](https://github.com/fastify/fastify-static/compare/v6.6.1...v6.8.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-01-31 00:25:43 +00:00
dependabot[bot]
46bd832c9e
chore(deps-dev): bump mysql2 from 2.3.3 to 3.1.0
...
Bumps [mysql2](https://github.com/sidorares/node-mysql2 ) from 2.3.3 to 3.1.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/v2.3.3...v3.1.0 )
---
updated-dependencies:
- dependency-name: mysql2
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-31 00:19:58 +00:00
dependabot[bot]
4992b69cb6
chore(deps-dev): bump @grpc/grpc-js from 1.8.4 to 1.8.7
...
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node ) from 1.8.4 to 1.8.7.
- [Release notes](https://github.com/grpc/grpc-node/releases )
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.8.4...@grpc/grpc-js@1.8.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 >
2023-01-30 00:20:11 +00:00
dependabot[bot]
4b6f37897e
chore(deps-dev): bump graphql-tools from 8.3.14 to 8.3.16
...
Bumps [graphql-tools](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/graphql-tools ) from 8.3.14 to 8.3.16.
- [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@8.3.16/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 >
2023-01-30 00:09:52 +00:00
Tony133
283a837f1f
refactor(): improvements interface
2023-01-29 11:42:55 +01:00
Micael Levi L. Cavalcante
010f594344
docs(common): mark all user-facing apis with @publicApi
2023-01-28 20:10:01 -04:00
Kamil Myśliwiec
20abe1df78
fix(core): wrap middleware configure in try..catch - preview mode
2023-01-28 19:06:33 +01:00
Micael Levi L. Cavalcante
f396dc1ddf
refactor(core): extract get context id logic into its own method
2023-01-27 12:08:12 -04:00
Micael Levi L. Cavalcante
aafdac62a0
fix(core,microservices): inject the context when the tree is not durable
2023-01-27 12:08:10 -04:00
Kamil Myśliwiec
b46efe6388
chore(@nestjs) publish v9.3.0-beta.3 release
2023-01-27 13:13:33 +01:00
dependabot[bot]
474120c759
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/20-cache
...
Bumps [json5](https://github.com/json5/json5 ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-27 07:45:56 +00:00
Kamil Myśliwiec
558bdcc90c
fix(common): inject decorator should allow key to be undefined
2023-01-27 08:33:45 +01:00
dependabot[bot]
cbb66a2aca
chore(deps-dev): bump eslint-plugin-import from 2.26.0 to 2.27.5
...
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import ) from 2.26.0 to 2.27.5.
- [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.26.0...v2.27.5 )
---
updated-dependencies:
- dependency-name: eslint-plugin-import
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-27 07:31:24 +00:00
dependabot[bot]
3b72437d70
chore(deps-dev): bump @types/express from 4.17.15 to 4.17.16
...
Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express ) from 4.17.15 to 4.17.16.
- [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-01-27 07:31:21 +00:00
Kamil Mysliwiec
e4bd87bbfe
Merge pull request #10922 from nestjs/dependabot/npm_and_yarn/cookiejar-2.1.4
...
chore(deps): bump cookiejar from 2.1.3 to 2.1.4
2023-01-27 08:30:51 +01:00
Kamil Mysliwiec
4f8e7289b9
Merge pull request #10928 from nestjs/dependabot/npm_and_yarn/sample/15-mvc/cookiejar-2.1.4
...
chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/15-mvc
2023-01-27 08:30:44 +01:00
dependabot[bot]
20bb98195a
chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/15-mvc
...
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar ) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/bmeck/node-cookiejar/releases )
- [Commits](https://github.com/bmeck/node-cookiejar/commits )
---
updated-dependencies:
- dependency-name: cookiejar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-27 07:30:39 +00:00
Kamil Mysliwiec
8bec5cfe7f
Merge pull request #10968 from nestjs/dependabot/npm_and_yarn/sample/02-gateways/cookiejar-2.1.4
...
chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/02-gateways
2023-01-27 08:30:20 +01:00
Kamil Mysliwiec
44ed42bf8b
Merge pull request #10961 from nestjs/dependabot/npm_and_yarn/sample/25-dynamic-modules/cookiejar-2.1.4
...
chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/25-dynamic-modules
2023-01-27 08:30:13 +01:00
Kamil Mysliwiec
30e2caaf57
Merge pull request #10969 from nestjs/dependabot/npm_and_yarn/sample/03-microservices/cookiejar-2.1.4
...
chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/03-microservices
2023-01-27 08:30:06 +01:00
Kamil Mysliwiec
cc7c9d6694
Merge pull request #10923 from nestjs/dependabot/npm_and_yarn/sample/23-graphql-code-first/cookiejar-2.1.4
...
chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/23-graphql-code-first
2023-01-27 08:29:53 +01:00
dependabot[bot]
1077ec29bd
chore(deps): bump cookiejar from 2.1.3 to 2.1.4
...
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar ) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/bmeck/node-cookiejar/releases )
- [Commits](https://github.com/bmeck/node-cookiejar/commits )
---
updated-dependencies:
- dependency-name: cookiejar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-27 07:29:48 +00:00
Kamil Mysliwiec
6b3e9df491
Merge pull request #10927 from nestjs/dependabot/npm_and_yarn/sample/01-cats-app/cookiejar-2.1.4
...
chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/01-cats-app
2023-01-27 08:29:47 +01:00
Kamil Mysliwiec
fefa40f199
Merge pull request #10929 from nestjs/dependabot/npm_and_yarn/sample/16-gateways-ws/cookiejar-2.1.4
...
chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/16-gateways-ws
2023-01-27 08:29:40 +01:00
Kamil Mysliwiec
1a24a0ba0e
Merge pull request #10931 from nestjs/dependabot/npm_and_yarn/sample/11-swagger/cookiejar-2.1.4
...
chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/11-swagger
2023-01-27 08:29:33 +01:00
dependabot[bot]
9ed4d4ef20
chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/01-cats-app
...
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar ) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/bmeck/node-cookiejar/releases )
- [Commits](https://github.com/bmeck/node-cookiejar/commits )
---
updated-dependencies:
- dependency-name: cookiejar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-27 07:29:32 +00:00
Kamil Mysliwiec
f90eedba04
Merge pull request #10933 from nestjs/dependabot/npm_and_yarn/sample/13-mongo-typeorm/cookiejar-2.1.4
...
chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/13-mongo-typeorm
2023-01-27 08:29:28 +01:00
dependabot[bot]
707b643d03
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/19-auth-jwt
...
Bumps [json5](https://github.com/json5/json5 ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-27 07:29:06 +00:00
dependabot[bot]
f6e6625ff6
chore(deps): bump cookiejar in /sample/16-gateways-ws
...
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar ) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/bmeck/node-cookiejar/releases )
- [Commits](https://github.com/bmeck/node-cookiejar/commits )
---
updated-dependencies:
- dependency-name: cookiejar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-27 07:29:04 +00:00
dependabot[bot]
5f2d77c40f
chore(deps): bump cookiejar in /sample/25-dynamic-modules
...
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar ) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/bmeck/node-cookiejar/releases )
- [Commits](https://github.com/bmeck/node-cookiejar/commits )
---
updated-dependencies:
- dependency-name: cookiejar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-27 07:29:03 +00:00
Kamil Mysliwiec
58aa498d59
Merge pull request #10941 from nestjs/dependabot/npm_and_yarn/sample/33-graphql-mercurius/cookiejar-2.1.4
...
chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/33-graphql-mercurius
2023-01-27 08:29:02 +01:00
dependabot[bot]
d2d4c3b5ed
chore(deps): bump cookiejar in /sample/03-microservices
...
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar ) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/bmeck/node-cookiejar/releases )
- [Commits](https://github.com/bmeck/node-cookiejar/commits )
---
updated-dependencies:
- dependency-name: cookiejar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-27 07:29:02 +00:00
dependabot[bot]
816f6ba2f2
chore(deps): bump cookiejar in /sample/23-graphql-code-first
...
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar ) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/bmeck/node-cookiejar/releases )
- [Commits](https://github.com/bmeck/node-cookiejar/commits )
---
updated-dependencies:
- dependency-name: cookiejar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-27 07:29:02 +00:00
dependabot[bot]
18ad994571
chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/02-gateways
...
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar ) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/bmeck/node-cookiejar/releases )
- [Commits](https://github.com/bmeck/node-cookiejar/commits )
---
updated-dependencies:
- dependency-name: cookiejar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-27 07:29:01 +00:00
dependabot[bot]
16e95e4bed
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/21-serializer
...
Bumps [json5](https://github.com/json5/json5 ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-27 07:29:00 +00:00
dependabot[bot]
56ab1db2d3
chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/11-swagger
...
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar ) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/bmeck/node-cookiejar/releases )
- [Commits](https://github.com/bmeck/node-cookiejar/commits )
---
updated-dependencies:
- dependency-name: cookiejar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-27 07:29:00 +00:00
dependabot[bot]
9595b3b234
chore(deps): bump cookiejar in /sample/13-mongo-typeorm
...
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar ) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/bmeck/node-cookiejar/releases )
- [Commits](https://github.com/bmeck/node-cookiejar/commits )
---
updated-dependencies:
- dependency-name: cookiejar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-27 07:29:00 +00:00
Kamil Mysliwiec
d3299c83e1
Merge pull request #10962 from nestjs/dependabot/npm_and_yarn/sample/21-serializer/cookiejar-2.1.4
...
chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/21-serializer
2023-01-27 08:28:53 +01:00
Kamil Mysliwiec
a8b64cc9a5
Merge pull request #10963 from nestjs/dependabot/npm_and_yarn/sample/24-serve-static/cookiejar-2.1.4
...
chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/24-serve-static
2023-01-27 08:28:22 +01:00
Kamil Mysliwiec
456b447976
Merge pull request #10964 from nestjs/dependabot/npm_and_yarn/sample/26-queues/cookiejar-2.1.4
...
chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/26-queues
2023-01-27 08:28:16 +01:00
Kamil Mysliwiec
fbd4a6ce1d
Merge pull request #10965 from nestjs/dependabot/npm_and_yarn/sample/20-cache/cookiejar-2.1.4
...
chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/20-cache
2023-01-27 08:28:12 +01:00
Kamil Mysliwiec
c527e211b5
Merge pull request #10966 from nestjs/dependabot/npm_and_yarn/sample/19-auth-jwt/cookiejar-2.1.4
...
chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/19-auth-jwt
2023-01-27 08:28:08 +01:00
Kamil Mysliwiec
05e9769b09
Merge pull request #10967 from nestjs/dependabot/npm_and_yarn/sample/18-context/cookiejar-2.1.4
...
chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/18-context
2023-01-27 08:28:02 +01:00
dependabot[bot]
2149328a81
chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/18-context
...
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar ) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/bmeck/node-cookiejar/releases )
- [Commits](https://github.com/bmeck/node-cookiejar/commits )
---
updated-dependencies:
- dependency-name: cookiejar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-27 07:27:31 +00:00
dependabot[bot]
f85cd9e363
chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/19-auth-jwt
...
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar ) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/bmeck/node-cookiejar/releases )
- [Commits](https://github.com/bmeck/node-cookiejar/commits )
---
updated-dependencies:
- dependency-name: cookiejar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-27 07:27:14 +00:00
dependabot[bot]
29ae2ae793
chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/20-cache
...
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar ) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/bmeck/node-cookiejar/releases )
- [Commits](https://github.com/bmeck/node-cookiejar/commits )
---
updated-dependencies:
- dependency-name: cookiejar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-27 07:26:44 +00:00
dependabot[bot]
6d495050e2
chore(deps): bump cookiejar in /sample/24-serve-static
...
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar ) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/bmeck/node-cookiejar/releases )
- [Commits](https://github.com/bmeck/node-cookiejar/commits )
---
updated-dependencies:
- dependency-name: cookiejar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-27 07:26:43 +00:00
dependabot[bot]
783db671a7
chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/21-serializer
...
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar ) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/bmeck/node-cookiejar/releases )
- [Commits](https://github.com/bmeck/node-cookiejar/commits )
---
updated-dependencies:
- dependency-name: cookiejar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-27 07:26:42 +00:00
dependabot[bot]
ad25c07f69
chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/26-queues
...
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar ) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/bmeck/node-cookiejar/releases )
- [Commits](https://github.com/bmeck/node-cookiejar/commits )
---
updated-dependencies:
- dependency-name: cookiejar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-27 07:26:42 +00:00
dependabot[bot]
499727afc9
chore(deps): bump cookiejar in /sample/33-graphql-mercurius
...
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar ) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/bmeck/node-cookiejar/releases )
- [Commits](https://github.com/bmeck/node-cookiejar/commits )
---
updated-dependencies:
- dependency-name: cookiejar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-27 07:26:13 +00:00
Kamil Mysliwiec
ed8c1329ff
Merge pull request #10925 from nestjs/dependabot/npm_and_yarn/sample/09-babel-example/cookiejar-2.1.4
...
chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/09-babel-example
2023-01-27 08:26:12 +01:00
Kamil Mysliwiec
86b4038493
Merge pull request #10924 from nestjs/dependabot/npm_and_yarn/sample/05-sql-typeorm/cookiejar-2.1.4
...
chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/05-sql-typeorm
2023-01-27 08:26:04 +01:00
Kamil Mysliwiec
35a164fb49
Merge pull request #10920 from nestjs/dependabot/npm_and_yarn/sample/06-mongoose/cookiejar-2.1.4
...
chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/06-mongoose
2023-01-27 08:25:51 +01:00
dependabot[bot]
0adc05730c
chore(deps): bump cookiejar in /sample/05-sql-typeorm
...
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar ) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/bmeck/node-cookiejar/releases )
- [Commits](https://github.com/bmeck/node-cookiejar/commits )
---
updated-dependencies:
- dependency-name: cookiejar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-27 07:25:48 +00:00
Kamil Mysliwiec
61e901f6e9
Merge pull request #10921 from nestjs/dependabot/npm_and_yarn/sample/07-sequelize/cookiejar-2.1.4
...
chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/07-sequelize
2023-01-27 08:25:45 +01:00
Kamil Mysliwiec
26d13713fb
Merge pull request #10926 from nestjs/dependabot/npm_and_yarn/sample/10-fastify/cookiejar-2.1.4
...
chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/10-fastify
2023-01-27 08:25:40 +01:00
dependabot[bot]
21cfabdb74
chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/06-mongoose
...
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar ) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/bmeck/node-cookiejar/releases )
- [Commits](https://github.com/bmeck/node-cookiejar/commits )
---
updated-dependencies:
- dependency-name: cookiejar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-27 07:25:35 +00:00
Kamil Mysliwiec
df240aa263
Merge pull request #10930 from nestjs/dependabot/npm_and_yarn/sample/04-grpc/cookiejar-2.1.4
...
chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/04-grpc
2023-01-27 08:25:32 +01:00
dependabot[bot]
afe9388aec
chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/07-sequelize
...
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar ) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/bmeck/node-cookiejar/releases )
- [Commits](https://github.com/bmeck/node-cookiejar/commits )
---
updated-dependencies:
- dependency-name: cookiejar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-27 07:25:23 +00:00
dependabot[bot]
66cbcc4762
chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/04-grpc
...
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar ) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/bmeck/node-cookiejar/releases )
- [Commits](https://github.com/bmeck/node-cookiejar/commits )
---
updated-dependencies:
- dependency-name: cookiejar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-27 07:25:23 +00:00
Kamil Mysliwiec
4751341389
Merge pull request #10932 from nestjs/dependabot/npm_and_yarn/sample/28-sse/cookiejar-2.1.4
...
chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/28-sse
2023-01-27 08:25:22 +01:00
Kamil Mysliwiec
84ba6b886a
Merge pull request #10934 from nestjs/dependabot/npm_and_yarn/sample/31-graphql-federation-code-first/users-application/cookiejar-2.1.4
...
chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/31-graphql-federation-code-first/users-application
2023-01-27 08:25:15 +01:00
dependabot[bot]
a26780d9d9
chore(deps): bump cookiejar in /sample/09-babel-example
...
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar ) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/bmeck/node-cookiejar/releases )
- [Commits](https://github.com/bmeck/node-cookiejar/commits )
---
updated-dependencies:
- dependency-name: cookiejar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-27 07:25:13 +00:00
Kamil Mysliwiec
f43e95fda0
Merge pull request #10935 from nestjs/dependabot/npm_and_yarn/sample/31-graphql-federation-code-first/gateway/cookiejar-2.1.4
...
chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/31-graphql-federation-code-first/gateway
2023-01-27 08:25:09 +01:00
dependabot[bot]
64eb8ca133
chore(deps): bump cookiejar
...
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar ) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/bmeck/node-cookiejar/releases )
- [Commits](https://github.com/bmeck/node-cookiejar/commits )
---
updated-dependencies:
- dependency-name: cookiejar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-27 07:25:09 +00:00
dependabot[bot]
dab2065bf7
chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/10-fastify
...
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar ) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/bmeck/node-cookiejar/releases )
- [Commits](https://github.com/bmeck/node-cookiejar/commits )
---
updated-dependencies:
- dependency-name: cookiejar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-27 07:25:06 +00:00
Kamil Mysliwiec
995ed703b8
Merge pull request #10936 from nestjs/dependabot/npm_and_yarn/sample/29-file-upload/cookiejar-2.1.4
...
chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/29-file-upload
2023-01-27 08:25:03 +01:00
dependabot[bot]
d74fcfc03a
chore(deps): bump cookiejar
...
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar ) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/bmeck/node-cookiejar/releases )
- [Commits](https://github.com/bmeck/node-cookiejar/commits )
---
updated-dependencies:
- dependency-name: cookiejar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-27 07:24:51 +00:00
dependabot[bot]
793d33ab3c
chore(deps): bump cookiejar in /sample/29-file-upload
...
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar ) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/bmeck/node-cookiejar/releases )
- [Commits](https://github.com/bmeck/node-cookiejar/commits )
---
updated-dependencies:
- dependency-name: cookiejar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-27 07:24:49 +00:00
Kamil Mysliwiec
1ea412f732
Merge pull request #10937 from nestjs/dependabot/npm_and_yarn/sample/30-event-emitter/cookiejar-2.1.4
...
chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/30-event-emitter
2023-01-27 08:24:27 +01:00
Kamil Mysliwiec
27e159f3d4
Merge pull request #10938 from nestjs/dependabot/npm_and_yarn/sample/32-graphql-federation-schema-first/posts-application/cookiejar-2.1.4
...
chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/32-graphql-federation-schema-first/posts-application
2023-01-27 08:24:21 +01:00
Kamil Mysliwiec
4287fcd49c
Merge pull request #10939 from nestjs/dependabot/npm_and_yarn/sample/32-graphql-federation-schema-first/gateway/cookiejar-2.1.4
...
chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/32-graphql-federation-schema-first/gateway
2023-01-27 08:24:17 +01:00
Kamil Mysliwiec
0bf7606802
Merge pull request #10940 from nestjs/dependabot/npm_and_yarn/sample/31-graphql-federation-code-first/posts-application/cookiejar-2.1.4
...
chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/31-graphql-federation-code-first/posts-application
2023-01-27 08:24:13 +01:00
Kamil Mysliwiec
cb030c94a2
Merge pull request #10942 from nestjs/dependabot/npm_and_yarn/sample/32-graphql-federation-schema-first/users-application/cookiejar-2.1.4
...
chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/32-graphql-federation-schema-first/users-application
2023-01-27 08:24:06 +01:00
Kamil Mysliwiec
8fe89e59f1
Merge pull request #10943 from nestjs/dependabot/npm_and_yarn/sample/27-scheduling/cookiejar-2.1.4
...
chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/27-scheduling
2023-01-27 08:24:01 +01:00
Kamil Mysliwiec
271dc9c1eb
Merge pull request #10944 from nestjs/dependabot/npm_and_yarn/sample/22-graphql-prisma/cookiejar-2.1.4
...
chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/22-graphql-prisma
2023-01-27 08:23:56 +01:00
Kamil Mysliwiec
88d5ae60c2
Merge pull request #10945 from nestjs/dependabot/npm_and_yarn/sample/17-mvc-fastify/cookiejar-2.1.4
...
chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/17-mvc-fastify
2023-01-27 08:23:51 +01:00
Kamil Mysliwiec
da25994b09
Merge pull request #10946 from nestjs/dependabot/npm_and_yarn/sample/14-mongoose-base/cookiejar-2.1.4
...
chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/14-mongoose-base
2023-01-27 08:23:45 +01:00
Kamil Mysliwiec
215f1cd9fa
Merge pull request #10947 from nestjs/dependabot/npm_and_yarn/sample/12-graphql-schema-first/cookiejar-2.1.4
...
chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/12-graphql-schema-first
2023-01-27 08:23:38 +01:00
Kamil Mysliwiec
f589ee2fee
Merge pull request #10952 from nestjs/dependabot/npm_and_yarn/ioredis-5.3.0
...
chore(deps-dev): bump ioredis from 5.2.4 to 5.3.0
2023-01-27 08:23:33 +01:00
Kamil Mysliwiec
5446d2b365
Merge pull request #10958 from nestjs/dependabot/npm_and_yarn/fastify/view-7.4.1
...
chore(deps-dev): bump @fastify/view from 7.3.0 to 7.4.1
2023-01-27 08:23:27 +01:00
dependabot[bot]
f4e5475406
chore(deps-dev): bump @fastify/view from 7.3.0 to 7.4.1
...
Bumps [@fastify/view](https://github.com/fastify/point-of-view ) from 7.3.0 to 7.4.1.
- [Release notes](https://github.com/fastify/point-of-view/releases )
- [Commits](https://github.com/fastify/point-of-view/compare/v7.3.0...v7.4.1 )
---
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-01-27 00:07:21 +00:00
Micael Levi L. Cavalcante
14a0f069ac
fix(common): when transforming invalid boolean values
...
on `ValidationPipe`, it must not return a valid boolean
2023-01-25 21:37:54 -04:00
Micael Levi L. Cavalcante
bcf4bf9b81
test(common): add tests for broken cases on ValidationPipe
...
when transforming booleans with non-valid boolean values
2023-01-25 21:23:00 -04:00
dependabot[bot]
c4f2833c60
chore(deps-dev): bump ioredis from 5.2.4 to 5.3.0
...
Bumps [ioredis](https://github.com/luin/ioredis ) from 5.2.4 to 5.3.0.
- [Release notes](https://github.com/luin/ioredis/releases )
- [Changelog](https://github.com/luin/ioredis/blob/main/CHANGELOG.md )
- [Commits](https://github.com/luin/ioredis/compare/v5.2.4...v5.3.0 )
---
updated-dependencies:
- dependency-name: ioredis
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-26 00:06:12 +00:00
dependabot[bot]
28c00ebb94
chore(deps): bump cookiejar in /sample/14-mongoose-base
...
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar ) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/bmeck/node-cookiejar/releases )
- [Commits](https://github.com/bmeck/node-cookiejar/commits )
---
updated-dependencies:
- dependency-name: cookiejar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-24 12:20:02 +00:00
dependabot[bot]
efb36dc797
chore(deps): bump cookiejar in /sample/12-graphql-schema-first
...
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar ) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/bmeck/node-cookiejar/releases )
- [Commits](https://github.com/bmeck/node-cookiejar/commits )
---
updated-dependencies:
- dependency-name: cookiejar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-24 12:20:02 +00:00
dependabot[bot]
3260ba4f13
chore(deps): bump cookiejar in /sample/17-mvc-fastify
...
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar ) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/bmeck/node-cookiejar/releases )
- [Commits](https://github.com/bmeck/node-cookiejar/commits )
---
updated-dependencies:
- dependency-name: cookiejar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-24 12:19:55 +00:00
dependabot[bot]
4dec05ec7a
chore(deps): bump cookiejar in /sample/22-graphql-prisma
...
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar ) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/bmeck/node-cookiejar/releases )
- [Commits](https://github.com/bmeck/node-cookiejar/commits )
---
updated-dependencies:
- dependency-name: cookiejar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-24 12:19:54 +00:00
dependabot[bot]
c7527d5b0a
chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/27-scheduling
...
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar ) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/bmeck/node-cookiejar/releases )
- [Commits](https://github.com/bmeck/node-cookiejar/commits )
---
updated-dependencies:
- dependency-name: cookiejar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-24 12:19:53 +00:00
dependabot[bot]
1b17cd1945
chore(deps): bump cookiejar
...
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar ) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/bmeck/node-cookiejar/releases )
- [Commits](https://github.com/bmeck/node-cookiejar/commits )
---
updated-dependencies:
- dependency-name: cookiejar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-24 12:19:19 +00:00
dependabot[bot]
e87ee8b18f
chore(deps): bump cookiejar
...
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar ) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/bmeck/node-cookiejar/releases )
- [Commits](https://github.com/bmeck/node-cookiejar/commits )
---
updated-dependencies:
- dependency-name: cookiejar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-24 12:19:16 +00:00
dependabot[bot]
689dcf782b
chore(deps): bump cookiejar
...
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar ) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/bmeck/node-cookiejar/releases )
- [Commits](https://github.com/bmeck/node-cookiejar/commits )
---
updated-dependencies:
- dependency-name: cookiejar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-24 12:19:15 +00:00
dependabot[bot]
32b18f4d58
chore(deps): bump cookiejar
...
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar ) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/bmeck/node-cookiejar/releases )
- [Commits](https://github.com/bmeck/node-cookiejar/commits )
---
updated-dependencies:
- dependency-name: cookiejar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-24 12:19:10 +00:00
dependabot[bot]
0599f3fb61
chore(deps): bump cookiejar in /sample/30-event-emitter
...
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar ) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/bmeck/node-cookiejar/releases )
- [Commits](https://github.com/bmeck/node-cookiejar/commits )
---
updated-dependencies:
- dependency-name: cookiejar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-24 12:19:06 +00:00
dependabot[bot]
34ceff54d1
chore(deps): bump cookiejar from 2.1.3 to 2.1.4 in /sample/28-sse
...
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar ) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/bmeck/node-cookiejar/releases )
- [Commits](https://github.com/bmeck/node-cookiejar/commits )
---
updated-dependencies:
- dependency-name: cookiejar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-24 12:19:01 +00:00
Kamil Myśliwiec
9f6a414cd0
test: address class-validator breaking change
2023-01-24 08:26:16 +01:00
Kamil Mysliwiec
9c728f14a9
Merge pull request #10740 from nestjs/dependabot/npm_and_yarn/class-validator-0.14.0
...
chore(deps): bump class-validator from 0.13.2 to 0.14.0
2023-01-23 08:58:34 +01:00
Kamil Mysliwiec
dab312ff0a
Merge pull request #10840 from nestjs/dependabot/npm_and_yarn/sample/33-graphql-mercurius/mercurius-11.5.0
...
chore(deps): bump mercurius from 10.5.1 to 11.5.0 in /sample/33-graphql-mercurius
2023-01-23 08:58:28 +01:00
Kamil Mysliwiec
f6e67537ba
Merge pull request #10858 from nestjs/dependabot/npm_and_yarn/sample/04-grpc/class-validator-0.14.0
...
chore(deps): bump class-validator from 0.13.2 to 0.14.0 in /sample/04-grpc
2023-01-23 08:58:24 +01:00
Kamil Mysliwiec
e37ea9f998
Merge pull request #10873 from nestjs/dependabot/npm_and_yarn/commitlint/cli-17.4.2
...
chore(deps-dev): bump @commitlint/cli from 17.4.0 to 17.4.2
2023-01-23 08:58:17 +01:00
dependabot[bot]
386814c89d
chore(deps): bump class-validator from 0.13.2 to 0.14.0
...
Bumps [class-validator](https://github.com/typestack/class-validator ) from 0.13.2 to 0.14.0.
- [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.13.2...v0.14.0 )
---
updated-dependencies:
- dependency-name: class-validator
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-23 07:54:59 +00:00
dependabot[bot]
956094c4ff
chore(deps-dev): bump @commitlint/cli from 17.4.0 to 17.4.2
...
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli ) from 17.4.0 to 17.4.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.4.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-01-23 07:53:51 +00:00
dependabot[bot]
013caf4cef
chore(deps): bump class-validator in /sample/04-grpc
...
Bumps [class-validator](https://github.com/typestack/class-validator ) from 0.13.2 to 0.14.0.
- [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.13.2...v0.14.0 )
---
updated-dependencies:
- dependency-name: class-validator
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-23 07:51:59 +00:00
dependabot[bot]
192701ec2b
chore(deps): bump mercurius in /sample/33-graphql-mercurius
...
Bumps [mercurius](https://github.com/mercurius-js/mercurius ) from 10.5.1 to 11.5.0.
- [Release notes](https://github.com/mercurius-js/mercurius/releases )
- [Commits](https://github.com/mercurius-js/mercurius/compare/v10.5.1...v11.5.0 )
---
updated-dependencies:
- dependency-name: mercurius
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-23 07:51:52 +00:00
Kamil Mysliwiec
ef6605c072
Merge pull request #10860 from nestjs/dependabot/npm_and_yarn/sample/12-graphql-schema-first/class-validator-0.14.0
...
chore(deps): bump class-validator from 0.13.2 to 0.14.0 in /sample/12-graphql-schema-first
2023-01-23 08:47:19 +01:00
Kamil Mysliwiec
7d2cf825ba
Merge pull request #10819 from nestjs/dependabot/npm_and_yarn/sample/23-graphql-code-first/json5-1.0.2
...
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/23-graphql-code-first
2023-01-23 08:47:13 +01:00
Kamil Mysliwiec
1fc0950503
Merge pull request #10831 from nestjs/dependabot/npm_and_yarn/ws-8.12.0
...
chore(deps): bump ws from 8.11.0 to 8.12.0
2023-01-23 08:47:01 +01:00
Kamil Mysliwiec
99042c497b
Merge pull request #10817 from nestjs/dependabot/npm_and_yarn/sample/25-dynamic-modules/json5-1.0.2
...
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/25-dynamic-modules
2023-01-23 08:46:41 +01:00
Kamil Mysliwiec
dcff5f5150
Merge pull request #10816 from nestjs/dependabot/npm_and_yarn/sample/26-queues/json5-1.0.2
...
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/26-queues
2023-01-23 08:46:35 +01:00
Kamil Mysliwiec
96a03e3800
Merge pull request #10818 from nestjs/dependabot/npm_and_yarn/sample/24-serve-static/json5-1.0.2
...
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/24-serve-static
2023-01-23 08:46:17 +01:00
Kamil Mysliwiec
64ddba17e0
Merge pull request #10820 from nestjs/dependabot/npm_and_yarn/sample/22-graphql-prisma/json5-1.0.2
...
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/22-graphql-prisma
2023-01-23 08:46:07 +01:00
Kamil Mysliwiec
5be4b8bab2
Merge pull request #10836 from nestjs/dependabot/npm_and_yarn/sample/26-queues/luxon-2.5.2
...
chore(deps): bump luxon from 2.4.0 to 2.5.2 in /sample/26-queues
2023-01-23 08:45:59 +01:00
Kamil Mysliwiec
4c7dd2bf27
Merge pull request #10837 from nestjs/dependabot/npm_and_yarn/sample/19-auth-jwt/jsonwebtoken-and-nestjs/jwt-and-passport-jwt-9.0.0
...
chore(deps): bump jsonwebtoken, @nestjs/jwt and passport-jwt in /sample/19-auth-jwt
2023-01-23 08:45:54 +01:00
Kamil Mysliwiec
2abec3740c
Merge pull request #10843 from nestjs/dependabot/npm_and_yarn/sample/27-scheduling/luxon-1.28.1
...
chore(deps): bump luxon from 1.28.0 to 1.28.1 in /sample/27-scheduling
2023-01-23 08:45:43 +01:00
Kamil Mysliwiec
32c0acc839
Merge pull request #10851 from nestjs/dependabot/npm_and_yarn/engine.io-client-6.3.0
...
chore(deps-dev): bump engine.io-client from 6.2.3 to 6.3.0
2023-01-23 08:45:38 +01:00
Kamil Mysliwiec
eb70826e79
Merge pull request #10854 from nestjs/dependabot/npm_and_yarn/sample/01-cats-app/class-validator-0.14.0
...
chore(deps): bump class-validator from 0.13.2 to 0.14.0 in /sample/01-cats-app
2023-01-23 08:45:32 +01:00
Kamil Mysliwiec
7dedebaccd
Merge pull request #10855 from nestjs/dependabot/npm_and_yarn/sample/10-fastify/class-validator-0.14.0
...
chore(deps): bump class-validator from 0.13.2 to 0.14.0 in /sample/10-fastify
2023-01-23 08:45:26 +01:00
Kamil Mysliwiec
0a2d890438
Merge pull request #10856 from nestjs/dependabot/npm_and_yarn/sample/03-microservices/class-validator-0.14.0
...
chore(deps): bump class-validator from 0.13.2 to 0.14.0 in /sample/03-microservices
2023-01-23 08:45:20 +01:00
Kamil Mysliwiec
73528acf36
Merge pull request #10857 from nestjs/dependabot/npm_and_yarn/sample/02-gateways/class-validator-0.14.0
...
chore(deps): bump class-validator from 0.13.2 to 0.14.0 in /sample/02-gateways
2023-01-23 08:45:14 +01:00
Kamil Mysliwiec
dee1dbfe29
Merge pull request #10859 from nestjs/dependabot/npm_and_yarn/sample/23-graphql-code-first/class-validator-0.14.0
...
chore(deps): bump class-validator from 0.13.2 to 0.14.0 in /sample/23-graphql-code-first
2023-01-23 08:45:06 +01:00
Kamil Mysliwiec
5cb9d49863
Merge pull request #10861 from nestjs/dependabot/npm_and_yarn/sample/20-cache/class-validator-0.14.0
...
chore(deps): bump class-validator from 0.13.2 to 0.14.0 in /sample/20-cache
2023-01-23 08:44:57 +01:00
Kamil Mysliwiec
f2f53cfd61
Merge pull request #10862 from nestjs/dependabot/npm_and_yarn/sample/16-gateways-ws/class-validator-0.14.0
...
chore(deps): bump class-validator from 0.13.2 to 0.14.0 in /sample/16-gateways-ws
2023-01-23 08:44:47 +01:00
Kamil Mysliwiec
7add5aefae
Merge pull request #10863 from nestjs/dependabot/npm_and_yarn/sample/29-file-upload/class-validator-0.14.0
...
chore(deps): bump class-validator from 0.13.2 to 0.14.0 in /sample/29-file-upload
2023-01-23 08:44:41 +01:00
Kamil Mysliwiec
ca4c648b23
Merge pull request #10864 from nestjs/dependabot/npm_and_yarn/sample/24-serve-static/class-validator-0.14.0
...
chore(deps): bump class-validator from 0.13.2 to 0.14.0 in /sample/24-serve-static
2023-01-23 08:44:36 +01:00
Kamil Mysliwiec
d9a3fd0444
Merge pull request #10865 from nestjs/dependabot/npm_and_yarn/sample/11-swagger/class-validator-0.14.0
...
chore(deps): bump class-validator from 0.13.2 to 0.14.0 in /sample/11-swagger
2023-01-23 08:44:29 +01:00
Kamil Mysliwiec
31cfeff457
Merge pull request #10866 from nestjs/dependabot/npm_and_yarn/sample/33-graphql-mercurius/class-validator-0.14.0
...
chore(deps): bump class-validator from 0.13.2 to 0.14.0 in /sample/33-graphql-mercurius
2023-01-23 08:44:23 +01:00
Kamil Mysliwiec
4440570e52
Merge pull request #10867 from nestjs/dependabot/npm_and_yarn/sample/22-graphql-prisma/class-validator-0.14.0
...
chore(deps): bump class-validator from 0.13.2 to 0.14.0 in /sample/22-graphql-prisma
2023-01-23 08:44:14 +01:00
Kamil Mysliwiec
0a661c3c8a
Merge pull request #10869 from nestjs/dependabot/npm_and_yarn/fastify/static-6.6.1
...
chore(deps-dev): bump @fastify/static from 6.6.0 to 6.6.1
2023-01-23 08:43:49 +01:00
Kamil Mysliwiec
c8f9deb0a2
Merge pull request #10874 from nestjs/dependabot/npm_and_yarn/grpc/grpc-js-1.8.4
...
bump @grpc/grpc-js from 1.8.1 to 1.8.4
2023-01-23 08:43:36 +01:00
Kamil Mysliwiec
b03add56fb
Merge pull request #10875 from nestjs/dependabot/npm_and_yarn/commitlint/config-angular-17.4.2
...
chore(deps-dev): bump @commitlint/config-angular from 17.3.0 to 17.4.2
2023-01-23 08:43:31 +01:00
Kamil Mysliwiec
147097a105
Merge pull request #10887 from nestjs/dependabot/npm_and_yarn/prettier-2.8.3
...
chore(deps-dev): bump prettier from 2.8.1 to 2.8.3
2023-01-23 08:43:21 +01:00
Kamil Mysliwiec
9734e4c358
Merge pull request #10893 from nestjs/dependabot/npm_and_yarn/mongoose-6.8.4
...
chore(deps-dev): bump mongoose from 6.8.2 to 6.8.4
2023-01-23 08:43:16 +01:00
Kamil Mysliwiec
72bdef39a8
Merge pull request #10898 from pacifiquem/patch-1
...
Updated License Year
2023-01-23 08:42:13 +01:00
M.Pac
7f3c27f7ff
Updated License Year
2023-01-20 14:42:49 +02:00
dependabot[bot]
d93cbe231a
chore(deps-dev): bump mongoose from 6.8.2 to 6.8.4
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 6.8.2 to 6.8.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/6.8.2...6.8.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-01-18 00:17:00 +00:00
Tony133
e8944675cb
refactor(): improvements the imports
2023-01-16 22:27:58 +01:00
Jay McDoniel
1217bc1dac
fix(fastify): return the response on exception
...
Fastify requires us to return the response object when handling async
methods and dealing with exceptions, otherwise a thenable gets wrapped
and improperly handled later causing an exception. This is shown by
[this repo][1] and discuessed in [this issue][2].
[1]: https://github.com/sgrigorev/nestjs-compress-issue
[2]: https://github.com/fastify/fastify-compress/issues/215#issuecomment-1210598312
2023-01-16 12:21:38 -08:00
Tony133
4d4f3f82de
refactor(): improvements the imports
2023-01-16 16:08:53 +01:00
dependabot[bot]
a7cfa28277
chore(deps-dev): bump prettier from 2.8.1 to 2.8.3
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.8.1 to 2.8.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/2.8.1...2.8.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-01-16 00:28:26 +00:00
Tony133
9069c203bc
refactor(): improvements interfaces for file-stream
2023-01-13 18:40:31 +01:00
Max Mathieu
4c38a767b6
fix(express): Map missing multer error and map busboy errors
2023-01-13 12:15:00 -05:00
dependabot[bot]
34701bb59c
chore(deps-dev): bump @commitlint/config-angular from 17.3.0 to 17.4.2
...
Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular ) from 17.3.0 to 17.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/v17.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-01-13 01:13:43 +00:00
dependabot[bot]
d15c9f0966
bump @grpc/grpc-js from 1.8.1 to 1.8.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-01-13 01:09:15 +00:00
Simone Vicentini
071910f92e
fix(core): 🐛 Fixed issue with durable scopes when using enhancers
2023-01-12 13:45:31 +00:00
dependabot[bot]
6b61c1413c
chore(deps-dev): bump @fastify/static from 6.6.0 to 6.6.1
...
Bumps [@fastify/static](https://github.com/fastify/fastify-static ) from 6.6.0 to 6.6.1.
- [Release notes](https://github.com/fastify/fastify-static/releases )
- [Commits](https://github.com/fastify/fastify-static/compare/v6.6.0...v6.6.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 >
2023-01-12 00:12:16 +00:00
dependabot[bot]
1edb0e05a0
chore(deps): bump class-validator in /sample/22-graphql-prisma
...
Bumps [class-validator](https://github.com/typestack/class-validator ) from 0.13.2 to 0.14.0.
- [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.13.2...v0.14.0 )
---
updated-dependencies:
- dependency-name: class-validator
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-11 23:50:08 +00:00
dependabot[bot]
995d4f32a7
chore(deps): bump class-validator in /sample/33-graphql-mercurius
...
Bumps [class-validator](https://github.com/typestack/class-validator ) from 0.13.2 to 0.14.0.
- [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.13.2...v0.14.0 )
---
updated-dependencies:
- dependency-name: class-validator
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-11 23:25:02 +00:00
dependabot[bot]
7ecab8bad3
chore(deps): bump class-validator in /sample/11-swagger
...
Bumps [class-validator](https://github.com/typestack/class-validator ) from 0.13.2 to 0.14.0.
- [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.13.2...v0.14.0 )
---
updated-dependencies:
- dependency-name: class-validator
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-11 23:24:43 +00:00
dependabot[bot]
ac1f1cf6b2
chore(deps): bump class-validator in /sample/29-file-upload
...
Bumps [class-validator](https://github.com/typestack/class-validator ) from 0.13.2 to 0.14.0.
- [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.13.2...v0.14.0 )
---
updated-dependencies:
- dependency-name: class-validator
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-11 23:24:42 +00:00
dependabot[bot]
a48eaa1e9d
chore(deps): bump class-validator in /sample/24-serve-static
...
Bumps [class-validator](https://github.com/typestack/class-validator ) from 0.13.2 to 0.14.0.
- [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.13.2...v0.14.0 )
---
updated-dependencies:
- dependency-name: class-validator
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-11 23:24:42 +00:00
dependabot[bot]
275f3603b1
chore(deps): bump class-validator in /sample/20-cache
...
Bumps [class-validator](https://github.com/typestack/class-validator ) from 0.13.2 to 0.14.0.
- [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.13.2...v0.14.0 )
---
updated-dependencies:
- dependency-name: class-validator
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-11 23:24:41 +00:00
dependabot[bot]
f7df7dd0d8
chore(deps): bump class-validator in /sample/16-gateways-ws
...
Bumps [class-validator](https://github.com/typestack/class-validator ) from 0.13.2 to 0.14.0.
- [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.13.2...v0.14.0 )
---
updated-dependencies:
- dependency-name: class-validator
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-11 23:24:41 +00:00
dependabot[bot]
c64b2cb8a2
chore(deps): bump class-validator in /sample/12-graphql-schema-first
...
Bumps [class-validator](https://github.com/typestack/class-validator ) from 0.13.2 to 0.14.0.
- [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.13.2...v0.14.0 )
---
updated-dependencies:
- dependency-name: class-validator
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-11 23:21:27 +00:00
dependabot[bot]
bf2ed3a8ad
chore(deps): bump class-validator in /sample/23-graphql-code-first
...
Bumps [class-validator](https://github.com/typestack/class-validator ) from 0.13.2 to 0.14.0.
- [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.13.2...v0.14.0 )
---
updated-dependencies:
- dependency-name: class-validator
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-11 23:21:26 +00:00
dependabot[bot]
cf56ae6dcb
chore(deps): bump class-validator in /sample/02-gateways
...
Bumps [class-validator](https://github.com/typestack/class-validator ) from 0.13.2 to 0.14.0.
- [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.13.2...v0.14.0 )
---
updated-dependencies:
- dependency-name: class-validator
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-11 23:18:59 +00:00
dependabot[bot]
00ae7e9da2
chore(deps): bump class-validator in /sample/10-fastify
...
Bumps [class-validator](https://github.com/typestack/class-validator ) from 0.13.2 to 0.14.0.
- [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.13.2...v0.14.0 )
---
updated-dependencies:
- dependency-name: class-validator
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-11 23:18:58 +00:00
dependabot[bot]
69c16f4a77
chore(deps): bump class-validator in /sample/03-microservices
...
Bumps [class-validator](https://github.com/typestack/class-validator ) from 0.13.2 to 0.14.0.
- [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.13.2...v0.14.0 )
---
updated-dependencies:
- dependency-name: class-validator
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-11 23:18:58 +00:00
dependabot[bot]
6c4695fa5d
chore(deps): bump class-validator in /sample/01-cats-app
...
Bumps [class-validator](https://github.com/typestack/class-validator ) from 0.13.2 to 0.14.0.
- [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.13.2...v0.14.0 )
---
updated-dependencies:
- dependency-name: class-validator
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-11 23:13:30 +00:00
Kamil Myśliwiec
00b1276aad
chore(@nestjs) publish v9.3.0-beta.2 release
2023-01-11 19:56:11 +01:00
Kamil Myśliwiec
d4d5955424
chore: fix noop inspector, update integration tests
2023-01-11 19:54:49 +01:00
Kamil Myśliwiec
3f8ddfec7e
chore: update readme
2023-01-11 19:35:55 +01:00
Kamil Myśliwiec
9069e53360
chore(@nestjs) publish v9.3.0-beta.1 release
2023-01-11 19:35:13 +01:00
Kamil Myśliwiec
2b6211f81b
chore: merge conflicts
2023-01-11 19:30:30 +01:00
Kamil Myśliwiec
70473fe81a
refactor: introduce noop inspector
2023-01-11 19:28:06 +01:00
Kamil Myśliwiec
38f55a1cff
feat(core): introduce preview mode, update tests, fix minor issues
2023-01-11 15:14:50 +01:00
Kamil Mysliwiec
0e0e24b522
Merge pull request #10848 from Tony133/refactor/rename-fastify-view-interface
...
refactor(fastify): renamed point-of-view interface
2023-01-11 08:44:53 +01:00
dependabot[bot]
ad87621daf
chore(deps-dev): bump engine.io-client from 6.2.3 to 6.3.0
...
Bumps [engine.io-client](https://github.com/socketio/engine.io-client ) from 6.2.3 to 6.3.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.2.3...6.3.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 >
2023-01-11 00:10:44 +00:00
Tony133
fc44246f64
chore(): resolve conflits
2023-01-10 18:00:02 +01:00
Tony133
b3c6e59c30
refactor(fastify): renamed point-of-view interface
2023-01-10 17:55:45 +01:00
Kamil Mysliwiec
f6ebbea4ef
Merge pull request #10839 from Tony133/refactor/improvements-and-update-imports
...
refactor(): improvements and update imports
2023-01-10 08:32:32 +01:00
dependabot[bot]
92427c2db7
chore(deps): bump luxon from 1.28.0 to 1.28.1 in /sample/27-scheduling
...
Bumps [luxon](https://github.com/moment/luxon ) from 1.28.0 to 1.28.1.
- [Release notes](https://github.com/moment/luxon/releases )
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md )
- [Commits](https://github.com/moment/luxon/compare/1.28.0...1.28.1 )
---
updated-dependencies:
- dependency-name: luxon
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-10 01:29:32 +00:00
Tony133
8447ac117f
refactor(): improvements and update imports
2023-01-09 22:16:12 +01:00
dependabot[bot]
788c7ce7c9
chore(deps): bump jsonwebtoken, @nestjs/jwt and passport-jwt
...
Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken ) to 9.0.0 and updates ancestor dependencies [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken ), [@nestjs/jwt](https://github.com/nestjs/jwt ) and [passport-jwt](https://github.com/mikenicholson/passport-jwt ). These dependencies need to be updated together.
Updates `jsonwebtoken` from 8.4.0 to 9.0.0
- [Release notes](https://github.com/auth0/node-jsonwebtoken/releases )
- [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md )
- [Commits](https://github.com/auth0/node-jsonwebtoken/compare/v8.4.0...v9.0.0 )
Updates `@nestjs/jwt` from 9.0.0 to 10.0.1
- [Release notes](https://github.com/nestjs/jwt/releases )
- [Changelog](https://github.com/nestjs/jwt/blob/master/.release-it.json )
- [Commits](https://github.com/nestjs/jwt/compare/9.0.0...10.0.1 )
Updates `passport-jwt` from 4.0.0 to 4.0.1
- [Release notes](https://github.com/mikenicholson/passport-jwt/releases )
- [Commits](https://github.com/mikenicholson/passport-jwt/compare/v4.0.0...v4.0.1 )
---
updated-dependencies:
- dependency-name: jsonwebtoken
dependency-type: indirect
- dependency-name: "@nestjs/jwt"
dependency-type: direct:production
- dependency-name: passport-jwt
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-09 16:29:53 +00:00
dependabot[bot]
4aa14495e5
chore(deps): bump luxon from 2.4.0 to 2.5.2 in /sample/26-queues
...
Bumps [luxon](https://github.com/moment/luxon ) from 2.4.0 to 2.5.2.
- [Release notes](https://github.com/moment/luxon/releases )
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md )
- [Commits](https://github.com/moment/luxon/compare/2.4.0...2.5.2 )
---
updated-dependencies:
- dependency-name: luxon
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-09 15:02:44 +00:00
SirReiva
f64d21466b
fix: 🐛 Fix context prop
...
Fix fastify reply context pro new versions
2023-01-09 10:25:22 +01:00
dependabot[bot]
0a10211992
chore(deps): bump ws from 8.11.0 to 8.12.0
...
Bumps [ws](https://github.com/websockets/ws ) from 8.11.0 to 8.12.0.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/8.11.0...8.12.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-01-09 00:05:20 +00:00
Vinícius Lourenço
57e44e190e
perf(common): faster date format function using intl
2023-01-08 13:17:12 -03:00
Vinícius Lourenço
5dae350a35
perf(common): faster random string generator
2023-01-07 21:28:28 -03:00
Micael Levi L. Cavalcante
3c669cc900
docs(core): fix type def of ModuleRef#get and #resolve
2023-01-06 23:49:16 -04:00
Micael Levi L. Cavalcante
a545127764
refactor(core): simplify ternary on module find opts resolution
2023-01-06 21:46:46 -04:00
Micael Levi L. Cavalcante
b66257e520
fix(core): ModuleRef#get and #resolve default opts for mixed usage
2023-01-06 21:46:46 -04:00
Vinícius Lourenço
994f8c4e42
perf(core): better performance to get method names
2023-01-06 22:13:23 -03:00
dependabot[bot]
c2a22c671d
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/22-graphql-prisma
...
Bumps [json5](https://github.com/json5/json5 ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-06 11:44:58 +00:00
dependabot[bot]
dba2c022b4
chore(deps): bump json5 in /sample/23-graphql-code-first
...
Bumps [json5](https://github.com/json5/json5 ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-06 11:44:30 +00:00
dependabot[bot]
bdcd676f97
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/24-serve-static
...
Bumps [json5](https://github.com/json5/json5 ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-06 11:44:29 +00:00
dependabot[bot]
0e75cba4c1
chore(deps): bump json5 in /sample/25-dynamic-modules
...
Bumps [json5](https://github.com/json5/json5 ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-06 11:44:28 +00:00
dependabot[bot]
9418d53d5f
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/26-queues
...
Bumps [json5](https://github.com/json5/json5 ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-06 11:44:16 +00:00
Kamil Mysliwiec
95e096fbf6
Merge pull request #10811 from nestjs/dependabot/npm_and_yarn/sample/28-sse/json5-1.0.2
...
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/28-sse
2023-01-06 12:43:53 +01:00
Kamil Mysliwiec
9e4ee3a11a
Merge pull request #10812 from nestjs/dependabot/npm_and_yarn/sample/30-event-emitter/json5-1.0.2
...
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/30-event-emitter
2023-01-06 12:43:49 +01:00
Kamil Mysliwiec
22bf9fe0f5
Merge pull request #10813 from nestjs/dependabot/npm_and_yarn/sample/27-scheduling/json5-1.0.2
...
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/27-scheduling
2023-01-06 12:43:43 +01:00
Kamil Mysliwiec
e6fd2342b3
Merge pull request #10814 from nestjs/dependabot/npm_and_yarn/sample/33-graphql-mercurius/json5-1.0.2
...
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/33-graphql-mercurius
2023-01-06 12:43:39 +01:00
Kamil Mysliwiec
b27d888350
Merge pull request #10815 from nestjs/dependabot/npm_and_yarn/sample/29-file-upload/json5-1.0.2
...
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/29-file-upload
2023-01-06 12:43:34 +01:00
Kamil Mysliwiec
f92a341d14
Merge pull request #10767 from nestjs/dependabot/npm_and_yarn/fastify/static-6.6.0
...
chore(deps-dev): bump @fastify/static from 6.5.0 to 6.6.0
2023-01-06 12:42:07 +01:00
Kamil Mysliwiec
c016515597
Merge pull request #10803 from nestjs/dependabot/npm_and_yarn/husky-8.0.3
...
chore(deps-dev): bump husky from 8.0.2 to 8.0.3
2023-01-06 12:42:02 +01:00
dependabot[bot]
f1e193b68c
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/29-file-upload
...
Bumps [json5](https://github.com/json5/json5 ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-06 11:41:23 +00:00
Kamil Mysliwiec
600b41101b
Merge pull request #10804 from nestjs/dependabot/npm_and_yarn/grpc/grpc-js-1.8.1
...
chore(deps-dev): bump @grpc/grpc-js from 1.8.0 to 1.8.1
2023-01-06 12:41:17 +01:00
dependabot[bot]
accfc04145
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/27-scheduling
...
Bumps [json5](https://github.com/json5/json5 ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-06 11:41:16 +00:00
dependabot[bot]
592c874268
chore(deps): bump json5 in /sample/33-graphql-mercurius
...
Bumps [json5](https://github.com/json5/json5 ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-06 11:41:16 +00:00
dependabot[bot]
25b17e5106
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/30-event-emitter
...
Bumps [json5](https://github.com/json5/json5 ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-06 11:41:15 +00:00
dependabot[bot]
aa50ab3a05
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /sample/28-sse
...
Bumps [json5](https://github.com/json5/json5 ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-06 11:41:14 +00:00
Kamil Mysliwiec
aad733838d
Merge pull request #10807 from nestjs/dependabot/npm_and_yarn/commitlint/cli-17.4.0
...
chore(deps-dev): bump @commitlint/cli from 17.3.0 to 17.4.0
2023-01-06 12:40:16 +01:00
dependabot[bot]
66b72f1a92
chore(deps-dev): bump @commitlint/cli from 17.3.0 to 17.4.0
...
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli ) from 17.3.0 to 17.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/v17.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 >
2023-01-05 00:09:38 +00:00
曾明健
58ee3bf2f3
test: fix testing problem
2023-01-04 10:12:16 +00:00
曾明健
5deabef549
fix(core): fix global prefix not working
2023-01-04 10:05:05 +00:00
Andrey Dudnik
0cce2b943b
refactor(microservices): use switch case for types of statuses
2023-01-04 08:55:58 +07:00
dependabot[bot]
923c08a7af
chore(deps-dev): bump @grpc/grpc-js from 1.8.0 to 1.8.1
...
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node ) from 1.8.0 to 1.8.1.
- [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-01-04 00:15:08 +00:00
dependabot[bot]
f721b283ce
chore(deps-dev): bump husky from 8.0.2 to 8.0.3
...
Bumps [husky](https://github.com/typicode/husky ) from 8.0.2 to 8.0.3.
- [Release notes](https://github.com/typicode/husky/releases )
- [Commits](https://github.com/typicode/husky/compare/v8.0.2...v8.0.3 )
---
updated-dependencies:
- dependency-name: husky
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-04 00:11:48 +00:00
Tony133
31245877b7
chore(fastify-adapter): updated the method for fastify logger
2023-01-03 10:49:21 +01:00
Kamil Mysliwiec
d42d8e4b88
Merge pull request #10794 from nestjs/dependabot/npm_and_yarn/fastify-4.11.0
...
chore(deps): bump fastify from 4.10.2 to 4.11.0
2023-01-03 09:18:13 +01:00
Kamil Mysliwiec
4a494306d7
Merge pull request #10795 from nestjs/dependabot/npm_and_yarn/amqp-connection-manager-4.1.10
...
chore(deps-dev): bump amqp-connection-manager from 4.1.9 to 4.1.10
2023-01-03 09:18:08 +01:00
Kamil Mysliwiec
f1b08bd051
Merge pull request #10796 from nestjs/dependabot/npm_and_yarn/eslint-config-prettier-8.6.0
...
chore(deps-dev): bump eslint-config-prettier from 8.5.0 to 8.6.0
2023-01-03 09:18:02 +01:00
Kamil Mysliwiec
f49694c880
Merge pull request #10797 from nestjs/dependabot/npm_and_yarn/types/ws-8.5.4
...
chore(deps-dev): bump @types/ws from 8.5.3 to 8.5.4
2023-01-03 09:15:40 +01:00
Andrey Dudnik
450eca7a6b
refactor(microservices): disable ping timer message in nats by flag
2023-01-03 13:40:33 +07:00
dependabot[bot]
4dc5d721f7
chore(deps-dev): bump @types/ws from 8.5.3 to 8.5.4
...
Bumps [@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws ) from 8.5.3 to 8.5.4.
- [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-01-03 00:12:43 +00:00
dependabot[bot]
1a1980fa81
chore(deps-dev): bump eslint-config-prettier from 8.5.0 to 8.6.0
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 8.5.0 to 8.6.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v8.5.0...v8.6.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-01-03 00:10:02 +00:00
dependabot[bot]
600c96099c
chore(deps-dev): bump amqp-connection-manager from 4.1.9 to 4.1.10
...
Bumps [amqp-connection-manager](https://github.com/jwalton/node-amqp-connection-manager ) from 4.1.9 to 4.1.10.
- [Release notes](https://github.com/jwalton/node-amqp-connection-manager/releases )
- [Changelog](https://github.com/jwalton/node-amqp-connection-manager/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jwalton/node-amqp-connection-manager/compare/v4.1.9...v4.1.10 )
---
updated-dependencies:
- dependency-name: amqp-connection-manager
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-03 00:07:19 +00:00
dependabot[bot]
65a601e94b
chore(deps): bump fastify from 4.10.2 to 4.11.0
...
Bumps [fastify](https://github.com/fastify/fastify ) from 4.10.2 to 4.11.0.
- [Release notes](https://github.com/fastify/fastify/releases )
- [Commits](https://github.com/fastify/fastify/compare/v4.10.2...v4.11.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-01-03 00:03:12 +00:00
dependabot[bot]
14b52a2516
chore(deps-dev): bump @fastify/static from 6.5.0 to 6.6.0
...
Bumps [@fastify/static](https://github.com/fastify/fastify-static ) from 6.5.0 to 6.6.0.
- [Release notes](https://github.com/fastify/fastify-static/releases )
- [Commits](https://github.com/fastify/fastify-static/compare/v6.5.0...v6.6.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-01-02 12:32:27 +00:00
Kamil Mysliwiec
1ebe10868c
Merge pull request #10776 from nestjs/dependabot/npm_and_yarn/mongoose-6.8.2
...
chore(deps-dev): bump mongoose from 6.8.0 to 6.8.2
2023-01-02 13:29:33 +01:00
Kamil Mysliwiec
0683dd4bb0
Merge pull request #10779 from nestjs/dependabot/npm_and_yarn/core-js-3.27.1
...
chore(deps-dev): bump core-js from 3.27.0 to 3.27.1
2023-01-02 13:29:29 +01:00
Kamil Mysliwiec
c88972ddff
Merge pull request #10792 from nestjs/dependabot/npm_and_yarn/sample/09-babel-example/json5-2.2.3
...
chore(deps): bump json5 from 2.2.1 to 2.2.3 in /sample/09-babel-example
2023-01-02 13:29:24 +01:00
dependabot[bot]
2bd2fd3fda
chore(deps): bump json5 from 2.2.1 to 2.2.3 in /sample/09-babel-example
...
Bumps [json5](https://github.com/json5/json5 ) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.3 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-02 12:29:18 +00:00
Kamil Mysliwiec
0b925b302f
Merge pull request #10790 from nestjs/dependabot/npm_and_yarn/sample/32-graphql-federation-schema-first/users-application/json5-and-nestjs/cli-2.2.3
...
chore(deps): bump json5 and @nestjs/cli in /sample/32-graphql-federation-schema-first/users-application
2023-01-02 13:28:48 +01:00
Kamil Mysliwiec
77d0713f71
Merge pull request #10786 from nestjs/dependabot/npm_and_yarn/sample/32-graphql-federation-schema-first/gateway/json5-and-nestjs/cli-2.2.3
...
chore(deps): bump json5 and @nestjs/cli in /sample/32-graphql-federation-schema-first/gateway
2023-01-02 13:28:43 +01:00
Kamil Mysliwiec
ae823ba086
Merge pull request #10787 from nestjs/dependabot/npm_and_yarn/sample/31-graphql-federation-code-first/posts-application/json5-and-nestjs/cli-2.2.3
...
chore(deps): bump json5 and @nestjs/cli in /sample/31-graphql-federation-code-first/posts-application
2023-01-02 13:28:38 +01:00
Kamil Mysliwiec
8af0985ec2
Merge pull request #10788 from nestjs/dependabot/npm_and_yarn/sample/32-graphql-federation-schema-first/posts-application/json5-and-nestjs/cli-2.2.3
...
chore(deps): bump json5 and @nestjs/cli in /sample/32-graphql-federation-schema-first/posts-application
2023-01-02 13:28:34 +01:00
Kamil Mysliwiec
4a8429ef44
Merge pull request #10789 from nestjs/dependabot/npm_and_yarn/sample/31-graphql-federation-code-first/users-application/json5-and-nestjs/cli-2.2.3
...
chore(deps): bump json5 and @nestjs/cli in /sample/31-graphql-federation-code-first/users-application
2023-01-02 13:28:30 +01:00
Kamil Mysliwiec
b0a3eab992
Merge pull request #10768 from nestjs/dependabot/npm_and_yarn/nats-2.10.2
...
chore(deps-dev): bump nats from 2.9.2 to 2.10.2
2023-01-02 13:28:18 +01:00
Kamil Mysliwiec
d6ae42d025
Merge pull request #10769 from nestjs/dependabot/npm_and_yarn/fastify/formbody-7.4.0
...
chore(deps): bump @fastify/formbody from 7.3.0 to 7.4.0
2023-01-02 13:28:11 +01:00
Kamil Mysliwiec
89f762755d
Merge pull request #10773 from nestjs/dependabot/npm_and_yarn/concurrently-7.6.0
...
chore(deps-dev): bump concurrently from 7.5.0 to 7.6.0
2023-01-02 13:28:02 +01:00
Kamil Mysliwiec
f16dcab6ed
Merge pull request #10771 from nestjs/dependabot/npm_and_yarn/types/amqplib-0.10.1
...
chore(deps-dev): bump @types/amqplib from 0.10.0 to 0.10.1
2023-01-02 13:27:56 +01:00
Kamil Mysliwiec
3591fd29af
Merge pull request #10770 from nestjs/dependabot/npm_and_yarn/fastify/view-7.3.0
...
chore(deps-dev): bump @fastify/view from 7.1.2 to 7.3.0
2023-01-02 13:27:48 +01:00
Kamil Mysliwiec
3102f2b961
Merge pull request #10791 from nestjs/dependabot/npm_and_yarn/sample/31-graphql-federation-code-first/gateway/json5-and-nestjs/cli-2.2.3
...
chore(deps): bump json5 and @nestjs/cli in /sample/31-graphql-federation-code-first/gateway
2023-01-02 13:27:40 +01:00
dependabot[bot]
213ebdc72c
chore(deps): bump json5 and @nestjs/cli
...
Bumps [json5](https://github.com/json5/json5 ) to 2.2.3 and updates ancestor dependency [@nestjs/cli](https://github.com/nestjs/nest-cli ). These dependencies need to be updated together.
Updates `json5` from 2.2.1 to 2.2.3
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.3 )
Updates `@nestjs/cli` from 9.0.0 to 9.1.8
- [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/9.0.0...9.1.8 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
- dependency-name: "@nestjs/cli"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-02 08:55:38 +00:00
dependabot[bot]
78976f56c6
chore(deps): bump json5 and @nestjs/cli
...
Bumps [json5](https://github.com/json5/json5 ) to 2.2.3 and updates ancestor dependency [@nestjs/cli](https://github.com/nestjs/nest-cli ). These dependencies need to be updated together.
Updates `json5` from 2.2.1 to 2.2.3
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.3 )
Updates `@nestjs/cli` from 9.0.0 to 9.1.8
- [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/9.0.0...9.1.8 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
- dependency-name: "@nestjs/cli"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-02 08:55:37 +00:00
dependabot[bot]
0d0caad2b3
chore(deps): bump json5 and @nestjs/cli
...
Bumps [json5](https://github.com/json5/json5 ) to 2.2.3 and updates ancestor dependency [@nestjs/cli](https://github.com/nestjs/nest-cli ). These dependencies need to be updated together.
Updates `json5` from 2.2.1 to 2.2.3
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.3 )
Updates `@nestjs/cli` from 9.0.0 to 9.1.8
- [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/9.0.0...9.1.8 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
- dependency-name: "@nestjs/cli"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-02 08:55:37 +00:00
dependabot[bot]
efada08f5f
chore(deps): bump json5 and @nestjs/cli
...
Bumps [json5](https://github.com/json5/json5 ) to 2.2.3 and updates ancestor dependency [@nestjs/cli](https://github.com/nestjs/nest-cli ). These dependencies need to be updated together.
Updates `json5` from 2.2.1 to 2.2.3
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.3 )
Updates `@nestjs/cli` from 9.0.0 to 9.1.8
- [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/9.0.0...9.1.8 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
- dependency-name: "@nestjs/cli"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-02 08:55:36 +00:00
dependabot[bot]
b177f1cff7
chore(deps): bump json5 and @nestjs/cli
...
Bumps [json5](https://github.com/json5/json5 ) to 2.2.3 and updates ancestor dependency [@nestjs/cli](https://github.com/nestjs/nest-cli ). These dependencies need to be updated together.
Updates `json5` from 2.2.1 to 2.2.3
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.3 )
Updates `@nestjs/cli` from 9.0.0 to 9.1.8
- [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/9.0.0...9.1.8 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
- dependency-name: "@nestjs/cli"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-02 08:55:36 +00:00
dependabot[bot]
e73fc5da77
chore(deps): bump json5 and @nestjs/cli
...
Bumps [json5](https://github.com/json5/json5 ) to 2.2.3 and updates ancestor dependency [@nestjs/cli](https://github.com/nestjs/nest-cli ). These dependencies need to be updated together.
Updates `json5` from 2.2.1 to 2.2.3
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.3 )
Updates `@nestjs/cli` from 9.0.0 to 9.1.8
- [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/9.0.0...9.1.8 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
- dependency-name: "@nestjs/cli"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-02 07:43:44 +00:00
dependabot[bot]
f9780588f6
chore(deps-dev): bump core-js from 3.27.0 to 3.27.1
...
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js ) from 3.27.0 to 3.27.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.27.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 >
2022-12-30 00:08:15 +00:00
dependabot[bot]
7b7790daaf
chore(deps-dev): bump mongoose from 6.8.0 to 6.8.2
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 6.8.0 to 6.8.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/6.8.0...6.8.2 )
---
updated-dependencies:
- dependency-name: mongoose
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-29 00:09:46 +00:00
Bart Versluijs
4189a7f1a3
feat(core): pass signal when manually invoking close
2022-12-28 21:57:24 +01:00
dependabot[bot]
088966ffd7
chore(deps-dev): bump concurrently from 7.5.0 to 7.6.0
...
Bumps [concurrently](https://github.com/open-cli-tools/concurrently ) from 7.5.0 to 7.6.0.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases )
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v7.5.0...v7.6.0 )
---
updated-dependencies:
- dependency-name: concurrently
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-28 00:28:40 +00:00
dependabot[bot]
ace611874e
chore(deps-dev): bump @types/amqplib from 0.10.0 to 0.10.1
...
Bumps [@types/amqplib](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/amqplib ) from 0.10.0 to 0.10.1.
- [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 >
2022-12-28 00:20:54 +00:00
dependabot[bot]
66fdd2cfa3
chore(deps-dev): bump @fastify/view from 7.1.2 to 7.3.0
...
Bumps [@fastify/view](https://github.com/fastify/point-of-view ) from 7.1.2 to 7.3.0.
- [Release notes](https://github.com/fastify/point-of-view/releases )
- [Commits](https://github.com/fastify/point-of-view/compare/v7.1.2...v7.3.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 >
2022-12-28 00:14:00 +00:00
dependabot[bot]
04456d2812
chore(deps): bump @fastify/formbody from 7.3.0 to 7.4.0
...
Bumps [@fastify/formbody](https://github.com/fastify/fastify-formbody ) from 7.3.0 to 7.4.0.
- [Release notes](https://github.com/fastify/fastify-formbody/releases )
- [Commits](https://github.com/fastify/fastify-formbody/compare/v7.3.0...v7.4.0 )
---
updated-dependencies:
- dependency-name: "@fastify/formbody"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-28 00:11:51 +00:00
dependabot[bot]
e665cc4b1e
chore(deps-dev): bump nats from 2.9.2 to 2.10.2
...
Bumps [nats](https://github.com/nats-io/nats.js ) from 2.9.2 to 2.10.2.
- [Release notes](https://github.com/nats-io/nats.js/releases )
- [Commits](https://github.com/nats-io/nats.js/compare/v2.9.2...v2.10.2 )
---
updated-dependencies:
- dependency-name: nats
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-28 00:07:49 +00:00
Kamil Mysliwiec
aa3ad07c10
Merge pull request #10762 from nestjs/dependabot/npm_and_yarn/sample/33-graphql-mercurius/fastify-and-nestjs/platform-fastify-4.10.2
...
chore(deps): bump fastify and @nestjs/platform-fastify in /sample/33-graphql-mercurius
2022-12-27 11:28:01 +01:00
Kamil Mysliwiec
23a6d26814
Merge pull request #10763 from nestjs/dependabot/npm_and_yarn/sample/10-fastify/fastify-and-nestjs/platform-fastify-4.10.2
...
chore(deps): bump fastify and @nestjs/platform-fastify in /sample/10-fastify
2022-12-27 11:27:55 +01:00
Kamil Mysliwiec
2bb11be831
Merge pull request #10764 from nestjs/dependabot/npm_and_yarn/sample/17-mvc-fastify/fastify-and-nestjs/platform-fastify-4.10.2
...
chore(deps): bump fastify and @nestjs/platform-fastify in /sample/17-mvc-fastify
2022-12-27 11:27:50 +01:00
dependabot[bot]
14b2731acb
chore(deps): bump fastify and @nestjs/platform-fastify
...
Bumps [fastify](https://github.com/fastify/fastify ) to 4.10.2 and updates ancestor dependency [@nestjs/platform-fastify](https://github.com/nestjs/nest ). These dependencies need to be updated together.
Updates `fastify` from 4.2.0 to 4.10.2
- [Release notes](https://github.com/fastify/fastify/releases )
- [Commits](https://github.com/fastify/fastify/compare/v4.2.0...v4.10.2 )
Updates `@nestjs/platform-fastify` from 9.0.1 to 9.2.1
- [Release notes](https://github.com/nestjs/nest/releases )
- [Commits](https://github.com/nestjs/nest/compare/v9.0.1...v9.2.1 )
---
updated-dependencies:
- dependency-name: fastify
dependency-type: indirect
- dependency-name: "@nestjs/platform-fastify"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-27 10:03:17 +00:00
dependabot[bot]
dbe569e552
chore(deps): bump fastify and @nestjs/platform-fastify
...
Bumps [fastify](https://github.com/fastify/fastify ) to 4.10.2 and updates ancestor dependency [@nestjs/platform-fastify](https://github.com/nestjs/nest ). These dependencies need to be updated together.
Updates `fastify` from 4.2.0 to 4.10.2
- [Release notes](https://github.com/fastify/fastify/releases )
- [Commits](https://github.com/fastify/fastify/compare/v4.2.0...v4.10.2 )
Updates `@nestjs/platform-fastify` from 9.0.1 to 9.2.1
- [Release notes](https://github.com/nestjs/nest/releases )
- [Commits](https://github.com/nestjs/nest/compare/v9.0.1...v9.2.1 )
---
updated-dependencies:
- dependency-name: fastify
dependency-type: indirect
- dependency-name: "@nestjs/platform-fastify"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-27 10:02:56 +00:00
dependabot[bot]
ae9652f0a2
chore(deps): bump fastify and @nestjs/platform-fastify
...
Bumps [fastify](https://github.com/fastify/fastify ) to 4.10.2 and updates ancestor dependency [@nestjs/platform-fastify](https://github.com/nestjs/nest ). These dependencies need to be updated together.
Updates `fastify` from 4.2.0 to 4.10.2
- [Release notes](https://github.com/fastify/fastify/releases )
- [Commits](https://github.com/fastify/fastify/compare/v4.2.0...v4.10.2 )
Updates `@nestjs/platform-fastify` from 9.0.1 to 9.2.1
- [Release notes](https://github.com/nestjs/nest/releases )
- [Commits](https://github.com/nestjs/nest/compare/v9.0.1...v9.2.1 )
---
updated-dependencies:
- dependency-name: fastify
dependency-type: indirect
- dependency-name: "@nestjs/platform-fastify"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-27 10:02:50 +00:00
Kamil Mysliwiec
86a230c73a
Merge pull request #10738 from nestjs/dependabot/npm_and_yarn/typeorm-0.3.11
...
chore(deps-dev): bump typeorm from 0.3.10 to 0.3.11
2022-12-27 11:02:13 +01:00
Kamil Mysliwiec
22275fe0f3
Merge pull request #10741 from nestjs/dependabot/npm_and_yarn/sinon-15.0.1
...
chore(deps-dev): bump sinon from 14.0.2 to 15.0.1
2022-12-27 11:02:09 +01:00
Kamil Mysliwiec
fa192f3594
Merge pull request #10742 from nestjs/dependabot/npm_and_yarn/grpc/proto-loader-0.7.4
...
chore(deps-dev): bump @grpc/proto-loader from 0.7.3 to 0.7.4
2022-12-27 11:02:05 +01:00
Kamil Mysliwiec
9c404e046a
Merge pull request #10743 from nestjs/dependabot/npm_and_yarn/lint-staged-13.1.0
...
chore(deps-dev): bump lint-staged from 13.0.3 to 13.1.0
2022-12-27 11:02:00 +01:00
Kamil Mysliwiec
d0b6ee24de
Merge pull request #10744 from nestjs/dependabot/npm_and_yarn/supertest-6.3.3
...
chore(deps-dev): bump supertest from 6.3.1 to 6.3.3
2022-12-27 11:01:55 +01:00
Kamil Mysliwiec
b27f1805e6
Merge pull request #10753 from nestjs/dependabot/npm_and_yarn/core-js-3.27.0
...
chore(deps-dev): bump core-js from 3.26.0 to 3.27.0
2022-12-27 11:01:50 +01:00
Kamil Mysliwiec
d76b2ee511
Merge pull request #10760 from nestjs/dependabot/npm_and_yarn/types/node-18.11.18
...
chore(deps-dev): bump @types/node from 18.11.15 to 18.11.18
2022-12-27 11:01:42 +01:00
dependabot[bot]
6275eaca54
chore(deps-dev): bump @types/node from 18.11.15 to 18.11.18
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.11.15 to 18.11.18.
- [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 >
2022-12-27 00:21:18 +00:00
dependabot[bot]
dd26c7832a
chore(deps-dev): bump core-js from 3.26.0 to 3.27.0
...
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js ) from 3.26.0 to 3.27.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.27.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 >
2022-12-26 00:12:50 +00:00
Kamil Mysliwiec
ada4921b51
Update Readme.md
2022-12-23 09:16:49 +01:00
dependabot[bot]
eb3595fe50
chore(deps-dev): bump supertest from 6.3.1 to 6.3.3
...
Bumps [supertest](https://github.com/visionmedia/supertest ) from 6.3.1 to 6.3.3.
- [Release notes](https://github.com/visionmedia/supertest/releases )
- [Commits](https://github.com/visionmedia/supertest/compare/v6.3.1...v6.3.3 )
---
updated-dependencies:
- dependency-name: supertest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-19 00:27:37 +00:00
dependabot[bot]
b8cba475c1
chore(deps-dev): bump lint-staged from 13.0.3 to 13.1.0
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 13.0.3 to 13.1.0.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Commits](https://github.com/okonet/lint-staged/compare/v13.0.3...v13.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 >
2022-12-19 00:25:11 +00:00
dependabot[bot]
295bab7eaf
chore(deps-dev): bump @grpc/proto-loader from 0.7.3 to 0.7.4
...
Bumps [@grpc/proto-loader](https://github.com/grpc/grpc-node ) from 0.7.3 to 0.7.4.
- [Release notes](https://github.com/grpc/grpc-node/releases )
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/proto-loader@0.7.3...@grpc/proto-loader@0.7.4 )
---
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 >
2022-12-19 00:22:32 +00:00
dependabot[bot]
e651c58eb0
chore(deps-dev): bump sinon from 14.0.2 to 15.0.1
...
Bumps [sinon](https://github.com/sinonjs/sinon ) from 14.0.2 to 15.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/v14.0.2...v15.0.1 )
---
updated-dependencies:
- dependency-name: sinon
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-19 00:19:47 +00:00
dependabot[bot]
2acdebc04e
chore(deps-dev): bump typeorm from 0.3.10 to 0.3.11
...
Bumps [typeorm](https://github.com/typeorm/typeorm ) from 0.3.10 to 0.3.11.
- [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.10...0.3.11 )
---
updated-dependencies:
- dependency-name: typeorm
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-19 00:08:13 +00:00
Kamil Mysliwiec
bf27750620
Merge pull request #10716 from nestjs/dependabot/npm_and_yarn/types/express-4.17.15
...
chore(deps-dev): bump @types/express from 4.17.14 to 4.17.15
2022-12-16 08:16:02 +01:00
Kamil Mysliwiec
a7db0a11e9
Merge pull request #10723 from nestjs/dependabot/npm_and_yarn/cache-manager-5.1.4
...
chore(deps-dev): bump cache-manager from 5.1.3 to 5.1.4
2022-12-16 08:15:56 +01:00
Kamil Mysliwiec
a3159f3187
Merge pull request #10724 from nestjs/dependabot/npm_and_yarn/socket.io-client-4.5.4
...
chore(deps-dev): bump socket.io-client from 4.5.3 to 4.5.4
2022-12-16 08:14:35 +01:00
Kamil Mysliwiec
3f1b75dbba
Merge pull request #10726 from nestjs/dependabot/npm_and_yarn/grpc/grpc-js-1.8.0
...
chore(deps-dev): bump @grpc/grpc-js from 1.7.3 to 1.8.0
2022-12-16 08:14:15 +01:00
Kamil Mysliwiec
e4d16bafe3
Merge pull request #10727 from nestjs/dependabot/npm_and_yarn/light-my-request-5.8.0
...
chore(deps): bump light-my-request from 5.6.1 to 5.8.0
2022-12-16 08:12:30 +01:00
Kamil Mysliwiec
5ca914d8fc
Merge pull request #10728 from nestjs/dependabot/npm_and_yarn/types/node-18.11.15
...
chore(deps-dev): bump @types/node from 18.11.9 to 18.11.15
2022-12-16 08:11:36 +01:00
Kamil Mysliwiec
ab7d092e87
Merge pull request #10732 from nestjs/dependabot/npm_and_yarn/rxjs-7.8.0
...
chore(deps): bump rxjs from 7.5.7 to 7.8.0
2022-12-16 08:11:28 +01:00
Kamil Mysliwiec
795ca465dd
Merge pull request #10613 from rubiin/master
...
chore: remove not needed cache-manager-redis-store
2022-12-16 08:07:45 +01:00
dependabot[bot]
f6dc9c6dbb
chore(deps): bump rxjs from 7.5.7 to 7.8.0
...
Bumps [rxjs](https://github.com/reactivex/rxjs ) from 7.5.7 to 7.8.0.
- [Release notes](https://github.com/reactivex/rxjs/releases )
- [Changelog](https://github.com/ReactiveX/rxjs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/reactivex/rxjs/compare/7.5.7...7.8.0 )
---
updated-dependencies:
- dependency-name: rxjs
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-16 00:31:24 +00:00
Rubin Bhandari
915b1be875
Merge branch 'nestjs:master' into master
2022-12-15 22:42:28 +05:45
dependabot[bot]
75c23ed36b
chore(deps-dev): bump @types/node from 18.11.9 to 18.11.15
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.11.9 to 18.11.15.
- [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 >
2022-12-15 00:18:13 +00:00
dependabot[bot]
0f272879cb
chore(deps): bump light-my-request from 5.6.1 to 5.8.0
...
Bumps [light-my-request](https://github.com/fastify/light-my-request ) from 5.6.1 to 5.8.0.
- [Release notes](https://github.com/fastify/light-my-request/releases )
- [Commits](https://github.com/fastify/light-my-request/compare/v5.6.1...v5.8.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 >
2022-12-15 00:13:30 +00:00
dependabot[bot]
086695c5d7
chore(deps-dev): bump @grpc/grpc-js from 1.7.3 to 1.8.0
...
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node ) from 1.7.3 to 1.8.0.
- [Release notes](https://github.com/grpc/grpc-node/releases )
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.7.3...@grpc/grpc-js@1.8.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 >
2022-12-15 00:09:48 +00:00
dependabot[bot]
be6302020c
chore(deps-dev): bump socket.io-client from 4.5.3 to 4.5.4
...
Bumps [socket.io-client](https://github.com/socketio/socket.io-client ) from 4.5.3 to 4.5.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.5.3...4.5.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 >
2022-12-15 00:04:53 +00:00
dependabot[bot]
686caf1626
chore(deps-dev): bump cache-manager from 5.1.3 to 5.1.4
...
Bumps [cache-manager](https://github.com/node-cache-manager/node-cache-manager ) from 5.1.3 to 5.1.4.
- [Release notes](https://github.com/node-cache-manager/node-cache-manager/releases )
- [Changelog](https://github.com/node-cache-manager/node-cache-manager/blob/master/CHANGELOG.md )
- [Commits](https://github.com/node-cache-manager/node-cache-manager/compare/5.1.3...5.1.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 >
2022-12-15 00:03:09 +00:00
e-dot
9a47a6ce70
Merge branch 'master' of https://github.com/e-dot/nest
2022-12-14 14:07:25 +01:00
e-dot
eee8968d82
Fix port = 0 issue
...
When a user passes port:0 to this function, it's legit : in order to detect the presence of attributes, we use another comparison with !== undefined (works with 0).
See PR review here: 35357053b1
2022-12-14 14:06:19 +01:00
dependabot[bot]
dbc03aa296
chore(deps-dev): bump @types/express from 4.17.14 to 4.17.15
...
Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express ) from 4.17.14 to 4.17.15.
- [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 >
2022-12-14 08:29:17 +00:00
Kamil Mysliwiec
eebb976b22
Merge pull request #10714 from nestjs/dependabot/npm_and_yarn/minimatch-3.1.2
...
chore(deps): bump minimatch from 3.0.4 to 3.1.2
2022-12-14 09:23:42 +01:00
Kamil Mysliwiec
1d6fe4176d
Merge pull request #10717 from nestjs/dependabot/npm_and_yarn/types/cors-2.8.13
...
chore(deps-dev): bump @types/cors from 2.8.12 to 2.8.13
2022-12-14 09:23:12 +01:00
Kamil Mysliwiec
b979d83331
Merge pull request #10718 from nestjs/dependabot/npm_and_yarn/graphql-tools-8.3.14
...
chore(deps-dev): bump graphql-tools from 8.3.12 to 8.3.14
2022-12-14 09:22:03 +01:00
Kamil Mysliwiec
6016e909cf
Merge pull request #10619 from nestjs/dependabot/npm_and_yarn/commitlint/config-angular-17.3.0
...
chore(deps-dev): bump @commitlint/config-angular from 17.2.0 to 17.3.0
2022-12-14 09:21:52 +01:00
Kamil Mysliwiec
411e914600
Merge pull request #10719 from nestjs/dependabot/npm_and_yarn/nats-2.9.2
...
chore(deps-dev): bump nats from 2.9.1 to 2.9.2
2022-12-14 09:21:28 +01:00
Kamil Mysliwiec
bca2839b91
Merge pull request #10720 from nestjs/dependabot/npm_and_yarn/mocha-and-types/mocha-10.2.0
...
chore(deps-dev): bump mocha and @types/mocha
2022-12-14 09:21:04 +01:00
dependabot[bot]
511b09736e
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.1.0 to 10.2.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.1.0...v10.2.0 )
Updates `@types/mocha` from 10.0.0 to 10.0.1
- [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 >
2022-12-14 00:14:59 +00:00
dependabot[bot]
e5b7b6ccb9
chore(deps-dev): bump nats from 2.9.1 to 2.9.2
...
Bumps [nats](https://github.com/nats-io/nats.js ) from 2.9.1 to 2.9.2.
- [Release notes](https://github.com/nats-io/nats.js/releases )
- [Commits](https://github.com/nats-io/nats.js/compare/v2.9.1...v2.9.2 )
---
updated-dependencies:
- dependency-name: nats
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-14 00:13:03 +00:00
dependabot[bot]
b01cae0fac
chore(deps-dev): bump graphql-tools from 8.3.12 to 8.3.14
...
Bumps [graphql-tools](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/graphql-tools ) from 8.3.12 to 8.3.14.
- [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@8.3.14/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 >
2022-12-14 00:10:51 +00:00
dependabot[bot]
9b5af19dd5
chore(deps-dev): bump @types/cors from 2.8.12 to 2.8.13
...
Bumps [@types/cors](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/cors ) from 2.8.12 to 2.8.13.
- [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 >
2022-12-14 00:07:12 +00:00
dependabot[bot]
a40b5f4172
chore(deps-dev): bump @commitlint/config-angular from 17.2.0 to 17.3.0
...
Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular ) from 17.2.0 to 17.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/v17.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 >
2022-12-13 09:18:10 +00:00
dependabot[bot]
54e02a2d84
chore(deps): bump minimatch from 3.0.4 to 3.1.2
...
Bumps [minimatch](https://github.com/isaacs/minimatch ) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases )
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md )
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2 )
---
updated-dependencies:
- dependency-name: minimatch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-13 09:17:52 +00:00
Kamil Mysliwiec
1bb4c22070
Merge pull request #10709 from nestjs/dependabot/npm_and_yarn/sample/31-graphql-federation-code-first/posts-application/apollo-server-core-3.11.1
...
chore(deps): bump apollo-server-core from 3.10.1 to 3.11.1 in /sample/31-graphql-federation-code-first/posts-application
2022-12-13 10:13:54 +01:00
dependabot[bot]
2147da2dbb
chore(deps): bump apollo-server-core
...
Bumps [apollo-server-core](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-core ) from 3.10.1 to 3.11.1.
- [Release notes](https://github.com/apollographql/apollo-server/releases )
- [Changelog](https://github.com/apollographql/apollo-server/blob/apollo-server-core@3.11.1/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server-core@3.11.1/packages/apollo-server-core )
---
updated-dependencies:
- dependency-name: apollo-server-core
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-13 09:13:22 +00:00
Kamil Mysliwiec
85d0225a21
Merge pull request #10710 from nestjs/dependabot/npm_and_yarn/sample/17-mvc-fastify/minimatch-3.1.2
...
chore(deps): bump minimatch from 3.0.4 to 3.1.2 in /sample/17-mvc-fastify
2022-12-13 10:12:18 +01:00
Kamil Mysliwiec
1f9d565f9f
Merge pull request #10711 from nestjs/dependabot/npm_and_yarn/sample/22-graphql-prisma/apollo-server-core-3.11.1
...
chore(deps): bump apollo-server-core from 3.10.1 to 3.11.1 in /sample/22-graphql-prisma
2022-12-13 10:12:13 +01:00
Kamil Mysliwiec
cf1a3af944
Merge pull request #10712 from nestjs/dependabot/npm_and_yarn/sample/32-graphql-federation-schema-first/gateway/apollo-server-core-3.11.1
...
chore(deps): bump apollo-server-core from 3.10.1 to 3.11.1 in /sample/32-graphql-federation-schema-first/gateway
2022-12-13 10:12:06 +01:00
Kamil Mysliwiec
4642aef47c
Merge pull request #10713 from nestjs/dependabot/npm_and_yarn/sample/09-babel-example/minimatch-3.1.2
...
chore(deps): bump minimatch from 3.0.4 to 3.1.2 in /sample/09-babel-example
2022-12-13 10:12:00 +01:00
Kamil Mysliwiec
5ffd98e0e7
Merge pull request #10702 from HankBoone/patch-2
...
docs(readme): update Readme.md
2022-12-13 10:11:42 +01:00
Kamil Mysliwiec
d62b6157e0
Update Readme.md
2022-12-13 10:11:33 +01:00
dependabot[bot]
fba0a13fb1
chore(deps): bump minimatch in /sample/09-babel-example
...
Bumps [minimatch](https://github.com/isaacs/minimatch ) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases )
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md )
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2 )
---
updated-dependencies:
- dependency-name: minimatch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-13 09:11:07 +00:00
dependabot[bot]
b72eca919e
chore(deps): bump apollo-server-core
...
Bumps [apollo-server-core](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-core ) from 3.10.1 to 3.11.1.
- [Release notes](https://github.com/apollographql/apollo-server/releases )
- [Changelog](https://github.com/apollographql/apollo-server/blob/apollo-server-core@3.11.1/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server-core@3.11.1/packages/apollo-server-core )
---
updated-dependencies:
- dependency-name: apollo-server-core
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-13 09:10:47 +00:00
dependabot[bot]
7704fff8c5
chore(deps): bump apollo-server-core in /sample/22-graphql-prisma
...
Bumps [apollo-server-core](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-core ) from 3.10.1 to 3.11.1.
- [Release notes](https://github.com/apollographql/apollo-server/releases )
- [Changelog](https://github.com/apollographql/apollo-server/blob/apollo-server-core@3.11.1/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server-core@3.11.1/packages/apollo-server-core )
---
updated-dependencies:
- dependency-name: apollo-server-core
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-13 09:10:37 +00:00
dependabot[bot]
07c696c51b
chore(deps): bump minimatch in /sample/17-mvc-fastify
...
Bumps [minimatch](https://github.com/isaacs/minimatch ) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases )
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md )
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2 )
---
updated-dependencies:
- dependency-name: minimatch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-13 09:10:35 +00:00
Kamil Mysliwiec
4476711fd4
Merge pull request #10706 from nestjs/dependabot/npm_and_yarn/fast-json-stringify-5.5.0
...
chore(deps): bump fast-json-stringify from 5.4.1 to 5.5.0
2022-12-13 10:10:26 +01:00
Kamil Mysliwiec
708244731a
Merge pull request #10689 from nestjs/dependabot/npm_and_yarn/sample/31-graphql-federation-code-first/gateway/apollo-server-core-3.11.1
...
chore(deps): bump apollo-server-core from 3.10.1 to 3.11.1 in /sample/31-graphql-federation-code-first/gateway
2022-12-13 10:10:19 +01:00
dependabot[bot]
555d1fb7d1
chore(deps): bump apollo-server-core
...
Bumps [apollo-server-core](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-core ) from 3.10.1 to 3.11.1.
- [Release notes](https://github.com/apollographql/apollo-server/releases )
- [Changelog](https://github.com/apollographql/apollo-server/blob/apollo-server-core@3.11.1/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server-core@3.11.1/packages/apollo-server-core )
---
updated-dependencies:
- dependency-name: apollo-server-core
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-13 09:10:01 +00:00
Kamil Mysliwiec
56c7f10f4f
Merge pull request #10690 from nestjs/dependabot/npm_and_yarn/sample/32-graphql-federation-schema-first/posts-application/apollo-server-core-3.11.1
...
chore(deps): bump apollo-server-core from 3.10.1 to 3.11.1 in /sample/32-graphql-federation-schema-first/posts-application
2022-12-13 10:09:44 +01:00
Kamil Mysliwiec
5fdad67c78
Merge pull request #10691 from nestjs/dependabot/npm_and_yarn/sample/12-graphql-schema-first/apollo-server-core-3.11.1
...
chore(deps): bump apollo-server-core from 3.10.1 to 3.11.1 in /sample/12-graphql-schema-first
2022-12-13 10:09:40 +01:00
Kamil Mysliwiec
3251e44870
Merge pull request #10692 from nestjs/dependabot/npm_and_yarn/sample/32-graphql-federation-schema-first/users-application/apollo-server-core-3.11.1
...
chore(deps): bump apollo-server-core from 3.10.1 to 3.11.1 in /sample/32-graphql-federation-schema-first/users-application
2022-12-13 10:09:34 +01:00
Kamil Mysliwiec
d730b6962d
Merge pull request #10693 from nestjs/dependabot/npm_and_yarn/sample/31-graphql-federation-code-first/users-application/apollo-server-core-3.11.1
...
chore(deps): bump apollo-server-core from 3.10.1 to 3.11.1 in /sample/31-graphql-federation-code-first/users-application
2022-12-13 10:09:27 +01:00
Kamil Mysliwiec
69387a1faa
Merge pull request #10695 from nestjs/dependabot/npm_and_yarn/sample/23-graphql-code-first/apollo-server-core-3.11.1
...
chore(deps): bump apollo-server-core from 3.10.1 to 3.11.1 in /sample/23-graphql-code-first
2022-12-13 10:09:21 +01:00
Kamil Mysliwiec
57ffcfb6f1
Merge pull request #10703 from nestjs/dependabot/npm_and_yarn/kafkajs-2.2.3
...
chore(deps-dev): bump kafkajs from 2.2.2 to 2.2.3
2022-12-13 10:09:15 +01:00
Kamil Mysliwiec
c9f450857e
Merge pull request #10704 from nestjs/dependabot/npm_and_yarn/fastify/middie-8.1.0
...
chore(deps): bump @fastify/middie from 8.0.0 to 8.1.0
2022-12-13 10:09:06 +01:00
Kamil Mysliwiec
27c6659cc4
Merge pull request #10705 from nestjs/dependabot/npm_and_yarn/mongoose-6.8.0
...
chore(deps-dev): bump mongoose from 6.7.2 to 6.8.0
2022-12-13 10:09:00 +01:00
Kamil Mysliwiec
a66883cabd
Merge pull request #10707 from nestjs/dependabot/npm_and_yarn/prettier-2.8.1
...
chore(deps-dev): bump prettier from 2.7.1 to 2.8.1
2022-12-13 10:08:53 +01:00
Kamil Mysliwiec
01e83834d5
Merge pull request #10708 from nestjs/dependabot/npm_and_yarn/ts-morph-17.0.1
...
chore(deps-dev): bump ts-morph from 16.0.0 to 17.0.1
2022-12-13 10:07:40 +01:00
dependabot[bot]
1499201500
chore(deps-dev): bump ts-morph from 16.0.0 to 17.0.1
...
Bumps [ts-morph](https://github.com/dsherret/ts-morph ) from 16.0.0 to 17.0.1.
- [Release notes](https://github.com/dsherret/ts-morph/releases )
- [Commits](https://github.com/dsherret/ts-morph/compare/16.0.0...17.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 >
2022-12-13 00:07:15 +00:00
dependabot[bot]
6b05e7d342
chore(deps-dev): bump prettier from 2.7.1 to 2.8.1
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.7.1 to 2.8.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/2.7.1...2.8.1 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-13 00:06:23 +00:00
dependabot[bot]
bd4343ba9a
chore(deps): bump fast-json-stringify from 5.4.1 to 5.5.0
...
Bumps [fast-json-stringify](https://github.com/fastify/fast-json-stringify ) from 5.4.1 to 5.5.0.
- [Release notes](https://github.com/fastify/fast-json-stringify/releases )
- [Commits](https://github.com/fastify/fast-json-stringify/compare/v5.4.1...v5.5.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 >
2022-12-13 00:05:28 +00:00
dependabot[bot]
fbd395efb7
chore(deps-dev): bump mongoose from 6.7.2 to 6.8.0
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 6.7.2 to 6.8.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/6.7.2...6.8.0 )
---
updated-dependencies:
- dependency-name: mongoose
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-13 00:04:35 +00:00
dependabot[bot]
f8e5133cae
chore(deps): bump @fastify/middie from 8.0.0 to 8.1.0
...
Bumps [@fastify/middie](https://github.com/fastify/middleman ) from 8.0.0 to 8.1.0.
- [Release notes](https://github.com/fastify/middleman/releases )
- [Commits](https://github.com/fastify/middleman/compare/v8.0.0...v8.1.0 )
---
updated-dependencies:
- dependency-name: "@fastify/middie"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-13 00:03:38 +00:00
dependabot[bot]
4ea73b6f46
chore(deps-dev): bump kafkajs from 2.2.2 to 2.2.3
...
Bumps [kafkajs](https://github.com/tulios/kafkajs ) from 2.2.2 to 2.2.3.
- [Release notes](https://github.com/tulios/kafkajs/releases )
- [Changelog](https://github.com/tulios/kafkajs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tulios/kafkajs/compare/v2.2.2...v2.2.3 )
---
updated-dependencies:
- dependency-name: kafkajs
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-13 00:02:47 +00:00
HankyB12
ba770f9050
docs(changelog): update Readme.md
...
Please update Readme.md as Nord has rebranded.
url: https://nordbot.app
2022-12-12 21:10:04 +03:00
e-dot
35357053b1
Update packages/platform-fastify/adapters/fastify-adapter.ts
...
Ok - code has been rewritten afterwards - with better type support
Co-authored-by: Micael Levi L. Cavalcante <mllc@icomp.ufam.edu.br >
2022-12-12 17:45:03 +01:00
Simone Vicentini
a21eb2ea24
fix(core): Making Request scope non durable win over scope durable
...
If an instance has at least one dependency that is Request scope non durable, then the instance should be Request scope non durable itself.
Closes #10594
2022-12-12 14:28:10 +00:00
Kamil Mysliwiec
1f4138ba33
Update Readme.md
2022-12-12 12:39:02 +01:00
Konstantin Upir
ceea86d6ed
fix(core): process exit before shutdown hook end
2022-12-12 12:37:08 +01:00
dependabot[bot]
f64d9ff93a
chore(deps): bump apollo-server-core in /sample/23-graphql-code-first
...
Bumps [apollo-server-core](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-core ) from 3.10.1 to 3.11.1.
- [Release notes](https://github.com/apollographql/apollo-server/releases )
- [Changelog](https://github.com/apollographql/apollo-server/blob/apollo-server-core@3.11.1/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server-core@3.11.1/packages/apollo-server-core )
---
updated-dependencies:
- dependency-name: apollo-server-core
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-12 10:55:23 +00:00
dependabot[bot]
0feaf4126e
chore(deps): bump apollo-server-core
...
Bumps [apollo-server-core](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-core ) from 3.10.1 to 3.11.1.
- [Release notes](https://github.com/apollographql/apollo-server/releases )
- [Changelog](https://github.com/apollographql/apollo-server/blob/apollo-server-core@3.11.1/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server-core@3.11.1/packages/apollo-server-core )
---
updated-dependencies:
- dependency-name: apollo-server-core
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-12 10:41:02 +00:00
dependabot[bot]
0a8daeb9dd
chore(deps): bump apollo-server-core
...
Bumps [apollo-server-core](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-core ) from 3.10.1 to 3.11.1.
- [Release notes](https://github.com/apollographql/apollo-server/releases )
- [Changelog](https://github.com/apollographql/apollo-server/blob/apollo-server-core@3.11.1/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server-core@3.11.1/packages/apollo-server-core )
---
updated-dependencies:
- dependency-name: apollo-server-core
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-12 10:40:05 +00:00
dependabot[bot]
80b76d3d7d
chore(deps): bump apollo-server-core in /sample/12-graphql-schema-first
...
Bumps [apollo-server-core](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-core ) from 3.10.1 to 3.11.1.
- [Release notes](https://github.com/apollographql/apollo-server/releases )
- [Changelog](https://github.com/apollographql/apollo-server/blob/apollo-server-core@3.11.1/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server-core@3.11.1/packages/apollo-server-core )
---
updated-dependencies:
- dependency-name: apollo-server-core
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-12 10:38:16 +00:00
dependabot[bot]
cb1a0aa0fa
chore(deps): bump apollo-server-core
...
Bumps [apollo-server-core](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-core ) from 3.10.1 to 3.11.1.
- [Release notes](https://github.com/apollographql/apollo-server/releases )
- [Changelog](https://github.com/apollographql/apollo-server/blob/apollo-server-core@3.11.1/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server-core@3.11.1/packages/apollo-server-core )
---
updated-dependencies:
- dependency-name: apollo-server-core
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-12 10:28:04 +00:00
Kamil Mysliwiec
cf79b276ae
Merge pull request #10585 from nestjs/dependabot/npm_and_yarn/sample/02-gateways/engine.io-6.2.1
...
chore(deps): bump engine.io from 6.2.0 to 6.2.1 in /sample/02-gateways
2022-12-12 10:38:38 +01:00
Kamil Mysliwiec
ccd29675cb
Merge pull request #10680 from nestjs/dependabot/npm_and_yarn/typescript-4.9.4
...
chore(deps-dev): bump typescript from 4.8.4 to 4.9.4
2022-12-12 10:38:34 +01:00
Kamil Mysliwiec
f23e9e3ada
Merge pull request #10656 from nestjs/dependabot/npm_and_yarn/sample/02-gateways/qs-and-formidable-6.10.3
...
chore(deps): bump qs and formidable in /sample/02-gateways
2022-12-12 10:38:05 +01:00
Kamil Mysliwiec
2b6f43b019
Merge pull request #10658 from nestjs/dependabot/npm_and_yarn/sample/32-graphql-federation-schema-first/gateway/qs-and-formidable-6.10.3
...
chore(deps): bump qs and formidable in /sample/32-graphql-federation-schema-first/gateway
2022-12-12 10:36:39 +01:00
dependabot[bot]
01e7b6bffd
chore(deps): bump qs and formidable
...
Bumps [qs](https://github.com/ljharb/qs ) and [formidable](https://github.com/node-formidable/formidable ). These dependencies needed to be updated together.
Updates `qs` from 6.9.3 to 6.10.3
- [Release notes](https://github.com/ljharb/qs/releases )
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.9.3...v6.10.3 )
Updates `formidable` from 2.0.1 to 2.1.1
- [Release notes](https://github.com/node-formidable/formidable/releases )
- [Changelog](https://github.com/node-formidable/formidable/blob/master/CHANGELOG.md )
- [Commits](https://github.com/node-formidable/formidable/commits )
---
updated-dependencies:
- dependency-name: qs
dependency-type: indirect
- dependency-name: formidable
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-12 09:35:35 +00:00
Kamil Mysliwiec
3e5e4cb15d
Merge pull request #10659 from nestjs/dependabot/npm_and_yarn/sample/14-mongoose-base/qs-and-formidable-6.10.3
...
chore(deps): bump qs and formidable in /sample/14-mongoose-base
2022-12-12 10:35:32 +01:00
dependabot[bot]
0a6c5d60e2
chore(deps): bump qs and formidable in /sample/02-gateways
...
Bumps [qs](https://github.com/ljharb/qs ) and [formidable](https://github.com/node-formidable/formidable ). These dependencies needed to be updated together.
Updates `qs` from 6.9.3 to 6.10.3
- [Release notes](https://github.com/ljharb/qs/releases )
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.9.3...v6.10.3 )
Updates `formidable` from 2.0.1 to 2.1.1
- [Release notes](https://github.com/node-formidable/formidable/releases )
- [Changelog](https://github.com/node-formidable/formidable/blob/master/CHANGELOG.md )
- [Commits](https://github.com/node-formidable/formidable/commits )
---
updated-dependencies:
- dependency-name: qs
dependency-type: indirect
- dependency-name: formidable
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-12 09:35:31 +00:00
Kamil Mysliwiec
7afede3b15
Merge pull request #10660 from nestjs/dependabot/npm_and_yarn/sample/24-serve-static/qs-and-formidable-6.10.3
...
chore(deps): bump qs and formidable in /sample/24-serve-static
2022-12-12 10:35:25 +01:00
Kamil Mysliwiec
a23c82a643
Merge pull request #10661 from nestjs/dependabot/npm_and_yarn/sample/23-graphql-code-first/qs-and-formidable-6.10.3
...
chore(deps): bump qs and formidable in /sample/23-graphql-code-first
2022-12-12 10:35:19 +01:00
dependabot[bot]
fdd80cd9b7
chore(deps): bump qs and formidable in /sample/23-graphql-code-first
...
Bumps [qs](https://github.com/ljharb/qs ) and [formidable](https://github.com/node-formidable/formidable ). These dependencies needed to be updated together.
Updates `qs` from 6.9.3 to 6.10.3
- [Release notes](https://github.com/ljharb/qs/releases )
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.9.3...v6.10.3 )
Updates `formidable` from 2.0.1 to 2.1.1
- [Release notes](https://github.com/node-formidable/formidable/releases )
- [Changelog](https://github.com/node-formidable/formidable/blob/master/CHANGELOG.md )
- [Commits](https://github.com/node-formidable/formidable/commits )
---
updated-dependencies:
- dependency-name: qs
dependency-type: indirect
- dependency-name: formidable
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-12 09:35:13 +00:00
dependabot[bot]
7c8059af00
chore(deps): bump qs and formidable in /sample/24-serve-static
...
Bumps [qs](https://github.com/ljharb/qs ) and [formidable](https://github.com/node-formidable/formidable ). These dependencies needed to be updated together.
Updates `qs` from 6.9.3 to 6.10.3
- [Release notes](https://github.com/ljharb/qs/releases )
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.9.3...v6.10.3 )
Updates `formidable` from 2.0.1 to 2.1.1
- [Release notes](https://github.com/node-formidable/formidable/releases )
- [Changelog](https://github.com/node-formidable/formidable/blob/master/CHANGELOG.md )
- [Commits](https://github.com/node-formidable/formidable/commits )
---
updated-dependencies:
- dependency-name: qs
dependency-type: indirect
- dependency-name: formidable
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-12 09:35:05 +00:00
Kamil Mysliwiec
33ffde1f5d
Merge pull request #10662 from nestjs/dependabot/npm_and_yarn/sample/05-sql-typeorm/qs-and-formidable-6.10.3
...
chore(deps): bump qs and formidable in /sample/05-sql-typeorm
2022-12-12 10:34:56 +01:00
dependabot[bot]
6a801ed732
chore(deps): bump qs and formidable in /sample/05-sql-typeorm
...
Bumps [qs](https://github.com/ljharb/qs ) and [formidable](https://github.com/node-formidable/formidable ). These dependencies needed to be updated together.
Updates `qs` from 6.9.3 to 6.10.3
- [Release notes](https://github.com/ljharb/qs/releases )
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.9.3...v6.10.3 )
Updates `formidable` from 2.0.1 to 2.1.1
- [Release notes](https://github.com/node-formidable/formidable/releases )
- [Changelog](https://github.com/node-formidable/formidable/blob/master/CHANGELOG.md )
- [Commits](https://github.com/node-formidable/formidable/commits )
---
updated-dependencies:
- dependency-name: qs
dependency-type: indirect
- dependency-name: formidable
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-12 09:34:51 +00:00
dependabot[bot]
b1b6aca1e0
chore(deps): bump qs and formidable in /sample/14-mongoose-base
...
Bumps [qs](https://github.com/ljharb/qs ) and [formidable](https://github.com/node-formidable/formidable ). These dependencies needed to be updated together.
Updates `qs` from 6.9.3 to 6.10.3
- [Release notes](https://github.com/ljharb/qs/releases )
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.9.3...v6.10.3 )
Updates `formidable` from 2.0.1 to 2.1.1
- [Release notes](https://github.com/node-formidable/formidable/releases )
- [Changelog](https://github.com/node-formidable/formidable/blob/master/CHANGELOG.md )
- [Commits](https://github.com/node-formidable/formidable/commits )
---
updated-dependencies:
- dependency-name: qs
dependency-type: indirect
- dependency-name: formidable
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-12 09:34:44 +00:00
Kamil Mysliwiec
3828303ab8
Merge pull request #10663 from nestjs/dependabot/npm_and_yarn/sample/15-mvc/qs-and-formidable-6.10.3
...
chore(deps): bump qs and formidable in /sample/15-mvc
2022-12-12 10:34:44 +01:00
Kamil Mysliwiec
7a4ab9277f
Merge pull request #10664 from nestjs/dependabot/npm_and_yarn/sample/12-graphql-schema-first/qs-and-formidable-6.10.3
...
chore(deps): bump qs and formidable in /sample/12-graphql-schema-first
2022-12-12 10:34:37 +01:00
dependabot[bot]
3276f3ee46
chore(deps): bump qs and formidable in /sample/15-mvc
...
Bumps [qs](https://github.com/ljharb/qs ) and [formidable](https://github.com/node-formidable/formidable ). These dependencies needed to be updated together.
Updates `qs` from 6.9.3 to 6.10.3
- [Release notes](https://github.com/ljharb/qs/releases )
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.9.3...v6.10.3 )
Updates `formidable` from 2.0.1 to 2.1.1
- [Release notes](https://github.com/node-formidable/formidable/releases )
- [Changelog](https://github.com/node-formidable/formidable/blob/master/CHANGELOG.md )
- [Commits](https://github.com/node-formidable/formidable/commits )
---
updated-dependencies:
- dependency-name: qs
dependency-type: indirect
- dependency-name: formidable
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-12 09:34:37 +00:00
dependabot[bot]
1796738ca0
chore(deps): bump qs and formidable in /sample/12-graphql-schema-first
...
Bumps [qs](https://github.com/ljharb/qs ) and [formidable](https://github.com/node-formidable/formidable ). These dependencies needed to be updated together.
Updates `qs` from 6.9.3 to 6.10.3
- [Release notes](https://github.com/ljharb/qs/releases )
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.9.3...v6.10.3 )
Updates `formidable` from 2.0.1 to 2.1.1
- [Release notes](https://github.com/node-formidable/formidable/releases )
- [Changelog](https://github.com/node-formidable/formidable/blob/master/CHANGELOG.md )
- [Commits](https://github.com/node-formidable/formidable/commits )
---
updated-dependencies:
- dependency-name: qs
dependency-type: indirect
- dependency-name: formidable
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-12 09:34:31 +00:00
Kamil Mysliwiec
77fadea1de
Merge pull request #10657 from nestjs/dependabot/npm_and_yarn/sample/13-mongo-typeorm/qs-and-formidable-6.10.3
...
chore(deps): bump qs and formidable in /sample/13-mongo-typeorm
2022-12-12 10:34:17 +01:00
Kamil Mysliwiec
10113baf87
Merge pull request #10679 from nestjs/dependabot/npm_and_yarn/nestjs/apollo-10.1.7
...
chore(deps-dev): bump @nestjs/apollo from 10.1.4 to 10.1.7
2022-12-12 10:34:12 +01:00
dependabot[bot]
c07fd1b042
chore(deps): bump qs and formidable in /sample/13-mongo-typeorm
...
Bumps [qs](https://github.com/ljharb/qs ) and [formidable](https://github.com/node-formidable/formidable ). These dependencies needed to be updated together.
Updates `qs` from 6.9.3 to 6.10.3
- [Release notes](https://github.com/ljharb/qs/releases )
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.9.3...v6.10.3 )
Updates `formidable` from 2.0.1 to 2.1.1
- [Release notes](https://github.com/node-formidable/formidable/releases )
- [Changelog](https://github.com/node-formidable/formidable/blob/master/CHANGELOG.md )
- [Commits](https://github.com/node-formidable/formidable/commits )
---
updated-dependencies:
- dependency-name: qs
dependency-type: indirect
- dependency-name: formidable
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-12 09:34:06 +00:00
Kamil Mysliwiec
4da45a924a
Merge pull request #10648 from nestjs/dependabot/npm_and_yarn/sample/31-graphql-federation-code-first/gateway/qs-and-formidable-6.10.3
...
chore(deps): bump qs and formidable in /sample/31-graphql-federation-code-first/gateway
2022-12-12 10:34:04 +01:00
Kamil Mysliwiec
4bcd567d65
Merge pull request #10649 from nestjs/dependabot/npm_and_yarn/sample/18-context/qs-and-formidable-6.11.0
...
chore(deps): bump qs and formidable in /sample/18-context
2022-12-12 10:33:58 +01:00
dependabot[bot]
c40e994c54
chore(deps): bump qs and formidable
...
Bumps [qs](https://github.com/ljharb/qs ) and [formidable](https://github.com/node-formidable/formidable ). These dependencies needed to be updated together.
Updates `qs` from 6.9.3 to 6.10.3
- [Release notes](https://github.com/ljharb/qs/releases )
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.9.3...v6.10.3 )
Updates `formidable` from 2.0.1 to 2.1.1
- [Release notes](https://github.com/node-formidable/formidable/releases )
- [Changelog](https://github.com/node-formidable/formidable/blob/master/CHANGELOG.md )
- [Commits](https://github.com/node-formidable/formidable/commits )
---
updated-dependencies:
- dependency-name: qs
dependency-type: indirect
- dependency-name: formidable
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-12 09:33:57 +00:00
Kamil Mysliwiec
7854e8f14d
Merge pull request #10642 from nestjs/dependabot/npm_and_yarn/sample/26-queues/qs-and-formidable-6.10.3
...
chore(deps): bump qs and formidable in /sample/26-queues
2022-12-12 10:33:50 +01:00
Kamil Mysliwiec
199d8fa08a
Merge pull request #10643 from nestjs/dependabot/npm_and_yarn/sample/04-grpc/qs-and-formidable-6.10.3
...
chore(deps): bump qs and formidable in /sample/04-grpc
2022-12-12 10:33:45 +01:00
Kamil Mysliwiec
b5faa6cbd6
Merge pull request #10644 from nestjs/dependabot/npm_and_yarn/sample/11-swagger/qs-and-formidable-6.10.3
...
chore(deps): bump qs and formidable in /sample/11-swagger
2022-12-12 10:33:40 +01:00
dependabot[bot]
c2f64bf08e
chore(deps): bump qs and formidable in /sample/11-swagger
...
Bumps [qs](https://github.com/ljharb/qs ) and [formidable](https://github.com/node-formidable/formidable ). These dependencies needed to be updated together.
Updates `qs` from 6.9.3 to 6.10.3
- [Release notes](https://github.com/ljharb/qs/releases )
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.9.3...v6.10.3 )
Updates `formidable` from 2.0.1 to 2.1.1
- [Release notes](https://github.com/node-formidable/formidable/releases )
- [Changelog](https://github.com/node-formidable/formidable/blob/master/CHANGELOG.md )
- [Commits](https://github.com/node-formidable/formidable/commits )
---
updated-dependencies:
- dependency-name: qs
dependency-type: indirect
- dependency-name: formidable
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-12 09:33:34 +00:00
dependabot[bot]
9daba835c9
chore(deps): bump qs and formidable in /sample/18-context
...
Bumps [qs](https://github.com/ljharb/qs ) and [formidable](https://github.com/node-formidable/formidable ). These dependencies needed to be updated together.
Updates `qs` from 6.9.3 to 6.11.0
- [Release notes](https://github.com/ljharb/qs/releases )
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.9.3...v6.11.0 )
Updates `formidable` from 2.0.1 to 2.1.1
- [Release notes](https://github.com/node-formidable/formidable/releases )
- [Changelog](https://github.com/node-formidable/formidable/blob/master/CHANGELOG.md )
- [Commits](https://github.com/node-formidable/formidable/commits )
---
updated-dependencies:
- dependency-name: qs
dependency-type: indirect
- dependency-name: formidable
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-12 09:33:33 +00:00
Kamil Mysliwiec
2141f54dce
Merge pull request #10645 from nestjs/dependabot/npm_and_yarn/sample/03-microservices/qs-and-formidable-6.10.3
...
chore(deps): bump qs and formidable in /sample/03-microservices
2022-12-12 10:33:32 +01:00
Kamil Mysliwiec
00489f8248
Merge pull request #10646 from nestjs/dependabot/npm_and_yarn/sample/20-cache/qs-and-formidable-6.10.3
...
chore(deps): bump qs and formidable in /sample/20-cache
2022-12-12 10:33:28 +01:00
dependabot[bot]
686eae2402
chore(deps): bump qs and formidable in /sample/04-grpc
...
Bumps [qs](https://github.com/ljharb/qs ) and [formidable](https://github.com/node-formidable/formidable ). These dependencies needed to be updated together.
Updates `qs` from 6.9.3 to 6.10.3
- [Release notes](https://github.com/ljharb/qs/releases )
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.9.3...v6.10.3 )
Updates `formidable` from 2.0.1 to 2.1.1
- [Release notes](https://github.com/node-formidable/formidable/releases )
- [Changelog](https://github.com/node-formidable/formidable/blob/master/CHANGELOG.md )
- [Commits](https://github.com/node-formidable/formidable/commits )
---
updated-dependencies:
- dependency-name: qs
dependency-type: indirect
- dependency-name: formidable
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-12 09:33:22 +00:00
Kamil Mysliwiec
e8a93fdc90
Merge pull request #10647 from nestjs/dependabot/npm_and_yarn/sample/17-mvc-fastify/qs-and-formidable-6.11.0
...
chore(deps): bump qs and formidable in /sample/17-mvc-fastify
2022-12-12 10:33:21 +01:00
dependabot[bot]
addf2c5c1a
chore(deps): bump qs and formidable in /sample/26-queues
...
Bumps [qs](https://github.com/ljharb/qs ) and [formidable](https://github.com/node-formidable/formidable ). These dependencies needed to be updated together.
Updates `qs` from 6.9.3 to 6.10.3
- [Release notes](https://github.com/ljharb/qs/releases )
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.9.3...v6.10.3 )
Updates `formidable` from 2.0.1 to 2.1.1
- [Release notes](https://github.com/node-formidable/formidable/releases )
- [Changelog](https://github.com/node-formidable/formidable/blob/master/CHANGELOG.md )
- [Commits](https://github.com/node-formidable/formidable/commits )
---
updated-dependencies:
- dependency-name: qs
dependency-type: indirect
- dependency-name: formidable
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-12 09:33:19 +00:00
dependabot[bot]
d2c2e9f841
chore(deps): bump qs and formidable in /sample/03-microservices
...
Bumps [qs](https://github.com/ljharb/qs ) and [formidable](https://github.com/node-formidable/formidable ). These dependencies needed to be updated together.
Updates `qs` from 6.9.3 to 6.10.3
- [Release notes](https://github.com/ljharb/qs/releases )
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.9.3...v6.10.3 )
Updates `formidable` from 2.0.1 to 2.1.1
- [Release notes](https://github.com/node-formidable/formidable/releases )
- [Changelog](https://github.com/node-formidable/formidable/blob/master/CHANGELOG.md )
- [Commits](https://github.com/node-formidable/formidable/commits )
---
updated-dependencies:
- dependency-name: qs
dependency-type: indirect
- dependency-name: formidable
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-12 09:33:17 +00:00
Kamil Mysliwiec
b777a195cb
Merge pull request #10668 from nestjs/dependabot/npm_and_yarn/sample/31-graphql-federation-code-first/posts-application/qs-and-formidable-6.10.3
...
chore(deps): bump qs and formidable in /sample/31-graphql-federation-code-first/posts-application
2022-12-12 10:32:58 +01:00
Kamil Mysliwiec
f3bc981815
Merge pull request #10650 from nestjs/dependabot/npm_and_yarn/sample/27-scheduling/qs-and-formidable-6.10.3
...
chore(deps): bump qs and formidable in /sample/27-scheduling
2022-12-12 10:32:52 +01:00
dependabot[bot]
c578f6708a
chore(deps): bump engine.io from 6.2.0 to 6.2.1 in /sample/02-gateways
...
Bumps [engine.io](https://github.com/socketio/engine.io ) from 6.2.0 to 6.2.1.
- [Release notes](https://github.com/socketio/engine.io/releases )
- [Changelog](https://github.com/socketio/engine.io/blob/main/CHANGELOG.md )
- [Commits](https://github.com/socketio/engine.io/compare/6.2.0...6.2.1 )
---
updated-dependencies:
- dependency-name: engine.io
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-12 09:32:51 +00:00
Kamil Mysliwiec
1bd7f9fdab
Merge pull request #10651 from nestjs/dependabot/npm_and_yarn/sample/30-event-emitter/qs-and-formidable-6.10.3
...
chore(deps): bump qs and formidable in /sample/30-event-emitter
2022-12-12 10:32:47 +01:00
dependabot[bot]
f0f6976345
chore(deps): bump qs and formidable
...
Bumps [qs](https://github.com/ljharb/qs ) and [formidable](https://github.com/node-formidable/formidable ). These dependencies needed to be updated together.
Updates `qs` from 6.9.3 to 6.10.3
- [Release notes](https://github.com/ljharb/qs/releases )
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.9.3...v6.10.3 )
Updates `formidable` from 2.0.1 to 2.1.1
- [Release notes](https://github.com/node-formidable/formidable/releases )
- [Changelog](https://github.com/node-formidable/formidable/blob/master/CHANGELOG.md )
- [Commits](https://github.com/node-formidable/formidable/commits )
---
updated-dependencies:
- dependency-name: qs
dependency-type: indirect
- dependency-name: formidable
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-12 09:32:45 +00:00
Kamil Mysliwiec
a0260e4305
Merge pull request #10652 from nestjs/dependabot/npm_and_yarn/sample/07-sequelize/qs-and-formidable-6.10.3
...
chore(deps): bump qs and formidable in /sample/07-sequelize
2022-12-12 10:32:43 +01:00
Kamil Mysliwiec
e08952a114
Merge pull request #10655 from nestjs/dependabot/npm_and_yarn/sample/21-serializer/qs-and-formidable-6.10.3
...
chore(deps): bump qs and formidable in /sample/21-serializer
2022-12-12 10:32:37 +01:00
dependabot[bot]
7778a766c8
chore(deps): bump qs and formidable in /sample/30-event-emitter
...
Bumps [qs](https://github.com/ljharb/qs ) and [formidable](https://github.com/node-formidable/formidable ). These dependencies needed to be updated together.
Updates `qs` from 6.9.3 to 6.10.3
- [Release notes](https://github.com/ljharb/qs/releases )
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.9.3...v6.10.3 )
Updates `formidable` from 2.0.1 to 2.1.1
- [Release notes](https://github.com/node-formidable/formidable/releases )
- [Changelog](https://github.com/node-formidable/formidable/blob/master/CHANGELOG.md )
- [Commits](https://github.com/node-formidable/formidable/commits )
---
updated-dependencies:
- dependency-name: qs
dependency-type: indirect
- dependency-name: formidable
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-12 09:32:36 +00:00
dependabot[bot]
cd09d98688
chore(deps): bump qs and formidable in /sample/27-scheduling
...
Bumps [qs](https://github.com/ljharb/qs ) and [formidable](https://github.com/node-formidable/formidable ). These dependencies needed to be updated together.
Updates `qs` from 6.9.3 to 6.10.3
- [Release notes](https://github.com/ljharb/qs/releases )
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.9.3...v6.10.3 )
Updates `formidable` from 2.0.1 to 2.1.1
- [Release notes](https://github.com/node-formidable/formidable/releases )
- [Changelog](https://github.com/node-formidable/formidable/blob/master/CHANGELOG.md )
- [Commits](https://github.com/node-formidable/formidable/commits )
---
updated-dependencies:
- dependency-name: qs
dependency-type: indirect
- dependency-name: formidable
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-12 09:32:35 +00:00
dependabot[bot]
e5f3dc97e1
chore(deps): bump qs and formidable in /sample/07-sequelize
...
Bumps [qs](https://github.com/ljharb/qs ) and [formidable](https://github.com/node-formidable/formidable ). These dependencies needed to be updated together.
Updates `qs` from 6.9.3 to 6.10.3
- [Release notes](https://github.com/ljharb/qs/releases )
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.9.3...v6.10.3 )
Updates `formidable` from 2.0.1 to 2.1.1
- [Release notes](https://github.com/node-formidable/formidable/releases )
- [Changelog](https://github.com/node-formidable/formidable/blob/master/CHANGELOG.md )
- [Commits](https://github.com/node-formidable/formidable/commits )
---
updated-dependencies:
- dependency-name: qs
dependency-type: indirect
- dependency-name: formidable
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-12 09:32:33 +00:00
dependabot[bot]
1332e2f95f
chore(deps): bump qs and formidable in /sample/20-cache
...
Bumps [qs](https://github.com/ljharb/qs ) and [formidable](https://github.com/node-formidable/formidable ). These dependencies needed to be updated together.
Updates `qs` from 6.9.3 to 6.10.3
- [Release notes](https://github.com/ljharb/qs/releases )
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.9.3...v6.10.3 )
Updates `formidable` from 2.0.1 to 2.1.1
- [Release notes](https://github.com/node-formidable/formidable/releases )
- [Changelog](https://github.com/node-formidable/formidable/blob/master/CHANGELOG.md )
- [Commits](https://github.com/node-formidable/formidable/commits )
---
updated-dependencies:
- dependency-name: qs
dependency-type: indirect
- dependency-name: formidable
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-12 09:32:31 +00:00
dependabot[bot]
9662048e91
chore(deps): bump qs and formidable in /sample/17-mvc-fastify
...
Bumps [qs](https://github.com/ljharb/qs ) and [formidable](https://github.com/node-formidable/formidable ). These dependencies needed to be updated together.
Updates `qs` from 6.9.3 to 6.11.0
- [Release notes](https://github.com/ljharb/qs/releases )
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.9.3...v6.11.0 )
Updates `formidable` from 2.0.1 to 2.1.1
- [Release notes](https://github.com/node-formidable/formidable/releases )
- [Changelog](https://github.com/node-formidable/formidable/blob/master/CHANGELOG.md )
- [Commits](https://github.com/node-formidable/formidable/commits )
---
updated-dependencies:
- dependency-name: qs
dependency-type: indirect
- dependency-name: formidable
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-12 09:32:31 +00:00
Kamil Mysliwiec
996c4a2be0
Merge pull request #10551 from nestjs/dependabot/npm_and_yarn/sample/02-gateways/socket.io-parser-4.0.5
...
chore(deps): bump socket.io-parser from 4.0.4 to 4.0.5 in /sample/02-gateways
2022-12-12 10:32:31 +01:00
dependabot[bot]
f547402635
chore(deps): bump qs and formidable in /sample/21-serializer
...
Bumps [qs](https://github.com/ljharb/qs ) and [formidable](https://github.com/node-formidable/formidable ). These dependencies needed to be updated together.
Updates `qs` from 6.9.3 to 6.10.3
- [Release notes](https://github.com/ljharb/qs/releases )
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.9.3...v6.10.3 )
Updates `formidable` from 2.0.1 to 2.1.1
- [Release notes](https://github.com/node-formidable/formidable/releases )
- [Changelog](https://github.com/node-formidable/formidable/blob/master/CHANGELOG.md )
- [Commits](https://github.com/node-formidable/formidable/commits )
---
updated-dependencies:
- dependency-name: qs
dependency-type: indirect
- dependency-name: formidable
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-12 09:32:31 +00:00
Kamil Mysliwiec
91c6b80fce
Merge pull request #10654 from nestjs/dependabot/npm_and_yarn/sample/29-file-upload/qs-and-formidable-6.10.3
...
chore(deps): bump qs and formidable in /sample/29-file-upload
2022-12-12 10:31:53 +01:00
Kamil Mysliwiec
66086f54c1
Merge pull request #10653 from nestjs/dependabot/npm_and_yarn/sample/09-babel-example/qs-and-formidable-6.10.3
...
chore(deps): bump qs and formidable in /sample/09-babel-example
2022-12-12 10:31:40 +01:00
Kamil Mysliwiec
d4cecb446e
Merge pull request #10665 from nestjs/dependabot/npm_and_yarn/sample/32-graphql-federation-schema-first/users-application/qs-and-formidable-6.10.3
...
chore(deps): bump qs and formidable in /sample/32-graphql-federation-schema-first/users-application
2022-12-12 10:31:31 +01:00
dependabot[bot]
1e13266561
chore(deps-dev): bump @nestjs/apollo from 10.1.4 to 10.1.7
...
Bumps [@nestjs/apollo](https://github.com/nestjs/graphql ) from 10.1.4 to 10.1.7.
- [Release notes](https://github.com/nestjs/graphql/releases )
- [Commits](https://github.com/nestjs/graphql/compare/v10.1.4...v10.1.7 )
---
updated-dependencies:
- dependency-name: "@nestjs/apollo"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-12 09:27:07 +00:00
dependabot[bot]
8ef66ca07e
chore(deps-dev): bump typescript from 4.8.4 to 4.9.4
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.8.4 to 4.9.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.8.4...v4.9.4 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-12 09:25:50 +00:00
dependabot[bot]
83b49d63bf
chore(deps): bump qs and formidable
...
Bumps [qs](https://github.com/ljharb/qs ) and [formidable](https://github.com/node-formidable/formidable ). These dependencies needed to be updated together.
Updates `qs` from 6.9.3 to 6.10.3
- [Release notes](https://github.com/ljharb/qs/releases )
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.9.3...v6.10.3 )
Updates `formidable` from 2.0.1 to 2.1.1
- [Release notes](https://github.com/node-formidable/formidable/releases )
- [Changelog](https://github.com/node-formidable/formidable/blob/master/CHANGELOG.md )
- [Commits](https://github.com/node-formidable/formidable/commits )
---
updated-dependencies:
- dependency-name: qs
dependency-type: indirect
- dependency-name: formidable
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-12 09:25:13 +00:00
dependabot[bot]
dcbc954794
chore(deps): bump qs and formidable in /sample/09-babel-example
...
Bumps [qs](https://github.com/ljharb/qs ) and [formidable](https://github.com/node-formidable/formidable ). These dependencies needed to be updated together.
Updates `qs` from 6.9.3 to 6.10.3
- [Release notes](https://github.com/ljharb/qs/releases )
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.9.3...v6.10.3 )
Updates `formidable` from 2.0.1 to 2.1.1
- [Release notes](https://github.com/node-formidable/formidable/releases )
- [Changelog](https://github.com/node-formidable/formidable/blob/master/CHANGELOG.md )
- [Commits](https://github.com/node-formidable/formidable/commits )
---
updated-dependencies:
- dependency-name: qs
dependency-type: indirect
- dependency-name: formidable
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-12 09:25:05 +00:00
dependabot[bot]
122401c2a7
chore(deps): bump qs and formidable in /sample/29-file-upload
...
Bumps [qs](https://github.com/ljharb/qs ) and [formidable](https://github.com/node-formidable/formidable ). These dependencies needed to be updated together.
Updates `qs` from 6.9.3 to 6.10.3
- [Release notes](https://github.com/ljharb/qs/releases )
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.9.3...v6.10.3 )
Updates `formidable` from 2.0.1 to 2.1.1
- [Release notes](https://github.com/node-formidable/formidable/releases )
- [Changelog](https://github.com/node-formidable/formidable/blob/master/CHANGELOG.md )
- [Commits](https://github.com/node-formidable/formidable/commits )
---
updated-dependencies:
- dependency-name: qs
dependency-type: indirect
- dependency-name: formidable
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-12 09:25:02 +00:00
Kamil Mysliwiec
06b8178471
Merge pull request #10678 from nestjs/dependabot/npm_and_yarn/nestjs/graphql-10.1.7
...
chore(deps-dev): bump @nestjs/graphql from 10.1.5 to 10.1.7
2022-12-12 10:24:31 +01:00
Kamil Mysliwiec
eab17a8389
Merge pull request #10682 from nestjs/dependabot/npm_and_yarn/decode-uri-component-0.2.2
...
chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2
2022-12-12 10:24:24 +01:00
Kamil Mysliwiec
a4ba39683f
Merge pull request #10570 from nestjs/dependabot/npm_and_yarn/types/gulp-4.0.10
...
chore(deps-dev): bump @types/gulp from 4.0.9 to 4.0.10
2022-12-12 10:23:55 +01:00
Kamil Mysliwiec
cddf96539a
Merge pull request #10672 from nestjs/dependabot/npm_and_yarn/sample/32-graphql-federation-schema-first/posts-application/qs-and-formidable-6.10.3
...
chore(deps): bump qs and formidable in /sample/32-graphql-federation-schema-first/posts-application
2022-12-12 10:23:18 +01:00
Kamil Mysliwiec
b2c61c9a71
Merge pull request #10666 from nestjs/dependabot/npm_and_yarn/sample/25-dynamic-modules/qs-and-formidable-6.10.3
...
chore(deps): bump qs and formidable in /sample/25-dynamic-modules
2022-12-12 10:23:12 +01:00
Kamil Mysliwiec
dc3858979e
Merge pull request #10667 from nestjs/dependabot/npm_and_yarn/sample/19-auth-jwt/qs-and-formidable-6.10.3
...
chore(deps): bump qs and formidable in /sample/19-auth-jwt
2022-12-12 10:23:04 +01:00
Kamil Mysliwiec
5a948f5727
Merge pull request #10669 from nestjs/dependabot/npm_and_yarn/sample/31-graphql-federation-code-first/users-application/qs-and-formidable-6.10.3
...
chore(deps): bump qs and formidable in /sample/31-graphql-federation-code-first/users-application
2022-12-12 10:22:56 +01:00
Kamil Mysliwiec
02db4dc9d4
Merge pull request #10670 from nestjs/dependabot/npm_and_yarn/sample/33-graphql-mercurius/qs-and-formidable-6.11.0
...
chore(deps): bump qs and formidable in /sample/33-graphql-mercurius
2022-12-12 10:22:50 +01:00
Kamil Mysliwiec
7667fe6009
Merge pull request #10671 from nestjs/dependabot/npm_and_yarn/sample/28-sse/qs-and-formidable-6.10.3
...
chore(deps): bump qs and formidable in /sample/28-sse
2022-12-12 10:22:45 +01:00
Kamil Mysliwiec
83f7e09c6b
Merge pull request #10641 from nestjs/dependabot/npm_and_yarn/sample/22-graphql-prisma/qs-and-formidable-6.10.3
...
chore(deps): bump qs and formidable in /sample/22-graphql-prisma
2022-12-12 10:22:36 +01:00
Kamil Mysliwiec
600bc22d60
Merge pull request #10565 from nestjs/dependabot/npm_and_yarn/types/amqplib-0.10.0
...
chore(deps-dev): bump @types/amqplib from 0.8.2 to 0.10.0
2022-12-12 10:22:26 +01:00
Kamil Mysliwiec
eff694a267
Merge pull request #10622 from nestjs/dependabot/npm_and_yarn/commitlint/cli-17.3.0
...
chore(deps-dev): bump @commitlint/cli from 17.2.0 to 17.3.0
2022-12-12 10:22:19 +01:00
Kamil Mysliwiec
e64daf2c43
Merge pull request #10640 from nestjs/dependabot/npm_and_yarn/sample/01-cats-app/qs-and-formidable-6.10.3
...
chore(deps): bump qs and formidable in /sample/01-cats-app
2022-12-12 10:22:12 +01:00
Kamil Mysliwiec
7a31b17235
Merge pull request #10639 from nestjs/dependabot/npm_and_yarn/sample/10-fastify/qs-and-formidable-6.11.0
...
chore(deps): bump qs and formidable in /sample/10-fastify
2022-12-12 10:22:06 +01:00
Kamil Mysliwiec
143ef697f3
Merge pull request #10638 from nestjs/dependabot/npm_and_yarn/sample/16-gateways-ws/qs-and-formidable-6.10.3
...
chore(deps): bump qs and formidable in /sample/16-gateways-ws
2022-12-12 10:22:02 +01:00
Kamil Mysliwiec
fa39625277
Merge pull request #10637 from nestjs/dependabot/npm_and_yarn/sample/06-mongoose/qs-and-formidable-6.10.3
...
chore(deps): bump qs and formidable in /sample/06-mongoose
2022-12-12 10:20:54 +01:00
Kamil Mysliwiec
71c655bcd9
Merge pull request #10636 from nestjs/dependabot/npm_and_yarn/qs-6.5.3
...
chore(deps): bump qs from 6.5.2 to 6.5.3
2022-12-12 10:20:22 +01:00
Vojtech Novak
7e752d4dd8
chore(deps): remove old cache-manager types
2022-12-10 14:39:10 +01:00
Mahmoud Kassem
452f19461c
fix(parse-file): remove object case
2022-12-08 08:23:08 +02:00
dependabot[bot]
6eee7d8ade
chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2
...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component ) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases )
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2 )
---
updated-dependencies:
- dependency-name: decode-uri-component
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-08 04:37:56 +00:00
dependabot[bot]
93b4f4a2f3
chore(deps-dev): bump @nestjs/graphql from 10.1.5 to 10.1.7
...
Bumps [@nestjs/graphql](https://github.com/nestjs/graphql ) from 10.1.5 to 10.1.7.
- [Release notes](https://github.com/nestjs/graphql/releases )
- [Commits](https://github.com/nestjs/graphql/compare/v10.1.5...v10.1.7 )
---
updated-dependencies:
- dependency-name: "@nestjs/graphql"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-08 00:27:25 +00:00
Mahmoud Kassem
7792c43b93
fix(parse-file): multi files validation
2022-12-07 23:17:27 +02:00
Tolga Paksoy
363ab79b5f
chore(platform): use type imports
2022-12-07 17:32:39 +01:00
Tolga Paksoy
9efb84fc22
refactor(platform): add example and simplify types
2022-12-07 17:32:36 +01:00
Tolga Paksoy
1b90339d8b
fix(core): remove empty optional adapter method
2022-12-07 17:05:00 +01:00
dependabot[bot]
fe18316db6
chore(deps): bump qs and formidable
...
Bumps [qs](https://github.com/ljharb/qs ) and [formidable](https://github.com/node-formidable/formidable ). These dependencies needed to be updated together.
Updates `qs` from 6.9.3 to 6.10.3
- [Release notes](https://github.com/ljharb/qs/releases )
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.9.3...v6.10.3 )
Updates `formidable` from 2.0.1 to 2.1.1
- [Release notes](https://github.com/node-formidable/formidable/releases )
- [Changelog](https://github.com/node-formidable/formidable/blob/master/CHANGELOG.md )
- [Commits](https://github.com/node-formidable/formidable/commits )
---
updated-dependencies:
- dependency-name: qs
dependency-type: indirect
- dependency-name: formidable
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-06 20:11:51 +00:00
dependabot[bot]
f685eeac4a
chore(deps): bump qs and formidable in /sample/28-sse
...
Bumps [qs](https://github.com/ljharb/qs ) and [formidable](https://github.com/node-formidable/formidable ). These dependencies needed to be updated together.
Updates `qs` from 6.9.3 to 6.10.3
- [Release notes](https://github.com/ljharb/qs/releases )
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.9.3...v6.10.3 )
Updates `formidable` from 2.0.1 to 2.1.1
- [Release notes](https://github.com/node-formidable/formidable/releases )
- [Changelog](https://github.com/node-formidable/formidable/blob/master/CHANGELOG.md )
- [Commits](https://github.com/node-formidable/formidable/commits )
---
updated-dependencies:
- dependency-name: qs
dependency-type: indirect
- dependency-name: formidable
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-06 20:11:41 +00:00
dependabot[bot]
6900fb288b
chore(deps): bump qs and formidable in /sample/33-graphql-mercurius
...
Bumps [qs](https://github.com/ljharb/qs ) and [formidable](https://github.com/node-formidable/formidable ). These dependencies needed to be updated together.
Updates `qs` from 6.9.3 to 6.11.0
- [Release notes](https://github.com/ljharb/qs/releases )
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.9.3...v6.11.0 )
Updates `formidable` from 2.0.1 to 2.1.1
- [Release notes](https://github.com/node-formidable/formidable/releases )
- [Changelog](https://github.com/node-formidable/formidable/blob/master/CHANGELOG.md )
- [Commits](https://github.com/node-formidable/formidable/commits )
---
updated-dependencies:
- dependency-name: qs
dependency-type: indirect
- dependency-name: formidable
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-06 20:11:35 +00:00
dependabot[bot]
871347711b
chore(deps): bump qs and formidable
...
Bumps [qs](https://github.com/ljharb/qs ) and [formidable](https://github.com/node-formidable/formidable ). These dependencies needed to be updated together.
Updates `qs` from 6.9.3 to 6.10.3
- [Release notes](https://github.com/ljharb/qs/releases )
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.9.3...v6.10.3 )
Updates `formidable` from 2.0.1 to 2.1.1
- [Release notes](https://github.com/node-formidable/formidable/releases )
- [Changelog](https://github.com/node-formidable/formidable/blob/master/CHANGELOG.md )
- [Commits](https://github.com/node-formidable/formidable/commits )
---
updated-dependencies:
- dependency-name: qs
dependency-type: indirect
- dependency-name: formidable
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-06 20:11:18 +00:00
dependabot[bot]
5feeb2dc58
chore(deps): bump qs and formidable in /sample/19-auth-jwt
...
Bumps [qs](https://github.com/ljharb/qs ) and [formidable](https://github.com/node-formidable/formidable ). These dependencies needed to be updated together.
Updates `qs` from 6.9.3 to 6.10.3
- [Release notes](https://github.com/ljharb/qs/releases )
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.9.3...v6.10.3 )
Updates `formidable` from 2.0.1 to 2.1.1
- [Release notes](https://github.com/node-formidable/formidable/releases )
- [Changelog](https://github.com/node-formidable/formidable/blob/master/CHANGELOG.md )
- [Commits](https://github.com/node-formidable/formidable/commits )
---
updated-dependencies:
- dependency-name: qs
dependency-type: indirect
- dependency-name: formidable
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-06 20:11:17 +00:00
dependabot[bot]
3c37326502
chore(deps): bump qs and formidable in /sample/25-dynamic-modules
...
Bumps [qs](https://github.com/ljharb/qs ) and [formidable](https://github.com/node-formidable/formidable ). These dependencies needed to be updated together.
Updates `qs` from 6.9.3 to 6.10.3
- [Release notes](https://github.com/ljharb/qs/releases )
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.9.3...v6.10.3 )
Updates `formidable` from 2.0.1 to 2.1.1
- [Release notes](https://github.com/node-formidable/formidable/releases )
- [Changelog](https://github.com/node-formidable/formidable/blob/master/CHANGELOG.md )
- [Commits](https://github.com/node-formidable/formidable/commits )
---
updated-dependencies:
- dependency-name: qs
dependency-type: indirect
- dependency-name: formidable
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-06 20:11:15 +00:00
dependabot[bot]
6d9eef8526
chore(deps): bump qs and formidable in /sample/22-graphql-prisma
...
Bumps [qs](https://github.com/ljharb/qs ) and [formidable](https://github.com/node-formidable/formidable ). These dependencies needed to be updated together.
Updates `qs` from 6.9.3 to 6.10.3
- [Release notes](https://github.com/ljharb/qs/releases )
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.9.3...v6.10.3 )
Updates `formidable` from 2.0.1 to 2.1.1
- [Release notes](https://github.com/node-formidable/formidable/releases )
- [Changelog](https://github.com/node-formidable/formidable/blob/master/CHANGELOG.md )
- [Commits](https://github.com/node-formidable/formidable/commits )
---
updated-dependencies:
- dependency-name: qs
dependency-type: indirect
- dependency-name: formidable
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-06 20:10:37 +00:00
dependabot[bot]
5f8011b0df
chore(deps): bump qs and formidable in /sample/01-cats-app
...
Bumps [qs](https://github.com/ljharb/qs ) and [formidable](https://github.com/node-formidable/formidable ). These dependencies needed to be updated together.
Updates `qs` from 6.9.3 to 6.10.3
- [Release notes](https://github.com/ljharb/qs/releases )
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.9.3...v6.10.3 )
Updates `formidable` from 2.0.1 to 2.1.1
- [Release notes](https://github.com/node-formidable/formidable/releases )
- [Changelog](https://github.com/node-formidable/formidable/blob/master/CHANGELOG.md )
- [Commits](https://github.com/node-formidable/formidable/commits )
---
updated-dependencies:
- dependency-name: qs
dependency-type: indirect
- dependency-name: formidable
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-06 20:10:35 +00:00
dependabot[bot]
93a3d15a51
chore(deps): bump qs and formidable in /sample/10-fastify
...
Bumps [qs](https://github.com/ljharb/qs ) and [formidable](https://github.com/node-formidable/formidable ). These dependencies needed to be updated together.
Updates `qs` from 6.9.3 to 6.11.0
- [Release notes](https://github.com/ljharb/qs/releases )
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.9.3...v6.11.0 )
Updates `formidable` from 2.0.1 to 2.1.1
- [Release notes](https://github.com/node-formidable/formidable/releases )
- [Changelog](https://github.com/node-formidable/formidable/blob/master/CHANGELOG.md )
- [Commits](https://github.com/node-formidable/formidable/commits )
---
updated-dependencies:
- dependency-name: qs
dependency-type: indirect
- dependency-name: formidable
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-06 20:10:30 +00:00
dependabot[bot]
efafa1e0ea
chore(deps): bump qs and formidable in /sample/16-gateways-ws
...
Bumps [qs](https://github.com/ljharb/qs ) and [formidable](https://github.com/node-formidable/formidable ). These dependencies needed to be updated together.
Updates `qs` from 6.9.3 to 6.10.3
- [Release notes](https://github.com/ljharb/qs/releases )
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.9.3...v6.10.3 )
Updates `formidable` from 2.0.1 to 2.1.1
- [Release notes](https://github.com/node-formidable/formidable/releases )
- [Changelog](https://github.com/node-formidable/formidable/blob/master/CHANGELOG.md )
- [Commits](https://github.com/node-formidable/formidable/commits )
---
updated-dependencies:
- dependency-name: qs
dependency-type: indirect
- dependency-name: formidable
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-06 20:10:28 +00:00
dependabot[bot]
5e76af2673
chore(deps): bump qs and formidable in /sample/06-mongoose
...
Bumps [qs](https://github.com/ljharb/qs ) and [formidable](https://github.com/node-formidable/formidable ). These dependencies needed to be updated together.
Updates `qs` from 6.9.3 to 6.10.3
- [Release notes](https://github.com/ljharb/qs/releases )
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.9.3...v6.10.3 )
Updates `formidable` from 2.0.1 to 2.1.1
- [Release notes](https://github.com/node-formidable/formidable/releases )
- [Changelog](https://github.com/node-formidable/formidable/blob/master/CHANGELOG.md )
- [Commits](https://github.com/node-formidable/formidable/commits )
---
updated-dependencies:
- dependency-name: qs
dependency-type: indirect
- dependency-name: formidable
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-06 20:10:21 +00:00
dependabot[bot]
80ca4fa648
chore(deps): bump qs from 6.5.2 to 6.5.3
...
Bumps [qs](https://github.com/ljharb/qs ) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/ljharb/qs/releases )
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.5.2...v6.5.3 )
---
updated-dependencies:
- dependency-name: qs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-06 18:36:21 +00:00
Tolga Paksoy
a25bfa86ed
refactor(platform): extract platform implementation detail to interfaces
2022-12-05 18:03:10 +01:00
Tolga Paksoy
d5e1cd18fc
refactor(fastify): re-use use body parser function
2022-12-05 18:03:08 +01:00
Tolga Paksoy
9b073748cb
test(): add integration test for raw body
2022-12-05 17:52:11 +01:00
Tolga Paksoy
0444f9c89e
feat(platform): enable body parser with raw body support
2022-12-05 17:52:08 +01:00
Nathan
b59881fa43
chore(core): add space below imports
...
Co-authored-by: Kamil Mysliwiec <mail@kamilmysliwiec.com >
2022-12-05 10:28:05 -05:00
Kamil Mysliwiec
349840e016
Update Readme.md
2022-12-05 09:48:54 +01:00
nomaxg
b9c235ae18
feat(microservice): add tcp over tls support
...
Signed-off-by: nomaxg <noahgolub2@gmail.com >
2022-12-02 16:53:34 -05:00
Nathan Knight
03f32aafce
chore(core): add comment on use of string injection token in test
2022-12-02 13:42:10 -05:00
e-dot
1b9bb76d07
Merge branch 'master' of https://github.com/e-dot/nest
2022-12-02 18:50:17 +01:00
e-dot
c817014c7d
Windows IIS Compatibility : listen(FastifyListenOptions)
...
Adapt the fastify adapter to be compatible with Microsoft IIS : requires the new listen() API with a FastifyListenOptions parameter
2022-12-02 18:48:21 +01:00
Nathan Knight
af72e64009
fix(core): fix reflectConstructorParams mutating constructor metadata
2022-12-01 14:54:08 -05:00
dependabot[bot]
517bb67ecc
chore(deps-dev): bump @commitlint/cli from 17.2.0 to 17.3.0
...
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli ) from 17.2.0 to 17.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/v17.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 >
2022-12-01 00:12:13 +00:00
e-dot
accb1dc014
Adapt Fastify Adapter (!) to use listen options
...
Improve the fastify adapter to use an object (FastifyListenOptions) in order to be able to totally configure fastify. In particular, enable use of "named pipes" for port, and render nestJs compatible with IIS and IISNode on Windows.
2022-11-30 10:08:24 +01:00
dependabot[bot]
75a10b9831
chore(deps-dev): bump @types/gulp from 4.0.9 to 4.0.10
...
Bumps [@types/gulp](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/gulp ) from 4.0.9 to 4.0.10.
- [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 >
2022-11-30 08:45:57 +00:00
dependabot[bot]
9f274b34ee
chore(deps-dev): bump @types/amqplib from 0.8.2 to 0.10.0
...
Bumps [@types/amqplib](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/amqplib ) from 0.8.2 to 0.10.0.
- [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-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-30 08:45:53 +00:00
dependabot[bot]
8a38be3428
chore(deps): bump socket.io-parser in /sample/02-gateways
...
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser ) from 4.0.4 to 4.0.5.
- [Release notes](https://github.com/socketio/socket.io-parser/releases )
- [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md )
- [Commits](https://github.com/socketio/socket.io-parser/compare/4.0.4...4.0.5 )
---
updated-dependencies:
- dependency-name: socket.io-parser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-30 08:44:08 +00:00
Kamil Mysliwiec
ff15bd9404
Merge pull request #10564 from nestjs/dependabot/npm_and_yarn/graphql-tools-8.3.12
...
chore(deps-dev): bump graphql-tools from 8.3.11 to 8.3.12
2022-11-30 09:43:42 +01:00
Kamil Mysliwiec
caec61d3cc
Merge pull request #10615 from nestjs/dependabot/npm_and_yarn/socket.io-4.5.4
...
chore(deps): bump socket.io from 4.5.3 to 4.5.4
2022-11-30 09:43:26 +01:00
Kamil Mysliwiec
ad50e434cc
Merge pull request #10616 from nestjs/dependabot/npm_and_yarn/nats-2.9.1
...
chore(deps-dev): bump nats from 2.9.0 to 2.9.1
2022-11-30 09:43:11 +01:00
dependabot[bot]
63ec0ab8b3
chore(deps-dev): bump nats from 2.9.0 to 2.9.1
...
Bumps [nats](https://github.com/nats-io/nats.js ) from 2.9.0 to 2.9.1.
- [Release notes](https://github.com/nats-io/nats.js/releases )
- [Commits](https://github.com/nats-io/nats.js/compare/v2.9.0...v2.9.1 )
---
updated-dependencies:
- dependency-name: nats
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-30 00:05:55 +00:00
dependabot[bot]
2ea271d9c1
chore(deps): bump socket.io from 4.5.3 to 4.5.4
...
Bumps [socket.io](https://github.com/socketio/socket.io ) from 4.5.3 to 4.5.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.5.3...4.5.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 >
2022-11-30 00:04:20 +00:00
e-dot
1755537a77
Improve type checking
...
Use class FastifyListenOptions to restrict type checking
And check that one of the attributes is really defined (path port or host) in order to use it as the listen option
2022-11-29 16:23:44 +01:00
Rubin Bhandari
5c8370bbfb
remove not needed cache-manager-redis-store
...
Inmemory caching doesnt require the dependency
2022-11-29 16:17:56 +05:45
Kamil Myśliwiec
308599fb2f
chore(@nestjs) publish v9.2.1 release
2022-11-29 10:00:00 +01:00
Kamil Myśliwiec
95e8394b32
test: add inspector e2e tests, add deterministic uuid registry
2022-11-29 09:56:19 +01:00
Kamil Mysliwiec
e635224ef6
Merge pull request #10573 from rubiin/master
...
chore: remove unneeded pug dependency from sample (15-mvc)
2022-11-29 09:55:25 +01:00
Kamil Mysliwiec
d827878d86
Merge pull request #10556 from nestjs/dependabot/npm_and_yarn/socket.io-parser-3.3.3
...
chore(deps): bump socket.io-parser from 3.3.2 to 3.3.3
2022-11-29 09:55:01 +01:00
Kamil Mysliwiec
0ee84c4e00
Merge pull request #10591 from Leichtwind/master
...
fix(cache): use passed store object
2022-11-29 09:54:08 +01:00
dependabot[bot]
7c06078b7a
chore(deps-dev): bump graphql-tools from 8.3.11 to 8.3.12
...
Bumps [graphql-tools](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/graphql-tools ) from 8.3.11 to 8.3.12.
- [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@8.3.12/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 >
2022-11-29 08:53:41 +00:00
Kamil Mysliwiec
ef917e05a5
Merge pull request #10606 from aradwann/remove-deprecated-type-dependencies
...
build: remove deprecated type deps
2022-11-29 09:52:47 +01:00
Kamil Mysliwiec
f6fa85031d
Merge pull request #10599 from nestjs/dependabot/npm_and_yarn/redis-4.5.1
...
chore(deps-dev): bump redis from 4.4.0 to 4.5.1
2022-11-29 09:52:38 +01:00
Kamil Mysliwiec
900be19c50
Merge pull request #10605 from ufec/ufec-fix-10604-branch
...
fix: fastify-adapter register func sign #10604
2022-11-29 09:52:29 +01:00
Kamil Mysliwiec
3009353422
Merge pull request #10583 from nestjs/dependabot/npm_and_yarn/fastify-4.10.2
...
chore(deps): bump fastify from 4.9.2 to 4.10.2
2022-11-29 09:48:42 +01:00
Micael Levi L. Cavalcante
f2dffaabe6
feat(core): add newline on 'debug' repl function message
2022-11-28 00:21:06 -04:00
Micael Levi L. Cavalcante
7e958c9f9c
feat(core): enhance repl 'help' command with nestjs functions
2022-11-28 00:21:03 -04:00
Ahmed Radwan
6aeed124a5
build: remove deprecated type deps
2022-11-27 11:28:16 +02:00
ufec
cd55a18e56
fix: fastify-adapter register func sign
2022-11-26 23:14:34 +08:00
e-dot
7b81d0571d
Merge pull request #1 from e-dot/e-dot-patch-1
...
Compatibility with Microsoft IIS, iisnode and fastify
2022-11-25 18:01:59 +01:00
e-dot
7afed825be
Compatibility with Microsoft IIS, iisnode and fastify
...
To enable compatibilty with iisnode and fastify, you need to enable use of an object - passed as-is to the fastify listen function (see https://www.fastify.io/docs/latest/Reference/Server/#listen )
2022-11-25 17:56:51 +01:00
dependabot[bot]
fab121f4f0
chore(deps-dev): bump redis from 4.4.0 to 4.5.1
...
Bumps [redis](https://github.com/redis/node-redis ) from 4.4.0 to 4.5.1.
- [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.4.0...redis@4.5.1 )
---
updated-dependencies:
- dependency-name: redis
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-25 00:04:47 +00:00
codytseng
a1f17e2271
refactor: rename getPaths to extractPathsFrom
2022-11-24 21:34:45 +08:00
codytseng
ecba3bafde
refactor: create a separate class to retrieve the paths
2022-11-24 14:37:59 +08:00
codytseng
daa2054000
style: keep up with current standards
2022-11-24 11:49:42 +08:00
codytseng
151a67b752
refactor: applicationConfig instead (instance as any).config
2022-11-24 09:32:09 +08:00
Maxim Ciuchitu
2983f54a7e
fix(cache): use passed store object
2022-11-23 20:11:36 +02:00
codytseng
60772c39e1
feat: use mapToExcludeRoute() when set global prefix
2022-11-23 22:34:25 +08:00
codytseng
7d1fa9a216
test: global prefix options
2022-11-23 18:23:00 +08:00
codytseng
758cd2d8b1
refactor: wrap get paths logic into a private function
2022-11-23 18:18:32 +08:00
codytseng
fdc5f34219
feat: move test
2022-11-23 16:07:13 +08:00
dependabot[bot]
8f5e08d38f
chore(deps): bump fastify from 4.9.2 to 4.10.2
...
Bumps [fastify](https://github.com/fastify/fastify ) from 4.9.2 to 4.10.2.
- [Release notes](https://github.com/fastify/fastify/releases )
- [Commits](https://github.com/fastify/fastify/compare/v4.9.2...v4.10.2 )
---
updated-dependencies:
- dependency-name: fastify
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-21 22:43:02 +00:00
Kamil Myśliwiec
a89615b124
feat: add graph inspector implementation
2022-11-21 11:00:11 +01:00
Cody Tseng
d5f434ce75
Merge branch 'nestjs:master' into fix-middleware-global-prefix
2022-11-20 01:07:44 +08:00
codytseng
4a27d263c5
test: update the middleware get the params from global prefix test
2022-11-20 00:25:59 +08:00
codytseng
cc7e829804
feat: version-aware middleware
2022-11-19 18:11:09 +08:00
Kamil Mysliwiec
220b098e22
Merge pull request #10558 from micalevisk/feat/add-solution-on-unknown-dep
...
feat(core): add hint to unknown dependency error msg
2022-11-18 11:21:41 +01:00
Rubin Bhandari
79842a2d5a
chore: remove unneeded pug dependency
2022-11-17 18:18:04 +05:45
codytseng
4c4c13bf84
Merge branch 'master' into fix-middleware-global-prefix
2022-11-15 22:38:42 +08:00
Micael Levi L. Cavalcante
d3a025cbf8
ci: don't install greater than npm 8
2022-11-15 00:10:30 -04:00
Micael Levi L. Cavalcante
bf17cd0394
feat(core): add hint to unknown dependency error msg
2022-11-15 00:10:28 -04:00
Gustrb
a7655a051d
ci: don't install greater than npm 8
2022-11-12 22:06:38 -03:00
dependabot[bot]
8d73992015
chore(deps): bump socket.io-parser from 3.3.2 to 3.3.3
...
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser ) from 3.3.2 to 3.3.3.
- [Release notes](https://github.com/socketio/socket.io-parser/releases )
- [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md )
- [Commits](https://github.com/socketio/socket.io-parser/compare/3.3.2...3.3.3 )
---
updated-dependencies:
- dependency-name: socket.io-parser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-12 11:21:33 +00:00
weal1312
d6097a10ac
fix(common): CacheStoreFactory type
2022-11-12 04:04:56 +08:00
Kamil Mysliwiec
8e3af065bb
Update Readme.md
2022-11-10 10:59:51 +01:00
Gustrb
2f69e96852
feat(core): Add the search method to the adapter
...
This update was really simple, because we dont need any kind of aliasing
due to fastify and express already supporting the search method for Application
2022-11-09 19:49:35 -03:00
Gustrb
2dd3526d08
feat(common): Add the @Search decorator
...
This decorator uses the SEARCH method to construct a decorator
for a handler to a Search http request
2022-11-09 19:25:55 -03:00
Gustrb
93694eea56
feat(common): Add the search method to the list
...
The search method is going to be anexed with the @Search decorator and
going to be used to reference a SEARCH request
2022-11-09 19:25:52 -03:00
Ondřej Švanda
e45e04aa69
fix(microservices): allow falsy values in options
2022-11-09 16:08:47 +01:00
Kamil Mysliwiec
ba60d35d47
Merge pull request #10527 from nestjs/chore/migrate-to-tsc-composite-mode
...
chore: migrate to tsc composite mode (project references)
2022-11-09 13:12:54 +01:00
Kamil Myśliwiec
52cfbae0e3
chore: exclude socket-module (mocha)
2022-11-09 12:42:56 +01:00
Kamil Myśliwiec
3d03ab9b1c
chore: revert .spec exclude setting (mocha)
2022-11-09 12:01:25 +01:00
Kamil Myśliwiec
5c37cb49bd
chore: fix incorrent platform-socket.io path mapping
2022-11-09 11:54:43 +01:00
Kamil Myśliwiec
5b42ab71af
test: add paths mapping and watch mode for unit tests
2022-11-09 11:46:08 +01:00
Kamil Mysliwiec
c5d1ca5678
Merge pull request #10544 from nestjs/dependabot/npm_and_yarn/husky-8.0.2
...
chore(deps-dev): bump husky from 8.0.1 to 8.0.2
2022-11-09 08:42:48 +01:00
Kamil Mysliwiec
fd2810f571
Merge pull request #10543 from nestjs/dependabot/npm_and_yarn/fastify/cors-8.2.0
...
chore(deps): bump @fastify/cors from 8.1.1 to 8.2.0
2022-11-09 08:42:44 +01:00
Kamil Mysliwiec
e2507575bb
Merge pull request #10539 from nestjs/dependabot/npm_and_yarn/sinon-14.0.2
...
chore(deps-dev): bump sinon from 14.0.1 to 14.0.2
2022-11-09 08:42:33 +01:00
Kamil Mysliwiec
5358b3efca
Merge pull request #10538 from nestjs/dependabot/npm_and_yarn/graphql-tools-8.3.11
...
chore(deps-dev): bump graphql-tools from 8.3.10 to 8.3.11
2022-11-09 08:42:28 +01:00
Kamil Mysliwiec
7b8947816c
Merge pull request #10536 from nestjs/dependabot/npm_and_yarn/mongoose-6.7.2
...
chore(deps-dev): bump mongoose from 6.7.1 to 6.7.2
2022-11-09 08:41:46 +01:00
dependabot[bot]
e49c27c099
chore(deps-dev): bump graphql-tools from 8.3.10 to 8.3.11
...
Bumps [graphql-tools](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/graphql-tools ) from 8.3.10 to 8.3.11.
- [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@8.3.11/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 >
2022-11-09 07:34:52 +00:00
Kamil Mysliwiec
9578cd1430
Merge pull request #10535 from nestjs/dependabot/npm_and_yarn/chai-and-types/chai-4.3.7
...
chore(deps-dev): bump chai and @types/chai
2022-11-09 08:32:26 +01:00
Kamil Mysliwiec
4247ab3ce3
Merge pull request #10534 from nestjs/dependabot/npm_and_yarn/fast-json-stringify-5.4.1
...
chore(deps): bump fast-json-stringify from 5.4.0 to 5.4.1
2022-11-09 08:32:22 +01:00
Kamil Mysliwiec
3cd3fdcaaf
Merge pull request #10532 from nestjs/dependabot/npm_and_yarn/sample/33-graphql-mercurius/fastify/websocket-and-mercurius-7.1.1
...
chore(deps): bump @fastify/websocket and mercurius in /sample/33-graphql-mercurius
2022-11-09 08:32:01 +01:00
dependabot[bot]
c4feebd8b3
chore(deps-dev): bump husky from 8.0.1 to 8.0.2
...
Bumps [husky](https://github.com/typicode/husky ) from 8.0.1 to 8.0.2.
- [Release notes](https://github.com/typicode/husky/releases )
- [Commits](https://github.com/typicode/husky/compare/v8.0.1...v8.0.2 )
---
updated-dependencies:
- dependency-name: husky
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-09 00:04:49 +00:00
dependabot[bot]
349e00f0a9
chore(deps): bump @fastify/cors from 8.1.1 to 8.2.0
...
Bumps [@fastify/cors](https://github.com/fastify/fastify-cors ) from 8.1.1 to 8.2.0.
- [Release notes](https://github.com/fastify/fastify-cors/releases )
- [Commits](https://github.com/fastify/fastify-cors/compare/v8.1.1...v8.2.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 >
2022-11-09 00:03:08 +00:00
dependabot[bot]
580248b2d1
chore(deps-dev): bump sinon from 14.0.1 to 14.0.2
...
Bumps [sinon](https://github.com/sinonjs/sinon ) from 14.0.1 to 14.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/v14.0.1...v14.0.2 )
---
updated-dependencies:
- dependency-name: sinon
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-08 00:11:05 +00:00
dependabot[bot]
eea601d149
chore(deps-dev): bump mongoose from 6.7.1 to 6.7.2
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 6.7.1 to 6.7.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/6.7.1...6.7.2 )
---
updated-dependencies:
- dependency-name: mongoose
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-08 00:05:53 +00:00
dependabot[bot]
2f798da1ab
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.3.6 to 4.3.7
- [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.6...v4.3.7 )
Updates `@types/chai` from 4.3.3 to 4.3.4
- [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-patch
- dependency-name: "@types/chai"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-08 00:04:32 +00:00
dependabot[bot]
57a22fa8ea
chore(deps): bump fast-json-stringify from 5.4.0 to 5.4.1
...
Bumps [fast-json-stringify](https://github.com/fastify/fast-json-stringify ) from 5.4.0 to 5.4.1.
- [Release notes](https://github.com/fastify/fast-json-stringify/releases )
- [Commits](https://github.com/fastify/fast-json-stringify/compare/v5.4.0...v5.4.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 >
2022-11-08 00:03:24 +00:00
dependabot[bot]
f1ac3e6b05
chore(deps): bump @fastify/websocket and mercurius
...
Bumps [@fastify/websocket](https://github.com/fastify/fastify-websocket ) to 7.1.1 and updates ancestor dependency [mercurius](https://github.com/mercurius-js/mercurius ). These dependencies need to be updated together.
Updates `@fastify/websocket` from 6.0.1 to 7.1.1
- [Release notes](https://github.com/fastify/fastify-websocket/releases )
- [Commits](https://github.com/fastify/fastify-websocket/compare/v6.0.1...v7.1.1 )
Updates `mercurius` from 10.1.0 to 10.5.1
- [Release notes](https://github.com/mercurius-js/mercurius/releases )
- [Commits](https://github.com/mercurius-js/mercurius/compare/v10.1.0...v10.5.1 )
---
updated-dependencies:
- dependency-name: "@fastify/websocket"
dependency-type: indirect
- dependency-name: mercurius
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-07 22:17:38 +00:00
ChrisiPK
584015bc77
fix(common): correct order for logger error parameters
...
The error() function of a logger has two optional parameters: the trace and the context. The logger
now no longer passes the global context as the first optional parameter when there are is no value
supplied for the trace parameter. Instead, the trace parameter is passed as undefined and the
context is passed as the second optional parameter.
This fixes a bug where the trace is overwritten by the context when passed to custom loggers.
Fixes gremo/nest-winston#473
2022-11-07 21:28:41 +00:00
Kamil Myśliwiec
58372eaabd
chore: revert tsconfig.spec.json file
2022-11-07 16:02:31 +01:00
Kamil Myśliwiec
6f738e260a
chore: update build and test scripts
2022-11-07 15:41:03 +01:00
Kamil Myśliwiec
9ffaeb9506
chore: ignore tsbuildinfo when publishing packages
2022-11-07 15:40:40 +01:00
Kamil Myśliwiec
d1d8cf6c59
chore(scripts): only move .d.ts and .js files (gulp scripts)
2022-11-07 14:16:27 +01:00
Kamil Myśliwiec
6e7bd0e4da
chore: fix build:samples script
2022-11-07 12:23:15 +01:00
Kamil Myśliwiec
6c8ce69832
Merge branch 'master' into chore/migrate-to-tsc-composite-mode
2022-11-07 11:22:03 +01:00
Kamil Myśliwiec
4ae4be92da
chore: fix postbuild script
2022-11-07 11:14:21 +01:00
Kamil Myśliwiec
7f9e30a7bd
chore: update readme
2022-11-07 11:11:38 +01:00
Kamil Myśliwiec
8101900e13
chore(@nestjs) publish v9.2.0 release
2022-11-07 11:11:15 +01:00
Kamil Mysliwiec
05ee137c38
Merge pull request #10459 from SirReiva/fix-fastify-response
...
fix(core): return response required for fastify v4
2022-11-07 11:03:52 +01:00
Kamil Mysliwiec
fc6b34be87
Merge pull request #10345 from tolgap/fix/9517-keep-alive-connections-blocking
...
fix(platform): shutdown hooks not firing caused by open http connections
2022-11-07 11:02:20 +01:00
Kamil Mysliwiec
dc2582a179
Merge pull request #10479 from micalevisk/feat/verbose-wrong-controller-error
...
feat(core): display class's name on request mapping exceptions
2022-11-07 10:52:38 +01:00
Kamil Mysliwiec
1f376fea52
Update packages/platform-express/adapters/express-adapter.ts
2022-11-07 10:44:54 +01:00
Kamil Mysliwiec
7ec60cabf9
Merge pull request #10460 from thiagomini/feature/10392-http-exceptions-cause-with-custom-message
...
feat(common): add error options object
2022-11-07 10:44:22 +01:00
Kamil Mysliwiec
ee82c7bf2e
Update packages/core/errors/messages.ts
2022-11-07 10:43:37 +01:00
Kamil Mysliwiec
4d3f283d66
Update packages/core/errors/exceptions/unknown-request-mapping.exception.ts
2022-11-07 10:42:17 +01:00
Kamil Mysliwiec
e04e41408d
Merge pull request #10481 from micalevisk/feat/issue-10480
...
feat(plataform-express): replace `any` return type on `#listen` with `Server`
2022-11-07 10:41:18 +01:00
Kamil Mysliwiec
ea4c1d83f5
Merge pull request #10484 from thiagomini/feature/8844-api-version-in-route-info
...
Feature/8844 api version in route info
2022-11-07 10:41:02 +01:00
Kamil Mysliwiec
eaee2b971c
Merge pull request #10497 from CodyTseng/fix-repl-param-type
...
fix(core): change `repl()` function param type to `Type | DynamicModule`
2022-11-07 10:40:37 +01:00
Kamil Mysliwiec
9ffdffd4e0
Merge pull request #10515 from buddh4/feat-custom-file-pipe-builder-validators
...
feat(common): Allow adding custom validators to ParseFilePipeBuilder
2022-11-07 10:40:23 +01:00
Kamil Mysliwiec
803916158f
Merge pull request #10521 from nestjs/feat/add-each-to-resolve-and-get
...
feat(core): expose each option to get and resolve methods
2022-11-07 10:39:41 +01:00
Kamil Myśliwiec
92c37ddc3b
style: address linter errors, move ts-expect-error desc
2022-11-07 10:23:24 +01:00
Kamil Myśliwiec
a8e5bc6c9b
test(core): add multiple providers resolution integration tests
2022-11-07 10:14:22 +01:00
Kamil Myśliwiec
ba75fd7a71
feat(core): implement resolve when each is set to true
2022-11-07 10:13:57 +01:00
Kamil Myśliwiec
c9d7f7b0b0
chore: add comment to the get or resolve options object
2022-11-07 09:32:04 +01:00
Kamil Myśliwiec
ef590d3f67
fix: add index.ts file for backward compatibility
2022-11-07 09:04:12 +01:00
Kamil Myśliwiec
8b3d0a7b7e
chore: migrate to tsc composite mode (project references)
2022-11-07 09:02:14 +01:00
Kamil Mysliwiec
f4218006d4
Merge pull request #10523 from nestjs/dependabot/npm_and_yarn/fastify/view-7.1.2
...
chore(deps-dev): bump @fastify/view from 7.1.1 to 7.1.2
2022-11-07 08:44:21 +01:00
Kamil Mysliwiec
0aec73961c
Merge pull request #10522 from nestjs/dependabot/npm_and_yarn/apollo-server-core-3.11.1
...
chore(deps-dev): bump apollo-server-core from 3.11.0 to 3.11.1
2022-11-07 08:39:09 +01:00
Kamil Mysliwiec
0769aaee74
Merge pull request #10524 from nestjs/dependabot/npm_and_yarn/ws-8.11.0
...
chore(deps): bump ws from 8.10.0 to 8.11.0
2022-11-07 08:36:43 +01:00
dependabot[bot]
565d378770
chore(deps): bump ws from 8.10.0 to 8.11.0
...
Bumps [ws](https://github.com/websockets/ws ) from 8.10.0 to 8.11.0.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/8.10.0...8.11.0 )
---
updated-dependencies:
- dependency-name: ws
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-07 00:11:24 +00:00
dependabot[bot]
26f2f5a2f1
chore(deps-dev): bump @fastify/view from 7.1.1 to 7.1.2
...
Bumps [@fastify/view](https://github.com/fastify/point-of-view ) from 7.1.1 to 7.1.2.
- [Release notes](https://github.com/fastify/point-of-view/releases )
- [Commits](https://github.com/fastify/point-of-view/compare/v7.1.1...v7.1.2 )
---
updated-dependencies:
- dependency-name: "@fastify/view"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-07 00:09:48 +00:00
dependabot[bot]
ccf91f80dc
chore(deps-dev): bump apollo-server-core from 3.11.0 to 3.11.1
...
Bumps [apollo-server-core](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-core ) from 3.11.0 to 3.11.1.
- [Release notes](https://github.com/apollographql/apollo-server/releases )
- [Changelog](https://github.com/apollographql/apollo-server/blob/apollo-server-core@3.11.1/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server-core@3.11.1/packages/apollo-server-core )
---
updated-dependencies:
- dependency-name: apollo-server-core
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-07 00:08:24 +00:00
Kamil Myśliwiec
debf451b0d
chore(core): add comments/method overloads for better dev experience
2022-11-05 16:22:54 +01:00
Kamil Myśliwiec
f4d1a1d978
feat(core): expose each option to get and resolve methods
2022-11-05 16:09:47 +01:00
Kamil Mysliwiec
beaccf3e1a
Merge pull request #10499 from Tony133/chore/update-import
...
chore(common,core,express): update imports
2022-11-04 08:25:36 +01:00
Tony133
7f2f630111
chore(common,core,express): update imports
2022-11-03 22:35:15 +01:00
buddh4
a4a4d57033
feat(common): Allow adding custom validators to ParseFilePipeBuilder
2022-11-03 15:50:38 +01:00
Kamil Mysliwiec
654ffd7601
Merge pull request #10513 from nestjs/dependabot/npm_and_yarn/apollo-server-express-3.11.1
...
chore(deps-dev): bump apollo-server-express from 3.10.4 to 3.11.1
2022-11-03 10:13:35 +01:00
dependabot[bot]
f8777877ed
chore(deps-dev): bump apollo-server-express from 3.10.4 to 3.11.1
...
Bumps [apollo-server-express](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-express ) from 3.10.4 to 3.11.1.
- [Release notes](https://github.com/apollographql/apollo-server/releases )
- [Changelog](https://github.com/apollographql/apollo-server/blob/apollo-server-express@3.11.1/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server-express@3.11.1/packages/apollo-server-express )
---
updated-dependencies:
- dependency-name: apollo-server-express
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-03 08:53:51 +00:00
Kamil Mysliwiec
123df49d9c
Update Readme.md
2022-11-03 09:53:24 +01:00
Kamil Mysliwiec
276e824fd6
Merge pull request #10505 from arkist/mongoose-document
...
sample(mongoose): change the way to define the mongoose document interface
2022-11-03 09:51:59 +01:00
Kamil Mysliwiec
8ca00442e3
Merge pull request #10491 from nestjs/dependabot/npm_and_yarn/commitlint/config-angular-17.2.0
...
chore(deps-dev): bump @commitlint/config-angular from 17.1.0 to 17.2.0
2022-11-03 09:51:31 +01:00
Kamil Mysliwiec
3bf3d9410a
Merge pull request #10506 from nestjs/dependabot/npm_and_yarn/nats-2.9.0
...
chore(deps-dev): bump nats from 2.8.0 to 2.9.0
2022-11-03 09:51:26 +01:00
Kamil Mysliwiec
4be61b0d4e
Merge pull request #10508 from nestjs/dependabot/npm_and_yarn/graphql-tools-8.3.10
...
chore(deps-dev): bump graphql-tools from 8.3.9 to 8.3.10
2022-11-03 09:51:15 +01:00
Kamil Mysliwiec
a84f741b65
Merge pull request #10509 from nestjs/dependabot/npm_and_yarn/apollo-server-core-3.11.0
...
chore(deps-dev): bump apollo-server-core from 3.10.4 to 3.11.0
2022-11-03 09:51:10 +01:00
Kamil Mysliwiec
24f005ef26
Merge pull request #10510 from nestjs/dependabot/npm_and_yarn/ioredis-5.2.4
...
chore(deps-dev): bump ioredis from 5.2.3 to 5.2.4
2022-11-03 09:50:10 +01:00
Kamil Mysliwiec
977a7065f7
Merge pull request #10511 from nestjs/dependabot/npm_and_yarn/cache-manager-5.1.3
...
chore(deps-dev): bump cache-manager from 5.1.1 to 5.1.3
2022-11-03 09:49:29 +01:00
Kamil Mysliwiec
4da213d85d
Merge pull request #10512 from nestjs/dependabot/npm_and_yarn/mongoose-6.7.1
...
chore(deps-dev): bump mongoose from 6.7.0 to 6.7.1
2022-11-03 09:49:24 +01:00
dependabot[bot]
d6653c1105
chore(deps-dev): bump mongoose from 6.7.0 to 6.7.1
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 6.7.0 to 6.7.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/6.7.0...6.7.1 )
---
updated-dependencies:
- dependency-name: mongoose
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-03 00:13:04 +00:00
dependabot[bot]
1af6a71981
chore(deps-dev): bump cache-manager from 5.1.1 to 5.1.3
...
Bumps [cache-manager](https://github.com/node-cache-manager/node-cache-manager ) from 5.1.1 to 5.1.3.
- [Release notes](https://github.com/node-cache-manager/node-cache-manager/releases )
- [Changelog](https://github.com/node-cache-manager/node-cache-manager/blob/master/CHANGELOG.md )
- [Commits](https://github.com/node-cache-manager/node-cache-manager/compare/5.1.1...5.1.3 )
---
updated-dependencies:
- dependency-name: cache-manager
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-03 00:08:37 +00:00
dependabot[bot]
c7f25d0c0a
chore(deps-dev): bump ioredis from 5.2.3 to 5.2.4
...
Bumps [ioredis](https://github.com/luin/ioredis ) from 5.2.3 to 5.2.4.
- [Release notes](https://github.com/luin/ioredis/releases )
- [Changelog](https://github.com/luin/ioredis/blob/main/CHANGELOG.md )
- [Commits](https://github.com/luin/ioredis/compare/v5.2.3...v5.2.4 )
---
updated-dependencies:
- dependency-name: ioredis
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-03 00:08:17 +00:00
dependabot[bot]
58fa88a95a
chore(deps-dev): bump apollo-server-core from 3.10.4 to 3.11.0
...
Bumps [apollo-server-core](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-core ) from 3.10.4 to 3.11.0.
- [Release notes](https://github.com/apollographql/apollo-server/releases )
- [Changelog](https://github.com/apollographql/apollo-server/blob/apollo-server-core@3.11.0/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server-core@3.11.0/packages/apollo-server-core )
---
updated-dependencies:
- dependency-name: apollo-server-core
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-03 00:07:28 +00:00
dependabot[bot]
279a8b4c2d
chore(deps-dev): bump graphql-tools from 8.3.9 to 8.3.10
...
Bumps [graphql-tools](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/graphql-tools ) from 8.3.9 to 8.3.10.
- [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@8.3.10/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 >
2022-11-03 00:06:35 +00:00
dependabot[bot]
b285f6820c
chore(deps-dev): bump nats from 2.8.0 to 2.9.0
...
Bumps [nats](https://github.com/nats-io/nats.js ) from 2.8.0 to 2.9.0.
- [Release notes](https://github.com/nats-io/nats.js/releases )
- [Commits](https://github.com/nats-io/nats.js/compare/v2.8.0...v2.9.0 )
---
updated-dependencies:
- dependency-name: nats
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-03 00:05:35 +00:00
Jinwoo Oh
8793964c3b
sample(mongoose): use HydratedDocument for define document interface
...
ref: https://github.com/nestjs/docs.nestjs.com/pull/2517
2022-11-02 10:32:21 -07:00
Kamil Mysliwiec
b4dc2ee18e
Merge pull request #10487 from nestjs/dependabot/npm_and_yarn/apollo-server-core-3.10.4
...
chore(deps-dev): bump apollo-server-core from 3.10.3 to 3.10.4
2022-11-02 09:30:41 +01:00
dependabot[bot]
3f4c761fd8
chore(deps-dev): bump @commitlint/config-angular from 17.1.0 to 17.2.0
...
Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular ) from 17.1.0 to 17.2.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/v17.2.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 >
2022-11-02 08:29:12 +00:00
dependabot[bot]
731758b5b3
chore(deps-dev): bump apollo-server-core from 3.10.3 to 3.10.4
...
Bumps [apollo-server-core](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-core ) from 3.10.3 to 3.10.4.
- [Release notes](https://github.com/apollographql/apollo-server/releases )
- [Changelog](https://github.com/apollographql/apollo-server/blob/apollo-server-core@3.10.4/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server-core@3.10.4/packages/apollo-server-core )
---
updated-dependencies:
- dependency-name: apollo-server-core
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-02 08:28:00 +00:00
Kamil Mysliwiec
df8220bcaa
Merge pull request #10488 from nestjs/dependabot/npm_and_yarn/types/http-errors-2.0.1
...
chore(deps-dev): bump @types/http-errors from 2.0.0 to 2.0.1
2022-11-02 09:25:01 +01:00
Kamil Mysliwiec
4c9b419fa9
Merge pull request #10489 from nestjs/dependabot/npm_and_yarn/nestjs/mongoose-9.2.1
...
chore(deps-dev): bump @nestjs/mongoose from 9.2.0 to 9.2.1
2022-11-02 09:24:57 +01:00
Kamil Mysliwiec
1447c3c71c
Merge pull request #10490 from nestjs/dependabot/npm_and_yarn/apollo-server-express-3.10.4
...
chore(deps-dev): bump apollo-server-express from 3.10.3 to 3.10.4
2022-11-02 09:24:51 +01:00
Kamil Mysliwiec
8f4d70fdcf
Merge pull request #10492 from nestjs/dependabot/npm_and_yarn/commitlint/cli-17.2.0
...
chore(deps-dev): bump @commitlint/cli from 17.1.2 to 17.2.0
2022-11-02 09:24:42 +01:00
Kamil Mysliwiec
bb2aac3171
Merge pull request #10493 from nestjs/dependabot/npm_and_yarn/tslib-2.4.1
...
chore(deps): bump tslib from 2.4.0 to 2.4.1
2022-11-02 09:24:38 +01:00
Kamil Mysliwiec
7201dc0afa
Merge pull request #10500 from nestjs/dependabot/npm_and_yarn/graphql-tools-8.3.9
...
chore(deps-dev): bump graphql-tools from 8.3.7 to 8.3.9
2022-11-02 09:24:32 +01:00
Kamil Mysliwiec
6e5ecfed5e
Merge pull request #10501 from nestjs/dependabot/npm_and_yarn/redis-4.4.0
...
chore(deps-dev): bump redis from 4.3.1 to 4.4.0
2022-11-02 09:24:26 +01:00
Kamil Mysliwiec
3d97517ebb
Merge pull request #10502 from nestjs/dependabot/npm_and_yarn/types/node-18.11.9
...
chore(deps-dev): bump @types/node from 18.11.8 to 18.11.9
2022-11-02 09:23:51 +01:00
dependabot[bot]
069dea7a60
chore(deps-dev): bump @types/node from 18.11.8 to 18.11.9
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.11.8 to 18.11.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 >
2022-11-02 00:08:33 +00:00
dependabot[bot]
b13e2608af
chore(deps-dev): bump redis from 4.3.1 to 4.4.0
...
Bumps [redis](https://github.com/redis/node-redis ) from 4.3.1 to 4.4.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.3.1...redis@4.4.0 )
---
updated-dependencies:
- dependency-name: redis
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-02 00:07:41 +00:00
dependabot[bot]
a51b86de96
chore(deps-dev): bump graphql-tools from 8.3.7 to 8.3.9
...
Bumps [graphql-tools](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/graphql-tools ) from 8.3.7 to 8.3.9.
- [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@8.3.9/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 >
2022-11-02 00:04:38 +00:00
Thiago Martins
4176ee512f
fix(core): add missing parameter for module
...
add missing parameter to middleware module
2022-11-01 09:53:52 -03:00
codytseng
2047893671
fix: change repl() function param type to Type | DynamicModule
2022-11-01 20:11:25 +08:00
dependabot[bot]
909b01f734
chore(deps): bump tslib from 2.4.0 to 2.4.1
...
Bumps [tslib](https://github.com/Microsoft/tslib ) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/Microsoft/tslib/releases )
- [Commits](https://github.com/Microsoft/tslib/compare/2.4.0...2.4.1 )
---
updated-dependencies:
- dependency-name: tslib
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-01 00:18:12 +00:00
dependabot[bot]
40d7e5eb3b
chore(deps-dev): bump @commitlint/cli from 17.1.2 to 17.2.0
...
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli ) from 17.1.2 to 17.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/v17.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 >
2022-11-01 00:17:26 +00:00
dependabot[bot]
8e7a7e34fc
chore(deps-dev): bump apollo-server-express from 3.10.3 to 3.10.4
...
Bumps [apollo-server-express](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-express ) from 3.10.3 to 3.10.4.
- [Release notes](https://github.com/apollographql/apollo-server/releases )
- [Changelog](https://github.com/apollographql/apollo-server/blob/apollo-server-express@3.10.4/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server-express@3.10.4/packages/apollo-server-express )
---
updated-dependencies:
- dependency-name: apollo-server-express
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-01 00:10:23 +00:00
dependabot[bot]
70097dd2c4
chore(deps-dev): bump @nestjs/mongoose from 9.2.0 to 9.2.1
...
Bumps [@nestjs/mongoose](https://github.com/nestjs/mongoose ) from 9.2.0 to 9.2.1.
- [Release notes](https://github.com/nestjs/mongoose/releases )
- [Changelog](https://github.com/nestjs/mongoose/blob/master/.release-it.json )
- [Commits](https://github.com/nestjs/mongoose/compare/9.2.0...9.2.1 )
---
updated-dependencies:
- dependency-name: "@nestjs/mongoose"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-01 00:09:05 +00:00
dependabot[bot]
91f053e88a
chore(deps-dev): bump @types/http-errors from 2.0.0 to 2.0.1
...
Bumps [@types/http-errors](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/http-errors ) from 2.0.0 to 2.0.1.
- [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 >
2022-11-01 00:06:31 +00:00
Thiago Martins
e36acea783
feat(core): add middleware versioning support
...
add middleware versionig support for uri versioning with an alternative prefix
2022-10-31 18:14:51 -03:00
Thiago Martins
092e721263
test(ingration): refactor middleware tests
...
refactor middleware tests to explicitly define versioning options
2022-10-31 18:03:36 -03:00
Thiago Martins
25f03c4c06
test(integration): add middleware test
2022-10-31 17:50:21 -03:00
Thiago Martins
cf1b946e62
fix(core): fix middleware for versioned routes
...
fix middlewares for versioned routes using media type as versioning type
2022-10-31 17:42:52 -03:00
Thiago Martins
4a039327bf
fix(core): fix middleware for versioned routes
...
fix middlewares for versioned routes using header as versioning type
2022-10-31 17:38:54 -03:00
Thiago Martins
415858f635
test(integration): wrap test case for uri version
...
wrap test case for uri versioning context to facilitate the addition of tests for other versioning types
2022-10-31 17:18:30 -03:00
Thiago Martins
bd5c0607f3
feat(core): add version to middleware module
...
ensure middleware module considers path-versioning when applying middlewares
2022-10-31 17:02:16 -03:00
Thiago Martins
439652a4e2
test(core): ensure middleware builder gets version
...
ensure middleware builder gets route version
2022-10-31 17:01:20 -03:00
Thiago Martins
13760346b1
feat(core): add version attribute to routes mapper
...
ensure routes mapper returns route's version when defined
2022-10-31 17:00:33 -03:00
Thiago Martins
d3aae1d7c9
feat(core): add version attribute to routes mapper
...
ensure routes mapper returns route's version when defined
2022-10-31 16:51:20 -03:00
Rick Dutour Geerling
61d25beae0
fix(fastify): always return errors as application/json
...
If user overrides the Content-Type but doesn't add a custom exception
filter to handle errors, then Nest will respond with a JSON error
object. We should ensure the Content-Type header matches the body
in this case.
2022-10-31 12:09:25 +01:00
Rick Dutour Geerling
ddf3301d49
fix(express): always return errors as application/json
...
If user overrides the Content-Type but doesn't add a custom exception
filter to handle errors, then Nest will respond with a JSON error
object. We should ensure the Content-Type header matches the body
in this case.
2022-10-31 12:09:24 +01:00
Kamil Mysliwiec
60d286d22e
Merge pull request #10468 from nestjs/dependabot/npm_and_yarn/nestjs/graphql-10.1.5
...
chore(deps-dev): bump @nestjs/graphql from 10.1.4 to 10.1.5
2022-10-31 09:21:16 +01:00
Kamil Mysliwiec
b46167d917
Merge pull request #10469 from nestjs/dependabot/npm_and_yarn/fastify/multipart-7.3.0
...
chore(deps-dev): bump @fastify/multipart from 7.2.0 to 7.3.0
2022-10-31 09:21:10 +01:00
Kamil Mysliwiec
1564db4632
Merge pull request #10472 from nestjs/dependabot/npm_and_yarn/graphql-tools-8.3.7
...
chore(deps-dev): bump graphql-tools from 8.3.6 to 8.3.7
2022-10-31 09:21:06 +01:00
Kamil Mysliwiec
178f6cc2b0
Merge pull request #10473 from nestjs/dependabot/npm_and_yarn/types/http-errors-2.0.0
...
chore(deps-dev): bump @types/http-errors from 1.8.2 to 2.0.0
2022-10-31 09:21:01 +01:00
Kamil Mysliwiec
d79320a653
Merge pull request #10482 from nestjs/dependabot/npm_and_yarn/types/node-18.11.8
...
chore(deps-dev): bump @types/node from 18.11.5 to 18.11.8
2022-10-31 09:20:51 +01:00
dependabot[bot]
7d0388cf38
chore(deps-dev): bump @types/node from 18.11.5 to 18.11.8
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.11.5 to 18.11.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-31 00:05:24 +00:00
Micael Levi L. Cavalcante
2fe543dbae
test(core): cover the scenario where the @Catch() is missing
2022-10-30 15:32:15 -04:00
Micael Levi L. Cavalcante
d6a89fa613
feat(plataform-express): replace any return type on #listen
2022-10-30 15:20:13 -04:00
Micael Levi L. Cavalcante
1d8c56a77f
test(core): fix scenario on external exceptions handler
2022-10-29 18:37:52 -04:00
Micael Levi L. Cavalcante
8af21d1197
chore: ignore from git swap files created by vim
2022-10-29 15:58:43 -04:00
Micael Levi L. Cavalcante
9e8094d33e
test(core): cover missing metadata on controller class scneario
2022-10-29 15:58:15 -04:00
Micael Levi L. Cavalcante
21687ea4e5
feat(core): display class's name on request mapping exceptions
2022-10-29 14:56:59 -04:00
dependabot[bot]
f81fe57cb6
chore(deps-dev): bump @types/http-errors from 1.8.2 to 2.0.0
...
Bumps [@types/http-errors](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/http-errors ) from 1.8.2 to 2.0.0.
- [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-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-28 00:05:33 +00:00
dependabot[bot]
0a4bf05ac2
chore(deps-dev): bump graphql-tools from 8.3.6 to 8.3.7
...
Bumps [graphql-tools](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/graphql-tools ) from 8.3.6 to 8.3.7.
- [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@8.3.7/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 >
2022-10-28 00:04:42 +00:00
Thiago Martins
ab881e3b63
test(common): add http exception tests
...
add "getStatus" tests for all HttpException children classes
2022-10-27 17:40:41 -03:00
Thiago Martins
45b6cc1047
test(common): add http exception tests
...
add tests for all HttpException children classes and fix NotAcceptableException wrong status code.
2022-10-27 17:37:27 -03:00
Thiago Martins
971ce5f56f
test(common): reuse error cause variable
...
reuse errorCause variable in HttpException test
2022-10-27 17:21:13 -03:00
Thiago Martins
379b82c189
feat(common): add error cause option
...
add error cause option to UnsupportedMediaTypeException.
2022-10-27 17:20:03 -03:00
Thiago Martins
b4aca5d01f
feat(common): add error cause option
...
add error cause option to UnprocessableEntityException.
2022-10-27 17:18:54 -03:00
Thiago Martins
f62acac815
feat(common): add error cause option
...
add error cause option to UnauthorizedException.
2022-10-27 17:17:26 -03:00
Thiago Martins
e8abd9af20
feat(common): add error cause option
...
add error cause option to ServiceUnavailableException.
2022-10-27 17:16:21 -03:00
Thiago Martins
5031f4105f
feat(common): add error cause option
...
add error cause option to RequestTimeoutException.
2022-10-27 17:15:04 -03:00
Thiago Martins
d40ebd17bf
feat(common): add error cause option
...
add error cause option to PreconditionFailedException.
2022-10-27 17:11:25 -03:00
Thiago Martins
dfc28fcd28
feat(common): add error cause option
...
add error cause option to PayloadTooLargeException.
2022-10-27 17:08:47 -03:00
Thiago Martins
2416df695a
feat(common): add error cause option
...
add error cause option to NotImplementedException.
2022-10-27 17:07:33 -03:00
Thiago Martins
d569aaa68d
feat(common): add error cause option
...
add error cause option to NotFoundException.
2022-10-27 17:06:10 -03:00
Thiago Martins
3a10258bc4
feat(common): add error cause option
...
add error cause option to NotAcceptableException.
2022-10-27 17:03:37 -03:00
Thiago Martins
cd44ff3696
feat(common): add error cause option
...
add error cause option to MisdirectedException.
2022-10-27 17:02:06 -03:00
Thiago Martins
789e99cb3b
feat(common): add error cause option
...
add error cause option to MethodNotAllowedException.
2022-10-27 17:00:15 -03:00
Thiago Martins
b81514384b
feat(common): add error cause option
...
add error cause option to InternalServerErrorException.
2022-10-27 16:58:42 -03:00
Thiago Martins
11d276368a
feat(common): add error cause option
...
add error cause option to ImATeapotException.
2022-10-27 16:56:50 -03:00
Thiago Martins
0328a5c031
feat(common): add error cause option
...
add error cause option to HttpVersionNotSupportedException.
2022-10-27 16:54:31 -03:00
Thiago Martins
bd7daf11c5
feat(common): add error cause option
...
add error cause option to GoneException.
2022-10-27 16:51:26 -03:00
Thiago Martins
f629dc1d71
feat(common): add error cause option
...
add error cause option to GatewayTimeoutException.
2022-10-27 16:50:00 -03:00
Thiago Martins
c3ced1d17e
feat(common): add error cause option
...
add error cause option to ForbiddenException.
2022-10-27 16:19:49 -03:00
Thiago Martins
1dff9c0001
docs(common): update exception docs
...
update HttpException children classes docs to reflect the changes to the "description" parameter
2022-10-27 16:17:50 -03:00
Thiago Martins
88ac6aa463
feat(common): add error cause option
...
add error cause option to ConflictException.
2022-10-27 16:16:03 -03:00
Thiago Martins
472c711127
test(common): aggregate exception tests
...
aggregate HttpException children classes tests in a single run to reduce the code duplication
2022-10-27 16:12:55 -03:00
Thiago Martins
86c5084add
test(common): test error cause option
...
test error cause option for BadRequestException.
2022-10-27 16:10:40 -03:00
Thiago Martins
5a186af18d
docs(common): add static method docs
...
add docs for HttpException.getHttpExceptionOptionsFrom explaining its intended usage.
2022-10-27 16:08:49 -03:00
Thiago Martins
a4a8557847
refactor(common): extract description and options
...
create HttpException#extractDescriptionAndOptionsFrom method to return both description and options at the same time
2022-10-27 16:06:15 -03:00
Thiago Martins
7a710354c4
refactor(common): extract description and options
...
extract functions that provide valid values for description and http exception options to the HttpException class
2022-10-27 15:46:03 -03:00
Thiago Martins
60cb953e59
feat(common): add error cause option
...
add error cause option to BadGatewayException.
2022-10-27 15:31:39 -03:00
Thiago Martins
c5c818e8b7
chore(common): change deprecated message
2022-10-27 15:25:41 -03:00
Thiago Martins
4ded779f1f
refactor(common): add description attribute
...
add description attribute to HttpExceptionOptions interface so we can reuse it among children exceptions.
2022-10-27 12:12:11 -03:00
dependabot[bot]
08d2f77bd1
chore(deps-dev): bump @fastify/multipart from 7.2.0 to 7.3.0
...
Bumps [@fastify/multipart](https://github.com/fastify/fastify-multipart ) from 7.2.0 to 7.3.0.
- [Release notes](https://github.com/fastify/fastify-multipart/releases )
- [Commits](https://github.com/fastify/fastify-multipart/compare/v7.2.0...v7.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 >
2022-10-27 00:07:59 +00:00
dependabot[bot]
5aafb60b51
chore(deps-dev): bump @nestjs/graphql from 10.1.4 to 10.1.5
...
Bumps [@nestjs/graphql](https://github.com/nestjs/graphql ) from 10.1.4 to 10.1.5.
- [Release notes](https://github.com/nestjs/graphql/releases )
- [Commits](https://github.com/nestjs/graphql/compare/v10.1.4...v10.1.5 )
---
updated-dependencies:
- dependency-name: "@nestjs/graphql"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-27 00:06:01 +00:00
Thiago Martins
1a8ada50c1
test(common): add http exception test
...
add test for HttpException's getResponse method when used with a built-in exception and providing the "description" parameter as part of the "options" object.
2022-10-26 15:38:10 -03:00
Thiago Martins
7e763fa0ac
refactor(common): rename method parameter
...
rename HttpException createBody method parameter to better represent its usage. When this parameter is a string, it is used as a value to a 'message' key in the final object.
2022-10-26 15:22:48 -03:00
Thiago Martins
d63b6dfade
refactor(common): rearrange test blocks
...
rearrange HttpException spec file test blocks to increase readability, better separating tests by methods and contexts.
2022-10-26 15:10:18 -03:00
Thiago Martins
071c4c5db9
refactor(common): change parameter assignment
...
change BadRequestException constructor parameters assignment to be clearer.
2022-10-26 14:20:15 -03:00
Thiago Martins
587fbaefe5
feat(common): add error cause option
...
add error cause option to bad request exception.
2022-10-26 14:14:55 -03:00
Thiago Martins
f5edb0f2a0
chore(common): add deprecated warning
...
add deprecated warning for HttpException class when using the first argument as the error cause.
2022-10-26 09:35:18 -03:00
Kamil Mysliwiec
bff85277c7
Merge pull request #10461 from nestjs/dependabot/npm_and_yarn/nestjs/graphql-10.1.4
...
chore(deps-dev): bump @nestjs/graphql from 10.1.3 to 10.1.4
2022-10-26 09:10:14 +02:00
dependabot[bot]
8f701857d1
chore(deps-dev): bump @nestjs/graphql from 10.1.3 to 10.1.4
...
Bumps [@nestjs/graphql](https://github.com/nestjs/graphql ) from 10.1.3 to 10.1.4.
- [Release notes](https://github.com/nestjs/graphql/releases )
- [Commits](https://github.com/nestjs/graphql/compare/v10.1.3...v10.1.4 )
---
updated-dependencies:
- dependency-name: "@nestjs/graphql"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-26 06:47:45 +00:00
Kamil Mysliwiec
2dce5d65b8
Merge pull request #10462 from nestjs/dependabot/npm_and_yarn/fastify/cors-8.1.1
...
chore(deps): bump @fastify/cors from 8.1.0 to 8.1.1
2022-10-26 08:45:11 +02:00
Kamil Mysliwiec
9a003d728a
Merge pull request #10463 from nestjs/dependabot/npm_and_yarn/nestjs/apollo-10.1.4
...
chore(deps-dev): bump @nestjs/apollo from 10.1.3 to 10.1.4
2022-10-26 08:45:02 +02:00
dependabot[bot]
39755bc34f
chore(deps-dev): bump @nestjs/apollo from 10.1.3 to 10.1.4
...
Bumps [@nestjs/apollo](https://github.com/nestjs/graphql ) from 10.1.3 to 10.1.4.
- [Release notes](https://github.com/nestjs/graphql/releases )
- [Commits](https://github.com/nestjs/graphql/compare/v10.1.3...v10.1.4 )
---
updated-dependencies:
- dependency-name: "@nestjs/apollo"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-26 00:15:11 +00:00
dependabot[bot]
c0ee5e7940
chore(deps): bump @fastify/cors from 8.1.0 to 8.1.1
...
Bumps [@fastify/cors](https://github.com/fastify/fastify-cors ) from 8.1.0 to 8.1.1.
- [Release notes](https://github.com/fastify/fastify-cors/releases )
- [Commits](https://github.com/fastify/fastify-cors/compare/v8.1.0...v8.1.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 >
2022-10-26 00:09:32 +00:00
Thiago Martins
b5fe06d642
feat(common): add error options object
...
add error options object to HttpException constructor to allow use of error cause along with custom message.
2022-10-25 18:12:41 -03:00
SirReiva
7209d91287
fix(core): return response required for fastify v4
2022-10-25 17:10:55 +02:00
Kamil Mysliwiec
46d8dd6b12
Merge pull request #10451 from nestjs/dependabot/npm_and_yarn/socket.io-client-4.5.3
...
chore(deps-dev): bump socket.io-client from 4.5.2 to 4.5.3
2022-10-25 11:37:24 +02:00
Kamil Mysliwiec
96ab17aaf8
Merge pull request #10452 from nestjs/dependabot/npm_and_yarn/supertest-6.3.1
...
chore(deps-dev): bump supertest from 6.3.0 to 6.3.1
2022-10-25 11:37:18 +02:00
Kamil Mysliwiec
d1feeaeb18
Merge pull request #10453 from nestjs/dependabot/npm_and_yarn/kafkajs-2.2.2
...
chore(deps-dev): bump kafkajs from 2.2.0 to 2.2.2
2022-10-25 11:37:14 +02:00
Kamil Mysliwiec
3453349858
Merge pull request #10454 from nestjs/dependabot/npm_and_yarn/ws-8.10.0
...
chore(deps): bump ws from 8.9.0 to 8.10.0
2022-10-25 11:37:10 +02:00
Kamil Mysliwiec
d6c010d744
Merge pull request #10455 from nestjs/dependabot/npm_and_yarn/mongoose-6.7.0
...
chore(deps-dev): bump mongoose from 6.6.7 to 6.7.0
2022-10-25 11:37:01 +02:00
Kamil Mysliwiec
6df3486dc8
Merge pull request #10456 from nestjs/dependabot/npm_and_yarn/amqp-connection-manager-4.1.9
...
chore(deps-dev): bump amqp-connection-manager from 4.1.7 to 4.1.9
2022-10-25 11:36:52 +02:00
Kamil Mysliwiec
afbb925060
Merge pull request #10450 from nestjs/dependabot/npm_and_yarn/concurrently-7.5.0
...
chore(deps-dev): bump concurrently from 7.4.0 to 7.5.0
2022-10-25 11:32:22 +02:00
Kamil Mysliwiec
426dfca6a6
Merge pull request #10457 from nestjs/dependabot/npm_and_yarn/types/node-18.11.5
...
chore(deps-dev): bump @types/node from 18.11.4 to 18.11.5
2022-10-25 11:25:41 +02:00
dependabot[bot]
235bf8936a
chore(deps-dev): bump @types/node from 18.11.4 to 18.11.5
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.11.4 to 18.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 >
2022-10-25 00:13:15 +00:00
dependabot[bot]
9c7c0da0f5
chore(deps-dev): bump amqp-connection-manager from 4.1.7 to 4.1.9
...
Bumps [amqp-connection-manager](https://github.com/jwalton/node-amqp-connection-manager ) from 4.1.7 to 4.1.9.
- [Release notes](https://github.com/jwalton/node-amqp-connection-manager/releases )
- [Changelog](https://github.com/jwalton/node-amqp-connection-manager/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jwalton/node-amqp-connection-manager/compare/v4.1.7...v4.1.9 )
---
updated-dependencies:
- dependency-name: amqp-connection-manager
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-25 00:09:35 +00:00
dependabot[bot]
83e0ad43d6
chore(deps-dev): bump mongoose from 6.6.7 to 6.7.0
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 6.6.7 to 6.7.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/6.6.7...6.7.0 )
---
updated-dependencies:
- dependency-name: mongoose
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-25 00:08:37 +00:00
dependabot[bot]
d45862d0a7
chore(deps): bump ws from 8.9.0 to 8.10.0
...
Bumps [ws](https://github.com/websockets/ws ) from 8.9.0 to 8.10.0.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/8.9.0...8.10.0 )
---
updated-dependencies:
- dependency-name: ws
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-25 00:07:36 +00:00
dependabot[bot]
c514a3b5dd
chore(deps-dev): bump kafkajs from 2.2.0 to 2.2.2
...
Bumps [kafkajs](https://github.com/tulios/kafkajs ) from 2.2.0 to 2.2.2.
- [Release notes](https://github.com/tulios/kafkajs/releases )
- [Changelog](https://github.com/tulios/kafkajs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tulios/kafkajs/compare/v2.2.0...v2.2.2 )
---
updated-dependencies:
- dependency-name: kafkajs
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-25 00:06:40 +00:00
dependabot[bot]
3d502a4bd8
chore(deps-dev): bump supertest from 6.3.0 to 6.3.1
...
Bumps [supertest](https://github.com/visionmedia/supertest ) from 6.3.0 to 6.3.1.
- [Release notes](https://github.com/visionmedia/supertest/releases )
- [Commits](https://github.com/visionmedia/supertest/compare/v6.3.0...v6.3.1 )
---
updated-dependencies:
- dependency-name: supertest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-25 00:05:52 +00:00
dependabot[bot]
4bf64999cc
chore(deps-dev): bump socket.io-client from 4.5.2 to 4.5.3
...
Bumps [socket.io-client](https://github.com/socketio/socket.io-client ) from 4.5.2 to 4.5.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.5.2...4.5.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 >
2022-10-25 00:05:05 +00:00
dependabot[bot]
c07248aae0
chore(deps-dev): bump concurrently from 7.4.0 to 7.5.0
...
Bumps [concurrently](https://github.com/open-cli-tools/concurrently ) from 7.4.0 to 7.5.0.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases )
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v7.4.0...v7.5.0 )
---
updated-dependencies:
- dependency-name: concurrently
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-25 00:04:13 +00:00
Tolga Paksoy
9d63732763
test(fastify): add specs for sse
2022-10-24 16:53:45 +02:00
Tolga Paksoy
45cce31efa
fix(sample): add force close connections option to fix restarts
2022-10-24 16:49:57 +02:00
Tolga Paksoy
dd3a773985
feat(common): add option to enable force closing http connections
2022-10-24 16:49:45 +02:00
Kamil Myśliwiec
296ed93edd
chore(@nestjs) publish v9.1.6 release
2022-10-24 13:54:39 +02:00
Kamil Mysliwiec
87ebdbc807
Merge pull request #10423 from nestjs/dependabot/npm_and_yarn/cache-manager-5.1.1
...
chore(deps-dev): bump cache-manager from 4.1.0 to 5.1.1
2022-10-24 11:14:59 +02:00
dependabot[bot]
507a7dabc6
chore(deps-dev): bump cache-manager from 4.1.0 to 5.1.1
...
Bumps [cache-manager](https://github.com/node-cache-manager/node-cache-manager ) from 4.1.0 to 5.1.1.
- [Release notes](https://github.com/node-cache-manager/node-cache-manager/releases )
- [Changelog](https://github.com/node-cache-manager/node-cache-manager/blob/master/History.md )
- [Commits](https://github.com/node-cache-manager/node-cache-manager/compare/4.1.0...5.1.1 )
---
updated-dependencies:
- dependency-name: cache-manager
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-24 08:57:16 +00:00
Kamil Mysliwiec
92aa42c1b2
Merge pull request #10364 from armujahid/formatContext
...
feat(common): ConsoleLogger: extract protected formatContext method
2022-10-24 10:55:34 +02:00
Kamil Mysliwiec
b2a4f80d92
Merge pull request #10365 from armujahid/formatTimeStampDiff
...
feat(common): ConsoleLogger: extract protected formatTimestampDiff
2022-10-24 10:55:24 +02:00
Kamil Mysliwiec
75338c87f9
Merge pull request #10431 from Hossein-s/fix-cache-store-type
...
fix(common): fix cache-manager v5 type compatibility
2022-10-24 10:54:34 +02:00
Kamil Mysliwiec
f4985b70ed
Merge pull request #10437 from nestjs/dependabot/npm_and_yarn/fastify/view-7.1.1
...
chore(deps-dev): bump @fastify/view from 7.1.0 to 7.1.1
2022-10-24 10:53:25 +02:00
Kamil Mysliwiec
d112f4058d
Merge pull request #10370 from jmcdo29/test/cache-v5
...
Revert "Revert "fix: update factory to account for old v4 syntax for cache stores""
2022-10-24 10:37:39 +02:00
Kamil Mysliwiec
364daf3e72
Merge pull request #10441 from nestjs/dependabot/npm_and_yarn/mocha-10.1.0
...
chore(deps-dev): bump mocha from 10.0.0 to 10.1.0
2022-10-24 10:35:56 +02:00
dependabot[bot]
6908fbfdf0
chore(deps-dev): bump @fastify/view from 7.1.0 to 7.1.1
...
Bumps [@fastify/view](https://github.com/fastify/point-of-view ) from 7.1.0 to 7.1.1.
- [Release notes](https://github.com/fastify/point-of-view/releases )
- [Commits](https://github.com/fastify/point-of-view/compare/v7.1.0...v7.1.1 )
---
updated-dependencies:
- dependency-name: "@fastify/view"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-24 08:17:45 +00:00
dependabot[bot]
7e38f0a3f0
chore(deps-dev): bump mocha from 10.0.0 to 10.1.0
...
Bumps [mocha](https://github.com/mochajs/mocha ) from 10.0.0 to 10.1.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.0.0...v10.1.0 )
---
updated-dependencies:
- dependency-name: mocha
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-24 08:16:55 +00:00
Kamil Mysliwiec
2120bed6fe
Merge pull request #10434 from Tony133/chore/updated-imports
...
chore(core): updated imports
2022-10-24 10:13:22 +02:00
Kamil Mysliwiec
5027484f75
Merge pull request #10435 from Tony133/chore/remove-import-not-used
...
chore(core): remove import not used and added files index.ts
2022-10-24 10:12:50 +02:00
Kamil Mysliwiec
2d9c2d37d5
Merge pull request #10438 from nestjs/dependabot/npm_and_yarn/socket.io-4.5.3
...
chore(deps): bump socket.io from 4.5.2 to 4.5.3
2022-10-24 10:12:02 +02:00
Kamil Mysliwiec
2be9ca52ed
Merge pull request #10439 from nestjs/dependabot/npm_and_yarn/grpc/grpc-js-1.7.3
...
chore(deps-dev): bump @grpc/grpc-js from 1.7.1 to 1.7.3
2022-10-24 10:11:56 +02:00
Kamil Mysliwiec
8b13c0cc7e
Merge pull request #10440 from nestjs/dependabot/npm_and_yarn/engine.io-client-6.2.3
...
chore(deps-dev): bump engine.io-client from 6.2.2 to 6.2.3
2022-10-24 10:11:51 +02:00
Kamil Mysliwiec
3870e8cdc9
Merge pull request #10442 from nestjs/dependabot/npm_and_yarn/cache-manager-redis-store-3.0.1
...
chore(deps-dev): bump cache-manager-redis-store from 2.0.0 to 3.0.1
2022-10-24 10:11:39 +02:00
Kamil Mysliwiec
e463d9b0d9
Merge pull request #10443 from nestjs/dependabot/npm_and_yarn/mongoose-6.6.7
...
chore(deps-dev): bump mongoose from 6.6.6 to 6.6.7
2022-10-24 10:11:34 +02:00
Kamil Mysliwiec
63ee3fd163
Merge pull request #10444 from nestjs/dependabot/npm_and_yarn/core-js-3.26.0
...
chore(deps-dev): bump core-js from 3.25.5 to 3.26.0
2022-10-24 10:11:29 +02:00
Kamil Mysliwiec
f2b520d3e3
Merge pull request #10445 from nestjs/dependabot/npm_and_yarn/types/node-18.11.4
...
chore(deps-dev): bump @types/node from 18.8.2 to 18.11.4
2022-10-24 09:59:20 +02:00
dependabot[bot]
be0fc6f0cc
chore(deps-dev): bump @types/node from 18.8.2 to 18.11.4
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.8.2 to 18.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-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-24 00:26:47 +00:00
dependabot[bot]
75c5a7b678
chore(deps-dev): bump core-js from 3.25.5 to 3.26.0
...
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js ) from 3.25.5 to 3.26.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.26.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 >
2022-10-24 00:25:05 +00:00
dependabot[bot]
90b07abe6e
chore(deps-dev): bump mongoose from 6.6.6 to 6.6.7
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 6.6.6 to 6.6.7.
- [Release notes](https://github.com/Automattic/mongoose/releases )
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Automattic/mongoose/compare/6.6.6...6.6.7 )
---
updated-dependencies:
- dependency-name: mongoose
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-24 00:23:27 +00:00
dependabot[bot]
e636775607
chore(deps-dev): bump cache-manager-redis-store from 2.0.0 to 3.0.1
...
Bumps [cache-manager-redis-store](https://github.com/dabroek/node-cache-manager-redis-store ) from 2.0.0 to 3.0.1.
- [Release notes](https://github.com/dabroek/node-cache-manager-redis-store/releases )
- [Changelog](https://github.com/dabroek/node-cache-manager-redis-store/blob/master/CHANGELOG.md )
- [Commits](https://github.com/dabroek/node-cache-manager-redis-store/compare/v2.0.0...v3.0.1 )
---
updated-dependencies:
- dependency-name: cache-manager-redis-store
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-24 00:20:25 +00:00
dependabot[bot]
11dd21c0e9
chore(deps-dev): bump engine.io-client from 6.2.2 to 6.2.3
...
Bumps [engine.io-client](https://github.com/socketio/engine.io-client ) from 6.2.2 to 6.2.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.2.2...6.2.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 >
2022-10-24 00:16:33 +00:00
dependabot[bot]
af08c36b5a
chore(deps-dev): bump @grpc/grpc-js from 1.7.1 to 1.7.3
...
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node ) from 1.7.1 to 1.7.3.
- [Release notes](https://github.com/grpc/grpc-node/releases )
- [Commits](https://github.com/grpc/grpc-node/compare/v1.7.1...@grpc/grpc-js@1.7.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 >
2022-10-24 00:14:40 +00:00
dependabot[bot]
f4d12ebffd
chore(deps): bump socket.io from 4.5.2 to 4.5.3
...
Bumps [socket.io](https://github.com/socketio/socket.io ) from 4.5.2 to 4.5.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.5.2...4.5.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 >
2022-10-24 00:11:16 +00:00
Jay McDoniel
b087524e41
fix: use a better check for cache-manager version
...
`cache-manager` v4 and v5 have slightly different object representations.
v5
```
Async Register
{
__esModule: true,
caching: [Getter],
multiCaching: [Getter],
memoryStore: [Getter]
}
```
v4
```
Async Register
{
caching: [Function: caching],
multiCaching: [Function: multiCaching]
}
```
Due to this, we can check if `memoryStore` exists as a property, and if
so assume the user is using `cache-manager@^5`
2022-10-22 20:33:42 -07:00
Jay McDoniel
d1ec314516
fix: better check for cache-manager v5
2022-10-22 20:07:10 -07:00
Tony133
ef04ff3008
chore(core): add index.ts in folder errorsexceptions and update imports
2022-10-22 16:45:31 +02:00
Tony133
c871ba443c
chore(core): added file index.ts in folders interceptors and pipes
2022-10-22 16:07:26 +02:00
Tony133
7bea429d97
chore(core): added index.ts in guards folder
2022-10-22 13:17:15 +02:00
Tony133
411c6b44bc
chore(core): updated imports
2022-10-22 12:42:57 +02:00
Tony133
9d2022eccc
chore(core): remove import not used
2022-10-21 23:44:09 +02:00
Kamil Myśliwiec
b43b03e1be
chore(@nestjs) publish v9.1.5 release
2022-10-21 17:55:51 +02:00
Kamil Mysliwiec
5214ec1d3b
Merge pull request #10406 from yusuf963/fix/typo
...
Update get-benchmarks.ts
2022-10-21 17:53:51 +02:00
Kamil Mysliwiec
52b1179a07
Merge pull request #10384 from nestjs/dependabot/npm_and_yarn/apollo-server-express-3.10.3
...
chore(deps-dev): bump apollo-server-express from 3.10.2 to 3.10.3
2022-10-21 17:53:19 +02:00
Kamil Mysliwiec
5aa4a16bf2
Merge pull request #10375 from nestjs/dependabot/npm_and_yarn/body-parser-1.20.1
...
chore(deps): bump body-parser from 1.20.0 to 1.20.1
2022-10-21 17:53:12 +02:00
Kamil Mysliwiec
11fcaa2b0a
Merge pull request #10371 from barlock/refactor-private-fields
...
refactor(microservices): update server properties to protected
2022-10-21 17:52:34 +02:00
dependabot[bot]
d885f9e9c9
chore(deps): bump body-parser from 1.20.0 to 1.20.1
...
Bumps [body-parser](https://github.com/expressjs/body-parser ) from 1.20.0 to 1.20.1.
- [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.0...1.20.1 )
---
updated-dependencies:
- dependency-name: body-parser
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-21 15:43:15 +00:00
dependabot[bot]
fe2c70c554
chore(deps-dev): bump apollo-server-express from 3.10.2 to 3.10.3
...
Bumps [apollo-server-express](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-express ) from 3.10.2 to 3.10.3.
- [Release notes](https://github.com/apollographql/apollo-server/releases )
- [Changelog](https://github.com/apollographql/apollo-server/blob/main/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server-express@3.10.3/packages/apollo-server-express )
---
updated-dependencies:
- dependency-name: apollo-server-express
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-21 15:42:57 +00:00
Kamil Mysliwiec
55de43c005
Merge pull request #10383 from rjsdn0124/patch-1
...
fix: Grammartical error typo in readme_kr.md
2022-10-21 17:37:56 +02:00
Kamil Mysliwiec
9305340cc4
Merge pull request #10386 from nestjs/dependabot/npm_and_yarn/express-4.18.2
...
chore(deps): bump express from 4.18.1 to 4.18.2
2022-10-21 17:37:38 +02:00
Kamil Mysliwiec
decbeacbeb
Merge pull request #10387 from nestjs/dependabot/npm_and_yarn/apollo-server-core-3.10.3
...
chore(deps-dev): bump apollo-server-core from 3.10.2 to 3.10.3
2022-10-21 17:37:31 +02:00
Kamil Mysliwiec
913ad6b692
Merge pull request #10393 from nestjs/dependabot/npm_and_yarn/nats-2.8.0
...
chore(deps-dev): bump nats from 2.7.1 to 2.8.0
2022-10-21 17:37:21 +02:00
Kamil Mysliwiec
c129c79a38
Merge pull request #10409 from micalevisk/refactor/avoid-computation-on-promise-rejection
...
refactor(core): early return on rejection on `getUrl`
2022-10-21 17:37:14 +02:00
Kamil Mysliwiec
4139de8db6
Merge pull request #10428 from nestjs/dependabot/npm_and_yarn/mongoose-6.6.6
...
chore(deps-dev): bump mongoose from 6.6.4 to 6.6.6
2022-10-21 17:36:36 +02:00
Kamil Mysliwiec
ea94c8f3e0
Merge pull request #10416 from nestjs/dependabot/npm_and_yarn/fastify-4.9.2
...
chore(deps): bump fastify from 4.7.0 to 4.9.2
2022-10-21 17:35:20 +02:00
Kamil Mysliwiec
c5bac29cd8
Merge pull request #10374 from delucca-workspaces/bugfix/rabbitmq-invalid-json
...
fix(microservices): fixes invalid JSON messages handling for RabbitMQ
2022-10-21 16:58:28 +02:00
Hossein Sadeghi
71bf1dd980
fix(common): fix cache-manager v5 type compatibility
2022-10-21 15:20:19 +02:00
dependabot[bot]
7623e0d0f4
chore(deps-dev): bump mongoose from 6.6.4 to 6.6.6
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 6.6.4 to 6.6.6.
- [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/6.6.4...6.6.6 )
---
updated-dependencies:
- dependency-name: mongoose
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-21 00:24:15 +00:00
Tolga Paksoy
5d1ac89637
test(express): add sse examples
2022-10-20 16:56:14 +02:00
Tolga Paksoy
07bef1ba59
fix(express): shutdown hooks not firing cased by open http connections
2022-10-20 16:56:11 +02:00
dependabot[bot]
54dcab56b9
chore(deps): bump fastify from 4.7.0 to 4.9.2
...
Bumps [fastify](https://github.com/fastify/fastify ) from 4.7.0 to 4.9.2.
- [Release notes](https://github.com/fastify/fastify/releases )
- [Commits](https://github.com/fastify/fastify/compare/v4.7.0...v4.9.2 )
---
updated-dependencies:
- dependency-name: fastify
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-19 00:06:22 +00:00
Daniel De Lucca
c6d576776c
Update packages/microservices/server/server-rmq.ts
...
Co-authored-by: Micael Levi L. Cavalcante <mllc@icomp.ufam.edu.br >
2022-10-17 00:31:40 -03:00
Micael Levi L. Cavalcante
99034dba6b
refactor(core): return early on rejection on getUrl
2022-10-16 14:28:43 -04:00
codytseng
3d1632693c
style(core): add missing period
2022-10-15 11:08:25 +08:00
codytseng
c437ac97d0
fix(core): add leading slash to excluded paths
2022-10-15 10:50:25 +08:00
M.Yusuf Musa
ae99d4e00c
Update get-benchmarks.ts
2022-10-13 13:06:43 +01:00
delucca
9d3d173b19
chore: adds unit tests
2022-10-11 21:10:05 -03:00
Tijs Moree
39d6e8ecf8
feat(microservices): add wildcard option in redis microservice patterns
...
The redis microservice now makes use of `psubscribe` and `pmessage`
when the `wildcards` option is enabled in the options of the microservice,
which makes it possible to use wildcards as specified by the Redis
documentation.
Closes #10344
2022-10-11 17:40:27 +02:00
codytseng
b7f458f3fe
test: add the middleware get the params from global prefix test
2022-10-11 15:33:36 +08:00
dependabot[bot]
2ccf399ad4
chore(deps-dev): bump nats from 2.7.1 to 2.8.0
...
Bumps [nats](https://github.com/nats-io/nats.js ) from 2.7.1 to 2.8.0.
- [Release notes](https://github.com/nats-io/nats.js/releases )
- [Commits](https://github.com/nats-io/nats.js/compare/v2.7.1...v2.8.0 )
---
updated-dependencies:
- dependency-name: nats
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-11 00:09:28 +00:00
codytseng
75d5d64ec7
fix(core): let the middleware can get the params in the global prefix
2022-10-10 22:56:30 +08:00
dependabot[bot]
2296ed4c50
chore(deps-dev): bump apollo-server-core from 3.10.2 to 3.10.3
...
Bumps [apollo-server-core](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-core ) from 3.10.2 to 3.10.3.
- [Release notes](https://github.com/apollographql/apollo-server/releases )
- [Changelog](https://github.com/apollographql/apollo-server/blob/main/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server-core@3.10.3/packages/apollo-server-core )
---
updated-dependencies:
- dependency-name: apollo-server-core
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-10 00:15:29 +00:00
dependabot[bot]
b40d3c858d
chore(deps): bump express from 4.18.1 to 4.18.2
...
Bumps [express](https://github.com/expressjs/express ) from 4.18.1 to 4.18.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.1...4.18.2 )
---
updated-dependencies:
- dependency-name: express
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-10 00:12:01 +00:00
Geonu Lim
c0bf156f5b
fix: Grammartical error typo in readme_kr.md
2022-10-09 19:53:32 +09:00
delucca
845358214f
fix(microservices): fixes invalid json rmq messages
2022-10-06 18:04:18 -03:00
Michael Barlock
aa2b987919
refactor(microservices): update server properties to protected
2022-10-05 17:06:44 -04:00
Jay McDoniel
7038479d5e
test: update the test for cache functionality
...
In cache-manager@^4, the `ttl` option was a number that represented the
number of seconds. In cache-manager@^5 the `ttl` is now a number that
represents the number of milliseconds. This difference caused our tests
to be flaky. I've also updated the default in the case of v5 to be 5000
instead of just 5 so that we get the same functionality for the default
value.
2022-10-05 09:47:01 -07:00
Jay McDoniel
3b534e5ca8
Revert "Revert "fix: update factory to account for old v4 syntax for cache stores""
...
This reverts commit 530af9294d .
2022-10-05 09:16:59 -07:00
Kamil Myśliwiec
93d1401907
chore(@nestjs) publish v9.1.4 release
2022-10-05 15:57:39 +02:00
Kamil Mysliwiec
f36e6a2b33
Merge pull request #10369 from nestjs/revert-10348-dependabot/npm_and_yarn/cache-manager-5.0.0
...
Revert "chore(deps-dev): bump cache-manager from 4.1.0 to 5.0.0"
2022-10-05 15:51:43 +02:00
Kamil Mysliwiec
daa57693a6
Revert "chore(deps-dev): bump cache-manager from 4.1.0 to 5.0.0"
2022-10-05 15:51:37 +02:00
Kamil Mysliwiec
ca8e48bbbd
Merge pull request #10368 from nestjs/revert-10360-fix/cache-v5
...
Revert "fix: update factory to account for old v4 syntax for cache stores"
2022-10-05 15:51:25 +02:00
Kamil Mysliwiec
530af9294d
Revert "fix: update factory to account for old v4 syntax for cache stores"
2022-10-05 15:51:16 +02:00
Abdul Rauf
1c9388526a
feat(common): ConsoleLogger: extract protected formatTimestampDiff
...
allow overriding of timestampDiff formating
2022-10-05 17:02:49 +05:00
Abdul Rauf
9bedffa140
feat(common): ConsoleLogger: extract protected formatContext method
...
allow overriding of context formating
2022-10-05 16:41:39 +05:00
Kamil Myśliwiec
ea61e29643
chore(@nestjs) publish v9.1.3 release
2022-10-05 12:03:53 +02:00
Kamil Mysliwiec
4a4054b3f0
Merge pull request #10348 from nestjs/dependabot/npm_and_yarn/cache-manager-5.0.0
...
chore(deps-dev): bump cache-manager from 4.1.0 to 5.0.0
2022-10-05 09:03:48 +02:00
dependabot[bot]
c7bf7c97a2
chore(deps-dev): bump cache-manager from 4.1.0 to 5.0.0
...
Bumps [cache-manager](https://github.com/node-cache-manager/node-cache-manager ) from 4.1.0 to 5.0.0.
- [Release notes](https://github.com/node-cache-manager/node-cache-manager/releases )
- [Changelog](https://github.com/node-cache-manager/node-cache-manager/blob/master/History.md )
- [Commits](https://github.com/node-cache-manager/node-cache-manager/compare/4.1.0...5.0.0 )
---
updated-dependencies:
- dependency-name: cache-manager
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-05 06:40:31 +00:00
Kamil Mysliwiec
29380a28c8
Merge pull request #10361 from nestjs/dependabot/npm_and_yarn/types/node-18.8.2
...
chore(deps-dev): bump @types/node from 18.8.1 to 18.8.2
2022-10-05 08:27:10 +02:00
Kamil Mysliwiec
c1d73f116c
Merge pull request #10360 from jmcdo29/fix/cache-v5
...
fix: update factory to account for old v4 syntax for cache stores
2022-10-05 08:26:25 +02:00
Kamil Mysliwiec
518193baf6
Merge pull request #10362 from nestjs/dependabot/npm_and_yarn/supertest-6.3.0
...
chore(deps-dev): bump supertest from 6.2.4 to 6.3.0
2022-10-05 08:25:49 +02:00
dependabot[bot]
26c68d7ac0
chore(deps-dev): bump supertest from 6.2.4 to 6.3.0
...
Bumps [supertest](https://github.com/visionmedia/supertest ) from 6.2.4 to 6.3.0.
- [Release notes](https://github.com/visionmedia/supertest/releases )
- [Commits](https://github.com/visionmedia/supertest/compare/v6.2.4...v6.3.0 )
---
updated-dependencies:
- dependency-name: supertest
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-05 00:06:51 +00:00
dependabot[bot]
f5f6c03917
chore(deps-dev): bump @types/node from 18.8.1 to 18.8.2
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.8.1 to 18.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-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-05 00:06:15 +00:00
Jay McDoniel
e83cc5e0d6
fix: update factory to account for old v4 syntax for cache stores
2022-10-04 10:18:03 -07:00
Kamil Mysliwiec
4eb5fb00a3
Merge pull request #10346 from jmcdo29/fix/support-cache-manager-5-and-4
...
fix: support cache manager v4 and v5
2022-10-04 09:33:20 +02:00
Kamil Mysliwiec
6accda5b6f
Merge pull request #10350 from nestjs/dependabot/npm_and_yarn/fastify-4.7.0
...
chore(deps): bump fastify from 4.6.0 to 4.7.0
2022-10-04 09:08:45 +02:00
Kamil Mysliwiec
89dddbcb64
Merge pull request #10351 from nestjs/dependabot/npm_and_yarn/nestjs/graphql-10.1.3
...
chore(deps-dev): bump @nestjs/graphql from 10.1.2 to 10.1.3
2022-10-04 09:04:33 +02:00
Kamil Mysliwiec
2124e1c9de
Merge pull request #10353 from nestjs/dependabot/npm_and_yarn/sinon-14.0.1
...
chore(deps-dev): bump sinon from 14.0.0 to 14.0.1
2022-10-04 09:04:26 +02:00
Kamil Mysliwiec
e80973bc18
Update packages/common/cache/cache.providers.ts
2022-10-04 09:04:19 +02:00
dependabot[bot]
1d72e9276f
chore(deps-dev): bump @nestjs/graphql from 10.1.2 to 10.1.3
...
Bumps [@nestjs/graphql](https://github.com/nestjs/graphql ) from 10.1.2 to 10.1.3.
- [Release notes](https://github.com/nestjs/graphql/releases )
- [Commits](https://github.com/nestjs/graphql/compare/v10.1.2...v10.1.3 )
---
updated-dependencies:
- dependency-name: "@nestjs/graphql"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-04 07:03:19 +00:00
dependabot[bot]
fadfb50ecd
chore(deps): bump fastify from 4.6.0 to 4.7.0
...
Bumps [fastify](https://github.com/fastify/fastify ) from 4.6.0 to 4.7.0.
- [Release notes](https://github.com/fastify/fastify/releases )
- [Commits](https://github.com/fastify/fastify/compare/v4.6.0...v4.7.0 )
---
updated-dependencies:
- dependency-name: fastify
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-04 07:01:06 +00:00
Kamil Mysliwiec
06f1f72192
Update packages/common/cache/cache.providers.ts
...
Co-authored-by: Antonio Tripodi <Tony133@users.noreply.github.com >
2022-10-04 09:00:37 +02:00
dependabot[bot]
dc0d89e2c6
chore(deps-dev): bump sinon from 14.0.0 to 14.0.1
...
Bumps [sinon](https://github.com/sinonjs/sinon ) from 14.0.0 to 14.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/v14.0.0...v14.0.1 )
---
updated-dependencies:
- dependency-name: sinon
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-04 06:59:36 +00:00
Kamil Mysliwiec
053d20b9c8
Merge pull request #10326 from ZanMinKian/zmj-module
...
feat(common): make `transformDefinition` optional
2022-10-04 08:58:56 +02:00
Kamil Mysliwiec
4781fc3c78
Merge pull request #10329 from nestjs/dependabot/npm_and_yarn/types/mocha-10.0.0
...
chore(deps-dev): bump @types/mocha from 9.1.1 to 10.0.0
2022-10-04 08:58:36 +02:00
Kamil Mysliwiec
c974c63293
Merge pull request #10349 from nestjs/dependabot/npm_and_yarn/mongoose-6.6.4
...
chore(deps-dev): bump mongoose from 6.6.3 to 6.6.4
2022-10-04 08:58:25 +02:00
Kamil Mysliwiec
65fa883d16
Merge pull request #10352 from nestjs/dependabot/npm_and_yarn/amqp-connection-manager-4.1.7
...
chore(deps-dev): bump amqp-connection-manager from 4.1.6 to 4.1.7
2022-10-04 08:58:17 +02:00
Kamil Mysliwiec
916431088e
Merge pull request #10354 from nestjs/dependabot/npm_and_yarn/nestjs/apollo-10.1.3
...
chore(deps-dev): bump @nestjs/apollo from 10.1.0 to 10.1.3
2022-10-04 08:58:02 +02:00
dependabot[bot]
288cfb4e10
chore(deps-dev): bump @types/mocha from 9.1.1 to 10.0.0
...
Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha ) from 9.1.1 to 10.0.0.
- [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-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-04 06:57:26 +00:00
Kamil Mysliwiec
068ba55cd7
Merge pull request #10355 from nestjs/dependabot/npm_and_yarn/core-js-3.25.5
...
chore(deps-dev): bump core-js from 3.25.4 to 3.25.5
2022-10-04 08:54:57 +02:00
Kamil Mysliwiec
e4d16ff1c3
Merge pull request #10356 from nestjs/dependabot/npm_and_yarn/types/node-18.8.1
...
chore(deps-dev): bump @types/node from 18.8.0 to 18.8.1
2022-10-04 08:54:41 +02:00
dependabot[bot]
1c33ee8ef3
chore(deps-dev): bump @types/node from 18.8.0 to 18.8.1
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.8.0 to 18.8.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 >
2022-10-04 00:15:22 +00:00
dependabot[bot]
774585dafd
chore(deps-dev): bump core-js from 3.25.4 to 3.25.5
...
Bumps [core-js](https://github.com/zloirock/core-js ) from 3.25.4 to 3.25.5.
- [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/compare/v3.25.4...v3.25.5 )
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-04 00:12:40 +00:00
dependabot[bot]
001d930f25
chore(deps-dev): bump @nestjs/apollo from 10.1.0 to 10.1.3
...
Bumps [@nestjs/apollo](https://github.com/nestjs/graphql ) from 10.1.0 to 10.1.3.
- [Release notes](https://github.com/nestjs/graphql/releases )
- [Commits](https://github.com/nestjs/graphql/compare/v10.1.0...v10.1.3 )
---
updated-dependencies:
- dependency-name: "@nestjs/apollo"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-04 00:11:08 +00:00
dependabot[bot]
d0d045b739
chore(deps-dev): bump amqp-connection-manager from 4.1.6 to 4.1.7
...
Bumps [amqp-connection-manager](https://github.com/jwalton/node-amqp-connection-manager ) from 4.1.6 to 4.1.7.
- [Release notes](https://github.com/jwalton/node-amqp-connection-manager/releases )
- [Changelog](https://github.com/jwalton/node-amqp-connection-manager/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jwalton/node-amqp-connection-manager/compare/v4.1.6...v4.1.7 )
---
updated-dependencies:
- dependency-name: amqp-connection-manager
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-04 00:08:50 +00:00
dependabot[bot]
7767d9a2d3
chore(deps-dev): bump mongoose from 6.6.3 to 6.6.4
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 6.6.3 to 6.6.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/6.6.3...6.6.4 )
---
updated-dependencies:
- dependency-name: mongoose
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-04 00:05:27 +00:00
Jay McDoniel
764f67e8d0
fix: add back spread of default options
2022-10-03 14:00:54 -07:00
Jay McDoniel
88e5ac5752
fix: support cache manager v4 and v5
2022-10-03 13:55:04 -07:00
Kamil Mysliwiec
746533214e
Merge pull request #10340 from micalevisk/patch-1
...
chore(common): only allow cache-manager version <=4
2022-10-03 10:13:39 +02:00
Kamil Mysliwiec
071aebdc4c
Merge pull request #10309 from nestjs/dependabot/npm_and_yarn/grpc/grpc-js-1.7.1
...
chore(deps-dev): bump @grpc/grpc-js from 1.7.0 to 1.7.1
2022-10-03 10:03:30 +02:00
Kamil Mysliwiec
0e9a4c951f
Merge pull request #10321 from nestjs/dependabot/npm_and_yarn/fast-json-stringify-5.4.0
...
chore(deps): bump fast-json-stringify from 5.3.0 to 5.4.0
2022-10-03 10:03:24 +02:00
Kamil Mysliwiec
07e0cb4c0a
Merge pull request #10312 from nestjs/dependabot/npm_and_yarn/ws-8.9.0
...
chore(deps): bump ws from 8.8.1 to 8.9.0
2022-10-03 10:03:17 +02:00
Kamil Mysliwiec
57792a39d4
Merge pull request #10319 from nestjs/dependabot/npm_and_yarn/rxjs-7.5.7
...
chore(deps): bump rxjs from 7.5.6 to 7.5.7
2022-10-03 10:03:09 +02:00
Kamil Mysliwiec
193f2c1db3
Merge pull request #10324 from nestjs/dependabot/npm_and_yarn/typescript-4.8.4
...
chore(deps-dev): bump typescript from 4.8.2 to 4.8.4
2022-10-03 10:03:01 +02:00
Kamil Mysliwiec
0c78f1b92f
Merge pull request #10337 from nestjs/dependabot/npm_and_yarn/core-js-3.25.4
...
chore(deps-dev): bump core-js from 3.25.2 to 3.25.4
2022-10-03 10:02:45 +02:00
Kamil Mysliwiec
6cd4ac9b3d
Merge pull request #10338 from nestjs/dependabot/npm_and_yarn/types/node-18.8.0
...
chore(deps-dev): bump @types/node from 18.7.18 to 18.8.0
2022-10-03 10:02:40 +02:00
Kamil Mysliwiec
a894155a2a
Merge pull request #10339 from nestjs/dependabot/npm_and_yarn/mongoose-6.6.3
...
chore(deps-dev): bump mongoose from 6.6.1 to 6.6.3
2022-10-03 10:02:32 +02:00
Kamil Mysliwiec
f405bb40ce
Merge pull request #10335 from oscard0m/patch-1
...
ci(codeql-analysis): upgrade actions/checkout to v3
2022-10-03 09:14:20 +02:00
Micael Levi L. Cavalcante
532001462c
chore(common): allow cache-manager version <=4
2022-10-02 22:24:56 -04:00
dependabot[bot]
ced9f635a4
chore(deps-dev): bump mongoose from 6.6.1 to 6.6.3
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 6.6.1 to 6.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/6.6.1...6.6.3 )
---
updated-dependencies:
- dependency-name: mongoose
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-03 00:21:32 +00:00
dependabot[bot]
05a88cbd14
chore(deps-dev): bump @types/node from 18.7.18 to 18.8.0
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.7.18 to 18.8.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 >
2022-10-03 00:17:06 +00:00
dependabot[bot]
b22415a02e
chore(deps-dev): bump core-js from 3.25.2 to 3.25.4
...
Bumps [core-js](https://github.com/zloirock/core-js ) from 3.25.2 to 3.25.4.
- [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/compare/v3.25.2...v3.25.4 )
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-03 00:08:39 +00:00
Oscar Dominguez
de9704e06c
ci(codeql-analysis): upgrade actions/checkout to v3
2022-10-01 19:28:47 +02:00
ZanMinKian
6555dddf01
feat(common): make transformDefinition optional
2022-09-28 13:20:21 +00:00
dependabot[bot]
39118083b9
chore(deps-dev): bump typescript from 4.8.2 to 4.8.4
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.8.2 to 4.8.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.8.2...v4.8.4 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-28 00:07:07 +00:00
dependabot[bot]
fa8b125601
chore(deps): bump fast-json-stringify from 5.3.0 to 5.4.0
...
Bumps [fast-json-stringify](https://github.com/fastify/fast-json-stringify ) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/fastify/fast-json-stringify/releases )
- [Commits](https://github.com/fastify/fast-json-stringify/compare/v5.3.0...v5.4.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 >
2022-09-27 00:07:04 +00:00
Kamil Mysliwiec
f4e9ac6208
Merge pull request #10316 from r-shirasu/refactor/update-eslintrc
...
refactor(common): remove .eslintrc typescript-eslint/eslint-recommended
2022-09-26 09:52:37 +02:00
dependabot[bot]
e9e8c5f80e
chore(deps): bump rxjs from 7.5.6 to 7.5.7
...
Bumps [rxjs](https://github.com/reactivex/rxjs ) from 7.5.6 to 7.5.7.
- [Release notes](https://github.com/reactivex/rxjs/releases )
- [Changelog](https://github.com/ReactiveX/rxjs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/reactivex/rxjs/compare/7.5.6...7.5.7 )
---
updated-dependencies:
- dependency-name: rxjs
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-26 00:15:36 +00:00
r-shirasu
7a8a1ea491
refactor(common): remove .eslintrc typescript-eslint/eslint-recommended
2022-09-26 00:13:50 +09:00
dependabot[bot]
ac71de7feb
chore(deps): bump ws from 8.8.1 to 8.9.0
...
Bumps [ws](https://github.com/websockets/ws ) from 8.8.1 to 8.9.0.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/8.8.1...8.9.0 )
---
updated-dependencies:
- dependency-name: ws
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-23 00:03:52 +00:00
dependabot[bot]
e61ec60e99
chore(deps-dev): bump @grpc/grpc-js from 1.7.0 to 1.7.1
...
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node ) from 1.7.0 to 1.7.1.
- [Release notes](https://github.com/grpc/grpc-node/releases )
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.7.0...v1.7.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 >
2022-09-22 10:34:17 +00:00
Kamil Myśliwiec
f6a83b6f2e
chore(): update package.json
2022-09-22 12:31:35 +02:00
Kamil Myśliwiec
d2412f5abf
chore(@nestjs) publish v9.1.2 release
2022-09-22 12:31:13 +02:00
Kamil Myśliwiec
bd3322b62c
Merge branch 'master' of https://github.com/nestjs/nest
2022-09-22 12:30:11 +02:00
Kamil Myśliwiec
83408f5aa2
fix(common): merge extras with module options #10307
2022-09-22 12:30:00 +02:00
Kamil Mysliwiec
8fd39ce46a
Merge pull request #10310 from nestjs/dependabot/npm_and_yarn/grpc/proto-loader-0.7.3
...
chore(deps-dev): bump @grpc/proto-loader from 0.7.2 to 0.7.3
2022-09-22 12:14:40 +02:00
dependabot[bot]
0a2b24b0e4
chore(deps-dev): bump @grpc/proto-loader from 0.7.2 to 0.7.3
...
Bumps [@grpc/proto-loader](https://github.com/grpc/grpc-node ) from 0.7.2 to 0.7.3.
- [Release notes](https://github.com/grpc/grpc-node/releases )
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/proto-loader@0.7.2...@grpc/proto-loader@0.7.3 )
---
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 >
2022-09-22 00:07:33 +00:00
Kamil Mysliwiec
28d8c54af9
Merge pull request #10301 from nestjs/dependabot/npm_and_yarn/typeorm-0.3.10
...
chore(deps-dev): bump typeorm from 0.3.9 to 0.3.10
2022-09-21 10:13:25 +02:00
Kamil Mysliwiec
861019e707
Merge pull request #10300 from nestjs/dependabot/npm_and_yarn/nestjs/graphql-10.1.2
...
chore(deps-dev): bump @nestjs/graphql from 10.1.1 to 10.1.2
2022-09-21 10:13:09 +02:00
Kamil Mysliwiec
b00c9be849
Merge pull request #10302 from nestjs/dependabot/npm_and_yarn/fastify/formbody-7.3.0
...
chore(deps): bump @fastify/formbody from 7.2.0 to 7.3.0
2022-09-20 13:51:54 +02:00
dependabot[bot]
ead036a155
chore(deps): bump @fastify/formbody from 7.2.0 to 7.3.0
...
Bumps [@fastify/formbody](https://github.com/fastify/fastify-formbody ) from 7.2.0 to 7.3.0.
- [Release notes](https://github.com/fastify/fastify-formbody/releases )
- [Commits](https://github.com/fastify/fastify-formbody/compare/v7.2.0...v7.3.0 )
---
updated-dependencies:
- dependency-name: "@fastify/formbody"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-20 00:06:44 +00:00
dependabot[bot]
784004e769
chore(deps-dev): bump typeorm from 0.3.9 to 0.3.10
...
Bumps [typeorm](https://github.com/typeorm/typeorm ) from 0.3.9 to 0.3.10.
- [Release notes](https://github.com/typeorm/typeorm/releases )
- [Changelog](https://github.com/typeorm/typeorm/blob/0.3.10/CHANGELOG.md )
- [Commits](https://github.com/typeorm/typeorm/compare/0.3.9...0.3.10 )
---
updated-dependencies:
- dependency-name: typeorm
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-20 00:05:37 +00:00
dependabot[bot]
5a09a581b7
chore(deps-dev): bump @nestjs/graphql from 10.1.1 to 10.1.2
...
Bumps [@nestjs/graphql](https://github.com/nestjs/graphql ) from 10.1.1 to 10.1.2.
- [Release notes](https://github.com/nestjs/graphql/releases )
- [Commits](https://github.com/nestjs/graphql/compare/v10.1.1...v10.1.2 )
---
updated-dependencies:
- dependency-name: "@nestjs/graphql"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-20 00:03:54 +00:00
Kamil Myśliwiec
39ec4cda73
chore(@nestjs) publish v9.1.1 release
2022-09-19 16:00:06 +02:00
Kamil Myśliwiec
b55a30d2c9
Merge branch 'master' of https://github.com/nestjs/nest
2022-09-19 15:52:17 +02:00
Kamil Myśliwiec
ed3b05f104
test: fix broken client-tcp unit test
2022-09-19 15:52:08 +02:00
Kamil Myśliwiec
469897ea36
chore(@nestjs) publish v9.1.0 release
2022-09-19 15:25:33 +02:00
Kamil Mysliwiec
a439cd9a41
Merge pull request #10299 from nestjs/feat/durable-providers-payload
...
feat(core): allow setting payload for durable trees
2022-09-19 15:20:56 +02:00
Kamil Myśliwiec
b9ea9a4e2e
Merge branch 'regevbr-10286'
2022-09-19 15:20:00 +02:00
Kamil Myśliwiec
dc10e2485d
style(microservices): add blank line, update error message
2022-09-19 15:19:40 +02:00
Kamil Myśliwiec
2dd59bb5c4
Merge branch '10286' of github.com:regevbr/nest into regevbr-10286
2022-09-19 15:09:22 +02:00
Kamil Myśliwiec
99f4ad2930
Merge branch 'thesoundfromthesky-euihyeok-common-cache-interceptor-error-handling'
2022-09-19 15:08:41 +02:00
Kamil Myśliwiec
fb7b70f2d2
style(common): remove console log, update error message
2022-09-19 15:08:26 +02:00
Kamil Myśliwiec
289c40f5e6
Merge branch 'euihyeok-common-cache-interceptor-error-handling' of github.com:thesoundfromthesky/nest into thesoundfromthesky-euihyeok-common-cache-interceptor-error-handling
2022-09-19 15:06:24 +02:00
Kamil Myśliwiec
28e72d7e3e
Merge branch 'PhilipMantrov-master'
2022-09-19 15:05:38 +02:00
Kamil Myśliwiec
a0767491a1
style(microservices): wrap error message params in quotation marks
2022-09-19 15:00:53 +02:00
Kamil Myśliwiec
68e6d44fcd
Merge branch 'master' of github.com:PhilipMantrov/nest into PhilipMantrov-master
2022-09-19 14:59:40 +02:00
Kamil Myśliwiec
4a43505d3e
test: add integration test
2022-09-19 14:59:04 +02:00
Kamil Mysliwiec
cad561b5b4
Merge pull request #10285 from twchn/fix-configurable-module-interface
...
fix(common): make `ExtraModuleDefinitionOptions` partial in `OPTIONS_TYPE`
2022-09-19 14:45:24 +02:00
Kamil Myśliwiec
eb5c2d2a67
feat(core): allow setting payload for durable trees
2022-09-19 14:43:44 +02:00
Kamil Mysliwiec
a80df520bc
Merge pull request #10112 from ZanMinKian/zmj-optimize_reflector
...
perf(core): optimize reflector
2022-09-19 14:39:35 +02:00
Kamil Mysliwiec
2fb0a1c0d3
Merge pull request #10087 from ZanMinKian/zmj-support_return_type
...
feat(common): allow to serialize plain object
2022-09-19 14:38:54 +02:00
Kamil Mysliwiec
447e8254bf
Merge pull request #10143 from jmcdo29/fix/expose-cache-module-options-token
...
fix: export cache module options token under easy name
2022-09-19 14:37:46 +02:00
Kamil Mysliwiec
b4f002da55
Merge pull request #10209 from nestjs/fix/10184-multiple-scoped-event-handlers
...
fix(microservices): multiple scoped event handlers issue #10184
2022-09-19 14:37:30 +02:00
Kamil Mysliwiec
cbd43d7f9c
Merge pull request #10272 from Papooch/feat/kafka-producer-in-context
...
feat(microservices): Add producer reference to KafkaContext
2022-09-19 14:36:59 +02:00
Kamil Mysliwiec
7d4f7e276e
Merge pull request #10262 from nestjs/dependabot/npm_and_yarn/grpc/grpc-js-1.7.0
...
chore(deps-dev): bump @grpc/grpc-js from 1.6.12 to 1.7.0
2022-09-19 14:35:25 +02:00
Kamil Mysliwiec
94f8c7451b
Merge pull request #10288 from szilveszterandras/unary-cleanup
...
fix(microservices): cleanup unary call on unsubscribe
2022-09-19 14:34:30 +02:00
Kamil Mysliwiec
3505a00a4a
Merge pull request #10291 from yukukotani/console-logger-stringify-array
...
fix(common): stringify arrays on printing with console-logger
2022-09-19 14:34:00 +02:00
dependabot[bot]
566342c80a
chore(deps-dev): bump @grpc/grpc-js from 1.6.12 to 1.7.0
...
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node ) from 1.6.12 to 1.7.0.
- [Release notes](https://github.com/grpc/grpc-node/releases )
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.6.12...@grpc/grpc-js@1.7.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 >
2022-09-19 07:29:20 +00:00
Kamil Mysliwiec
41a4753eab
Merge pull request #10278 from nestjs/dependabot/npm_and_yarn/types/express-4.17.14
...
chore(deps-dev): bump @types/express from 4.17.13 to 4.17.14
2022-09-19 09:27:50 +02:00
Kamil Mysliwiec
bd59564f16
Merge pull request #10284 from nestjs/dependabot/npm_and_yarn/fastify-4.6.0
...
chore(deps): bump fastify from 4.5.3 to 4.6.0
2022-09-19 09:27:26 +02:00
dependabot[bot]
418bf70346
chore(deps): bump fastify from 4.5.3 to 4.6.0
...
Bumps [fastify](https://github.com/fastify/fastify ) from 4.5.3 to 4.6.0.
- [Release notes](https://github.com/fastify/fastify/releases )
- [Commits](https://github.com/fastify/fastify/compare/v4.5.3...v4.6.0 )
---
updated-dependencies:
- dependency-name: fastify
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-19 07:27:11 +00:00
Kamil Mysliwiec
de98b3be78
Merge pull request #10279 from nestjs/dependabot/npm_and_yarn/types/node-18.7.18
...
chore(deps-dev): bump @types/node from 18.7.17 to 18.7.18
2022-09-19 09:25:07 +02:00
Kamil Mysliwiec
f142b52bc0
Merge pull request #10283 from nestjs/dependabot/npm_and_yarn/mongoose-6.6.1
...
chore(deps-dev): bump mongoose from 6.6.0 to 6.6.1
2022-09-19 09:25:02 +02:00
Kamil Mysliwiec
3675708685
Merge pull request #10290 from yukukotani/fix-mysql-version
...
chore(integration): update mysql image to 8.0.30
2022-09-19 09:24:53 +02:00
Kamil Mysliwiec
37e6e61fe6
Merge pull request #10294 from nestjs/dependabot/npm_and_yarn/light-my-request-5.6.1
...
chore(deps): bump light-my-request from 5.6.0 to 5.6.1
2022-09-19 09:24:39 +02:00
Kamil Mysliwiec
06afba2ee2
Merge pull request #10295 from nestjs/dependabot/npm_and_yarn/fastify/multipart-7.2.0
...
chore(deps-dev): bump @fastify/multipart from 7.1.2 to 7.2.0
2022-09-19 09:24:28 +02:00
Kamil Mysliwiec
ef13eab3b1
Merge pull request #10296 from nestjs/dependabot/npm_and_yarn/nodemon-2.0.20
...
chore(deps-dev): bump nodemon from 2.0.19 to 2.0.20
2022-09-19 09:24:18 +02:00
Kamil Mysliwiec
7709e66460
Merge pull request #10297 from nestjs/dependabot/npm_and_yarn/core-js-3.25.2
...
chore(deps-dev): bump core-js from 3.25.1 to 3.25.2
2022-09-19 09:23:39 +02:00
dependabot[bot]
081c512b13
chore(deps-dev): bump core-js from 3.25.1 to 3.25.2
...
Bumps [core-js](https://github.com/zloirock/core-js ) from 3.25.1 to 3.25.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/compare/v3.25.1...v3.25.2 )
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-19 00:16:44 +00:00
dependabot[bot]
761cac2a6b
chore(deps-dev): bump nodemon from 2.0.19 to 2.0.20
...
Bumps [nodemon](https://github.com/remy/nodemon ) from 2.0.19 to 2.0.20.
- [Release notes](https://github.com/remy/nodemon/releases )
- [Commits](https://github.com/remy/nodemon/compare/v2.0.19...v2.0.20 )
---
updated-dependencies:
- dependency-name: nodemon
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-19 00:13:07 +00:00
dependabot[bot]
567808f063
chore(deps-dev): bump @fastify/multipart from 7.1.2 to 7.2.0
...
Bumps [@fastify/multipart](https://github.com/fastify/fastify-multipart ) from 7.1.2 to 7.2.0.
- [Release notes](https://github.com/fastify/fastify-multipart/releases )
- [Commits](https://github.com/fastify/fastify-multipart/compare/v7.1.2...v7.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 >
2022-09-19 00:07:44 +00:00
dependabot[bot]
17355d4a6f
chore(deps): bump light-my-request from 5.6.0 to 5.6.1
...
Bumps [light-my-request](https://github.com/fastify/light-my-request ) from 5.6.0 to 5.6.1.
- [Release notes](https://github.com/fastify/light-my-request/releases )
- [Commits](https://github.com/fastify/light-my-request/compare/v5.6.0...v5.6.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 >
2022-09-19 00:06:02 +00:00
Yuku Kotani
d8cd24861f
fix(common): stringify arrays on printing with console-logger
...
stringify arrays as json to avoid [object Object]
Close #10280
2022-09-18 03:11:50 +09:00
Yuku Kotani
2890549fc4
test(common): add test for console logger stringify message
2022-09-18 03:10:13 +09:00
Yuku Kotani
a7310eea01
chore(integration): update mysql image to 8.0.30
2022-09-18 02:29:02 +09:00
szilveszterandras
269ffa3d62
fix(microservices): cleanup unary call on unsubscribe
2022-09-16 19:21:38 +03:00
regevbr
2fe80500dd
fix: tcp client memory leaks #10286
2022-09-16 17:52:38 +03:00
regevbr
a439b14c4d
fix: tcp client memory leaks #10286
2022-09-16 17:40:06 +03:00
Tao Wei
c36d6bac72
fix(common): make ExtraModuleDefinitionOptions partial in type
2022-09-16 09:27:11 +00:00
dependabot[bot]
53e4d226ad
chore(deps-dev): bump mongoose from 6.6.0 to 6.6.1
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 6.6.0 to 6.6.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/6.6.0...6.6.1 )
---
updated-dependencies:
- dependency-name: mongoose
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-15 00:04:38 +00:00
dependabot[bot]
91b24733b2
chore(deps-dev): bump @types/node from 18.7.17 to 18.7.18
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.7.17 to 18.7.18.
- [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 >
2022-09-14 00:06:48 +00:00
dependabot[bot]
7959c0f61f
chore(deps-dev): bump @types/express from 4.17.13 to 4.17.14
...
Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express ) from 4.17.13 to 4.17.14.
- [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 >
2022-09-14 00:05:10 +00:00
thesoundfromthesky
54bc3d3516
fix(common): apply try-catch block to cache-interceptor
...
when cache-manager is used with promise based store,
caching null or undefined will throw an unhandledPromise rejection.
apply try-catch block to handle errors.
2022-09-13 18:29:45 -05:00
Kamil Mysliwiec
7db5638d3f
Merge pull request #10276 from nestjs/dependabot/npm_and_yarn/types/node-18.7.17
...
chore(deps-dev): bump @types/node from 18.7.16 to 18.7.17
2022-09-13 09:22:46 +02:00
dependabot[bot]
d910d3d60c
chore(deps-dev): bump @types/node from 18.7.16 to 18.7.17
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.7.16 to 18.7.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 >
2022-09-13 00:05:24 +00:00
Ondřej Švanda
e98d3372be
feat(microservices): Add producer reference to KafkaContext
2022-09-12 10:10:28 +02:00
Kamil Mysliwiec
ec197c96e2
Merge pull request #10269 from nestjs/dependabot/npm_and_yarn/graphql-tools-8.3.6
...
chore(deps-dev): bump graphql-tools from 8.3.5 to 8.3.6
2022-09-12 08:40:53 +02:00
Kamil Mysliwiec
d05891ce36
Merge pull request #10268 from nestjs/dependabot/npm_and_yarn/light-my-request-5.6.0
...
chore(deps): bump light-my-request from 5.5.1 to 5.6.0
2022-09-12 08:40:47 +02:00
Kamil Mysliwiec
37621f2ea0
Merge pull request #10271 from nestjs/dependabot/npm_and_yarn/fast-json-stringify-5.3.0
...
chore(deps): bump fast-json-stringify from 5.2.0 to 5.3.0
2022-09-12 08:39:33 +02:00
dependabot[bot]
f0e76b823f
chore(deps): bump fast-json-stringify from 5.2.0 to 5.3.0
...
Bumps [fast-json-stringify](https://github.com/fastify/fast-json-stringify ) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/fastify/fast-json-stringify/releases )
- [Commits](https://github.com/fastify/fast-json-stringify/compare/v5.2.0...v5.3.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 >
2022-09-12 00:16:16 +00:00
dependabot[bot]
846c9e142c
chore(deps-dev): bump graphql-tools from 8.3.5 to 8.3.6
...
Bumps [graphql-tools](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/graphql-tools ) from 8.3.5 to 8.3.6.
- [Release notes](https://github.com/ardatan/graphql-tools/releases )
- [Changelog](https://github.com/ardatan/graphql-tools/blob/master/packages/graphql-tools/CHANGELOG.md )
- [Commits](https://github.com/ardatan/graphql-tools/commits/graphql-tools@8.3.6/packages/graphql-tools )
---
updated-dependencies:
- dependency-name: graphql-tools
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-12 00:10:58 +00:00
dependabot[bot]
2048cd3364
chore(deps): bump light-my-request from 5.5.1 to 5.6.0
...
Bumps [light-my-request](https://github.com/fastify/light-my-request ) from 5.5.1 to 5.6.0.
- [Release notes](https://github.com/fastify/light-my-request/releases )
- [Commits](https://github.com/fastify/light-my-request/compare/v5.5.1...v5.6.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 >
2022-09-12 00:09:12 +00:00
Kamil Mysliwiec
8b16d33a0e
Merge pull request #10245 from nestjs/dependabot/npm_and_yarn/uuid-9.0.0
...
chore(deps): bump uuid from 8.3.2 to 9.0.0
2022-09-09 08:26:36 +02:00
Kamil Mysliwiec
aecff66fc8
Merge pull request #10249 from nestjs/dependabot/npm_and_yarn/redis-4.3.1
...
chore(deps-dev): bump redis from 4.3.0 to 4.3.1
2022-09-09 08:26:27 +02:00
dependabot[bot]
31b1894616
chore(deps-dev): bump redis from 4.3.0 to 4.3.1
...
Bumps [redis](https://github.com/redis/node-redis ) from 4.3.0 to 4.3.1.
- [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.3.0...redis@4.3.1 )
---
updated-dependencies:
- dependency-name: redis
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-09 06:24:38 +00:00
Kamil Mysliwiec
697dc65573
Merge pull request #10253 from nestjs/dependabot/npm_and_yarn/core-js-3.25.1
...
chore(deps-dev): bump core-js from 3.25.0 to 3.25.1
2022-09-09 08:22:16 +02:00
Kamil Mysliwiec
91b4678894
Merge pull request #10254 from nestjs/dependabot/npm_and_yarn/types/node-18.7.16
...
chore(deps-dev): bump @types/node from 18.7.15 to 18.7.16
2022-09-09 08:22:04 +02:00
Kamil Mysliwiec
8d46653d51
Merge pull request #10256 from nestjs/dependabot/npm_and_yarn/fastify/formbody-7.2.0
...
chore(deps): bump @fastify/formbody from 7.1.0 to 7.2.0
2022-09-09 08:21:42 +02:00
Kamil Mysliwiec
760d896e0b
Merge pull request #10257 from nestjs/dependabot/npm_and_yarn/concurrently-7.4.0
...
chore(deps-dev): bump concurrently from 7.3.0 to 7.4.0
2022-09-09 08:20:37 +02:00
Kamil Mysliwiec
e1ebeae17e
Merge pull request #10261 from nestjs/dependabot/npm_and_yarn/mongoose-6.6.0
...
chore(deps-dev): bump mongoose from 6.5.4 to 6.6.0
2022-09-09 08:18:06 +02:00
dependabot[bot]
a602f36ddb
chore(deps-dev): bump mongoose from 6.5.4 to 6.6.0
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 6.5.4 to 6.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/6.5.4...6.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 >
2022-09-09 00:06:34 +00:00
dependabot[bot]
6c4c515799
chore(deps-dev): bump concurrently from 7.3.0 to 7.4.0
...
Bumps [concurrently](https://github.com/open-cli-tools/concurrently ) from 7.3.0 to 7.4.0.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases )
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v7.3.0...v7.4.0 )
---
updated-dependencies:
- dependency-name: concurrently
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-08 00:11:27 +00:00
dependabot[bot]
3249a2edf0
chore(deps): bump @fastify/formbody from 7.1.0 to 7.2.0
...
Bumps [@fastify/formbody](https://github.com/fastify/fastify-formbody ) from 7.1.0 to 7.2.0.
- [Release notes](https://github.com/fastify/fastify-formbody/releases )
- [Commits](https://github.com/fastify/fastify-formbody/compare/v7.1.0...v7.2.0 )
---
updated-dependencies:
- dependency-name: "@fastify/formbody"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-08 00:08:02 +00:00
dependabot[bot]
1751a8da37
chore(deps-dev): bump @types/node from 18.7.15 to 18.7.16
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.7.15 to 18.7.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 >
2022-09-08 00:05:07 +00:00
dependabot[bot]
e61eb220b4
chore(deps-dev): bump core-js from 3.25.0 to 3.25.1
...
Bumps [core-js](https://github.com/zloirock/core-js ) from 3.25.0 to 3.25.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/compare/v3.25.0...v3.25.1 )
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-08 00:04:07 +00:00
Kamil Mysliwiec
8d66cece79
Merge pull request #10219 from nestjs/dependabot/npm_and_yarn/nestjs/apollo-10.1.0
...
chore(deps-dev): bump @nestjs/apollo from 10.0.22 to 10.1.0
2022-09-06 09:41:03 +02:00
dependabot[bot]
501c4f1f15
chore(deps): bump uuid from 8.3.2 to 9.0.0
...
Bumps [uuid](https://github.com/uuidjs/uuid ) from 8.3.2 to 9.0.0.
- [Release notes](https://github.com/uuidjs/uuid/releases )
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/uuidjs/uuid/compare/v8.3.2...v9.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 >
2022-09-06 07:39:41 +00:00
dependabot[bot]
46ca7a51d7
chore(deps-dev): bump @nestjs/apollo from 10.0.22 to 10.1.0
...
Bumps [@nestjs/apollo](https://github.com/nestjs/graphql ) from 10.0.22 to 10.1.0.
- [Release notes](https://github.com/nestjs/graphql/releases )
- [Commits](https://github.com/nestjs/graphql/compare/v10.0.22...v10.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 >
2022-09-06 07:39:13 +00:00
Kamil Mysliwiec
ac67b5e25c
Merge pull request #10221 from nestjs/dependabot/npm_and_yarn/amqplib-0.10.3
...
chore(deps-dev): bump amqplib from 0.10.2 to 0.10.3
2022-09-06 09:37:21 +02:00
Kamil Mysliwiec
6a64e28d6a
Merge pull request #10232 from nestjs/dependabot/npm_and_yarn/fastify/multipart-7.1.2
...
chore(deps-dev): bump @fastify/multipart from 7.1.1 to 7.1.2
2022-09-06 09:36:55 +02:00
Kamil Mysliwiec
423c0e4258
Merge pull request #10233 from nestjs/dependabot/npm_and_yarn/socket.io-4.5.2
...
chore(deps): bump socket.io from 4.5.1 to 4.5.2
2022-09-06 09:36:48 +02:00
Kamil Mysliwiec
767e94d343
Merge pull request #10234 from nestjs/dependabot/npm_and_yarn/nestjs/graphql-10.1.1
...
chore(deps-dev): bump @nestjs/graphql from 10.0.22 to 10.1.1
2022-09-06 09:36:40 +02:00
Kamil Mysliwiec
45c562a51c
Merge pull request #10235 from nestjs/dependabot/npm_and_yarn/types/cache-manager-4.0.2
...
chore(deps-dev): bump @types/cache-manager from 4.0.1 to 4.0.2
2022-09-06 09:36:33 +02:00
Kamil Mysliwiec
b6bed45ca2
Merge pull request #10236 from nestjs/dependabot/npm_and_yarn/socket.io-client-4.5.2
...
chore(deps-dev): bump socket.io-client from 4.5.1 to 4.5.2
2022-09-06 09:36:26 +02:00
Kamil Mysliwiec
13d21966c0
Merge pull request #10237 from nestjs/dependabot/npm_and_yarn/ts-morph-16.0.0
...
chore(deps-dev): bump ts-morph from 15.1.0 to 16.0.0
2022-09-06 09:36:17 +02:00
Kamil Mysliwiec
221d60e2ae
Merge pull request #10238 from nestjs/dependabot/npm_and_yarn/types/node-18.7.15
...
chore(deps-dev): bump @types/node from 18.7.14 to 18.7.15
2022-09-06 09:36:12 +02:00
Kamil Mysliwiec
6457d58d41
Merge pull request #10242 from nestjs/dependabot/npm_and_yarn/graphql-tools-8.3.5
...
chore(deps-dev): bump graphql-tools from 8.3.4 to 8.3.5
2022-09-06 09:35:54 +02:00
dependabot[bot]
dd8386123b
chore(deps-dev): bump graphql-tools from 8.3.4 to 8.3.5
...
Bumps [graphql-tools](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/graphql-tools ) from 8.3.4 to 8.3.5.
- [Release notes](https://github.com/ardatan/graphql-tools/releases )
- [Changelog](https://github.com/ardatan/graphql-tools/blob/master/packages/graphql-tools/CHANGELOG.md )
- [Commits](https://github.com/ardatan/graphql-tools/commits/graphql-tools@8.3.5/packages/graphql-tools )
---
updated-dependencies:
- dependency-name: graphql-tools
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-06 00:03:38 +00:00
dependabot[bot]
d97b3b3555
chore(deps-dev): bump @types/node from 18.7.14 to 18.7.15
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.7.14 to 18.7.15.
- [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 >
2022-09-05 11:51:20 +00:00
dependabot[bot]
d5c43f1398
chore(deps-dev): bump ts-morph from 15.1.0 to 16.0.0
...
Bumps [ts-morph](https://github.com/dsherret/ts-morph ) from 15.1.0 to 16.0.0.
- [Release notes](https://github.com/dsherret/ts-morph/releases )
- [Commits](https://github.com/dsherret/ts-morph/compare/15.1.0...16.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 >
2022-09-05 11:49:09 +00:00
dependabot[bot]
e9fe64ab80
chore(deps-dev): bump socket.io-client from 4.5.1 to 4.5.2
...
Bumps [socket.io-client](https://github.com/socketio/socket.io-client ) from 4.5.1 to 4.5.2.
- [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.5.1...4.5.2 )
---
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 >
2022-09-05 11:47:00 +00:00
dependabot[bot]
de4cdcc3e1
chore(deps-dev): bump @types/cache-manager from 4.0.1 to 4.0.2
...
Bumps [@types/cache-manager](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/cache-manager ) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/cache-manager )
---
updated-dependencies:
- dependency-name: "@types/cache-manager"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-05 11:43:08 +00:00
dependabot[bot]
3a88a9af7a
chore(deps-dev): bump @nestjs/graphql from 10.0.22 to 10.1.1
...
Bumps [@nestjs/graphql](https://github.com/nestjs/graphql ) from 10.0.22 to 10.1.1.
- [Release notes](https://github.com/nestjs/graphql/releases )
- [Commits](https://github.com/nestjs/graphql/compare/v10.0.22...v10.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 >
2022-09-05 11:39:38 +00:00
dependabot[bot]
26736e2329
chore(deps): bump socket.io from 4.5.1 to 4.5.2
...
Bumps [socket.io](https://github.com/socketio/socket.io ) from 4.5.1 to 4.5.2.
- [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.5.1...4.5.2 )
---
updated-dependencies:
- dependency-name: socket.io
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-05 11:36:40 +00:00
dependabot[bot]
db35ba4418
chore(deps-dev): bump @fastify/multipart from 7.1.1 to 7.1.2
...
Bumps [@fastify/multipart](https://github.com/fastify/fastify-multipart ) from 7.1.1 to 7.1.2.
- [Release notes](https://github.com/fastify/fastify-multipart/releases )
- [Commits](https://github.com/fastify/fastify-multipart/compare/v7.1.1...v7.1.2 )
---
updated-dependencies:
- dependency-name: "@fastify/multipart"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-05 11:34:43 +00:00
Kamil Mysliwiec
25cc573052
Merge pull request #10217 from sashashura/patch-1
...
GitHub Workflows security hardening
2022-09-05 09:56:35 +02:00
Nathan Arseneau
53cd547004
test(sample-02): remove version increment in package-lock.json
2022-09-03 21:55:38 -04:00
Nathan Arseneau
938005d8e1
test(sample-02): added e2e tests
2022-09-03 21:50:05 -04:00
Nathan Arseneau
9139ccfb93
test(sample-02): added unit tests
2022-09-03 20:18:29 -04:00
Philip Mantrov
6538324c0d
feat(microservices): path, package and service names added to exceptions
2022-09-02 18:43:52 +03:00
dependabot[bot]
87dd4b252d
chore(deps-dev): bump amqplib from 0.10.2 to 0.10.3
...
Bumps [amqplib](https://github.com/amqp-node/amqplib ) from 0.10.2 to 0.10.3.
- [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.2...v0.10.3 )
---
updated-dependencies:
- dependency-name: amqplib
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-02 00:15:03 +00:00
Alex
831da1c6bd
Update codeql-analysis.yml
...
Signed-off-by: sashashura <93376818+sashashura@users.noreply.github.com >
2022-09-01 16:15:48 +01:00
Kamil Mysliwiec
a448f53b77
Merge pull request #10212 from nestjs/dependabot/npm_and_yarn/fast-json-stringify-5.2.0
...
chore(deps): bump fast-json-stringify from 5.1.0 to 5.2.0
2022-09-01 13:48:38 +02:00
Kamil Mysliwiec
bd68c66f4e
Merge pull request #10213 from nestjs/dependabot/npm_and_yarn/grpc/grpc-js-1.6.12
...
chore(deps-dev): bump @grpc/grpc-js from 1.6.11 to 1.6.12
2022-09-01 13:48:30 +02:00
dependabot[bot]
5efb1ba84f
chore(deps-dev): bump @grpc/grpc-js from 1.6.11 to 1.6.12
...
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node ) from 1.6.11 to 1.6.12.
- [Release notes](https://github.com/grpc/grpc-node/releases )
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.6.11...@grpc/grpc-js@1.6.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 >
2022-09-01 00:09:38 +00:00
dependabot[bot]
4e3a36d325
chore(deps): bump fast-json-stringify from 5.1.0 to 5.2.0
...
Bumps [fast-json-stringify](https://github.com/fastify/fast-json-stringify ) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/fastify/fast-json-stringify/releases )
- [Commits](https://github.com/fastify/fast-json-stringify/compare/v5.1.0...v5.2.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 >
2022-09-01 00:04:50 +00:00
Kamil Mysliwiec
2276f61003
Merge pull request #10193 from nestjs/dependabot/npm_and_yarn/commitlint/config-angular-17.1.0
...
chore(deps-dev): bump @commitlint/config-angular from 17.0.3 to 17.1.0
2022-08-31 09:55:49 +02:00
Kamil Myśliwiec
a5be434f0c
fix(microservices): multiple scoped event handlers issue #10184
2022-08-31 09:55:22 +02:00
Kamil Mysliwiec
35f2994fdb
Merge pull request #10206 from nestjs/dependabot/npm_and_yarn/sample/07-sequelize/moment-timezone-0.5.37
...
chore(deps): bump moment-timezone from 0.5.34 to 0.5.37 in /sample/07-sequelize
2022-08-31 08:59:35 +02:00
Kamil Mysliwiec
20862e3cbb
Merge pull request #10204 from nestjs/dependabot/npm_and_yarn/mongoose-6.5.4
...
chore(deps-dev): bump mongoose from 6.5.3 to 6.5.4
2022-08-31 08:59:24 +02:00
dependabot[bot]
febb83f1db
chore(deps): bump moment-timezone in /sample/07-sequelize
...
Bumps [moment-timezone](https://github.com/moment/moment-timezone ) from 0.5.34 to 0.5.37.
- [Release notes](https://github.com/moment/moment-timezone/releases )
- [Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md )
- [Commits](https://github.com/moment/moment-timezone/compare/0.5.34...0.5.37 )
---
updated-dependencies:
- dependency-name: moment-timezone
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-31 04:52:18 +00:00
dependabot[bot]
6e813565b9
chore(deps-dev): bump mongoose from 6.5.3 to 6.5.4
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 6.5.3 to 6.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/6.5.3...6.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 >
2022-08-31 00:05:18 +00:00
dependabot[bot]
9231915e90
chore(deps-dev): bump @commitlint/config-angular from 17.0.3 to 17.1.0
...
Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular ) from 17.0.3 to 17.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/v17.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 >
2022-08-30 06:23:35 +00:00
Kamil Mysliwiec
d6f6fda6f7
Merge pull request #10185 from nestjs/dependabot/npm_and_yarn/apollo-server-core-3.10.2
...
chore(deps-dev): bump apollo-server-core from 3.10.1 to 3.10.2
2022-08-30 08:21:13 +02:00
Kamil Mysliwiec
9cbec155bf
Merge pull request #10194 from nestjs/dependabot/npm_and_yarn/commitlint/cli-17.1.2
...
chore(deps-dev): bump @commitlint/cli from 17.0.3 to 17.1.2
2022-08-30 08:21:03 +02:00
Kamil Mysliwiec
9379a96d5d
Merge pull request #10196 from Tony133/chore/update-import-common-module-utils
...
chore(common): update import in module utils
2022-08-30 08:20:56 +02:00
Kamil Mysliwiec
daf8eb8fe6
Merge pull request #10197 from Tony133/chore/added-file-index
...
chore(microservices): added file index in deserializers and serializers
2022-08-30 08:20:35 +02:00
Kamil Mysliwiec
f4ed1a169c
Merge pull request #10198 from nestjs/dependabot/npm_and_yarn/grpc/grpc-js-1.6.11
...
chore(deps-dev): bump @grpc/grpc-js from 1.6.10 to 1.6.11
2022-08-30 08:20:13 +02:00
Kamil Mysliwiec
6de779e55b
Merge pull request #10199 from nestjs/dependabot/npm_and_yarn/types/node-18.7.14
...
chore(deps-dev): bump @types/node from 18.7.13 to 18.7.14
2022-08-30 08:20:05 +02:00
nkitku
f3e6c54b3e
Fix HTTPException on minifying class names, its not match regex expression
...
```js
"BadRequest".match(/[A-Z][a-z]+|[0-9]+/g).join(' ') // this is ok
// but on minify
"t".match(/[A-Z][a-z]+|[0-9]+/g).join(' ') // throws error
// Uncaught TypeError: Cannot read properties of null (reading 'join')
```
2022-08-30 11:47:26 +05:30
dependabot[bot]
5f83b041a9
chore(deps-dev): bump @types/node from 18.7.13 to 18.7.14
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.7.13 to 18.7.14.
- [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 >
2022-08-30 00:07:50 +00:00
dependabot[bot]
8094e9fb28
chore(deps-dev): bump @grpc/grpc-js from 1.6.10 to 1.6.11
...
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node ) from 1.6.10 to 1.6.11.
- [Release notes](https://github.com/grpc/grpc-node/releases )
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.6.10...@grpc/grpc-js@1.6.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 >
2022-08-30 00:06:46 +00:00
Tony133
f41c87e897
chore(microservices): added file index in deserializers and serializers
2022-08-29 22:54:23 +02:00
Tony133
2a0dad322b
chore(common): update import in module utils and added file index.ts
2022-08-29 22:27:17 +02:00
dependabot[bot]
fe68ad8fc6
chore(deps-dev): bump @commitlint/cli from 17.0.3 to 17.1.2
...
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli ) from 17.0.3 to 17.1.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.1.2/@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 >
2022-08-29 08:57:13 +00:00
Kamil Mysliwiec
af96a14ddf
Merge pull request #10180 from nestjs/dependabot/npm_and_yarn/sample/14-mongoose-base/mongoose-6.4.6
...
chore(deps): bump mongoose from 6.4.4 to 6.4.6 in /sample/14-mongoose-base
2022-08-29 10:54:39 +02:00
Kamil Mysliwiec
6457d3a1ff
Merge pull request #10177 from nestjs/dependabot/npm_and_yarn/typescript-4.8.2
...
chore(deps-dev): bump typescript from 4.7.4 to 4.8.2
2022-08-29 10:54:32 +02:00
Kamil Mysliwiec
79b0bbd179
Merge pull request #10192 from nestjs/dependabot/npm_and_yarn/fastify/formbody-7.1.0
...
chore(deps): bump @fastify/formbody from 7.0.1 to 7.1.0
2022-08-29 10:54:25 +02:00
Kamil Mysliwiec
cc28981746
Merge pull request #10190 from nestjs/dependabot/npm_and_yarn/fastify-4.5.3
...
chore(deps): bump fastify from 4.5.2 to 4.5.3
2022-08-29 10:54:17 +02:00
Kamil Mysliwiec
de6169e330
Merge pull request #10182 from Tony133/chore/update-abstract-method-on-http-adpater
...
chore(core): added types on the methods abstract in http-adapter
2022-08-29 10:36:15 +02:00
Kamil Mysliwiec
6389a74605
Merge pull request #10171 from nestjs/dependabot/npm_and_yarn/core-js-3.25.0
...
chore(deps-dev): bump core-js from 3.24.1 to 3.25.0
2022-08-29 10:35:39 +02:00
dependabot[bot]
29c6147308
chore(deps-dev): bump apollo-server-core from 3.10.1 to 3.10.2
...
Bumps [apollo-server-core](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-core ) from 3.10.1 to 3.10.2.
- [Release notes](https://github.com/apollographql/apollo-server/releases )
- [Changelog](https://github.com/apollographql/apollo-server/blob/main/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server-core@3.10.2/packages/apollo-server-core )
---
updated-dependencies:
- dependency-name: apollo-server-core
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-29 08:33:36 +00:00
dependabot[bot]
9ea0a5fba3
chore(deps): bump mongoose in /sample/14-mongoose-base
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 6.4.4 to 6.4.6.
- [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/6.4.4...6.4.6 )
---
updated-dependencies:
- dependency-name: mongoose
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-29 08:33:03 +00:00
Kamil Mysliwiec
68cae0e856
Merge pull request #10176 from nestjs/dependabot/npm_and_yarn/mongoose-6.5.3
...
chore(deps-dev): bump mongoose from 6.5.2 to 6.5.3
2022-08-29 10:31:53 +02:00
dependabot[bot]
9ecc8c130c
chore(deps-dev): bump typescript from 4.7.4 to 4.8.2
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.7.4 to 4.8.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.7.4...v4.8.2 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-29 08:31:45 +00:00
dependabot[bot]
d2ae9bb12e
chore(deps): bump fastify from 4.5.2 to 4.5.3
...
Bumps [fastify](https://github.com/fastify/fastify ) from 4.5.2 to 4.5.3.
- [Release notes](https://github.com/fastify/fastify/releases )
- [Commits](https://github.com/fastify/fastify/compare/v4.5.2...v4.5.3 )
---
updated-dependencies:
- dependency-name: fastify
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-29 08:31:43 +00:00
dependabot[bot]
1a13a87b02
chore(deps-dev): bump mongoose from 6.5.2 to 6.5.3
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 6.5.2 to 6.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/6.5.2...6.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 >
2022-08-29 08:31:35 +00:00
Kamil Mysliwiec
73ef660839
Merge pull request #10172 from nestjs/dependabot/npm_and_yarn/types/node-18.7.13
...
chore(deps-dev): bump @types/node from 18.7.11 to 18.7.13
2022-08-29 10:29:58 +02:00
dependabot[bot]
0f0f971869
chore(deps): bump @fastify/formbody from 7.0.1 to 7.1.0
...
Bumps [@fastify/formbody](https://github.com/fastify/fastify-formbody ) from 7.0.1 to 7.1.0.
- [Release notes](https://github.com/fastify/fastify-formbody/releases )
- [Commits](https://github.com/fastify/fastify-formbody/compare/v7.0.1...v7.1.0 )
---
updated-dependencies:
- dependency-name: "@fastify/formbody"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-29 08:29:51 +00:00
Kamil Mysliwiec
3396b5eaaf
Merge pull request #10181 from nestjs/dependabot/npm_and_yarn/sample/06-mongoose/mongoose-6.4.6
...
chore(deps): bump mongoose from 6.4.4 to 6.4.6 in /sample/06-mongoose
2022-08-29 10:28:56 +02:00
Kamil Mysliwiec
1be37c2234
Merge pull request #10186 from nestjs/dependabot/npm_and_yarn/apollo-server-express-3.10.2
...
chore(deps-dev): bump apollo-server-express from 3.10.1 to 3.10.2
2022-08-29 10:28:48 +02:00
Kamil Mysliwiec
be15712b0a
Merge pull request #10187 from nestjs/dependabot/npm_and_yarn/fastify/multipart-7.1.1
...
chore(deps-dev): bump @fastify/multipart from 7.1.0 to 7.1.1
2022-08-29 10:26:53 +02:00
Kamil Mysliwiec
4398352ba1
Merge pull request #10188 from nestjs/dependabot/npm_and_yarn/typeorm-0.3.9
...
chore(deps-dev): bump typeorm from 0.3.7 to 0.3.9
2022-08-29 10:26:46 +02:00
Kamil Mysliwiec
76911d26d6
Merge pull request #10189 from nestjs/dependabot/npm_and_yarn/graphql-tools-8.3.4
...
chore(deps-dev): bump graphql-tools from 8.3.3 to 8.3.4
2022-08-29 10:26:39 +02:00
Kamil Mysliwiec
99697a28a1
Merge pull request #10183 from Tony133/chore/update-import-mqtt-record-serializer
...
chore(microservice): update import in mqtt record serializer
2022-08-29 10:25:49 +02:00
dependabot[bot]
160f812652
chore(deps-dev): bump graphql-tools from 8.3.3 to 8.3.4
...
Bumps [graphql-tools](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/graphql-tools ) from 8.3.3 to 8.3.4.
- [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@8.3.4/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 >
2022-08-29 00:19:39 +00:00
dependabot[bot]
aa606aeae4
chore(deps-dev): bump typeorm from 0.3.7 to 0.3.9
...
Bumps [typeorm](https://github.com/typeorm/typeorm ) from 0.3.7 to 0.3.9.
- [Release notes](https://github.com/typeorm/typeorm/releases )
- [Changelog](https://github.com/typeorm/typeorm/blob/0.3.9/CHANGELOG.md )
- [Commits](https://github.com/typeorm/typeorm/compare/0.3.7...0.3.9 )
---
updated-dependencies:
- dependency-name: typeorm
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-29 00:15:15 +00:00
dependabot[bot]
facf27bd07
chore(deps-dev): bump @fastify/multipart from 7.1.0 to 7.1.1
...
Bumps [@fastify/multipart](https://github.com/fastify/fastify-multipart ) from 7.1.0 to 7.1.1.
- [Release notes](https://github.com/fastify/fastify-multipart/releases )
- [Commits](https://github.com/fastify/fastify-multipart/compare/v7.1.0...v7.1.1 )
---
updated-dependencies:
- dependency-name: "@fastify/multipart"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-29 00:12:49 +00:00
dependabot[bot]
b8863dc64e
chore(deps-dev): bump apollo-server-express from 3.10.1 to 3.10.2
...
Bumps [apollo-server-express](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-express ) from 3.10.1 to 3.10.2.
- [Release notes](https://github.com/apollographql/apollo-server/releases )
- [Changelog](https://github.com/apollographql/apollo-server/blob/main/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server-express@3.10.2/packages/apollo-server-express )
---
updated-dependencies:
- dependency-name: apollo-server-express
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-29 00:08:59 +00:00
Tony133
74db4aa8cb
chore(microservice): update import in mqtt record serializer
2022-08-27 12:38:09 +02:00
Tony133
3083c8f2b8
chore(core): added types on the methods abstract in http-adapter
2022-08-27 10:54:51 +02:00
dependabot[bot]
b91b14d0e5
chore(deps-dev): bump @types/node from 18.7.11 to 18.7.13
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.7.11 to 18.7.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 >
2022-08-26 08:17:12 +00:00
dependabot[bot]
01608f63c2
chore(deps): bump mongoose from 6.4.4 to 6.4.6 in /sample/06-mongoose
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 6.4.4 to 6.4.6.
- [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/6.4.4...6.4.6 )
---
updated-dependencies:
- dependency-name: mongoose
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-26 08:14:53 +00:00
Kamil Mysliwiec
0a4a040153
Merge pull request #10179 from ZungTa/sample(20-cache-manager)/add-dependency
...
fix(sample): add cache-manager dependency
2022-08-26 10:14:00 +02:00
ZungTa
619c9357c1
fix(sample): add cache-manager dependency
2022-08-26 14:05:22 +09:00
dependabot[bot]
8f8883b6eb
chore(deps-dev): bump core-js from 3.24.1 to 3.25.0
...
Bumps [core-js](https://github.com/zloirock/core-js ) from 3.24.1 to 3.25.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/compare/v3.24.1...v3.25.0 )
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-25 00:03:45 +00:00
Kamil Mysliwiec
78a8096187
Merge pull request #10170 from quangtran88/fix/10129-cannot-start-sample-31-users-application
...
fix: upgrade @nestjs/graphql to 10.0.19
2022-08-24 17:58:34 +02:00
Tran Quang
fcb499923d
fix: upgrade @nestjs/graphql to 10.0.19
2022-08-24 20:56:52 +07:00
Kamil Mysliwiec
e9e573c07c
Merge pull request #10138 from nestjs/dependabot/npm_and_yarn/sample/31-graphql-federation-code-first/users-application/apollo-server-core-3.10.1
...
chore(deps): bump apollo-server-core from 3.9.0 to 3.10.1 in /sample/31-graphql-federation-code-first/users-application
2022-08-24 13:03:56 +02:00
Kamil Mysliwiec
8c7037efb8
Merge pull request #10137 from nestjs/dependabot/npm_and_yarn/sample/32-graphql-federation-schema-first/users-application/apollo-server-core-3.10.1
...
chore(deps): bump apollo-server-core from 3.9.0 to 3.10.1 in /sample/32-graphql-federation-schema-first/users-application
2022-08-24 13:03:34 +02:00
Kamil Mysliwiec
71b6d8c6df
Merge pull request #10146 from nestjs/dependabot/npm_and_yarn/fastify-4.5.2
...
chore(deps): bump fastify from 4.4.0 to 4.5.2
2022-08-24 13:03:25 +02:00
Kamil Mysliwiec
cb1a41f49b
Merge pull request #10141 from nestjs/dependabot/npm_and_yarn/sample/23-graphql-code-first/apollo-server-core-3.10.1
...
chore(deps): bump apollo-server-core from 3.9.0 to 3.10.1 in /sample/23-graphql-code-first
2022-08-24 13:03:19 +02:00
Kamil Mysliwiec
e65961b194
Merge pull request #10147 from nestjs/dependabot/npm_and_yarn/grpc/proto-loader-0.7.2
...
chore(deps-dev): bump @grpc/proto-loader from 0.7.0 to 0.7.2
2022-08-24 13:03:10 +02:00
Kamil Mysliwiec
bec2a5538c
Merge pull request #10155 from nestjs/dependabot/npm_and_yarn/nestjs/graphql-10.0.22
...
chore(deps-dev): bump @nestjs/graphql from 10.0.21 to 10.0.22
2022-08-24 13:03:03 +02:00
Kamil Mysliwiec
7dc6dd260a
Merge pull request #10167 from nestjs/dependabot/npm_and_yarn/ioredis-5.2.3
...
chore(deps-dev): bump ioredis from 5.2.2 to 5.2.3
2022-08-24 13:02:51 +02:00
Kamil Mysliwiec
dfe2a8aa66
Merge pull request #10168 from nestjs/dependabot/npm_and_yarn/types/node-18.7.11
...
chore(deps-dev): bump @types/node from 18.7.10 to 18.7.11
2022-08-24 13:02:41 +02:00
dependabot[bot]
d1100b7a3b
chore(deps-dev): bump @types/node from 18.7.10 to 18.7.11
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.7.10 to 18.7.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 >
2022-08-24 00:06:25 +00:00
dependabot[bot]
4dbf939f7c
chore(deps-dev): bump ioredis from 5.2.2 to 5.2.3
...
Bumps [ioredis](https://github.com/luin/ioredis ) from 5.2.2 to 5.2.3.
- [Release notes](https://github.com/luin/ioredis/releases )
- [Changelog](https://github.com/luin/ioredis/blob/main/CHANGELOG.md )
- [Commits](https://github.com/luin/ioredis/compare/v5.2.2...v5.2.3 )
---
updated-dependencies:
- dependency-name: ioredis
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-24 00:05:16 +00:00
dependabot[bot]
71271798f4
chore(deps-dev): bump @nestjs/graphql from 10.0.21 to 10.0.22
...
Bumps [@nestjs/graphql](https://github.com/nestjs/graphql ) from 10.0.21 to 10.0.22.
- [Release notes](https://github.com/nestjs/graphql/releases )
- [Commits](https://github.com/nestjs/graphql/compare/v10.0.21...v10.0.22 )
---
updated-dependencies:
- dependency-name: "@nestjs/graphql"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-23 12:11:07 +00:00
dependabot[bot]
07e5d70239
chore(deps): bump fastify from 4.4.0 to 4.5.2
...
Bumps [fastify](https://github.com/fastify/fastify ) from 4.4.0 to 4.5.2.
- [Release notes](https://github.com/fastify/fastify/releases )
- [Commits](https://github.com/fastify/fastify/compare/v4.4.0...v4.5.2 )
---
updated-dependencies:
- dependency-name: fastify
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-23 12:10:42 +00:00
dependabot[bot]
dba5f6be39
chore(deps-dev): bump @grpc/proto-loader from 0.7.0 to 0.7.2
...
Bumps [@grpc/proto-loader](https://github.com/grpc/grpc-node ) from 0.7.0 to 0.7.2.
- [Release notes](https://github.com/grpc/grpc-node/releases )
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@0.7.0...@grpc/proto-loader@0.7.2 )
---
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 >
2022-08-23 12:10:36 +00:00
dependabot[bot]
b8b4288b7d
chore(deps): bump apollo-server-core
...
Bumps [apollo-server-core](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-core ) from 3.9.0 to 3.10.1.
- [Release notes](https://github.com/apollographql/apollo-server/releases )
- [Changelog](https://github.com/apollographql/apollo-server/blob/main/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server-core@3.10.1/packages/apollo-server-core )
---
updated-dependencies:
- dependency-name: apollo-server-core
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-23 12:07:23 +00:00
dependabot[bot]
6b10b25e45
chore(deps): bump apollo-server-core in /sample/23-graphql-code-first
...
Bumps [apollo-server-core](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-core ) from 3.9.0 to 3.10.1.
- [Release notes](https://github.com/apollographql/apollo-server/releases )
- [Changelog](https://github.com/apollographql/apollo-server/blob/main/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server-core@3.10.1/packages/apollo-server-core )
---
updated-dependencies:
- dependency-name: apollo-server-core
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-23 12:07:18 +00:00
dependabot[bot]
5b839c239b
chore(deps): bump apollo-server-core
...
Bumps [apollo-server-core](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-core ) from 3.9.0 to 3.10.1.
- [Release notes](https://github.com/apollographql/apollo-server/releases )
- [Changelog](https://github.com/apollographql/apollo-server/blob/main/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server-core@3.10.1/packages/apollo-server-core )
---
updated-dependencies:
- dependency-name: apollo-server-core
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-23 12:07:13 +00:00
Kamil Mysliwiec
004c6742fd
Merge pull request #10136 from nestjs/dependabot/npm_and_yarn/sample/12-graphql-schema-first/apollo-server-core-3.10.1
...
chore(deps): bump apollo-server-core from 3.9.0 to 3.10.1 in /sample/12-graphql-schema-first
2022-08-23 14:06:52 +02:00
dependabot[bot]
9dcdfeca59
chore(deps): bump apollo-server-core in /sample/12-graphql-schema-first
...
Bumps [apollo-server-core](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-core ) from 3.9.0 to 3.10.1.
- [Release notes](https://github.com/apollographql/apollo-server/releases )
- [Changelog](https://github.com/apollographql/apollo-server/blob/main/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server-core@3.10.1/packages/apollo-server-core )
---
updated-dependencies:
- dependency-name: apollo-server-core
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-23 12:06:48 +00:00
Kamil Mysliwiec
00ced049d2
Merge pull request #10134 from nestjs/dependabot/npm_and_yarn/sample/32-graphql-federation-schema-first/posts-application/apollo-server-core-3.10.1
...
chore(deps): bump apollo-server-core from 3.9.0 to 3.10.1 in /sample/32-graphql-federation-schema-first/posts-application
2022-08-23 14:06:47 +02:00
Kamil Mysliwiec
1d74b1c09f
Merge pull request #10135 from nestjs/dependabot/npm_and_yarn/sample/31-graphql-federation-code-first/gateway/apollo-server-core-3.10.1
...
chore(deps): bump apollo-server-core from 3.9.0 to 3.10.1 in /sample/31-graphql-federation-code-first/gateway
2022-08-23 14:06:37 +02:00
Kamil Mysliwiec
952286a8ce
Merge pull request #10139 from nestjs/dependabot/npm_and_yarn/sample/22-graphql-prisma/apollo-server-core-3.10.1
...
chore(deps): bump apollo-server-core from 3.9.0 to 3.10.1 in /sample/22-graphql-prisma
2022-08-23 14:06:29 +02:00
Kamil Mysliwiec
d089a76b0b
Merge pull request #10140 from nestjs/dependabot/npm_and_yarn/sample/31-graphql-federation-code-first/posts-application/apollo-server-core-3.10.1
...
chore(deps): bump apollo-server-core from 3.9.0 to 3.10.1 in /sample/31-graphql-federation-code-first/posts-application
2022-08-23 14:06:25 +02:00
Kamil Mysliwiec
66572beb73
Merge pull request #10142 from nestjs/dependabot/npm_and_yarn/sample/32-graphql-federation-schema-first/gateway/apollo-server-core-3.10.1
...
chore(deps): bump apollo-server-core from 3.9.0 to 3.10.1 in /sample/32-graphql-federation-schema-first/gateway
2022-08-23 14:06:15 +02:00
Kamil Mysliwiec
1121712da0
Merge pull request #10144 from nestjs/dependabot/npm_and_yarn/sample/33-graphql-mercurius/undici-5.9.1
...
chore(deps): bump undici from 5.8.0 to 5.9.1 in /sample/33-graphql-mercurius
2022-08-23 14:06:11 +02:00
Kamil Mysliwiec
09dcb6134e
Merge pull request #10153 from micalevisk/style/fix-formatting
...
style: fix formatting
2022-08-23 14:05:55 +02:00
Kamil Mysliwiec
6b43e375e8
Merge pull request #10156 from nestjs/dependabot/npm_and_yarn/nestjs/apollo-10.0.22
...
chore(deps-dev): bump @nestjs/apollo from 10.0.19 to 10.0.22
2022-08-23 14:05:38 +02:00
Kamil Mysliwiec
55e2ec77b8
Merge pull request #10160 from nestjs/dependabot/npm_and_yarn/types/node-18.7.10
...
chore(deps-dev): bump @types/node from 18.7.6 to 18.7.10
2022-08-23 14:05:34 +02:00
Kamil Mysliwiec
1d8d1ebe88
Merge pull request #10161 from nestjs/dependabot/npm_and_yarn/redis-4.3.0
...
chore(deps-dev): bump redis from 4.2.0 to 4.3.0
2022-08-23 14:05:27 +02:00
Kamil Mysliwiec
b9726385f6
Merge pull request #10162 from nestjs/dependabot/npm_and_yarn/light-my-request-5.5.1
...
chore(deps): bump light-my-request from 5.4.0 to 5.5.1
2022-08-23 14:05:13 +02:00
dependabot[bot]
bae8ac8544
chore(deps): bump light-my-request from 5.4.0 to 5.5.1
...
Bumps [light-my-request](https://github.com/fastify/light-my-request ) from 5.4.0 to 5.5.1.
- [Release notes](https://github.com/fastify/light-my-request/releases )
- [Commits](https://github.com/fastify/light-my-request/compare/v5.4.0...v5.5.1 )
---
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 >
2022-08-23 00:09:17 +00:00
dependabot[bot]
d8d95e7887
chore(deps-dev): bump redis from 4.2.0 to 4.3.0
...
Bumps [redis](https://github.com/redis/node-redis ) from 4.2.0 to 4.3.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.2.0...redis@4.3.0 )
---
updated-dependencies:
- dependency-name: redis
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-23 00:08:08 +00:00
dependabot[bot]
1cc8b907f7
chore(deps-dev): bump @types/node from 18.7.6 to 18.7.10
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.7.6 to 18.7.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 >
2022-08-23 00:04:02 +00:00
dependabot[bot]
07ff4315a8
chore(deps-dev): bump @nestjs/apollo from 10.0.19 to 10.0.22
...
Bumps [@nestjs/apollo](https://github.com/nestjs/graphql ) from 10.0.19 to 10.0.22.
- [Release notes](https://github.com/nestjs/graphql/releases )
- [Commits](https://github.com/nestjs/graphql/compare/v10.0.19...v10.0.22 )
---
updated-dependencies:
- dependency-name: "@nestjs/apollo"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-22 00:18:15 +00:00
Micael Levi L. Cavalcante
bc80ef6055
style: fix formatting on everything
2022-08-21 14:23:19 -04:00
Kamil Mysliwiec
985d794447
Merge pull request #10132 from TheKhanj/master
...
test(core): fix unresolved import
2022-08-19 10:14:00 +02:00
Pooyan Khanjankhani
92bc195eb2
chore(common): add .util postfix to test filename
2022-08-19 00:34:31 +04:30
dependabot[bot]
7275ac62f5
chore(deps): bump undici in /sample/33-graphql-mercurius
...
Bumps [undici](https://github.com/nodejs/undici ) from 5.8.0 to 5.9.1.
- [Release notes](https://github.com/nodejs/undici/releases )
- [Commits](https://github.com/nodejs/undici/compare/v5.8.0...v5.9.1 )
---
updated-dependencies:
- dependency-name: undici
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-18 20:03:11 +00:00
Pooyan Khanjankhani
1f81c86d84
test(common): add test for exception handler selector
2022-08-19 00:30:37 +04:30
Jay McDoniel
3cd1b1d95b
fix: export cache module options token under easy name
2022-08-18 12:49:36 -07:00
dependabot[bot]
a8583a69e8
chore(deps): bump apollo-server-core
...
Bumps [apollo-server-core](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-core ) from 3.9.0 to 3.10.1.
- [Release notes](https://github.com/apollographql/apollo-server/releases )
- [Changelog](https://github.com/apollographql/apollo-server/blob/main/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server-core@3.10.1/packages/apollo-server-core )
---
updated-dependencies:
- dependency-name: apollo-server-core
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-18 19:48:11 +00:00
dependabot[bot]
2d37cc52b7
chore(deps): bump apollo-server-core
...
Bumps [apollo-server-core](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-core ) from 3.9.0 to 3.10.1.
- [Release notes](https://github.com/apollographql/apollo-server/releases )
- [Changelog](https://github.com/apollographql/apollo-server/blob/main/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server-core@3.10.1/packages/apollo-server-core )
---
updated-dependencies:
- dependency-name: apollo-server-core
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-18 19:47:51 +00:00
dependabot[bot]
3af26d95a5
chore(deps): bump apollo-server-core in /sample/22-graphql-prisma
...
Bumps [apollo-server-core](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-core ) from 3.9.0 to 3.10.1.
- [Release notes](https://github.com/apollographql/apollo-server/releases )
- [Changelog](https://github.com/apollographql/apollo-server/blob/main/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server-core@3.10.1/packages/apollo-server-core )
---
updated-dependencies:
- dependency-name: apollo-server-core
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-18 19:47:42 +00:00
dependabot[bot]
c3a1bb914e
chore(deps): bump apollo-server-core
...
Bumps [apollo-server-core](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-core ) from 3.9.0 to 3.10.1.
- [Release notes](https://github.com/apollographql/apollo-server/releases )
- [Changelog](https://github.com/apollographql/apollo-server/blob/main/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server-core@3.10.1/packages/apollo-server-core )
---
updated-dependencies:
- dependency-name: apollo-server-core
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-18 19:47:27 +00:00
dependabot[bot]
ad33d12905
chore(deps): bump apollo-server-core
...
Bumps [apollo-server-core](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-core ) from 3.9.0 to 3.10.1.
- [Release notes](https://github.com/apollographql/apollo-server/releases )
- [Changelog](https://github.com/apollographql/apollo-server/blob/main/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server-core@3.10.1/packages/apollo-server-core )
---
updated-dependencies:
- dependency-name: apollo-server-core
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-18 19:47:09 +00:00
Pooyan Khanjankhani
dcc2fa7836
chore(): append .util postfix to filename
2022-08-19 00:03:08 +04:30
Pooyan Khanjankhani
98acbe6430
fix(common): check for empty length in exception handler selector
2022-08-18 23:55:05 +04:30
Pooyan Khanjankhani
82555bed36
chore(common): fix import issue
2022-08-18 23:11:34 +04:30
Pooyan Khanjankhani
273f1aa3ed
refactor(core): use selectExceptionFilterMetadata in
...
ExternalExceptionHandler
2022-08-18 23:09:06 +04:30
Pooyan Khanjankhani
469580da63
refactor(microservices): use selectExceptionFilterMetadata
2022-08-18 23:07:10 +04:30
Pooyan Khanjankhani
fe069f6ebe
refactor(core): use
2022-08-18 23:06:50 +04:30
Pooyan Khanjankhani
c067f85d37
refactor(websockets): use selectExceptionFilterMetadata
2022-08-18 23:00:24 +04:30
Pooyan Khanjankhani
f98d0e9956
refactor(common): add selectExceptionFilterMetadata function
2022-08-18 22:58:30 +04:30
Pooyan Khanjankhani
56e1ba528f
test(core): fix unresolved import
2022-08-18 22:35:31 +04:30
Kamil Mysliwiec
ed45fac894
Merge pull request #10049 from nestjs/dependabot/npm_and_yarn/core-js-3.24.1
...
chore(deps-dev): bump core-js from 3.24.0 to 3.24.1
2022-08-18 09:32:43 +02:00
Kamil Mysliwiec
9c1fbbcd3f
Merge pull request #10096 from nestjs/dependabot/npm_and_yarn/apollo-server-core-3.10.1
...
chore(deps-dev): bump apollo-server-core from 3.10.0 to 3.10.1
2022-08-18 09:32:15 +02:00
Kamil Mysliwiec
34624d2af4
Merge pull request #10125 from nestjs/dependabot/npm_and_yarn/types/node-18.7.6
...
chore(deps-dev): bump @types/node from 18.7.5 to 18.7.6
2022-08-18 09:32:11 +02:00
Kamil Mysliwiec
2f7f4a6c41
Merge pull request #10126 from nestjs/dependabot/npm_and_yarn/kafkajs-2.2.0
...
chore(deps-dev): bump kafkajs from 2.1.0 to 2.2.0
2022-08-18 09:31:54 +02:00
dependabot[bot]
1468ec3901
chore(deps-dev): bump kafkajs from 2.1.0 to 2.2.0
...
Bumps [kafkajs](https://github.com/tulios/kafkajs ) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/tulios/kafkajs/releases )
- [Changelog](https://github.com/tulios/kafkajs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tulios/kafkajs/compare/v2.1.0...v2.2.0 )
---
updated-dependencies:
- dependency-name: kafkajs
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-17 00:04:35 +00:00
dependabot[bot]
6d10be90cd
chore(deps-dev): bump @types/node from 18.7.5 to 18.7.6
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.7.5 to 18.7.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 >
2022-08-17 00:03:40 +00:00
Kamil Myśliwiec
697041fdfa
chore(@nestjs) publish v9.0.11 release
2022-08-16 11:30:52 +02:00
Kamil Myśliwiec
1104b52047
Merge branch 'master' of https://github.com/nestjs/nest
2022-08-16 11:29:44 +02:00
Kamil Myśliwiec
a8fd7cdf03
chore(@nestjs) publish v9.0.10 release
2022-08-16 11:29:16 +02:00
Kamil Mysliwiec
e7efd1eb70
Merge pull request #10122 from nestjs/fix/10120-multiple-close-calls
...
fix(microservices): close underlying server once if already terminated
2022-08-16 11:19:44 +02:00
dependabot[bot]
2cd4212707
chore(deps-dev): bump core-js from 3.24.0 to 3.24.1
...
Bumps [core-js](https://github.com/zloirock/core-js ) from 3.24.0 to 3.24.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/compare/v3.24.0...v3.24.1 )
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-16 09:14:55 +00:00
dependabot[bot]
5213506260
chore(deps-dev): bump apollo-server-core from 3.10.0 to 3.10.1
...
Bumps [apollo-server-core](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-core ) from 3.10.0 to 3.10.1.
- [Release notes](https://github.com/apollographql/apollo-server/releases )
- [Changelog](https://github.com/apollographql/apollo-server/blob/main/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server-core@3.10.1/packages/apollo-server-core )
---
updated-dependencies:
- dependency-name: apollo-server-core
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-16 09:14:39 +00:00
Kamil Myśliwiec
692f399959
chore(): revert lerna version bump
2022-08-16 11:10:23 +02:00
Kamil Myśliwiec
394de8949c
fix(microservices): close underlying server once if already terminated
2022-08-16 11:06:31 +02:00
Kamil Mysliwiec
3fa86001f3
Merge pull request #10097 from nestjs/dependabot/npm_and_yarn/mongoose-6.5.2
...
chore(deps-dev): bump mongoose from 6.5.1 to 6.5.2
2022-08-16 10:50:36 +02:00
Kamil Mysliwiec
2ba2519252
Merge pull request #10099 from nestjs/dependabot/npm_and_yarn/apollo-server-express-3.10.1
...
chore(deps-dev): bump apollo-server-express from 3.10.0 to 3.10.1
2022-08-16 10:50:31 +02:00
Kamil Mysliwiec
64f8ae2ec2
Merge pull request #10102 from nestjs/dependabot/npm_and_yarn/amqp-connection-manager-4.1.6
...
chore(deps-dev): bump amqp-connection-manager from 4.1.5 to 4.1.6
2022-08-16 10:50:27 +02:00
Kamil Mysliwiec
b91a373fcc
Merge pull request #10103 from nestjs/dependabot/npm_and_yarn/nestjs/typeorm-9.0.1
...
chore(deps-dev): bump @nestjs/typeorm from 9.0.0 to 9.0.1
2022-08-16 10:50:23 +02:00
Kamil Mysliwiec
b8cd4574d9
Merge pull request #10116 from nestjs/dependabot/npm_and_yarn/imports-loader-4.0.1
...
chore(deps-dev): bump imports-loader from 4.0.0 to 4.0.1
2022-08-16 10:50:15 +02:00
Kamil Mysliwiec
b3165eb5f4
Merge pull request #10118 from nestjs/dependabot/npm_and_yarn/grpc/grpc-js-1.6.10
...
chore(deps-dev): bump @grpc/grpc-js from 1.6.8 to 1.6.10
2022-08-16 10:49:44 +02:00
Kamil Mysliwiec
fbf24a6ffe
Merge pull request #10119 from nestjs/dependabot/npm_and_yarn/types/node-18.7.5
...
chore(deps-dev): bump @types/node from 18.7.1 to 18.7.5
2022-08-16 10:49:40 +02:00
Kamil Mysliwiec
ceec5f0ba1
Merge pull request #10106 from jmcdo29/fix/continue-on-stream-cancel
...
fix: add a check if the res is destroyed before sending response
2022-08-16 10:26:56 +02:00
Kamil Mysliwiec
c84ea3e11d
Merge pull request #10110 from gilre/gilre-fix/grpc-client-serialize-error
...
fix(microservice): grpc-client serialize error
2022-08-16 10:25:58 +02:00
Kamil Mysliwiec
a1829bc3c4
Merge pull request #10108 from TheKhanj/master
...
chore(): fix typo in docs
2022-08-16 10:08:42 +02:00
dependabot[bot]
da2059c7ef
chore(deps-dev): bump @types/node from 18.7.1 to 18.7.5
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.7.1 to 18.7.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 >
2022-08-16 00:09:28 +00:00
dependabot[bot]
fe1abd2d6b
chore(deps-dev): bump @grpc/grpc-js from 1.6.8 to 1.6.10
...
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node ) from 1.6.8 to 1.6.10.
- [Release notes](https://github.com/grpc/grpc-node/releases )
- [Commits](https://github.com/grpc/grpc-node/commits/@grpc/grpc-js@1.6.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 >
2022-08-16 00:05:14 +00:00
dependabot[bot]
8824de4d2a
chore(deps-dev): bump imports-loader from 4.0.0 to 4.0.1
...
Bumps [imports-loader](https://github.com/webpack-contrib/imports-loader ) from 4.0.0 to 4.0.1.
- [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.0...v4.0.1 )
---
updated-dependencies:
- dependency-name: imports-loader
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-15 00:14:46 +00:00
ZanMinKian
930161e83e
feat(common): allow to serialize plain object
2022-08-14 20:47:18 +00:00
ZanMinKian
a3b8256d60
perf(core): optimize reflector
2022-08-14 19:21:29 +00:00
Jay McDoniel
6d0595ba83
chore: change block comment to inline
2022-08-14 08:44:40 -07:00
Jay McDoniel
78fc6bebc0
test: use url class instead of request options
2022-08-13 19:15:39 -07:00
gil
1cebb6dbb5
fix(microservice): grpc-client serialize error
...
closes #10104
2022-08-14 00:05:37 +03:00
Pooyan Khanjankhani
f0ebeeb7bc
chore(): fix typo in docs
2022-08-13 13:41:00 +04:30
Jay McDoniel
e66423b983
test: split abrupt stop test into a utils file
...
As we make use of the `http` module instead of axios or supertest
we have tomake use of some rather low level code. Using this utils
file we can have clearer names of what is happening in each request
to make it easier to follow what's happening. I've also added in some
comments about why each part is the way it is for clarity.
2022-08-12 15:02:40 -07:00
Jay McDoniel
e82bdd4dd4
test: add test for res.destroyed handler
...
I had to use node's `http` module for this because
I could not get `supertest`s `abort` method to
work properly. With the raw `http` module I was able
to use `req.destroy()` to cancel the request early.
We now see the error from a premature closure, but are
still able to make extra requests afterwards
2022-08-12 13:41:34 -07:00
Jay McDoniel
3fb6771ea6
fix: add a check if the res is destroyed before sending response
...
In the case of using `curl` or a similar tool on the command line,
or if the client decides to end the request for a streamed file early
without the check we would end up causing a server crash. Now, we will
just not send the response as the client has already decided how to
move on.
fix : #10105
2022-08-12 09:25:17 -07:00
dependabot[bot]
74b198c94f
chore(deps-dev): bump @nestjs/typeorm from 9.0.0 to 9.0.1
...
Bumps [@nestjs/typeorm](https://github.com/nestjs/typeorm ) from 9.0.0 to 9.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/9.0.0...9.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 >
2022-08-12 00:09:15 +00:00
dependabot[bot]
f50740e1cb
chore(deps-dev): bump amqp-connection-manager from 4.1.5 to 4.1.6
...
Bumps [amqp-connection-manager](https://github.com/jwalton/node-amqp-connection-manager ) from 4.1.5 to 4.1.6.
- [Release notes](https://github.com/jwalton/node-amqp-connection-manager/releases )
- [Changelog](https://github.com/jwalton/node-amqp-connection-manager/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jwalton/node-amqp-connection-manager/compare/v4.1.5...v4.1.6 )
---
updated-dependencies:
- dependency-name: amqp-connection-manager
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-12 00:04:29 +00:00
Kamil Myśliwiec
7389070b86
chore(@nestjs) publish v9.0.9 release
2022-08-11 15:28:35 +02:00
dependabot[bot]
8db9807bec
chore(deps-dev): bump mongoose from 6.5.1 to 6.5.2
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 6.5.1 to 6.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/6.5.1...6.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 >
2022-08-11 13:19:56 +00:00
dependabot[bot]
0572bb965c
chore(deps-dev): bump apollo-server-express from 3.10.0 to 3.10.1
...
Bumps [apollo-server-express](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-express ) from 3.10.0 to 3.10.1.
- [Release notes](https://github.com/apollographql/apollo-server/releases )
- [Changelog](https://github.com/apollographql/apollo-server/blob/main/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server-express@3.10.1/packages/apollo-server-express )
---
updated-dependencies:
- dependency-name: apollo-server-express
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-11 13:19:23 +00:00
Kamil Myśliwiec
0c7b5c58ad
chore(): update package specific readmes
2022-08-11 15:14:42 +02:00
Kamil Mysliwiec
47fa91e619
Merge pull request #10082 from nestjs/dependabot/npm_and_yarn/types/chai-4.3.3
...
chore(deps-dev): bump @types/chai from 4.3.1 to 4.3.3
2022-08-11 15:13:07 +02:00
Kamil Mysliwiec
4564abd8d5
Merge pull request #10077 from nestjs/dependabot/npm_and_yarn/amqplib-0.10.2
...
chore(deps-dev): bump amqplib from 0.10.1 to 0.10.2
2022-08-11 15:13:02 +02:00
Kamil Mysliwiec
70603209aa
Merge pull request #10076 from nestjs/dependabot/npm_and_yarn/light-my-request-5.4.0
...
chore(deps): bump light-my-request from 5.3.0 to 5.4.0
2022-08-11 15:12:57 +02:00
Kamil Mysliwiec
583e52b124
Merge pull request #10072 from micalevisk/fix/issue-9893
...
fix(core): when debug-repl has duplicated providers
2022-08-11 15:11:38 +02:00
dependabot[bot]
e6ad76f09d
chore(deps): bump light-my-request from 5.3.0 to 5.4.0
...
Bumps [light-my-request](https://github.com/fastify/light-my-request ) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/fastify/light-my-request/releases )
- [Commits](https://github.com/fastify/light-my-request/compare/v5.3.0...v5.4.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 >
2022-08-11 07:30:34 +00:00
dependabot[bot]
31d8b24f36
chore(deps-dev): bump amqplib from 0.10.1 to 0.10.2
...
Bumps [amqplib](https://github.com/amqp-node/amqplib ) from 0.10.1 to 0.10.2.
- [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.1...v0.10.2 )
---
updated-dependencies:
- dependency-name: amqplib
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-11 07:30:07 +00:00
Kamil Mysliwiec
d8b1a3a8af
Merge pull request #10085 from ZanMinKian/zmj-optimize_class_serializer_interceptor
...
refactor(common): optimize `ClassSerializerInterceptor`
2022-08-11 09:25:47 +02:00
Kamil Mysliwiec
3f7a7402f3
Merge pull request #10074 from nestjs/dependabot/npm_and_yarn/fastify/view-7.1.0
...
chore(deps-dev): bump @fastify/view from 7.0.0 to 7.1.0
2022-08-11 09:25:25 +02:00
Kamil Mysliwiec
0bb57b1d17
Merge pull request #10080 from nestjs/dependabot/npm_and_yarn/fastify-4.4.0
...
chore(deps): bump fastify from 4.3.0 to 4.4.0
2022-08-11 09:25:14 +02:00
Kamil Mysliwiec
f98e6b5c84
Merge pull request #10083 from nestjs/dependabot/npm_and_yarn/lerna-5.4.0
...
chore(deps-dev): bump lerna from 5.3.0 to 5.4.0
2022-08-11 09:25:02 +02:00
Kamil Mysliwiec
23e78afd5e
Merge pull request #10089 from nestjs/dependabot/npm_and_yarn/amqp-connection-manager-4.1.5
...
chore(deps-dev): bump amqp-connection-manager from 4.1.3 to 4.1.5
2022-08-11 09:24:57 +02:00
Kamil Mysliwiec
6c26203bfb
Merge pull request #10093 from nestjs/dependabot/npm_and_yarn/types/node-18.7.1
...
chore(deps-dev): bump @types/node from 18.6.4 to 18.7.1
2022-08-11 09:24:51 +02:00
Kamil Mysliwiec
9fc154d157
Merge pull request #10094 from nestjs/dependabot/npm_and_yarn/graphql-tools-8.3.3
...
chore(deps-dev): bump graphql-tools from 8.3.1 to 8.3.3
2022-08-11 09:24:39 +02:00
dependabot[bot]
69f456347f
chore(deps-dev): bump graphql-tools from 8.3.1 to 8.3.3
...
Bumps [graphql-tools](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/graphql-tools ) from 8.3.1 to 8.3.3.
- [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@8.3.3/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 >
2022-08-11 00:16:11 +00:00
dependabot[bot]
1e3bebe8cf
chore(deps-dev): bump @types/node from 18.6.4 to 18.7.1
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.6.4 to 18.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 >
2022-08-11 00:12:03 +00:00
dependabot[bot]
5ed7de137a
chore(deps-dev): bump amqp-connection-manager from 4.1.3 to 4.1.5
...
Bumps [amqp-connection-manager](https://github.com/jwalton/node-amqp-connection-manager ) from 4.1.3 to 4.1.5.
- [Release notes](https://github.com/jwalton/node-amqp-connection-manager/releases )
- [Changelog](https://github.com/jwalton/node-amqp-connection-manager/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jwalton/node-amqp-connection-manager/compare/v4.1.3...v4.1.5 )
---
updated-dependencies:
- dependency-name: amqp-connection-manager
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-10 00:07:15 +00:00
Micael Levi (@micalevisk)
4261a20076
fix(core): allow registering providers with same name
2022-08-09 11:19:06 -04:00
ZanMinKian
164ed6f859
refactor(common): optimize ClassSerializerInterceptor
2022-08-09 10:33:51 +00:00
dependabot[bot]
62cefffc95
chore(deps-dev): bump lerna from 5.3.0 to 5.4.0
...
Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/core/lerna ) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/lerna/lerna/releases )
- [Changelog](https://github.com/lerna/lerna/blob/main/core/lerna/CHANGELOG.md )
- [Commits](https://github.com/lerna/lerna/commits/v5.4.0/core/lerna )
---
updated-dependencies:
- dependency-name: lerna
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-09 00:11:58 +00:00
dependabot[bot]
889ac96b9d
chore(deps-dev): bump @types/chai from 4.3.1 to 4.3.3
...
Bumps [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai ) from 4.3.1 to 4.3.3.
- [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 >
2022-08-09 00:09:16 +00:00
dependabot[bot]
8d78aea1c8
chore(deps): bump fastify from 4.3.0 to 4.4.0
...
Bumps [fastify](https://github.com/fastify/fastify ) from 4.3.0 to 4.4.0.
- [Release notes](https://github.com/fastify/fastify/releases )
- [Commits](https://github.com/fastify/fastify/compare/v4.3.0...v4.4.0 )
---
updated-dependencies:
- dependency-name: fastify
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-09 00:03:55 +00:00
dependabot[bot]
1dbd0bf230
chore(deps-dev): bump @fastify/view from 7.0.0 to 7.1.0
...
Bumps [@fastify/view](https://github.com/fastify/point-of-view ) from 7.0.0 to 7.1.0.
- [Release notes](https://github.com/fastify/point-of-view/releases )
- [Commits](https://github.com/fastify/point-of-view/compare/v7.0.0...v7.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 >
2022-08-08 00:06:51 +00:00
Micael Levi (@micalevisk)
dff6b0f591
feat(core): display string tokens with double quotes on repl
2022-08-06 11:22:20 -04:00
Kamil Mysliwiec
6363cbe29d
Merge pull request #10063 from nestjs/dependabot/npm_and_yarn/mongoose-6.5.1
...
chore(deps-dev): bump mongoose from 6.5.0 to 6.5.1
2022-08-05 08:41:49 +02:00
Kamil Mysliwiec
2bc08badfa
Merge pull request #10062 from nestjs/dependabot/npm_and_yarn/fastify/cors-8.1.0
...
chore(deps): bump @fastify/cors from 8.0.0 to 8.1.0
2022-08-05 08:41:39 +02:00
Kamil Mysliwiec
68b561182c
Merge pull request #10071 from nestjs/dependabot/npm_and_yarn/types/node-18.6.4
...
chore(deps-dev): bump @types/node from 18.6.3 to 18.6.4
2022-08-05 08:38:28 +02:00
dependabot[bot]
79db520960
chore(deps-dev): bump @types/node from 18.6.3 to 18.6.4
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.6.3 to 18.6.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 >
2022-08-05 00:04:39 +00:00
dependabot[bot]
5b9dd57697
chore(deps-dev): bump mongoose from 6.5.0 to 6.5.1
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 6.5.0 to 6.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/6.5.0...6.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 >
2022-08-04 00:11:45 +00:00
dependabot[bot]
cbf7194a43
chore(deps): bump @fastify/cors from 8.0.0 to 8.1.0
...
Bumps [@fastify/cors](https://github.com/fastify/fastify-cors ) from 8.0.0 to 8.1.0.
- [Release notes](https://github.com/fastify/fastify-cors/releases )
- [Commits](https://github.com/fastify/fastify-cors/compare/v8.0.0...v8.1.0 )
---
updated-dependencies:
- dependency-name: "@fastify/cors"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-04 00:06:18 +00:00
Kamil Myśliwiec
721372f0c6
chore(@nestjs) publish v9.0.8 release
2022-08-03 09:25:52 +02:00
Kamil Myśliwiec
f9a4c646ac
chore(): update readme
2022-08-03 09:24:05 +02:00
Kamil Mysliwiec
b05115d57b
Merge pull request #10053 from wodCZ/fix/repl-fastify
...
refactor(repl): use INestApplicationContext instead of full INestApplication
2022-08-03 09:23:21 +02:00
Kamil Mysliwiec
31139dba9c
Merge pull request #10048 from nestjs/dependabot/npm_and_yarn/fastify/static-6.5.0
...
chore(deps-dev): bump @fastify/static from 6.4.1 to 6.5.0
2022-08-03 09:22:54 +02:00
Kamil Mysliwiec
2511e12487
Merge pull request #10050 from nestjs/dependabot/npm_and_yarn/types/node-18.6.3
...
chore(deps-dev): bump @types/node from 18.6.2 to 18.6.3
2022-08-03 09:22:36 +02:00
Martin Janeček
b23af7a873
fix(repl): use ApplicationContext for repl
2022-08-01 14:31:35 +02:00
Martin Janeček
adff37962b
fix(repl): add optional httpAdapter argument
...
ref #10052
2022-08-01 14:01:21 +02:00
dependabot[bot]
bacea71c58
chore(deps-dev): bump @types/node from 18.6.2 to 18.6.3
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.6.2 to 18.6.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 >
2022-08-01 00:32:56 +00:00
dependabot[bot]
456b837840
chore(deps-dev): bump @fastify/static from 6.4.1 to 6.5.0
...
Bumps [@fastify/static](https://github.com/fastify/fastify-static ) from 6.4.1 to 6.5.0.
- [Release notes](https://github.com/fastify/fastify-static/releases )
- [Commits](https://github.com/fastify/fastify-static/compare/v6.4.1...v6.5.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 >
2022-08-01 00:25:08 +00:00
Kamil Mysliwiec
81df0dde08
Update Readme.md
2022-07-29 10:07:47 +02:00
Kamil Mysliwiec
69d856cc47
Merge pull request #10044 from nestjs/dependabot/npm_and_yarn/types/node-18.6.2
...
chore(deps-dev): bump @types/node from 18.6.1 to 18.6.2
2022-07-29 09:03:08 +02:00
Kamil Mysliwiec
889eca1e4c
Merge pull request #10043 from Tony133/chore/update-tools-gulp-tasks
...
chore(tools-gulp-task): remove unused declarations
2022-07-29 09:03:01 +02:00
dependabot[bot]
09d643370b
chore(deps-dev): bump @types/node from 18.6.1 to 18.6.2
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.6.1 to 18.6.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 >
2022-07-29 00:06:50 +00:00
Tony133
4a7f2215d4
chore(): remove unused declarations
2022-07-28 23:02:41 +02:00
Kamil Myśliwiec
0ca63a9052
chore(@nestjs) publish v9.0.7 release
2022-07-28 16:05:17 +02:00
Kamil Mysliwiec
14473cc20f
Merge pull request #10042 from nestjs/feat/rmq-max-connection-attempts
...
feat(microservices): add "maxConnectionAttempts" option to RMQ, hide urls log
2022-07-28 16:02:20 +02:00
Kamil Mysliwiec
a93f57a3c0
Merge pull request #8952 from rikapo/fix-readme-jp-kr
...
chore: fix Readme.md translation
2022-07-28 15:50:46 +02:00
Kamil Myśliwiec
ddbba920cd
feat(microservices): add max connections attempts to rmq, hide urls
2022-07-28 14:34:02 +02:00
Kamil Mysliwiec
9682ffd367
Merge pull request #10028 from nestjs/dependabot/npm_and_yarn/mongoose-6.5.0
...
chore(deps-dev): bump mongoose from 6.4.7 to 6.5.0
2022-07-28 13:55:48 +02:00
Kamil Mysliwiec
62c69cbbf4
Merge pull request #10027 from nestjs/dependabot/npm_and_yarn/amqplib-0.10.1
...
chore(deps-dev): bump amqplib from 0.10.0 to 0.10.1
2022-07-28 13:55:35 +02:00
Kamil Myśliwiec
7edb26e429
chore(@nestjs) publish v9.0.6 release
2022-07-28 11:23:11 +02:00
Kamil Mysliwiec
e20f9f5c34
Merge pull request #10033 from nestjs/dependabot/npm_and_yarn/graphql-tools-8.3.1
...
chore(deps-dev): bump graphql-tools from 8.3.0 to 8.3.1
2022-07-28 11:20:52 +02:00
Kamil Mysliwiec
9516eb8cd2
Merge pull request #10035 from nestjs/dependabot/npm_and_yarn/sample/05-sql-typeorm/terser-5.14.2
...
chore(deps): bump terser from 5.14.0 to 5.14.2 in /sample/05-sql-typeorm
2022-07-28 11:15:01 +02:00
Kamil Mysliwiec
f738f5a4b1
Merge pull request #10036 from nestjs/dependabot/npm_and_yarn/sample/07-sequelize/terser-5.14.2
...
chore(deps): bump terser from 5.14.1 to 5.14.2 in /sample/07-sequelize
2022-07-28 11:14:54 +02:00
Kamil Mysliwiec
98931d1407
Merge pull request #10037 from nestjs/dependabot/npm_and_yarn/sample/04-grpc/terser-5.14.2
...
chore(deps): bump terser from 5.10.0 to 5.14.2 in /sample/04-grpc
2022-07-28 11:14:49 +02:00
Kamil Mysliwiec
fab19b55a6
Merge pull request #10038 from nestjs/dependabot/npm_and_yarn/sample/06-mongoose/terser-5.14.2
...
chore(deps): bump terser from 5.10.0 to 5.14.2 in /sample/06-mongoose
2022-07-28 11:14:45 +02:00
Kamil Mysliwiec
4eb76dc59d
Merge pull request #10039 from nestjs/dependabot/npm_and_yarn/sample/02-gateways/terser-5.14.2
...
chore(deps): bump terser from 5.14.1 to 5.14.2 in /sample/02-gateways
2022-07-28 11:14:40 +02:00
Kamil Mysliwiec
eadd7810a5
Merge pull request #10040 from nestjs/dependabot/npm_and_yarn/sample/03-microservices/terser-5.14.2
...
chore(deps): bump terser from 5.14.1 to 5.14.2 in /sample/03-microservices
2022-07-28 11:14:35 +02:00
Kamil Mysliwiec
0f3f974ed5
Merge pull request #10041 from nestjs/dependabot/npm_and_yarn/sample/01-cats-app/terser-5.14.2
...
chore(deps): bump terser from 5.14.1 to 5.14.2 in /sample/01-cats-app
2022-07-28 11:14:31 +02:00
Kamil Mysliwiec
2979ea1993
Merge pull request #10025 from thiagomini/fix/10017-parse-file-pipe-builder
...
Fix/10017 parse file pipe builder
2022-07-28 11:14:08 +02:00
dependabot[bot]
5602a12b78
chore(deps-dev): bump amqplib from 0.10.0 to 0.10.1
...
Bumps [amqplib](https://github.com/amqp-node/amqplib ) from 0.10.0 to 0.10.1.
- [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.0...v0.10.1 )
---
updated-dependencies:
- dependency-name: amqplib
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-28 09:13:32 +00:00
Kamil Mysliwiec
7c40213f4a
Merge pull request #10022 from bangbang93/pass-options-to-rmq-deserialize
...
fix(microservices): pass options to rmq deserialize
2022-07-28 11:13:25 +02:00
dependabot[bot]
710f0908e1
chore(deps-dev): bump mongoose from 6.4.7 to 6.5.0
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 6.4.7 to 6.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/6.4.7...6.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 >
2022-07-28 09:13:02 +00:00
Kamil Mysliwiec
a1aeba68db
Merge pull request #9996 from jDzames/fix/kafka-parser-retries
...
fix(microservices): prevent kafka parser from modifying received message
2022-07-28 11:12:25 +02:00
dependabot[bot]
72a2805f5f
chore(deps): bump terser from 5.14.1 to 5.14.2 in /sample/01-cats-app
...
Bumps [terser](https://github.com/terser/terser ) from 5.14.1 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/compare/v5.14.1...v5.14.2 )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-28 09:12:19 +00:00
dependabot[bot]
c56cf83205
chore(deps): bump terser in /sample/03-microservices
...
Bumps [terser](https://github.com/terser/terser ) from 5.14.1 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/compare/v5.14.1...v5.14.2 )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-28 09:12:13 +00:00
Kamil Mysliwiec
efc48edd11
Update packages/microservices/helpers/kafka-parser.ts
2022-07-28 11:12:08 +02:00
dependabot[bot]
b0b7a9cce5
chore(deps-dev): bump graphql-tools from 8.3.0 to 8.3.1
...
Bumps [graphql-tools](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/graphql-tools ) from 8.3.0 to 8.3.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@8.3.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 >
2022-07-28 09:12:01 +00:00
dependabot[bot]
c78a556f51
chore(deps): bump terser from 5.14.1 to 5.14.2 in /sample/02-gateways
...
Bumps [terser](https://github.com/terser/terser ) from 5.14.1 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/compare/v5.14.1...v5.14.2 )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-28 09:11:58 +00:00
dependabot[bot]
982c37c1f6
chore(deps): bump terser from 5.10.0 to 5.14.2 in /sample/06-mongoose
...
Bumps [terser](https://github.com/terser/terser ) from 5.10.0 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/compare/v5.10.0...v5.14.2 )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-28 09:11:55 +00:00
dependabot[bot]
2e137cc8e0
chore(deps): bump terser from 5.10.0 to 5.14.2 in /sample/04-grpc
...
Bumps [terser](https://github.com/terser/terser ) from 5.10.0 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/compare/v5.10.0...v5.14.2 )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-28 09:11:46 +00:00
dependabot[bot]
3338ff21e5
chore(deps): bump terser from 5.14.1 to 5.14.2 in /sample/07-sequelize
...
Bumps [terser](https://github.com/terser/terser ) from 5.14.1 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/compare/v5.14.1...v5.14.2 )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-28 09:11:43 +00:00
dependabot[bot]
44e1610791
chore(deps): bump terser from 5.14.0 to 5.14.2 in /sample/05-sql-typeorm
...
Bumps [terser](https://github.com/terser/terser ) from 5.14.0 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/compare/v5.14.0...v5.14.2 )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-28 09:11:41 +00:00
Kamil Mysliwiec
5332fb2fad
Merge pull request #9977 from nestjs/dependabot/npm_and_yarn/sample/18-context/terser-5.14.2
...
chore(deps): bump terser from 5.10.0 to 5.14.2 in /sample/18-context
2022-07-28 11:11:36 +02:00
Kamil Mysliwiec
516a929a2f
Merge pull request #9978 from nestjs/dependabot/npm_and_yarn/sample/16-gateways-ws/terser-5.14.2
...
chore(deps): bump terser from 5.10.0 to 5.14.2 in /sample/16-gateways-ws
2022-07-28 11:11:31 +02:00
Kamil Mysliwiec
f432ae6b0b
Merge pull request #9979 from nestjs/dependabot/npm_and_yarn/sample/17-mvc-fastify/terser-5.14.2
...
chore(deps): bump terser from 5.14.1 to 5.14.2 in /sample/17-mvc-fastify
2022-07-28 11:11:26 +02:00
Kamil Mysliwiec
da3ef72948
Merge pull request #9980 from nestjs/dependabot/npm_and_yarn/sample/13-mongo-typeorm/terser-5.14.2
...
chore(deps): bump terser from 5.14.1 to 5.14.2 in /sample/13-mongo-typeorm
2022-07-28 11:11:19 +02:00
Kamil Mysliwiec
f8055dff1d
Merge pull request #9981 from nestjs/dependabot/npm_and_yarn/sample/15-mvc/terser-5.14.2
...
chore(deps): bump terser from 5.10.0 to 5.14.2 in /sample/15-mvc
2022-07-28 11:11:12 +02:00
Kamil Mysliwiec
3bc292a77a
Merge pull request #9982 from nestjs/dependabot/npm_and_yarn/sample/11-swagger/terser-5.14.2
...
chore(deps): bump terser from 5.10.0 to 5.14.2 in /sample/11-swagger
2022-07-28 11:11:05 +02:00
Kamil Mysliwiec
ca106e7d19
Merge pull request #9983 from nestjs/dependabot/npm_and_yarn/sample/14-mongoose-base/terser-5.14.2
...
chore(deps): bump terser from 5.10.0 to 5.14.2 in /sample/14-mongoose-base
2022-07-28 11:10:55 +02:00
Kamil Mysliwiec
9aa011f216
Merge pull request #9984 from nestjs/dependabot/npm_and_yarn/sample/12-graphql-schema-first/terser-5.14.2
...
chore(deps): bump terser from 5.10.0 to 5.14.2 in /sample/12-graphql-schema-first
2022-07-28 11:10:49 +02:00
Kamil Mysliwiec
e4083483dc
Merge pull request #9985 from nestjs/dependabot/npm_and_yarn/sample/08-webpack/terser-5.14.2
...
chore(deps): bump terser from 5.10.0 to 5.14.2 in /sample/08-webpack
2022-07-28 11:10:43 +02:00
Kamil Mysliwiec
0c7dffab7e
Merge pull request #9986 from nestjs/dependabot/npm_and_yarn/sample/10-fastify/terser-5.14.2
...
chore(deps): bump terser from 5.14.1 to 5.14.2 in /sample/10-fastify
2022-07-28 11:10:39 +02:00
Kamil Mysliwiec
23fa0f9859
Merge pull request #9935 from random42/feature/configurable-module-inject-providers
...
feat(common): pass options to nested async modules
2022-07-28 11:09:53 +02:00
Kamil Mysliwiec
7222cd1a42
Merge pull request #9836 from micalevisk/feat/issue-9107
...
feat(core): add option to disable logs on `LazyModuleLoader#load`
2022-07-28 11:08:54 +02:00
Kamil Mysliwiec
bc1f8b7683
Merge pull request #10034 from nestjs/dependabot/npm_and_yarn/lerna-5.3.0
...
chore(deps-dev): bump lerna from 2.11.0 to 5.3.0
2022-07-28 11:04:42 +02:00
dependabot[bot]
2c76b20a87
chore(deps-dev): bump lerna from 2.11.0 to 5.3.0
...
Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/core/lerna ) from 2.11.0 to 5.3.0.
- [Release notes](https://github.com/lerna/lerna/releases )
- [Changelog](https://github.com/lerna/lerna/blob/main/core/lerna/CHANGELOG.md )
- [Commits](https://github.com/lerna/lerna/commits/v5.3.0/core/lerna )
---
updated-dependencies:
- dependency-name: lerna
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-28 00:06:20 +00:00
Thiago Martins
79041c11c6
refactor(common): change parse file pipe options
...
change ParseFilePipe option to use fileIsRequired instead of fileIsOptional
2022-07-27 11:34:29 -03:00
Kamil Mysliwiec
08877a33ac
Merge pull request #10026 from Tony133/chore/update-router-explorer
...
chore(router-explorer): remove unused declarations
2022-07-27 08:39:21 +02:00
bangbang93
0ec9cb7261
test(microservice): revert change on tests
2022-07-27 11:54:48 +08:00
bangbang93
b29299bc16
fix(microservice): pass options to rmq deserialize
2022-07-27 11:41:25 +08:00
Tony133
b424b37db7
chore(): remove unused declarations
2022-07-26 22:46:06 +02:00
Thiago Martins
72bb251465
test(common): reword test blocks
2022-07-26 16:50:58 -03:00
Thiago Martins
a436faa97f
refactor(sample/29): remove send method
2022-07-26 16:50:22 -03:00
Thiago Martins
f45599d64c
test(sample): add required file test
...
ensure sample 29 controller throws an error when a file is required but none is given
2022-07-26 16:26:09 -03:00
Thiago Martins
e9aa1ca639
test(common): add test for implicit values
...
ensure ParseFilePipe throws an error if isFileOptional was not explicitly provided and there is no file
2022-07-26 16:20:01 -03:00
Thiago Martins
091252807c
feat(common): add required file validation
...
ensure ParseFilePipe throws an error when a file is required but was not passed
2022-07-26 16:13:58 -03:00
Thiago Martins
657428e9f3
test(sample): add optional file test
...
ensure a route with ParseFilePipe and fileIsOptional set to true does not throw when no file is provided
2022-07-26 15:50:49 -03:00
Thiago Martins
d309fd85d9
feat(common): optional parse file pipe
...
ensure ParseFilePipe returns undefined when file is optional
2022-07-26 15:39:47 -03:00
Kamil Mysliwiec
8df17bb97d
Merge pull request #10023 from nestjs/dependabot/npm_and_yarn/light-my-request-5.3.0
...
chore(deps): bump light-my-request from 5.2.0 to 5.3.0
2022-07-26 13:29:26 +02:00
dependabot[bot]
590f276dd4
chore(deps): bump light-my-request from 5.2.0 to 5.3.0
...
Bumps [light-my-request](https://github.com/fastify/light-my-request ) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/fastify/light-my-request/releases )
- [Commits](https://github.com/fastify/light-my-request/compare/v5.2.0...v5.3.0 )
---
updated-dependencies:
- dependency-name: light-my-request
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-26 10:56:07 +00:00
Kamil Mysliwiec
dd85cd8cd5
Merge pull request #10024 from nestjs/dependabot/npm_and_yarn/core-js-3.24.0
...
chore(deps-dev): bump core-js from 3.23.5 to 3.24.0
2022-07-26 12:51:22 +02:00
Kamil Mysliwiec
de916589be
Merge pull request #9993 from nestjs/dependabot/npm_and_yarn/nestjs/apollo-10.0.19
...
chore(deps-dev): bump @nestjs/apollo from 10.0.17 to 10.0.19
2022-07-26 12:51:17 +02:00
Kamil Mysliwiec
0799bf3262
Merge pull request #9994 from nestjs/dependabot/npm_and_yarn/types/sinon-10.0.13
...
chore(deps-dev): bump @types/sinon from 10.0.12 to 10.0.13
2022-07-26 12:45:33 +02:00
dependabot[bot]
ba3bb10756
chore(deps-dev): bump core-js from 3.23.5 to 3.24.0
...
Bumps [core-js](https://github.com/zloirock/core-js ) from 3.23.5 to 3.24.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/compare/v3.23.5...v3.24.0 )
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-26 09:22:51 +00:00
dependabot[bot]
cfcbaa0304
chore(deps-dev): bump @nestjs/apollo from 10.0.17 to 10.0.19
...
Bumps [@nestjs/apollo](https://github.com/nestjs/graphql ) from 10.0.17 to 10.0.19.
- [Release notes](https://github.com/nestjs/graphql/releases )
- [Commits](https://github.com/nestjs/graphql/compare/v10.0.17...v10.0.19 )
---
updated-dependencies:
- dependency-name: "@nestjs/apollo"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-26 09:20:43 +00:00
dependabot[bot]
2211fe07e2
chore(deps-dev): bump @types/sinon from 10.0.12 to 10.0.13
...
Bumps [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon ) from 10.0.12 to 10.0.13.
- [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 >
2022-07-26 09:20:30 +00:00
Kamil Mysliwiec
e502306587
Merge pull request #9997 from nestjs/dependabot/npm_and_yarn/sample/33-graphql-mercurius/undici-5.8.0
...
chore(deps): bump undici from 5.6.1 to 5.8.0 in /sample/33-graphql-mercurius
2022-07-26 11:17:22 +02:00
Kamil Mysliwiec
e78ee369ac
Merge pull request #10000 from nestjs/dependabot/npm_and_yarn/grpc/grpc-js-1.6.8
...
chore(deps-dev): bump @grpc/grpc-js from 1.6.7 to 1.6.8
2022-07-26 11:17:18 +02:00
Kamil Mysliwiec
07968a2b92
Merge pull request #10001 from nestjs/dependabot/npm_and_yarn/fastify-4.3.0
...
chore(deps): bump fastify from 4.2.1 to 4.3.0
2022-07-26 11:17:13 +02:00
Kamil Mysliwiec
f00ca25d1a
Merge pull request #10011 from nestjs/dependabot/npm_and_yarn/nestjs/graphql-10.0.21
...
chore(deps-dev): bump @nestjs/graphql from 10.0.18 to 10.0.21
2022-07-26 11:15:33 +02:00
Kamil Mysliwiec
93d10b0e63
Merge pull request #10012 from nestjs/dependabot/npm_and_yarn/ioredis-5.2.2
...
chore(deps-dev): bump ioredis from 5.2.1 to 5.2.2
2022-07-26 11:15:29 +02:00
Kamil Mysliwiec
27d66e485d
Merge pull request #10013 from nestjs/dependabot/npm_and_yarn/fastify/static-6.4.1
...
chore(deps-dev): bump @fastify/static from 6.4.0 to 6.4.1
2022-07-26 11:15:25 +02:00
Kamil Mysliwiec
8db8c3bacf
Merge pull request #10020 from nestjs/dependabot/npm_and_yarn/types/node-18.6.1
...
chore(deps-dev): bump @types/node from 18.0.6 to 18.6.1
2022-07-26 11:15:13 +02:00
Kamil Mysliwiec
e93becc6b8
Merge pull request #10021 from nestjs/dependabot/npm_and_yarn/mongoose-6.4.7
...
chore(deps-dev): bump mongoose from 6.4.5 to 6.4.7
2022-07-26 11:14:55 +02:00
Kamil Mysliwiec
7033c009f9
Merge pull request #10019 from Tony133/chore/update-express-adapter
...
chore(express-adapter): remove unused declarations
2022-07-26 11:14:20 +02:00
Kamil Mysliwiec
f6f8934713
Merge pull request #10007 from TheKhanj/master
...
chore(common): remove unused import statement
2022-07-26 11:03:19 +02:00
bangbang93
bfbcd7bb80
fix(microservices): pass options to rmq deserialize
2022-07-26 15:46:18 +08:00
dependabot[bot]
a3ac8f6c09
chore(deps-dev): bump mongoose from 6.4.5 to 6.4.7
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 6.4.5 to 6.4.7.
- [Release notes](https://github.com/Automattic/mongoose/releases )
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Automattic/mongoose/compare/6.4.5...6.4.7 )
---
updated-dependencies:
- dependency-name: mongoose
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-26 00:09:21 +00:00
dependabot[bot]
f9dcaec1e0
chore(deps-dev): bump @types/node from 18.0.6 to 18.6.1
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.0.6 to 18.6.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 >
2022-07-26 00:07:22 +00:00
Tony133
ca72d2eb7a
chore(): remove unused declarations
2022-07-25 23:15:44 +02:00
dependabot[bot]
8fd3f5fe01
chore(deps-dev): bump @fastify/static from 6.4.0 to 6.4.1
...
Bumps [@fastify/static](https://github.com/fastify/fastify-static ) from 6.4.0 to 6.4.1.
- [Release notes](https://github.com/fastify/fastify-static/releases )
- [Commits](https://github.com/fastify/fastify-static/compare/v6.4.0...v6.4.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 >
2022-07-25 00:28:37 +00:00
dependabot[bot]
09e2ca22b1
chore(deps-dev): bump ioredis from 5.2.1 to 5.2.2
...
Bumps [ioredis](https://github.com/luin/ioredis ) from 5.2.1 to 5.2.2.
- [Release notes](https://github.com/luin/ioredis/releases )
- [Changelog](https://github.com/luin/ioredis/blob/main/CHANGELOG.md )
- [Commits](https://github.com/luin/ioredis/compare/v5.2.1...v5.2.2 )
---
updated-dependencies:
- dependency-name: ioredis
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-25 00:26:19 +00:00
dependabot[bot]
473542a193
chore(deps-dev): bump @nestjs/graphql from 10.0.18 to 10.0.21
...
Bumps [@nestjs/graphql](https://github.com/nestjs/graphql ) from 10.0.18 to 10.0.21.
- [Release notes](https://github.com/nestjs/graphql/releases )
- [Commits](https://github.com/nestjs/graphql/compare/v10.0.18...v10.0.21 )
---
updated-dependencies:
- dependency-name: "@nestjs/graphql"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-25 00:23:30 +00:00
Pooyan Khanjankhani
f09c92c939
chore(common): bring back CUSTOM_ROUTE_AGRS_METADATA and mark it as deprecated
2022-07-24 23:29:13 +04:30
Pooyan Khanjankhani
607654509b
chore(): fix constant variable name typo
...
Variable `ROUTE_ARGS_METADATA` was misspelled as `ROUTE_AGRS_METADATA`.
2022-07-24 18:59:46 +04:30
Pooyan Khanjankhani
712deba638
chore(common): remove unused commit statement
2022-07-24 18:27:00 +04:30
Pooyan Khanjankhani
0962b5afc9
chore(common): remove unused import statement
2022-07-24 18:14:48 +04:30
dependabot[bot]
cc4a7e775f
chore(deps): bump fastify from 4.2.1 to 4.3.0
...
Bumps [fastify](https://github.com/fastify/fastify ) from 4.2.1 to 4.3.0.
- [Release notes](https://github.com/fastify/fastify/releases )
- [Commits](https://github.com/fastify/fastify/compare/v4.2.1...v4.3.0 )
---
updated-dependencies:
- dependency-name: fastify
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-22 00:08:14 +00:00
dependabot[bot]
7f001e9fd0
chore(deps-dev): bump @grpc/grpc-js from 1.6.7 to 1.6.8
...
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node ) from 1.6.7 to 1.6.8.
- [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 >
2022-07-22 00:05:22 +00:00
dependabot[bot]
16ca8434d7
chore(deps): bump undici in /sample/33-graphql-mercurius
...
Bumps [undici](https://github.com/nodejs/undici ) from 5.6.1 to 5.8.0.
- [Release notes](https://github.com/nodejs/undici/releases )
- [Commits](https://github.com/nodejs/undici/compare/v5.6.1...v5.8.0 )
---
updated-dependencies:
- dependency-name: undici
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-21 21:07:01 +00:00
Jozef Dzama
f83e830a4b
fix(microservices): kafka parser stops modifying received message
2022-07-21 13:05:55 +02:00
Kamil Mysliwiec
b98e4d2b1f
Merge pull request #9991 from Tony133/chore/update-kafka-interface
...
chore(): improvement on kafka interface
2022-07-21 09:52:57 +02:00
Micael Levi (@micalevisk)
16a121cdd7
refactor(core): rename disableLogs to logger
2022-07-20 19:01:22 -04:00
Tony133
1dab85172d
chore(): improvement
2022-07-20 21:55:41 +02:00
dependabot[bot]
772ae768a4
chore(deps): bump terser from 5.14.1 to 5.14.2 in /sample/10-fastify
...
Bumps [terser](https://github.com/terser/terser ) from 5.14.1 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-20 09:01:38 +00:00
dependabot[bot]
a8e9a804bb
chore(deps): bump terser from 5.10.0 to 5.14.2 in /sample/08-webpack
...
Bumps [terser](https://github.com/terser/terser ) from 5.10.0 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-20 09:01:22 +00:00
dependabot[bot]
8b080d05a2
chore(deps): bump terser in /sample/12-graphql-schema-first
...
Bumps [terser](https://github.com/terser/terser ) from 5.10.0 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-20 09:01:10 +00:00
dependabot[bot]
c6de789af2
chore(deps): bump terser in /sample/14-mongoose-base
...
Bumps [terser](https://github.com/terser/terser ) from 5.10.0 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-20 09:01:06 +00:00
dependabot[bot]
bfff9bf7ad
chore(deps): bump terser from 5.10.0 to 5.14.2 in /sample/11-swagger
...
Bumps [terser](https://github.com/terser/terser ) from 5.10.0 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-20 09:01:02 +00:00
dependabot[bot]
13f457eee7
chore(deps): bump terser from 5.10.0 to 5.14.2 in /sample/15-mvc
...
Bumps [terser](https://github.com/terser/terser ) from 5.10.0 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-20 09:00:46 +00:00
dependabot[bot]
5c3c88bb2d
chore(deps): bump terser in /sample/13-mongo-typeorm
...
Bumps [terser](https://github.com/terser/terser ) from 5.14.1 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-20 09:00:42 +00:00
dependabot[bot]
07d35fcb52
chore(deps): bump terser from 5.10.0 to 5.14.2 in /sample/18-context
...
Bumps [terser](https://github.com/terser/terser ) from 5.10.0 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-20 09:00:36 +00:00
dependabot[bot]
a5f3af7582
chore(deps): bump terser from 5.14.1 to 5.14.2 in /sample/17-mvc-fastify
...
Bumps [terser](https://github.com/terser/terser ) from 5.14.1 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-20 09:00:30 +00:00
dependabot[bot]
8e210b3320
chore(deps): bump terser from 5.10.0 to 5.14.2 in /sample/16-gateways-ws
...
Bumps [terser](https://github.com/terser/terser ) from 5.10.0 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-20 09:00:27 +00:00
Kamil Mysliwiec
88a944885a
Merge pull request #9958 from nestjs/dependabot/npm_and_yarn/sample/33-graphql-mercurius/terser-5.14.2
...
chore(deps): bump terser from 5.10.0 to 5.14.2 in /sample/33-graphql-mercurius
2022-07-20 11:00:16 +02:00
Kamil Mysliwiec
6afb6f1f72
Merge pull request #9968 from nestjs/dependabot/npm_and_yarn/sample/26-queues/terser-5.14.2
...
chore(deps): bump terser from 5.10.0 to 5.14.2 in /sample/26-queues
2022-07-20 11:00:11 +02:00
Kamil Mysliwiec
53affb29a2
Merge pull request #9969 from nestjs/dependabot/npm_and_yarn/sample/22-graphql-prisma/terser-5.14.2
...
chore(deps): bump terser from 5.14.1 to 5.14.2 in /sample/22-graphql-prisma
2022-07-20 11:00:06 +02:00
Kamil Mysliwiec
373c202aba
Merge pull request #9970 from nestjs/dependabot/npm_and_yarn/sample/27-scheduling/terser-5.14.2
...
chore(deps): bump terser from 5.10.0 to 5.14.2 in /sample/27-scheduling
2022-07-20 11:00:02 +02:00
Kamil Mysliwiec
609cb12a36
Merge pull request #9971 from nestjs/dependabot/npm_and_yarn/sample/23-graphql-code-first/terser-5.14.2
...
chore(deps): bump terser from 5.14.1 to 5.14.2 in /sample/23-graphql-code-first
2022-07-20 10:59:57 +02:00
Kamil Mysliwiec
7ed0f3b149
Merge pull request #9972 from nestjs/dependabot/npm_and_yarn/sample/25-dynamic-modules/terser-5.14.2
...
chore(deps): bump terser from 5.10.0 to 5.14.2 in /sample/25-dynamic-modules
2022-07-20 10:59:53 +02:00
Kamil Mysliwiec
ca677ca703
Merge pull request #9973 from nestjs/dependabot/npm_and_yarn/sample/24-serve-static/terser-5.14.2
...
chore(deps): bump terser from 5.10.0 to 5.14.2 in /sample/24-serve-static
2022-07-20 10:59:44 +02:00
Kamil Mysliwiec
b69990d911
Merge pull request #9974 from nestjs/dependabot/npm_and_yarn/sample/21-serializer/terser-5.14.2
...
chore(deps): bump terser from 5.10.0 to 5.14.2 in /sample/21-serializer
2022-07-20 10:59:39 +02:00
Kamil Mysliwiec
d5bceb7a8f
Merge pull request #9975 from nestjs/dependabot/npm_and_yarn/sample/19-auth-jwt/terser-5.14.2
...
chore(deps): bump terser from 5.10.0 to 5.14.2 in /sample/19-auth-jwt
2022-07-20 10:59:35 +02:00
Kamil Mysliwiec
189e27f23c
Merge pull request #9976 from nestjs/dependabot/npm_and_yarn/sample/20-cache/terser-5.14.2
...
chore(deps): bump terser from 5.10.0 to 5.14.2 in /sample/20-cache
2022-07-20 10:59:28 +02:00
Kamil Myśliwiec
ad08626ea7
chore(@nestjs) publish v9.0.5 release
2022-07-20 10:57:56 +02:00
Kamil Myśliwiec
d893469018
fix(microservices): updated outdated redis options interface
2022-07-20 10:46:29 +02:00
Kamil Myśliwiec
c09337ded2
fix(microservices): update kafka interfaces to match v2
2022-07-20 10:45:07 +02:00
Kamil Mysliwiec
566301232b
Merge pull request #9798 from frankmangone/frankmangone/feature/avoid-queue-declaration-rmq
...
feat(microservices): add noAssert option for RMQ connection
2022-07-20 10:40:26 +02:00
dependabot[bot]
d4780cd28b
chore(deps): bump terser in /sample/33-graphql-mercurius
...
Bumps [terser](https://github.com/terser/terser ) from 5.10.0 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-20 08:40:01 +00:00
dependabot[bot]
ba8450065c
chore(deps): bump terser from 5.10.0 to 5.14.2 in /sample/20-cache
...
Bumps [terser](https://github.com/terser/terser ) from 5.10.0 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-20 08:39:49 +00:00
dependabot[bot]
dbc6989b89
chore(deps): bump terser from 5.10.0 to 5.14.2 in /sample/19-auth-jwt
...
Bumps [terser](https://github.com/terser/terser ) from 5.10.0 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-20 08:39:39 +00:00
Kamil Mysliwiec
429dfa1382
Merge pull request #9819 from jmcdo29/fix/pipeline-over-pipe
...
fix: use pipeline over stream.pipe
2022-07-20 10:39:36 +02:00
dependabot[bot]
23415b2bfd
chore(deps): bump terser from 5.10.0 to 5.14.2 in /sample/21-serializer
...
Bumps [terser](https://github.com/terser/terser ) from 5.10.0 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-20 08:39:31 +00:00
dependabot[bot]
24585f0f76
chore(deps): bump terser in /sample/24-serve-static
...
Bumps [terser](https://github.com/terser/terser ) from 5.10.0 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-20 08:39:30 +00:00
dependabot[bot]
210201bb46
chore(deps): bump terser in /sample/25-dynamic-modules
...
Bumps [terser](https://github.com/terser/terser ) from 5.10.0 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-20 08:39:19 +00:00
Kamil Mysliwiec
4eacd875c1
Merge pull request #9926 from tolgap/fix/9901-urlencoded-raw-body
...
fix(express,fastify): raw body for urlencoded requests
2022-07-20 10:39:18 +02:00
dependabot[bot]
728234a945
chore(deps): bump terser in /sample/23-graphql-code-first
...
Bumps [terser](https://github.com/terser/terser ) from 5.14.1 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-20 08:39:04 +00:00
dependabot[bot]
077e689d19
chore(deps): bump terser from 5.10.0 to 5.14.2 in /sample/27-scheduling
...
Bumps [terser](https://github.com/terser/terser ) from 5.10.0 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-20 08:39:00 +00:00
dependabot[bot]
d942210a60
chore(deps): bump terser in /sample/22-graphql-prisma
...
Bumps [terser](https://github.com/terser/terser ) from 5.14.1 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-20 08:38:57 +00:00
dependabot[bot]
eb7505e245
chore(deps): bump terser from 5.10.0 to 5.14.2 in /sample/26-queues
...
Bumps [terser](https://github.com/terser/terser ) from 5.10.0 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-20 08:38:45 +00:00
Kamil Mysliwiec
0b24affe6e
Merge pull request #9959 from nestjs/dependabot/npm_and_yarn/sample/30-event-emitter/terser-5.14.2
...
chore(deps): bump terser from 5.10.0 to 5.14.2 in /sample/30-event-emitter
2022-07-20 10:38:21 +02:00
Kamil Mysliwiec
d478feb65f
Merge pull request #9960 from nestjs/dependabot/npm_and_yarn/sample/32-graphql-federation-schema-first/users-application/terser-5.14.2
...
chore(deps): bump terser from 5.14.1 to 5.14.2 in /sample/32-graphql-federation-schema-first/users-application
2022-07-20 10:38:15 +02:00
Kamil Mysliwiec
27efd41459
Merge pull request #9961 from nestjs/dependabot/npm_and_yarn/sample/31-graphql-federation-code-first/gateway/terser-5.14.2
...
chore(deps): bump terser from 5.10.0 to 5.14.2 in /sample/31-graphql-federation-code-first/gateway
2022-07-20 10:38:11 +02:00
Kamil Mysliwiec
1ccaeab23c
Merge pull request #9962 from nestjs/dependabot/npm_and_yarn/sample/31-graphql-federation-code-first/users-application/terser-5.14.2
...
chore(deps): bump terser from 5.10.0 to 5.14.2 in /sample/31-graphql-federation-code-first/users-application
2022-07-20 10:38:06 +02:00
Kamil Mysliwiec
efcfd0261f
Merge pull request #9963 from nestjs/dependabot/npm_and_yarn/sample/32-graphql-federation-schema-first/posts-application/terser-5.14.2
...
chore(deps): bump terser from 5.10.0 to 5.14.2 in /sample/32-graphql-federation-schema-first/posts-application
2022-07-20 10:38:03 +02:00
Kamil Mysliwiec
3b0c968ee5
Merge pull request #9964 from nestjs/dependabot/npm_and_yarn/sample/32-graphql-federation-schema-first/gateway/terser-5.14.2
...
chore(deps): bump terser from 5.10.0 to 5.14.2 in /sample/32-graphql-federation-schema-first/gateway
2022-07-20 10:37:58 +02:00
Kamil Mysliwiec
8a9310909b
Merge pull request #9965 from nestjs/dependabot/npm_and_yarn/sample/29-file-upload/terser-5.14.2
...
chore(deps): bump terser from 5.10.0 to 5.14.2 in /sample/29-file-upload
2022-07-20 10:37:52 +02:00
Kamil Mysliwiec
3f3a3c2d8b
Merge pull request #9966 from nestjs/dependabot/npm_and_yarn/sample/28-sse/terser-5.14.2
...
chore(deps): bump terser from 5.10.0 to 5.14.2 in /sample/28-sse
2022-07-20 10:37:48 +02:00
Kamil Mysliwiec
bdba706ed5
Merge pull request #9967 from nestjs/dependabot/npm_and_yarn/sample/31-graphql-federation-code-first/posts-application/terser-5.14.2
...
chore(deps): bump terser from 5.10.0 to 5.14.2 in /sample/31-graphql-federation-code-first/posts-application
2022-07-20 10:37:39 +02:00
dependabot[bot]
9e22b7a470
chore(deps): bump terser
...
Bumps [terser](https://github.com/terser/terser ) from 5.10.0 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-20 08:36:33 +00:00
dependabot[bot]
95a6defd32
chore(deps): bump terser from 5.10.0 to 5.14.2 in /sample/29-file-upload
...
Bumps [terser](https://github.com/terser/terser ) from 5.10.0 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-20 08:36:26 +00:00
dependabot[bot]
f7715defaf
chore(deps): bump terser from 5.10.0 to 5.14.2 in /sample/28-sse
...
Bumps [terser](https://github.com/terser/terser ) from 5.10.0 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-20 08:36:26 +00:00
dependabot[bot]
2b70d17062
chore(deps): bump terser
...
Bumps [terser](https://github.com/terser/terser ) from 5.10.0 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-20 08:36:24 +00:00
dependabot[bot]
9e9b11b23f
chore(deps): bump terser
...
Bumps [terser](https://github.com/terser/terser ) from 5.10.0 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-20 08:36:15 +00:00
dependabot[bot]
b6ba905768
chore(deps): bump terser
...
Bumps [terser](https://github.com/terser/terser ) from 5.10.0 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-20 08:36:06 +00:00
dependabot[bot]
25806abac0
chore(deps): bump terser
...
Bumps [terser](https://github.com/terser/terser ) from 5.10.0 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-20 08:36:04 +00:00
dependabot[bot]
cd6d5cbe4a
chore(deps): bump terser
...
Bumps [terser](https://github.com/terser/terser ) from 5.14.1 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-20 08:36:01 +00:00
dependabot[bot]
dad922ae2e
chore(deps): bump terser in /sample/30-event-emitter
...
Bumps [terser](https://github.com/terser/terser ) from 5.10.0 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-20 08:35:57 +00:00
Kamil Mysliwiec
89e5b74a06
Merge pull request #9950 from nestjs/dependabot/npm_and_yarn/light-my-request-5.2.0
...
chore(deps): bump light-my-request from 5.1.0 to 5.2.0
2022-07-20 10:35:12 +02:00
Kamil Mysliwiec
5b39d537de
Merge pull request #9951 from nestjs/dependabot/npm_and_yarn/mongoose-6.4.5
...
chore(deps-dev): bump mongoose from 6.4.4 to 6.4.5
2022-07-20 10:35:08 +02:00
Kamil Mysliwiec
8fcd80b32b
Merge pull request #9952 from nestjs/dependabot/npm_and_yarn/concurrently-7.3.0
...
chore(deps-dev): bump concurrently from 7.2.2 to 7.3.0
2022-07-20 10:35:03 +02:00
Kamil Mysliwiec
816bc91be0
Merge pull request #9954 from kosh-b/feature/kafka-heartbeat-passed-to-endpoint
...
feat(microservices): add Kafka heartbeat callback to KafkaContext
2022-07-20 10:34:37 +02:00
kosh-b
380d230716
Add Kafka heartbeat callback to KafkaContext arguments and pass it to the endpoint
2022-07-19 11:53:37 +03:00
dependabot[bot]
e8f188e78b
chore(deps-dev): bump concurrently from 7.2.2 to 7.3.0
...
Bumps [concurrently](https://github.com/open-cli-tools/concurrently ) from 7.2.2 to 7.3.0.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases )
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v7.2.2...v7.3.0 )
---
updated-dependencies:
- dependency-name: concurrently
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-19 00:09:25 +00:00
dependabot[bot]
d22f7496e0
chore(deps-dev): bump mongoose from 6.4.4 to 6.4.5
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 6.4.4 to 6.4.5.
- [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/6.4.4...6.4.5 )
---
updated-dependencies:
- dependency-name: mongoose
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-19 00:07:52 +00:00
dependabot[bot]
ac3c8c78c4
chore(deps): bump light-my-request from 5.1.0 to 5.2.0
...
Bumps [light-my-request](https://github.com/fastify/light-my-request ) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/fastify/light-my-request/releases )
- [Commits](https://github.com/fastify/light-my-request/compare/v5.1.0...v5.2.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 >
2022-07-19 00:05:29 +00:00
Jay McDoniel
9739aa6a1a
fix: move logger to class member
2022-07-18 07:56:45 -07:00
Kamil Myśliwiec
df4d99d92e
chore(@nestjs) publish v9.0.4 release
2022-07-18 10:23:53 +02:00
Kamil Myśliwiec
03e1a91b85
fix(common): auto-constructed configurable async options should use any
2022-07-18 10:22:52 +02:00
Kamil Mysliwiec
a4de5f93e8
Merge pull request #9940 from nestjs/dependabot/npm_and_yarn/ws-8.8.1
...
chore(deps): bump ws from 8.8.0 to 8.8.1
2022-07-18 09:23:49 +02:00
Kamil Mysliwiec
839acdf232
Merge pull request #9939 from nestjs/dependabot/npm_and_yarn/types/node-18.0.6
...
chore(deps-dev): bump @types/node from 18.0.4 to 18.0.6
2022-07-18 09:23:45 +02:00
Kamil Mysliwiec
ab8ec345d4
Merge pull request #9932 from nestjs/dependabot/npm_and_yarn/ts-node-10.9.1
...
chore(deps-dev): bump ts-node from 10.9.0 to 10.9.1
2022-07-18 09:23:33 +02:00
Kamil Mysliwiec
fd859f4ac7
Merge pull request #9931 from nestjs/dependabot/npm_and_yarn/grpc/proto-loader-0.7.0
...
chore(deps-dev): bump @grpc/proto-loader from 0.6.13 to 0.7.0
2022-07-18 09:23:14 +02:00
dependabot[bot]
bf41df7da3
chore(deps): bump ws from 8.8.0 to 8.8.1
...
Bumps [ws](https://github.com/websockets/ws ) from 8.8.0 to 8.8.1.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/8.8.0...8.8.1 )
---
updated-dependencies:
- dependency-name: ws
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-18 07:10:39 +00:00
Kamil Mysliwiec
bd494201d6
Merge pull request #9941 from nestjs/dependabot/npm_and_yarn/ioredis-5.2.1
...
chore(deps-dev): bump ioredis from 5.2.0 to 5.2.1
2022-07-18 09:07:56 +02:00
Kamil Mysliwiec
6cb41a5e00
Merge pull request #9942 from nestjs/dependabot/npm_and_yarn/core-js-3.23.5
...
chore(deps-dev): bump core-js from 3.23.4 to 3.23.5
2022-07-18 09:07:51 +02:00
Kamil Mysliwiec
eb2c6df9ba
Merge pull request #9943 from nestjs/dependabot/npm_and_yarn/light-my-request-5.1.0
...
chore(deps): bump light-my-request from 5.0.0 to 5.1.0
2022-07-18 08:51:52 +02:00
Jay McDoniel
248596ba59
fix: rename handler to to better represent what it is handling
2022-07-17 23:09:30 -07:00
dependabot[bot]
8172c09435
chore(deps): bump light-my-request from 5.0.0 to 5.1.0
...
Bumps [light-my-request](https://github.com/fastify/light-my-request ) from 5.0.0 to 5.1.0.
- [Release notes](https://github.com/fastify/light-my-request/releases )
- [Commits](https://github.com/fastify/light-my-request/compare/v5.0.0...v5.1.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 >
2022-07-18 00:20:21 +00:00
dependabot[bot]
d68bead326
chore(deps-dev): bump core-js from 3.23.4 to 3.23.5
...
Bumps [core-js](https://github.com/zloirock/core-js ) from 3.23.4 to 3.23.5.
- [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/compare/v3.23.4...v3.23.5 )
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-18 00:18:06 +00:00
dependabot[bot]
fd310916c6
chore(deps-dev): bump ioredis from 5.2.0 to 5.2.1
...
Bumps [ioredis](https://github.com/luin/ioredis ) from 5.2.0 to 5.2.1.
- [Release notes](https://github.com/luin/ioredis/releases )
- [Changelog](https://github.com/luin/ioredis/blob/main/CHANGELOG.md )
- [Commits](https://github.com/luin/ioredis/compare/v5.2.0...v5.2.1 )
---
updated-dependencies:
- dependency-name: ioredis
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-18 00:15:48 +00:00
dependabot[bot]
840071dbdb
chore(deps-dev): bump @types/node from 18.0.4 to 18.0.6
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.0.4 to 18.0.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 >
2022-07-18 00:09:07 +00:00
Jay McDoniel
f59cf5e81c
feat: update handler to be protected and only handle errors once
2022-07-17 14:56:45 -07:00
Roberto Sero
b0e813ace4
feat(common): pass options to nested async modules
...
Pass parent module providers to 'provideInjectionTokensFrom' in
ConfigurableModuleAsyncOptions in order
to pass options down in nested async modules.
Only necessary providers are taken
by recursively looking on the 'inject' array.
2022-07-16 17:18:11 +02:00
dependabot[bot]
b1b024e7c7
chore(deps-dev): bump ts-node from 10.9.0 to 10.9.1
...
Bumps [ts-node](https://github.com/TypeStrong/ts-node ) from 10.9.0 to 10.9.1.
- [Release notes](https://github.com/TypeStrong/ts-node/releases )
- [Commits](https://github.com/TypeStrong/ts-node/compare/v10.9.0...v10.9.1 )
---
updated-dependencies:
- dependency-name: ts-node
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-15 00:08:31 +00:00
dependabot[bot]
44a655d820
chore(deps-dev): bump @grpc/proto-loader from 0.6.13 to 0.7.0
...
Bumps [@grpc/proto-loader](https://github.com/grpc/grpc-node ) from 0.6.13 to 0.7.0.
- [Release notes](https://github.com/grpc/grpc-node/releases )
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/proto-loader@0.6.13...@grpc/grpc-js@0.7.0 )
---
updated-dependencies:
- dependency-name: "@grpc/proto-loader"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-15 00:07:00 +00:00
Kamil Mysliwiec
009f6d2fc3
Merge pull request #9928 from nestjs/dependabot/npm_and_yarn/types/node-18.0.4
...
chore(deps-dev): bump @types/node from 18.0.3 to 18.0.4
2022-07-14 08:45:32 +02:00
Kamil Mysliwiec
e682c4c1cf
Merge pull request #9929 from nestjs/dependabot/npm_and_yarn/ts-node-10.9.0
...
chore(deps-dev): bump ts-node from 10.8.2 to 10.9.0
2022-07-14 08:44:09 +02:00
dependabot[bot]
2e3b51ba06
chore(deps-dev): bump ts-node from 10.8.2 to 10.9.0
...
Bumps [ts-node](https://github.com/TypeStrong/ts-node ) from 10.8.2 to 10.9.0.
- [Release notes](https://github.com/TypeStrong/ts-node/releases )
- [Commits](https://github.com/TypeStrong/ts-node/compare/v10.8.2...v10.9.0 )
---
updated-dependencies:
- dependency-name: ts-node
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-14 00:09:12 +00:00
dependabot[bot]
db3d442d19
chore(deps-dev): bump @types/node from 18.0.3 to 18.0.4
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.0.3 to 18.0.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 >
2022-07-14 00:04:00 +00:00
Tolga Paksoy
50716eb0cd
fix(express,fastify): raw body for urlencoded requests
2022-07-13 18:47:03 +02:00
Kamil Mysliwiec
8cd150d55c
Merge pull request #9915 from thiagomini/refactor/instance-wrapper
...
refactor(core): extract instance wrapper merge logic
2022-07-13 08:39:23 +02:00
Kamil Mysliwiec
dd23098856
Merge pull request #9924 from nestjs/dependabot/npm_and_yarn/fastify-4.2.1
...
chore(deps): bump fastify from 4.2.0 to 4.2.1
2022-07-13 08:31:07 +02:00
dependabot[bot]
e500beaaf1
chore(deps): bump fastify from 4.2.0 to 4.2.1
...
Bumps [fastify](https://github.com/fastify/fastify ) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/fastify/fastify/releases )
- [Commits](https://github.com/fastify/fastify/compare/v4.2.0...v4.2.1 )
---
updated-dependencies:
- dependency-name: fastify
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-13 00:04:33 +00:00
Thiago Martins
4c16d2010c
refactor(core): remove providers type assertions
...
change provider classifier functions to work as type guards
2022-07-12 10:03:40 -03:00
Kamil Myśliwiec
39c3dfe3c6
test(injector): update optional factory provider integration tests
2022-07-12 11:08:03 +02:00
Kamil Myśliwiec
f4b3c7fd04
chore(@nestjs) publish v9.0.3 release
2022-07-12 10:33:48 +02:00
Kamil Mysliwiec
76923e7849
Merge pull request #9922 from nestjs/fix/scoped-factories-optional-deps
...
fix(core): scoped factories should not fail with optional deps
2022-07-12 10:27:18 +02:00
Kamil Myśliwiec
ced2acff61
test(): hotfix - use deep equal instead
2022-07-12 10:07:16 +02:00
Kamil Myśliwiec
8e5b1f426c
test(): add test case for optional deps in scoped providers
2022-07-12 09:58:45 +02:00
Kamil Myśliwiec
1ff1389c9c
fix(core): scoped factories should not fail with optional deps
2022-07-12 09:55:08 +02:00
Kamil Mysliwiec
976cdf3d59
Merge pull request #9920 from nestjs/dependabot/npm_and_yarn/apollo-server-express-3.10.0
...
chore(deps-dev): bump apollo-server-express from 3.9.0 to 3.10.0
2022-07-12 09:00:19 +02:00
Kamil Mysliwiec
c488f2552b
Merge pull request #9917 from nestjs/dependabot/npm_and_yarn/ioredis-5.2.0
...
chore(deps-dev): bump ioredis from 5.1.0 to 5.2.0
2022-07-12 08:54:21 +02:00
Kamil Mysliwiec
14b728c57b
Merge pull request #9918 from nestjs/dependabot/npm_and_yarn/rxjs-7.5.6
...
chore(deps): bump rxjs from 7.5.5 to 7.5.6
2022-07-12 08:52:37 +02:00
Kamil Mysliwiec
75a4e1a52d
Merge pull request #9919 from nestjs/dependabot/npm_and_yarn/fast-json-stringify-5.1.0
...
chore(deps): bump fast-json-stringify from 5.0.6 to 5.1.0
2022-07-12 08:52:32 +02:00
dependabot[bot]
40233bf0c4
chore(deps-dev): bump apollo-server-express from 3.9.0 to 3.10.0
...
Bumps [apollo-server-express](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-express ) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/apollographql/apollo-server/releases )
- [Changelog](https://github.com/apollographql/apollo-server/blob/main/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server-express@3.10.0/packages/apollo-server-express )
---
updated-dependencies:
- dependency-name: apollo-server-express
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-12 06:50:32 +00:00
Kamil Mysliwiec
d531742278
Merge pull request #9921 from nestjs/dependabot/npm_and_yarn/apollo-server-core-3.10.0
...
chore(deps-dev): bump apollo-server-core from 3.9.0 to 3.10.0
2022-07-12 08:44:49 +02:00
dependabot[bot]
bb8a650154
chore(deps-dev): bump apollo-server-core from 3.9.0 to 3.10.0
...
Bumps [apollo-server-core](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-core ) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/apollographql/apollo-server/releases )
- [Changelog](https://github.com/apollographql/apollo-server/blob/main/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server-core@3.10.0/packages/apollo-server-core )
---
updated-dependencies:
- dependency-name: apollo-server-core
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-12 00:10:08 +00:00
dependabot[bot]
22048db7b7
chore(deps): bump fast-json-stringify from 5.0.6 to 5.1.0
...
Bumps [fast-json-stringify](https://github.com/fastify/fast-json-stringify ) from 5.0.6 to 5.1.0.
- [Release notes](https://github.com/fastify/fast-json-stringify/releases )
- [Commits](https://github.com/fastify/fast-json-stringify/compare/v5.0.6...v5.1.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 >
2022-07-12 00:05:44 +00:00
dependabot[bot]
e950798ea9
chore(deps): bump rxjs from 7.5.5 to 7.5.6
...
Bumps [rxjs](https://github.com/reactivex/rxjs ) from 7.5.5 to 7.5.6.
- [Release notes](https://github.com/reactivex/rxjs/releases )
- [Changelog](https://github.com/ReactiveX/rxjs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/reactivex/rxjs/compare/7.5.5...7.5.6 )
---
updated-dependencies:
- dependency-name: rxjs
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-12 00:04:46 +00:00
dependabot[bot]
3f68733084
chore(deps-dev): bump ioredis from 5.1.0 to 5.2.0
...
Bumps [ioredis](https://github.com/luin/ioredis ) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/luin/ioredis/releases )
- [Changelog](https://github.com/luin/ioredis/blob/main/CHANGELOG.md )
- [Commits](https://github.com/luin/ioredis/compare/v5.1.0...v5.2.0 )
---
updated-dependencies:
- dependency-name: ioredis
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-12 00:03:48 +00:00
Thiago Martins
a2f4b342e2
test(core): add instance wrapper test
...
ensure mergeWith handles FactoryProviders with no depencies
2022-07-11 17:02:48 -03:00
Thiago Martins
b0d735d90b
test(core): add instance wrapper test
...
ensure mergeWith handles FactoryProviders with injected dependencies
2022-07-11 17:01:02 -03:00
Thiago Martins
7696f43a07
test(core): add instance wrapper test
...
ensure mergeWith handles ClassProviders
2022-07-11 16:56:33 -03:00
Thiago Martins
2a7fc84470
test(core): add instance wrapper test
...
ensure mergeWith handles ValueProviders
2022-07-11 16:54:21 -03:00
Thiago Martins
62f1fa3a79
refactor(core): use provider classifier
...
refactor instance-wrapper to use provider classifier methods
2022-07-11 16:42:35 -03:00
Thiago Martins
aa2ee95f54
feat(core): add falsy values handling
...
ensure isValueProvider returns true for falsy values
2022-07-11 16:39:05 -03:00
Thiago Martins
75b45775bf
test(core): add provider classifier test case
...
ensure isFactoryProvider returns false when useFactory is undefined
2022-07-11 16:33:31 -03:00
Thiago Martins
a052e0cac2
test(core): add provider classifier test case
...
ensure isFactoryProvider returns false when useFactory is not present
2022-07-11 16:32:46 -03:00
Thiago Martins
d1ec1e2640
feat(core): add method to verify factory provider
...
ensure isFactoryProvider returns true when useFactory is present
2022-07-11 16:29:16 -03:00
Thiago Martins
57cd765bb1
feat(core): finish is value provider
...
ensure isValueProvider returns false when given provider is undefined
2022-07-11 16:22:58 -03:00
Thiago Martins
7b759d52e6
test(core): add provider classifier test
...
ensure isValueProvider returns false when useValue is not present
2022-07-11 16:21:06 -03:00
Thiago Martins
6b9ed77cda
test(core): add provider classifier test
...
ensure useValue returns false for undefined values
2022-07-11 16:19:59 -03:00
Thiago Martins
ad154067e0
feat(core): add provider classifier method
...
ensure isValueProvider returns true when useValue is defined
2022-07-11 16:18:55 -03:00
Thiago Martins
1da899f2c0
feat(core): add provider-classifier
...
ensure isClassProvider works as expected
2022-07-11 16:15:09 -03:00
Kamil Mysliwiec
1d9930eb3c
Merge pull request #9907 from nestjs/dependabot/npm_and_yarn/nestjs/mongoose-9.2.0
...
chore(deps-dev): bump @nestjs/mongoose from 9.1.1 to 9.2.0
2022-07-11 15:06:32 +02:00
Kamil Myśliwiec
c1d006dbbc
Merge branch 'master' of https://github.com/nestjs/nest
2022-07-11 09:42:42 +02:00
Kamil Myśliwiec
61ebc12521
chore(@nestjs) publish v9.0.2 release
2022-07-11 09:39:36 +02:00
dependabot[bot]
bf8791f20c
chore(deps-dev): bump @nestjs/mongoose from 9.1.1 to 9.2.0
...
Bumps [@nestjs/mongoose](https://github.com/nestjs/mongoose ) from 9.1.1 to 9.2.0.
- [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/9.1.1...9.2.0 )
---
updated-dependencies:
- dependency-name: "@nestjs/mongoose"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-11 07:34:35 +00:00
Kamil Mysliwiec
14fc05f7ff
Merge pull request #9909 from nestjs/dependabot/npm_and_yarn/nestjs/apollo-10.0.17
...
chore(deps-dev): bump @nestjs/apollo from 10.0.16 to 10.0.17
2022-07-11 09:31:30 +02:00
dependabot[bot]
29ab36bfe8
chore(deps-dev): bump @nestjs/apollo from 10.0.16 to 10.0.17
...
Bumps [@nestjs/apollo](https://github.com/nestjs/graphql ) from 10.0.16 to 10.0.17.
- [Release notes](https://github.com/nestjs/graphql/releases )
- [Commits](https://github.com/nestjs/graphql/compare/v10.0.16...v10.0.17 )
---
updated-dependencies:
- dependency-name: "@nestjs/apollo"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-11 07:16:39 +00:00
Kamil Myśliwiec
6ad5520d30
feat(core): load native repl module lazily, on demand
2022-07-11 09:16:14 +02:00
Kamil Myśliwiec
300a2c758b
Merge branch 'Tony133-chore/update-deps'
2022-07-11 09:10:55 +02:00
Kamil Myśliwiec
9bfbea24d9
chore(): resolve conflicts
2022-07-11 09:10:46 +02:00
Kamil Mysliwiec
892ed45e2b
Merge pull request #9906 from nestjs/dependabot/npm_and_yarn/mongoose-6.4.4
...
chore(deps-dev): bump mongoose from 6.4.3 to 6.4.4
2022-07-11 08:59:30 +02:00
Kamil Mysliwiec
6fe0b7272a
Merge pull request #9908 from nestjs/dependabot/npm_and_yarn/cache-manager-4.1.0
...
chore(deps-dev): bump cache-manager from 4.0.1 to 4.1.0
2022-07-11 08:59:18 +02:00
Kamil Mysliwiec
8ac4be93ac
Merge pull request #9898 from Tony133/chore/update-deps-platform-fastify
...
chore(): update deps platform fastify
2022-07-11 08:58:42 +02:00
Kamil Mysliwiec
04b659d33e
Merge pull request #9910 from nestjs/dependabot/npm_and_yarn/nestjs/graphql-10.0.18
...
chore(deps-dev): bump @nestjs/graphql from 10.0.16 to 10.0.18
2022-07-11 08:58:15 +02:00
Kamil Mysliwiec
48c50e7b72
Merge pull request #9911 from nestjs/dependabot/npm_and_yarn/core-js-3.23.4
...
chore(deps-dev): bump core-js from 3.23.3 to 3.23.4
2022-07-11 08:58:10 +02:00
Kamil Mysliwiec
b95b4a9cf0
Merge pull request #9896 from Tony133/chore/update-samples
...
chore(samples): updated dependencies for NestJS v9 in all samples
2022-07-11 08:57:33 +02:00
Kamil Mysliwiec
9f90706d1b
Merge pull request #9902 from micalevisk/refactor/use-builtin-node12-functions
...
refactor(core): replace our own 1-level flatten by the native one
2022-07-11 08:56:11 +02:00
Kamil Mysliwiec
b449b5a00b
Merge pull request #9904 from tugascript/fix-cache-module-async-register
...
fix(common): Fix CacheModule registerAsync
2022-07-11 08:55:45 +02:00
dependabot[bot]
dc9f568723
chore(deps-dev): bump core-js from 3.23.3 to 3.23.4
...
Bumps [core-js](https://github.com/zloirock/core-js ) from 3.23.3 to 3.23.4.
- [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/compare/v3.23.3...v3.23.4 )
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-11 00:28:40 +00:00
dependabot[bot]
1c43bba7d8
chore(deps-dev): bump @nestjs/graphql from 10.0.16 to 10.0.18
...
Bumps [@nestjs/graphql](https://github.com/nestjs/graphql ) from 10.0.16 to 10.0.18.
- [Release notes](https://github.com/nestjs/graphql/releases )
- [Commits](https://github.com/nestjs/graphql/compare/v10.0.16...v10.0.18 )
---
updated-dependencies:
- dependency-name: "@nestjs/graphql"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-11 00:23:17 +00:00
dependabot[bot]
97bd24016b
chore(deps-dev): bump cache-manager from 4.0.1 to 4.1.0
...
Bumps [cache-manager](https://github.com/BryanDonovan/node-cache-manager ) from 4.0.1 to 4.1.0.
- [Release notes](https://github.com/BryanDonovan/node-cache-manager/releases )
- [Changelog](https://github.com/BryanDonovan/node-cache-manager/blob/master/History.md )
- [Commits](https://github.com/BryanDonovan/node-cache-manager/compare/4.0.1...4.1.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 >
2022-07-11 00:16:08 +00:00
dependabot[bot]
d87eef7fe0
chore(deps-dev): bump mongoose from 6.4.3 to 6.4.4
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 6.4.3 to 6.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/6.4.3...6.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 >
2022-07-11 00:11:11 +00:00
Tony133
503a104340
sample(): update logo readme
2022-07-10 22:57:47 +02:00
Afonso Barracha
3ec0d4f243
fix(common): Fix CacheModule RegisterAsync, restore package-lock.json
2022-07-10 20:06:23 +01:00
Afonso Barracha
6c42feb383
fix(common): Fix CacheModule registerAsync
2022-07-10 19:51:59 +01:00
Tony133
1d2cc845fc
sample(): upgrade sample 22-graphql-prisma
2022-07-10 15:43:15 +02:00
Tony133
e533bf36af
sample(11-swagger): remove deps swagger-ui-express
2022-07-10 15:23:47 +02:00
Micael Levi (@micalevisk)
0c2a6d10c3
refactor(core): replace 1-level flatten by arr.flat(1)
2022-07-09 19:08:51 -04:00
Tony133
de73d4a29b
chore(): fastify-adapter.ts
2022-07-09 17:04:46 +02:00
Tony133
56bf0f6669
sample(): update sample 07-sequelize
2022-07-09 16:22:00 +02:00
Tony133
999df48675
sample(): update dependencies
2022-07-09 16:18:14 +02:00
Tony133
f56454c5ee
sample(): update sample 07-sequelize
2022-07-09 16:03:52 +02:00
Tony133
d0b935b312
chore(): upgrade version typeorm
2022-07-09 15:57:55 +02:00
Tony133
d6ad2b51a2
chore(): update deps
2022-07-09 15:47:11 +02:00
Tony133
880206daf4
chore(): update deps platform fastify
2022-07-09 15:22:11 +02:00
Tony133
0615c1b4cb
sample(): update deps
2022-07-09 15:03:06 +02:00
Tony133
6575c951aa
sample(): update deps
2022-07-09 14:59:49 +02:00
Tony133
54dea36ca1
sample(13-mongo-typeorm): fix version mongodb
2022-07-09 14:47:47 +02:00
Tony133
44f4d825d0
chore(samples): update deps
2022-07-09 14:38:52 +02:00
Kamil Myśliwiec
34cb6001c3
chore(@nestjs) publish v9.0.1 release
2022-07-08 11:07:53 +02:00
Kamil Myśliwiec
a3ecb1b1d8
fix(platform-fastify): bump fastify/static version
2022-07-08 11:06:55 +02:00
Kamil Myśliwiec
1c380bac57
chore(): update package json version
2022-07-08 09:59:21 +02:00
Kamil Myśliwiec
308bec4ac5
chore(@nestjs) publish v9.0.0 release
2022-07-08 09:08:31 +02:00
Kamil Myśliwiec
03acfbbd7c
chore(): update package.json files
2022-07-08 09:05:41 +02:00
Kamil Myśliwiec
d74f3d9335
chore(): update readme
2022-07-08 09:01:57 +02:00
Kamil Mysliwiec
3fdd39e945
Merge pull request #9885 from nestjs/dependabot/npm_and_yarn/fastify/static-6.4.0
...
chore(deps-dev): bump @fastify/static from 5.0.0 to 6.4.0
2022-07-08 08:43:09 +02:00
dependabot[bot]
4b6af10a92
chore(deps-dev): bump @fastify/static from 5.0.0 to 6.4.0
...
Bumps [@fastify/static](https://github.com/fastify/fastify-static ) from 5.0.0 to 6.4.0.
- [Release notes](https://github.com/fastify/fastify-static/releases )
- [Commits](https://github.com/fastify/fastify-static/compare/v5.0.0...v6.4.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 >
2022-07-08 06:40:27 +00:00
Kamil Mysliwiec
fb72b281e1
Update renovate.json
2022-07-08 08:38:43 +02:00
Kamil Mysliwiec
a590c43353
Merge pull request #9883 from nestjs/dependabot/npm_and_yarn/ioredis-5.1.0
...
chore(deps-dev): bump ioredis from 5.0.4 to 5.1.0
2022-07-08 08:35:56 +02:00
Kamil Mysliwiec
be7e301282
Merge pull request #9884 from nestjs/dependabot/npm_and_yarn/nodemon-2.0.19
...
chore(deps-dev): bump nodemon from 2.0.18 to 2.0.19
2022-07-08 08:35:51 +02:00
Kamil Mysliwiec
0c932678e0
Merge pull request #9886 from nestjs/dependabot/npm_and_yarn/supertest-6.2.4
...
chore(deps-dev): bump supertest from 6.2.3 to 6.2.4
2022-07-08 08:35:44 +02:00
Kamil Mysliwiec
7d7aa9ed60
Merge pull request #9888 from nestjs/dependabot/npm_and_yarn/types/cache-manager-4.0.1
...
chore(deps-dev): bump @types/cache-manager from 4.0.0 to 4.0.1
2022-07-08 08:35:36 +02:00
Kamil Mysliwiec
265748f7fa
Merge pull request #9889 from nestjs/dependabot/npm_and_yarn/cli-color-2.0.3
...
chore(deps): bump cli-color from 2.0.2 to 2.0.3
2022-07-08 08:35:32 +02:00
Kamil Mysliwiec
9bbee5a184
Merge pull request #9890 from nestjs/dependabot/npm_and_yarn/types/node-18.0.3
...
chore(deps-dev): bump @types/node from 18.0.0 to 18.0.3
2022-07-08 08:35:28 +02:00
Kamil Mysliwiec
3650907d32
Merge pull request #9882 from nestjs/dependabot/npm_and_yarn/fastify/multipart-7.1.0
...
chore(deps-dev): bump @fastify/multipart from 6.0.0 to 7.1.0
2022-07-08 08:35:00 +02:00
Kamil Mysliwiec
b8370e97d6
Merge pull request #9881 from yevgeniypak/websockets-max-http-buffer-size-default-value
...
docs(websockets): update GatewayMetadata maxHttpBufferSize default value to 1 MB
2022-07-08 08:21:09 +02:00
dependabot[bot]
33059ccfb6
chore(deps-dev): bump @types/node from 18.0.0 to 18.0.3
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.0.0 to 18.0.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 >
2022-07-08 00:18:38 +00:00
dependabot[bot]
5337051a3d
chore(deps): bump cli-color from 2.0.2 to 2.0.3
...
Bumps [cli-color](https://github.com/medikoo/cli-color ) from 2.0.2 to 2.0.3.
- [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.2...v2.0.3 )
---
updated-dependencies:
- dependency-name: cli-color
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-08 00:17:12 +00:00
dependabot[bot]
7e2afbe583
chore(deps-dev): bump @types/cache-manager from 4.0.0 to 4.0.1
...
Bumps [@types/cache-manager](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/cache-manager ) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/cache-manager )
---
updated-dependencies:
- dependency-name: "@types/cache-manager"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-08 00:15:59 +00:00
dependabot[bot]
db9adedcf5
chore(deps-dev): bump supertest from 6.2.3 to 6.2.4
...
Bumps [supertest](https://github.com/visionmedia/supertest ) from 6.2.3 to 6.2.4.
- [Release notes](https://github.com/visionmedia/supertest/releases )
- [Commits](https://github.com/visionmedia/supertest/compare/v6.2.3...v6.2.4 )
---
updated-dependencies:
- dependency-name: supertest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-08 00:10:04 +00:00
dependabot[bot]
a9d12cb2bd
chore(deps-dev): bump nodemon from 2.0.18 to 2.0.19
...
Bumps [nodemon](https://github.com/remy/nodemon ) from 2.0.18 to 2.0.19.
- [Release notes](https://github.com/remy/nodemon/releases )
- [Commits](https://github.com/remy/nodemon/compare/v2.0.18...v2.0.19 )
---
updated-dependencies:
- dependency-name: nodemon
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-08 00:06:26 +00:00
dependabot[bot]
5c05cddf11
chore(deps-dev): bump ioredis from 5.0.4 to 5.1.0
...
Bumps [ioredis](https://github.com/luin/ioredis ) from 5.0.4 to 5.1.0.
- [Release notes](https://github.com/luin/ioredis/releases )
- [Changelog](https://github.com/luin/ioredis/blob/main/CHANGELOG.md )
- [Commits](https://github.com/luin/ioredis/compare/v5.0.4...v5.1.0 )
---
updated-dependencies:
- dependency-name: ioredis
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-08 00:05:28 +00:00
dependabot[bot]
2c9c90f479
chore(deps-dev): bump @fastify/multipart from 6.0.0 to 7.1.0
...
Bumps [@fastify/multipart](https://github.com/fastify/fastify-multipart ) from 6.0.0 to 7.1.0.
- [Release notes](https://github.com/fastify/fastify-multipart/releases )
- [Commits](https://github.com/fastify/fastify-multipart/compare/v6.0.0...v7.1.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 >
2022-07-08 00:03:55 +00:00
“Yevgeniy”
673d04098d
docs(websockets): update GatewayMetadata maxHttpBufferSize default value to 1 MB
2022-07-08 00:43:34 +06:00
Kamil Myśliwiec
c2d73f91d7
chore(): resolve conflicts
2022-07-07 12:23:39 +02:00
Kamil Myśliwiec
50e457817d
deps(): upgrade ts-node to 10.8.2
2022-07-07 12:22:45 +02:00
Kamil Mysliwiec
52950aa095
Merge pull request #9869 from nestjs/dependabot/npm_and_yarn/fast-json-stringify-5.0.6
...
chore(deps): bump fast-json-stringify from 5.0.1 to 5.0.6
2022-07-07 11:23:33 +02:00
Kamil Myśliwiec
2c52ec5a31
Merge branch 'master' of https://github.com/nestjs/nest
2022-07-07 11:23:20 +02:00
Kamil Myśliwiec
987d48ceee
sample(): add test script to 08-webpack sample
2022-07-07 11:23:17 +02:00
Kamil Mysliwiec
5ac821c4d4
Merge pull request #9851 from nestjs/dependabot/npm_and_yarn/kafkajs-2.1.0
...
chore(deps-dev): bump kafkajs from 2.0.2 to 2.1.0
2022-07-07 11:22:11 +02:00
dependabot[bot]
3508ea99b0
chore(deps): bump fast-json-stringify from 5.0.1 to 5.0.6
...
Bumps [fast-json-stringify](https://github.com/fastify/fast-json-stringify ) from 5.0.1 to 5.0.6.
- [Release notes](https://github.com/fastify/fast-json-stringify/releases )
- [Commits](https://github.com/fastify/fast-json-stringify/compare/v5.0.1...v5.0.6 )
---
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 >
2022-07-07 09:17:07 +00:00
Kamil Mysliwiec
1d1b369f39
Merge pull request #9848 from nestjs/dependabot/npm_and_yarn/graphql-tools-8.3.0
...
chore(deps-dev): bump graphql-tools from 8.2.13 to 8.3.0
2022-07-07 11:15:31 +02:00
Kamil Mysliwiec
c2f738375b
Merge pull request #9837 from nestjs/dependabot/npm_and_yarn/commitlint/config-angular-17.0.3
...
chore(deps-dev): bump @commitlint/config-angular from 17.0.0 to 17.0.3
2022-07-07 11:15:20 +02:00
Kamil Mysliwiec
902bfe5d15
Merge pull request #9871 from nestjs/dependabot/npm_and_yarn/redis-4.2.0
...
chore(deps-dev): bump redis from 3.1.2 to 4.2.0
2022-07-07 11:15:07 +02:00
dependabot[bot]
bc87794b1f
chore(deps-dev): bump graphql-tools from 8.2.13 to 8.3.0
...
Bumps [graphql-tools](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/graphql-tools ) from 8.2.13 to 8.3.0.
- [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@8.3.0/packages/graphql-tools )
---
updated-dependencies:
- dependency-name: graphql-tools
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-07 09:14:41 +00:00
Kamil Mysliwiec
0f7ce9a9bd
Merge pull request #9853 from nestjs/dependabot/npm_and_yarn/fastify-4.2.0
...
chore(deps): bump fastify from 3.29.0 to 4.2.0
2022-07-07 11:11:38 +02:00
Kamil Myśliwiec
3a9aa7522b
chore(fastify): explicitly cast plugin imports
2022-07-07 11:11:11 +02:00
dependabot[bot]
7bb359c325
chore(deps-dev): bump redis from 3.1.2 to 4.2.0
...
Bumps [redis](https://github.com/redis/node-redis ) from 3.1.2 to 4.2.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/v3.1.2...redis@4.2.0 )
---
updated-dependencies:
- dependency-name: redis
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-07 09:10:08 +00:00
Kamil Mysliwiec
21800378ed
Merge pull request #9870 from nestjs/dependabot/npm_and_yarn/mongoose-6.4.3
...
chore(deps-dev): bump mongoose from 6.4.0 to 6.4.3
2022-07-07 11:07:18 +02:00
Kamil Mysliwiec
97862d49db
Merge pull request #9852 from nestjs/dependabot/npm_and_yarn/types/sinon-10.0.12
...
chore(deps-dev): bump @types/sinon from 10.0.11 to 10.0.12
2022-07-07 11:07:13 +02:00
Kamil Mysliwiec
2d7b7ec20c
Merge pull request #9766 from nestjs/dependabot/npm_and_yarn/middie-7.1.0
...
chore(deps): bump middie from 6.1.0 to 7.1.0
2022-07-07 11:07:06 +02:00
dependabot[bot]
740f567fcf
chore(deps): bump middie from 6.1.0 to 7.1.0
...
Bumps [middie](https://github.com/fastify/middie ) from 6.1.0 to 7.1.0.
- [Release notes](https://github.com/fastify/middie/releases )
- [Commits](https://github.com/fastify/middie/commits )
---
updated-dependencies:
- dependency-name: middie
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-07 09:01:09 +00:00
dependabot[bot]
4db51ac3a4
chore(deps): bump fastify from 3.29.0 to 4.2.0
...
Bumps [fastify](https://github.com/fastify/fastify ) from 3.29.0 to 4.2.0.
- [Release notes](https://github.com/fastify/fastify/releases )
- [Commits](https://github.com/fastify/fastify/compare/v3.29.0...v4.2.0 )
---
updated-dependencies:
- dependency-name: fastify
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-07 09:01:03 +00:00
dependabot[bot]
b5b1ce7f06
chore(deps-dev): bump mongoose from 6.4.0 to 6.4.3
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 6.4.0 to 6.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/6.4.0...6.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 >
2022-07-07 09:00:57 +00:00
dependabot[bot]
05b9e651d1
chore(deps-dev): bump @types/sinon from 10.0.11 to 10.0.12
...
Bumps [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon ) from 10.0.11 to 10.0.12.
- [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 >
2022-07-07 09:00:44 +00:00
dependabot[bot]
f6e3831057
chore(deps-dev): bump kafkajs from 2.0.2 to 2.1.0
...
Bumps [kafkajs](https://github.com/tulios/kafkajs ) from 2.0.2 to 2.1.0.
- [Release notes](https://github.com/tulios/kafkajs/releases )
- [Changelog](https://github.com/tulios/kafkajs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tulios/kafkajs/compare/v2.0.2...v2.1.0 )
---
updated-dependencies:
- dependency-name: kafkajs
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-07 09:00:43 +00:00
Kamil Mysliwiec
69c520560a
Merge pull request #9872 from Wojciechowski-Marcin/update-kafka-external-interface
...
fix(microservices): Update LogEntry in external kafka interface
2022-07-07 10:58:57 +02:00
Kamil Mysliwiec
4605f35dfa
Merge pull request #9876 from nestjs/dependabot/npm_and_yarn/sample/07-sequelize/moment-2.29.4
...
chore(deps): bump moment from 2.29.2 to 2.29.4 in /sample/07-sequelize
2022-07-07 10:57:27 +02:00
Kamil Mysliwiec
5233b47dc6
Merge pull request #9875 from nestjs/dependabot/npm_and_yarn/sample/26-queues/moment-2.29.4
...
chore(deps): bump moment from 2.29.2 to 2.29.4 in /sample/26-queues
2022-07-07 10:57:20 +02:00
Kamil Mysliwiec
504e1bd9ac
Merge pull request #9877 from nestjs/dependabot/npm_and_yarn/sample/27-scheduling/moment-2.29.4
...
chore(deps): bump moment from 2.29.2 to 2.29.4 in /sample/27-scheduling
2022-07-07 10:57:12 +02:00
Kamil Mysliwiec
e32d0aa6f5
Merge pull request #9878 from nestjs/dependabot/npm_and_yarn/moment-2.29.4
...
chore(deps): bump moment from 2.29.2 to 2.29.4
2022-07-07 10:57:03 +02:00
Kamil Myśliwiec
578ddb5996
ci(): use node v16 for samples, lint, test cov
2022-07-07 10:55:37 +02:00
Kamil Myśliwiec
8504690856
ci(): bump codechecks node version
2022-07-07 10:45:42 +02:00
Kamil Myśliwiec
d44a647969
ci(codechecks): add logs to the benchmark pipeline
2022-07-07 10:37:02 +02:00
Kamil Myśliwiec
cf0a3d2eec
style(fastify): let to const, address lint error
2022-07-07 10:27:38 +02:00
Kamil Myśliwiec
836484d47c
ci(): update benchmarks job
2022-07-07 10:19:10 +02:00
Kamil Myśliwiec
05d0fda6eb
fix(fastify): address deprecation warning
2022-07-07 10:18:53 +02:00
dependabot[bot]
8d56d3b3b4
chore(deps-dev): bump @commitlint/config-angular from 17.0.0 to 17.0.3
...
Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular ) from 17.0.0 to 17.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/v17.0.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 >
2022-07-07 07:30:18 +00:00
dependabot[bot]
fc11b58f6d
chore(deps): bump moment from 2.29.2 to 2.29.4
...
Bumps [moment](https://github.com/moment/moment ) from 2.29.2 to 2.29.4.
- [Release notes](https://github.com/moment/moment/releases )
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/moment/moment/compare/2.29.2...2.29.4 )
---
updated-dependencies:
- dependency-name: moment
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-07 07:28:29 +00:00
dependabot[bot]
1fc51dcbde
chore(deps): bump moment from 2.29.2 to 2.29.4 in /sample/27-scheduling
...
Bumps [moment](https://github.com/moment/moment ) from 2.29.2 to 2.29.4.
- [Release notes](https://github.com/moment/moment/releases )
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/moment/moment/compare/2.29.2...2.29.4 )
---
updated-dependencies:
- dependency-name: moment
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-07 07:27:41 +00:00
dependabot[bot]
8803812dc9
chore(deps): bump moment from 2.29.2 to 2.29.4 in /sample/07-sequelize
...
Bumps [moment](https://github.com/moment/moment ) from 2.29.2 to 2.29.4.
- [Release notes](https://github.com/moment/moment/releases )
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/moment/moment/compare/2.29.2...2.29.4 )
---
updated-dependencies:
- dependency-name: moment
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-07 07:27:34 +00:00
dependabot[bot]
be803609e9
chore(deps): bump moment from 2.29.2 to 2.29.4 in /sample/26-queues
...
Bumps [moment](https://github.com/moment/moment ) from 2.29.2 to 2.29.4.
- [Release notes](https://github.com/moment/moment/releases )
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/moment/moment/compare/2.29.2...2.29.4 )
---
updated-dependencies:
- dependency-name: moment
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-07 07:27:33 +00:00
Kamil Mysliwiec
21bd8c3736
Merge pull request #9588 from nestjs/9.0.0
...
chore(): v9.0.0 release (wip)
2022-07-07 09:26:26 +02:00
Kamil Myśliwiec
569916117c
Merge branch '9.0.0' of https://github.com/nestjs/nest into 9.0.0
2022-07-07 09:25:53 +02:00
Kamil Myśliwiec
c728ecf9b4
chore(): resolve conflicts
2022-07-07 09:25:38 +02:00
Wojciechowski Marcin
0b73d04f06
fix(microservices): Update LogEntry in external kafka interface
2022-07-06 16:56:23 +02:00
Kamil Mysliwiec
9108e4166c
Update Readme.md
2022-07-05 09:40:28 +02:00
Kamil Mysliwiec
349fb280b9
Merge pull request #9832 from thiagomini/feature/file-mime-type-pipe
...
feat(common): file type validator
2022-06-27 14:57:45 +02:00
Kamil Mysliwiec
d5b6e48920
Merge pull request #9838 from nestjs/dependabot/npm_and_yarn/core-js-3.23.3
...
chore(deps-dev): bump core-js from 3.23.2 to 3.23.3
2022-06-27 09:34:27 +02:00
Kamil Mysliwiec
2c2187806f
Merge pull request #9839 from nestjs/dependabot/npm_and_yarn/commitlint/cli-17.0.3
...
chore(deps-dev): bump @commitlint/cli from 17.0.2 to 17.0.3
2022-06-27 09:34:23 +02:00
Kamil Mysliwiec
e32d83b15d
Merge pull request #9841 from nestjs/dependabot/npm_and_yarn/lint-staged-13.0.3
...
chore(deps-dev): bump lint-staged from 13.0.2 to 13.0.3
2022-06-27 09:34:16 +02:00
Kamil Myśliwiec
018c0d24d6
test(cors): skip fastify cors integration tests
2022-06-27 09:32:56 +02:00
Kamil Mysliwiec
650b7bcb7e
Update packages/platform-fastify/package.json
...
Co-authored-by: Manuel Spigolon <behemoth89@gmail.com >
2022-06-27 08:55:49 +02:00
Kamil Mysliwiec
060130c1a0
Merge pull request #9831 from thiagomini/fix/test-script
...
chore(): fix test script
2022-06-27 08:47:12 +02:00
dependabot[bot]
9c4b09146a
chore(deps-dev): bump lint-staged from 13.0.2 to 13.0.3
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 13.0.2 to 13.0.3.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Commits](https://github.com/okonet/lint-staged/compare/v13.0.2...v13.0.3 )
---
updated-dependencies:
- dependency-name: lint-staged
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-27 01:04:49 +00:00
dependabot[bot]
ac41bb9ecc
chore(deps-dev): bump @commitlint/cli from 17.0.2 to 17.0.3
...
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli ) from 17.0.2 to 17.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/v17.0.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 >
2022-06-27 00:56:36 +00:00
dependabot[bot]
2e0b6069f2
chore(deps-dev): bump core-js from 3.23.2 to 3.23.3
...
Bumps [core-js](https://github.com/zloirock/core-js ) from 3.23.2 to 3.23.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/compare/v3.23.2...v3.23.3 )
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-27 00:44:45 +00:00
Micael Levi (@micalevisk)
c04a7f975f
feat(core): add option to disable logs on LazyModuleLoader
2022-06-26 17:17:32 -04:00
Micael Levi (@micalevisk)
617c6bb656
feat(core): add setLogger to InstanceLoader
2022-06-26 13:57:50 -04:00
Rychard Vale
b0837af94f
fix: convention/code style.
...
Co-authored-by: Antonio T. as Tony <Tony133@users.noreply.github.com >
2022-06-26 14:57:47 -03:00
Rychard
5bf90ac6d8
fix: increase readability
2022-06-24 23:46:49 -03:00
Thiago Martins
231b9f6b3e
feat(common): file type validator
...
add regex support when checking a file mime-type
2022-06-24 18:26:44 -03:00
Thiago Martins
c3f27f54d1
chore(): fix test script
...
fix package.json test script to previous version
2022-06-24 16:27:32 -03:00
Kamil Mysliwiec
709ea327d7
Merge pull request #9830 from nestjs/dependabot/npm_and_yarn/nodemon-2.0.18
...
chore(deps-dev): bump nodemon from 2.0.16 to 2.0.18
2022-06-24 13:55:48 +02:00
Kamil Mysliwiec
f6e3465927
Merge pull request #9828 from nestjs/dependabot/npm_and_yarn/fast-json-stringify-5.0.1
...
chore(deps): bump fast-json-stringify from 4.2.0 to 5.0.1
2022-06-24 13:55:43 +02:00
Kamil Mysliwiec
b2a4633a8a
Merge pull request #9827 from nestjs/dependabot/npm_and_yarn/graphql-tools-8.2.13
...
chore(deps-dev): bump graphql-tools from 8.2.12 to 8.2.13
2022-06-24 13:55:35 +02:00
Kamil Mysliwiec
901cf3ff88
Merge pull request #9825 from nestjs/renovate/npm-got-vulnerability
...
chore(deps): update dependency got to 11.8.5 [security]
2022-06-24 13:55:24 +02:00
Kamil Myśliwiec
55b95c794e
Merge branch 'micalevisk-feat/testing-module-options' into 9.0.0
2022-06-24 10:19:34 +02:00
Kamil Myśliwiec
21a0aeeea5
chore(): fix lockfile
2022-06-24 10:19:23 +02:00
Kamil Myśliwiec
8293aac2fb
Merge branch 'feat/testing-module-options' of github.com:micalevisk/nest into micalevisk-feat/testing-module-options
2022-06-24 10:17:28 +02:00
Kamil Mysliwiec
69377a61bf
Merge pull request #9829 from micalevisk/update-error-messages
...
docs(common): replace 'v8' by 'v9' on error message
2022-06-24 09:20:58 +02:00
renovate[bot]
55a6434b36
chore(deps): update dependency got to 11.8.5 [security]
2022-06-24 07:03:59 +00:00
dependabot[bot]
8ac2c25112
chore(deps-dev): bump nodemon from 2.0.16 to 2.0.18
...
Bumps [nodemon](https://github.com/remy/nodemon ) from 2.0.16 to 2.0.18.
- [Release notes](https://github.com/remy/nodemon/releases )
- [Commits](https://github.com/remy/nodemon/compare/v2.0.16...v2.0.18 )
---
updated-dependencies:
- dependency-name: nodemon
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-24 00:08:01 +00:00
Micael Levi L. Cavalcante
70b142d45a
docs(common): replace 'v8' by 'v9' on error message
2022-06-23 20:05:32 -04:00
dependabot[bot]
f1b4caa0c4
chore(deps): bump fast-json-stringify from 4.2.0 to 5.0.1
...
Bumps [fast-json-stringify](https://github.com/fastify/fast-json-stringify ) from 4.2.0 to 5.0.1.
- [Release notes](https://github.com/fastify/fast-json-stringify/releases )
- [Commits](https://github.com/fastify/fast-json-stringify/commits )
---
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 >
2022-06-24 00:04:48 +00:00
dependabot[bot]
19fe5b802d
chore(deps-dev): bump graphql-tools from 8.2.12 to 8.2.13
...
Bumps [graphql-tools](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/graphql-tools ) from 8.2.12 to 8.2.13.
- [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@8.2.13/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 >
2022-06-24 00:03:50 +00:00
Micael Levi (@micalevisk)
04beaf939c
chore(deps): upgrade @fastify/cors to v8.0.0
2022-06-23 19:41:20 -04:00
Micael Levi (@micalevisk)
5e8c61985b
test(integration): drop the first arg of createNestApplication
2022-06-23 19:21:43 -04:00
Micael Levi (@micalevisk)
eadb5857db
feat(testing): allow omitting httpAdapter arg on createNestApplication
2022-06-23 19:21:43 -04:00
Jay McDoniel
18c27cd790
fix: use pipeline over stream.pipe
...
`pipeline` ends up destroying streams used if there is an error in one of
the streams. Due to this, there's no chance of a memory leak from errored out
streams. There's also now an addition of adding an error handler to the
`StreamableFile` so that stream errors by default return a 400 and can be
customized to return an error message however a developer would like. These
only effect the express adapter because of how Fastify already internally
handles streams.
fix : #9759
2022-06-23 08:49:57 -07:00
Kamil Myśliwiec
772ed954b7
test(core): fix injector unit tests
2022-06-23 13:49:55 +02:00
Kamil Myśliwiec
8ca45b3163
fix(core): injector should rethrow nested exception for scoped providers
2022-06-23 13:27:56 +02:00
Kamil Myśliwiec
6cb2717772
fix(fastify): fix listen method
2022-06-23 13:15:35 +02:00
Kamil Myśliwiec
56404cfd71
fix(fastify): hotfix listen method
2022-06-21 13:20:55 +02:00
Kamil Myśliwiec
522b9912ba
chore(fastify): remove the use of deprecated listen method
2022-06-21 12:53:38 +02:00
Kamil Myśliwiec
fa4c899255
chore(core): rename child context id info to host component info
2022-06-21 10:59:18 +02:00
Kamil Mysliwiec
6274e39ccf
Merge pull request #9815 from nestjs/dependabot/npm_and_yarn/core-js-3.23.2
...
chore(deps-dev): bump core-js from 3.23.1 to 3.23.2
2022-06-21 10:10:14 +02:00
Kamil Mysliwiec
a70a5aaf2d
Merge pull request #9814 from micalevisk/test/integration-repl
...
fix(integration,core): register native function aliases on repl feature
2022-06-21 09:37:57 +02:00
dependabot[bot]
a18f9c881e
chore(deps-dev): bump core-js from 3.23.1 to 3.23.2
...
Bumps [core-js](https://github.com/zloirock/core-js ) from 3.23.1 to 3.23.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/compare/v3.23.1...v3.23.2 )
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-21 00:05:42 +00:00
Micael Levi (@micalevisk)
4a975f48eb
fix(core): when native repl functions has aliases to register
2022-06-20 12:16:31 -04:00
Micael Levi (@micalevisk)
6df03b83eb
test(integration): add missing test for get function alias on repl
2022-06-20 11:53:44 -04:00
Kamil Mysliwiec
e091cd5c07
Merge pull request #8802 from wSedlacek/fix/interceptor-check-headers-sent
...
fix: only send exception responses if header is not already sent
2022-06-20 15:00:38 +02:00
Kamil Mysliwiec
95cea896c7
Merge pull request #9718 from thiagomini/feature/4752-file-validators-pipe
...
Feature/4752 file validators pipe
2022-06-20 14:59:48 +02:00
Rychard Vale
328169628b
feat(core): middleware runs once for matching route
2022-06-20 07:26:58 -03:00
Kamil Mysliwiec
61b11ad315
Merge pull request #9796 from nestjs/dependabot/npm_and_yarn/prettier-2.7.1
...
chore(deps-dev): bump prettier from 2.7.0 to 2.7.1
2022-06-20 08:49:59 +02:00
Kamil Mysliwiec
ff46a1c250
Merge pull request #9806 from chunghha/fix_typos
...
chore: typo fix
2022-06-20 08:49:48 +02:00
Kamil Mysliwiec
f3060a02a2
Merge pull request #9807 from nestjs/dependabot/npm_and_yarn/mongoose-6.4.0
...
chore(deps-dev): bump mongoose from 6.3.8 to 6.4.0
2022-06-20 08:49:13 +02:00
Kamil Mysliwiec
3df2932315
Merge pull request #9795 from ZanMinKian/refactor-relector
...
perf(core): use find instead of filter
2022-06-20 08:38:45 +02:00
Kamil Mysliwiec
63a8161b69
Merge pull request #9808 from nestjs/dependabot/npm_and_yarn/typescript-4.7.4
...
chore(deps-dev): bump typescript from 4.7.3 to 4.7.4
2022-06-20 08:37:10 +02:00
dependabot[bot]
9f27cf7600
chore(deps-dev): bump typescript from 4.7.3 to 4.7.4
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.7.3 to 4.7.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.7.3...v4.7.4 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-20 00:19:43 +00:00
dependabot[bot]
e845ffdf63
chore(deps-dev): bump mongoose from 6.3.8 to 6.4.0
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 6.3.8 to 6.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/6.3.8...6.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 >
2022-06-20 00:15:43 +00:00
Chris Ha
bf7376803c
chore: typo fix
2022-06-19 10:36:22 -05:00
Franco Mangone
bb7e9d7837
feat(microservices): add noAssert option for RMQ connection
...
Rabbit MQ brokers may not allow for queue declaration, so a check is needed to avoid 403 errors in that scenario
2022-06-17 23:56:32 -03:00
Thiago Martins
2e8426b2b3
test(sample): add file upload e2e test
...
add test using file parse pipe
2022-06-17 16:33:44 -03:00
Thiago Martins
ad0d1bcb17
refactor(common): file type validator
...
add partial mimetype check
2022-06-17 16:33:06 -03:00
Thiago Martins
bdd939749f
refactor(common): parse file pipe
...
add async validation feature
2022-06-17 14:56:18 -03:00
Kamil Myśliwiec
f41ee3d471
chore(deps): bump fastify/formbody package
2022-06-17 14:21:46 +02:00
dependabot[bot]
71e2ee556e
chore(deps-dev): bump prettier from 2.7.0 to 2.7.1
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.7.0 to 2.7.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/2.7.0...2.7.1 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-17 12:21:04 +00:00
Kamil Mysliwiec
83098e2d4c
Merge pull request #9791 from nestjs/dependabot/npm_and_yarn/apollo-server-core-3.9.0
...
chore(deps-dev): bump apollo-server-core from 3.8.2 to 3.9.0
2022-06-17 14:15:43 +02:00
Kamil Mysliwiec
1a4ce9696a
Merge pull request #9790 from nestjs/dependabot/npm_and_yarn/nestjs/apollo-10.0.16
...
chore(deps-dev): bump @nestjs/apollo from 10.0.14 to 10.0.16
2022-06-17 14:15:24 +02:00
dependabot[bot]
f462fc4fb1
chore(deps-dev): bump @nestjs/apollo from 10.0.14 to 10.0.16
...
Bumps [@nestjs/apollo](https://github.com/nestjs/graphql ) from 10.0.14 to 10.0.16.
- [Release notes](https://github.com/nestjs/graphql/releases )
- [Commits](https://github.com/nestjs/graphql/compare/v10.0.14...v10.0.16 )
---
updated-dependencies:
- dependency-name: "@nestjs/apollo"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-17 11:59:51 +00:00
dependabot[bot]
42738260fd
chore(deps-dev): bump apollo-server-core from 3.8.2 to 3.9.0
...
Bumps [apollo-server-core](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-core ) from 3.8.2 to 3.9.0.
- [Release notes](https://github.com/apollographql/apollo-server/releases )
- [Changelog](https://github.com/apollographql/apollo-server/blob/main/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server-core@3.9.0/packages/apollo-server-core )
---
updated-dependencies:
- dependency-name: apollo-server-core
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-17 11:59:37 +00:00
Kamil Mysliwiec
454df7fcf0
Merge pull request #9787 from nestjs/dependabot/npm_and_yarn/apollo-server-express-3.9.0
...
chore(deps-dev): bump apollo-server-express from 3.8.2 to 3.9.0
2022-06-17 13:57:16 +02:00
Kamil Mysliwiec
43358d4e63
Merge pull request #9788 from nestjs/dependabot/npm_and_yarn/types/node-18.0.0
...
chore(deps-dev): bump @types/node from 17.0.43 to 18.0.0
2022-06-17 13:57:10 +02:00
Kamil Mysliwiec
49c956e65f
Merge pull request #9792 from nestjs/dependabot/npm_and_yarn/nestjs/graphql-10.0.16
...
chore(deps-dev): bump @nestjs/graphql from 10.0.15 to 10.0.16
2022-06-17 13:57:06 +02:00
Kamil Mysliwiec
f8f6d78887
Merge pull request #9794 from nestjs/dependabot/npm_and_yarn/lint-staged-13.0.2
...
chore(deps-dev): bump lint-staged from 13.0.1 to 13.0.2
2022-06-17 13:56:51 +02:00
曾明健
91879d5bc0
perf(core): use find instead of filter
2022-06-17 09:13:40 +00:00
dependabot[bot]
0e632b4518
chore(deps-dev): bump lint-staged from 13.0.1 to 13.0.2
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 13.0.1 to 13.0.2.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Commits](https://github.com/okonet/lint-staged/compare/v13.0.1...v13.0.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 >
2022-06-17 00:07:08 +00:00
dependabot[bot]
ba58557421
chore(deps-dev): bump @nestjs/graphql from 10.0.15 to 10.0.16
...
Bumps [@nestjs/graphql](https://github.com/nestjs/graphql ) from 10.0.15 to 10.0.16.
- [Release notes](https://github.com/nestjs/graphql/releases )
- [Commits](https://github.com/nestjs/graphql/compare/v10.0.15...v10.0.16 )
---
updated-dependencies:
- dependency-name: "@nestjs/graphql"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-16 00:23:01 +00:00
dependabot[bot]
ad35b88d9b
chore(deps-dev): bump @types/node from 17.0.43 to 18.0.0
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 17.0.43 to 18.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 >
2022-06-16 00:10:08 +00:00
dependabot[bot]
854df635c0
chore(deps-dev): bump apollo-server-express from 3.8.2 to 3.9.0
...
Bumps [apollo-server-express](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-express ) from 3.8.2 to 3.9.0.
- [Release notes](https://github.com/apollographql/apollo-server/releases )
- [Changelog](https://github.com/apollographql/apollo-server/blob/main/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server-express@3.9.0/packages/apollo-server-express )
---
updated-dependencies:
- dependency-name: apollo-server-express
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-16 00:08:36 +00:00
Kamil Myśliwiec
71fb83bc87
Merge branch '9.0.0' of https://github.com/nestjs/nest into 9.0.0
2022-06-15 11:54:47 +02:00
Kamil Myśliwiec
907b8601a2
chore(platform-fastify): upgrade to fastify v4
2022-06-15 11:54:39 +02:00
Kamil Mysliwiec
29b2ffa32d
Merge pull request #9705 from vinnymac/feature/error-chaining
...
feat(common): Add error chaining support to http exception
2022-06-15 11:49:31 +02:00
Kamil Myśliwiec
7501e3f700
chore(): resolve conflicts
2022-06-15 11:47:23 +02:00
Kamil Mysliwiec
e3ddfafcbf
Merge pull request #9681 from micalevisk/fix-issue-9677
...
fix(microservices): allow `postfixId` on `KafkaOptions` to be an empty string
2022-06-15 11:43:28 +02:00
Kamil Mysliwiec
42a538e7b8
Merge pull request #9674 from dkonasov/message-handler-type
...
fix(microservices): Fixed typings for MessageHandler
2022-06-15 11:42:56 +02:00
Kamil Mysliwiec
b29d88fec5
Merge pull request #9684 from nestjs/feat/repl
...
feat(core): read–eval–print loop feature
2022-06-15 11:41:05 +02:00
Kamil Mysliwiec
36eda246c9
Merge pull request #9779 from nestjs/dependabot/npm_and_yarn/concurrently-7.2.2
...
chore(deps-dev): bump concurrently from 7.2.1 to 7.2.2
2022-06-15 10:05:17 +02:00
dependabot[bot]
c539fbd2d6
chore(deps-dev): bump concurrently from 7.2.1 to 7.2.2
...
Bumps [concurrently](https://github.com/open-cli-tools/concurrently ) from 7.2.1 to 7.2.2.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases )
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v7.2.1...v7.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 >
2022-06-15 07:16:06 +00:00
Kamil Mysliwiec
6843117558
Merge pull request #9720 from micalevisk/feat/repl-fix-injections
...
fix(core): prevent renaming global providers and modules in the repl
2022-06-15 09:12:42 +02:00
Kamil Mysliwiec
4e37670df3
Merge pull request #9780 from nestjs/dependabot/npm_and_yarn/types/node-17.0.43
...
chore(deps-dev): bump @types/node from 17.0.42 to 17.0.43
2022-06-15 09:12:14 +02:00
Kamil Mysliwiec
f88758bfa9
Merge pull request #9781 from nestjs/dependabot/npm_and_yarn/core-js-3.23.1
...
chore(deps-dev): bump core-js from 3.23.0 to 3.23.1
2022-06-15 09:12:09 +02:00
Kamil Mysliwiec
c72589161a
Merge pull request #9782 from nestjs/dependabot/npm_and_yarn/nestjs/mongoose-9.1.1
...
chore(deps-dev): bump @nestjs/mongoose from 9.1.0 to 9.1.1
2022-06-15 09:12:03 +02:00
dependabot[bot]
8a5bc3c1b0
chore(deps-dev): bump @nestjs/mongoose from 9.1.0 to 9.1.1
...
Bumps [@nestjs/mongoose](https://github.com/nestjs/mongoose ) from 9.1.0 to 9.1.1.
- [Release notes](https://github.com/nestjs/mongoose/releases )
- [Changelog](https://github.com/nestjs/mongoose/blob/master/.release-it.json )
- [Commits](https://github.com/nestjs/mongoose/compare/9.1.0...9.1.1 )
---
updated-dependencies:
- dependency-name: "@nestjs/mongoose"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-15 00:11:56 +00:00
dependabot[bot]
5592aa96f9
chore(deps-dev): bump core-js from 3.23.0 to 3.23.1
...
Bumps [core-js](https://github.com/zloirock/core-js ) from 3.23.0 to 3.23.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/compare/v3.23.0...v3.23.1 )
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-15 00:09:14 +00:00
dependabot[bot]
cbd89b5da6
chore(deps-dev): bump @types/node from 17.0.42 to 17.0.43
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 17.0.42 to 17.0.43.
- [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 >
2022-06-15 00:06:00 +00:00
Micael Levi (@micalevisk)
1cc12acaf6
refactor(repl): extract utility from repl main file
2022-06-14 08:48:35 -04:00
Kamil Mysliwiec
0f8beee711
Merge pull request #9772 from nestjs/dependabot/npm_and_yarn/prettier-2.7.0
...
chore(deps-dev): bump prettier from 2.6.2 to 2.7.0
2022-06-14 09:29:51 +02:00
dependabot[bot]
e2d1205103
chore(deps-dev): bump prettier from 2.6.2 to 2.7.0
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.6.2 to 2.7.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/2.6.2...2.7.0 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-14 07:28:38 +00:00
Kamil Mysliwiec
0fcfa92a79
Merge pull request #9734 from nestjs/dependabot/npm_and_yarn/ts-node-10.8.1
...
chore(deps-dev): bump ts-node from 10.8.0 to 10.8.1
2022-06-14 09:28:16 +02:00
Kamil Mysliwiec
b72aaa6537
Merge pull request #9761 from nestjs/dependabot/npm_and_yarn/fast-json-stringify-4.2.0
...
chore(deps): bump fast-json-stringify from 4.1.0 to 4.2.0
2022-06-14 09:27:56 +02:00
Kamil Mysliwiec
fce8d676d9
Merge pull request #9770 from nestjs/dependabot/npm_and_yarn/ws-8.8.0
...
chore(deps): bump ws from 8.7.0 to 8.8.0
2022-06-14 09:27:51 +02:00
Kamil Mysliwiec
3f84e55cb3
Merge pull request #9771 from nestjs/dependabot/npm_and_yarn/core-js-3.23.0
...
chore(deps-dev): bump core-js from 3.22.8 to 3.23.0
2022-06-14 09:27:47 +02:00
Kamil Mysliwiec
7810b006cd
Merge pull request #9773 from nestjs/dependabot/npm_and_yarn/types/cache-manager-4.0.0
...
chore(deps-dev): bump @types/cache-manager from 3.4.3 to 4.0.0
2022-06-14 09:27:36 +02:00
Kamil Myśliwiec
465b883c2e
chore(): update readme
2022-06-14 09:26:38 +02:00
Kamil Myśliwiec
f383352eae
chore(@nestjs) publish v8.4.7 release
2022-06-14 09:25:23 +02:00
dependabot[bot]
6e8cf08e37
chore(deps-dev): bump @types/cache-manager from 3.4.3 to 4.0.0
...
Bumps [@types/cache-manager](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/cache-manager ) from 3.4.3 to 4.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/cache-manager )
---
updated-dependencies:
- dependency-name: "@types/cache-manager"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-14 06:55:11 +00:00
dependabot[bot]
33f4d5be04
chore(deps): bump fast-json-stringify from 4.1.0 to 4.2.0
...
Bumps [fast-json-stringify](https://github.com/fastify/fast-json-stringify ) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/fastify/fast-json-stringify/releases )
- [Commits](https://github.com/fastify/fast-json-stringify/compare/v4.1.0...v4.2.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 >
2022-06-14 06:51:57 +00:00
dependabot[bot]
42f5536e4b
chore(deps-dev): bump core-js from 3.22.8 to 3.23.0
...
Bumps [core-js](https://github.com/zloirock/core-js ) from 3.22.8 to 3.23.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/compare/v3.22.8...v3.23.0 )
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-14 06:51:15 +00:00
Kamil Mysliwiec
11c32dfada
Merge pull request #9731 from nestjs/dependabot/npm_and_yarn/apollo-server-core-3.8.2
...
chore(deps-dev): bump apollo-server-core from 3.8.1 to 3.8.2
2022-06-14 08:50:20 +02:00
Kamil Mysliwiec
995b516176
Merge pull request #9719 from delucca-workspaces/feat/export-base-rpc-context
...
feat(microservices): exposes base context on the main package
2022-06-14 08:49:13 +02:00
dependabot[bot]
547a5ca8c1
chore(deps): bump ws from 8.7.0 to 8.8.0
...
Bumps [ws](https://github.com/websockets/ws ) from 8.7.0 to 8.8.0.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/8.7.0...8.8.0 )
---
updated-dependencies:
- dependency-name: ws
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-14 06:49:08 +00:00
Kamil Mysliwiec
552313966c
Merge pull request #9686 from sushant9096/master
...
chore(express): bump multer 1.4.4 to 1.4.4-lts.1 to fix "CVE-2022-24434"
2022-06-14 08:48:53 +02:00
Kamil Mysliwiec
279f6faeba
Merge pull request #9751 from delucca-workspaces/fix/server-transport-connection-hanging
...
fix(microservices): adds feedback message when RabbitMQ server connection hangs
2022-06-14 08:48:24 +02:00
Kamil Mysliwiec
52cf0b7ba3
Merge pull request #9762 from nestjs/dependabot/npm_and_yarn/lint-staged-13.0.1
...
chore(deps-dev): bump lint-staged from 13.0.0 to 13.0.1
2022-06-14 08:46:55 +02:00
Kamil Mysliwiec
bc3b431258
Merge pull request #9764 from nestjs/dependabot/npm_and_yarn/graphql-tools-8.2.12
...
chore(deps-dev): bump graphql-tools from 8.2.11 to 8.2.12
2022-06-14 08:46:51 +02:00
Kamil Mysliwiec
ba971a71b6
Merge pull request #9765 from nestjs/dependabot/npm_and_yarn/point-of-view-6.3.0
...
chore(deps-dev): bump point-of-view from 6.2.1 to 6.3.0
2022-06-14 08:46:47 +02:00
Kamil Mysliwiec
6e7cf524c5
Merge pull request #9769 from nestjs/dependabot/npm_and_yarn/mongoose-6.3.8
...
chore(deps-dev): bump mongoose from 6.3.5 to 6.3.8
2022-06-14 08:46:26 +02:00
dependabot[bot]
92fc598713
chore(deps-dev): bump mongoose from 6.3.5 to 6.3.8
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 6.3.5 to 6.3.8.
- [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/6.3.5...6.3.8 )
---
updated-dependencies:
- dependency-name: mongoose
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-14 00:07:46 +00:00
dependabot[bot]
4e18c85b38
chore(deps-dev): bump point-of-view from 6.2.1 to 6.3.0
...
Bumps [point-of-view](https://github.com/fastify/point-of-view ) from 6.2.1 to 6.3.0.
- [Release notes](https://github.com/fastify/point-of-view/releases )
- [Commits](https://github.com/fastify/point-of-view/commits )
---
updated-dependencies:
- dependency-name: point-of-view
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-13 13:01:00 +00:00
dependabot[bot]
f13e86de06
chore(deps-dev): bump graphql-tools from 8.2.11 to 8.2.12
...
Bumps [graphql-tools](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/graphql-tools ) from 8.2.11 to 8.2.12.
- [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@8.2.12/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 >
2022-06-13 13:00:06 +00:00
dependabot[bot]
11a91fbec0
chore(deps-dev): bump lint-staged from 13.0.0 to 13.0.1
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 13.0.0 to 13.0.1.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Commits](https://github.com/okonet/lint-staged/compare/v13.0.0...v13.0.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 >
2022-06-13 12:57:28 +00:00
dependabot[bot]
3f72bde13f
chore(deps-dev): bump ts-node from 10.8.0 to 10.8.1
...
Bumps [ts-node](https://github.com/TypeStrong/ts-node ) from 10.8.0 to 10.8.1.
- [Release notes](https://github.com/TypeStrong/ts-node/releases )
- [Commits](https://github.com/TypeStrong/ts-node/compare/v10.8.0...v10.8.1 )
---
updated-dependencies:
- dependency-name: ts-node
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-13 12:53:57 +00:00
dependabot[bot]
1ff80f8e8d
chore(deps-dev): bump apollo-server-core from 3.8.1 to 3.8.2
...
Bumps [apollo-server-core](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-core ) from 3.8.1 to 3.8.2.
- [Release notes](https://github.com/apollographql/apollo-server/releases )
- [Changelog](https://github.com/apollographql/apollo-server/blob/main/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server-core@3.8.2/packages/apollo-server-core )
---
updated-dependencies:
- dependency-name: apollo-server-core
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-13 12:53:53 +00:00
Kamil Mysliwiec
4c6fe8250f
Merge pull request #9729 from nestjs/dependabot/npm_and_yarn/cache-manager-4.0.1
...
chore(deps-dev): bump cache-manager from 4.0.0 to 4.0.1
2022-06-13 14:51:31 +02:00
Kamil Mysliwiec
697d2b6570
Merge pull request #9730 from nestjs/dependabot/npm_and_yarn/typescript-4.7.3
...
chore(deps-dev): bump typescript from 4.7.2 to 4.7.3
2022-06-13 14:51:26 +02:00
Kamil Mysliwiec
75758a2dfd
Merge pull request #9732 from nestjs/dependabot/npm_and_yarn/apollo-server-express-3.8.2
...
chore(deps-dev): bump apollo-server-express from 3.8.1 to 3.8.2
2022-06-13 14:51:19 +02:00
Kamil Mysliwiec
a9c4ef65a7
Merge pull request #9735 from nestjs/dependabot/npm_and_yarn/ts-morph-15.1.0
...
chore(deps-dev): bump ts-morph from 15.0.0 to 15.1.0
2022-06-13 14:51:14 +02:00
Kamil Mysliwiec
67c2c2b4fe
Merge pull request #9740 from nestjs/dependabot/npm_and_yarn/grpc/proto-loader-0.6.13
...
chore(deps-dev): bump @grpc/proto-loader from 0.6.12 to 0.6.13
2022-06-13 14:51:10 +02:00
Kamil Mysliwiec
8065913faa
Merge pull request #9755 from bovatitar/sample(05-sql-typeorm)-update-types-for-findOne
...
sample(sample/5): sample(sample/5): change types for id param in findone
2022-06-13 14:50:47 +02:00
Kamil Mysliwiec
1769c28cf5
Merge pull request #9756 from nestjs/dependabot/npm_and_yarn/types/node-17.0.42
...
chore(deps-dev): bump @types/node from 17.0.38 to 17.0.42
2022-06-13 14:49:42 +02:00
Kamil Mysliwiec
610a4eca74
Merge pull request #9757 from nestjs/dependabot/npm_and_yarn/fast-json-stringify-4.1.0
...
chore(deps): bump fast-json-stringify from 3.2.0 to 4.1.0
2022-06-13 14:49:35 +02:00
Kamil Mysliwiec
ade844e467
Merge pull request #9742 from mjgp2/stripProtoKeys-performance
...
Improve stripProtoKeys performance, especially for TypedArray
2022-06-13 14:49:26 +02:00
dependabot[bot]
f824853c38
chore(deps): bump fast-json-stringify from 3.2.0 to 4.1.0
...
Bumps [fast-json-stringify](https://github.com/fastify/fast-json-stringify ) from 3.2.0 to 4.1.0.
- [Release notes](https://github.com/fastify/fast-json-stringify/releases )
- [Commits](https://github.com/fastify/fast-json-stringify/compare/v3.2.0...v4.1.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 >
2022-06-13 00:30:26 +00:00
dependabot[bot]
69038416e7
chore(deps-dev): bump @types/node from 17.0.38 to 17.0.42
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 17.0.38 to 17.0.42.
- [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 >
2022-06-13 00:26:20 +00:00
Volodymyr Tytarenko
ec5de679b0
sample(sample/5): sample(sample/5): update unit test
2022-06-12 20:21:00 +02:00
Volodymyr Tytarenko
a444f94a0a
sample(sample/5): sample(sample/5): update unit test
2022-06-12 20:18:03 +02:00
Volodymyr Tytarenko
149756e56f
sample(sample/5): sample(sample/5): change types for id param in findone
2022-06-12 16:42:37 +02:00
delucca
c9f5f01e69
fix(microservices): adds unit test to rmq server
2022-06-10 16:39:17 -04:00
delucca
a3258d5fbb
fix(microservices): adds logging to failed rmq connection
2022-06-10 16:21:14 -04:00
mjgp2
f445f237bd
fix(core): Fix stripProtoKeys performance
2022-06-10 08:33:12 +01:00
dependabot[bot]
8962d5263c
chore(deps-dev): bump @grpc/proto-loader from 0.6.12 to 0.6.13
...
Bumps [@grpc/proto-loader](https://github.com/grpc/grpc-node ) from 0.6.12 to 0.6.13.
- [Release notes](https://github.com/grpc/grpc-node/releases )
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/proto-loader@0.6.12...@grpc/proto-loader@0.6.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 >
2022-06-07 00:06:05 +00:00
dependabot[bot]
75e264392e
chore(deps-dev): bump ts-morph from 15.0.0 to 15.1.0
...
Bumps [ts-morph](https://github.com/dsherret/ts-morph ) from 15.0.0 to 15.1.0.
- [Release notes](https://github.com/dsherret/ts-morph/releases )
- [Commits](https://github.com/dsherret/ts-morph/compare/15.0.0...15.1.0 )
---
updated-dependencies:
- dependency-name: ts-morph
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-06 00:24:38 +00:00
dependabot[bot]
69605e11b5
chore(deps-dev): bump apollo-server-express from 3.8.1 to 3.8.2
...
Bumps [apollo-server-express](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-express ) from 3.8.1 to 3.8.2.
- [Release notes](https://github.com/apollographql/apollo-server/releases )
- [Changelog](https://github.com/apollographql/apollo-server/blob/main/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server-express@3.8.2/packages/apollo-server-express )
---
updated-dependencies:
- dependency-name: apollo-server-express
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-06 00:17:49 +00:00
dependabot[bot]
eacc02e521
chore(deps-dev): bump typescript from 4.7.2 to 4.7.3
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.7.2 to 4.7.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.7.2...v4.7.3 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-06 00:10:23 +00:00
dependabot[bot]
c829256764
chore(deps-dev): bump cache-manager from 4.0.0 to 4.0.1
...
Bumps [cache-manager](https://github.com/BryanDonovan/node-cache-manager ) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/BryanDonovan/node-cache-manager/releases )
- [Changelog](https://github.com/BryanDonovan/node-cache-manager/blob/master/History.md )
- [Commits](https://github.com/BryanDonovan/node-cache-manager/compare/4.0.0...4.0.1 )
---
updated-dependencies:
- dependency-name: cache-manager
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-06 00:06:52 +00:00
Micael Levi (@micalevisk)
2c4aa9f0b4
refactor(core): fix typo on spec files name
2022-06-04 18:56:17 -04:00
Micael Levi (@micalevisk)
30618bf703
feat(core): drop globalThis usage from ReplContext
2022-06-04 18:56:12 -04:00
Kamil Mysliwiec
ad39c3cfd7
Update Readme.md
2022-06-04 21:22:34 +02:00
Kamil Mysliwiec
e326e5dc4d
Merge pull request #9711 from nestjs/dependabot/npm_and_yarn/nestjs/apollo-10.0.14
...
chore(deps-dev): bump @nestjs/apollo from 10.0.13 to 10.0.14
2022-06-03 10:48:02 +02:00
dependabot[bot]
9cfdd57cf0
chore(deps-dev): bump @nestjs/apollo from 10.0.13 to 10.0.14
...
Bumps [@nestjs/apollo](https://github.com/nestjs/graphql ) from 10.0.13 to 10.0.14.
- [Release notes](https://github.com/nestjs/graphql/releases )
- [Commits](https://github.com/nestjs/graphql/compare/v10.0.13...v10.0.14 )
---
updated-dependencies:
- dependency-name: "@nestjs/apollo"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-03 08:14:47 +00:00
Kamil Mysliwiec
f4b29d3b6d
Merge pull request #9712 from nestjs/dependabot/npm_and_yarn/lint-staged-13.0.0
...
chore(deps-dev): bump lint-staged from 12.5.0 to 13.0.0
2022-06-03 10:08:46 +02:00
Kamil Mysliwiec
f52e6b07bb
Merge pull request #9710 from nestjs/dependabot/npm_and_yarn/cache-manager-4.0.0
...
chore(deps-dev): bump cache-manager from 3.6.3 to 4.0.0
2022-06-03 10:08:40 +02:00
Kamil Mysliwiec
a4ada398a1
Merge pull request #9709 from nestjs/dependabot/npm_and_yarn/commitlint/cli-17.0.2
...
chore(deps-dev): bump @commitlint/cli from 17.0.1 to 17.0.2
2022-06-03 10:08:35 +02:00
Kamil Mysliwiec
0e6f826765
Merge pull request #9713 from nestjs/dependabot/npm_and_yarn/core-js-3.22.8
...
chore(deps-dev): bump core-js from 3.22.7 to 3.22.8
2022-06-03 10:06:53 +02:00
Kamil Mysliwiec
19bcebacd2
Merge pull request #9723 from nestjs/dependabot/npm_and_yarn/nestjs/graphql-10.0.15
...
chore(deps-dev): bump @nestjs/graphql from 10.0.13 to 10.0.15
2022-06-03 10:01:16 +02:00
Kamil Mysliwiec
2e54c7bce3
Merge pull request #9722 from nestjs/dependabot/npm_and_yarn/protobufjs-6.11.3
...
chore(deps): bump protobufjs from 6.11.2 to 6.11.3
2022-06-03 10:01:11 +02:00
Kamil Mysliwiec
e7379e90d7
Merge pull request #9721 from nestjs/dependabot/npm_and_yarn/sample/04-grpc/protobufjs-6.11.3
...
chore(deps): bump protobufjs from 6.11.2 to 6.11.3 in /sample/04-grpc
2022-06-03 10:01:06 +02:00
Kamil Mysliwiec
4e90019dbc
Merge pull request #9724 from nestjs/dependabot/npm_and_yarn/amqplib-0.10.0
...
chore(deps-dev): bump amqplib from 0.9.1 to 0.10.0
2022-06-03 09:49:28 +02:00
dependabot[bot]
b07078ac57
chore(deps-dev): bump amqplib from 0.9.1 to 0.10.0
...
Bumps [amqplib](https://github.com/amqp-node/amqplib ) from 0.9.1 to 0.10.0.
- [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/commits/v0.10.0 )
---
updated-dependencies:
- dependency-name: amqplib
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-03 03:08:47 +00:00
dependabot[bot]
ece7873d77
chore(deps-dev): bump @nestjs/graphql from 10.0.13 to 10.0.15
...
Bumps [@nestjs/graphql](https://github.com/nestjs/graphql ) from 10.0.13 to 10.0.15.
- [Release notes](https://github.com/nestjs/graphql/releases )
- [Commits](https://github.com/nestjs/graphql/compare/v10.0.13...v10.0.15 )
---
updated-dependencies:
- dependency-name: "@nestjs/graphql"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-03 03:06:57 +00:00
dependabot[bot]
a6d9d5a4a3
chore(deps): bump protobufjs from 6.11.2 to 6.11.3
...
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js ) from 6.11.2 to 6.11.3.
- [Release notes](https://github.com/protobufjs/protobuf.js/releases )
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/v6.11.3/CHANGELOG.md )
- [Commits](https://github.com/protobufjs/protobuf.js/compare/v6.11.2...v6.11.3 )
---
updated-dependencies:
- dependency-name: protobufjs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-03 00:51:15 +00:00
dependabot[bot]
dd046d1da8
chore(deps): bump protobufjs from 6.11.2 to 6.11.3 in /sample/04-grpc
...
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js ) from 6.11.2 to 6.11.3.
- [Release notes](https://github.com/protobufjs/protobuf.js/releases )
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/v6.11.3/CHANGELOG.md )
- [Commits](https://github.com/protobufjs/protobuf.js/compare/v6.11.2...v6.11.3 )
---
updated-dependencies:
- dependency-name: protobufjs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-03 00:17:34 +00:00
Micael Levi (@micalevisk)
a2732a4f10
fix(core): prevents renaming global providers and modules
...
by marking them as a read-only properties of `globalThis` obj
2022-06-02 20:13:44 -04:00
delucca
dd3d85ae8a
feat(microservices): exposes base context on the main package
2022-06-02 16:57:12 -04:00
Thiago Martins
2ad86480c5
docs(common): add validators docs
2022-06-02 14:41:44 -03:00
Thiago Martins
d62d96bd65
test(common): add builder tests
...
add tests for parse file pipe builder and refactor associated classes
2022-06-02 14:41:34 -03:00
Thiago Martins
b178eb5bce
refactor(common): add braces
...
add curly braces to if statement for consistency
2022-06-02 14:41:31 -03:00
Thiago Martins
c43dbd8624
test(common): fix import to relative path
...
fix import to relative path, the alias was causing cyclic references
2022-06-02 14:41:28 -03:00
Thiago Martins
b277f958a5
fix(test): remove multer types
2022-06-02 14:41:23 -03:00
Thiago Martins
466abf66a8
test(common): add test for parse file pipe
2022-06-02 14:41:20 -03:00
Thiago Martins
e9d311a39d
feat(common): add parse file pipe
2022-06-02 14:41:13 -03:00
Kamil Mysliwiec
018fd6bb5b
Merge pull request #9715 from micalevisk/feat/repl-fix-coloring
...
fix(core): prompt respects `NO_COLOR` config
2022-06-02 09:35:23 +02:00
Kamil Mysliwiec
f3b8662620
Merge pull request #9706 from Tony133/sample/update-version-typeorm
...
sample(05-sql-typeorm): update version typeorm
2022-06-02 09:32:04 +02:00
Micael Levi (@micalevisk)
d8c8e67148
fix(core): prompt indicador respect NO_COLOR config
2022-06-01 22:35:37 -04:00
dependabot[bot]
9c2078905c
chore(deps-dev): bump core-js from 3.22.7 to 3.22.8
...
Bumps [core-js](https://github.com/zloirock/core-js ) from 3.22.7 to 3.22.8.
- [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/compare/v3.22.7...v3.22.8 )
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-02 00:10:49 +00:00
dependabot[bot]
c734a77d2e
chore(deps-dev): bump lint-staged from 12.5.0 to 13.0.0
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 12.5.0 to 13.0.0.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Commits](https://github.com/okonet/lint-staged/compare/v12.5.0...v13.0.0 )
---
updated-dependencies:
- dependency-name: lint-staged
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-02 00:09:48 +00:00
dependabot[bot]
b9b0e8a021
chore(deps-dev): bump cache-manager from 3.6.3 to 4.0.0
...
Bumps [cache-manager](https://github.com/BryanDonovan/node-cache-manager ) from 3.6.3 to 4.0.0.
- [Release notes](https://github.com/BryanDonovan/node-cache-manager/releases )
- [Changelog](https://github.com/BryanDonovan/node-cache-manager/blob/master/History.md )
- [Commits](https://github.com/BryanDonovan/node-cache-manager/compare/3.6.3...4.0.0 )
---
updated-dependencies:
- dependency-name: cache-manager
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-02 00:05:09 +00:00
dependabot[bot]
00a0c1321f
chore(deps-dev): bump @commitlint/cli from 17.0.1 to 17.0.2
...
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli ) from 17.0.1 to 17.0.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.0.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 >
2022-06-02 00:04:12 +00:00
Vincent Taverna
727b239515
Add public cause attribute
2022-06-01 15:04:29 -04:00
Tony133
edf9b62239
sample(05-sql-typeorm): update unit test
2022-06-01 18:10:21 +02:00
Tony133
ea7d2ac1eb
sample(05-sql-typeorm): update version typeorm
2022-06-01 18:09:01 +02:00
Kamil Mysliwiec
1ba99cc6d0
Update Readme.md
2022-06-01 12:58:25 +02:00
Kamil Mysliwiec
c97257c9cf
Merge pull request #9700 from nestjs/dependabot/npm_and_yarn/kafkajs-2.0.2
...
chore(deps-dev): bump kafkajs from 2.0.1 to 2.0.2
2022-06-01 12:34:47 +02:00
Kamil Mysliwiec
3e4ae03a2f
Merge pull request #9701 from nestjs/dependabot/npm_and_yarn/types/node-17.0.38
...
chore(deps-dev): bump @types/node from 17.0.36 to 17.0.38
2022-06-01 12:34:07 +02:00
Kamil Mysliwiec
b042e15df8
Merge pull request #9702 from nestjs/dependabot/npm_and_yarn/point-of-view-6.2.1
...
chore(deps-dev): bump point-of-view from 5.3.0 to 6.2.1
2022-06-01 12:34:02 +02:00
Kamil Mysliwiec
3f8b20ceb8
Merge pull request #9703 from nestjs/dependabot/npm_and_yarn/lint-staged-12.5.0
...
chore(deps-dev): bump lint-staged from 12.4.3 to 12.5.0
2022-06-01 12:33:53 +02:00
Kamil Mysliwiec
9fd45a9e93
Merge pull request #9695 from micalevisk/feat/repl-improvements-v2
...
feat(core,common): add help messages to REPL built-in functions
2022-06-01 12:33:38 +02:00
Kamil Mysliwiec
09d6c4b857
Update packages/core/test/repl/native-functions/help-relp-fn.spec.ts
2022-06-01 12:01:22 +02:00
Kamil Mysliwiec
b8e48632e8
Update packages/core/test/repl/native-functions/help-relp-fn.spec.ts
2022-06-01 12:01:16 +02:00
Kamil Mysliwiec
c18f4b9f36
Update packages/core/test/repl/native-functions/help-relp-fn.spec.ts
2022-06-01 12:01:09 +02:00
Kamil Mysliwiec
99c6c628a4
Update packages/core/repl/native-functions/resolve-repl-fn.ts
2022-06-01 11:54:26 +02:00
Kamil Mysliwiec
160b521ef7
Update packages/core/repl/native-functions/methods-repl-fn.ts
2022-06-01 11:54:07 +02:00
Kamil Mysliwiec
89b39f946a
Update packages/core/repl/native-functions/debug-repl-fn.ts
2022-06-01 11:53:45 +02:00
Kamil Mysliwiec
53fc03a821
Update packages/core/repl/native-functions/debug-repl-fn.ts
2022-06-01 11:52:47 +02:00
Micael Levi (@micalevisk)
833d16e21c
test(core): add few missing tests for repl scope
2022-05-31 22:48:17 -04:00
dependabot[bot]
b9967462be
chore(deps-dev): bump lint-staged from 12.4.3 to 12.5.0
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 12.4.3 to 12.5.0.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Commits](https://github.com/okonet/lint-staged/compare/v12.4.3...v12.5.0 )
---
updated-dependencies:
- dependency-name: lint-staged
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-01 00:15:49 +00:00
dependabot[bot]
f407a204fb
chore(deps-dev): bump point-of-view from 5.3.0 to 6.2.1
...
Bumps [point-of-view](https://github.com/fastify/point-of-view ) from 5.3.0 to 6.2.1.
- [Release notes](https://github.com/fastify/point-of-view/releases )
- [Commits](https://github.com/fastify/point-of-view/compare/v5.3.0...v6.2.1 )
---
updated-dependencies:
- dependency-name: point-of-view
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-01 00:14:11 +00:00
dependabot[bot]
663eeb85b6
chore(deps-dev): bump @types/node from 17.0.36 to 17.0.38
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 17.0.36 to 17.0.38.
- [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 >
2022-06-01 00:12:54 +00:00
dependabot[bot]
50bceb0b2b
chore(deps-dev): bump kafkajs from 2.0.1 to 2.0.2
...
Bumps [kafkajs](https://github.com/tulios/kafkajs ) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/tulios/kafkajs/releases )
- [Changelog](https://github.com/tulios/kafkajs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tulios/kafkajs/compare/v2.0.1...v2.0.2 )
---
updated-dependencies:
- dependency-name: kafkajs
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-01 00:09:48 +00:00
Micael Levi (@micalevisk)
5ab8800bcb
fix(core): add missing return to GetReplFn#action
2022-05-31 11:06:15 -04:00
Micael Levi (@micalevisk)
59965cf631
test(core,integration): fix repl test suite for the new api
2022-05-31 11:00:18 -04:00
Micael Levi (@micalevisk)
32c0a744fd
feat(core): add description to debug native repl function
2022-05-31 08:19:29 -04:00
Micael Levi (@micalevisk)
092f350eb8
refactor(core): replace array by map for nativeFunctions field
2022-05-31 07:52:41 -04:00
Micael Levi (@micalevisk)
fbc0ab81b2
refactor(core): clean-up ReplContext fields
2022-05-31 06:58:41 -04:00
Micael Levi (@micalevisk)
d38a4e6a4c
refactor(core): extract loadNativeFunctionsIntoContext from repl.ts
2022-05-31 06:42:40 -04:00
Micael Levi (@micalevisk)
964d02df6f
refactor(core): rename ReplContext#initialize to initializeContext
2022-05-31 06:40:54 -04:00
Micael Levi (@micalevisk)
8282d8f48f
refactor(core): move each repl function to their own file
2022-05-31 06:39:34 -04:00
Kamil Myśliwiec
9407ec90b3
chore(@nestjs) publish v8.4.6 release
2022-05-31 12:10:58 +02:00
Kamil Myśliwiec
ac1c066827
feat(core): make context id factory getter configurable
2022-05-31 12:07:02 +02:00
Kamil Myśliwiec
d0bb082db2
chore(): revert lerna to v2
2022-05-31 12:04:13 +02:00
Kamil Myśliwiec
cdb3043af3
chore(): revert lerna to v2
2022-05-31 11:56:37 +02:00
Kamil Myśliwiec
a287020ba9
Merge branch '9.0.0' of https://github.com/nestjs/nest into 9.0.0
2022-05-31 11:47:34 +02:00
Kamil Myśliwiec
2b10ff60c6
chore(): resolve conflicts
2022-05-31 11:47:17 +02:00
Kamil Mysliwiec
6cb1fbad32
Merge pull request #9697 from nestjs/feat/durable-providers
...
feat(core): add durable providers feature
2022-05-31 11:45:01 +02:00
Kamil Myśliwiec
ac5df55945
test(): uncomment context id factory strategy revert
2022-05-31 11:32:39 +02:00
Kamil Mysliwiec
404efbb75c
Merge pull request #9597 from yiminghe/fix-number
...
fix(sample): id param is string type
2022-05-31 11:05:27 +02:00
Kamil Myśliwiec
b8652f8770
feat(core): add durable providers feature
2022-05-31 11:03:47 +02:00
Sushant Zope
457139098d
fix(express): vulnerability "CVE-2022-24434"
...
Signed-off-by: Sushant Zope <sushantzope9096@gmail.com >
2022-05-31 14:18:09 +05:30
Kamil Mysliwiec
6b38ce1b77
Merge pull request #9665 from Tony133/chore/removed-types-socket-io
...
chore(): removed types for socket.io
2022-05-31 09:31:43 +02:00
Kamil Mysliwiec
7ec5537687
Merge pull request #9693 from nestjs/dependabot/npm_and_yarn/mongoose-6.3.5
...
chore(deps-dev): bump mongoose from 6.3.4 to 6.3.5
2022-05-31 08:40:08 +02:00
Kamil Mysliwiec
692f8f94ad
Merge pull request #9688 from nestjs/dependabot/npm_and_yarn/nestjs/apollo-10.0.13
...
chore(deps-dev): bump @nestjs/apollo from 10.0.12 to 10.0.13
2022-05-31 08:38:55 +02:00
Kamil Mysliwiec
bf058c64ee
Merge pull request #9694 from nestjs/dependabot/npm_and_yarn/lint-staged-12.4.3
...
chore(deps-dev): bump lint-staged from 12.4.2 to 12.4.3
2022-05-31 08:38:29 +02:00
Micael Levi (@micalevisk)
1b95a46a62
feat(core): add help native function to repl
2022-05-31 02:07:07 -04:00
Micael Levi (@micalevisk)
f37e5d5cf8
feat(core): add help messages to built-in repl functions
2022-05-31 02:05:44 -04:00
Micael Levi (@micalevisk)
a5ecaebda1
feat(common): add bold coloring to cli colors utils
2022-05-31 02:04:47 -04:00
dependabot[bot]
8d5a76db6f
chore(deps-dev): bump lint-staged from 12.4.2 to 12.4.3
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 12.4.2 to 12.4.3.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Commits](https://github.com/okonet/lint-staged/compare/v12.4.2...v12.4.3 )
---
updated-dependencies:
- dependency-name: lint-staged
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-31 00:06:35 +00:00
dependabot[bot]
e65053cdaf
chore(deps-dev): bump mongoose from 6.3.4 to 6.3.5
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 6.3.4 to 6.3.5.
- [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/6.3.4...6.3.5 )
---
updated-dependencies:
- dependency-name: mongoose
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-31 00:04:22 +00:00
Tony133
6f48b2840d
chore(): removed types for socket.io
2022-05-30 09:30:05 +02:00
dependabot[bot]
b5c33d99b5
chore(deps-dev): bump @nestjs/apollo from 10.0.12 to 10.0.13
...
Bumps [@nestjs/apollo](https://github.com/nestjs/graphql ) from 10.0.12 to 10.0.13.
- [Release notes](https://github.com/nestjs/graphql/releases )
- [Commits](https://github.com/nestjs/graphql/compare/v10.0.12...v10.0.13 )
---
updated-dependencies:
- dependency-name: "@nestjs/apollo"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-30 06:25:28 +00:00
Kamil Mysliwiec
d0449dadb4
Merge pull request #9682 from TheKhanj/master
...
Fix typo in docs
2022-05-30 08:22:23 +02:00
Kamil Mysliwiec
d7ac0f1ce3
Merge pull request #9687 from nestjs/dependabot/npm_and_yarn/ws-8.7.0
...
chore(deps): bump ws from 8.6.0 to 8.7.0
2022-05-30 08:22:06 +02:00
Kamil Mysliwiec
bfac2c332d
Merge pull request #9689 from nestjs/dependabot/npm_and_yarn/nats-2.7.1
...
chore(deps-dev): bump nats from 2.7.0 to 2.7.1
2022-05-30 08:20:02 +02:00
Kamil Mysliwiec
4bcdce98c3
Merge pull request #9690 from nestjs/dependabot/npm_and_yarn/types/node-17.0.36
...
chore(deps-dev): bump @types/node from 17.0.35 to 17.0.36
2022-05-30 08:19:39 +02:00
Kamil Mysliwiec
e1fde6f168
Merge pull request #9691 from nestjs/dependabot/npm_and_yarn/nestjs/graphql-10.0.13
...
chore(deps-dev): bump @nestjs/graphql from 10.0.12 to 10.0.13
2022-05-30 08:19:15 +02:00
dependabot[bot]
b39fa69f2f
chore(deps-dev): bump @nestjs/graphql from 10.0.12 to 10.0.13
...
Bumps [@nestjs/graphql](https://github.com/nestjs/graphql ) from 10.0.12 to 10.0.13.
- [Release notes](https://github.com/nestjs/graphql/releases )
- [Commits](https://github.com/nestjs/graphql/compare/v10.0.12...v10.0.13 )
---
updated-dependencies:
- dependency-name: "@nestjs/graphql"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-30 00:21:28 +00:00
dependabot[bot]
c27e3c4615
chore(deps-dev): bump @types/node from 17.0.35 to 17.0.36
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 17.0.35 to 17.0.36.
- [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 >
2022-05-30 00:19:12 +00:00
dependabot[bot]
d9e6090643
chore(deps-dev): bump nats from 2.7.0 to 2.7.1
...
Bumps [nats](https://github.com/nats-io/nats.js ) from 2.7.0 to 2.7.1.
- [Release notes](https://github.com/nats-io/nats.js/releases )
- [Commits](https://github.com/nats-io/nats.js/compare/v2.7.0...v2.7.1 )
---
updated-dependencies:
- dependency-name: nats
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-30 00:17:15 +00:00
dependabot[bot]
9a776f16b1
chore(deps): bump ws from 8.6.0 to 8.7.0
...
Bumps [ws](https://github.com/websockets/ws ) from 8.6.0 to 8.7.0.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/8.6.0...8.7.0 )
---
updated-dependencies:
- dependency-name: ws
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-30 00:10:50 +00:00
Kamil Myśliwiec
21d6dd1376
lint(core): address linter errors
2022-05-29 16:23:46 +02:00
Kamil Myśliwiec
bae30b23ce
test(): remove unnecessary files
2022-05-29 16:20:59 +02:00
Kamil Myśliwiec
245ccd1249
feat(core): repl
2022-05-29 16:08:15 +02:00
Pooyan Khanjankhani
0cbde57766
Fix typo in docs
2022-05-28 14:54:23 +04:30
Micael Levi (@micalevisk)
1e5f548c11
docs(microservices): clarify what is the default value of postfixId
2022-05-27 23:50:53 -04:00
Micael Levi (@micalevisk)
0359fa4666
fix(microservices): when postfixId is an empty string on kafka
2022-05-27 23:35:38 -04:00
Kamil Mysliwiec
2e3727b786
Merge pull request #9676 from micalevisk/patch-2
...
chore: cover `integration` dir on lint-staged config
2022-05-27 10:17:43 +02:00
Micael Levi L. Cavalcante
66387721f3
chore: fix mismatch between lint-staged config and format
2022-05-27 00:20:01 -04:00
Konasov Dmitriy
e8e22acb39
fix(microservices): Fixed typings for MessageHandler
2022-05-26 20:43:33 +03:00
Kamil Mysliwiec
f765e2c8c9
Merge pull request #9669 from nestjs/dependabot/npm_and_yarn/commitlint/cli-17.0.1
...
chore(deps-dev): bump @commitlint/cli from 17.0.0 to 17.0.1
2022-05-26 09:03:01 +02:00
dependabot[bot]
8de876e082
chore(deps-dev): bump @commitlint/cli from 17.0.0 to 17.0.1
...
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli ) from 17.0.0 to 17.0.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/v17.0.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 >
2022-05-26 00:52:45 +00:00
Vincent Taverna
32d1e9617b
feat(common): Add error chaining support to http exception
...
Adds the ability to configure the cause of an error when passing an error object to http exception.
- https://nodejs.org/en/blog/release/v16.9.0/#error-cause
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/Error#rethrowing_an_error_with_a_cause
- https://github.com/microsoft/TypeScript/issues/45167
2022-05-25 10:34:53 -04:00
Kamil Mysliwiec
e322564fd8
Merge pull request #9658 from nestjs/dependabot/npm_and_yarn/apollo-server-core-3.8.1
...
chore(deps-dev): bump apollo-server-core from 3.7.0 to 3.8.1
2022-05-25 11:53:10 +02:00
dependabot[bot]
233725075c
chore(deps-dev): bump apollo-server-core from 3.7.0 to 3.8.1
...
Bumps [apollo-server-core](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-core ) from 3.7.0 to 3.8.1.
- [Release notes](https://github.com/apollographql/apollo-server/releases )
- [Changelog](https://github.com/apollographql/apollo-server/blob/main/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server-core@3.8.1/packages/apollo-server-core )
---
updated-dependencies:
- dependency-name: apollo-server-core
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-25 08:19:22 +00:00
Kamil Mysliwiec
d83edc32dd
Merge pull request #9631 from micalevisk/refactoring-applyVersioning-express
...
refactor(express): improve `applyVersioning` handler selector code
2022-05-25 10:17:24 +02:00
Kamil Mysliwiec
943b70a7ce
Merge pull request #9659 from nestjs/dependabot/npm_and_yarn/apollo-server-express-3.8.1
...
chore(deps-dev): bump apollo-server-express from 3.7.0 to 3.8.1
2022-05-25 10:16:42 +02:00
Kamil Mysliwiec
bf6869afe0
Merge pull request #9660 from nestjs/dependabot/npm_and_yarn/ts-morph-15.0.0
...
chore(deps-dev): bump ts-morph from 14.0.0 to 15.0.0
2022-05-25 10:16:38 +02:00
Kamil Mysliwiec
1e57108a7c
Merge pull request #9661 from nestjs/dependabot/npm_and_yarn/lint-staged-12.4.2
...
chore(deps-dev): bump lint-staged from 12.4.1 to 12.4.2
2022-05-25 10:16:34 +02:00
Kamil Mysliwiec
6582ed412e
Merge pull request #9662 from nestjs/dependabot/npm_and_yarn/core-js-3.22.7
...
chore(deps-dev): bump core-js from 3.22.6 to 3.22.7
2022-05-25 10:16:26 +02:00
Kamil Mysliwiec
9b129f14b8
Merge pull request #9663 from nestjs/dependabot/npm_and_yarn/typescript-4.7.2
...
chore(deps-dev): bump typescript from 4.6.4 to 4.7.2
2022-05-25 10:16:21 +02:00
Kamil Mysliwiec
ca59ee5bf4
Merge pull request #9657 from Tony133/test/rename-app-module
...
test(integration): rename app module in test e2e
2022-05-25 08:54:36 +02:00
dependabot[bot]
ef93fb7844
chore(deps-dev): bump typescript from 4.6.4 to 4.7.2
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.6.4 to 4.7.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.6.4...v4.7.2 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-25 00:40:47 +00:00
dependabot[bot]
eb32940d2e
chore(deps-dev): bump core-js from 3.22.6 to 3.22.7
...
Bumps [core-js](https://github.com/zloirock/core-js ) from 3.22.6 to 3.22.7.
- [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/compare/v3.22.6...v3.22.7 )
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-25 00:37:18 +00:00
dependabot[bot]
05d74b549d
chore(deps-dev): bump lint-staged from 12.4.1 to 12.4.2
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 12.4.1 to 12.4.2.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Commits](https://github.com/okonet/lint-staged/compare/v12.4.1...v12.4.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 >
2022-05-25 00:34:38 +00:00
dependabot[bot]
8d834e0454
chore(deps-dev): bump ts-morph from 14.0.0 to 15.0.0
...
Bumps [ts-morph](https://github.com/dsherret/ts-morph ) from 14.0.0 to 15.0.0.
- [Release notes](https://github.com/dsherret/ts-morph/releases )
- [Commits](https://github.com/dsherret/ts-morph/compare/14.0.0...15.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 >
2022-05-25 00:33:16 +00:00
dependabot[bot]
6f46d8e47d
chore(deps-dev): bump apollo-server-express from 3.7.0 to 3.8.1
...
Bumps [apollo-server-express](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-express ) from 3.7.0 to 3.8.1.
- [Release notes](https://github.com/apollographql/apollo-server/releases )
- [Changelog](https://github.com/apollographql/apollo-server/blob/main/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server-express@3.8.1/packages/apollo-server-express )
---
updated-dependencies:
- dependency-name: apollo-server-express
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-25 00:31:52 +00:00
Tony133
c9e619e74a
test(integration): rename app module in test e2e
2022-05-24 21:28:34 +02:00
Kamil Mysliwiec
3dfdfe4b41
Merge pull request #9653 from tolgap/fix/9652-fastify-raw-body-specs
...
fix(testing): raw body spec not using fastify adapter
2022-05-24 11:30:22 +02:00
Tolga Paksoy
9db43f6f66
fix(testing): raw body spec not using fastify adapter
2022-05-24 10:17:50 +02:00
Kamil Mysliwiec
7b112ddb30
Merge pull request #9646 from nestjs/dependabot/npm_and_yarn/kafkajs-2.0.1
...
chore(deps-dev): bump kafkajs from 2.0.0 to 2.0.1
2022-05-23 13:23:43 +02:00
Kamil Mysliwiec
eadebe41eb
Merge pull request #9645 from nestjs/dependabot/npm_and_yarn/core-js-3.22.6
...
chore(deps-dev): bump core-js from 3.22.5 to 3.22.6
2022-05-23 13:23:37 +02:00
Kamil Mysliwiec
e6cd980de6
Merge pull request #9639 from nestjs/dependabot/npm_and_yarn/nestjs/graphql-10.0.12
...
chore(deps-dev): bump @nestjs/graphql from 10.0.8 to 10.0.12
2022-05-23 13:23:03 +02:00
Micael Levi (@micalevisk)
dca949ae32
refactor(express): improve applyVersioning handler selector code
2022-05-23 06:23:02 -04:00
dependabot[bot]
f57a2d1956
chore(deps-dev): bump @nestjs/graphql from 10.0.8 to 10.0.12
...
Bumps [@nestjs/graphql](https://github.com/nestjs/graphql ) from 10.0.8 to 10.0.12.
- [Release notes](https://github.com/nestjs/graphql/releases )
- [Commits](https://github.com/nestjs/graphql/compare/v10.0.8...v10.0.12 )
---
updated-dependencies:
- dependency-name: "@nestjs/graphql"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-23 07:46:56 +00:00
dependabot[bot]
008766a999
chore(deps-dev): bump kafkajs from 2.0.0 to 2.0.1
...
Bumps [kafkajs](https://github.com/tulios/kafkajs ) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/tulios/kafkajs/releases )
- [Changelog](https://github.com/tulios/kafkajs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tulios/kafkajs/compare/v2.0.0...v2.0.1 )
---
updated-dependencies:
- dependency-name: kafkajs
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-23 07:46:46 +00:00
dependabot[bot]
18727a47e3
chore(deps-dev): bump core-js from 3.22.5 to 3.22.6
...
Bumps [core-js](https://github.com/zloirock/core-js ) from 3.22.5 to 3.22.6.
- [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/compare/v3.22.5...v3.22.6 )
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-23 07:46:24 +00:00
Kamil Mysliwiec
ad8b5fbe5b
Merge pull request #9637 from nestjs/dependabot/npm_and_yarn/nestjs/mongoose-9.1.0
...
chore(deps-dev): bump @nestjs/mongoose from 9.0.3 to 9.1.0
2022-05-23 09:44:06 +02:00
dependabot[bot]
798851d70d
chore(deps-dev): bump @nestjs/mongoose from 9.0.3 to 9.1.0
...
Bumps [@nestjs/mongoose](https://github.com/nestjs/mongoose ) from 9.0.3 to 9.1.0.
- [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/9.0.3...9.1.0 )
---
updated-dependencies:
- dependency-name: "@nestjs/mongoose"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-23 07:40:24 +00:00
Kamil Mysliwiec
4836fbe80e
Merge pull request #9641 from nestjs/dependabot/npm_and_yarn/graphql-tools-8.2.11
...
chore(deps-dev): bump graphql-tools from 8.2.9 to 8.2.11
2022-05-23 09:39:09 +02:00
Kamil Mysliwiec
d964f23b24
Merge pull request #9640 from nestjs/dependabot/npm_and_yarn/concurrently-7.2.1
...
chore(deps-dev): bump concurrently from 7.2.0 to 7.2.1
2022-05-23 09:38:57 +02:00
Kamil Mysliwiec
85c5207640
Merge pull request #9642 from nestjs/dependabot/npm_and_yarn/ts-node-10.8.0
...
chore(deps-dev): bump ts-node from 10.7.0 to 10.8.0
2022-05-23 09:35:50 +02:00
Kamil Mysliwiec
f5827cf569
Merge pull request #9643 from nestjs/dependabot/npm_and_yarn/nestjs/apollo-10.0.12
...
chore(deps-dev): bump @nestjs/apollo from 10.0.11 to 10.0.12
2022-05-23 09:35:45 +02:00
Kamil Mysliwiec
e9cfc1176b
Merge pull request #9638 from nestjs/dependabot/npm_and_yarn/amqplib-0.9.1
...
chore(deps-dev): bump amqplib from 0.9.0 to 0.9.1
2022-05-23 09:35:37 +02:00
Kamil Mysliwiec
7d5622870a
Merge pull request #9636 from nestjs/dependabot/npm_and_yarn/nestjs/typeorm-8.0.4
...
chore(deps-dev): bump @nestjs/typeorm from 8.0.3 to 8.0.4
2022-05-23 09:35:24 +02:00
Kamil Mysliwiec
9e1c98d9e4
Merge pull request #9635 from nestjs/dependabot/npm_and_yarn/cache-manager-3.6.3
...
chore(deps-dev): bump cache-manager from 3.6.2 to 3.6.3
2022-05-23 09:35:17 +02:00
Kamil Mysliwiec
b76dd0ddad
Merge pull request #9630 from micalevisk/fix-testing-logger-disabling
...
fix(testing): disable logs when `logger` is `false` on `TestingModule`
2022-05-23 09:13:23 +02:00
dependabot[bot]
bb73fee218
chore(deps-dev): bump concurrently from 7.2.0 to 7.2.1
...
Bumps [concurrently](https://github.com/open-cli-tools/concurrently ) from 7.2.0 to 7.2.1.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases )
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v7.2.0...v7.2.1 )
---
updated-dependencies:
- dependency-name: concurrently
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-23 06:51:01 +00:00
Kamil Mysliwiec
29208cada8
Merge pull request #9628 from micalevisk/development-improvements
...
chore: keep only one eslint config file & fix linter and tsc for dev
2022-05-23 08:48:19 +02:00
Kamil Mysliwiec
895becf82b
Merge pull request #9627 from micalevisk/patch-1
...
docs: add more commit scopes on contributing guide
2022-05-23 08:38:41 +02:00
Kamil Mysliwiec
3f8a6c96d8
Update packages/platform-fastify/adapters/fastify-adapter.ts
...
Co-authored-by: Micael Levi L. Cavalcante <mllc@icomp.ufam.edu.br >
2022-05-23 08:36:43 +02:00
dependabot[bot]
77ce066b47
chore(deps-dev): bump @nestjs/apollo from 10.0.11 to 10.0.12
...
Bumps [@nestjs/apollo](https://github.com/nestjs/graphql ) from 10.0.11 to 10.0.12.
- [Release notes](https://github.com/nestjs/graphql/releases )
- [Commits](https://github.com/nestjs/graphql/compare/v10.0.11...v10.0.12 )
---
updated-dependencies:
- dependency-name: "@nestjs/apollo"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-23 00:27:44 +00:00
dependabot[bot]
fae2267179
chore(deps-dev): bump ts-node from 10.7.0 to 10.8.0
...
Bumps [ts-node](https://github.com/TypeStrong/ts-node ) from 10.7.0 to 10.8.0.
- [Release notes](https://github.com/TypeStrong/ts-node/releases )
- [Commits](https://github.com/TypeStrong/ts-node/compare/v10.7.0...v10.8.0 )
---
updated-dependencies:
- dependency-name: ts-node
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-23 00:25:05 +00:00
dependabot[bot]
1fe3d2be42
chore(deps-dev): bump graphql-tools from 8.2.9 to 8.2.11
...
Bumps [graphql-tools](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/graphql-tools ) from 8.2.9 to 8.2.11.
- [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@8.2.11/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 >
2022-05-23 00:23:25 +00:00
dependabot[bot]
876a6ba582
chore(deps-dev): bump amqplib from 0.9.0 to 0.9.1
...
Bumps [amqplib](https://github.com/amqp-node/amqplib ) from 0.9.0 to 0.9.1.
- [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/commits )
---
updated-dependencies:
- dependency-name: amqplib
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-23 00:17:52 +00:00
dependabot[bot]
0b8034bbc8
chore(deps-dev): bump @nestjs/typeorm from 8.0.3 to 8.0.4
...
Bumps [@nestjs/typeorm](https://github.com/nestjs/typeorm ) from 8.0.3 to 8.0.4.
- [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/8.0.3...8.0.4 )
---
updated-dependencies:
- dependency-name: "@nestjs/typeorm"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-23 00:11:49 +00:00
dependabot[bot]
a0a4bfd007
chore(deps-dev): bump cache-manager from 3.6.2 to 3.6.3
...
Bumps [cache-manager](https://github.com/BryanDonovan/node-cache-manager ) from 3.6.2 to 3.6.3.
- [Release notes](https://github.com/BryanDonovan/node-cache-manager/releases )
- [Changelog](https://github.com/BryanDonovan/node-cache-manager/blob/master/History.md )
- [Commits](https://github.com/BryanDonovan/node-cache-manager/compare/3.6.2...3.6.3 )
---
updated-dependencies:
- dependency-name: cache-manager
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-23 00:09:48 +00:00
Micael Levi (@micalevisk)
935a3d645d
fix(testing): disable logs when logger is false on TestingModule
2022-05-21 23:46:05 -04:00
Micael Levi (@micalevisk)
d59700c939
chore: add tsconfig file for test directories
...
This file was added to circumvent a VSC limitation where the IDE can't
detect the right tsconfig to use for a given file.
More on this issue here: https://github.com/microsoft/vscode/issues/3772
2022-05-21 19:43:59 -04:00
Micael Levi (@micalevisk)
2ce994dbd0
chore: keep only one eslint config file for dev
2022-05-21 19:43:55 -04:00
Micael Levi (@micalevisk)
6a2dc6fab5
chore: add allowed scopes to commitlint config
2022-05-21 18:31:13 -04:00
Micael Levi (@micalevisk)
e6db2b40f6
docs: add more commit scopes on contributing guide
2022-05-21 18:31:03 -04:00
Kamil Mysliwiec
6aeb3258ac
Merge pull request #9623 from nestjs/dependabot/npm_and_yarn/light-my-request-5.0.0
...
chore(deps): bump light-my-request from 4.10.1 to 5.0.0
2022-05-20 11:02:24 +02:00
Kamil Mysliwiec
cabb6a698d
Merge pull request #9624 from nestjs/dependabot/npm_and_yarn/cache-manager-3.6.2
...
chore(deps-dev): bump cache-manager from 3.6.1 to 3.6.2
2022-05-20 11:02:15 +02:00
Kamil Mysliwiec
6fb1cf9ad1
Merge pull request #9625 from nestjs/dependabot/npm_and_yarn/types/node-17.0.35
...
chore(deps-dev): bump @types/node from 17.0.34 to 17.0.35
2022-05-20 11:02:10 +02:00
Kamil Mysliwiec
1a93f53da1
Merge pull request #9626 from nestjs/dependabot/npm_and_yarn/mongoose-6.3.4
...
chore(deps-dev): bump mongoose from 6.3.3 to 6.3.4
2022-05-20 11:01:50 +02:00
dependabot[bot]
41b9872c5a
chore(deps-dev): bump mongoose from 6.3.3 to 6.3.4
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 6.3.3 to 6.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/6.3.3...6.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 >
2022-05-20 00:15:55 +00:00
dependabot[bot]
981b9750d0
chore(deps-dev): bump @types/node from 17.0.34 to 17.0.35
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 17.0.34 to 17.0.35.
- [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 >
2022-05-20 00:14:07 +00:00
dependabot[bot]
c002c99f9d
chore(deps-dev): bump cache-manager from 3.6.1 to 3.6.2
...
Bumps [cache-manager](https://github.com/BryanDonovan/node-cache-manager ) from 3.6.1 to 3.6.2.
- [Release notes](https://github.com/BryanDonovan/node-cache-manager/releases )
- [Changelog](https://github.com/BryanDonovan/node-cache-manager/blob/master/History.md )
- [Commits](https://github.com/BryanDonovan/node-cache-manager/compare/3.6.1...3.6.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 >
2022-05-20 00:10:55 +00:00
dependabot[bot]
89a7017bbd
chore(deps): bump light-my-request from 4.10.1 to 5.0.0
...
Bumps [light-my-request](https://github.com/fastify/light-my-request ) from 4.10.1 to 5.0.0.
- [Release notes](https://github.com/fastify/light-my-request/releases )
- [Commits](https://github.com/fastify/light-my-request/compare/v4.10.1...v5.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 >
2022-05-20 00:04:29 +00:00
Kamil Myśliwiec
5de7913f9b
chore(deps): remove axios dependency
2022-05-19 10:21:25 +02:00
Kamil Mysliwiec
76d123d1c4
Merge pull request #9618 from micalevisk/drop-json-socket-dep
...
chore(microservices,testing): drop `json-socket` and `optional` hard dependencies
2022-05-19 10:21:09 +02:00
Kamil Mysliwiec
ebc432f3c4
Merge pull request #9619 from nestjs/dependabot/npm_and_yarn/nats-2.7.0
...
chore(deps-dev): bump nats from 2.6.1 to 2.7.0
2022-05-19 10:17:15 +02:00
dependabot[bot]
585312ad50
chore(deps-dev): bump nats from 2.6.1 to 2.7.0
...
Bumps [nats](https://github.com/nats-io/nats.js ) from 2.6.1 to 2.7.0.
- [Release notes](https://github.com/nats-io/nats.js/releases )
- [Commits](https://github.com/nats-io/nats.js/compare/v2.6.1...v2.7.0 )
---
updated-dependencies:
- dependency-name: nats
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-19 00:09:43 +00:00
Micael Levi (@micalevisk)
c38f025fb2
chore(testing): drop useless optional hard dependency
2022-05-18 18:22:53 -04:00
Micael Levi (@micalevisk)
19acae5e73
chore(microservices): drop useless json-socket hard dependency
...
The commit 9c3e15a902 added our own
version of the package `json-socket` (which looks abandoned)
2022-05-18 18:07:54 -04:00
yiminghe
477303b058
fix(sample): id param is string type
2022-05-18 22:55:09 +08:00
Kamil Mysliwiec
a4294e485b
Merge pull request #9604 from micalevisk/drop-deprecated-functions
...
refactor(common,core,microservices)!: drop all deprecated methods
2022-05-18 14:26:59 +02:00
Kamil Mysliwiec
ea44da521a
Merge pull request #9601 from nestjs/dependabot/npm_and_yarn/sample/07-sequelize/node-fetch-2.6.7
...
chore(deps): bump node-fetch from 2.6.6 to 2.6.7 in /sample/07-sequelize
2022-05-18 13:59:51 +02:00
Kamil Mysliwiec
c08f0a0347
Merge pull request #9607 from nestjs/dependabot/npm_and_yarn/sample/12-graphql-schema-first/node-fetch-2.6.7
...
chore(deps): bump node-fetch from 2.6.1 to 2.6.7 in /sample/12-graphql-schema-first
2022-05-18 13:59:47 +02:00
dependabot[bot]
797fd34c12
chore(deps): bump node-fetch from 2.6.6 to 2.6.7 in /sample/07-sequelize
...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch ) from 2.6.6 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases )
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.6...v2.6.7 )
---
updated-dependencies:
- dependency-name: node-fetch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-18 11:59:42 +00:00
Kamil Mysliwiec
0f4502763d
Merge pull request #9609 from nestjs/dependabot/npm_and_yarn/sample/14-mongoose-base/path-parse-1.0.7
...
chore(deps): bump path-parse from 1.0.6 to 1.0.7 in /sample/14-mongoose-base
2022-05-18 13:59:39 +02:00
dependabot[bot]
709309f613
chore(deps): bump path-parse in /sample/14-mongoose-base
...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-18 11:59:35 +00:00
dependabot[bot]
73b3295987
chore(deps): bump node-fetch in /sample/12-graphql-schema-first
...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch ) from 2.6.1 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases )
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v2.6.7 )
---
updated-dependencies:
- dependency-name: node-fetch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-18 11:59:21 +00:00
Kamil Mysliwiec
5cc14c425c
Merge pull request #9599 from nestjs/dependabot/npm_and_yarn/sample/09-babel-example/path-parse-1.0.7
...
chore(deps): bump path-parse from 1.0.6 to 1.0.7 in /sample/09-babel-example
2022-05-18 13:59:13 +02:00
Kamil Mysliwiec
a3cd6f1d0e
Merge pull request #9600 from nestjs/dependabot/npm_and_yarn/sample/08-webpack/node-fetch-2.6.7
...
chore(deps): bump node-fetch from 2.6.6 to 2.6.7 in /sample/08-webpack
2022-05-18 13:59:09 +02:00
Kamil Mysliwiec
7e51d0a383
Merge pull request #9602 from nestjs/dependabot/npm_and_yarn/sample/09-babel-example/lodash-4.17.21
...
chore(deps): bump lodash from 4.17.20 to 4.17.21 in /sample/09-babel-example
2022-05-18 13:59:05 +02:00
Kamil Mysliwiec
46fa788925
Merge pull request #9603 from nestjs/dependabot/npm_and_yarn/sample/06-mongoose/node-fetch-2.6.7
...
chore(deps): bump node-fetch from 2.6.6 to 2.6.7 in /sample/06-mongoose
2022-05-18 13:59:01 +02:00
Kamil Mysliwiec
967b11740c
Merge pull request #9605 from nestjs/dependabot/npm_and_yarn/sample/15-mvc/lodash-4.17.21
...
chore(deps): bump lodash from 4.17.20 to 4.17.21 in /sample/15-mvc
2022-05-18 13:58:57 +02:00
Kamil Mysliwiec
ab4f7e28ca
Merge pull request #9606 from nestjs/dependabot/npm_and_yarn/sample/15-mvc/path-parse-1.0.7
...
chore(deps): bump path-parse from 1.0.6 to 1.0.7 in /sample/15-mvc
2022-05-18 13:58:51 +02:00
Kamil Mysliwiec
3b77c17744
Merge pull request #9608 from nestjs/dependabot/npm_and_yarn/sample/14-mongoose-base/node-fetch-2.6.7
...
chore(deps): bump node-fetch from 2.6.6 to 2.6.7 in /sample/14-mongoose-base
2022-05-18 13:58:44 +02:00
Kamil Mysliwiec
8f2220fdb3
Merge pull request #9610 from nestjs/dependabot/npm_and_yarn/sample/14-mongoose-base/lodash-4.17.21
...
chore(deps): bump lodash from 4.17.20 to 4.17.21 in /sample/14-mongoose-base
2022-05-18 13:58:36 +02:00
dependabot[bot]
88d1defc5a
chore(deps): bump lodash from 4.17.20 to 4.17.21 in /sample/15-mvc
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21 )
---
updated-dependencies:
- dependency-name: lodash
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-18 11:56:37 +00:00
dependabot[bot]
88a467c30a
chore(deps): bump lodash in /sample/09-babel-example
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21 )
---
updated-dependencies:
- dependency-name: lodash
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-18 11:56:36 +00:00
dependabot[bot]
94a8317307
chore(deps): bump node-fetch in /sample/14-mongoose-base
...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch ) from 2.6.6 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases )
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.6...v2.6.7 )
---
updated-dependencies:
- dependency-name: node-fetch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-18 11:56:36 +00:00
dependabot[bot]
bab39b0b4c
chore(deps): bump node-fetch from 2.6.6 to 2.6.7 in /sample/06-mongoose
...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch ) from 2.6.6 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases )
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.6...v2.6.7 )
---
updated-dependencies:
- dependency-name: node-fetch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-18 11:56:35 +00:00
dependabot[bot]
9787fab63a
chore(deps): bump path-parse from 1.0.6 to 1.0.7 in /sample/15-mvc
...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-18 11:56:28 +00:00
dependabot[bot]
78c2630e70
chore(deps): bump lodash in /sample/14-mongoose-base
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21 )
---
updated-dependencies:
- dependency-name: lodash
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-18 11:56:28 +00:00
dependabot[bot]
68f56fafd2
chore(deps): bump path-parse in /sample/09-babel-example
...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-18 11:56:24 +00:00
dependabot[bot]
c91ec71600
chore(deps): bump node-fetch from 2.6.6 to 2.6.7 in /sample/08-webpack
...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch ) from 2.6.6 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases )
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.6...v2.6.7 )
---
updated-dependencies:
- dependency-name: node-fetch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-18 11:56:20 +00:00
Kamil Mysliwiec
9c26865103
Merge pull request #9611 from nestjs/dependabot/npm_and_yarn/sample/11-swagger/node-fetch-2.6.7
...
chore(deps): bump node-fetch from 2.6.6 to 2.6.7 in /sample/11-swagger
2022-05-18 13:55:56 +02:00
Kamil Mysliwiec
3bb69c3e40
Merge pull request #9612 from nestjs/dependabot/npm_and_yarn/sample/11-swagger/path-parse-1.0.7
...
chore(deps): bump path-parse from 1.0.6 to 1.0.7 in /sample/11-swagger
2022-05-18 13:55:49 +02:00
Kamil Mysliwiec
2fbad9ecaf
Merge pull request #9613 from nestjs/dependabot/npm_and_yarn/sample/11-swagger/lodash-4.17.21
...
chore(deps): bump lodash from 4.17.20 to 4.17.21 in /sample/11-swagger
2022-05-18 13:55:45 +02:00
Kamil Mysliwiec
7283ca9e64
Merge pull request #9614 from nestjs/dependabot/npm_and_yarn/sample/10-fastify/lodash-4.17.21
...
chore(deps): bump lodash from 4.17.20 to 4.17.21 in /sample/10-fastify
2022-05-18 13:55:40 +02:00
Kamil Mysliwiec
51405ee9fc
Merge pull request #9615 from nestjs/dependabot/npm_and_yarn/sample/09-babel-example/node-fetch-2.6.7
...
chore(deps): bump node-fetch from 2.6.6 to 2.6.7 in /sample/09-babel-example
2022-05-18 13:55:36 +02:00
Kamil Mysliwiec
7eb767297e
Merge pull request #9598 from nestjs/dependabot/npm_and_yarn/sample/08-webpack/path-parse-1.0.7
...
chore(deps): bump path-parse from 1.0.6 to 1.0.7 in /sample/08-webpack
2022-05-18 13:55:29 +02:00
dependabot[bot]
9d82204378
chore(deps): bump node-fetch in /sample/09-babel-example
...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch ) from 2.6.6 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases )
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.6...v2.6.7 )
---
updated-dependencies:
- dependency-name: node-fetch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-18 11:44:33 +00:00
dependabot[bot]
825b8d49fe
chore(deps): bump lodash from 4.17.20 to 4.17.21 in /sample/10-fastify
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21 )
---
updated-dependencies:
- dependency-name: lodash
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-18 11:44:32 +00:00
dependabot[bot]
6250010091
chore(deps): bump lodash from 4.17.20 to 4.17.21 in /sample/11-swagger
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21 )
---
updated-dependencies:
- dependency-name: lodash
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-18 11:44:26 +00:00
dependabot[bot]
2a9250f2cf
chore(deps): bump path-parse from 1.0.6 to 1.0.7 in /sample/11-swagger
...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-18 11:44:24 +00:00
dependabot[bot]
4f85cf842c
chore(deps): bump node-fetch from 2.6.6 to 2.6.7 in /sample/11-swagger
...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch ) from 2.6.6 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases )
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.6...v2.6.7 )
---
updated-dependencies:
- dependency-name: node-fetch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-18 11:44:22 +00:00
dependabot[bot]
dd3b97b491
chore(deps): bump path-parse from 1.0.6 to 1.0.7 in /sample/08-webpack
...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-18 11:41:41 +00:00
Micael Levi (@micalevisk)
6d3cab8c99
refactor(common,core,microservices): drop all deprecated methods
2022-05-18 07:40:54 -04:00
Micael Levi (@micalevisk)
2f6bbaffe1
feat(common): remove deprecated shared utility validatePath
2022-05-18 07:32:52 -04:00
Kamil Mysliwiec
cb2101990a
Merge pull request #9592 from nestjs/dependabot/npm_and_yarn/socket.io-4.5.1
...
chore(deps): bump socket.io from 4.5.0 to 4.5.1
2022-05-18 09:30:10 +02:00
Kamil Mysliwiec
c8185137f8
Merge pull request #9594 from nestjs/dependabot/npm_and_yarn/imports-loader-4.0.0
...
chore(deps-dev): bump imports-loader from 3.1.1 to 4.0.0
2022-05-18 09:30:02 +02:00
Kamil Mysliwiec
b463d71166
Merge pull request #9595 from nestjs/dependabot/npm_and_yarn/socket.io-client-4.5.1
...
chore(deps-dev): bump socket.io-client from 4.5.0 to 4.5.1
2022-05-18 09:29:51 +02:00
Kamil Mysliwiec
34d09c0494
Merge pull request #9591 from micalevisk/make-applyVersionFilter-mandatory
...
feat(common,core)!: make `HttpServer#applyVersionFilter` mandatory
2022-05-18 09:29:41 +02:00
Kamil Mysliwiec
c5dbdaf57e
Merge pull request #9596 from micalevisk/replace-warn-with-error
...
feat(core)!: throw an exception instead of logging due to module import misusage
2022-05-18 09:28:52 +02:00
Kamil Myśliwiec
1ee52b1157
Merge branch 'Tony133-chore/remove-http-module' into 9.0.0
2022-05-18 09:25:09 +02:00
Kamil Myśliwiec
4fac9c9bf2
chore(): remove http folder
2022-05-18 09:24:36 +02:00
Micael Levi (@micalevisk)
2d87a5addb
feat(core): throw an exception instead of logging due to module misusage
2022-05-17 23:08:21 -04:00
Micael Levi (@micalevisk)
696672e7e6
refactor(core): remove temp variable on applyVersionFilter
2022-05-17 20:16:15 -04:00
Micael Levi (@micalevisk)
0e337d0e3a
feat(common,core): make HttpServer#applyVersionFilter mandatory
2022-05-17 20:16:12 -04:00
dependabot[bot]
052f439683
chore(deps-dev): bump socket.io-client from 4.5.0 to 4.5.1
...
Bumps [socket.io-client](https://github.com/socketio/socket.io-client ) from 4.5.0 to 4.5.1.
- [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.5.0...4.5.1 )
---
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 >
2022-05-18 00:12:14 +00:00
dependabot[bot]
f4b3123c93
chore(deps-dev): bump imports-loader from 3.1.1 to 4.0.0
...
Bumps [imports-loader](https://github.com/webpack-contrib/imports-loader ) from 3.1.1 to 4.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/v3.1.1...v4.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 >
2022-05-18 00:11:01 +00:00
dependabot[bot]
afbb24f03d
chore(deps): bump socket.io from 4.5.0 to 4.5.1
...
Bumps [socket.io](https://github.com/socketio/socket.io ) from 4.5.0 to 4.5.1.
- [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.5.0...4.5.1 )
---
updated-dependencies:
- dependency-name: socket.io
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-18 00:03:48 +00:00
Tony133
dd58e42501
chore(): remove http module deprecated
2022-05-17 17:53:30 +02:00
Kamil Mysliwiec
2362ade438
Merge pull request #9311 from woobottle/woo_bottle/change-reflectMetatData-params-order
...
Refactoring(core): Change ReflectMetadata Params Order
2022-05-17 17:04:26 +02:00
Kamil Myśliwiec
f11181071e
chore(): resolve conflicts
2022-05-17 14:11:27 +02:00
Kamil Mysliwiec
11ac94e23e
Merge pull request #8798 from nestjs/feat/migrate-to-ioredis
...
feat(microservices): migrate redis transporter to internally use ioredis package
2022-05-17 14:10:38 +02:00
Kamil Mysliwiec
cd62e31bcf
Merge pull request #9522 from nestjs/dependabot/npm_and_yarn/mocha-10.0.0
...
chore(deps-dev): bump mocha from 9.2.2 to 10.0.0
2022-05-17 14:09:04 +02:00
Kamil Myśliwiec
34143d9e79
test(microservices): update outdated listeners controller test
2022-05-17 14:02:12 +02:00
Kamil Myśliwiec
79cccd0574
Merge branch 'tolgap-express-raw-body'
2022-05-17 13:45:59 +02:00
Kamil Myśliwiec
71e3143d90
style(): minor foramtting tweaks
2022-05-17 13:45:29 +02:00
Kamil Myśliwiec
2eaee87f09
Merge branch 'express-raw-body' of https://github.com/tolgap/nest into tolgap-express-raw-body
2022-05-17 13:44:04 +02:00
Kamil Myśliwiec
7ca14a2ed4
Merge branch 'esahin90-sahin/optional-consumer-kafka-client'
2022-05-17 13:42:33 +02:00
Kamil Myśliwiec
b7d92b2b2a
style(): run prettier
2022-05-17 13:42:03 +02:00
Kamil Myśliwiec
d38a7d894f
Merge branch 'sahin/optional-consumer-kafka-client' of https://github.com/esahin90/nest into esahin90-sahin/optional-consumer-kafka-client
2022-05-17 13:41:17 +02:00
Kamil Myśliwiec
cf42ed5b8d
ci(): remove test_node_10 job
2022-05-17 13:39:29 +02:00
Kamil Myśliwiec
72c046dec7
fix(microservices): update ioredis options
2022-05-17 13:39:18 +02:00
Kamil Myśliwiec
1e8966b603
test(microservices): update server & client redis unit tests
2022-05-17 13:33:21 +02:00
Kamil Myśliwiec
40e2755c82
feat(microservices): migrate redis transporter to internally use ioredis package
2022-05-17 13:33:21 +02:00
dependabot[bot]
64e58b750c
chore(deps-dev): bump mocha from 9.2.2 to 10.0.0
...
Bumps [mocha](https://github.com/mochajs/mocha ) from 9.2.2 to 10.0.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/v9.2.2...v10.0.0 )
---
updated-dependencies:
- dependency-name: mocha
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-17 11:25:46 +00:00
Kamil Mysliwiec
a21c75c4f7
Update packages/microservices/client/client-kafka.ts
2022-05-17 13:25:45 +02:00
Kamil Myśliwiec
61bcb7fe39
Merge branch 'alexfriesen-master' into 9.0.0
2022-05-17 13:24:07 +02:00
Kamil Myśliwiec
ddd95b810f
chore(): resolve conflicts
2022-05-17 13:23:51 +02:00
Kamil Mysliwiec
707a3e069f
Merge pull request #9587 from nestjs/fix/revert-interceptors-grpc
...
fix(microservices): revert grpc client interceptors (grpc-specific)
2022-05-17 13:22:01 +02:00
Kamil Mysliwiec
66da12aecf
Merge pull request #9586 from nestjs/fix/propagate-kafka-errors
...
feat(microservices): add kafka retriable exception, auto-unwrap payloads
2022-05-17 13:21:35 +02:00
Kamil Myśliwiec
1f5a5b4f2e
chore(): set minimum node version to v12
2022-05-17 13:21:25 +02:00
Kamil Myśliwiec
be1a8c33bd
Merge branch 'Dzixxx-support-multiple-patterns' into 9.0.0
2022-05-17 13:17:02 +02:00
Kamil Myśliwiec
e3e3ef5cc5
chore(): resolve conflicts
2022-05-17 13:16:46 +02:00
Kamil Mysliwiec
fc95619e4d
Merge pull request #9534 from nestjs/feat/module-utils
...
feat(core): add configurable module builder, module utils
2022-05-17 13:14:31 +02:00
Kamil Mysliwiec
19b55e9a37
Merge pull request #9491 from micalevisk/fix-use-isObservable
...
Use rxjs when checking if the value is an observable
2022-05-17 13:14:04 +02:00
Kamil Mysliwiec
ca967b809e
Merge pull request #9383 from micalevisk/fix-issue-9357
...
feat(common)!: disallow usage of `inject` on class and value providers at type level
2022-05-17 13:13:56 +02:00
Kamil Mysliwiec
206579242a
Merge pull request #9023 from ZanMinKian/fix/factory-provider-type
...
fix: fix factory provider definition
2022-05-17 13:13:22 +02:00
Kamil Mysliwiec
ddd24f970d
Merge pull request #8058 from diesal11/master
...
Improve ParseUUIDPipe error message
2022-05-17 13:09:41 +02:00
Kamil Mysliwiec
28afaa27dc
Merge pull request #8459 from titivuk/fix/ParseUUIDPipe
...
fix(common): ParseUUIDPipe - throw exceptions with exceptionFactory only
2022-05-17 13:09:16 +02:00
Kamil Mysliwiec
bad85d9172
Merge pull request #9585 from micalevisk/fix-issue-9581
...
fix: when version is an array with neutral version
2022-05-17 13:07:59 +02:00
Kamil Myśliwiec
dde23b1a2b
fix(microservices): revert interceptors (grpc option)
2022-05-17 13:05:26 +02:00
Kamil Myśliwiec
4ca738dddf
chore(): resolve conflicts
2022-05-17 12:55:34 +02:00
Kamil Myśliwiec
5464d72738
chore(microservices): make method name somewhat more self descriptive
2022-05-17 12:48:29 +02:00
Kamil Myśliwiec
cfe1191d22
fix(microservices): combine streams instead of subscribing twice
2022-05-17 12:47:42 +02:00
Kamil Mysliwiec
20870b1d41
Merge pull request #9583 from nestjs/dependabot/npm_and_yarn/commitlint/cli-17.0.0
...
chore(deps-dev): bump @commitlint/cli from 16.3.0 to 17.0.0
2022-05-17 11:44:45 +02:00
Kamil Myśliwiec
90af9590f5
feat(microservices): dont swallow kafka event handler exceptions
2022-05-17 11:33:42 +02:00
Kamil Myśliwiec
6547f922fb
feat(microservices): add kafka request deserializer, unwrap request
2022-05-17 10:49:51 +02:00
Kamil Myśliwiec
a439055646
feat(microservices): add kafka retriable exception, rethrow if needed
2022-05-17 10:41:08 +02:00
dependabot[bot]
842b7cb776
chore(deps-dev): bump @commitlint/cli from 16.3.0 to 17.0.0
...
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli ) from 16.3.0 to 17.0.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/v17.0.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 >
2022-05-17 08:24:17 +00:00
Kamil Mysliwiec
7cea25f6b7
Merge pull request #9584 from nestjs/dependabot/npm_and_yarn/types/node-17.0.34
...
chore(deps-dev): bump @types/node from 17.0.33 to 17.0.34
2022-05-17 10:21:33 +02:00
Kamil Mysliwiec
5c904a622f
Merge pull request #9582 from nestjs/dependabot/npm_and_yarn/commitlint/config-angular-17.0.0
...
chore(deps-dev): bump @commitlint/config-angular from 16.3.0 to 17.0.0
2022-05-17 10:21:20 +02:00
Micael Levi (@micalevisk)
15737e0622
test: add tests to cover version array with neutral
2022-05-16 22:07:53 -04:00
Micael Levi (@micalevisk)
46ec9770b9
test(core): improve typings on RouterExplorer suite
2022-05-16 21:49:05 -04:00
Micael Levi (@micalevisk)
5467777e9b
fix(platform-fastify): when version is an array with neutral
2022-05-16 21:27:06 -04:00
Micael Levi (@micalevisk)
07e17a4ca9
fix(core,platform-express): when version is an array with neutral
...
on header and media type versioning, on the express adapter
2022-05-16 21:26:37 -04:00
dependabot[bot]
21bffef69b
chore(deps-dev): bump @types/node from 17.0.33 to 17.0.34
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 17.0.33 to 17.0.34.
- [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 >
2022-05-17 00:09:30 +00:00
dependabot[bot]
353854e88d
chore(deps-dev): bump @commitlint/config-angular from 16.3.0 to 17.0.0
...
Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular ) from 16.3.0 to 17.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/v17.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 >
2022-05-17 00:03:23 +00:00
Kamil Mysliwiec
73f45db25e
Merge pull request #9578 from nestjs/dependabot/npm_and_yarn/commitlint/cli-16.3.0
...
chore(deps-dev): bump @commitlint/cli from 16.2.4 to 16.3.0
2022-05-16 08:59:51 +02:00
dependabot[bot]
2c1bde5ddc
chore(deps-dev): bump @commitlint/cli from 16.2.4 to 16.3.0
...
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli ) from 16.2.4 to 16.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/v16.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 >
2022-05-16 06:34:03 +00:00
Kamil Mysliwiec
c10d17c71c
Merge pull request #9579 from nestjs/dependabot/npm_and_yarn/concurrently-7.2.0
...
chore(deps-dev): bump concurrently from 7.1.0 to 7.2.0
2022-05-16 08:29:39 +02:00
Kamil Mysliwiec
956d7f828b
Merge pull request #9575 from nestjs/dependabot/npm_and_yarn/apollo-server-core-3.7.0
...
chore(deps-dev): bump apollo-server-core from 3.6.7 to 3.7.0
2022-05-16 08:29:32 +02:00
Kamil Mysliwiec
d30d990ca9
Merge pull request #9580 from nestjs/dependabot/npm_and_yarn/commitlint/config-angular-16.3.0
...
chore(deps-dev): bump @commitlint/config-angular from 16.2.4 to 16.3.0
2022-05-16 08:29:07 +02:00
dependabot[bot]
68cf225b28
chore(deps-dev): bump @commitlint/config-angular from 16.2.4 to 16.3.0
...
Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular ) from 16.2.4 to 16.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/v16.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 >
2022-05-16 00:17:55 +00:00
dependabot[bot]
df2e404c93
chore(deps-dev): bump concurrently from 7.1.0 to 7.2.0
...
Bumps [concurrently](https://github.com/open-cli-tools/concurrently ) from 7.1.0 to 7.2.0.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases )
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v7.1.0...v7.2.0 )
---
updated-dependencies:
- dependency-name: concurrently
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-16 00:16:00 +00:00
Tolga Paksoy
26fd5a7d41
refactor(platform-fastify): allow any truthy value
...
Co-authored-by: Kamil Mysliwiec <mail@kamilmysliwiec.com >
2022-05-13 17:48:21 +02:00
dependabot[bot]
63ed53f1cb
chore(deps-dev): bump apollo-server-core from 3.6.7 to 3.7.0
...
Bumps [apollo-server-core](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-core ) from 3.6.7 to 3.7.0.
- [Release notes](https://github.com/apollographql/apollo-server/releases )
- [Changelog](https://github.com/apollographql/apollo-server/blob/main/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server-core@3.7.0/packages/apollo-server-core )
---
updated-dependencies:
- dependency-name: apollo-server-core
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-13 13:30:46 +00:00
Kamil Mysliwiec
1e56057251
Merge pull request #9574 from nestjs/dependabot/npm_and_yarn/point-of-view-5.3.0
...
chore(deps-dev): bump point-of-view from 5.2.0 to 5.3.0
2022-05-13 15:26:14 +02:00
Kamil Mysliwiec
ce2a4590b4
Merge pull request #9573 from nestjs/dependabot/npm_and_yarn/amqplib-0.9.0
...
chore(deps-dev): bump amqplib from 0.8.0 to 0.9.0
2022-05-13 15:26:08 +02:00
Kamil Myśliwiec
23760fe43c
chore(deps): update ws package to v8
2022-05-13 15:24:43 +02:00
dependabot[bot]
98f4ac8fae
chore(deps-dev): bump point-of-view from 5.2.0 to 5.3.0
...
Bumps [point-of-view](https://github.com/fastify/point-of-view ) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/fastify/point-of-view/releases )
- [Commits](https://github.com/fastify/point-of-view/compare/v5.2.0...v5.3.0 )
---
updated-dependencies:
- dependency-name: point-of-view
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-13 13:00:37 +00:00
dependabot[bot]
b5a1e7b427
chore(deps-dev): bump amqplib from 0.8.0 to 0.9.0
...
Bumps [amqplib](https://github.com/squaremo/amqp.node ) from 0.8.0 to 0.9.0.
- [Release notes](https://github.com/squaremo/amqp.node/releases )
- [Changelog](https://github.com/amqp-node/amqplib/blob/main/CHANGELOG.md )
- [Commits](https://github.com/squaremo/amqp.node/compare/v0.8.0...v0.9.0 )
---
updated-dependencies:
- dependency-name: amqplib
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-13 12:59:42 +00:00
Kamil Mysliwiec
521f5867e9
Merge pull request #9550 from nestjs/dependabot/npm_and_yarn/husky-8.0.1
...
chore(deps-dev): bump husky from 7.0.4 to 8.0.1
2022-05-13 14:56:28 +02:00
Kamil Mysliwiec
4064b96196
Merge pull request #9572 from nestjs/dependabot/npm_and_yarn/graphql-tools-8.2.9
...
chore(deps-dev): bump graphql-tools from 8.2.8 to 8.2.9
2022-05-13 14:55:46 +02:00
Kamil Mysliwiec
cc2a242986
Merge pull request #9571 from nestjs/dependabot/npm_and_yarn/sinon-14.0.0
...
chore(deps-dev): bump sinon from 13.0.2 to 14.0.0
2022-05-13 14:55:34 +02:00
Kamil Mysliwiec
1c2d77cba1
Merge pull request #9570 from nestjs/dependabot/npm_and_yarn/core-js-3.22.5
...
chore(deps-dev): bump core-js from 3.22.4 to 3.22.5
2022-05-13 14:55:28 +02:00
Kamil Mysliwiec
7f185052f9
Merge pull request #9568 from nestjs/dependabot/npm_and_yarn/eventsource-2.0.2
...
chore(deps-dev): bump eventsource from 2.0.0 to 2.0.2
2022-05-13 14:55:23 +02:00
Kamil Mysliwiec
81392cb480
Merge pull request #9564 from nestjs/dependabot/npm_and_yarn/nestjs/apollo-10.0.11
...
chore(deps-dev): bump @nestjs/apollo from 10.0.8 to 10.0.11
2022-05-13 14:55:19 +02:00
Kamil Mysliwiec
c8358b01f3
Merge pull request #9539 from nestjs/dependabot/npm_and_yarn/fastify-formbody-5.3.0
...
chore(deps): bump fastify-formbody from 5.2.0 to 5.3.0
2022-05-13 14:55:12 +02:00
Kamil Myśliwiec
6f5986d19e
chore(): update readme
2022-05-13 14:45:02 +02:00
Kamil Myśliwiec
dea497a66f
chore(@nestjs) publish v8.4.5 release
2022-05-13 14:28:13 +02:00
Kamil Myśliwiec
f0a8ac32bc
Merge branch 'saurabh-prakash-fix-allow-individual-test-run'
2022-05-13 14:19:11 +02:00
Kamil Myśliwiec
1c0bec8f95
chore(): minor tweak, move mocha hook to hooks folder
2022-05-13 14:19:01 +02:00
dependabot[bot]
dee8396f2d
chore(deps-dev): bump graphql-tools from 8.2.8 to 8.2.9
...
Bumps [graphql-tools](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/graphql-tools ) from 8.2.8 to 8.2.9.
- [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@8.2.9/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 >
2022-05-13 12:15:29 +00:00
Kamil Myśliwiec
532b5e8c65
Merge branch 'fix-allow-individual-test-run' of https://github.com/saurabh-prakash/nest into saurabh-prakash-fix-allow-individual-test-run
2022-05-13 14:14:50 +02:00
dependabot[bot]
97bfb4af94
chore(deps-dev): bump husky from 7.0.4 to 8.0.1
...
Bumps [husky](https://github.com/typicode/husky ) from 7.0.4 to 8.0.1.
- [Release notes](https://github.com/typicode/husky/releases )
- [Commits](https://github.com/typicode/husky/compare/v7.0.4...v8.0.1 )
---
updated-dependencies:
- dependency-name: husky
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-13 12:13:21 +00:00
dependabot[bot]
3be31dde46
chore(deps-dev): bump sinon from 13.0.2 to 14.0.0
...
Bumps [sinon](https://github.com/sinonjs/sinon ) from 13.0.2 to 14.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/v13.0.2...v14.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 >
2022-05-13 12:12:46 +00:00
dependabot[bot]
ff2de15bf1
chore(deps-dev): bump @nestjs/apollo from 10.0.8 to 10.0.11
...
Bumps [@nestjs/apollo](https://github.com/nestjs/graphql ) from 10.0.8 to 10.0.11.
- [Release notes](https://github.com/nestjs/graphql/releases )
- [Commits](https://github.com/nestjs/graphql/compare/v10.0.8...v10.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 >
2022-05-13 12:12:17 +00:00
dependabot[bot]
654ba2b6f0
chore(deps): bump fastify-formbody from 5.2.0 to 5.3.0
...
Bumps [fastify-formbody](https://github.com/fastify/fastify-formbody ) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/fastify/fastify-formbody/releases )
- [Commits](https://github.com/fastify/fastify-formbody/commits )
---
updated-dependencies:
- dependency-name: fastify-formbody
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-13 12:12:07 +00:00
dependabot[bot]
b7370b2236
chore(deps-dev): bump core-js from 3.22.4 to 3.22.5
...
Bumps [core-js](https://github.com/zloirock/core-js ) from 3.22.4 to 3.22.5.
- [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/compare/v3.22.4...v3.22.5 )
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-13 12:11:56 +00:00
Kamil Mysliwiec
3c04cbb992
Merge pull request #9566 from nestjs/dependabot/npm_and_yarn/kafkajs-2.0.0
...
chore(deps-dev): bump kafkajs from 1.16.0 to 2.0.0
2022-05-13 14:10:37 +02:00
Kamil Mysliwiec
24e67a5fa2
Merge pull request #9456 from MyAeroCode/lutz-fix/scoped-injection-with-symbol
...
fix(core): scoped injection with symbol field name
2022-05-13 14:10:13 +02:00
Kamil Mysliwiec
d14a944a9c
Merge pull request #9496 from micalevisk/refactor-builtin-pipes
...
feat(common): improve extensibility on few built-in pipes
2022-05-13 14:10:08 +02:00
Kamil Mysliwiec
002c11af4f
Merge pull request #9506 from ntibi/enhance_circular_dep_error_msg_context
...
feat(core): enhance circular dependency error message
2022-05-13 14:09:59 +02:00
dependabot[bot]
ace4fe5556
chore(deps-dev): bump eventsource from 2.0.0 to 2.0.2
...
Bumps [eventsource](https://github.com/EventSource/eventsource ) from 2.0.0 to 2.0.2.
- [Release notes](https://github.com/EventSource/eventsource/releases )
- [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md )
- [Commits](https://github.com/EventSource/eventsource/compare/v2.0.0...v2.0.2 )
---
updated-dependencies:
- dependency-name: eventsource
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-13 12:09:15 +00:00
Kamil Mysliwiec
c453522252
Merge pull request #9567 from nestjs/dependabot/npm_and_yarn/middie-6.1.0
...
chore(deps): bump middie from 6.0.0 to 6.1.0
2022-05-13 14:07:14 +02:00
Kamil Mysliwiec
9dbc23b1ca
Merge pull request #9565 from nestjs/dependabot/npm_and_yarn/types/node-17.0.33
...
chore(deps-dev): bump @types/node from 17.0.23 to 17.0.33
2022-05-13 14:07:04 +02:00
Kamil Mysliwiec
b614b49f4c
Merge pull request #9562 from nestjs/dependabot/npm_and_yarn/fast-json-stringify-3.2.0
...
chore(deps): bump fast-json-stringify from 3.0.3 to 3.2.0
2022-05-13 14:06:48 +02:00
dependabot[bot]
87a24633dd
chore(deps): bump middie from 6.0.0 to 6.1.0
...
Bumps [middie](https://github.com/fastify/middleman ) from 6.0.0 to 6.1.0.
- [Release notes](https://github.com/fastify/middleman/releases )
- [Commits](https://github.com/fastify/middleman/compare/v6.0.0...v6.1.0 )
---
updated-dependencies:
- dependency-name: middie
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-13 10:50:21 +00:00
dependabot[bot]
7f2ce42a0f
chore(deps-dev): bump kafkajs from 1.16.0 to 2.0.0
...
Bumps [kafkajs](https://github.com/tulios/kafkajs ) from 1.16.0 to 2.0.0.
- [Release notes](https://github.com/tulios/kafkajs/releases )
- [Changelog](https://github.com/tulios/kafkajs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tulios/kafkajs/compare/v1.16.0...v2.0.0 )
---
updated-dependencies:
- dependency-name: kafkajs
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-13 10:49:22 +00:00
dependabot[bot]
d97e117269
chore(deps-dev): bump @types/node from 17.0.23 to 17.0.33
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 17.0.23 to 17.0.33.
- [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 >
2022-05-13 10:48:23 +00:00
dependabot[bot]
e2715836f8
chore(deps): bump fast-json-stringify from 3.0.3 to 3.2.0
...
Bumps [fast-json-stringify](https://github.com/fastify/fast-json-stringify ) from 3.0.3 to 3.2.0.
- [Release notes](https://github.com/fastify/fast-json-stringify/releases )
- [Commits](https://github.com/fastify/fast-json-stringify/commits/v3.2.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 >
2022-05-13 10:46:33 +00:00
Kamil Mysliwiec
5e127fc673
Update packages/platform-express/adapters/express-adapter.ts
...
Co-authored-by: Micael Levi L. Cavalcante <mllc@icomp.ufam.edu.br >
2022-05-13 12:46:22 +02:00
Kamil Mysliwiec
de28fa349b
Merge pull request #8865 from Tony133/sample-05/add-test-e2e
...
sample(05-sql-typeorm): added test e2e
2022-05-13 12:45:54 +02:00
Kamil Mysliwiec
0fed555560
Merge pull request #9559 from nestjs/dependabot/npm_and_yarn/commitlint/cli-16.2.4
...
chore(deps-dev): bump @commitlint/cli from 16.2.3 to 16.2.4
2022-05-13 12:40:58 +02:00
Kamil Mysliwiec
5376136979
Merge pull request #9560 from nestjs/dependabot/npm_and_yarn/supertest-6.2.3
...
chore(deps-dev): bump supertest from 6.2.2 to 6.2.3
2022-05-13 12:40:54 +02:00
Kamil Mysliwiec
e5565fc4c2
Merge pull request #9561 from nestjs/dependabot/npm_and_yarn/grpc/proto-loader-0.6.12
...
chore(deps-dev): bump @grpc/proto-loader from 0.6.9 to 0.6.12
2022-05-13 12:40:49 +02:00
Kamil Mysliwiec
1d8374e007
Merge pull request #9563 from nestjs/dependabot/npm_and_yarn/apollo-server-express-3.7.0
...
chore(deps-dev): bump apollo-server-express from 3.6.7 to 3.7.0
2022-05-13 12:40:30 +02:00
dependabot[bot]
0a077c94b4
chore(deps-dev): bump apollo-server-express from 3.6.7 to 3.7.0
...
Bumps [apollo-server-express](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-express ) from 3.6.7 to 3.7.0.
- [Release notes](https://github.com/apollographql/apollo-server/releases )
- [Changelog](https://github.com/apollographql/apollo-server/blob/main/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server-express@3.7.0/packages/apollo-server-express )
---
updated-dependencies:
- dependency-name: apollo-server-express
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-13 07:17:29 +00:00
dependabot[bot]
cf37e61bc1
chore(deps-dev): bump @grpc/proto-loader from 0.6.9 to 0.6.12
...
Bumps [@grpc/proto-loader](https://github.com/grpc/grpc-node ) from 0.6.9 to 0.6.12.
- [Release notes](https://github.com/grpc/grpc-node/releases )
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/proto-loader@0.6.9...@grpc/proto-loader@0.6.12 )
---
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 >
2022-05-13 07:15:47 +00:00
dependabot[bot]
03ab77cb74
chore(deps-dev): bump supertest from 6.2.2 to 6.2.3
...
Bumps [supertest](https://github.com/visionmedia/supertest ) from 6.2.2 to 6.2.3.
- [Release notes](https://github.com/visionmedia/supertest/releases )
- [Commits](https://github.com/visionmedia/supertest/compare/v6.2.2...v6.2.3 )
---
updated-dependencies:
- dependency-name: supertest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-13 07:14:53 +00:00
dependabot[bot]
dafa1cf754
chore(deps-dev): bump @commitlint/cli from 16.2.3 to 16.2.4
...
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli ) from 16.2.3 to 16.2.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/v16.2.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 >
2022-05-13 07:14:03 +00:00
Kamil Mysliwiec
0a1c7e9768
Merge pull request #9536 from nestjs/dependabot/npm_and_yarn/socket.io-4.5.0
...
chore(deps): bump socket.io from 4.4.1 to 4.5.0
2022-05-13 09:11:22 +02:00
Kamil Mysliwiec
44cd4573f9
Merge pull request #9551 from nestjs/dependabot/npm_and_yarn/mongoose-6.3.3
...
chore(deps-dev): bump mongoose from 6.3.2 to 6.3.3
2022-05-13 09:11:17 +02:00
Kamil Mysliwiec
ea4f9d0edc
Merge pull request #9549 from nestjs/dependabot/npm_and_yarn/express-4.18.1
...
chore(deps): bump express from 4.17.3 to 4.18.1
2022-05-13 09:11:12 +02:00
Kamil Mysliwiec
8f237751b3
Merge pull request #9548 from nestjs/dependabot/npm_and_yarn/axios-0.27.2
...
chore(deps): bump axios from 0.26.1 to 0.27.2
2022-05-13 09:11:08 +02:00
Kamil Mysliwiec
6ded88c0c9
Merge pull request #9538 from nestjs/dependabot/npm_and_yarn/engine.io-client-6.2.2
...
chore(deps-dev): bump engine.io-client from 6.1.1 to 6.2.2
2022-05-13 09:10:59 +02:00
dependabot[bot]
c77bef9e56
chore(deps-dev): bump mongoose from 6.3.2 to 6.3.3
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 6.3.2 to 6.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/6.3.2...6.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 >
2022-05-10 00:07:32 +00:00
dependabot[bot]
8584af1ac5
chore(deps): bump express from 4.17.3 to 4.18.1
...
Bumps [express](https://github.com/expressjs/express ) from 4.17.3 to 4.18.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.17.3...4.18.1 )
---
updated-dependencies:
- dependency-name: express
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-10 00:04:46 +00:00
dependabot[bot]
ae2cde105d
chore(deps): bump axios from 0.26.1 to 0.27.2
...
Bumps [axios](https://github.com/axios/axios ) from 0.26.1 to 0.27.2.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v0.26.1...v0.27.2 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-10 00:03:14 +00:00
dependabot[bot]
2db088fa14
chore(deps): bump socket.io from 4.4.1 to 4.5.0
...
Bumps [socket.io](https://github.com/socketio/socket.io ) from 4.4.1 to 4.5.0.
- [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.4.1...4.5.0 )
---
updated-dependencies:
- dependency-name: socket.io
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-09 10:09:14 +00:00
Kamil Mysliwiec
2f9f2edf89
Merge pull request #9533 from nestjs/dependabot/npm_and_yarn/fastify-static-4.7.0
...
chore(deps-dev): bump fastify-static from 4.6.1 to 4.7.0
2022-05-09 12:05:38 +02:00
Kamil Mysliwiec
74e3f5fff3
Merge pull request #9535 from nestjs/dependabot/npm_and_yarn/amqp-connection-manager-4.1.3
...
chore(deps-dev): bump amqp-connection-manager from 4.1.2 to 4.1.3
2022-05-09 12:04:56 +02:00
Kamil Mysliwiec
37f7b1cc3a
Merge pull request #9537 from nestjs/dependabot/npm_and_yarn/typescript-4.6.4
...
chore(deps-dev): bump typescript from 4.6.3 to 4.6.4
2022-05-09 12:04:42 +02:00
Kamil Mysliwiec
0b137ff1c5
Merge pull request #9540 from nestjs/dependabot/npm_and_yarn/fastify-cors-6.1.0
...
chore(deps): bump fastify-cors from 6.0.3 to 6.1.0
2022-05-09 12:04:29 +02:00
Alexander Friesen
e7087adcb7
chore: update package-lock
2022-05-07 13:15:26 +02:00
Alex
a3cfb1717a
Merge branch 'master' into master
2022-05-07 13:10:53 +02:00
dependabot[bot]
e0255e7a1e
chore(deps): bump fastify-cors from 6.0.3 to 6.1.0
...
Bumps [fastify-cors](https://github.com/fastify/fastify-cors ) from 6.0.3 to 6.1.0.
- [Release notes](https://github.com/fastify/fastify-cors/releases )
- [Commits](https://github.com/fastify/fastify-cors/commits )
---
updated-dependencies:
- dependency-name: fastify-cors
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-06 17:00:43 +00:00
dependabot[bot]
341f0518f9
chore(deps-dev): bump fastify-static from 4.6.1 to 4.7.0
...
Bumps [fastify-static](https://github.com/fastify/fastify-static ) from 4.6.1 to 4.7.0.
- [Release notes](https://github.com/fastify/fastify-static/releases )
- [Commits](https://github.com/fastify/fastify-static/commits )
---
updated-dependencies:
- dependency-name: fastify-static
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-06 17:00:34 +00:00
dependabot[bot]
2d8f838aea
chore(deps-dev): bump engine.io-client from 6.1.1 to 6.2.2
...
Bumps [engine.io-client](https://github.com/socketio/engine.io-client ) from 6.1.1 to 6.2.2.
- [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.1.1...6.2.2 )
---
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 >
2022-05-06 16:58:57 +00:00
dependabot[bot]
7d84e835f4
chore(deps-dev): bump typescript from 4.6.3 to 4.6.4
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.6.3 to 4.6.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.6.3...v4.6.4 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-06 16:58:09 +00:00
Kamil Mysliwiec
d1d1a16eb4
Merge pull request #9532 from nestjs/dependabot/npm_and_yarn/lint-staged-12.4.1
...
chore(deps-dev): bump lint-staged from 12.3.7 to 12.4.1
2022-05-06 18:57:11 +02:00
Kamil Myśliwiec
4d6216695d
chore(): cleanup, remove initialize function calls
2022-05-06 18:57:03 +02:00
dependabot[bot]
8d7d63daa4
chore(deps-dev): bump amqp-connection-manager from 4.1.2 to 4.1.3
...
Bumps [amqp-connection-manager](https://github.com/jwalton/node-amqp-connection-manager ) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/jwalton/node-amqp-connection-manager/releases )
- [Changelog](https://github.com/jwalton/node-amqp-connection-manager/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jwalton/node-amqp-connection-manager/compare/v4.1.2...v4.1.3 )
---
updated-dependencies:
- dependency-name: amqp-connection-manager
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-06 16:56:20 +00:00
dependabot[bot]
37f580c0a2
chore(deps-dev): bump lint-staged from 12.3.7 to 12.4.1
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 12.3.7 to 12.4.1.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Commits](https://github.com/okonet/lint-staged/compare/v12.3.7...v12.4.1 )
---
updated-dependencies:
- dependency-name: lint-staged
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-06 16:56:19 +00:00
Kamil Mysliwiec
9cd425cac7
Merge pull request #9524 from nestjs/dependabot/npm_and_yarn/fastify-multipart-5.4.0
...
chore(deps-dev): bump fastify-multipart from 5.3.1 to 5.4.0
2022-05-06 18:55:53 +02:00
Kamil Mysliwiec
3ceeb114af
Merge pull request #9530 from nestjs/dependabot/npm_and_yarn/commitlint/config-angular-16.2.4
...
chore(deps-dev): bump @commitlint/config-angular from 16.2.3 to 16.2.4
2022-05-06 18:55:46 +02:00
Kamil Mysliwiec
340dcaaef4
Merge pull request #9531 from nestjs/dependabot/npm_and_yarn/nodemon-2.0.16
...
chore(deps-dev): bump nodemon from 2.0.15 to 2.0.16
2022-05-06 18:53:53 +02:00
Kamil Mysliwiec
92bc4556f7
Merge pull request #9529 from nestjs/dependabot/npm_and_yarn/tslib-2.4.0
...
chore(deps): bump tslib from 2.3.1 to 2.4.0
2022-05-06 18:53:47 +02:00
Kamil Mysliwiec
5eedf8a9b1
Update Readme.md
2022-05-05 11:36:30 +02:00
dependabot[bot]
13f71afa60
chore(deps-dev): bump nodemon from 2.0.15 to 2.0.16
...
Bumps [nodemon](https://github.com/remy/nodemon ) from 2.0.15 to 2.0.16.
- [Release notes](https://github.com/remy/nodemon/releases )
- [Commits](https://github.com/remy/nodemon/compare/v2.0.15...v2.0.16 )
---
updated-dependencies:
- dependency-name: nodemon
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-05 09:26:47 +00:00
dependabot[bot]
e17dc7b4a8
chore(deps-dev): bump @commitlint/config-angular from 16.2.3 to 16.2.4
...
Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular ) from 16.2.3 to 16.2.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/v16.2.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 >
2022-05-05 09:25:23 +00:00
dependabot[bot]
bb38f328e3
chore(deps): bump tslib from 2.3.1 to 2.4.0
...
Bumps [tslib](https://github.com/Microsoft/tslib ) from 2.3.1 to 2.4.0.
- [Release notes](https://github.com/Microsoft/tslib/releases )
- [Commits](https://github.com/Microsoft/tslib/compare/2.3.1...2.4.0 )
---
updated-dependencies:
- dependency-name: tslib
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-05 09:24:30 +00:00
dependabot[bot]
d9eeda4d79
chore(deps-dev): bump fastify-multipart from 5.3.1 to 5.4.0
...
Bumps [fastify-multipart](https://github.com/fastify/fastify-multipart ) from 5.3.1 to 5.4.0.
- [Release notes](https://github.com/fastify/fastify-multipart/releases )
- [Commits](https://github.com/fastify/fastify-multipart/commits )
---
updated-dependencies:
- dependency-name: fastify-multipart
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-05 09:23:46 +00:00
Kamil Mysliwiec
9ba4903419
Merge pull request #9523 from nestjs/dependabot/npm_and_yarn/types/mocha-9.1.1
...
chore(deps-dev): bump @types/mocha from 9.1.0 to 9.1.1
2022-05-05 11:21:38 +02:00
Kamil Mysliwiec
7192d4de53
Merge pull request #9525 from nestjs/dependabot/npm_and_yarn/socket.io-client-4.5.0
...
chore(deps-dev): bump socket.io-client from 4.4.1 to 4.5.0
2022-05-05 11:21:30 +02:00
Kamil Mysliwiec
9cd4fefd3a
Merge pull request #9526 from nestjs/dependabot/npm_and_yarn/fastify-3.29.0
...
chore(deps): bump fastify from 3.28.0 to 3.29.0
2022-05-05 11:21:26 +02:00
Kamil Mysliwiec
84c4589497
Merge pull request #9527 from nestjs/dependabot/npm_and_yarn/light-my-request-4.10.1
...
chore(deps): bump light-my-request from 4.9.0 to 4.10.1
2022-05-05 11:21:21 +02:00
Kamil Mysliwiec
f3a31c8ffd
Merge pull request #9528 from nestjs/dependabot/npm_and_yarn/core-js-3.22.4
...
chore(deps-dev): bump core-js from 3.21.1 to 3.22.4
2022-05-05 11:21:06 +02:00
dependabot[bot]
1aa7b946c6
chore(deps-dev): bump core-js from 3.21.1 to 3.22.4
...
Bumps [core-js](https://github.com/zloirock/core-js ) from 3.21.1 to 3.22.4.
- [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/compare/v3.21.1...v3.22.4 )
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-05 00:12:03 +00:00
dependabot[bot]
38b0f8b69e
chore(deps): bump light-my-request from 4.9.0 to 4.10.1
...
Bumps [light-my-request](https://github.com/fastify/light-my-request ) from 4.9.0 to 4.10.1.
- [Release notes](https://github.com/fastify/light-my-request/releases )
- [Commits](https://github.com/fastify/light-my-request/compare/v4.9.0...v4.10.1 )
---
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 >
2022-05-05 00:10:08 +00:00
dependabot[bot]
df6e227da4
chore(deps): bump fastify from 3.28.0 to 3.29.0
...
Bumps [fastify](https://github.com/fastify/fastify ) from 3.28.0 to 3.29.0.
- [Release notes](https://github.com/fastify/fastify/releases )
- [Commits](https://github.com/fastify/fastify/compare/v3.28.0...v3.29.0 )
---
updated-dependencies:
- dependency-name: fastify
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-05 00:09:00 +00:00
dependabot[bot]
0b82026efc
chore(deps-dev): bump socket.io-client from 4.4.1 to 4.5.0
...
Bumps [socket.io-client](https://github.com/socketio/socket.io-client ) from 4.4.1 to 4.5.0.
- [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.4.1...4.5.0 )
---
updated-dependencies:
- dependency-name: socket.io-client
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-05 00:07:34 +00:00
dependabot[bot]
85c06f3a1e
chore(deps-dev): bump @types/mocha from 9.1.0 to 9.1.1
...
Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha ) from 9.1.0 to 9.1.1.
- [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 >
2022-05-05 00:05:14 +00:00
Alexander Friesen
0d0a6c7657
chore: define optional deps
2022-05-04 20:23:16 +02:00
Kamil Mysliwiec
581ba5aec6
Merge pull request #9512 from nestjs/dependabot/npm_and_yarn/mongoose-6.3.2
...
chore(deps-dev): bump mongoose from 6.2.10 to 6.3.2
2022-05-04 14:21:19 +02:00
Kamil Mysliwiec
6c7c1d63dc
Merge pull request #9513 from nestjs/dependabot/npm_and_yarn/clang-format-1.8.0
...
chore(deps-dev): bump clang-format from 1.6.0 to 1.8.0
2022-05-04 14:21:09 +02:00
Kamil Mysliwiec
19b210337f
Merge pull request #9460 from nestjs/dependabot/npm_and_yarn/types/chai-4.3.1
...
chore(deps-dev): bump @types/chai from 4.3.0 to 4.3.1
2022-05-04 14:20:56 +02:00
dependabot[bot]
6731aaf59b
chore(deps-dev): bump clang-format from 1.6.0 to 1.8.0
...
Bumps [clang-format](https://github.com/angular/clang-format ) from 1.6.0 to 1.8.0.
- [Release notes](https://github.com/angular/clang-format/releases )
- [Commits](https://github.com/angular/clang-format/commits )
---
updated-dependencies:
- dependency-name: clang-format
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-04 11:03:14 +00:00
Kamil Mysliwiec
208390e98f
Merge pull request #9461 from nestjs/dependabot/npm_and_yarn/amqp-connection-manager-4.1.2
...
chore(deps-dev): bump amqp-connection-manager from 4.1.1 to 4.1.2
2022-05-04 13:01:02 +02:00
Kamil Mysliwiec
0e75c7db31
Merge pull request #9466 from nestjs/dependabot/npm_and_yarn/sinon-13.0.2
...
chore(deps-dev): bump sinon from 13.0.1 to 13.0.2
2022-05-04 13:00:58 +02:00
Kamil Mysliwiec
fc19ec532d
Merge pull request #9478 from nestjs/dependabot/npm_and_yarn/graphql-tools-8.2.8
...
chore(deps-dev): bump graphql-tools from 8.2.5 to 8.2.8
2022-05-04 13:00:48 +02:00
Kamil Mysliwiec
fae3431e81
Merge pull request #9482 from nestjs/dependabot/npm_and_yarn/grpc/grpc-js-1.6.7
...
chore(deps-dev): bump @grpc/grpc-js from 1.6.2 to 1.6.7
2022-05-04 13:00:44 +02:00
Kamil Mysliwiec
a5eb9b3d82
Merge pull request #9493 from nestjs/renovate/npm-lodash-vulnerability
...
chore(deps): update dependency lodash to 4.17.21 [security]
2022-05-04 13:00:32 +02:00
Kamil Mysliwiec
73ddac2005
Merge pull request #9494 from nestjs/renovate/npm-mem-vulnerability
...
chore(deps): update dependency mem to 4.0.0 [security]
2022-05-04 13:00:27 +02:00
Kamil Mysliwiec
02d9f4941e
Merge pull request #9499 from nestjs/dependabot/github_actions/github/codeql-action-2
...
chore(deps): bump github/codeql-action from 1 to 2
2022-05-04 12:59:45 +02:00
Kamil Mysliwiec
d21c30f7bc
Merge pull request #9505 from nestjs/renovate/npm-cross-fetch-vulnerability
...
chore(deps): update dependency cross-fetch to 3.1.5 [security]
2022-05-04 12:59:30 +02:00
Renovate Bot
82b019dae0
chore(deps): update dependency mem to 4.0.0 [security]
2022-05-04 02:57:27 +00:00
Renovate Bot
2574a79a8b
chore(deps): update dependency lodash to 4.17.21 [security]
2022-05-04 02:55:41 +00:00
Alexander Friesen
87969fba5f
chore: update interfaces
2022-05-03 20:00:45 +02:00
Renovate Bot
55371752ba
chore(deps): update dependency cross-fetch to 3.1.5 [security]
2022-05-03 15:49:36 +00:00
dependabot[bot]
560379c166
chore(deps-dev): bump mongoose from 6.2.10 to 6.3.2
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 6.2.10 to 6.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/6.2.10...6.3.2 )
---
updated-dependencies:
- dependency-name: mongoose
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-03 00:11:03 +00:00
Alexander Friesen
c53f7f2cde
chore: update package-lock
2022-05-01 13:07:32 +02:00
Alexander Friesen
b11959c979
chore: update fastify
2022-04-30 00:47:08 +02:00
ntibi
9a8adbee88
feat(core): enhance circular dependency error message
2022-04-29 18:08:25 +02:00
dependabot[bot]
7685993942
chore(deps): bump github/codeql-action from 1 to 2
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 1 to 2.
- [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/v1...v2 )
---
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 >
2022-04-26 00:52:00 +00:00
Micael Levi (@micalevisk)
4ce5877b2e
feat(common): improve extensibility on built-in pipes
2022-04-24 18:09:52 -04:00
Micael Levi (@micalevisk)
bc0a1dedf8
fix(core,websockets): use rxjs when checking if is an observable
2022-04-24 15:42:14 -04:00
Micael Levi (@micalevisk)
d51c7289a8
test(websockets): add odd input on pickResult method
2022-04-24 15:42:14 -04:00
Micael Levi (@micalevisk)
41850c0920
test(core): add odd input on transformToResult method
2022-04-24 15:42:14 -04:00
Tolga Paksoy
4fb646ec29
test(platform): ensure json parsed body works as well
2022-04-22 15:11:02 +02:00
Tolga Paksoy
43089c5b28
fix(platform): use RawBodyRequest interface instead of monkeypatch
...
To access the raw body of a request use:
* `RawBodyRequest<Request>` on express
* `RawBodyRequest<FastifyRequest>` on fastify
2022-04-22 15:10:03 +02:00
Tolga Paksoy
d067144331
fix(platform-express): add stricter types for raw body options
2022-04-22 13:02:58 +02:00
Kamil Mysliwiec
1f6fca5f55
Merge pull request #9485 from OSA413/patch-1
...
fix: prevent handle leak in default e2e test
2022-04-22 08:59:58 +02:00
Kamil Mysliwiec
8036e2a59b
Update sample/30-event-emitter/test/app.e2e-spec.ts
2022-04-22 08:59:52 +02:00
Oleg "OSA413" Sokolov
b1844b6be4
Update sample/30-event-emitter/test/app.e2e-spec.ts
...
Co-authored-by: Micael Levi L. Cavalcante <mllc@icomp.ufam.edu.br >
2022-04-22 03:50:31 +05:00
Oleg "OSA413" Sokolov
f14d2f2714
Updated according to the suggestions
2022-04-21 22:35:52 +05:00
Oleg "OSA413" Sokolov
de044a3daf
fix: prevent handle leak in default e2e test
2022-04-21 22:24:44 +05:00
dependabot[bot]
3d9bd7fcfa
chore(deps-dev): bump @grpc/grpc-js from 1.6.2 to 1.6.7
...
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node ) from 1.6.2 to 1.6.7.
- [Release notes](https://github.com/grpc/grpc-node/releases )
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.6.2...@grpc/grpc-js@1.6.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 >
2022-04-21 00:17:09 +00:00
dependabot[bot]
fd40c9bea4
chore(deps-dev): bump graphql-tools from 8.2.5 to 8.2.8
...
Bumps [graphql-tools](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/graphql-tools ) from 8.2.5 to 8.2.8.
- [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@8.2.8/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 >
2022-04-20 00:14:26 +00:00
Saurabh Prakash
e0a4ed39fe
fix(): individual test run
2022-04-19 02:29:20 +05:30
Emre Sahin
844bbbb6fc
feat(microservices): Introduce producerOnlyMode to ClientKafka
...
This feature flag enables users to skip the consumer group creation and
rebalancing and allows to only act as a producer on Kafka.
Resolves : #7259
2022-04-15 15:22:47 +02:00
dependabot[bot]
ef6c770bec
chore(deps-dev): bump sinon from 13.0.1 to 13.0.2
...
Bumps [sinon](https://github.com/sinonjs/sinon ) from 13.0.1 to 13.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/v13.0.1...v13.0.2 )
---
updated-dependencies:
- dependency-name: sinon
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-15 00:04:42 +00:00
dependabot[bot]
1a1f39fa4f
chore(deps-dev): bump amqp-connection-manager from 4.1.1 to 4.1.2
...
Bumps [amqp-connection-manager](https://github.com/jwalton/node-amqp-connection-manager ) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/jwalton/node-amqp-connection-manager/releases )
- [Changelog](https://github.com/jwalton/node-amqp-connection-manager/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jwalton/node-amqp-connection-manager/compare/v4.1.1...v4.1.2 )
---
updated-dependencies:
- dependency-name: amqp-connection-manager
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-14 00:07:31 +00:00
dependabot[bot]
e80a14f447
chore(deps-dev): bump @types/chai from 4.3.0 to 4.3.1
...
Bumps [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai ) from 4.3.0 to 4.3.1.
- [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 >
2022-04-14 00:04:56 +00:00
Kamil Mysliwiec
d9d628d112
Merge pull request #9453 from nestjs/dependabot/npm_and_yarn/sample/27-scheduling/moment-2.29.2
...
chore(deps): bump moment from 2.29.1 to 2.29.2 in /sample/27-scheduling
2022-04-11 08:22:47 +02:00
Kamil Mysliwiec
525f4f066c
Merge pull request #9454 from nestjs/dependabot/npm_and_yarn/sample/26-queues/moment-2.29.2
...
chore(deps): bump moment from 2.29.1 to 2.29.2 in /sample/26-queues
2022-04-11 08:22:38 +02:00
dependabot[bot]
1089eedec4
chore(deps): bump moment from 2.29.1 to 2.29.2 in /sample/27-scheduling
...
Bumps [moment](https://github.com/moment/moment ) from 2.29.1 to 2.29.2.
- [Release notes](https://github.com/moment/moment/releases )
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/moment/moment/compare/2.29.1...2.29.2 )
---
updated-dependencies:
- dependency-name: moment
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-11 06:22:36 +00:00
dependabot[bot]
a2d65f3d01
chore(deps): bump moment from 2.29.1 to 2.29.2 in /sample/26-queues
...
Bumps [moment](https://github.com/moment/moment ) from 2.29.1 to 2.29.2.
- [Release notes](https://github.com/moment/moment/releases )
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/moment/moment/compare/2.29.1...2.29.2 )
---
updated-dependencies:
- dependency-name: moment
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-11 06:22:33 +00:00
Kamil Mysliwiec
e55cad38d9
Merge pull request #9447 from nestjs/dependabot/npm_and_yarn/graphql-tools-8.2.5
...
chore(deps-dev): bump graphql-tools from 8.2.4 to 8.2.5
2022-04-11 08:22:32 +02:00
Kamil Mysliwiec
41bf2dc9bf
Merge pull request #9448 from nestjs/dependabot/npm_and_yarn/cache-manager-3.6.1
...
chore(deps-dev): bump cache-manager from 3.6.0 to 3.6.1
2022-04-11 08:22:27 +02:00
Kamil Mysliwiec
c5c41495a2
Merge pull request #9451 from nestjs/dependabot/npm_and_yarn/sample/07-sequelize/moment-2.29.2
...
chore(deps): bump moment from 2.29.1 to 2.29.2 in /sample/07-sequelize
2022-04-11 08:22:21 +02:00
Kamil Mysliwiec
eed06091d3
Merge pull request #9452 from nestjs/dependabot/npm_and_yarn/moment-2.29.2
...
chore(deps): bump moment from 2.24.0 to 2.29.2
2022-04-11 08:21:28 +02:00
Lutz
3601f1a171
test(core): nest application context
2022-04-10 10:39:47 +09:00
Lutz
a7ba3e0dc2
test(core): add dependency metadata test
2022-04-10 10:00:08 +09:00
Lutz
4c649edc2d
fix(core): scoped injection with symbol key issue
2022-04-09 23:22:04 +09:00
Lutz
acac12790c
feat(core): support symbol key
2022-04-09 23:19:35 +09:00
dependabot[bot]
4177feabdc
chore(deps): bump moment from 2.24.0 to 2.29.2
...
Bumps [moment](https://github.com/moment/moment ) from 2.24.0 to 2.29.2.
- [Release notes](https://github.com/moment/moment/releases )
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/moment/moment/compare/2.24.0...2.29.2 )
---
updated-dependencies:
- dependency-name: moment
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-09 13:29:06 +00:00
dependabot[bot]
381fc42301
chore(deps): bump moment from 2.29.1 to 2.29.2 in /sample/07-sequelize
...
Bumps [moment](https://github.com/moment/moment ) from 2.29.1 to 2.29.2.
- [Release notes](https://github.com/moment/moment/releases )
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/moment/moment/compare/2.29.1...2.29.2 )
---
updated-dependencies:
- dependency-name: moment
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-09 13:28:16 +00:00
Lutz
fe9c8d071c
Merge branch 'nestjs:master' into master
2022-04-09 14:07:06 +09:00
dependabot[bot]
2d342a1b49
chore(deps-dev): bump cache-manager from 3.6.0 to 3.6.1
...
Bumps [cache-manager](https://github.com/BryanDonovan/node-cache-manager ) from 3.6.0 to 3.6.1.
- [Release notes](https://github.com/BryanDonovan/node-cache-manager/releases )
- [Changelog](https://github.com/BryanDonovan/node-cache-manager/blob/master/History.md )
- [Commits](https://github.com/BryanDonovan/node-cache-manager/compare/3.6.0...3.6.1 )
---
updated-dependencies:
- dependency-name: cache-manager
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-08 00:09:39 +00:00
dependabot[bot]
c7a72bfd33
chore(deps-dev): bump graphql-tools from 8.2.4 to 8.2.5
...
Bumps [graphql-tools](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/graphql-tools ) from 8.2.4 to 8.2.5.
- [Release notes](https://github.com/ardatan/graphql-tools/releases )
- [Changelog](https://github.com/ardatan/graphql-tools/blob/master/packages/graphql-tools/CHANGELOG.md )
- [Commits](https://github.com/ardatan/graphql-tools/commits/graphql-tools@8.2.5/packages/graphql-tools )
---
updated-dependencies:
- dependency-name: graphql-tools
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-08 00:04:01 +00:00
Kamil Myśliwiec
65d7f1e8ea
chore(): rename prepublish to prepublish only
2022-04-07 14:00:08 +02:00
Kamil Myśliwiec
a615d70044
chore(): update package.json and readme files
2022-04-07 13:46:18 +02:00
Kamil Myśliwiec
785db640aa
chore(@nestjs) publish v8.4.4 release
2022-04-07 13:39:57 +02:00
Kamil Mysliwiec
625d3672d4
Merge pull request #9444 from micalevisk/feat-relax-pipes-access
...
feat(common): change `private` modifer on built-in pipes to `protected`
2022-04-07 13:33:11 +02:00
Kamil Mysliwiec
ffdefbf856
Merge pull request #9441 from nestjs/dependabot/npm_and_yarn/eslint-plugin-import-2.26.0
...
chore(deps-dev): bump eslint-plugin-import from 2.25.4 to 2.26.0
2022-04-07 13:32:39 +02:00
Kamil Mysliwiec
be6848dac9
Merge pull request #9435 from jonahsnider/feat/streamable-file-auto-length
...
feat(common): set default StreamableFile length automatically when possible
2022-04-07 13:32:29 +02:00
Kamil Mysliwiec
45872ae2ea
Merge pull request #9425 from nestjs/fix/multiple-rmq-client-urls
...
fix(microservices): multiple rmq client urls issue #9364
2022-04-07 13:32:17 +02:00
dependabot[bot]
21e3293052
chore(deps-dev): bump eslint-plugin-import from 2.25.4 to 2.26.0
...
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import ) from 2.25.4 to 2.26.0.
- [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.25.4...v2.26.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-import
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-06 11:27:08 +00:00
Kamil Mysliwiec
53d88e5952
Update Readme.md
2022-04-06 13:22:52 +02:00
Kamil Mysliwiec
efa45f6a45
Merge pull request #9442 from nestjs/dependabot/npm_and_yarn/fastify-3.28.0
...
chore(deps): bump fastify from 3.27.4 to 3.28.0
2022-04-06 13:21:29 +02:00
Micael Levi (@micalevisk)
d884e569f0
feat(common): change private modifer on built-in pipes to protected
2022-04-05 22:44:24 -04:00
dependabot[bot]
b389f5aa4e
chore(deps): bump fastify from 3.27.4 to 3.28.0
...
Bumps [fastify](https://github.com/fastify/fastify ) from 3.27.4 to 3.28.0.
- [Release notes](https://github.com/fastify/fastify/releases )
- [Commits](https://github.com/fastify/fastify/compare/v3.27.4...v3.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 >
2022-04-06 00:04:34 +00:00
Kamil Mysliwiec
8864699539
Merge pull request #9439 from nestjs/renovate/npm-path-parse-vulnerability
...
chore(deps): update dependency path-parse to 1.0.7 [security]
2022-04-05 09:17:39 +02:00
Kamil Mysliwiec
97613abf26
Merge pull request #9438 from nestjs/dependabot/npm_and_yarn/mongoose-6.2.10
...
chore(deps-dev): bump mongoose from 6.2.9 to 6.2.10
2022-04-05 09:17:32 +02:00
Kamil Mysliwiec
30b6e8c494
Merge pull request #9437 from nestjs/dependabot/npm_and_yarn/grpc/grpc-js-1.6.2
...
chore(deps-dev): bump @grpc/grpc-js from 1.6.1 to 1.6.2
2022-04-05 09:17:25 +02:00
Kamil Mysliwiec
9497c8a8ef
Merge pull request #9343 from nestjs/dependabot/npm_and_yarn/commitlint/cli-16.2.3
...
chore(deps-dev): bump @commitlint/cli from 16.2.1 to 16.2.3
2022-04-05 09:17:13 +02:00
Renovate Bot
8d96b09349
chore(deps): update dependency path-parse to 1.0.7 [security]
2022-04-05 04:49:55 +00:00
dependabot[bot]
a3b2dde463
chore(deps-dev): bump mongoose from 6.2.9 to 6.2.10
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 6.2.9 to 6.2.10.
- [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/6.2.9...6.2.10 )
---
updated-dependencies:
- dependency-name: mongoose
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-05 00:08:50 +00:00
dependabot[bot]
2308640395
chore(deps-dev): bump @grpc/grpc-js from 1.6.1 to 1.6.2
...
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node ) from 1.6.1 to 1.6.2.
- [Release notes](https://github.com/grpc/grpc-node/releases )
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.6.1...@grpc/grpc-js@1.6.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 >
2022-04-05 00:06:54 +00:00
Jonah Snider
215878ec59
feat(common): set default StreamableFile length automatically when possible
2022-04-04 12:36:11 -07:00
dependabot[bot]
fc5bd1dfe8
chore(deps-dev): bump @commitlint/cli from 16.2.1 to 16.2.3
...
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli ) from 16.2.1 to 16.2.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/v16.2.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 >
2022-04-04 07:03:32 +00:00
Kamil Mysliwiec
12c899f8b3
Merge pull request #9418 from nestjs/dependabot/npm_and_yarn/apollo-server-core-3.6.7
...
chore(deps-dev): bump apollo-server-core from 3.6.6 to 3.6.7
2022-04-04 09:01:00 +02:00
Kamil Mysliwiec
1622e9a6e9
Merge pull request #9423 from nestjs/dependabot/npm_and_yarn/graphql-tools-8.2.4
...
chore(deps-dev): bump graphql-tools from 8.2.3 to 8.2.4
2022-04-04 09:00:56 +02:00
Kamil Mysliwiec
5910bd60f9
Merge pull request #9431 from nestjs/dependabot/npm_and_yarn/body-parser-1.20.0
...
chore(deps): bump body-parser from 1.19.2 to 1.20.0
2022-04-04 09:00:51 +02:00
Kamil Mysliwiec
b267c63012
Merge pull request #9432 from nestjs/dependabot/npm_and_yarn/concurrently-7.1.0
...
chore(deps-dev): bump concurrently from 7.0.0 to 7.1.0
2022-04-04 09:00:46 +02:00
Kamil Mysliwiec
926e06a211
Merge pull request #9433 from nestjs/dependabot/npm_and_yarn/prettier-2.6.2
...
chore(deps-dev): bump prettier from 2.6.1 to 2.6.2
2022-04-04 09:00:41 +02:00
Kamil Mysliwiec
faa32ab9a6
Merge pull request #9434 from nestjs/dependabot/npm_and_yarn/grpc/grpc-js-1.6.1
...
chore(deps-dev): bump @grpc/grpc-js from 1.5.10 to 1.6.1
2022-04-04 09:00:29 +02:00
dependabot[bot]
a2c9570f5e
chore(deps-dev): bump @grpc/grpc-js from 1.5.10 to 1.6.1
...
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node ) from 1.5.10 to 1.6.1.
- [Release notes](https://github.com/grpc/grpc-node/releases )
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.5.10...@grpc/grpc-js@1.6.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 >
2022-04-04 00:16:21 +00:00
dependabot[bot]
088111874e
chore(deps-dev): bump prettier from 2.6.1 to 2.6.2
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.6.1 to 2.6.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/2.6.1...2.6.2 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-04 00:13:31 +00:00
dependabot[bot]
890d2beb47
chore(deps-dev): bump concurrently from 7.0.0 to 7.1.0
...
Bumps [concurrently](https://github.com/open-cli-tools/concurrently ) from 7.0.0 to 7.1.0.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases )
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v7.0.0...v7.1.0 )
---
updated-dependencies:
- dependency-name: concurrently
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-04 00:11:17 +00:00
dependabot[bot]
5745b24608
chore(deps): bump body-parser from 1.19.2 to 1.20.0
...
Bumps [body-parser](https://github.com/expressjs/body-parser ) from 1.19.2 to 1.20.0.
- [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.19.2...1.20.0 )
---
updated-dependencies:
- dependency-name: body-parser
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-04 00:09:20 +00:00
Tolga Paksoy
43fa5bc4c5
fix(common): add raw body app option as a non-breaking change
2022-04-01 17:14:00 +02:00
Kamil Myśliwiec
e971856555
fix(microservices): add default urls value
2022-04-01 16:53:53 +02:00
Kamil Myśliwiec
af0e4001ff
fix(microservices): multiple rmq client urls issue #9364
2022-04-01 16:51:46 +02:00
dependabot[bot]
123dd469ee
chore(deps-dev): bump apollo-server-core from 3.6.6 to 3.6.7
...
Bumps [apollo-server-core](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-core ) from 3.6.6 to 3.6.7.
- [Release notes](https://github.com/apollographql/apollo-server/releases )
- [Changelog](https://github.com/apollographql/apollo-server/blob/main/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server-core@3.6.7/packages/apollo-server-core )
---
updated-dependencies:
- dependency-name: apollo-server-core
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-01 08:30:15 +00:00
dependabot[bot]
e5e8252bcd
chore(deps-dev): bump graphql-tools from 8.2.3 to 8.2.4
...
Bumps [graphql-tools](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/graphql-tools ) from 8.2.3 to 8.2.4.
- [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@8.2.4/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 >
2022-04-01 08:28:01 +00:00
Kamil Mysliwiec
4f91d6f4d4
Merge pull request #9409 from nestjs/dependabot/npm_and_yarn/point-of-view-5.2.0
...
chore(deps-dev): bump point-of-view from 5.1.0 to 5.2.0
2022-04-01 10:26:39 +02:00
Kamil Mysliwiec
9431b6cfe9
Merge pull request #9410 from nestjs/dependabot/npm_and_yarn/mongoose-6.2.9
...
chore(deps-dev): bump mongoose from 6.2.8 to 6.2.9
2022-04-01 10:26:34 +02:00
Kamil Mysliwiec
3a8b0ffe90
Merge pull request #9411 from nestjs/dependabot/npm_and_yarn/typescript-4.6.3
...
chore(deps-dev): bump typescript from 4.6.2 to 4.6.3
2022-04-01 10:23:51 +02:00
Kamil Mysliwiec
02d80be75e
Merge pull request #9419 from nestjs/dependabot/npm_and_yarn/cli-color-2.0.2
...
chore(deps): bump cli-color from 2.0.1 to 2.0.2
2022-04-01 10:23:41 +02:00
Kamil Mysliwiec
aab08839cc
Merge pull request #9408 from nestjs/dependabot/npm_and_yarn/types/node-17.0.23
...
chore(deps-dev): bump @types/node from 17.0.21 to 17.0.23
2022-04-01 10:23:28 +02:00
dependabot[bot]
75188b79a3
chore(deps-dev): bump mongoose from 6.2.8 to 6.2.9
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 6.2.8 to 6.2.9.
- [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/6.2.8...6.2.9 )
---
updated-dependencies:
- dependency-name: mongoose
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-31 18:46:28 +00:00
dependabot[bot]
d3cccbe4d5
chore(deps-dev): bump point-of-view from 5.1.0 to 5.2.0
...
Bumps [point-of-view](https://github.com/fastify/point-of-view ) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/fastify/point-of-view/releases )
- [Commits](https://github.com/fastify/point-of-view/compare/v5.1.0...v5.2.0 )
---
updated-dependencies:
- dependency-name: point-of-view
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-31 18:46:24 +00:00
dependabot[bot]
31b5affe40
chore(deps-dev): bump typescript from 4.6.2 to 4.6.3
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.6.2 to 4.6.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.6.2...v4.6.3 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-31 18:46:09 +00:00
dependabot[bot]
604a10b3b6
chore(deps): bump cli-color from 2.0.1 to 2.0.2
...
Bumps [cli-color](https://github.com/medikoo/cli-color ) from 2.0.1 to 2.0.2.
- [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.1...v2.0.2 )
---
updated-dependencies:
- dependency-name: cli-color
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-31 18:44:51 +00:00
dependabot[bot]
f23486f943
chore(deps-dev): bump @types/node from 17.0.21 to 17.0.23
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 17.0.21 to 17.0.23.
- [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 >
2022-03-31 18:44:17 +00:00
Kamil Mysliwiec
b1badde2ea
Merge pull request #9404 from nestjs/dependabot/npm_and_yarn/sample/31-graphql-federation-code-first/gateway/ansi-regex-5.0.1
...
chore(deps): bump ansi-regex from 5.0.0 to 5.0.1 in /sample/31-graphql-federation-code-first/gateway
2022-03-31 20:41:07 +02:00
Kamil Mysliwiec
048da5b823
Merge pull request #9398 from nestjs/dependabot/npm_and_yarn/sample/25-dynamic-modules/ansi-regex-5.0.1
...
chore(deps): bump ansi-regex from 5.0.0 to 5.0.1 in /sample/25-dynamic-modules
2022-03-31 20:41:00 +02:00
Kamil Mysliwiec
a718cd9e3d
Merge pull request #9407 from nestjs/dependabot/npm_and_yarn/grpc/grpc-js-1.5.10
...
chore(deps-dev): bump @grpc/grpc-js from 1.5.9 to 1.5.10
2022-03-31 20:40:53 +02:00
Kamil Mysliwiec
72f6312822
Merge pull request #9412 from nestjs/renovate/npm-ansi-regex-vulnerability
...
chore(deps): update dependency ansi-regex [security]
2022-03-31 20:40:30 +02:00
Kamil Mysliwiec
03bc1a4875
Merge pull request #9415 from nestjs/dependabot/npm_and_yarn/apollo-server-express-3.6.7
...
chore(deps-dev): bump apollo-server-express from 3.6.6 to 3.6.7
2022-03-31 20:40:21 +02:00
Renovate Bot
dd00c82fdf
chore(deps): update dependency ansi-regex [security]
2022-03-31 17:14:17 +00:00
dependabot[bot]
3368e75377
chore(deps-dev): bump apollo-server-express from 3.6.6 to 3.6.7
...
Bumps [apollo-server-express](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-express ) from 3.6.6 to 3.6.7.
- [Release notes](https://github.com/apollographql/apollo-server/releases )
- [Changelog](https://github.com/apollographql/apollo-server/blob/main/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server-express@3.6.7/packages/apollo-server-express )
---
updated-dependencies:
- dependency-name: apollo-server-express
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-30 00:05:14 +00:00
dependabot[bot]
65fb78a77d
chore(deps-dev): bump @grpc/grpc-js from 1.5.9 to 1.5.10
...
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node ) from 1.5.9 to 1.5.10.
- [Release notes](https://github.com/grpc/grpc-node/releases )
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.5.9...@grpc/grpc-js@1.5.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 >
2022-03-29 08:10:45 +00:00
Kamil Mysliwiec
31001bbb87
Merge pull request #9360 from nestjs/dependabot/npm_and_yarn/graphql-15.8.0
...
chore(deps-dev): bump graphql from 15.7.2 to 15.8.0
2022-03-29 10:08:02 +02:00
Kamil Mysliwiec
9c04af69fb
Merge pull request #9378 from nestjs/dependabot/npm_and_yarn/lint-staged-12.3.7
...
chore(deps-dev): bump lint-staged from 12.3.5 to 12.3.7
2022-03-29 10:07:57 +02:00
Kamil Mysliwiec
07dd969245
Merge pull request #9379 from nestjs/dependabot/npm_and_yarn/apollo-server-core-3.6.6
...
chore(deps-dev): bump apollo-server-core from 3.6.4 to 3.6.6
2022-03-29 10:07:47 +02:00
Kamil Mysliwiec
75fdb69599
Merge pull request #9380 from nestjs/dependabot/npm_and_yarn/prettier-2.6.1
...
chore(deps-dev): bump prettier from 2.6.0 to 2.6.1
2022-03-29 10:07:43 +02:00
dependabot[bot]
da41efe3c1
chore(deps-dev): bump lint-staged from 12.3.5 to 12.3.7
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 12.3.5 to 12.3.7.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Commits](https://github.com/okonet/lint-staged/compare/v12.3.5...v12.3.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 >
2022-03-29 08:07:40 +00:00
dependabot[bot]
1d1c558b23
chore(deps): bump ansi-regex
...
Bumps [ansi-regex](https://github.com/chalk/ansi-regex ) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases )
- [Commits](https://github.com/chalk/ansi-regex/compare/v5.0.0...v5.0.1 )
---
updated-dependencies:
- dependency-name: ansi-regex
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-29 08:06:02 +00:00
dependabot[bot]
53cf87de7d
chore(deps): bump ansi-regex in /sample/25-dynamic-modules
...
Bumps [ansi-regex](https://github.com/chalk/ansi-regex ) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases )
- [Commits](https://github.com/chalk/ansi-regex/compare/v5.0.0...v5.0.1 )
---
updated-dependencies:
- dependency-name: ansi-regex
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-29 08:05:56 +00:00
Kamil Mysliwiec
2694e87aa3
Merge pull request #9381 from nestjs/dependabot/npm_and_yarn/light-my-request-4.9.0
...
chore(deps): bump light-my-request from 4.8.0 to 4.9.0
2022-03-29 10:05:10 +02:00
Kamil Mysliwiec
93fd9a6752
Merge pull request #9382 from nestjs/dependabot/npm_and_yarn/types/supertest-2.0.12
...
chore(deps-dev): bump @types/supertest from 2.0.11 to 2.0.12
2022-03-29 10:04:57 +02:00
Kamil Mysliwiec
f1af65e92e
Merge pull request #9386 from micalevisk/docs-fix-links
...
docs(common): update hyperlinks on `@see` tag comments
2022-03-28 09:36:00 +02:00
Kamil Mysliwiec
e485ddf960
Merge pull request #9384 from cichy380/patch-1
...
Update photo.service.ts
2022-03-28 09:35:42 +02:00
Kamil Mysliwiec
37607cdfae
Merge pull request #9389 from wiasliaw/fix/typo
...
fix(platform-fastify): fix typo
2022-03-28 09:21:15 +02:00
wiasliaw
aabe1accee
fix(platform-fastify): fix typo
...
chore(.): update copyright
2022-03-28 13:41:00 +08:00
Micael Levi (@micalevisk)
5ad8f2ba57
docs(common): update hyperlinks on @see tag comments
2022-03-25 16:54:27 -04:00
Micael Levi (@micalevisk)
eb33fe5919
feat(common): disallow option inject on class/value providers types
2022-03-25 16:18:36 -04:00
dependabot[bot]
33cba79f55
chore(deps-dev): bump apollo-server-core from 3.6.4 to 3.6.6
...
Bumps [apollo-server-core](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-core ) from 3.6.4 to 3.6.6.
- [Release notes](https://github.com/apollographql/apollo-server/releases )
- [Changelog](https://github.com/apollographql/apollo-server/blob/main/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server-core@3.6.6/packages/apollo-server-core )
---
updated-dependencies:
- dependency-name: apollo-server-core
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-25 15:16:05 +00:00
Marcin
8b0632e6c7
Update photo.service.ts
...
Change to MongoRepository class - dedicated to manage mongodb documents
2022-03-25 15:48:47 +01:00
Kamil Myśliwiec
c4887a7f44
chore(common): final improvements, drop initialize method
2022-03-25 14:07:22 +01:00
dependabot[bot]
d4420611f7
chore(deps-dev): bump @types/supertest from 2.0.11 to 2.0.12
...
Bumps [@types/supertest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/supertest ) from 2.0.11 to 2.0.12.
- [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 >
2022-03-25 10:21:54 +00:00
dependabot[bot]
993faeb299
chore(deps): bump light-my-request from 4.8.0 to 4.9.0
...
Bumps [light-my-request](https://github.com/fastify/light-my-request ) from 4.8.0 to 4.9.0.
- [Release notes](https://github.com/fastify/light-my-request/releases )
- [Commits](https://github.com/fastify/light-my-request/compare/v4.8.0...v4.9.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 >
2022-03-25 10:20:36 +00:00
dependabot[bot]
f4be93b3e6
chore(deps-dev): bump prettier from 2.6.0 to 2.6.1
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.6.0 to 2.6.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/2.6.0...2.6.1 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-25 10:18:56 +00:00
dependabot[bot]
33ac6add9f
chore(deps-dev): bump graphql from 15.7.2 to 15.8.0
...
Bumps [graphql](https://github.com/graphql/graphql-js ) from 15.7.2 to 15.8.0.
- [Release notes](https://github.com/graphql/graphql-js/releases )
- [Commits](https://github.com/graphql/graphql-js/compare/v15.7.2...v15.8.0 )
---
updated-dependencies:
- dependency-name: graphql
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-25 10:15:32 +00:00
Kamil Myśliwiec
18be1e1158
Merge branch 'master' into feat/module-utils
2022-03-24 10:51:38 +01:00
Kamil Myśliwiec
17d48f3cb4
Merge branch 'master' into feat/module-utils
2022-03-21 15:49:30 +01:00
Tolga Paksoy
8ea63376ee
test(platform-fastify): add tests for raw body option in fastify adapter
2022-03-17 12:00:41 +01:00
Tolga Paksoy
c8bd058757
feat(platform-fastify): add raw body to request if configured in options
2022-03-17 12:00:41 +01:00
Tolga Paksoy
f28a964200
test(platform-express): add tests for raw body option in express adapter
2022-03-17 12:00:38 +01:00
Tolga Paksoy
b0e568e929
feat(platform-express): add raw body to request if configured in options
2022-03-16 20:47:30 +01:00
Tolga Paksoy
a6e28f5953
feat(core): allow middleware to be setup using app options
2022-03-16 20:41:45 +01:00
Tolga Paksoy
c05fcfb2ca
feat(common): add raw body option to application options
2022-03-16 20:40:09 +01:00
David Schütte
37d83eeb21
test(microservices): add tests for kafka-rpc-proxy
2022-03-10 12:36:48 +01:00
David Schütte
0b93404bef
refactor(microservices): simplify function call
2022-03-10 12:34:52 +01:00
woobottle
f5051727ea
fix(core): Change ReflectMetadata Params Order
...
i saw reflectMetadata public method in scanner.ts use params backwards
same levele methods in scanner.ts like insertInjectable,
insertExportedProvider, insertController use pararms forward
i think this params order should be fixed
and only params reversed order in reflectMetadata can get hard to read
2022-03-09 17:59:47 +09:00
Michał Dzik
5e52a7e85e
chore: align message pattern to event pattern
2022-03-08 21:16:37 +01:00
Michał Dzik
0fe67d5f90
chore: alignments after review
2022-03-07 21:18:56 +01:00
titivuk
ef70418627
fix(common): ParseUUIDPipe - use optional chaining
2022-03-07 18:01:42 +01:00
David Schütte
b91803c671
feat(microservices): add consumer getter to kafka context
...
Provide access to native consumer of kafkajs using @Ctx() decorator.
2022-03-07 14:41:31 +01:00
Tony
795eaec304
Merge branch 'master' into sample-05/add-test-e2e
2022-03-04 18:18:31 +01:00
Michał Dzik
48dca4ee22
chore: align event pattern
2022-03-04 14:19:02 +01:00
David Schütte
c229a75c43
fix(microservices): fix import path
2022-03-04 09:42:35 +01:00
David Schütte
77b7bd6905
feat(microservices): dont catch errors thrown by kafka event handling
...
Error thrown by event handling method are no longer being caught by RcpExecptionFilter.
Instead errors are passed to kafkajs's eachMessage.
This results in proper interaction with kafka.
This commit closes Kafka commitOffsets #9283 .
2022-03-04 01:21:41 +01:00
David Schütte
5b24f81cd8
feat(microservices): add commit offset to kafka context
...
Provide access to kafkajs commitOffset by using @Ctx() decorator when handeling an event.
This commit closes Kafka commitOffsets #9283 .
2022-03-04 01:17:13 +01:00
Michał Dzik
91178c8a8a
chore: apply more tests
2022-02-20 14:55:51 +01:00
Michał Dzik
4ae2ef54d4
feat(microservices): add support for multiple message pattern decorator
2022-02-19 22:16:49 +01:00
Kamil Myśliwiec
bac34473d0
feat(core): add configurable module builder, module utils
2022-02-10 11:02:38 +01:00
zmj
ce96a0ed13
fix: fix factory provider definition
2022-01-25 12:02:46 +08:00
rikapo
735102a0e9
chore: fix Readme.md translation
...
fix Korean, Japanese translation for readability
2022-01-19 00:01:02 +09:00
Tony133
c7d8935632
sample(05-sql-typeorm): update package.json
2022-01-02 12:37:39 +01:00
Tony133
75d4a9b6ee
sample(05-sql-typeorm): added test e2e
2022-01-02 12:05:28 +01:00
titivuk
9c0cdd2950
fix(common): ParseUUIDPipe - use isString() util function
2021-12-29 17:35:27 +01:00
titivuk
7cc81067fe
fix(common): ParseUUIDPipe - make uuid regexp dictionary protected static property
2021-12-29 17:32:04 +01:00
titivuk
d32e8dd582
fix(common): ParseUUIDPipe - throw exceptions with exceptionFactory only
2021-12-29 17:32:04 +01:00
Leonardo Villela
91d4870323
refactor(testing): transform module override sample to integration test
2021-12-21 00:18:03 +01:00
Leonardo Villela
d725aae31c
docs(testing): add modules override sample
2021-12-19 19:33:21 +01:00
Leonardo Villela
09f6c94d85
chore(testing): remove debugger instructions
2021-12-19 16:24:09 +01:00
Leonardo Villela
59bae05cb2
fix(testing): lazy module override
2021-12-19 01:38:15 +01:00
Leonardo Villela
d7351b7a49
fix(testing): circular dependency module override
2021-12-19 00:02:50 +01:00
wSedlacek
a03db87146
fix(core): end without message when a response has already sent a header
2021-12-17 00:36:36 -08:00
wSedlacek
fefa7528fa
feat(core): header sent abstraction
2021-12-17 00:36:32 -08:00
wSedlacek
1b684bcc0a
feat(core): end abstraction
2021-12-17 00:36:22 -08:00
Leonardo Villela
6ea534e2f4
feat(testing): add missing validation for replace container module
2021-12-13 20:54:04 +01:00
Leonardo Villela
3114a54d25
refactor(testing): remove duplication to add/replace container module
2021-12-13 20:38:00 +01:00
Leonardo Villela
2071461d5e
feat(testing): support override modules in test module builder
2021-12-12 23:32:31 +01:00
wSedlacek
95bba80ecb
feat(common): header sent abstraction
2021-12-06 22:32:29 -08:00
wSedlacek
26c21fb201
feat(common): end abstraction
2021-12-06 22:32:29 -08:00
wSedlacek
b8fb518e61
feat(platform-fastify): header sent abstraction
2021-12-06 22:32:28 -08:00
wSedlacek
24ee43b254
feat(platform-fastify): end abstraction
2021-12-06 22:32:28 -08:00
wSedlacek
0e05de58e4
feat(platform-express): header sent abstraction
2021-12-06 22:32:28 -08:00
wSedlacek
226f344f2c
feat(platform-express): end abstraction
2021-12-06 22:32:28 -08:00
Dylan Lundy
3827736d96
Improve ParseUUIDPipe error message
2021-09-10 00:04:37 +09:30
Lutz
a364ced0ac
Merge pull request #1 from MyAeroCode/lutz-feat/route-injection
...
feat(core): support route injection
2021-03-05 17:55:03 +09:00