11726 Commits
Author SHA1 Message Date
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
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
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 LuccaandMicael Levi L. Cavalcante 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
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
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
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
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
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 MysliwiecandAntonio Tripodi 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