fix(deps): update module github.com/muesli/termenv to v0.15.2 #579

Merged
techknowlogick merged 1 commits from renovate/github.com-muesli-termenv-0.x into main 2023-09-08 01:53:03 +00:00
Member

This PR contains the following updates:

Package Type Update Change
github.com/muesli/termenv require minor v0.13.0 -> v0.15.2

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

muesli/termenv (github.com/muesli/termenv)

v0.15.2

Compare Source

What's Changed

Full Changelog: https://github.com/muesli/termenv/compare/v0.15.1...v0.15.2

v0.15.1

Compare Source

What's Changed

Full Changelog: https://github.com/muesli/termenv/compare/v0.15.0...v0.15.1

v0.15.0

Compare Source

What's Changed

Full Changelog: https://github.com/muesli/termenv/compare/v0.14.0...v0.15.0

v0.14.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/muesli/termenv/compare/v0.13.0...v0.14.0


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/muesli/termenv](https://github.com/muesli/termenv) | require | minor | `v0.13.0` -> `v0.15.2` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>muesli/termenv (github.com/muesli/termenv)</summary> ### [`v0.15.2`](https://github.com/muesli/termenv/releases/tag/v0.15.2) [Compare Source](https://github.com/muesli/termenv/compare/v0.15.1...v0.15.2) #### What's Changed - build(deps): bump actions/setup-go from 3 to 4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/muesli/termenv/pull/126 - build(deps): bump github.com/mattn/go-isatty from 0.0.17 to 0.0.18 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/muesli/termenv/pull/128 - fix: Cloud Shell supports RGB colors by [@&#8203;muesli](https://github.com/muesli) in https://github.com/muesli/termenv/pull/127 - build(deps): bump golang.org/x/sys from 0.6.0 to 0.7.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/muesli/termenv/pull/129 - fix: wezterm is truecolor by [@&#8203;caarlos0](https://github.com/caarlos0) in https://github.com/muesli/termenv/pull/139 **Full Changelog**: https://github.com/muesli/termenv/compare/v0.15.1...v0.15.2 ### [`v0.15.1`](https://github.com/muesli/termenv/releases/tag/v0.15.1) [Compare Source](https://github.com/muesli/termenv/compare/v0.15.0...v0.15.1) #### What's Changed - fix(output): set default tty before querying the terminal by [@&#8203;aymanbagabas](https://github.com/aymanbagabas) in https://github.com/muesli/termenv/pull/121 **Full Changelog**: https://github.com/muesli/termenv/compare/v0.15.0...v0.15.1 ### [`v0.15.0`](https://github.com/muesli/termenv/releases/tag/v0.15.0) [Compare Source](https://github.com/muesli/termenv/compare/v0.14.0...v0.15.0) #### What's Changed - build(deps): bump github.com/aymanbagabas/go-osc52 from 1.2.1 to 1.2.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/muesli/termenv/pull/116 - Change default output & add WithTTY option by [@&#8203;aymanbagabas](https://github.com/aymanbagabas) in https://github.com/muesli/termenv/pull/117 - feat(copy): fix detecting tmux & upgrade go-osc52 to v2 by [@&#8203;aymanbagabas](https://github.com/aymanbagabas) in https://github.com/muesli/termenv/pull/118 - feat(deps): upgrade go version & golang.org/x/sys by [@&#8203;aymanbagabas](https://github.com/aymanbagabas) in https://github.com/muesli/termenv/pull/119 **Full Changelog**: https://github.com/muesli/termenv/compare/v0.14.0...v0.15.0 ### [`v0.14.0`](https://github.com/muesli/termenv/releases/tag/v0.14.0) [Compare Source](https://github.com/muesli/termenv/compare/v0.13.0...v0.14.0) #### What's Changed - feat: add OSC-777 support for system notifications by [@&#8203;muesli](https://github.com/muesli) in https://github.com/muesli/termenv/pull/99 - feat: skip TTY checks by [@&#8203;aymanbagabas](https://github.com/aymanbagabas) in https://github.com/muesli/termenv/pull/109 - feat: copy to primary clipboard by [@&#8203;aymanbagabas](https://github.com/aymanbagabas) in https://github.com/muesli/termenv/pull/110 - feat(mouse): add extended mouse sequences by [@&#8203;aymanbagabas](https://github.com/aymanbagabas) in https://github.com/muesli/termenv/pull/104 - fix: compiling js/wasm/plan9/aix failed missing method ColorProfile by [@&#8203;mschneider82](https://github.com/mschneider82) in https://github.com/muesli/termenv/pull/106 - fix(output): check for nil tty writer by [@&#8203;aymanbagabas](https://github.com/aymanbagabas) in https://github.com/muesli/termenv/pull/97 - chore: use consts for sequences by [@&#8203;muesli](https://github.com/muesli) in https://github.com/muesli/termenv/pull/102 - chore: rename to Notify for consistency by [@&#8203;muesli](https://github.com/muesli) in https://github.com/muesli/termenv/pull/103 - chore(test): add mouse, copy, and hyperlink tests by [@&#8203;aymanbagabas](https://github.com/aymanbagabas) in https://github.com/muesli/termenv/pull/112 - docs: put feature matrix in a detail tag by [@&#8203;muesli](https://github.com/muesli) in https://github.com/muesli/termenv/pull/100 - docs: document Copy method in README by [@&#8203;muesli](https://github.com/muesli) in https://github.com/muesli/termenv/pull/101 #### New Contributors - [@&#8203;mschneider82](https://github.com/mschneider82) made their first contribution in https://github.com/muesli/termenv/pull/106 **Full Changelog**: https://github.com/muesli/termenv/compare/v0.13.0...v0.14.0 </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi43OS4xIiwidXBkYXRlZEluVmVyIjoiMzYuNzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
renovate-bot added 1 commit 2023-09-08 01:05:51 +00:00
fix(deps): update module github.com/muesli/termenv to v0.15.2
Some checks failed
check-and-test / check-and-test (push) Failing after 1m42s
check-and-test / check-and-test (pull_request) Failing after 1m45s
98e2f1d1ac
renovate-bot force-pushed renovate/github.com-muesli-termenv-0.x from 98e2f1d1ac to 98edc18bb9 2023-09-08 01:46:44 +00:00 Compare
techknowlogick merged commit 615cd31eb2 into main 2023-09-08 01:53:03 +00:00
techknowlogick deleted branch renovate/github.com-muesli-termenv-0.x 2023-09-08 01:53:04 +00:00
Sign in to join this conversation.
No description provided.