grails / grails-forge

This is Grails project creator. Grails projects may be created using the browser interface, Command Line, or via CURL.
Apache License 2.0
3 stars 8 forks source link

Update picocliVersion to v4.7.5 #219

Closed renovate[bot] closed 10 months ago

renovate[bot] commented 10 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
info.picocli:picocli-codegen (source) 4.7.4 -> 4.7.5 age adoption passing confidence
info.picocli:picocli-shell-jline3 (source) 4.7.4 -> 4.7.5 age adoption passing confidence
info.picocli:picocli (source) 4.7.4 -> 4.7.5 age adoption passing confidence

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

remkop/picocli (info.picocli:picocli-codegen) ### [`v4.7.5`](https://togithub.com/remkop/picocli/blob/HEAD/RELEASE-NOTES.md#a-name475a-Picocli-475) The picocli community is pleased to announce picocli 4.7.5. This release includes bugfixes and enhancements. Many thanks to the picocli community for raising these issues and providing the pull requests to address them! This is the eighty-forth public release. Picocli follows [semantic versioning](https://semver.org/). Artifacts in this release are signed by Remko Popma (6601 E5C0 8DCC BB96). #### Table of Contents - [New and noteworthy](#​4.7.5-new) - [Fixed issues](#​4.7.5-fixes) - [Deprecations](#​4.7.5-deprecated) - [Potential breaking changes](#​4.7.5-breaking-changes) #### New and Noteworthy #### Fixed issues - \[[#​2083](https://togithub.com/remkop/picocli/issues/2083)]\[[#​2084](https://togithub.com/remkop/picocli/issues/2084)] Enhancement: Java 22 update: improve logic for detecting if the output stream is connected to a terminal. Thanks to [Liam Miller-Cushon](https://togithub.com/cushon) for the pull request. - \[[#​2087](https://togithub.com/remkop/picocli/issues/2087)] Enhancement: Mask parameters in trace log when `echo=false` for `interactive` options and positional parameters. Thanks to [szzsolt](https://togithub.com/szzsolt) for raising this. - \[[#​2060](https://togithub.com/remkop/picocli/issues/2060)] Bugfix: Fix positional parameters bug with late-resolved arity variable. Thanks to [daisukeoto](https://togithub.com/daisukeoto) for raising this. - \[[#​2074](https://togithub.com/remkop/picocli/issues/2074)]\[[#​2075](https://togithub.com/remkop/picocli/issues/2075)] Bugfix: Don't generate auto-complete for hidden attributes in `picocli.shell.jline3.PicoCommand`. Thanks to [clebertsuconic](https://togithub.com/clebertsuconic) for the pull request. - \[[#​2059](https://togithub.com/remkop/picocli/issues/2059)] Bugfix: ArgGroup with `exclusive=false` and `multiplicity=1` should require at least one option; fix regression and refine solution introduced in \[[#​1848](https://togithub.com/remkop/picocli/issues/1848)]\[[#​2030](https://togithub.com/remkop/picocli/issues/2030)]. Thanks to [Utkarsh Mittal](https://togithub.com/utmittal) for raising this. - \[[#​2080](https://togithub.com/remkop/picocli/issues/2080)] DOC: Improve GraalVM documentation: add `graalvm-native-image-plugin`. Thanks to [Bhavik Patel](https://togithub.com/bhavikp19) for the pull request. - \[[#​2045](https://togithub.com/remkop/picocli/issues/2045)] DOC: Commit html files with LF line-endings. Thanks to [Fridrich Strba](https://togithub.com/fridrich) for the pull request. #### Deprecations No features were deprecated in this release. #### Potential breaking changes This release has no breaking changes.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.



This PR has been generated by Mend Renovate. View repository job log here.