Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Bump @nestjs/config from 1.0.2 to 1.0.3 #243

Merged
merged 1 commit into from
Oct 29, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2021

Bumps @nestjs/config from 1.0.2 to 1.0.3.

Release notes

Sourced from @​nestjs/config's releases.

Release 1.0.3

  • feat(): add asProvider helper method to config namespaces (e76d212)
  • chore(deps): update dependency lint-staged to v11.2.6 (a3d48e0)
  • chore(deps): update dependency lint-staged to v11.2.5 (81e91c1)
  • chore(deps): update dependency @​types/node to v16.11.6 (5353941)
  • chore(deps): update typescript-eslint monorepo to v5.2.0 (163dc22)
  • chore(deps): update nest monorepo to v8.1.2 (ce3a314)
  • chore(deps): update dependency lint-staged to v11.2.4 (7c936bc)
  • chore(deps): update dependency eslint to v8.1.0 (204bd1b)
  • chore(deps): update dependency husky to v7.0.4 (2033215)
  • chore(deps): update dependency jest to v27.3.1 (f9f41f2)
  • chore(deps): update typescript-eslint monorepo to v5.1.0 (ce7f801)
  • chore(deps): update dependency jest to v27.3.0 (87d0cf1)
  • Merge pull request #709 from nestjs/renovate/ts-jest-27.x (df9a106)
  • chore(deps): update dependency ts-jest to v27.0.7 (115e754)
  • chore(deps): update dependency ts-jest to v27.0.6 (cebb431)
  • chore(deps): update nest monorepo to v8.1.1 (919ebe4)
  • chore(deps): update dependency eslint to v8.0.1 (36ac974)
  • chore(deps): update nest monorepo to v8.1.0 (898601f)
  • chore(deps): update dependency eslint-plugin-import to v2.25.2 (5830ebb)
  • chore(deps): update dependency typescript to v4.4.4 (3a677f4)
  • chore(deps): update dependency eslint-plugin-import to v2.25.1 (edd434c)
  • chore(deps): update typescript-eslint monorepo to v5 (7731f4c)
  • chore(deps): update dependency lint-staged to v11.2.3 (2d11ab5)
  • chore(deps): update dependency eslint to v8 (2e2fe01)
  • chore(deps): update dependency lint-staged to v11.2.2 (e7db041)
  • chore(deps): update dependency @​commitlint/cli to v13.2.1 (87a6d7d)
  • chore(deps): update dependency lint-staged to v11.2.1 (ff792f4)
  • chore(deps): update dependency jest to v27.2.5 (476881f)
  • chore(deps): update dependency rxjs to v7.4.0 (8e46450)
  • chore(deps): update nest monorepo to v8.0.11 (9f81c5c)
  • chore(deps): update nest monorepo to v8.0.10 (1e9b55e)
  • chore(deps): update typescript-eslint monorepo to v4.33.0 (1bb9fcb)
  • chore(deps): update dependency lint-staged to v11.2.0 (d034a97)
Commits
  • aa3657d chore(): release v1.0.3
  • e76d212 feat(): add asProvider helper method to config namespaces
  • a3d48e0 chore(deps): update dependency lint-staged to v11.2.6
  • 81e91c1 chore(deps): update dependency lint-staged to v11.2.5
  • 5353941 chore(deps): update dependency @​types/node to v16.11.6
  • 163dc22 chore(deps): update typescript-eslint monorepo to v5.2.0
  • ce3a314 chore(deps): update nest monorepo to v8.1.2
  • 7c936bc chore(deps): update dependency lint-staged to v11.2.4
  • 204bd1b chore(deps): update dependency eslint to v8.1.0
  • 2033215 chore(deps): update dependency husky to v7.0.4
  • 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 recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)

Bumps [@nestjs/config](https://github.com/nestjs/config) from 1.0.2 to 1.0.3.
- [Release notes](https://github.com/nestjs/config/releases)
- [Changelog](https://github.com/nestjs/config/blob/master/.release-it.json)
- [Commits](nestjs/config@1.0.2...1.0.3)

---
updated-dependencies:
- dependency-name: "@nestjs/config"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from fuxingloh as a code owner October 28, 2021 18:13
@dependabot dependabot bot added the kind/dependencies Pull requests that update a dependency file label Oct 28, 2021
@codeclimate
Copy link

codeclimate bot commented Oct 28, 2021

Code Climate has analyzed commit c80507d and detected 0 issues on this pull request.

View more on Code Climate.

@codecov
Copy link

codecov bot commented Oct 28, 2021

Codecov Report

Merging #243 (c80507d) into main (9e3f086) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #243   +/-   ##
=======================================
  Coverage   81.51%   81.51%           
=======================================
  Files          40       40           
  Lines         725      725           
  Branches       66       66           
=======================================
  Hits          591      591           
  Misses        134      134           

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 9e3f086...c80507d. Read the comment docs.

@fuxingloh fuxingloh merged commit c0c4b13 into main Oct 29, 2021
@fuxingloh fuxingloh deleted the dependabot/npm_and_yarn/nestjs/config-1.0.3 branch October 29, 2021 06:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant