fliegdoc icon indicating copy to clipboard operation
fliegdoc copied to clipboard

Bump yaml and cosmiconfig

Open dependabot[bot] opened this issue 1 year ago • 1 comments

Removes yaml. It's no longer used after updating ancestor dependency cosmiconfig. These dependencies need to be updated together.

Removes yaml

Updates cosmiconfig from 7.1.0 to 8.1.3

Changelog

Sourced from cosmiconfig's changelog.

8.1.3

  • Fixed: existence of meta config breaking default loaders

8.1.2

  • Fixed: generation of TypeScript types going to the wrong output path

8.1.1

  • Fixed: meta config overriding original options completely (now merges correctly)

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)

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.
Commits
  • dee5198 8.1.3
  • a181b86 update changelog
  • 71051b3 remove mergeLoaders option (always merge loaders)
  • a003583 update changelog for 8.1.2
  • 49b1586 8.1.2
  • 22b4ea1 fix types build
  • 193cb57 8.1.1
  • 17f5edc merge cosmiconfig options from meta config file into original options rather ...
  • dacce13 Merge pull request #294 from beerose/migrate-to-vitest
  • e1194d5 properly resolve imports with typescript
  • Additional commits viewable in compare view

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) You can disable automated security fix PRs for this repo from the Security Alerts page.

dependabot[bot] avatar Apr 24 '23 19:04 dependabot[bot]