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

chore(deps): update dependency @nestjs/common to v8 #58

Merged
merged 1 commit into from
Jul 27, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 20, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nestjs/common (source) ^7.6.17 -> ^8.0.5 age adoption passing confidence

Release Notes

nestjs/nest

v8.0.5

Compare Source

v8.0.4

Compare Source

v8.0.3

Compare Source

v8.0.2

Compare Source

v8.0.1

Compare Source

v8.0.0

Compare Source

Features
Improvements
Bug fixes
Dependencies
Deprecations
  • common: deprecate HttpModule to remove hard dependency on the axios library. HttpModule is published as a new @nestjs/axios package now
  • core: deprecate the listenAsync() (use listen()) and startAllMicroservicesAsync() (use startAllMicroservices()) methods
  • microservices: deprecate the listenAsync() method (use listen() instead)

v7.6.18

Compare Source


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/major-nest-monorepo branch from 7f337cd to b71e1af Compare July 20, 2021 15:23
@codecov
Copy link

codecov bot commented Jul 20, 2021

Codecov Report

Merging #58 (5018db0) into master (d5dc43d) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #58   +/-   ##
=======================================
  Coverage   95.31%   95.31%           
=======================================
  Files           2        2           
  Lines          64       64           
  Branches       25       25           
=======================================
  Hits           61       61           
  Misses          3        3           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d5dc43d...5018db0. Read the comment docs.

@renovate renovate bot force-pushed the renovate/major-nest-monorepo branch from b71e1af to 5018db0 Compare July 27, 2021 11:08
@ppetzold ppetzold merged commit 68fa614 into master Jul 27, 2021
@renovate renovate bot deleted the renovate/major-nest-monorepo branch July 27, 2021 11:55
@ppetzold
Copy link
Owner

🎉 This PR is included in version 1.1.7 🎉

The release is available on:

Your semantic-release bot 📦🚀

FrancYescO pushed a commit to xMase/nestjs-paginate that referenced this pull request Jan 2, 2023
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dependency injector resolves dependencies using a class name instead of a class reference
2 participants