Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump github.com/charmbracelet/wishlist from 0.13.0 to 0.14.0 #29

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2023

Bumps github.com/charmbracelet/wishlist from 0.13.0 to 0.14.0.

Release notes

Sourced from github.com/charmbracelet/wishlist's releases.

v0.14.0

Changelog

New Features

  • 62c30b9c3c6a292b4a8c6ca728b700da7e55c44d: feat(tailscale): update hostname to device name (#211) (@​arunsathiya)

Bug fixes

  • 62cd1daf067a3f1302e0dea6c79853b0c2da73bb: fix: handle errors on local mode (#220) (@​caarlos0)
  • 5232ef0254f4c2ef0f83d02632516f213f54c250: fix: race condition in server mode (#209) (@​caarlos0)
  • b05a385ebd322a9f80e5953cc4def50b4dd3552e: fix: sshconfig parse: lowercase keys (#208) (@​caarlos0)

Dependency updates

  • ac58dd82302df6beaa549951bc1d889000350c77: feat(deps): bump github.com/charmbracelet/keygen from 0.4.3 to 0.5.0 (#229) (@​dependabot[bot])
  • dcdde31cc0096ec6febaa3bfeac888a64a5fff68: feat(deps): bump github.com/charmbracelet/lipgloss from 0.8.0 to 0.9.0 (#230) (@​dependabot[bot])
  • 26ba39efb63783d32cfa59582f8fbe0d1e780178: feat(deps): bump github.com/charmbracelet/lipgloss from 0.9.0 to 0.9.1 (#231) (@​dependabot[bot])
  • 0a0230907d0bd14e6e78908d098de35e3c9be524: feat(deps): bump github.com/charmbracelet/log from 0.2.2 to 0.2.3 (#210) (@​dependabot[bot])
  • 18c0c23a670435730e485ad353260d0050c90578: feat(deps): bump github.com/charmbracelet/log from 0.2.3 to 0.2.4 (#219) (@​dependabot[bot])
  • 674d7e23c44a092d5ea9fef5ffa16fcb4c9fb46b: feat(deps): bump github.com/charmbracelet/log from 0.2.4 to 0.2.5 (#225) (@​dependabot[bot])
  • 89de88ed6431b6548f44f41c8490ab5a36cf04b2: feat(deps): bump golang.org/x/crypto from 0.11.0 to 0.12.0 (#215) (@​dependabot[bot])
  • 0e3c6a5e4915c10ec02a991c5acce8be8537c35e: feat(deps): bump golang.org/x/oauth2 from 0.10.0 to 0.11.0 (#213) (@​dependabot[bot])
  • f9dcfd33d87bf0610d4e074aeaa3ea15a060441a: feat(deps): bump golang.org/x/oauth2 from 0.11.0 to 0.12.0 (#223) (@​dependabot[bot])
  • 801784ce5d7e0fe504c1404de95560501d106547: feat(deps): bump golang.org/x/oauth2 from 0.12.0 to 0.13.0 (#227) (@​dependabot[bot])
  • daae6f940196925c4cb89c474d11c6bf00a86b93: feat(deps): bump golang.org/x/term from 0.11.0 to 0.12.0 (#221) (@​dependabot[bot])
  • 7bdf97b72271f12efc1ea3cbed85298bb07599ed: feat(deps): bump golang.org/x/term from 0.12.0 to 0.13.0 (#226) (@​dependabot[bot])
  • ac061819d3f99f694f0fc6160d4d343a073e42bd: feat(deps): bump the gomod group with 1 update (#206) (@​dependabot[bot])
  • 495a7d1fefc714fd0338ab0a341a8a509fd1006e: feat(deps): update wish (@​caarlos0)

Other work


First, download the checksums.txt file, for example, with wget:

wget 'https://github.com/charmbracelet/wishlist/releases/download/v0.14.0/checksums.txt'

Then, verify it using cosign:

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/wishlist/releases/download/v0.14.0/checksums.txt.pem' \
  --signature 'https://github.com/charmbracelet/wishlist/releases/download/v0.14.0/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:

... (truncated)

Commits
  • 495a7d1 feat(deps): update wish
  • 48d4741 chore: ignore .env
  • 26ba39e feat(deps): bump github.com/charmbracelet/lipgloss from 0.9.0 to 0.9.1 (#231)
  • dcdde31 feat(deps): bump github.com/charmbracelet/lipgloss from 0.8.0 to 0.9.0 (#230)
  • 801784c feat(deps): bump golang.org/x/oauth2 from 0.12.0 to 0.13.0 (#227)
  • ac58dd8 feat(deps): bump github.com/charmbracelet/keygen from 0.4.3 to 0.5.0 (#229)
  • 7bdf97b feat(deps): bump golang.org/x/term from 0.12.0 to 0.13.0 (#226)
  • 674d7e2 feat(deps): bump github.com/charmbracelet/log from 0.2.4 to 0.2.5 (#225)
  • f9dcfd3 feat(deps): bump golang.org/x/oauth2 from 0.11.0 to 0.12.0 (#223)
  • 80cb9cd chore(deps): bump actions/checkout from 3 to 4 (#222)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 27, 2023
Bumps [github.com/charmbracelet/wishlist](https://github.com/charmbracelet/wishlist) from 0.13.0 to 0.14.0.
- [Release notes](https://github.com/charmbracelet/wishlist/releases)
- [Changelog](https://github.com/charmbracelet/wishlist/blob/main/.goreleaser.yml)
- [Commits](charmbracelet/wishlist@v0.13.0...v0.14.0)

---
updated-dependencies:
- dependency-name: github.com/charmbracelet/wishlist
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/charmbracelet/wishlist-0.14.0 branch from 03a140c to fe0d7fd Compare October 27, 2023 11:10
@aymanbagabas aymanbagabas merged commit 409cd8f into main Oct 27, 2023
12 checks passed
@aymanbagabas aymanbagabas deleted the dependabot/go_modules/github.com/charmbracelet/wishlist-0.14.0 branch October 27, 2023 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant