chris48s / v8r

✔️ A command-line JSON, YAML and TOML validator that's on your wavelength
https://chris48s.github.io/v8r/
MIT License
29 stars 5 forks source link

Bump cosmiconfig from 8.0.0 to 8.1.0 #288

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps cosmiconfig from 8.0.0 to 8.1.0.

Changelog

Sourced from cosmiconfig's changelog.

8.1.0

  • Added: always look at .config.{yml,yaml,json,js,cjs} file to configure cosmiconfig itself, and look for tool configuration in it using packageProp (similar to package.json)
Commits
  • 5633110 8.1.0
  • 0e89fbc correct path to lcov.info
  • 52d85a5 update metadata regarding package ownership / new github org
  • c03e20b Merge pull request #288 from cosmiconfig/end-user-configurability
  • e45b36e reduce searchPlaces custom config comment
  • c00fd40 refactor index.test.ts: reusable config test function
  • 6a938e1 remove comment about performance
  • 0a08f56 remove searchInThisFile flag (now always searches in meta config file)
  • 7223c72 improve clarity of end user documentation
  • 1d8dbd0 refactor getLoaderFunctionsByName
  • 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)
codecov-commenter commented 1 year ago

Codecov Report

Merging #288 (4056144) into main (dacf2bf) will not change coverage. The diff coverage is n/a.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@           Coverage Diff           @@
##             main     #288   +/-   ##
=======================================
  Coverage   95.32%   95.32%           
=======================================
  Files          11       11           
  Lines         792      792           
  Branches      180      180           
=======================================
  Hits          755      755           
  Misses         36       36           
  Partials        1        1           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more