chore(deps): update dependency aube to v2.2.11 - #4126
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.2.9βv2.2.11Release Notes
jdx/aube (aube)
v2.2.11: : Housekeeping releaseCompare Source
This is a small housekeeping release cut immediately after v2.2.10. There are no new user-facing changes since v2.2.10 β the two
aube configfixes listed below already shipped in that release and are carried forward here for completeness.Fixed
Both of these first shipped in v2.2.10.
Redact credentials from
configoutput (#β1483 by @βjdx) βaube config list(text and--json) andaube config setrender authentication fields such as_authToken,username,password,key, andemailas(protected)instead of echoing the secret, and embedded URL credentials are masked. Secrets are still written to disk as expected β only the terminal output is redacted.Preserve comments and ordering in
config.toml(#β1480 by @βjdx) β Config edits go throughtoml_editinstead of rebuilding the file from a semantic map, so comments, whitespace, quoting, and setting order survive aconfig set.Full Changelog: aubepkg/aube@v2.2.10...v2.2.11
π Sponsor aube
aube is built and maintained by @βjdx, an open source developer at entire.io, the title sponsor of his open source work.
If aube saves your team install time or CI minutes, please consider becoming an individual or company sponsor. Your support funds ongoing development and helps keep aube fast, free, and independent.
v2.2.10: : Safer, tidier config editingCompare Source
A small release focused on
aube config: credentials are now redacted from command output, and editingconfig.tomlno longer clobbers your formatting.Fixed
Redact credentials from
configoutput (#β1483 by @βjdx) βaube config list(text and--json) andaube config setnow render authentication fields such as_authToken,username,password,key, andemailas(protected)instead of echoing the secret. Embedded URL credentials in values like proxies are masked (userinfo is replaced with***), while non-secret URLs still display normally. Secrets are still written to disk as expected β only the terminal output is redacted.Preserve comments and ordering in
config.toml(#β1480 by @βjdx) β Config edits now go throughtoml_editinstead of rebuilding the file from a semantic map, so your comments, whitespace, quoting, multiline array formatting, and setting order survive aconfig set. Updated settings keep their existing formatting and genuinely new settings are appended.Full Changelog: aubepkg/aube@v2.2.9...v2.2.10
π Sponsor aube
aube is built and maintained by @βjdx, an open source developer at entire.io, the title sponsor of his open source work.
If aube saves your team install time or CI minutes, please consider becoming an individual or company sponsor. Your support funds ongoing development and helps keep aube fast, free, and independent.
Configuration
π Schedule: (UTC)
π¦ Automerge: Enabled.
β» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.