bloznelis / typioca

Cozy typing speed tester in terminal
MIT License
782 stars 22 forks source link

Bump github.com/charmbracelet/wish from 0.6.0 to 1.1.0 #96

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/charmbracelet/wish from 0.6.0 to 1.1.0.

Release notes

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

v1.1.0

Changelog

New Features

  • b0c730e51222246aea46d80b183d889d00792bc2: feat: update lipgloss (#124) (@​caarlos0)
  • 35c79d98f70f2e1a5b9c71b66050a647305a5b9b: feat: use charm/logger (#116) (@​caarlos0)

Bug fixes

  • d7c49d2f2a861e207ae4d442b99c0fafb04801a4: fix(deps): update deps to fix CVE-2022-32149 (@​aymanbagabas)
  • 9f7e0f59f1baae012f65e412dab62a633817c185: fix: properly handle server closed on examples (#122) (@​caarlos0)

Dependency updates

  • aa9dc6b4b53a65dc540983dc62628ecefbf689cd: feat(deps): bump github.com/charmbracelet/bubbletea (#113) (@​dependabot[bot])
  • b85de0cd98c46a7e1ac4c35a5e9425724394f9d0: feat(deps): bump github.com/go-git/go-git/v5 from 5.5.1 to 5.5.2 (#111) (@​dependabot[bot])
  • ac39f690d039b8ee0000b155048dec8c858c1a9b: feat(deps): bump github.com/go-git/go-git/v5 from 5.5.2 to 5.6.0 (#119) (@​dependabot[bot])
  • 6437ff00015a0b14190f2500dab18e3a5a9754c8: feat(deps): bump github.com/go-git/go-git/v5 from 5.6.0 to 5.6.1 (@​dependabot[bot])
  • 4f7fada67e85eca0bec4ee75255881da30e5fd0f: feat(deps): bump github.com/hashicorp/golang-lru/v2 from 2.0.1 to 2.0.2 (@​dependabot[bot])
  • c6c1e8505f03e91188ecc2f6dedf49037178199b: feat(deps): bump github.com/matryer/is from 1.4.0 to 1.4.1 (#118) (@​dependabot[bot])
  • 4347d4967408b264c2026bdf94e7c3da28bd6518: feat(deps): bump github.com/muesli/termenv from 0.13.0 to 0.14.0 (#112) (@​dependabot[bot])
  • 782022097e4cba81abfe72d60f73d5941c82c106: feat(deps): bump golang.org/x/crypto from 0.3.0 to 0.6.0 (#114) (@​dependabot[bot])
  • 56b404cc741049a9222b60acba90af531a7ddfe7: feat(deps): bump golang.org/x/crypto from 0.6.0 to 0.7.0 (#120) (@​dependabot[bot])
  • 269ee65a9a82578dbe925cfc8a06e937beeb86cb: feat(deps): bump golang.org/x/net from 0.6.0 to 0.7.0 (#115) (@​dependabot[bot])
  • 6e67df07dc11192fb0b2599ce1527477dd970d4a: feat(deps): bump golang.org/x/time (#117) (@​dependabot[bot])

Documentation updates

  • 257bcdfe6d4b77b2a147ee8d3a2aae44613c5dfe: docs: running within systemd (#105) (@​caarlos0)

Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.

v1.0.0

Changelog

💫 Wish v1.0.0 replaces the amazing gliderlabs/ssh with charmbracelet/ssh, which is a fork of the former under our control. This should help us ship new features and improvements faster, and all changes are submitted back to GliderLabs.

This change, however, requires you to change import paths. But don't fire your seds and search/replaces yet, you can do it with gofmt:

go get github.com/charmbracelet/wish@latest
gofmt -l -w -r '"github.com/gliderlabs/ssh" -> "github.com/charmbracelet/ssh"' .
go mod tidy

New Features

  • d65a162838189010bd8ad5c539fe876c03b0ec3c: feat: using our fork (#101) (@​caarlos0)

Bug fixes

  • 2eed2c119561980b6401979b806c78815946bb2c: fix(git): tests: quote ssh key path (@​aymanbagabas)
  • 9e9765dfded5d6400a12af8bb1b94d9d66352c1e: fix: fd leaks, tests on windows (#103) (@​caarlos0)
  • 0e4e2e5642c2af0cbefc6412042a9632d83115e8: fix: scp bug when copying / (#104) (@​caarlos0)
  • a14cf6d38a86e356e527692eff989b1dc45ce86d: fix: using our ssh fork (#95) (@​caarlos0)

... (truncated)

Commits
  • 4f7fada feat(deps): bump github.com/hashicorp/golang-lru/v2 from 2.0.1 to 2.0.2
  • 8dca8b3 chore(deps): bump actions/setup-go from 3 to 4
  • 6437ff0 feat(deps): bump github.com/go-git/go-git/v5 from 5.6.0 to 5.6.1
  • c6c1e85 feat(deps): bump github.com/matryer/is from 1.4.0 to 1.4.1 (#118)
  • ac39f69 feat(deps): bump github.com/go-git/go-git/v5 from 5.5.2 to 5.6.0 (#119)
  • 6e67df0 feat(deps): bump golang.org/x/time (#117)
  • 56b404c feat(deps): bump golang.org/x/crypto from 0.6.0 to 0.7.0 (#120)
  • b0c730e feat: update lipgloss (#124)
  • 9f7e0f5 fix: properly handle server closed on examples (#122)
  • 35c79d9 feat: use charm/logger (#116)
  • 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 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[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.