mimikun / dotfiles

mimikun's dotfiles
MIT License
10 stars 0 forks source link

chore(deps): update dependency charmbracelet/mods to v1.4.1 #570

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Update Change
charmbracelet/mods patch v1.4.0 -> v1.4.1

Release Notes

charmbracelet/mods (charmbracelet/mods) ### [`v1.4.1`](https://togithub.com/charmbracelet/mods/releases/tag/v1.4.1) [Compare Source](https://togithub.com/charmbracelet/mods/compare/v1.4.0...v1.4.1) #### Changelog ##### Bug fixes - [`8520cea`](https://togithub.com/charmbracelet/mods/commit/8520cea05609283cf492682db186d1be48a7ffce): fix: add man page ([#​291](https://togithub.com/charmbracelet/mods/issues/291)) ([@​caarlos0](https://togithub.com/caarlos0)) - [`2efc3d9`](https://togithub.com/charmbracelet/mods/commit/2efc3d96ac2b4a53744b5c07dfc3e223c1b4ba46): fix: do not show examples in subcommands ([#​289](https://togithub.com/charmbracelet/mods/issues/289)) ([@​caarlos0](https://togithub.com/caarlos0)) - [`5722fe6`](https://togithub.com/charmbracelet/mods/commit/5722fe6ad44c3ab0a757c579034d3abf750e4b30): fix: improve completion cmd handling ([#​290](https://togithub.com/charmbracelet/mods/issues/290)) ([@​caarlos0](https://togithub.com/caarlos0)) ##### Documentation updates - [`6abdbfb`](https://togithub.com/charmbracelet/mods/commit/6abdbfb3b38303aa31bd73672ac555b4820041b6): docs(readme): fix typo ([@​meowgorithm](https://togithub.com/meowgorithm)) - [`956198c`](https://togithub.com/charmbracelet/mods/commit/956198c18a60145f2d889f7c07a905ea86a3bd57): docs: fix winget command with full package ID ([#​284](https://togithub.com/charmbracelet/mods/issues/284)) ([@​darkvertex](https://togithub.com/darkvertex)) - [`bf1dab7`](https://togithub.com/charmbracelet/mods/commit/bf1dab7db8762785cb75c16b3864639feb75be87): docs: how to get completions ([#​288](https://togithub.com/charmbracelet/mods/issues/288)) ([@​caarlos0](https://togithub.com/caarlos0)) ##### Other work - [`510bf64`](https://togithub.com/charmbracelet/mods/commit/510bf6483af832dc1e75e698117540f756e74790): README Edits ([#​285](https://togithub.com/charmbracelet/mods/issues/285)) ([@​maaslalani](https://togithub.com/maaslalani)) - [`7af4a43`](https://togithub.com/charmbracelet/mods/commit/7af4a432d62ad1f4f0df9e5f4bd22d8ea7be85e8): build: update gitignore ([@​caarlos0](https://togithub.com/caarlos0)) - [`a004009`](https://togithub.com/charmbracelet/mods/commit/a004009838c75f31593fbf2be83fb718ca2b1384): build: update goreleaser config ([@​caarlos0](https://togithub.com/caarlos0)) ***
Verifying the artifacts First, download the [`checksums.txt` file](https://togithub.com/charmbracelet/mods/releases/download/1.4.1/checksums.txt), for example, with `wget`: ```bash wget 'https://github.com/charmbracelet/mods/releases/download/v1.4.1/checksums.txt' ``` Then, verify it using [`cosign`](https://togithub.com/sigstore/cosign): ```bash cosign verify-blob \ --certificate-identity 'https://github.com/charmbracelet/meta/.github/workflows/goreleaser.yml@refs/heads/main' \ --certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \ --cert 'https://github.com/charmbracelet/mods/releases/download/v1.4.1/checksums.txt.pem' \ --signature 'https://github.com/charmbracelet/mods/releases/download/v1.4.1/checksums.txt.sig' \ ./checksums.txt ``` If the output is `Verified OK`, you can safely use it to verify the checksums of other artifacts you downloaded from the release using `sha256sum`: ```bash sha256sum --ignore-missing -c checksums.txt ``` Done! You artifacts are now verified!
The Charm logo Thoughts? Questions? We love hearing from you. Feel free to reach out on [Twitter](https://twitter.com/charmcli), [The Fediverse](https://mastodon.technology/@​charm), or on [Discord](https://charm.sh/chat).

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.



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