Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @nestjs/common from 5.1.0 to 5.3.0 #194

Conversation

dependabot-preview[bot]
Copy link

Bumps @nestjs/common from 5.1.0 to 5.3.0.

Release notes

Sourced from @nestjs/common's releases.

v5.3.0

Features

  • common: caching mechanism - add CacheModule module #695
  • common: serialization - add ClassSerializerInterceptor interceptor
  • common: add MulterModule module
  • core: ExternalContextCreator now supports pipes
  • websockets: support acknowledgments in socketio IoAdapter #982

Bug Fixes

  • core: expose valid HttpServer within ExpressAdapter #1017

Improvements

  • core: injector improvements (mainly circular dependencies)
  • websockets: improve adapters (WsAdapter and IoAdapter)

v5.2.0

Features

  • common: provide global config for axios instance HttpModule.register() #846
  • core: use default exception filter handler on condition (extend core class) #860
  • core: add [**Optional**](https://github.com/Optional)() decorator #847
  • core: enhance ExternalContextCreator (for 3rd-party libraries purposes)
  • core: allow ModuleRef to get imported providers (strict/non-strict mode) #832
  • core: support DynamicModule in NestFactory.create[..]() #671

Bug Fixes

  • common: multiple FileInterceptor interceptors per class #935
  • common: custom decorators shouldn't require "data" parameter #892
  • core: fastify & middleware wildcards bug #972
  • core: innherited guards not being applied #879
  • microservices: NATS subject wrapping no longer messing wildcards up #948

Improvements

  • core: allow using single Logger instance #926
  • core: hierarchical module resolution #938
  • microservices: use [**grpc-loader**](https://github.com/grpc-loader) withing gRPC transport #980
  • testing: recursively trigger OnModuleDestroy hook for testing module #899
Commits
  • e8032f3 chore(nestjs) publish v5.3.0 release
  • cae159e sample(nestjs) update gateways and graphql sample
  • 47812f5 refactor(nestsjs) replace underlying http server (express)
  • afa9903 refactor(@nestjs/common) rename class serializer
  • a7d465b enhancement(@nestjs/core) injector improvements (circular dependencies)
  • 95dfd59 sample(nestjs) add class serializer sample
  • 08e6278 sample(common) add cache module sample
  • fbf47a2 feature(common) add class serializer interceptor
  • 643e84c feature(common) cache module
  • 25c7e89 enhancement(common) add default options to MulterModule
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [@nestjs/common](https://github.com/nestjs/nest) from 5.1.0 to 5.3.0.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](nestjs/nest@v5.1.0...v5.3.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@coveralls
Copy link

Pull Request Test Coverage Report for Build 1052

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 30.172%

Totals Coverage Status
Change from base Build 1006: 0.0%
Covered Lines: 58
Relevant Lines: 138

💛 - Coveralls

@dependabot-preview
Copy link
Author

Superseded by #197.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/@nestjs/common-5.3.0 branch September 4, 2018 07:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants