Update all dependencies #10

Open
kjuulh wants to merge 1 commits from renovate/all into main
Owner

This PR contains the following updates:

Package Type Update Change
github.com/hashicorp/go-hclog require minor v1.5.0 -> v1.6.3
github.com/hashicorp/go-plugin require minor v1.4.9 -> v1.6.1
github.com/spf13/cobra require minor v1.7.0 -> v1.8.1
github.com/stretchr/testify require minor v1.8.2 -> v1.9.0
golang.org/x/sync require minor v0.2.0 -> v0.8.0

Release Notes

hashicorp/go-hclog (github.com/hashicorp/go-hclog)

v1.6.3: Optional JSON escaping

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/hashicorp/go-hclog/compare/v1.6.2...v1.6.3

v1.6.2: Fix level syncing

Compare Source

What's Changed

Full Changelog: https://github.com/hashicorp/go-hclog/compare/v1.6.1...v1.6.2

v1.6.1: Fix forcing color

Compare Source

What's Changed

Full Changelog: https://github.com/hashicorp/go-hclog/compare/v1.6.0...v1.6.1

v1.6.0: New level inheritance mode

Compare Source

This release adds the ability to have sub-loggers arrange themselves into a tree and sync the level changes downward in the tree.

What's Changed

New Contributors

Full Changelog: https://github.com/hashicorp/go-hclog/compare/v1.5.0...v1.6.0

hashicorp/go-plugin (github.com/hashicorp/go-plugin)

v1.6.1

Compare Source

BUGS:

  • Suppress spurious os.ErrClosed on plugin shutdown [GH-299]

ENHANCEMENTS:

  • deps: bump google.golang.org/grpc to v1.58.3 [GH-296]

v1.6.0

Compare Source

CHANGES:

  • plugin: Plugins written in other languages can optionally start to advertise whether they support gRPC broker multiplexing.
    If the environment variable PLUGIN_MULTIPLEX_GRPC is set, it is safe to include a seventh field containing a boolean
    value in the |-separated protocol negotiation line.

ENHANCEMENTS:

  • Support muxing gRPC broker connections over a single listener [GH-288]
  • client: Configurable buffer size for reading plugin log lines [GH-265]
  • Use buf for proto generation [GH-286]
  • deps: bump golang.org/x/net to v0.17.0 [GH-285]
  • deps: bump golang.org/x/sys to v0.13.0 [GH-285]
  • deps: bump golang.org/x/text to v0.13.0 [GH-285]

v1.5.2

Compare Source

ENHANCEMENTS:

client: New UnixSocketConfig.TempDir option allows setting the directory to use when creating plugin-specific Unix socket directories [GH-282]

v1.5.1

Compare Source

BUGS:

  • server: PLUGIN_UNIX_SOCKET_DIR is consistently used for gRPC broker sockets as well as the initial socket [GH-277]

ENHANCEMENTS:

  • client: New UnixSocketConfig option in ClientConfig to support making the client's Unix sockets group-writable [GH-277]

v1.5.0

Compare Source

ENHANCEMENTS:

  • client: New runner.Runner interface to support clients providing custom plugin command runner implementations [GH-270]
    • Accessible via new ClientConfig field RunnerFunc, which is mutually exclusive with Cmd and Reattach
    • Reattaching support via ReattachConfig field ReattachFunc
  • client: New ClientConfig field SkipHostEnv allows omitting the client process' own environment variables from the plugin command's environment [GH-270]
  • client: Add ID() method to Client for retrieving the pid or other unique ID of a running plugin [GH-272]
  • server: Support setting the directory to create Unix sockets in with the env var PLUGIN_UNIX_SOCKET_DIR [GH-270]
  • server: Support setting group write permission and a custom group name or gid owner with the env var PLUGIN_UNIX_SOCKET_GROUP [GH-270]

v1.4.10

Compare Source

BUG FIXES:

  • additional notes: ensure to close files [GH-241]

ENHANCEMENTS:

  • deps: Remove direct dependency on golang.org/x/net [GH-240]
spf13/cobra (github.com/spf13/cobra)

v1.8.1

Compare Source

Features

🐛 Bug fixes

🔧 Maintenance

🧪 Testing & CI/CD

✏️ Documentation

New Contributors


Thank you everyone who contributed to this release and all your hard work! Cobra and this community would never be possible without all of you!!!! 🐍

Full Changelog: https://github.com/spf13/cobra/compare/v1.8.0...v1.8.1

v1.8.0

Compare Source

Features

🐛 Bug fixes

🔧 Maintenance

🧪 Testing & CI/CD

✏️ Documentation


Thank you everyone who contributed to this release and all your hard work! Cobra and this community would never be possible without all of you!!!! 🐍

Full Changelog: https://github.com/spf13/cobra/compare/v1.7.0...v1.8.0

stretchr/testify (github.com/stretchr/testify)

v1.9.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/stretchr/testify/compare/v1.8.4...v1.9.0

v1.8.4

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/stretchr/testify/compare/v1.8.3...v1.8.4

