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

build(deps): Bump cosmiconfig from 7.0.1 to 8.0.0 #42

Merged
merged 1 commit into from
Feb 12, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2023

Bumps cosmiconfig from 7.0.1 to 8.0.0.

Changelog

Sourced from cosmiconfig's changelog.

8.0.0

No major breaking changes! We dropped support for Node 10 and 12 -- which you're probably not using. And we swapped out the YAML parser -- which you probably won't notice.

  • Breaking change: Drop support for Node 10 and 12.
  • Breaking change: Use npm package js-yaml to parse YAML instead of npm package yaml.
  • Added: Loader errors now include the path of the file that was tried to be loaded.

7.1.0

  • Added: Additional default searchPlaces within a .config subdirectory (without leading dot in the file name)
Commits
  • 7d1dce9 Merge pull request #274 from davidtheclark/prepare-v8
  • 500dada correct changelog text
  • 9254fb0 Merge branch 'main' into prepare-v8
  • 68298d4 Merge pull request #282 from davidtheclark/add-filepath-to-loader-errors
  • 706c2ee add changelog entry
  • fea5937 add filepath to loader errors
  • ec975e4 Merge pull request #281 from vkrol/vkrol-patch-1
  • 8b8bcf7 don't install latest npm
  • 93c009a fix changelog
  • 195a1c5 drop node 12 support
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by d-fischer, a new releaser for cosmiconfig since your current version.


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)

@dependabot dependabot bot added scope:dependencies dependency updates type:build changes to the build system or external dependencies labels Feb 12, 2023
@dependabot dependabot bot requested review from flexdevelopment, a team and unicornware February 12, 2023 01:24
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/cosmiconfig-8.0.0 branch 2 times, most recently from 491ff0b to 8e12ae9 Compare February 12, 2023 01:30
@unicornware
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/cosmiconfig-8.0.0 branch 4 times, most recently from 4889207 to fc6ac02 Compare February 12, 2023 01:58
@codecov
Copy link

codecov bot commented Feb 12, 2023

Codecov Report

Merging #42 (205e44a) into main (c34bb91) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #42   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           17        17           
  Lines         1678      1678           
  Branches       113       113           
=========================================
  Hits          1678      1678           
Flag Coverage Δ
node14 100.00% <ø> (ø)
node16 100.00% <ø> (ø)
node18 100.00% <ø> (ø)
node19 100.00% <ø> (ø)
Components Coverage Δ
config 100.00% <ø> (ø)
internal 100.00% <ø> (ø)
plugins 100.00% <ø> (ø)
utils 100.00% <ø> (ø)

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 c34bb91...205e44a. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/cosmiconfig-8.0.0 branch from fc6ac02 to d3c4632 Compare February 12, 2023 02:18
@unicornware
Copy link
Member

@dependabot rebase

Bumps [cosmiconfig](https://github.com/davidtheclark/cosmiconfig) from 7.0.1 to 8.0.0.
- [Release notes](https://github.com/davidtheclark/cosmiconfig/releases)
- [Changelog](https://github.com/davidtheclark/cosmiconfig/blob/main/CHANGELOG.md)
- [Commits](cosmiconfig/cosmiconfig@v7.0.1...v8.0.0)

---
updated-dependencies:
- dependency-name: cosmiconfig
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/cosmiconfig-8.0.0 branch from d3c4632 to 205e44a Compare February 12, 2023 06:01
@unicornware unicornware enabled auto-merge (squash) February 12, 2023 06:07
Copy link
Member

@unicornware unicornware left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 👍🏾

@unicornware unicornware merged commit ab75b8c into main Feb 12, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/cosmiconfig-8.0.0 branch February 12, 2023 06:08
@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent
activity after it was closed. Please open a new issue for related bugs or features. Be
sure to reference this issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
scope:dependencies dependency updates type:build changes to the build system or external dependencies
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant