build(deps): bump github.com/urfave/cli from 1.22.5 to 1.22.10
Bumps github.com/urfave/cli from 1.22.5 to 1.22.10.
Release notes
Sourced from github.com/urfave/cli's releases.
v1.22.10
What's Changed
- Ignore dirs that are ignored in v2 by
@meatballhatin urfave/cli#1428- Fix:(issue_1094) Dont execute Before/After during shell completions by
@dearchapin urfave/cli#1459Full Changelog: https://github.com/urfave/cli/compare/v1.22.9...v1.22.10
v1.22.9
What's Changed
- do fix CI by
@kolyshkinin urfave/cli#1384- Add urfave_cli_no_docs build tag by
@kolyshkinin urfave/cli#1383Full Changelog: https://github.com/urfave/cli/compare/v1.22.8...v1.22.9
v1.22.8
What's Changed
- [v1] fix CI, add Go 1.17.x and 1.18.x by
@kolyshkinin urfave/cli#1379Full Changelog: https://github.com/urfave/cli/compare/v1.22.7...v1.22.8
Release 1.22.7
What's Changed
- Don't call open("") backport by
@kolyshkinin urfave/cli#1362Full Changelog: https://github.com/urfave/cli/compare/v1.22.6...v1.22.7
Release 1.22.6
What's Changed
- Ci config trimming by
@meatballhatin urfave/cli#1355- Merging 1135 fix flag parsing by
@thaJeztahvia urfave/cli#1356Full Changelog: https://github.com/urfave/cli/compare/v1.22.5...v1.22.6
Commits
c24c9f3Fix:(issue_1094) Dont execute Before/After during shell completions (#1459)1eac782Merge pull request #1428 from urfave/ignore-v2-ignored5083312Ignore dirs that are ignored in v2575b8b4Merge pull request #1383 from kolyshkin/v1-no-docs2930925ci: test newly added tagfc47b1aAdd urfave_cli_no_docs build tagba801d7Move some test helpers from docs_test to fish_test9810d12Merge pull request #1384 from kolyshkin/v1-do-fix-ci22281d3Fix CIb370d04Really fix TestApp_RunAsSubCommandIncorrectUsage- 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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
Merging #48 (a8ef7b2) into master (5145386) will decrease coverage by
4.57%. The diff coverage is41.17%.
@@ Coverage Diff @@
## master #48 +/- ##
==========================================
- Coverage 80.82% 76.25% -4.58%
==========================================
Files 1 1
Lines 146 160 +14
==========================================
+ Hits 118 122 +4
- Misses 16 22 +6
- Partials 12 16 +4
| Impacted Files | Coverage Δ | |
|---|---|---|
| plugin.go | 76.25% <41.17%> (-4.58%) |
:arrow_down: |
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
Superseded by #49.