Commit 8c37fb4
authored
fix(deps): Update module github.com/spf13/cobra to v1.10.2 (#2353)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/spf13/cobra](https://redirect.github.com/spf13/cobra) | require | patch | `v1.10.1` -> `v1.10.2` |
---
### Release Notes
<details>
<summary>spf13/cobra (github.com/spf13/cobra)</summary>
### [`v1.10.2`](https://redirect.github.com/spf13/cobra/releases/tag/v1.10.2)
[Compare Source](https://redirect.github.com/spf13/cobra/compare/v1.10.1...v1.10.2)
#### 🔧 Dependencies
- chore: Migrate from `gopkg.in/yaml.v3` to `go.yaml.in/yaml/v3` by [@​dims](https://redirect.github.com/dims) in [https://github.com/spf13/cobra/pull/2336](https://redirect.github.com/spf13/cobra/pull/2336) - the `gopkg.in/yaml.v3` package has been deprecated for some time: this should significantly cleanup dependency/supply-chains for consumers of `spf13/cobra`
#### 📈 CI/CD
- Fix linter and allow CI to pass by [@​marckhouzam](https://redirect.github.com/marckhouzam) in [https://github.com/spf13/cobra/pull/2327](https://redirect.github.com/spf13/cobra/pull/2327)
- fix: actions/setup-go v6 by [@​jpmcb](https://redirect.github.com/jpmcb) in [https://github.com/spf13/cobra/pull/2337](https://redirect.github.com/spf13/cobra/pull/2337)
#### 🔥✍🏼 Docs
- Add documentation for repeated flags functionality by [@​rvergis](https://redirect.github.com/rvergis) in [https://github.com/spf13/cobra/pull/2316](https://redirect.github.com/spf13/cobra/pull/2316)
#### 🍂 Refactors
- refactor: replace several vars with consts by [@​htoyoda18](https://redirect.github.com/htoyoda18) in [https://github.com/spf13/cobra/pull/2328](https://redirect.github.com/spf13/cobra/pull/2328)
- refactor: change minUsagePadding from var to const by [@​ssam18](https://redirect.github.com/ssam18) in [https://github.com/spf13/cobra/pull/2325](https://redirect.github.com/spf13/cobra/pull/2325)
#### 🤗 New Contributors
- [@​rvergis](https://redirect.github.com/rvergis) made their first contribution in [https://github.com/spf13/cobra/pull/2316](https://redirect.github.com/spf13/cobra/pull/2316)
- [@​htoyoda18](https://redirect.github.com/htoyoda18) made their first contribution in [https://github.com/spf13/cobra/pull/2328](https://redirect.github.com/spf13/cobra/pull/2328)
- [@​ssam18](https://redirect.github.com/ssam18) made their first contribution in [https://github.com/spf13/cobra/pull/2325](https://redirect.github.com/spf13/cobra/pull/2325)
- [@​dims](https://redirect.github.com/dims) made their first contribution in [https://github.com/spf13/cobra/pull/2336](https://redirect.github.com/spf13/cobra/pull/2336)
**Full Changelog**: spf13/cobra@v1.10.1...v1.10.2
Thank you to our amazing contributors!!!!! 🐍 🚀
</details>
---
### Configuration
📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->1 parent 23596cc commit 8c37fb4
4 files changed
+8
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
153 | | - | |
| 152 | + | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| 202 | + | |
202 | 203 | | |
203 | 204 | | |
204 | 205 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
156 | | - | |
| 155 | + | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| 213 | + | |
213 | 214 | | |
214 | 215 | | |
215 | 216 | | |
| |||
0 commit comments