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

Dependabot: Bump the go group with 3 updates #26

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2025

Bumps the go group with 3 updates: github.com/urfave/cli, github.com/cpuguy83/go-md2man/v2 and github.com/smarty/assertions.

Updates github.com/urfave/cli from 1.22.14 to 1.22.16

Release notes

Sourced from github.com/urfave/cli's releases.

v1.22.16

What's Changed

Full Changelog: urfave/cli@v1.22.15...v1.22.16

v1.22.15

What's Changed

Full Changelog: urfave/cli@v1.22.14...v1.22.15

Commits
  • 77bdfab Merge pull request #1979 from urfave/v1-update-deps
  • e33bf2d Update file test doc to match current md2man format
  • 009899a Update dependencies in v1
  • 1c29f69 Merge pull request #1887 from urfave/v1-actions-do-si-do
  • 6a9fb62 Bump Go versions and reorder steps as with v2-maint
  • 2421d23 Merge pull request #1886 from urfave/v1-upgrades
  • 4df8f14 Update to current md2man format
  • dd16550 Bump dependencies, tested go versions, and actions steps for v1
  • See full diff in compare view

Updates github.com/cpuguy83/go-md2man/v2 from 2.0.3 to 2.0.5

Release notes

Sourced from github.com/cpuguy83/go-md2man/v2's releases.

v2.0.5

What's Changed

New Contributors

Full Changelog: cpuguy83/go-md2man@v2.0.4...v2.0.5

v2.0.4

What's Changed

Full Changelog: cpuguy83/go-md2man@v2.0.3...v2.0.4

Commits
  • b14773d Merge pull request #120 from cpuguy83/dependabot/github_actions/golangci/gola...
  • 54d2e5c Merge pull request #122 from corhere/fix-multi-paragraph-lists
  • 149c352 Stop over-indenting lists that are not nested
  • f486e72 Support multi-paragraph definition lists
  • 6350b8a Merge pull request #124 from corhere/fix-whatis
  • 4d7d268 Merge pull request #121 from corhere/less-renderer-state
  • 4013a69 Merge pull request #125 from kurth4cker/master
  • 5e88164 Merge pull request #123 from corhere/ast-debug
  • 7607604 md2man.go: rename ioutil to io
  • 426206c Backslash-escape first hyphen in NAME section
  • Additional commits viewable in compare view

Updates github.com/smarty/assertions from 1.15.0 to 1.16.0

Commits
  • 8aec034 Convenience method for performing assertions via should package.
  • 682befc Go v1.21.3
  • 0c99223 Inline boolean values.
  • 1379ab4 Fix failing test.
  • b8d0080 Update gorace to be 50ms in response to Go v1.21.0
  • 2f1d17c Consolidate messages.
  • 2fd8c47 Improve ShouldBeEmpty failure message in case of non-lengthy value.
  • fbc9b45 Canonize resolution of long-standing issues.
  • 11b5dc6 Label issue associated with new assertions.
  • e9b2db1 Restore support for comparing func values via ShouldEqual.
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the go group with 3 updates: [github.com/urfave/cli](https://github.com/urfave/cli), [github.com/cpuguy83/go-md2man/v2](https://github.com/cpuguy83/go-md2man) and [github.com/smarty/assertions](https://github.com/smarty/assertions).


Updates `github.com/urfave/cli` from 1.22.14 to 1.22.16
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](urfave/cli@v1.22.14...v1.22.16)

Updates `github.com/cpuguy83/go-md2man/v2` from 2.0.3 to 2.0.5
- [Release notes](https://github.com/cpuguy83/go-md2man/releases)
- [Commits](cpuguy83/go-md2man@v2.0.3...v2.0.5)

Updates `github.com/smarty/assertions` from 1.15.0 to 1.16.0
- [Commits](smarty/assertions@v1.15.0...v1.16.0)

---
updated-dependencies:
- dependency-name: github.com/urfave/cli
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/cpuguy83/go-md2man/v2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/smarty/assertions
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants