chore(deps): update all non-major dependencies
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| actions/checkout | action | digest | a5ac7e5 -> 692973e |
| actions/setup-go | action | digest | cdcb360 -> 0a12ed9 |
| actions/setup-node | action | digest | 60edb5d -> 1e60f62 |
| docker/dockerfile | syntax | minor | 1.7 -> 1.9 |
| docker/login-action | action | digest | 0d4c9c5 -> 9780b0c |
| github.com/jessevdk/go-flags | require | minor | v1.5.0 -> v1.6.1 |
| github.com/shurcooL/githubv4 | require | digest | be2daab -> 4829585 |
| golang.org/x/oauth2 | require | minor | v0.21.0 -> v0.22.0 |
| golangci/golangci-lint-action | action | digest | a4f60bb -> aaa42aa |
| pscale.dev/wolfi-prod/git (source) | final | minor | 2.45.2 -> 2.46.0 |
Release Notes
jessevdk/go-flags (github.com/jessevdk/go-flags)
v1.6.1
Full Changelog: https://github.com/jessevdk/go-flags/compare/v1.6.0...v1.6.1
v1.6.0
What's Changed
- ini: fix IniParser.write() for zero values by @sean- in https://github.com/jessevdk/go-flags/pull/332
- fix a panic when generating help while the subcommand and all option groups are hidden by @bboozzoo in https://github.com/jessevdk/go-flags/pull/354
- Help for positional args without allcmd.ArgsRequired dependent from arg.Required by @sv99 in https://github.com/jessevdk/go-flags/pull/342
- Bump golang.org/x/sys from 0.0.0-20210320140829-1e4c9ba3b0c4 to 0.1.0 by @dependabot in https://github.com/jessevdk/go-flags/pull/396
- Option to allow passing value to bool flag by @alexcb in https://github.com/jessevdk/go-flags/pull/367
- Add support for SOURCE_DATE_EPOCH for TestMan by @anthonyfok in https://github.com/jessevdk/go-flags/pull/376
- Update to run go-flags on AIX by @llrocha in https://github.com/jessevdk/go-flags/pull/390
- Add option for key value delimiter by @anaprimawaty in https://github.com/jessevdk/go-flags/pull/392
- Undersocre support for numbers (set default base for strconv.Parse* to 0) by @GRbit in https://github.com/jessevdk/go-flags/pull/404
- docs: add ENV variable usage example by @cemremengu in https://github.com/jessevdk/go-flags/pull/371
- Support per-command PassAfterNonOption by @woky in https://github.com/jessevdk/go-flags/pull/393
- Upgrade by @jessevdk in https://github.com/jessevdk/go-flags/pull/406
New Contributors
- @sean- made their first contribution in https://github.com/jessevdk/go-flags/pull/332
- @sv99 made their first contribution in https://github.com/jessevdk/go-flags/pull/342
- @dependabot made their first contribution in https://github.com/jessevdk/go-flags/pull/396
- @alexcb made their first contribution in https://github.com/jessevdk/go-flags/pull/367
- @anthonyfok made their first contribution in https://github.com/jessevdk/go-flags/pull/376
- @llrocha made their first contribution in https://github.com/jessevdk/go-flags/pull/390
- @anaprimawaty made their first contribution in https://github.com/jessevdk/go-flags/pull/392
- @GRbit made their first contribution in https://github.com/jessevdk/go-flags/pull/404
- @cemremengu made their first contribution in https://github.com/jessevdk/go-flags/pull/371
- @woky made their first contribution in https://github.com/jessevdk/go-flags/pull/393
Full Changelog: https://github.com/jessevdk/go-flags/compare/v1.5.0...v1.6.0
Configuration
📅 Schedule: Branch creation - "after 10pm on friday" (UTC), 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 has been generated by Renovate Bot.
ℹ 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):
- 1 additional dependency was updated
Details:
| Package | Change |
|---|---|
golang.org/x/sys |
v0.18.0 -> v0.21.0 |
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.