Merged
Conversation
Bumps the all group with 5 updates: | Package | From | To | | --- | --- | --- | | [github.com/boombuler/barcode](https://github.com/boombuler/barcode) | `1.0.2` | `1.1.0` | | [github.com/mdp/qrterminal/v3](https://github.com/mdp/qrterminal) | `3.2.0` | `3.2.1` | | [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.8.1` | `1.9.1` | | [github.com/spf13/viper](https://github.com/spf13/viper) | `1.19.0` | `1.20.1` | | [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.9.0` | `1.10.0` | Updates `github.com/boombuler/barcode` from 1.0.2 to 1.1.0 - [Release notes](https://github.com/boombuler/barcode/releases) - [Commits](boombuler/barcode@v1.0.2...v1.1.0) Updates `github.com/mdp/qrterminal/v3` from 3.2.0 to 3.2.1 - [Release notes](https://github.com/mdp/qrterminal/releases) - [Changelog](https://github.com/mdp/qrterminal/blob/main/CHANGELOG.md) - [Commits](mdp/qrterminal@v3.2.0...v3.2.1) Updates `github.com/spf13/cobra` from 1.8.1 to 1.9.1 - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.8.1...v1.9.1) Updates `github.com/spf13/viper` from 1.19.0 to 1.20.1 - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.19.0...v1.20.1) Updates `github.com/stretchr/testify` from 1.9.0 to 1.10.0 - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: github.com/boombuler/barcode dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: github.com/mdp/qrterminal/v3 dependency-version: 3.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: github.com/spf13/cobra dependency-version: 1.9.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: github.com/spf13/viper dependency-version: 1.20.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: github.com/stretchr/testify dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the all group with 5 updates:
1.0.21.1.03.2.03.2.11.8.11.9.11.19.01.20.11.9.01.10.0Updates
github.com/boombuler/barcodefrom 1.0.2 to 1.1.0Release notes
Sourced from github.com/boombuler/barcode's releases.
Commits
11e32e4Merge pull request #86 from danielwhite/gs1-datamatrix0042f9aMerge pull request #78 from dev-gto/patch-19862f56datamatrix: GS1 DataMatrix support addedca3e24fMerge pull request #84 from zhaori96/allow-other-depthsd79eb87Use the Background color from ColorScheme if bc implements BarcodeColord5743d9Barcode implementations also implements BarcodeColor interface49d4ce8Add BarcodeColor interfacea8e67c5Add EncodeWithChecksum color overloadb1129f9Update godoc comment of EncodeWithColor methods1c82249Remove unecessary fileUpdates
github.com/mdp/qrterminal/v3from 3.2.0 to 3.2.1Release notes
Sourced from github.com/mdp/qrterminal/v3's releases.
Changelog
Sourced from github.com/mdp/qrterminal/v3's changelog.
Commits
4e76afdFix: Goreleaser2d4538fFix: Goreleaser8a6d60aMerge pull request #34 from mdp/mdp/fix_3318176c8Fix: Default characters in config - Fixes #332d47ea1Merge pull request #30 from mattn/resizec8b993emake sixel smaller when code is largeUpdates
github.com/spf13/cobrafrom 1.8.1 to 1.9.1Release notes
Sourced from github.com/spf13/cobra's releases.
... (truncated)
Commits
40b5bc1Revert "Make detection for test-binary more universal (#2173)" (#2235)a97f9fdfix CompletionFunc implementation (#2234)5f9c408chore: Upgrade dependencies for v1.9.0 (#2233)24ada7fRemove the default "completion" cmd if it is alone (#1559)680936aNew logo8cb30f9feat: add CompletionWithDesc helper (#2231)17b6dcadoc: add Conduit (#2230)ab5cadcAllow to reset the templates to the default (#2229)4ba5566fix(bash): nounset unbound file filter variable on empty extension (#2228)41b26ecPrint ActiveHelp for bash along other completions (#2076)Updates
github.com/spf13/viperfrom 1.19.0 to 1.20.1Release notes
Sourced from github.com/spf13/viper's releases.
... (truncated)
Commits
9568cfcfix: config type check when loading any configfd05140fix(config): get config type from v.configType or config file extc038295docs: add update instructions for 1.209c07e0fbuild: disable unused linters48112d6ci: add Go 1.24 to the test matrix66e3e28build(deps): bump github.com/spf13/pflag from 1.0.5 to 1.0.617b96acNew Logo8b223a4build(deps): bump github.com/spf13/cast from 1.7.0 to 1.7.191fd363chore: update aferoe75c48fFix issues reported by testifylintUpdates
github.com/stretchr/testifyfrom 1.9.0 to 1.10.0Release notes
Sourced from github.com/stretchr/testify's releases.
... (truncated)
Commits
89cbdd9Merge pull request #1626 from arjun-1/fix-functional-options-diff-indirect-calls07bac60Merge pull request #1667 from sikehish/flaky716de8dIncrease timeouts in Test_Mock_Called_blocks to reduce flakiness in CI118fb83NotSame should fail if args are not pointers #1661 (#1664)7d99b2battempt 205f87c0more similarea7129ebetter fmta1b9c9eMerge pull request #1663 from ybrustin/master8302de9Merge branch 'master' into master89352f7Merge pull request #1518 from hendrywiranto/adjust-readme-remove-v2Dependabot 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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