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

build(deps): bump the minor-updates group with 5 updates #12

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 25, 2024

Bumps the minor-updates group with 5 updates:

Package From To
github.com/alexflint/go-arg 1.4.2 1.5.1
github.com/godbus/dbus/v5 5.0.4 5.1.0
github.com/holoplot/go-avahi 1.0.0 1.0.1
github.com/miekg/dns 1.1.43 1.1.62
github.com/sirupsen/logrus 1.8.1 1.9.3

Updates github.com/alexflint/go-arg from 1.4.2 to 1.5.1

Release notes

Sourced from github.com/alexflint/go-arg's releases.

v1.5.1

  • Fixes a bug introduced in v1.5.0 where bad struct tags and other parser-level initialization problems would result in a crash rather than a clean exit in MustParse (thanks @​hhromic !)

Version 1.5.0

  • Argument structs can define Description() and Epilogue(), which are added to the usage string

  • Subcommands can have multiple aliases like this:

var args struct {
    Remove *struct{} `arg:"subcommand:remove|rm|r" help:"remove something from somewhere"`
}
  • Improves formatting of usage string when the placeholder tag is set to empty string

  • Do not handle --version when the args struct lacks a Version() function

  • Add StructSubcommands to Config struct

Version 1.4.3

  • Correctly brackets non-required positional arguments in usage strings
  • Fixes help and usage strings for subcommands.
  • Add native support for url.URL via go-scalar
  • Add environment variables names to error messages when relevant
Commits
  • bee5cf5 Merge pull request #255 from hhromic/fix-254
  • aa844c7 Fix crash on errors in package-level MustParse
  • dfca71d Merge pull request #243 from alexflint/handle-empty-placeholder
  • 188bd31 Merge pull request #244 from alexflint/restore-100pct-coverage
  • 8a91726 add a test case with single-level subcommands
  • 3ddfffd add test for help and usage when a --version flag is present
  • 68948b2 restore 100% code coverage
  • be792f1 ping
  • 8e35a4f handle explicit empty placeholders
  • bf629a1 Merge pull request #231 from alexflint/subcommand-aliases
  • Additional commits viewable in compare view

Updates github.com/godbus/dbus/v5 from 5.0.4 to 5.1.0

Release notes

Sourced from github.com/godbus/dbus/v5's releases.

v5.1.0

What's Changed

Full Changelog: godbus/dbus@v5.0.6...v5.1.0

v5.0.6

Add missing WithHandler call to DialHandler examples: Add client to partner server fix missing SendNullByte on NetBSD conn: add new method SessionBusPrivateNoAutoStartup fix: remove unneccessary semicolon fix auth under root with syscall.Seteuid(uid)

v5.0.5

Various encoder and decoder improvements.

Commits
  • e523abc Merge pull request #313 from kolyshkin/fix-TestObjectSignalHandling
  • 2c3cf65 TestObjectSignalHandling: minor refactor
  • 81ff899 TestObjectSignalHandling: fix/improve
  • b357b44 Merge pull request #310 from godbus/fix/prop_pointers
  • e230c8c prop: copy initial values and store as pointers internally
  • 3775a5b Merge pull request #312 from godbus/fix/conn_cancelled_context
  • d0c202b conn: don't send message if context is already cancelled
  • 83fe796 Merge pull request #311 from godbus/doc/struct_type
  • 32cb891 Merge pull request #309 from godbus/fix/auth_ok_missing_uid
  • 041560b Merge pull request #302 from kolyshkin/escape-bus-address
  • Additional commits viewable in compare view

Updates github.com/holoplot/go-avahi from 1.0.0 to 1.0.1

Commits
  • f1c523e Merge pull request #15 from DerAndereAndi/bugfixes
  • 61c3cd3 Add missing make of close channels
  • 88734c5 Fix linter warning
  • 1929b09 Fix D-Bus destination for multiple interfaces
  • 65c3b32 entry-group: AddServiceSubType → AddServiceSubtype
  • See full diff in compare view

Updates github.com/miekg/dns from 1.1.43 to 1.1.62

Commits

Updates github.com/sirupsen/logrus from 1.8.1 to 1.9.3

Release notes

Sourced from github.com/sirupsen/logrus's releases.

v1.9.3

Full Changelog: sirupsen/logrus@v1.9.2...v1.9.3

v1.9.2

Full Changelog: sirupsen/logrus@v1.9.1...v1.9.2

v1.9.1

What's Changed

New Contributors

Full Changelog: sirupsen/logrus@v1.9.0...v1.9.1

v1.9.0

No release notes provided.

v1.8.3

What's Changed

New Contributors

Full Changelog: sirupsen/logrus@v1.8.2...v1.8.3

v1.8.2

What's Changed

... (truncated)

Commits
  • d40e25c fix panic in Writer
  • f9291a5 Revert "Revert "Merge pull request #1376 from ozfive/master""
  • 352781d Revert "Merge pull request #1376 from ozfive/master"
  • b30aa27 Merge pull request #1339 from xieyuschen/patch-1
  • 6acd903 Merge pull request #1376 from ozfive/master
  • 105e63f Merge pull request #1 from ashmckenzie/ashmckenzie/fix-writer-scanner
  • c052ba6 Scan text in 64KB chunks
  • e59b167 Merge pull request #1372 from tommyblue/syslog_different_loglevels
  • 766cfec This commit fixes a potential denial of service vulnerability in logrus.Write...
  • 70234da Add instructions to use different log levels for local and syslog
  • 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 minor-updates group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/alexflint/go-arg](https://github.com/alexflint/go-arg) | `1.4.2` | `1.5.1` |
| [github.com/godbus/dbus/v5](https://github.com/godbus/dbus) | `5.0.4` | `5.1.0` |
| [github.com/holoplot/go-avahi](https://github.com/holoplot/go-avahi) | `1.0.0` | `1.0.1` |
| [github.com/miekg/dns](https://github.com/miekg/dns) | `1.1.43` | `1.1.62` |
| [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) | `1.8.1` | `1.9.3` |


Updates `github.com/alexflint/go-arg` from 1.4.2 to 1.5.1
- [Release notes](https://github.com/alexflint/go-arg/releases)
- [Commits](alexflint/go-arg@v1.4.2...v1.5.1)

Updates `github.com/godbus/dbus/v5` from 5.0.4 to 5.1.0
- [Release notes](https://github.com/godbus/dbus/releases)
- [Commits](godbus/dbus@v5.0.4...v5.1.0)

Updates `github.com/holoplot/go-avahi` from 1.0.0 to 1.0.1
- [Commits](holoplot/go-avahi@v1.0.0...v1.0.1)

Updates `github.com/miekg/dns` from 1.1.43 to 1.1.62
- [Changelog](https://github.com/miekg/dns/blob/master/Makefile.release)
- [Commits](miekg/dns@v1.1.43...v1.1.62)

Updates `github.com/sirupsen/logrus` from 1.8.1 to 1.9.3
- [Release notes](https://github.com/sirupsen/logrus/releases)
- [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md)
- [Commits](sirupsen/logrus@v1.8.1...v1.9.3)

---
updated-dependencies:
- dependency-name: github.com/alexflint/go-arg
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: github.com/godbus/dbus/v5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: github.com/holoplot/go-avahi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: github.com/miekg/dns
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: github.com/sirupsen/logrus
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 25, 2024
Copy link

sonarcloud bot commented Nov 25, 2024

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 26, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/go_modules/minor-updates-1f540836ae branch November 26, 2024 11:01
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant