Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/nestjs/nest

A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀
https://github.com/nestjs/nest

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://...

c4feebd8b34a472474e5047ba2a76316a7699db1 authored about 2 years ago
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 n...

349e00f0a98dfc9466ce2bc07a15f0c5cea8f930 authored about 2 years ago
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:/...

580248b2d1ae5b4071026ca09ecb04ad22ed1bd9 authored about 2 years ago
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](...

eea601d14965d62dbee994b37fd8699326f16d7a authored about 2 years ago
chore(deps-dev): bump chai and @types/chai

Bumps [chai](https://github.com/chaijs/chai) and [@types/chai](https://github.com/DefinitelyType...

2f798da1ab0620fac2d4354ab29ee599b0a999b2 authored about 2 years ago
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....

57a22fa8eacbdbc933c8a263fd20b2c030e2da0b authored about 2 years ago
chore(deps): bump @fastify/websocket and mercurius

Bumps [@fastify/websocket](https://github.com/fastify/fastify-websocket) to 7.1.1 and updates an...

f1ac3e6b05719122a306110ae0630be9c844d2d5 authored about 2 years ago
fix(common): correct order for logger error parameters

The error() function of a logger has two optional parameters: the trace and the context. The log...

584015bc77521ac82f627c29c51fbb7aeb6ff6f8 authored about 2 years ago
chore: revert tsconfig.spec.json file

58372eaabddc43aec3994a76b28fd98e12dbee75 authored about 2 years ago
chore: update build and test scripts

6f738e260a194ac90fca89d7afd530465177d731 authored about 2 years ago
chore: ignore tsbuildinfo when publishing packages

9ffaeb950604e3298177e38fcd80222819b0846f authored about 2 years ago
feat(microservices): add package definition option to server-grpc

PR #8465 added support for packageDefinition for ClientGrpc, this commit adds it to ServerGrpc.
...

7de2ff29a550296d0b474227837647810fc767e7 authored about 2 years ago
chore(scripts): only move .d.ts and .js files (gulp scripts)

d1d8cf6c59edefb0c94200703de98c0811ba2aac authored about 2 years ago
chore: fix build:samples script

6e7bd0e4da54214621651b3339f40e422978e3fd authored about 2 years ago
Merge branch 'master' into chore/migrate-to-tsc-composite-mode

6c8ce69832c665e9781e585c98c2f2e0a8f03d90 authored about 2 years ago
chore: fix postbuild script

4ae4be92da342f45279f168a7d56bc5aedc8e493 authored about 2 years ago
chore: update readme

7f9e30a7bd343bdc1deee4906878c03f7322a6b7 authored about 2 years ago
chore(@nestjs) publish v9.2.0 release

8101900e137901da207da4b370aee99759767f21 authored about 2 years ago
Merge pull request #10459 from SirReiva/fix-fastify-response

fix(core): return response required for fastify v4

05ee137c38da9d1c7c6258faadbb7c06db6d17a5 authored about 2 years ago
Merge pull request #10345 from tolgap/fix/9517-keep-alive-connections-blocking

fix(platform): shutdown hooks not firing caused by open http connections

fc6b34be87c2b6c8962263bb2aa67f911bf24c2b authored about 2 years ago
Merge pull request #10479 from micalevisk/feat/verbose-wrong-controller-error

feat(core): display class's name on request mapping exceptions

dc2582a179df5a8e7b27be44bde9b366126091e8 authored about 2 years ago
Update packages/platform-express/adapters/express-adapter.ts

1f376fea520ace2ca9f3a94bf89d82f03b9c4c9b authored about 2 years ago
Merge pull request #10460 from thiagomini/feature/10392-http-exceptions-cause-with-custom-message

feat(common): add error options object

7ec60cabf99fbe9228cbd695999738a193ab87ec authored about 2 years ago
Update packages/core/errors/messages.ts

ee82c7bf2e04a346248d1c452f453020b670efb2 authored about 2 years ago
Update packages/core/errors/exceptions/unknown-request-mapping.exception.ts

4d3f283d662308b34e5d7306e4bef63feb758ea4 authored about 2 years ago
Merge pull request #10481 from micalevisk/feat/issue-10480

feat(plataform-express): replace `any` return type on `#listen` with `Server`

e04e41408d2f74240f07a28f8d8656e9bb162166 authored about 2 years ago
Merge pull request #10484 from thiagomini/feature/8844-api-version-in-route-info

Feature/8844 api version in route info

ea4c1d83f5015c3dfc0357193bfc6dd4ce34dc14 authored about 2 years ago
Merge pull request #10497 from CodyTseng/fix-repl-param-type

fix(core): change `repl()` function param type to `Type | DynamicModule`

eaee2b971c35bf53d80c3de4b0ae66c5c4ba00d3 authored about 2 years ago
Merge pull request #10515 from buddh4/feat-custom-file-pipe-builder-validators

feat(common): Allow adding custom validators to ParseFilePipeBuilder

9ffdffd4e09992f359fbb559ef4be16b006aca1b authored about 2 years ago
Merge pull request #10521 from nestjs/feat/add-each-to-resolve-and-get

feat(core): expose each option to get and resolve methods

803916158fafee6615601b3ebf4e34394db517df authored about 2 years ago
style: address linter errors, move ts-expect-error desc

92c37ddc3b9d5321c2600d5b36b34f830942cdd6 authored about 2 years ago
test(core): add multiple providers resolution integration tests

a8e5bc6c9b3b2d8322b258fa0cf82476ebb07098 authored about 2 years ago
feat(core): implement resolve when each is set to true

ba75fd7a7192a8636ea969f9bcbc1d754bf66d6e authored about 2 years ago
chore: add comment to the get or resolve options object

c9d7f7b0b06f7cbe68f597e88de4a6f08025d633 authored about 2 years ago
fix: add index.ts file for backward compatibility

ef590d3f67479f080f1d09b74f626d033e42c73b authored about 2 years ago
chore: migrate to tsc composite mode (project references)

8b3d0a7b7e10fd199e411fbf6ca20bfdbc5eaf5a authored about 2 years ago
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

f4218006d4b4a6ce653bfe7b7113c0267714ee5a authored about 2 years ago
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

0aec73961caa8eaf12f433afc6e068f9873ec006 authored about 2 years ago
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

0769aaee74485ba7acd4ac4b33400b99e13afda1 authored about 2 years ago
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://gi...

565d378770299c3f4c521e4eb136f421b04a21fe authored about 2 years ago
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 ...

26f2f5a2f1c410cab3c7f020c44aafa130406f40 authored about 2 years ago
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/apo...

ccf91f80dcf90f13c0796298fd8b358a2d630188 authored about 2 years ago
chore(core): add comments/method overloads for better dev experience

debf451b0dac2ec556e9c9025e90729853a6ff1a authored about 2 years ago
feat(core): expose each option to get and resolve methods

f4d1a1d978414fba037a354f6718f9c3a3636385 authored about 2 years ago
Merge pull request #10499 from Tony133/chore/update-import

chore(common,core,express): update imports

beaccf3e1a242a9fcf06f551730f0f86fa9d21b8 authored over 2 years ago
chore(common,core,express): update imports

7f2f63011168c3c3775a979e7a0bb7fdb9fccb6b authored over 2 years ago
feat(common): Allow adding custom validators to ParseFilePipeBuilder

a4a4d57033fae54cee6bb445c025c1599979eebd authored over 2 years ago
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

654ffd7601e4300626e5e9d2c35f3362c952f2e4 authored over 2 years ago
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/...

f8777877ed0ad18c19e3eec0d8cb802d78560196 authored over 2 years ago
Update Readme.md

123df49d9cc3efbb627dbeeedfa03320d87ae65b authored over 2 years ago
Merge pull request #10505 from arkist/mongoose-document

sample(mongoose): change the way to define the mongoose document interface

276e824fd664d6d4df9a2ac73b3823eac2845306 authored over 2 years ago
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

8ca00442e320a4fbba4bfaad622e9ba255d03b8e authored over 2 years ago
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

3bf3d9410ad7874100e0fccca6fa06f326405b70 authored over 2 years ago
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

4be61b0d4e258441f0c3027366675e485405ac92 authored over 2 years ago
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

a84f741b65346d925a46b23a95e812bef3bda84f authored over 2 years ago
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

24f005ef2625cf6d67975f906c46f79ed988ded9 authored over 2 years ago
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

977a7065f7faff1d046747c470dce2972316e68c authored over 2 years ago
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

4da213d85d089d65c5286fcd334949d81882b9b5 authored over 2 years ago
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](...

d6653c11055e2e7bcbc8e6d00ff6438093b99c08 authored over 2 years ago
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....

1af6a71981a0b338b3b6fb9ee06a1cc85ec39d8b authored over 2 years ago
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://...

c7f25d0c0a02410a07786ed685ad2a283a087607 authored over 2 years ago
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/apo...

58fa88a95ac3199b3fcfe0636c74dbe4a498a5d9 authored over 2 years ago
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)...

279a8b4c2df8650eaaba199e8b85004ac767295c authored over 2 years ago
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://...

b285f6820c53a963318fb8f623d3c3727276bd7e authored over 2 years ago
sample(mongoose): use HydratedDocument for define document interface

ref: https://github.com/nestjs/docs.nestjs.com/pull/2517

8793964c3bd527cc0982f775b6b80489b1954d24 authored over 2 years ago
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

b4dc2ee18ea97b805505775bb91170461bfca42b authored over 2 years ago
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/HEA...

3f4c761fd8e8aa236e23cc3769803d825499e0cd authored over 2 years ago
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/apo...

731758b5b363d001d6d4e4c462f6e72b8eb7339a authored over 2 years ago
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

df8220bcaae83767e61bd3ba003121fac8667e57 authored over 2 years ago
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

4c9b419fa92db3ff329f81a0a7c72797719606b0 authored over 2 years ago
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

1447c3c71cc2963cc07783bbd7ca7551afed5403 authored over 2 years ago
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

8f4d70fdcf5d32058f2933632d8a80b556e42b24 authored over 2 years ago
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

bb2aac3171be98de7c92d79f6beea4bb41263d1f authored over 2 years ago
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

7201dc0afa1b7d24181909701f93d6ff2b0f9b5e authored over 2 years ago
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

6e5ecfed5e52e71889e173c42cf8614b14647907 authored over 2 years ago
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

3d97517ebb1df0118983ae6c7516eae29afbb1a1 authored over 2 years ago
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) fro...

069dea7a60b7d7379356345a30530d97afa6f62b authored over 2 years ago
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:...

b13e2608afd0e9e4f8286ec01faeb85fa06ae00d authored over 2 years ago
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)...

