-
-
Notifications
You must be signed in to change notification settings - Fork 12
Bump github.com/spf13/cobra from 1.3.0 to 1.4.0 #349
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
Bump github.com/spf13/cobra from 1.3.0 to 1.4.0 #349
Conversation
6bdbba3
to
f00d015
Compare
@dependabot rebase |
f00d015
to
7f4a7b2
Compare
Codecov Report
@@ Coverage Diff @@
## main #349 +/- ##
=======================================
Coverage 90.01% 90.01%
=======================================
Files 44 44
Lines 6770 6770
=======================================
Hits 6094 6094
Misses 553 553
Partials 123 123
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/spf13/cobra/releases) - [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md) - [Commits](spf13/cobra@v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: github.com/spf13/cobra dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Go 1.17 has a different handling of dependencies. By default, it emulates the old behavior for compatibility with older Go versions. The Dependabot PRs are produced in this manner. This project now uses Go 1.17 exclusively, as is indicated by the `go` directive and by the contributor guide. There is no need to provide compatibility with unsupported Go versions, so we use the `-compat=1.17` flag in the `go mod tidy` command, as is done here.
The bump of the `github.com/spf13/cobra` dependency of the project's root `github.com/arduino/arduino-lint` module also requires updates to the dependencies data of the projects modules which depend on `github.com/arduino/arduino-lint`.
c30a2ed
to
7019bda
Compare
Bumps github.com/spf13/cobra from 1.3.0 to 1.4.0.
Release notes
Sourced from github.com/spf13/cobra's releases.
Changelog
Sourced from github.com/spf13/cobra's changelog.
... (truncated)
Commits
5b2b9e9
Removes viper dependency by removing cobra/ CLI tool (#1604)9369465
labeler: fix syntaxe1b831e
Updates labeler for new labels (#1613)8267283
Add MAINTAINERS file (alphabetical order) (#1545)6d2dc43
Add Pixie to projects. (#1581)a599632
Fix install command (#1576)7cabfeb
Update Go Doc link and badge (#1593)e04ec72
Bump license year to 2022 in golden files (#1575)cb9d7b1
Bump github.com/spf13/viper from 1.10.0 to 1.10.1 (#1567)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)