v1.8.3

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/stretchr/testify/compare/v1.8.2...v1.8.3


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/hashicorp/go-hclog](https://github.com/hashicorp/go-hclog) | require | minor | `v1.5.0` -> `v1.6.3` | | [github.com/hashicorp/go-plugin](https://github.com/hashicorp/go-plugin) | require | minor | `v1.4.9` -> `v1.6.1` | | [github.com/spf13/cobra](https://github.com/spf13/cobra) | require | minor | `v1.7.0` -> `v1.8.1` | | [github.com/stretchr/testify](https://github.com/stretchr/testify) | require | minor | `v1.8.2` -> `v1.9.0` | | golang.org/x/sync | require | minor | `v0.2.0` -> `v0.8.0` | --- ### Release Notes <details> <summary>hashicorp/go-hclog (github.com/hashicorp/go-hclog)</summary> ### [`v1.6.3`](https://github.com/hashicorp/go-hclog/releases/tag/v1.6.3): Optional JSON escaping [Compare Source](https://github.com/hashicorp/go-hclog/compare/v1.6.2...v1.6.3) #### What's Changed - hclogvet: updates for go1.22 by [@&#8203;shoenig](https://github.com/shoenig) in https://github.com/hashicorp/go-hclog/pull/138 - support configure json escape when log in json format by [@&#8203;Ericwww](https://github.com/Ericwww) in https://github.com/hashicorp/go-hclog/pull/141 #### New Contributors - [@&#8203;Ericwww](https://github.com/Ericwww) made their first contribution in https://github.com/hashicorp/go-hclog/pull/141 **Full Changelog**: https://github.com/hashicorp/go-hclog/compare/v1.6.2...v1.6.3 ### [`v1.6.2`](https://github.com/hashicorp/go-hclog/releases/tag/v1.6.2): Fix level syncing [Compare Source](https://github.com/hashicorp/go-hclog/compare/v1.6.1...v1.6.2) #### What's Changed - Conside if the level is to be used separately from if the levels should be calculated by [@&#8203;evanphx](https://github.com/evanphx) in https://github.com/hashicorp/go-hclog/pull/137 **Full Changelog**: https://github.com/hashicorp/go-hclog/compare/v1.6.1...v1.6.2 ### [`v1.6.1`](https://github.com/hashicorp/go-hclog/releases/tag/v1.6.1): Fix forcing color [Compare Source](https://github.com/hashicorp/go-hclog/compare/v1.6.0...v1.6.1) #### What's Changed - Fix colors not being forced on correctly. by [@&#8203;evanphx](https://github.com/evanphx) in https://github.com/hashicorp/go-hclog/pull/136 **Full Changelog**: https://github.com/hashicorp/go-hclog/compare/v1.6.0...v1.6.1 ### [`v1.6.0`](https://github.com/hashicorp/go-hclog/releases/tag/v1.6.0): New level inheritance mode [Compare Source](https://github.com/hashicorp/go-hclog/compare/v1.5.0...v1.6.0) This release adds the ability to have sub-loggers arrange themselves into a tree and sync the level changes downward in the tree. #### What's Changed - SEC-090: Automated trusted workflow pinning (2023-04-03) by [@&#8203;hashicorp-tsccr](https://github.com/hashicorp-tsccr) in https://github.com/hashicorp/go-hclog/pull/128 - Docs: InferLevelsWithTimestamp relies on InferLevels being true by [@&#8203;peteski22](https://github.com/peteski22) in https://github.com/hashicorp/go-hclog/pull/135 - Implement the ability to more logically share level hierarchies by [@&#8203;evanphx](https://github.com/evanphx) in https://github.com/hashicorp/go-hclog/pull/134 #### New Contributors - [@&#8203;hashicorp-tsccr](https://github.com/hashicorp-tsccr) made their first contribution in https://github.com/hashicorp/go-hclog/pull/128 - [@&#8203;peteski22](https://github.com/peteski22) made their first contribution in https://github.com/hashicorp/go-hclog/pull/135 **Full Changelog**: https://github.com/hashicorp/go-hclog/compare/v1.5.0...v1.6.0 </details> <details> <summary>hashicorp/go-plugin (github.com/hashicorp/go-plugin)</summary> ### [`v1.6.1`](https://github.com/hashicorp/go-plugin/blob/HEAD/CHANGELOG.md#v161) [Compare Source](https://github.com/hashicorp/go-plugin/compare/v1.6.0...v1.6.1) BUGS: - Suppress spurious `os.ErrClosed` on plugin shutdown \[[GH-299](https://github.com/hashicorp/go-plugin/pull/299)] ENHANCEMENTS: - deps: bump google.golang.org/grpc to v1.58.3 \[[GH-296](https://github.com/hashicorp/go-plugin/pull/296)] ### [`v1.6.0`](https://github.com/hashicorp/go-plugin/blob/HEAD/CHANGELOG.md#v160) [Compare Source](https://github.com/hashicorp/go-plugin/compare/v1.5.2...v1.6.0) CHANGES: - plugin: Plugins written in other languages can optionally start to advertise whether they support gRPC broker multiplexing. If the environment variable `PLUGIN_MULTIPLEX_GRPC` is set, it is safe to include a seventh field containing a boolean value in the `|`-separated protocol negotiation line. ENHANCEMENTS: - Support muxing gRPC broker connections over a single listener \[[GH-288](https://github.com/hashicorp/go-plugin/pull/288)] - client: Configurable buffer size for reading plugin log lines \[[GH-265](https://github.com/hashicorp/go-plugin/pull/265)] - Use `buf` for proto generation \[[GH-286](https://github.com/hashicorp/go-plugin/pull/286)] - deps: bump golang.org/x/net to v0.17.0 \[[GH-285](https://github.com/hashicorp/go-plugin/pull/285)] - deps: bump golang.org/x/sys to v0.13.0 \[[GH-285](https://github.com/hashicorp/go-plugin/pull/285)] - deps: bump golang.org/x/text to v0.13.0 \[[GH-285](https://github.com/hashicorp/go-plugin/pull/285)] ### [`v1.5.2`](https://github.com/hashicorp/go-plugin/blob/HEAD/CHANGELOG.md#v152) [Compare Source](https://github.com/hashicorp/go-plugin/compare/v1.5.1...v1.5.2) ENHANCEMENTS: client: New `UnixSocketConfig.TempDir` option allows setting the directory to use when creating plugin-specific Unix socket directories \[[GH-282](https://github.com/hashicorp/go-plugin/pull/282)] ### [`v1.5.1`](https://github.com/hashicorp/go-plugin/blob/HEAD/CHANGELOG.md#v151) [Compare Source](https://github.com/hashicorp/go-plugin/compare/v1.5.0...v1.5.1) BUGS: - server: `PLUGIN_UNIX_SOCKET_DIR` is consistently used for gRPC broker sockets as well as the initial socket \[[GH-277](https://github.com/hashicorp/go-plugin/pull/277)] ENHANCEMENTS: - client: New `UnixSocketConfig` option in `ClientConfig` to support making the client's Unix sockets group-writable \[[GH-277](https://github.com/hashicorp/go-plugin/pull/277)] ### [`v1.5.0`](https://github.com/hashicorp/go-plugin/blob/HEAD/CHANGELOG.md#v150) [Compare Source](https://github.com/hashicorp/go-plugin/compare/v1.4.10...v1.5.0) ENHANCEMENTS: - client: New `runner.Runner` interface to support clients providing custom plugin command runner implementations \[[GH-270](https://github.com/hashicorp/go-plugin/pull/270)] - Accessible via new `ClientConfig` field `RunnerFunc`, which is mutually exclusive with `Cmd` and `Reattach` - Reattaching support via `ReattachConfig` field `ReattachFunc` - client: New `ClientConfig` field `SkipHostEnv` allows omitting the client process' own environment variables from the plugin command's environment \[[GH-270](https://github.com/hashicorp/go-plugin/pull/270)] - client: Add `ID()` method to `Client` for retrieving the pid or other unique ID of a running plugin \[[GH-272](https://github.com/hashicorp/go-plugin/pull/272)] - server: Support setting the directory to create Unix sockets in with the env var `PLUGIN_UNIX_SOCKET_DIR` \[[GH-270](https://github.com/hashicorp/go-plugin/pull/270)] - server: Support setting group write permission and a custom group name or gid owner with the env var `PLUGIN_UNIX_SOCKET_GROUP` \[[GH-270](https://github.com/hashicorp/go-plugin/pull/270)] ### [`v1.4.10`](https://github.com/hashicorp/go-plugin/blob/HEAD/CHANGELOG.md#v1410) [Compare Source](https://github.com/hashicorp/go-plugin/compare/v1.4.9...v1.4.10) BUG FIXES: - additional notes: ensure to close files \[[GH-241](https://github.com/hashicorp/go-plugin/pull/241)] ENHANCEMENTS: - deps: Remove direct dependency on golang.org/x/net \[[GH-240](https://github.com/hashicorp/go-plugin/pull/240)] </details> <details> <summary>spf13/cobra (github.com/spf13/cobra)</summary> ### [`v1.8.1`](https://github.com/spf13/cobra/releases/tag/v1.8.1) [Compare Source](https://github.com/spf13/cobra/compare/v1.8.0...v1.8.1) #### ✨ Features - Add env variable to suppress completion descriptions on create by [@&#8203;scop](https://github.com/scop) in https://github.com/spf13/cobra/pull/1938 #### 🐛 Bug fixes - Micro-optimizations by [@&#8203;scop](https://github.com/scop) in https://github.com/spf13/cobra/pull/1957 #### 🔧 Maintenance - build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.3 to 2.0.4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/spf13/cobra/pull/2127 - Consistent annotation names by [@&#8203;nirs](https://github.com/nirs) in https://github.com/spf13/cobra/pull/2140 - Remove fully inactivated linters by [@&#8203;nirs](https://github.com/nirs) in https://github.com/spf13/cobra/pull/2148 - Address golangci-lint deprecation warnings, enable some more linters by [@&#8203;scop](https://github.com/scop) in https://github.com/spf13/cobra/pull/2152 #### 🧪 Testing & CI/CD - Add test for func in cobra.go by [@&#8203;korovindenis](https://github.com/korovindenis) in https://github.com/spf13/cobra/pull/2094 - ci: test golang 1.22 by [@&#8203;cyrilico](https://github.com/cyrilico) in https://github.com/spf13/cobra/pull/2113 - Optimized and added more linting by [@&#8203;scop](https://github.com/scop) in https://github.com/spf13/cobra/pull/2099 - build(deps): bump actions/setup-go from 4 to 5 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/spf13/cobra/pull/2087 - build(deps): bump actions/labeler from 4 to 5 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/spf13/cobra/pull/2086 - build(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/spf13/cobra/pull/2108 - build(deps): bump actions/cache from 3 to 4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/spf13/cobra/pull/2102 #### ✏️ Documentation - Fixes and docs for usage as plugin by [@&#8203;nirs](https://github.com/nirs) in https://github.com/spf13/cobra/pull/2070 - flags: clarify documentation that LocalFlags related function do not modify the state by [@&#8203;niamster](https://github.com/niamster) in https://github.com/spf13/cobra/pull/2064 - chore: remove repetitive words by [@&#8203;racerole](https://github.com/racerole) in https://github.com/spf13/cobra/pull/2122 - Add LXC to the list of projects using Cobra [@&#8203;VaradBelwalkar](https://github.com/VaradBelwalkar) in https://github.com/spf13/cobra/pull/2071 - Update projects_using_cobra.md by [@&#8203;marcuskohlberg](https://github.com/marcuskohlberg) in https://github.com/spf13/cobra/pull/2089 - \[chore]: update projects using cobra by [@&#8203;cmwylie19](https://github.com/cmwylie19) in https://github.com/spf13/cobra/pull/2093 - Add Taikun CLI to list of projects by [@&#8203;Smidra](https://github.com/Smidra) in https://github.com/spf13/cobra/pull/2098 - Add Incus to the list of projects using Cobra by [@&#8203;montag451](https://github.com/montag451) in https://github.com/spf13/cobra/pull/2118 #### New Contributors - [@&#8203;VaradBelwalkar](https://github.com/VaradBelwalkar) made their first contribution in https://github.com/spf13/cobra/pull/2071 - [@&#8203;marcuskohlberg](https://github.com/marcuskohlberg) made their first contribution in https://github.com/spf13/cobra/pull/2089 - [@&#8203;cmwylie19](https://github.com/cmwylie19) made their first contribution in https://github.com/spf13/cobra/pull/2093 - [@&#8203;korovindenis](https://github.com/korovindenis) made their first contribution in https://github.com/spf13/cobra/pull/2094 - [@&#8203;niamster](https://github.com/niamster) made their first contribution in https://github.com/spf13/cobra/pull/2064 - [@&#8203;Smidra](https://github.com/Smidra) made their first contribution in https://github.com/spf13/cobra/pull/2098 - [@&#8203;montag451](https://github.com/montag451) made their first contribution in https://github.com/spf13/cobra/pull/2118 - [@&#8203;cyrilico](https://github.com/cyrilico) made their first contribution in https://github.com/spf13/cobra/pull/2113 - [@&#8203;racerole](https://github.com/racerole) made their first contribution in https://github.com/spf13/cobra/pull/2122 - [@&#8203;pedromotita](https://github.com/pedromotita) made their first contribution in https://github.com/spf13/cobra/pull/2120 - [@&#8203;cubxxw](https://github.com/cubxxw) made their first contribution in https://github.com/spf13/cobra/pull/2128 *** Thank you everyone who contributed to this release and all your hard work! Cobra and this community would never be possible without all of you!!!! 🐍 **Full Changelog**: https://github.com/spf13/cobra/compare/v1.8.0...v1.8.1 ### [`v1.8.0`](https://github.com/spf13/cobra/releases/tag/v1.8.0) [Compare Source](https://github.com/spf13/cobra/compare/v1.7.0...v1.8.0) #### ✨ Features - Support usage as plugin for tools like kubectl by [@&#8203;nirs](https://github.com/nirs) in https://github.com/spf13/cobra/pull/2018 - this means that programs that utilize a "plugin-like" structure have much better support and usage (like for completions, command paths, etc.) - Move documentation sources to site/content by [@&#8203;umarcor](https://github.com/umarcor) in https://github.com/spf13/cobra/pull/1428 - Add 'one required flag' group by [@&#8203;marevers](https://github.com/marevers) in https://github.com/spf13/cobra/pull/1952 - this includes a new `MarkFlagsOneRequired` API for flags which can be used to mark a flag group as required and cause command failure if at least one is not used when invoked. - Customizable error message prefix by [@&#8203;5ouma](https://github.com/5ouma) in https://github.com/spf13/cobra/pull/2023 - This adds the `SetErrPrefix` and `ErrPrefix` APIs on the `Command` struct to allow for setting a custom prefix for errors - feat: add getters for flag completions by [@&#8203;avirtopeanu-ionos](https://github.com/avirtopeanu-ionos) in https://github.com/spf13/cobra/pull/1943 - Feature: allow running persistent run hooks of all parents by [@&#8203;vkhoroz](https://github.com/vkhoroz) in https://github.com/spf13/cobra/pull/2044 - Improve API to get flag completion function by [@&#8203;marckhouzam](https://github.com/marckhouzam) in https://github.com/spf13/cobra/pull/2063 #### 🐛 Bug fixes - Fix typo in fish completions by [@&#8203;twpayne](https://github.com/twpayne) in https://github.com/spf13/cobra/pull/1945 - Fix grammar: 'allows to' by [@&#8203;supertassu](https://github.com/supertassu) in https://github.com/spf13/cobra/pull/1978 - powershell: escape variable with curly brackets by [@&#8203;Luap99](https://github.com/Luap99) in https://github.com/spf13/cobra/pull/1960 - Don't complete --help flag when flag parsing disabled by [@&#8203;marckhouzam](https://github.com/marckhouzam) in https://github.com/spf13/cobra/pull/2061 - Replace all non-alphanumerics in active help env var program prefix by [@&#8203;scop](https://github.com/scop) in https://github.com/spf13/cobra/pull/1940 #### 🔧 Maintenance - build(deps): bump golangci/golangci-lint-action from 3.4.0 to 3.5.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/spf13/cobra/pull/1971 - build(deps): bump golangci/golangci-lint-action from 3.5.0 to 3.6.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/spf13/cobra/pull/1976 - build(deps): bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/spf13/cobra/pull/2021 - build(deps): bump actions/setup-go from 3 to 4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/spf13/cobra/pull/1934 - build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.2 to 2.0.3 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/spf13/cobra/pull/2047 - build(deps): bump actions/checkout from 3 to 4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/spf13/cobra/pull/2028 - command: temporarily disable G602 due to [securego/gosec#1005](https://github.com/securego/gosec/issues/1005) by [@&#8203;umarcor](https://github.com/umarcor) in https://github.com/spf13/cobra/pull/2022 #### 🧪 Testing & CI/CD - test: make fish_completions_test more robust by [@&#8203;branchvincent](https://github.com/branchvincent) in https://github.com/spf13/cobra/pull/1980 - golangci: enable 'unused' and disable deprecated replaced by it by [@&#8203;umarcor](https://github.com/umarcor) in https://github.com/spf13/cobra/pull/1983 - cleanup: minor corrections to unit tests by [@&#8203;JunNishimura](https://github.com/JunNishimura) in https://github.com/spf13/cobra/pull/2003 - ci: test golang 1.21 by [@&#8203;nunoadrego](https://github.com/nunoadrego) in https://github.com/spf13/cobra/pull/2024 - Fix linter errors by [@&#8203;marckhouzam](https://github.com/marckhouzam) in https://github.com/spf13/cobra/pull/2052 - Add tests for flag completion registration by [@&#8203;marckhouzam](https://github.com/marckhouzam) in https://github.com/spf13/cobra/pull/2053 #### ✏️ Documentation - doc: fix typo, Deperecated -> Deprecated by [@&#8203;callthingsoff](https://github.com/callthingsoff) in https://github.com/spf13/cobra/pull/2000 - Add notes to doc about the execution condition of \*PreRun and \*PostRun functions by [@&#8203;haoming29](https://github.com/haoming29) in https://github.com/spf13/cobra/pull/2041 *** Thank you everyone who contributed to this release and all your hard work! Cobra and this community would never be possible without all of you!!!! 🐍 **Full Changelog**: https://github.com/spf13/cobra/compare/v1.7.0...v1.8.0 </details> <details> <summary>stretchr/testify (github.com/stretchr/testify)</summary> ### [`v1.9.0`](https://github.com/stretchr/testify/releases/tag/v1.9.0) [Compare Source](https://github.com/stretchr/testify/compare/v1.8.4...v1.9.0) #### What's Changed - Fix Go modules version by [@&#8203;SuperQ](https://github.com/SuperQ) in https://github.com/stretchr/testify/pull/1394 - Document that require is not safe to call in created goroutines by [@&#8203;programmer04](https://github.com/programmer04) in https://github.com/stretchr/testify/pull/1392 - Remove myself from MAINTAINERS.md by [@&#8203;mvdkleijn](https://github.com/mvdkleijn) in https://github.com/stretchr/testify/pull/1367 - Correct spelling/grammar by [@&#8203;echarrod](https://github.com/echarrod) in https://github.com/stretchr/testify/pull/1389 - docs: Update URLs in README by [@&#8203;davidjb](https://github.com/davidjb) in https://github.com/stretchr/testify/pull/1349 - Update mockery link to Github Pages in README by [@&#8203;LandonTClipp](https://github.com/LandonTClipp) in https://github.com/stretchr/testify/pull/1346 - docs: Fix typos in tests and comments by [@&#8203;alexandear](https://github.com/alexandear) in https://github.com/stretchr/testify/pull/1410 - CI: tests from go1.17 by [@&#8203;SuperQ](https://github.com/SuperQ) in https://github.com/stretchr/testify/pull/1409 - Fix adding ? when no values passed by [@&#8203;lesichkovm](https://github.com/lesichkovm) in https://github.com/stretchr/testify/pull/1320 - codegen: use standard header for generated files by [@&#8203;dolmen](https://github.com/dolmen) in https://github.com/stretchr/testify/pull/1406 - mock: AssertExpectations log reason only on failure by [@&#8203;hikyaru-suzuki](https://github.com/hikyaru-suzuki) in https://github.com/stretchr/testify/pull/1360 - assert: fix flaky TestNeverTrue by [@&#8203;dolmen](https://github.com/dolmen) in https://github.com/stretchr/testify/pull/1417 - README: fix typos "set up" vs "setup" by [@&#8203;ossan-dev](https://github.com/ossan-dev) in https://github.com/stretchr/testify/pull/1428 - mock: move regexp compilation outside of `Called` by [@&#8203;aud10slave](https://github.com/aud10slave) in https://github.com/stretchr/testify/pull/631 - assert: refactor internal func getLen() by [@&#8203;dolmen](https://github.com/dolmen) in https://github.com/stretchr/testify/pull/1445 - mock: deprecate type AnythingOfTypeArgument ([#&#8203;1434](https://github.com/stretchr/testify/issues/1434)) by [@&#8203;dolmen](https://github.com/dolmen) in https://github.com/stretchr/testify/pull/1441 - Remove no longer needed assert.canConvert by [@&#8203;alexandear](https://github.com/alexandear) in https://github.com/stretchr/testify/pull/1470 - assert: ObjectsAreEqual: use time.Equal for time.Time types by [@&#8203;tscales](https://github.com/tscales) in https://github.com/stretchr/testify/pull/1464 - Bump actions/checkout from 3 to 4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/stretchr/testify/pull/1466 - Bump actions/setup-go from 3.2.0 to 4.1.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/stretchr/testify/pull/1451 - fix: make EventuallyWithT concurrency safe by [@&#8203;czeslavo](https://github.com/czeslavo) in https://github.com/stretchr/testify/pull/1395 - assert: fix httpCode and HTTPBody occur panic when http.Handler read Body by [@&#8203;hidu](https://github.com/hidu) in https://github.com/stretchr/testify/pull/1484 - assert.EqualExportedValues: fix handling of arrays by [@&#8203;zrbecker](https://github.com/zrbecker) in https://github.com/stretchr/testify/pull/1473 - .github: use latest Go versions by [@&#8203;kevinburkesegment](https://github.com/kevinburkesegment) in https://github.com/stretchr/testify/pull/1489 - assert: Deprecate EqualExportedValues by [@&#8203;HaraldNordgren](https://github.com/HaraldNordgren) in https://github.com/stretchr/testify/pull/1488 - suite: refactor test assertions by [@&#8203;alexandear](https://github.com/alexandear) in https://github.com/stretchr/testify/pull/1474 - suite: fix SetupSubTest and TearDownSubTest execution order by [@&#8203;linusbarth](https://github.com/linusbarth) in https://github.com/stretchr/testify/pull/1471 - docs: Fix deprecation comments for http package by [@&#8203;alexandear](https://github.com/alexandear) in https://github.com/stretchr/testify/pull/1335 - Add map support doc comments to Subset and NotSubset by [@&#8203;jedevc](https://github.com/jedevc) in https://github.com/stretchr/testify/pull/1306 - TestErrorIs/TestNotErrorIs: check error message contents by [@&#8203;craig65535](https://github.com/craig65535) in https://github.com/stretchr/testify/pull/1435 - suite: fix subtest names (fix [#&#8203;1501](https://github.com/stretchr/testify/issues/1501)) by [@&#8203;dolmen](https://github.com/dolmen) in https://github.com/stretchr/testify/pull/1504 - assert: improve unsafe.Pointer tests by [@&#8203;dolmen](https://github.com/dolmen) in https://github.com/stretchr/testify/pull/1505 - assert: simplify isNil implementation by [@&#8203;dolmen](https://github.com/dolmen) in https://github.com/stretchr/testify/pull/1506 - assert.InEpsilonSlice: fix expected/actual order and other improvements by [@&#8203;dolmen](https://github.com/dolmen) in https://github.com/stretchr/testify/pull/1483 - Fix dependency cycle with objx [#&#8203;1292](https://github.com/stretchr/testify/issues/1292) by [@&#8203;dolmen](https://github.com/dolmen) in https://github.com/stretchr/testify/pull/1453 - mock: refactor TestIsArgsEqual by [@&#8203;dolmen](https://github.com/dolmen) in https://github.com/stretchr/testify/pull/1444 - mock: optimize argument matching checks by [@&#8203;dolmen](https://github.com/dolmen) in https://github.com/stretchr/testify/pull/1416 - assert: fix TestEventuallyTimeout by [@&#8203;dolmen](https://github.com/dolmen) in https://github.com/stretchr/testify/pull/1412 - CI: add go 1.21 in GitHub Actions by [@&#8203;dolmen](https://github.com/dolmen) in https://github.com/stretchr/testify/pull/1450 - suite: fix recoverAndFailOnPanic to report test failure at the right location by [@&#8203;dolmen](https://github.com/dolmen) in https://github.com/stretchr/testify/pull/1502 - Update maintainers by [@&#8203;brackendawson](https://github.com/brackendawson) in https://github.com/stretchr/testify/pull/1533 - assert: Fix EqualValues to handle overflow/underflow by [@&#8203;arjunmahishi](https://github.com/arjunmahishi) in https://github.com/stretchr/testify/pull/1531 - assert: better formatting for Len() error by [@&#8203;kevinburkesegment](https://github.com/kevinburkesegment) in https://github.com/stretchr/testify/pull/1485 - Ensure AssertExpectations does not fail in skipped tests by [@&#8203;ianrose14](https://github.com/ianrose14) in https://github.com/stretchr/testify/pull/1331 - suite: fix deadlock in suite.Require()/Assert() by [@&#8203;arjunmahishi](https://github.com/arjunmahishi) in https://github.com/stretchr/testify/pull/1535 - Revert "assert: ObjectsAreEqual: use time.Equal for time.Time type" by [@&#8203;brackendawson](https://github.com/brackendawson) in https://github.com/stretchr/testify/pull/1537 - \[chore] Add issue templates by [@&#8203;arjunmahishi](https://github.com/arjunmahishi) in https://github.com/stretchr/testify/pull/1538 - Update the build status badge by [@&#8203;brackendawson](https://github.com/brackendawson) in https://github.com/stretchr/testify/pull/1540 - Update Github workflows setup-go to V5 by [@&#8203;hendrywiranto](https://github.com/hendrywiranto) in https://github.com/stretchr/testify/pull/1545 - Support Pointer to Struct in EqualExportedValues by [@&#8203;Lucaber](https://github.com/Lucaber) in https://github.com/stretchr/testify/pull/1517 - README: drop link to gorc by [@&#8203;guettli](https://github.com/guettli) in https://github.com/stretchr/testify/pull/1248 - http_assertions: honour the msgAndArgs provided with each assertion by [@&#8203;arjunmahishi](https://github.com/arjunmahishi) in https://github.com/stretchr/testify/pull/1548 - fix typos in comments and tests by [@&#8203;ccoVeille](https://github.com/ccoVeille) in https://github.com/stretchr/testify/pull/1247 - Include the auto-release notes in releases by [@&#8203;brackendawson](https://github.com/brackendawson) in https://github.com/stretchr/testify/pull/1550 - Add `NotImplements` and variants by [@&#8203;hslatman](https://github.com/hslatman) in https://github.com/stretchr/testify/pull/1385 - Add support to compare uintptr by [@&#8203;bogdandrutu](https://github.com/bogdandrutu) in https://github.com/stretchr/testify/pull/1339 - build(deps): bump github.com/stretchr/objx from 0.5.1 to 0.5.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/stretchr/testify/pull/1552 #### New Contributors - [@&#8203;SuperQ](https://github.com/SuperQ) made their first contribution in https://github.com/stretchr/testify/pull/1394 - [@&#8203;programmer04](https://github.com/programmer04) made their first contribution in https://github.com/stretchr/testify/pull/1392 - [@&#8203;echarrod](https://github.com/echarrod) made their first contribution in https://github.com/stretchr/testify/pull/1389 - [@&#8203;davidjb](https://github.com/davidjb) made their first contribution in https://github.com/stretchr/testify/pull/1349 - [@&#8203;LandonTClipp](https://github.com/LandonTClipp) made their first contribution in https://github.com/stretchr/testify/pull/1346 - [@&#8203;alexandear](https://github.com/alexandear) made their first contribution in https://github.com/stretchr/testify/pull/1410 - [@&#8203;lesichkovm](https://github.com/lesichkovm) made their first contribution in https://github.com/stretchr/testify/pull/1320 - [@&#8203;dolmen](https://github.com/dolmen) made their first contribution in https://github.com/stretchr/testify/pull/1406 - [@&#8203;hikyaru-suzuki](https://github.com/hikyaru-suzuki) made their first contribution in https://github.com/stretchr/testify/pull/1360 - [@&#8203;ossan-dev](https://github.com/ossan-dev) made their first contribution in https://github.com/stretchr/testify/pull/1428 - [@&#8203;aud10slave](https://github.com/aud10slave) made their first contribution in https://github.com/stretchr/testify/pull/631 - [@&#8203;tscales](https://github.com/tscales) made their first contribution in https://github.com/stretchr/testify/pull/1464 - [@&#8203;czeslavo](https://github.com/czeslavo) made their first contribution in https://github.com/stretchr/testify/pull/1395 - [@&#8203;hidu](https://github.com/hidu) made their first contribution in https://github.com/stretchr/testify/pull/1484 - [@&#8203;zrbecker](https://github.com/zrbecker) made their first contribution in https://github.com/stretchr/testify/pull/1473 - [@&#8203;kevinburkesegment](https://github.com/kevinburkesegment) made their first contribution in https://github.com/stretchr/testify/pull/1489 - [@&#8203;linusbarth](https://github.com/linusbarth) made their first contribution in https://github.com/stretchr/testify/pull/1471 - [@&#8203;jedevc](https://github.com/jedevc) made their first contribution in https://github.com/stretchr/testify/pull/1306 - [@&#8203;craig65535](https://github.com/craig65535) made their first contribution in https://github.com/stretchr/testify/pull/1435 - [@&#8203;arjunmahishi](https://github.com/arjunmahishi) made their first contribution in https://github.com/stretchr/testify/pull/1531 - [@&#8203;ianrose14](https://github.com/ianrose14) made their first contribution in https://github.com/stretchr/testify/pull/1331 - [@&#8203;hendrywiranto](https://github.com/hendrywiranto) made their first contribution in https://github.com/stretchr/testify/pull/1545 - [@&#8203;Lucaber](https://github.com/Lucaber) made their first contribution in https://github.com/stretchr/testify/pull/1517 - [@&#8203;guettli](https://github.com/guettli) made their first contribution in https://github.com/stretchr/testify/pull/1248 - [@&#8203;ccoVeille](https://github.com/ccoVeille) made their first contribution in https://github.com/stretchr/testify/pull/1247 - [@&#8203;hslatman](https://github.com/hslatman) made their first contribution in https://github.com/stretchr/testify/pull/1385 - [@&#8203;bogdandrutu](https://github.com/bogdandrutu) made their first contribution in https://github.com/stretchr/testify/pull/1339 **Full Changelog**: https://github.com/stretchr/testify/compare/v1.8.4...v1.9.0 ### [`v1.8.4`](https://github.com/stretchr/testify/releases/tag/v1.8.4) [Compare Source](https://github.com/stretchr/testify/compare/v1.8.3...v1.8.4) #### What's Changed - Create GitHub release when new release tag is pushed by [@&#8203;aldas](https://github.com/aldas) in https://github.com/stretchr/testify/pull/1354 #### New Contributors - [@&#8203;aldas](https://github.com/aldas) made their first contribution in https://github.com/stretchr/testify/pull/1354 **Full Changelog**: https://github.com/stretchr/testify/compare/v1.8.3...v1.8.4 ### [`v1.8.3`](https://github.com/stretchr/testify/releases/tag/v1.8.3) [Compare Source](https://github.com/stretchr/testify/compare/v1.8.2...v1.8.3) #### What's Changed - Compare public elements of struct by [@&#8203;mchlp](https://github.com/mchlp) in https://github.com/stretchr/testify/pull/1309 - assert: fix error message formatting for NotContains by [@&#8203;wwade](https://github.com/wwade) in https://github.com/stretchr/testify/pull/1362 - allow testing for functional options by [@&#8203;nbaztec](https://github.com/nbaztec) in https://github.com/stretchr/testify/pull/1023 - add EventuallyWithT assertion by [@&#8203;tobikris](https://github.com/tobikris) in https://github.com/stretchr/testify/pull/1264 - EqualExportedValues: Handle nested pointer, slice and map fields by [@&#8203;HaraldNordgren](https://github.com/HaraldNordgren) in https://github.com/stretchr/testify/pull/1379 #### New Contributors - [@&#8203;mchlp](https://github.com/mchlp) made their first contribution in https://github.com/stretchr/testify/pull/1309 - [@&#8203;wwade](https://github.com/wwade) made their first contribution in https://github.com/stretchr/testify/pull/1362 - [@&#8203;nbaztec](https://github.com/nbaztec) made their first contribution in https://github.com/stretchr/testify/pull/1023 - [@&#8203;tobikris](https://github.com/tobikris) made their first contribution in https://github.com/stretchr/testify/pull/1264 **Full Changelog**: https://github.com/stretchr/testify/compare/v1.8.2...v1.8.3 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNjAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyNC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
kjuulh changed title from Update module github.com/stretchr/testify to v1.8.3 to Update module github.com/stretchr/testify to v1.8.4 2023-05-30 12:53:59 +02:00
kjuulh force-pushed renovate/all from c029303344 to 6ea5f5ffd0 2023-05-30 12:54:00 +02:00 Compare
kjuulh force-pushed renovate/all from 6ea5f5ffd0 to 0827d1affb 2023-06-07 23:47:59 +02:00 Compare
kjuulh changed title from Update module github.com/stretchr/testify to v1.8.4 to Update all dependencies 2023-06-07 23:47:59 +02:00
kjuulh force-pushed renovate/all from 0827d1affb to 7bb9ff39d2 2023-06-14 18:20:43 +02:00 Compare
kjuulh force-pushed renovate/all from 7bb9ff39d2 to 17aeaf1353 2023-08-30 00:09:34 +02:00 Compare
kjuulh force-pushed renovate/all from 17aeaf1353 to 06161856dc 2023-09-05 21:26:49 +02:00 Compare
kjuulh force-pushed renovate/all from 06161856dc to 5eb28afced 2023-09-22 12:35:18 +02:00 Compare
kjuulh force-pushed renovate/all from 5eb28afced to 32cb07ba52 2023-10-05 15:04:18 +02:00 Compare
kjuulh force-pushed renovate/all from 32cb07ba52 to f3a4e38777 2023-11-04 16:20:04 +01:00 Compare
kjuulh force-pushed renovate/all from f3a4e38777 to 0f6f5c34d8 2023-11-04 22:30:43 +01:00 Compare
kjuulh force-pushed renovate/all from 0f6f5c34d8 to 9c3fbd037a 2023-11-13 19:25:31 +01:00 Compare
kjuulh force-pushed renovate/all from 9c3fbd037a to 376f0e7dfe 2023-12-04 19:09:24 +01:00 Compare
kjuulh force-pushed renovate/all from 376f0e7dfe to 6eb9b278e4 2023-12-04 20:50:50 +01:00 Compare
kjuulh force-pushed renovate/all from 6eb9b278e4 to d36ce94c8c 2023-12-13 01:53:28 +01:00 Compare
kjuulh force-pushed renovate/all from d36ce94c8c to 54c97ba67d 2024-01-04 16:24:43 +01:00 Compare
kjuulh force-pushed renovate/all from 54c97ba67d to ad2170ee0c 2024-03-01 13:36:36 +01:00 Compare
kjuulh force-pushed renovate/all from ad2170ee0c to b1c32d28a2 2024-04-02 00:15:58 +02:00 Compare
kjuulh force-pushed renovate/all from b1c32d28a2 to 6842571e08 2024-04-04 17:15:26 +02:00 Compare
kjuulh force-pushed renovate/all from 6842571e08 to 4b852b2986 2024-05-10 18:25:27 +02:00 Compare
kjuulh force-pushed renovate/all from 4b852b2986 to 74743e786e 2024-07-06 15:16:35 +02:00 Compare
Author
Owner

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 6 additional dependencies were updated

Details:

Package Change
github.com/golang/protobuf v1.3.4 -> v1.5.3
github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb -> v0.1.1
golang.org/x/net v0.0.0-20190311183353-d8887717615a -> v0.17.0
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 -> v0.13.0
golang.org/x/text v0.3.0 -> v0.13.0
google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55 -> v0.0.0-20230711160842-782d3b101e98
### ℹ Artifact update notice ##### File name: go.mod In order to perform the update(s) described in the table above, Renovate ran the `go get` command, which resulted in the following additional change(s): - 6 additional dependencies were updated Details: | **Package** | **Change** | | :--------------------------- | :--------------------------------------------------------------------------- | | `github.com/golang/protobuf` | `v1.3.4` -> `v1.5.3` | | `github.com/hashicorp/yamux` | `v0.0.0-20180604194846-3520598351bb` -> `v0.1.1` | | `golang.org/x/net` | `v0.0.0-20190311183353-d8887717615a` -> `v0.17.0` | | `golang.org/x/sys` | `v0.0.0-20220503163025-988cb79eb6c6` -> `v0.13.0` | | `golang.org/x/text` | `v0.3.0` -> `v0.13.0` | | `google.golang.org/genproto` | `v0.0.0-20190819201941-24fa4b261c55` -> `v0.0.0-20230711160842-782d3b101e98` |
kjuulh force-pushed renovate/all from 74743e786e to 13817b0583 2024-08-21 22:32:24 +02:00 Compare
Some checks reported errors
continuous-integration/drone/pr Build encountered an error
continuous-integration/drone/push Build encountered an error
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/all:renovate/all
git checkout renovate/all
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kjuulh/char#10
No description provided.