maaslalani / slides

Terminal based presentation tool
http://maaslalani.com/slides/
MIT License
9.85k stars 271 forks source link

build(deps): bump github.com/charmbracelet/wish from 0.7.0 to 1.0.0 #204

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/charmbracelet/wish from 0.7.0 to 1.0.0.

Release notes

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

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

Bug fixes

Dependency updates

  • 0185fd6c61ef967b91b83faba0012ad8b76aef69: feat(deps): bump github.com/go-git/go-git/v5 from 5.4.2 to 5.5.1 (#108) (@​dependabot[bot])
  • 7fe3248bf50f5bb2122bae57a0e9f07f1821462d: feat(deps): bump github.com/google/go-cmp from 0.5.5 to 0.5.9 (#106) (@​dependabot[bot])

Documentation updates

  • 0857eb6b716a5c745baf699a06da76f76bb73b84: docs: document a little bit how wish works (#99) (@​caarlos0)

Other work


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

Commits


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

Looks like github.com/charmbracelet/wish is up-to-date now, so this is no longer needed.