-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update go deps #518
base: main
Are you sure you want to change the base?
Conversation
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
it seems like you haven't added any nanpa changeset files to this PR. if this pull request includes changes to code, make sure to add a changeset, by writing a file to
refer to the manpage for more information. |
fa6369b
to
be8a9ee
Compare
b87f1d7
to
b11c102
Compare
22077a1
to
f97c29d
Compare
there's a Go version update. static check needs to be updated as well before merge |
0a4ddd9
to
203a4f5
Compare
64632c4
to
52a6975
Compare
Generated by renovateBot
52a6975
to
5507478
Compare
This PR contains the following updates:
031e39c
->96c10c8
v1.0.0
->v1.1.0
v3.41.0
->v3.42.1
1.23.6
->1.24.1
v0.11.0
->v0.12.0
v0.10.0
->v0.11.0
Release Notes
charmbracelet/lipgloss (github.com/charmbracelet/lipgloss)
v1.1.0
Compare Source
Tables, Improved
In this release, the inimitable @andreynering and @bashbunni majorly overhauled on the table sizing and content wrapping algorithms. Tables will now be much smarter on deciding the ideal width of each column, and contents now wraps by default inside cells.
New Border Styles
Also, we added two new border styles that you can use to generate tables in Markdown and ASCII styles.
Markdown Tables
To render tables correctly for Markdown you'll want to use
lipgloss.MarkdownBorder
and disable the top and bottom borders.ASCII Tables
To render an ASCII-style table use
lipgloss.ASCIIBorder
.Thanks everyone
Special thanks to @aymanbagabas, @bashbunni, @andreynering, and @caarlos0 for or all the work on this release!
Changelog
New Features
7862f52
: feat(table): improve sizing and behavior: wrap by default, overflow optionally (@andreynering)1f1209e
: feat(table): use cellbuf to preserve styles for wrapped content (@bashbunni)c454a0a
: feat(tables): add markdown and ascii border style for tables (#480) (@andreynering)bafb8fd
: feat(tree): hide children (#460) (@bashbunni)9942166
: feat: style ranges (#458) (@caarlos0)Bug fixes
9500f10
: fix(table): ensure we're passing the right row index tostyleFunc
(@andreynering)7b191c5
: fix(test): make table wrapping tests use golden files (@bashbunni)9b8304f
: fix: border size getters when implicit borders are present (#411) (@meowgorithm)022e967
: fix: range test (@caarlos0)Other work
ecc1bd0
: fix: comment on min func in utils (@derezzolution)5cd2074
: style(table): improve naming of the resizer functions (@andreynering)9cfb7dd
: test(table): check truncation logic for overflow and nowrap (@bashbunni)2aa2eb0
: test(table): test wrapping cell styles (@bashbunni)ca67d0f
: chore(lint): apply De Morgans law to the if statement (@aymanbagabas)0fbb070
: chore(lint): fix lint ignore comments (@andreynering)Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
go-task/task (github.com/go-task/task/v3)
v3.42.1
Compare Source
variables (#2106, #2107 by @pd93).
v3.42.0
Compare Source
--init
less verbose by default and respect--silent
and--verbose
flags (#2009, #2011 by @HeCorr).
--init
now accepts a file name or directory as an argument (#2008, #2018 by@HeCorr).
by @jeongukjae).
@vmaerten).
(#2029, #2031 by @vmaerten).
experiment with an invalid value (#1979, #2049 by @pd93).
@vmaerten).
@pd93).
defer
statements in the shorthandcmds
syntax were not considered valid (#2068 by @pd93)..taskrc.yml
(or.taskrc.yaml
) file to let users enableexperiments (similar to
.env
) (#1982 by @vmaerten).by @pd93).
matrix
to use references to other variables (#2065, #2069 by @pd93).used, all other variables become unavailable in the templating system within
the include (#2092 by @vmaerten).
Package API
Unlike our CLI tool,
Task's package API is not currently stable.
In an effort to ease the pain of breaking changes for our users, we will be
providing changelogs for our package API going forwards. The hope is that these
changes will provide a better long-term experience for our users and allow to
stabilize the API in the future. #121 now tracks this piece of work.
task.InitTaskfile
(#2011,
ff8c913
by @HeCorr and @pd93)io.Writer
(output is now the caller'sresponsibility).
TaskfileDecodeError.WithFileInfo
now accepts a string instead of the arguments required to generate a snippet
(#2068 by @pd93).
TaskfileSnippet
and related code moved from the
errors
package to thetaskfile
package(#2068 by @pd93).
TaskMissingRequiredVars
toTaskMissingRequiredVarsError
(#2052 by @vmaerten).
TaskNotAllowedVars
toTaskNotAllowedVarsError
(#2052 by @vmaerten).
taskfile.Reader
is now constructed using the functional options pattern (#2082 by @pd93).
logger.Logger
from the entiretaskfile
package (#2082by @pd93).
taskfile.Reader
if they want this functionality by using the new
WithDebugFunc
and
WithPromptFunc
functional options.
Range
functions in thetaskfile/ast
package in favour of newiterator functions (#1798 by @pd93).
ast.Call
was moved from thetaskfile/ast
package to the maintask
package (#2084 by @pd93).
ast.Tasks.FindMatchingTasks
was moved from thetaskfile/ast
package to thetask.Executor.FindMatchingTasks
in the maintask
package (#2084 by @pd93).Compiler
and itsGetVariables
andFastGetVariables
methods weremoved from the
internal/compiler
package to the maintask
package (#2084by @pd93).
golang/go (go)
v1.24.1
v1.24.0
v1.23.7
Configuration
📅 Schedule: Branch creation - "before 6am on monday" (UTC), 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.