saplingjs / sapling

🌿 Sapling is a Node.js framework for faster-than-light web development.
https://www.saplingjs.com
MIT License
14 stars 0 forks source link

Bump yargs from 17.4.1 to 17.5.0 #475

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps yargs from 17.4.1 to 17.5.0.

Changelog

Sourced from yargs's changelog.

17.5.0 (2022-05-11)

Features

  • add browser.d.ts and check for existence of Error.captureStackTrace() (#2144) (6192990)

Bug Fixes

  • completion: support for default flags (db35423)
  • import yargs/yargs in esm projects (#2151) (95aed1c)
Commits
  • fcb4d38 chore(main): release 17.5.0 (#2184)
  • 7e85096 Revert "chore: Set permissions for GitHub actions (#2168)" (#2183)
  • 95aed1c fix: import yargs/yargs in esm projects (#2151)
  • db35423 fix(completion): support for default flags
  • 6192990 feat: add browser.d.ts and check for existence of Error.captureStackTrace() (...
  • d9fa18c chore: Set permissions for GitHub actions (#2168)
  • See full diff 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[bot] commented 2 years ago

Codecov Report

Merging #475 (36ccaad) into master (d5bd35a) will not change coverage. The diff coverage is n/a.

:exclamation: Current head 36ccaad differs from pull request most recent head 08aa251. Consider uploading reports for the commit 08aa251 to get more accurate results

@@           Coverage Diff           @@
##           master     #475   +/-   ##
=======================================
  Coverage   98.05%   98.05%           
=======================================
  Files          37       37           
  Lines        4668     4668           
=======================================
  Hits         4577     4577           
  Misses         91       91           

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 d5bd35a...08aa251. Read the comment docs.

dependabot[bot] commented 2 years ago

Superseded by #477.