hay-kot / scaffold

A cookie cutter alternative with in-project scaffolding for generating components, controllers, or other common code patterns.
https://hay-kot.github.io/scaffold/
MIT License
63 stars 8 forks source link

fix(deps): update module github.com/charmbracelet/bubbles to v0.19.0 - autoclosed #195

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/charmbracelet/bubbles v0.18.0 -> v0.19.0 age adoption passing confidence

Release Notes

charmbracelet/bubbles (github.com/charmbracelet/bubbles) ### [`v0.19.0`](https://togithub.com/charmbracelet/bubbles/releases/tag/v0.19.0) [Compare Source](https://togithub.com/charmbracelet/bubbles/compare/v0.18.0...v0.19.0) #### Changelog ##### New Features - [`5428d6d`](https://togithub.com/charmbracelet/bubbles/commit/5428d6ddecae63f7f06d8939f14f45c4e9bcab9f): feat(key): accept any stringer interface to match keys ([#​584](https://togithub.com/charmbracelet/bubbles/issues/584)) ([@​aymanbagabas](https://togithub.com/aymanbagabas)) - [`7fe3919`](https://togithub.com/charmbracelet/bubbles/commit/7fe39190c87e0d6b04259d722047f37b304e876d): feat(progress): make full/empty fill characters configurable ([@​rwinkhart](https://togithub.com/rwinkhart)) - [`9a7c783`](https://togithub.com/charmbracelet/bubbles/commit/9a7c783a75aa4b6a661632642852fdd6e5a9de7b): feat(table): added column return func ([#​369](https://togithub.com/charmbracelet/bubbles/issues/369)) ([@​abeleinin](https://togithub.com/abeleinin)) - [`9ffcdc0`](https://togithub.com/charmbracelet/bubbles/commit/9ffcdc06a0228c36bd489d43e76ef07200953c36): feat(table): implement help.Keymap interface and add quit mapping ([#​440](https://togithub.com/charmbracelet/bubbles/issues/440)) ([@​prgres](https://togithub.com/prgres)) - [`c1d9f7d`](https://togithub.com/charmbracelet/bubbles/commit/c1d9f7dd6bab05a6cfbf68e36b6605681539b0f5): feat(table): remove `StyleFunc` + add tests for table alignment ([#​586](https://togithub.com/charmbracelet/bubbles/issues/586)) ([@​bashbunni](https://togithub.com/bashbunni)) - [`9fb8369`](https://togithub.com/charmbracelet/bubbles/commit/9fb83699e976f1eafe3609dc79227f1a34c717ae): feat(textarea): add help to textarea key bindings ([#​418](https://togithub.com/charmbracelet/bubbles/issues/418)) ([@​TravisYeah](https://togithub.com/TravisYeah)) - [`95d338b`](https://togithub.com/charmbracelet/bubbles/commit/95d338b099d541c8d5467730bfa4e6e33a55ac0c): feat(textarea): dynamically determine line number integer padding ([@​meowgorithm](https://togithub.com/meowgorithm)) - [`c30c185`](https://togithub.com/charmbracelet/bubbles/commit/c30c185b9304035d4f9d28ae6edaf1b0e4f2f076): feat(textarea): end of buffer lines span the full block ([@​meowgorithm](https://togithub.com/meowgorithm)) - [`1a3627e`](https://togithub.com/charmbracelet/bubbles/commit/1a3627eb98a47b0fcad93c244ef139e11b97676d): feat(textarea): inherit styles from base (and elsewhere) ([@​meowgorithm](https://togithub.com/meowgorithm)) - [`9030d22`](https://togithub.com/charmbracelet/bubbles/commit/9030d22eecdf8d17f13f1ef31e5ee74b9d6c673e): feat(textinput): do not block input on validation ([#​185](https://togithub.com/charmbracelet/bubbles/issues/185)) ([@​GabrielNagy](https://togithub.com/GabrielNagy)) - [`235075a`](https://togithub.com/charmbracelet/bubbles/commit/235075af49418f813d7283892b079b0c5bafe099): feat: add HelpView to table as a convenience ([@​meowgorithm](https://togithub.com/meowgorithm)) - [`8a6f531`](https://togithub.com/charmbracelet/bubbles/commit/8a6f531287b77e89f6807f4ba7af668a241b0a9c): feat: add ctrl+right and ctrl+left to perform WordBackward and WordForward actions ([#​387](https://togithub.com/charmbracelet/bubbles/issues/387)) ([@​maaslalani](https://togithub.com/maaslalani)) ##### Bug fixes - [`1029f31`](https://togithub.com/charmbracelet/bubbles/commit/1029f3164d6379df19b2d36eb0bc03c5ec6a6b81): (fix)table: don't render a column with a width <= 0 ([#​465](https://togithub.com/charmbracelet/bubbles/issues/465)) ([@​fabio42](https://togithub.com/fabio42)) - [`3f2cd55`](https://togithub.com/charmbracelet/bubbles/commit/3f2cd55237a0299c69da67cda21965238e9ae352): fix(ci): update coverage workflow ([@​maaslalani](https://togithub.com/maaslalani)) - [`613d1cb`](https://togithub.com/charmbracelet/bubbles/commit/613d1cb46e03194efae6da7c450f3502c3c7520e): fix(help): Fix help bubble not centering correctly ([@​gabe565](https://togithub.com/gabe565)) - [`68a68a4`](https://togithub.com/charmbracelet/bubbles/commit/68a68a472d13efee41d4658ecaede456b3b98988): fix(table): inherit SelectedStyle for StyleFunc ([@​maaslalani](https://togithub.com/maaslalani)) - [`6dbfc82`](https://togithub.com/charmbracelet/bubbles/commit/6dbfc8284dc365b0c733e95eb38878e906329955): fix(table): substract headers Y size from the total table size ([#​434](https://togithub.com/charmbracelet/bubbles/issues/434)) ([@​prgres](https://togithub.com/prgres)) - [`e726cbf`](https://togithub.com/charmbracelet/bubbles/commit/e726cbfb5cafa4a5d6b285bd0ac1a882f102111d): fix(table): table scrolls before selected reaches top/bottom ([#​429](https://togithub.com/charmbracelet/bubbles/issues/429)) ([@​dzeleniak](https://togithub.com/dzeleniak)) - [`c94f0cc`](https://togithub.com/charmbracelet/bubbles/commit/c94f0cc15154e7d2467e906a15fb03a09ec4e923): fix(textarea): end of buffer alignment ([@​maaslalani](https://togithub.com/maaslalani)) - [`14a6271`](https://togithub.com/charmbracelet/bubbles/commit/14a62710fc1cd45d42ddc1d3fd28d222b336a820): fix(textarea): use x/ansi to strip ansi sequences ([@​aymanbagabas](https://togithub.com/aymanbagabas)) - [`79cc962`](https://togithub.com/charmbracelet/bubbles/commit/79cc9621d5244455ee955e0f3548287b1d3113b2): fix(textinput): out of range panic if no matched suggestions ([#​473](https://togithub.com/charmbracelet/bubbles/issues/473)) ([@​rdnt](https://togithub.com/rdnt)) - [`e27ec01`](https://togithub.com/charmbracelet/bubbles/commit/e27ec01b6ef9c07b18abdd8a1a2c4a7522697a89): fix: Bug: SetMode method in cursor library does not handle invalid mode values correctly ([#​477](https://togithub.com/charmbracelet/bubbles/issues/477)) ([@​anirudhaCodes](https://togithub.com/anirudhaCodes)) - [`620ca7d`](https://togithub.com/charmbracelet/bubbles/commit/620ca7dfa9fee23c2b01b153bdd3a913591a42d7): fix: default textarea EndOfBufferCharacter should be ' ' ([#​510](https://togithub.com/charmbracelet/bubbles/issues/510)) ([@​blvrd](https://togithub.com/blvrd)) - [`c3e07c9`](https://togithub.com/charmbracelet/bubbles/commit/c3e07c9b364d40046941fb2c176ec30b70a558dc): fix: progress default spring option ([@​nervo](https://togithub.com/nervo)) - [`6202df1`](https://togithub.com/charmbracelet/bubbles/commit/6202df1306d2c6874c2d4cdfe793a16df221e063): fix: update position constant in JoinHorizontal ([#​577](https://togithub.com/charmbracelet/bubbles/issues/577)) ([@​aditipatelpro](https://togithub.com/aditipatelpro)) ##### Dependency updates - [`3b92457`](https://togithub.com/charmbracelet/bubbles/commit/3b924571706b57c05be7b33e1dbcdc4b7496bcca): feat(deps): bump github.com/charmbracelet/bubbletea ([#​525](https://togithub.com/charmbracelet/bubbles/issues/525)) ([@​dependabot](https://togithub.com/dependabot)\[bot]) - [`0b15a9f`](https://togithub.com/charmbracelet/bubbles/commit/0b15a9fad1b094dab1bec5924eb204f2ef10551c): feat(deps): bump github.com/charmbracelet/bubbletea ([#​533](https://togithub.com/charmbracelet/bubbles/issues/533)) ([@​dependabot](https://togithub.com/dependabot)\[bot]) - [`8b5efce`](https://togithub.com/charmbracelet/bubbles/commit/8b5efceda0d66d101e418ebddeadedd3201dac8d): feat(deps): bump github.com/charmbracelet/bubbletea ([#​545](https://togithub.com/charmbracelet/bubbles/issues/545)) ([@​dependabot](https://togithub.com/dependabot)\[bot]) - [`92d44ed`](https://togithub.com/charmbracelet/bubbles/commit/92d44ed7faf738ca4367f9dbd22066252768e40e): feat(deps): bump github.com/charmbracelet/bubbletea ([#​587](https://togithub.com/charmbracelet/bubbles/issues/587)) ([@​dependabot](https://togithub.com/dependabot)\[bot]) - [`6063cfb`](https://togithub.com/charmbracelet/bubbles/commit/6063cfbc0c786408533081fa3d8d78c00e4399cd): feat(deps): bump github.com/charmbracelet/lipgloss from 0.11.0 to 0.12.1 ([#​552](https://togithub.com/charmbracelet/bubbles/issues/552)) ([@​dependabot](https://togithub.com/dependabot)\[bot]) - [`e3823b2`](https://togithub.com/charmbracelet/bubbles/commit/e3823b2f22590353be8eb2d52a5a9481a943dcca): feat(deps): bump github.com/charmbracelet/lipgloss from 0.9.1 to 0.10.0 ([#​493](https://togithub.com/charmbracelet/bubbles/issues/493)) ([@​dependabot](https://togithub.com/dependabot)\[bot]) - [`bd562f9`](https://togithub.com/charmbracelet/bubbles/commit/bd562f9d85a3d38a858fb46a8cac9a8eee6b8481): feat(deps): bump github.com/charmbracelet/x/ansi from 0.1.1 to 0.1.2 ([#​529](https://togithub.com/charmbracelet/bubbles/issues/529)) ([@​dependabot](https://togithub.com/dependabot)\[bot]) - [`88d2772`](https://togithub.com/charmbracelet/bubbles/commit/88d2772b907ff334a893a7427ae87ba57f96c71d): feat(deps): bump github.com/charmbracelet/x/ansi from 0.1.2 to 0.1.4 ([#​551](https://togithub.com/charmbracelet/bubbles/issues/551)) ([@​dependabot](https://togithub.com/dependabot)\[bot]) - [`57c9331`](https://togithub.com/charmbracelet/bubbles/commit/57c93310451daec38768be0580e885a580c1aa6e): feat(deps): bump github.com/mattn/go-runewidth from 0.0.15 to 0.0.16 ([#​565](https://togithub.com/charmbracelet/bubbles/issues/565)) ([@​dependabot](https://togithub.com/dependabot)\[bot]) - [`9ef5a10`](https://togithub.com/charmbracelet/bubbles/commit/9ef5a1025b535b446bfcd9f660b9c2763f969de3): feat(deps): bump github.com/rivo/uniseg from 0.4.6 to 0.4.7 ([@​dependabot](https://togithub.com/dependabot)\[bot]) - [`9d9d5ad`](https://togithub.com/charmbracelet/bubbles/commit/9d9d5ad2bc5c7f174703088117a903d919e1f6d5): feat(deps): bump github.com/sahilm/fuzzy ([#​488](https://togithub.com/charmbracelet/bubbles/issues/488)) ([@​dependabot](https://togithub.com/dependabot)\[bot]) ##### Documentation updates - [`eed309f`](https://togithub.com/charmbracelet/bubbles/commit/eed309fb7d3c7bbb66f25bdfeb1b7aae6cb26231): docs: fix list delegate et al links ([#​467](https://togithub.com/charmbracelet/bubbles/issues/467)) ([@​caarlos0](https://togithub.com/caarlos0)) - [`50b0bb0`](https://togithub.com/charmbracelet/bubbles/commit/50b0bb0f3b53c58f1bcf6cb50671882f0b4b6e73): docs: fix typo ([@​caarlos0](https://togithub.com/caarlos0)) - [`2b22d52`](https://togithub.com/charmbracelet/bubbles/commit/2b22d5293f2d44b1d5892386b8ea70220c8c64ea): docs: update custom bubbles requirements ([#​495](https://togithub.com/charmbracelet/bubbles/issues/495)) ([@​bashbunni](https://togithub.com/bashbunni)) ##### Other work - [`dddc027`](https://togithub.com/charmbracelet/bubbles/commit/dddc02745080de968fb11615e81a9058e8efe9b4): Add paginator test ([@​anirudhaCodes](https://togithub.com/anirudhaCodes)) - [`04658fe`](https://togithub.com/charmbracelet/bubbles/commit/04658fed8eb24c81d1612d89db091e4f6c1be19f): Add support fo style func to table bubble ( <>) - [`e985ec9`](https://togithub.com/charmbracelet/bubbles/commit/e985ec9f15f68045d13ffecb86a1557c2cb6953b): Add tests for textarea view ([@​mikelorant](https://togithub.com/mikelorant)) - [`492bc8b`](https://togithub.com/charmbracelet/bubbles/commit/492bc8be4ddd842824ebbb0b9a65da746492c4cf): Create CODEOWNERS ([@​maaslalani](https://togithub.com/maaslalani)) - [`961c081`](https://togithub.com/charmbracelet/bubbles/commit/961c0813474a9f549aa4bbc09eb2ce96c4c89e63): Fix division by zero in viewport scrollpercentage calculation ([@​zMoooooritz](https://togithub.com/zMoooooritz)) - [`6c9e52a`](https://togithub.com/charmbracelet/bubbles/commit/6c9e52a8fdcf466eed76a6cac536b9e169b00628): Fix end of buffer character ([#​491](https://togithub.com/charmbracelet/bubbles/issues/491)) ([@​mikelorant](https://togithub.com/mikelorant)) - [`6b817f3`](https://togithub.com/charmbracelet/bubbles/commit/6b817f345c19c376185a94514b5fe2b9e718e970): Fix list pagination functions ([@​nekopy](https://togithub.com/nekopy)) - [`b9e62cb`](https://togithub.com/charmbracelet/bubbles/commit/b9e62cbfe18104543437275c9b7088878fe80ca2): Improve textarea tests ([#​490](https://togithub.com/charmbracelet/bubbles/issues/490)) ([@​mikelorant](https://togithub.com/mikelorant)) - [`350d5e9`](https://togithub.com/charmbracelet/bubbles/commit/350d5e99d90e0fd07c152d906f0b1b61c1e20f36): Rename WithCustomFillCharacters to WithFillCharacters ([@​rwinkhart](https://togithub.com/rwinkhart)) - [`af7e9ed`](https://togithub.com/charmbracelet/bubbles/commit/af7e9ed3e13ae2db2e7b849ee1a2a2756ac24025): Render Row Tests ([#​487](https://togithub.com/charmbracelet/bubbles/issues/487)) ([@​maaslalani](https://togithub.com/maaslalani)) - [`6ebf50e`](https://togithub.com/charmbracelet/bubbles/commit/6ebf50e419fd63b586aeffd8f41b232fb25dd430): Update CODEOWNERS ([@​maaslalani](https://togithub.com/maaslalani)) - [`36baf3d`](https://togithub.com/charmbracelet/bubbles/commit/36baf3d64ee64d2768c65c516701493d9a271232): Update table.go ([#​539](https://togithub.com/charmbracelet/bubbles/issues/539)) ([@​gabrielfu](https://togithub.com/gabrielfu)) - [`ff5fb57`](https://togithub.com/charmbracelet/bubbles/commit/ff5fb57861a3d184aa39aa8503c1a1149ecb2c36): ci: no announce ([@​caarlos0](https://togithub.com/caarlos0)) - [`b8a38ff`](https://togithub.com/charmbracelet/bubbles/commit/b8a38fff003f0d9d3fe781ff3b781d74d5fd539e): ci: use goreleaser for releases ([#​526](https://togithub.com/charmbracelet/bubbles/issues/526)) ([@​aymanbagabas](https://togithub.com/aymanbagabas)) - [`296fcf7`](https://togithub.com/charmbracelet/bubbles/commit/296fcf77faad6e1928bf5b170eaa7ff74c5bc9e4): feat(textarea) Add multiline placeholder ([#​302](https://togithub.com/charmbracelet/bubbles/issues/302)) ([@​mikelorant](https://togithub.com/mikelorant)) - [`63b0917`](https://togithub.com/charmbracelet/bubbles/commit/63b0917193518c489c104fdc497208c7261c8755): fix textinput.CurrentSuggestion() panic ( <>) - [`48dffdd`](https://togithub.com/charmbracelet/bubbles/commit/48dffdd97e4ff8cb3fb16e6414bc8b6d8ae86a4c): refactor(textarea): Improve setting width ([@​mikelorant](https://togithub.com/mikelorant)) - [`e1ea5dc`](https://togithub.com/charmbracelet/bubbles/commit/e1ea5dc5289658bf043a697d0bb01fb3cc5c3d76): refactor: switch to x/ansi for text manipulation ([#​505](https://togithub.com/charmbracelet/bubbles/issues/505)) ([@​aymanbagabas](https://togithub.com/aymanbagabas)) *** 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 was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 3 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/charmbracelet/bubbletea v0.26.6 -> v0.27.0
golang.org/x/sync v0.7.0 -> v0.8.0
golang.org/x/sys v0.22.0 -> v0.24.0