aws-lambda-live-tuner
aws-lambda-live-tuner copied to clipboard
fix(deps): update minor go packages
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence | Type | Update |
|---|---|---|---|---|---|---|---|
| github.com/aws/aws-sdk-go | v1.55.5 -> v1.55.6 |
require | patch | ||||
| github.com/spf13/cobra | v1.8.1 -> v1.9.0 |
require | minor | ||||
| go (source) | 1.23.4 -> 1.24.0 |
toolchain | minor | ||||
| golang.org/x/exp | 43b7b7c -> eff6e97 |
require | digest | ||||
| golang.org/x/sync | v0.10.0 -> v0.11.0 |
require | minor |
Release Notes
spf13/cobra (github.com/spf13/cobra)
v1.9.0
✨ Features
- Allow linker to perform deadcode elimination for program using Cobra by @aarzilli in https://github.com/spf13/cobra/pull/1956
- Add default completion command even if there are no other sub-commands by @marckhouzam in https://github.com/spf13/cobra/pull/1559
- Add CompletionWithDesc helper by @ccoVeille in https://github.com/spf13/cobra/pull/2231
🐛 Fixes
- Fix deprecation comment for Command.SetOutput by @thaJeztah in https://github.com/spf13/cobra/pull/2172
- fix(completions): Complete map flags multiple times by @gabe565 in https://github.com/spf13/cobra/pull/2174
- Replace deprecated ioutil usage by @nirs in https://github.com/spf13/cobra/pull/2181
- Fix --version help and output for plugins by @nirs in https://github.com/spf13/cobra/pull/2180
- Allow to reset the templates to the default by @marckhouzam in https://github.com/spf13/cobra/pull/2229
🤖 Completions
- Make Powershell completion work in constrained mode by @lstemplinger in https://github.com/spf13/cobra/pull/2196
- Improve detection for flags that accept multiple values by @thaJeztah in https://github.com/spf13/cobra/pull/2210
- add CompletionFunc type to help with completions by @ccoVeille in https://github.com/spf13/cobra/pull/2220
- Add similar whitespace escape logic to bash v2 completions than in other completions by @kangasta in https://github.com/spf13/cobra/pull/1743
- Print ActiveHelp for bash along other completions by @marckhouzam in https://github.com/spf13/cobra/pull/2076
- fix(bash): nounset unbound file filter variable on empty extension by @scop in https://github.com/spf13/cobra/pull/2228
🧪 Testing
- Test also with go 1.23 by @nirs in https://github.com/spf13/cobra/pull/2182
- Make detection for test-binary more universal by @thaJeztah in https://github.com/spf13/cobra/pull/2173
✍🏼 Documentation
- docs: update README.md by @eltociear in https://github.com/spf13/cobra/pull/2197
- Improve site formatting by @nirs in https://github.com/spf13/cobra/pull/2183
- doc: add Conduit by @raulb in https://github.com/spf13/cobra/pull/2230
- doc: azion project added to the list of CLIs that use cobra by @maxwelbm in https://github.com/spf13/cobra/pull/2198
- Fix broken links in active_help.md by @vuil in https://github.com/spf13/cobra/pull/2202
- chore: fix function name in comment by @zhuhaicity in https://github.com/spf13/cobra/pull/2216
🔧 Dependency upgrades
- build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.5 to 2.0.6 by @thaJeztah in https://github.com/spf13/cobra/pull/2206
- Update to latest go-md2man by @mikelolasagasti in https://github.com/spf13/cobra/pull/2201
- Upgrade
pflagdependencies for v1.9.0 by @jpmcb in https://github.com/spf13/cobra/pull/2233
Thank you to all of our amazing contributors and all the great work that's been going into the completions feature!!
👋🏼 New Contributors
- @gabe565 made their first contribution in https://github.com/spf13/cobra/pull/2174
- @maxwelbm made their first contribution in https://github.com/spf13/cobra/pull/2198
- @lstemplinger made their first contribution in https://github.com/spf13/cobra/pull/2196
- @vuil made their first contribution in https://github.com/spf13/cobra/pull/2202
- @mikelolasagasti made their first contribution in https://github.com/spf13/cobra/pull/2201
- @zhuhaicity made their first contribution in https://github.com/spf13/cobra/pull/2216
- @ccoVeille made their first contribution in https://github.com/spf13/cobra/pull/2220
- @kangasta made their first contribution in https://github.com/spf13/cobra/pull/1743
- @aarzilli made their first contribution in https://github.com/spf13/cobra/pull/1956
Full Changelog: https://github.com/spf13/cobra/compare/v1.8.1...v1.9.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.
ℹ 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):
- 9 additional dependencies were updated
Details:
| Package | Change |
|---|---|
github.com/fsnotify/fsnotify |
v1.7.0 -> v1.9.0 |
github.com/pelletier/go-toml/v2 |
v2.2.2 -> v2.2.4 |
github.com/sagikazarmark/locafero |
v0.6.0 -> v0.11.0 |
github.com/sourcegraph/conc |
v0.3.0 -> v0.3.1-0.20240121214520-5f936abd7ae8 |
github.com/spf13/afero |
v1.11.0 -> v1.15.0 |
github.com/spf13/cast |
v1.6.0 -> v1.10.0 |
github.com/spf13/pflag |
v1.0.5 -> v1.0.10 |
golang.org/x/sys |
v0.25.0 -> v0.29.0 |
golang.org/x/text |
v0.16.0 -> v0.28.0 |