Commit 9ace0e8
authored
fix(deps): Update module github.com/spf13/cobra to v1.10.2 (#37)
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 238e7a9 commit 9ace0e8
2 files changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | | - | |
| 81 | + | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| 107 | + | |
107 | 108 | | |
108 | 109 | | |
109 | 110 | | |
| |||
0 commit comments