a51b86de96c7f0adc28b0447d800870ee57eea26 authored over 2 years ago
fix(core): add missing parameter for module

add missing parameter to middleware module

4176ee512f960188d2db845fad2ae4b8edeaa7af authored over 2 years ago
fix: change `repl()` function param type to `Type | DynamicModule`

20478936716a941b2486045e6c0a9088e30c2437 authored over 2 years ago
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:/...

909b01f7342398a1c5aa3fbfa5ac052cc1770e96 authored over 2 years ago
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/@commitli...

40d7e5eb3b8ff3207a93bdaaa353b15109361ffb authored over 2 years ago
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/...

8e7a7e34fc518f31961fcf183996528896b72d42 authored over 2 years ago
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 not...

70097dd2c4213019bede7c6861a5a0710e5c3749 authored over 2 years ago
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/ht...

91f053e88adccc87a9339eb7e427d2c50a4a1ec9 authored over 2 years ago
feat(core): add middleware versioning support

add middleware versionig support for uri versioning with an alternative prefix

e36acea7834c6c92b7e18663c6d5d08697500dde authored over 2 years ago
test(ingration): refactor middleware tests

refactor middleware tests to explicitly define versioning options

092e721263a67f03a8392a1f5f7465d54acdb2cb authored over 2 years ago
test(integration): add middleware test

