nest
nest copied to clipboard
A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [ ] Tests for the changes have been...
Closes https://github.com/nestjs/nest/issues/9459 ## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [ ] Tests for the changes...
Route Handler Fails to Reflect Middleware Modifications to `request.originalUrl` for API Versioning
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior I wanted to add versioning support to an existing Nest.js REST...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@apollo/gateway](https://redirect.github.com/apollographql/federation) ([source](https://redirect.github.com/apollographql/federation/tree/HEAD/gateway-js/)) | [`2.4.8` -> `2.9.3`](https://renovatebot.com/diffs/npm/@apollo%2fgateway/2.4.8/2.9.3) | [](https://docs.renovatebot.com/merge-confidence/) |...
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [x] Tests for the changes have been added...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior In the following example if the `ValidationPipe` was to ever throw,...
### Is there an existing issue that is already proposing this? - [x] I have searched the existing issues ### Is your feature request related to a problem? Please describe...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior When using `INestApplicationContext.select` to select a module that is NOT loaded...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior When the application is shutdown (e.g. with SIGTERM shutdown hook), requests...
## PR Checklist Please check if your PR fulfills the following requirements: - [ ] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [ ] Tests for the changes have...