fp-go
fp-go copied to clipboard
fix(deps): update go dependencies (major)
This PR contains the following updates:
| Package | Type | Update | Change | Age | Confidence |
|---|---|---|---|---|---|
| actions/checkout | action | major | v4.3.0 -> v5.0.0 |
||
| actions/setup-go | action | major | v5 -> v6 |
||
| actions/setup-node | action | major | v4.4.0 -> v6.0.0 |
||
| github.com/urfave/cli/v2 | require | major | v2.27.7 -> v3.6.0 |
Release Notes
actions/checkout (actions/checkout)
v5.0.0
What's Changed
- Update actions checkout to use node 24 by @salmanmkc in #2226
- Prepare v5.0.0 release by @salmanmkc in #2238
⚠️ Minimum Compatible Runner Version
v2.327.1
Release Notes
Make sure your runner is updated to this version or newer to use this release.
Full Changelog: https://github.com/actions/checkout/compare/v4...v5.0.0
actions/setup-node (actions/setup-node)
v6.0.0
What's Changed
Breaking Changes
- Limit automatic caching to npm, update workflows and documentation by @priyagupta108 in #1374
Dependency Upgrades
- Upgrade ts-jest from 29.1.2 to 29.4.1 and document breaking changes in v5 by @dependabot[bot] in #1336
- Upgrade prettier from 2.8.8 to 3.6.2 by @dependabot[bot] in #1334
- Upgrade actions/publish-action from 0.3.0 to 0.4.0 by @dependabot[bot] in #1362
Full Changelog: https://github.com/actions/setup-node/compare/v5...v6.0.0
v5.0.0
What's Changed
Breaking Changes
- Enhance caching in setup-node with automatic package manager detection by @priya-kinthali in #1348
This update, introduces automatic caching when a valid packageManager field is present in your package.json. This aims to improve workflow performance and make dependency management more seamless.
To disable this automatic caching, set package-manager-cache: false
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
package-manager-cache: false
- Upgrade action to use node24 by @salmanmkc in #1325
Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes
Dependency Upgrades
- Upgrade @octokit/request-error and @actions/github by @dependabot[bot] in #1227
- Upgrade uuid from 9.0.1 to 11.1.0 by @dependabot[bot] in #1273
- Upgrade undici from 5.28.5 to 5.29.0 by @dependabot[bot] in #1295
- Upgrade form-data to bring in fix for critical vulnerability by @gowridurgad in #1332
- Upgrade actions/checkout from 4 to 5 by @dependabot[bot] in #1345
New Contributors
- @priya-kinthali made their first contribution in #1348
- @salmanmkc made their first contribution in #1325
Full Changelog: https://github.com/actions/setup-node/compare/v4...v5.0.0
urfave/cli (github.com/urfave/cli/v2)
v3.6.0
v3.5.0
What's Changed
- Update mkdocs reqs by @meatballhat in #2190
- Allow the user to stop processing flags after seeing N args by @adrian-thurston in #2163
- chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0 by @dependabot[bot] in #2194
- chore(deps): bump mkdocs-material from 9.6.16 to 9.6.18 in the python-packages group by @dependabot[bot] in #2195
- chore(deps): bump actions/setup-go from 5 to 6 by @dependabot[bot] in #2198
- chore(deps): bump actions/setup-node from 4 to 5 by @dependabot[bot] in #2199
- chore(deps): bump actions/setup-python from 5 to 6 by @dependabot[bot] in #2200
- chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 by @dependabot[bot] in #2197
- chore(deps): bump mkdocs-material from 9.6.18 to 9.6.19 in the python-packages group by @dependabot[bot] in #2201
- chore(deps): bump mkdocs-material from 9.6.19 to 9.6.20 in the python-packages group by @dependabot[bot] in #2202
- feat: add name of argument into error message when parsing fails by @oprudkyi in #2203
- chore(deps): bump mkdocs-material from 9.6.20 to 9.6.21 in the python-packages group by @dependabot[bot] in #2204
- add space between arguments usage by @dimfu in #2207
- chore(deps): bump mkdocs-material from 9.6.21 to 9.6.22 in the python-packages group by @dependabot[bot] in #2213
- Fix: Make DefaultText behaviour consistent by @dearchap in #2214
New Contributors
- @adrian-thurston made their first contribution in #2163
- @oprudkyi made their first contribution in #2203
- @dimfu made their first contribution in #2207
Full Changelog: https://github.com/urfave/cli/compare/v3.4.1...v3.5.0
v3.4.1
What's Changed
- Use recommended GitHub Actions runner labels by @meatballhat in #2181
- chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #2179
- Document that
v3series is recommended for new development by @meatballhat in #2186
Full Changelog: https://github.com/urfave/cli/compare/v3.4.0...v3.4.1
v3.4.0
What's Changed
- Export help display functions as variables to allow custom help display logic by @almas-x in #2150
- Invoke OnUsageError when missing required flags by @MohitPanchariya in #2161
- Fix:(issue_2169) Allow trim space for string slice flags by @dearchap in #2171
- Add example of flag groups to docs by @jllovet in #2178
- Add installation instructions for gfmrun by @jllovet in #2177
- Ensure public vars reference public types by @meatballhat in #2180
New Contributors
- @almas-x made their first contribution in #2150
- @MohitPanchariya made their first contribution in #2161
- @jllovet made their first contribution in #2178
Full Changelog: https://github.com/urfave/cli/compare/v3.3.9...v3.4.0
v3.3.9
What's Changed
- Fix typos in documentation for customizations and full API example by @amarjit03 in #2165
- Update advanced.md by @thetillhoff in #2170
New Contributors
- @amarjit03 made their first contribution in #2165
- @thetillhoff made their first contribution in #2170
Full Changelog: https://github.com/urfave/cli/compare/v3.3.8...v3.3.9
v3.3.8
What's Changed
- Remove "alpha" wording around
v3series by @meatballhat in #2155
Full Changelog: https://github.com/urfave/cli/compare/v3.3.7...v3.3.8
v3.3.7
What's Changed
- fix: add missing
IsLocalfor BoolWithInverseFlag by @huiyifyj in #2151 - Fix OnUsageError Trigger When Error Is Caused by Mutually Exclusive Flags by @Ali-Doustkani in #2152
New Contributors
- @Ali-Doustkani made their first contribution in #2152
Full Changelog: https://github.com/urfave/cli/compare/v3.3.6...v3.3.7
v3.3.6
What's Changed
- Fish completions with identically named sub-commands now work by @bittrance in #2130
Full Changelog: https://github.com/urfave/cli/compare/v3.3.5...v3.3.6
v3.3.5
What's Changed
- Fix:(issue_2137) Ensure default value for bool with inverse flag is h… by @dearchap in #2138
- Fix:(issue_2131) Show help text for BoolWithInverseFlag by @Juneezee in #2142
Full Changelog: https://github.com/urfave/cli/compare/v3.3.4...v3.3.5
v3.3.4
What's Changed
- Fix Docs(issue_2125) Add PathFlag to StringFlag migration by @dearchap in #2136
- fix: remove extraneous space from subcommand help template by @G-Rath in #2140
- Fix:(issue_2135) Correct formatting of default subcommand USAGE text by @zzspoon in #2139
New Contributors
Full Changelog: https://github.com/urfave/cli/compare/v3.3.3...v3.3.4
v3.3.3
What's Changed
- Simpler top-level context detection for fish completions by @bittrance in #2121
- Fish completion inside hidden commands by @bittrance in #2122
- chore(deps): bump golangci/golangci-lint-action from 7 to 8 by @dependabot in #2123
- fix: off-by-one in timestamp parsing by @nickajacks1 in #2127
- Fish completions tests invokes setup by @bittrance in #2124
- Fix docs by @dearchap in #2128
New Contributors
- @nickajacks1 made their first contribution in #2127
Full Changelog: https://github.com/urfave/cli/compare/v3.3.2...v3.3.3
v3.3.2
What's Changed
- Add docs for advanced value source by @dearchap in #2119
- docs: add renames to v3 migration doc by @G-Rath in #2111
New Contributors
Full Changelog: https://github.com/urfave/cli/compare/v3.3.1...v3.3.2
v3.3.1
What's Changed
- Avoid suggesting files in fish command completions. by @bittrance in #2114
- Cleanup docs by @dearchap in #2118
Full Changelog: https://github.com/urfave/cli/compare/v3.3.0...v3.3.1
v3.3.0
What's Changed
- Add v3 issue template by @dearchap in #2104
- Fix:(issue_2105) Ensure fish completion works by @dearchap in #2106
- add test for MutuallyExclusiveFlags with After by @bystones in #2107
- use correct context in After function with subcommand by @bystones in #2108
- Enable to customize completion commands by @suzuki-shunsuke in #2103
- Fish completions no longer suggest subcommands that have already been picked by @bittrance in #2117
- feat: adds support for explicit
float32andfloat64by @ldez in #2112
New Contributors
- @bystones made their first contribution in #2107
- @bittrance made their first contribution in #2117
Full Changelog: https://github.com/urfave/cli/compare/v3.2.0...v3.3.0
v3.2.0
Breaking change IntFlag now uses int type and not int64. Please change to using Int64Flag for int64 types. Similar behavior for UintFlag as well. See https://pkg.go.dev/github.com/urfave/cli/v3 for a full list of flag types. See #2094 for full patch for this
What's Changed
- chore: Bump golangci-lint to v2 by @mrueg in #2083
- Fix docs for shell completions by @antimatter96 in #2090
- docs: improve migration guides render by @ldez in #2091
- docs: improve migration guide v3 by @ldez in #2093
- feat!: add more integers and unsigned integers type flags by @somebadcode in #2094
- PR-2094: Fix docs by @dearchap in #2099
- Fix:(PR-2094) Update docs for new types by @dearchap in #2100
- Fix:(issue_2056) Add cmd.XXXArgs() functions for retrieving args by @dearchap in #2088
- Add docs for arg types by @dearchap in #2101
New Contributors
- @antimatter96 made their first contribution in #2090
- @ldez made their first contribution in #2091
- @somebadcode made their first contribution in #2094
Full Changelog: https://github.com/urfave/cli/compare/v3.1.1...v3.2.0
v3.1.1
v3.1.0
What's Changed
- go.mod: Require go1.22 by @mrueg in #2026
- Fix:(issue_2030) Add support for trailing hypen for short options by @dearchap in #2031
- Run Before actions after setting up subcommand by @fjl in #2028
- The example have some problem in api by @jokemanfire in #2039
- Rename "Bash Completions" to "Shell Completions" by @abitrolly in #2044
- Support root level map keys in map sources by @lukasbindreiter in #2047
- while print flag , the placeholder if need but not set. by @jokemanfire in #2043
- Add dependabot by @mrueg in #2025
- Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #2054
- Bump golangci/golangci-lint-action from 5 to 6 by @dependabot in #2053
- Bump codecov/codecov-action from 4 to 5 by @dependabot in #2052
- Fix:(issue_2032) Support for post parse config loading by @dearchap in #2033
- Fix:(issue_2066) Remove dependency on golang flag library by @dearchap in #2074
- Fix:(issue_1891) Roll out v3 docs by @dearchap in #2080
- Fix:(issue_2077) Make sure onUsageError is invoked for command when a… by @dearchap in #2081
New Contributors
- @mrueg made their first contribution in #2026
- @jokemanfire made their first contribution in #2039
- @lukasbindreiter made their first contribution in #2047
- @dependabot made their first contribution in #2054
Full Changelog: https://github.com/urfave/cli/compare/v3.0.0-beta1.01...v3.1.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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):
- The
godirective was updated for compatibility reasons
Details:
| Package | Change |
|---|---|
go |
1.20 -> 1.22 |