25f03c4c06cc4ea2f3bad5547f61c0b97a533f38 authored over 2 years ago
fix(core): fix middleware for versioned routes

fix middlewares for versioned routes using media type as versioning type

cf1b946e62d745fae572feac09028681a1da5bd0 authored over 2 years ago
fix(core): fix middleware for versioned routes

fix middlewares for versioned routes using header as versioning type

4a039327bff13ba2b85cf8b92fc72c19c3c562dd authored over 2 years ago
test(integration): wrap test case for uri version

wrap test case for uri versioning context to facilitate the addition of tests for other versioni...

415858f635e2b4b9d069cf950f55c5bdefc17ea5 authored over 2 years ago
feat(core): add version to middleware module

ensure middleware module considers path-versioning when applying middlewares

bd5c0607f3712b15e433c78fd90f1676740a0cfd authored over 2 years ago
test(core): ensure middleware builder gets version

ensure middleware builder gets route version

439652a4e2a6a283a33e845b5b6f5098f225eea4 authored over 2 years ago
feat(core): add version attribute to routes mapper

ensure routes mapper returns route's version when defined

13760346b13e38098d729f1f63db8e62cd5ef30b authored over 2 years ago
feat(core): add version attribute to routes mapper

ensure routes mapper returns route's version when defined

d3aae1d7c93361a7f511876cbbded45040e5e523 authored over 2 years ago
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, t...

61d25beae0cbb9ce80c11bd9207b93e8fd68a93a authored over 2 years ago
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, t...

ddf3301d4940764d5ecdeba8637704d342dd76a7 authored over 2 years ago
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

60d286d22e49951494d6ec959097e169faeb7a0b authored over 2 years ago
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

b46167d917c55c64205850ad9d387858d3ebff87 authored over 2 years ago