gabe565 / ascii-movie

🌌 Star Wars SSH + Telnet server written in Go
GNU General Public License v3.0
214 stars 10 forks source link

chore(deps): update module github.com/charmbracelet/wish to v1.4.3 #123

Open gabe565-renovate[bot] opened 2 months ago

gabe565-renovate[bot] commented 2 months ago

This PR contains the following updates:

Package Type Update Change
github.com/charmbracelet/wish require patch v1.4.0 -> v1.4.3

Release Notes

charmbracelet/wish (github.com/charmbracelet/wish) ### [`v1.4.3`](https://redirect.github.com/charmbracelet/wish/releases/tag/v1.4.3) [Compare Source](https://redirect.github.com/charmbracelet/wish/compare/v1.4.2...v1.4.3) #### Changelog ##### Bug fixes - [`94788c7`](https://redirect.github.com/charmbracelet/wish/commit/94788c7671da71a83e52872a24efa3507a4b46ec): fix(tea): query bg color ([@​aymanbagabas](https://redirect.github.com/aymanbagabas)) - [`654e657`](https://redirect.github.com/charmbracelet/wish/commit/654e65713874cd3f897254400cd052b48a5553a3): fix: cmd should use the session stderr channel ([@​aymanbagabas](https://redirect.github.com/aymanbagabas)) - [`865e1c7`](https://redirect.github.com/charmbracelet/wish/commit/865e1c737e24a0f05eb1ba9cca2ea8f54d062e03): fix: update codeowners ([@​caarlos0](https://redirect.github.com/caarlos0)) - [`75f6e8c`](https://redirect.github.com/charmbracelet/wish/commit/75f6e8cd5d89156c5943b4858fb21544ba48cfd9): fix: update codeowners ([@​caarlos0](https://redirect.github.com/caarlos0)) ##### Documentation updates - [`7acab93`](https://redirect.github.com/charmbracelet/wish/commit/7acab93cd1aeec5dd2a8d1bcd44a53881f9c74d5): docs: fix broken link in examples readme ([#​323](https://redirect.github.com/charmbracelet/wish/issues/323)) ([@​Broderick-Westrope](https://redirect.github.com/Broderick-Westrope)) ##### Other work - [`d7698fc`](https://redirect.github.com/charmbracelet/wish/commit/d7698fcec7991ec5ecfb71c175e07893151d092f): build: update goreleaser config ([@​caarlos0](https://redirect.github.com/caarlos0)) *** 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). ### [`v1.4.2`](https://redirect.github.com/charmbracelet/wish/releases/tag/v1.4.2) [Compare Source](https://redirect.github.com/charmbracelet/wish/compare/v1.4.1...v1.4.2) #### Changelog ##### Dependency updates - [`c2afdea`](https://redirect.github.com/charmbracelet/wish/commit/c2afdeaf765342a209c93bb6a3314973f796d96f): fix(deps): update bubbletea, remove x/exp/term ([#​311](https://redirect.github.com/charmbracelet/wish/issues/311)) ([@​caarlos0](https://redirect.github.com/caarlos0)) ##### Documentation updates - [`aa72dd8`](https://redirect.github.com/charmbracelet/wish/commit/aa72dd8752f262c5c3d19dfcbe0cea8d88d333a9): docs: rename example ([@​caarlos0](https://redirect.github.com/caarlos0)) - [`c9f03ce`](https://redirect.github.com/charmbracelet/wish/commit/c9f03ce98036d02f7e4f96fa2da6328454698acc): docs: wish-exec and bubbletea-exec examples ([@​caarlos0](https://redirect.github.com/caarlos0)) *** 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). ### [`v1.4.1`](https://redirect.github.com/charmbracelet/wish/releases/tag/v1.4.1) [Compare Source](https://redirect.github.com/charmbracelet/wish/compare/v1.4.0...v1.4.1) #### Changelog ##### New Features - [`a58be5c`](https://redirect.github.com/charmbracelet/wish/commit/a58be5cf1f7ba71b25c1c467a02dce771347ea2a): feat: background color detection ([#​266](https://redirect.github.com/charmbracelet/wish/issues/266)) ([@​caarlos0](https://redirect.github.com/caarlos0)) - [`f6125e2`](https://redirect.github.com/charmbracelet/wish/commit/f6125e20f774deed94b5475d90a828df7a8ef95f): feat: update termenv, improve truecolor detection ([#​276](https://redirect.github.com/charmbracelet/wish/issues/276)) ([@​caarlos0](https://redirect.github.com/caarlos0)) ##### Bug fixes - [`6c0aaa6`](https://redirect.github.com/charmbracelet/wish/commit/6c0aaa68571ae556aa2047b62c21742ace243541): fix(tea): don't query the terminal for "dumb" terminals ([@​aymanbagabas](https://redirect.github.com/aymanbagabas)) - [`8aed4c3`](https://redirect.github.com/charmbracelet/wish/commit/8aed4c34e1d38cdff188aa5d65d31972092a3ac4): fix(tea): jump to next middleware when session is not a pty ([@​aymanbagabas](https://redirect.github.com/aymanbagabas)) - [`34bb463`](https://redirect.github.com/charmbracelet/wish/commit/34bb46304c8720b40194472ca5e311e0985f1fab): fix: detect bg when no allocate pty ([#​268](https://redirect.github.com/charmbracelet/wish/issues/268)) ([@​caarlos0](https://redirect.github.com/caarlos0)) ##### Documentation updates - [`44b9c91`](https://redirect.github.com/charmbracelet/wish/commit/44b9c91bbade24bdcb76cd0f32d0ff071f4ff2b5): docs(readme): minor copy improvements ([@​meowgorithm](https://redirect.github.com/meowgorithm)) - [`9b32a8b`](https://redirect.github.com/charmbracelet/wish/commit/9b32a8b9de65401af468e59efc16c8c332682df2): docs: HasDarkBackground() in examples ([#​265](https://redirect.github.com/charmbracelet/wish/issues/265)) ([@​caarlos0](https://redirect.github.com/caarlos0)) ##### Other work - [`8f0ef64`](https://redirect.github.com/charmbracelet/wish/commit/8f0ef6423e3413678ba4778081f46a5d729bc647): build: fix lint issues ([#​271](https://redirect.github.com/charmbracelet/wish/issues/271)) ([@​caarlos0](https://redirect.github.com/caarlos0)) *** 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 Renovate Bot.

gabe565-renovate[bot] commented 2 months ago

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

Details:

Package Change
github.com/muesli/termenv v0.15.2 -> v0.15.3-0.20240509142007-81b8f94111d5
github.com/charmbracelet/keygen v0.5.0 -> v0.5.1
sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

sonarcloud[bot] commented 1 week ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud