build(deps): bump the go-mod group with 9 updates #483
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the go-mod group with 9 updates:
1.5.0
1.6.1
1.0.0
1.1.0
1.33.0
1.34.0
0.23.0
0.24.0
0.36.0
0.38.0
0.11.0
0.12.0
0.29.0
0.30.0
1.70.0
1.71.0
1.36.5
1.36.6
Updates
github.com/ccoveille/go-safecast
from 1.5.0 to 1.6.1Release notes
Sourced from github.com/ccoveille/go-safecast's releases.
Commits
3cfb5dd
ci: add more linters to golangci-lint39b3bfa
chore: fix package documentation9554823
Fix typo in errors.gob2329de
ci: split ci into multiple jobs7140bdc
build(deps): bump crate-ci/typos from 1.30.0 to 1.30.1 in the all groupd8e4985
ci: refactor ci workflow1a4aa66
ci: fix issue with golangci-lint325d971
build(deps): bump crate-ci/typos from 1.29.9 to 1.30.0 in the all group3fb7c6f
build(deps): bump crate-ci/typos from 1.29.7 to 1.29.9 in the all groupd8d5f72
fix: conversion from type aliasesUpdates
github.com/charmbracelet/lipgloss
from 1.0.0 to 1.1.0Release notes
Sourced from github.com/charmbracelet/lipgloss's releases.
... (truncated)
Commits
f0e4547
chore: fix lintfb0d757
chore(taskfile): deletelint:all
andlint:soft
tasks1209cf0
ci: sync golangci-lint config (#490)c454a0a
feat(tables): add markdown and ascii border style for tables (#480)341996d
chore: updatecharmbracelet/x/cellbuf
1f1209e
feat(table): use cellbuf to preserve styles for wrapped content2aa2eb0
test(table): test wrapping cell styles9500f10
fix(table): ensure we're passing the right row index tostyleFunc
7b191c5
fix(test): make table wrapping tests use golden files9cfb7dd
test(table): check truncation logic for overflow and nowrapUpdates
github.com/rs/zerolog
from 1.33.0 to 1.34.0Commits
db9d1be
Update go versions covered by CI5f4b880
Delete _config.ymlffb2708
Remove CNAME filecc4dde7
Create CONTRIBUTING.md04ea0f4
Implement Close() for zerolog.FilteredLevelWriter (#715)0398600
fix: reset condition in burst sampler (#711) (#712)1869fa5
FormatPartValueByName for flexible custom formatting for ConsoleWriter (#541)31e7995
remove unnecessary nil checks (#701)582f820
Get BasicSampler(0), RandomSampler(0), and BurstSampler(0) to behave the same...6abadab
Bump github.com/rs/xid from 1.5.0 to 1.6.0 (#684)Updates
golang.org/x/mod
from 0.23.0 to 0.24.0Commits
dc121ce
all: upgrade go directive to at least 1.23.0 [generated]Updates
golang.org/x/net
from 0.36.0 to 0.38.0Commits
e1fcd82
html: properly handle trailing solidus in unquoted attribute value in foreign...ebed060
internal/http3: fix build of tests with GOEXPERIMENT=nosynctest1f1fa29
publicsuffix: regenerate table1215081
http2: improve error when server sends HTTP/1312450e
html: ensure <search> tag closes <p> and update tests09731f9
http2: improve handling of lost PING in Server55989e2
http2/h2c: use ResponseController for hijacking connections2914f46
websocket: re-recommend gorilla/websocket99b3ae0
go.mod: update golang.org/x dependenciesUpdates
golang.org/x/sync
from 0.11.0 to 0.12.0Commits
b637f27
errgroup: drop support for Go versions before 1.20960bf1f
all: upgrade go directive to at least 1.23.0 [generated]Updates
golang.org/x/term
from 0.29.0 to 0.30.0Commits
04218fd
go.mod: update golang.org/x dependencies208db03
all: upgrade go directive to at least 1.23.0 [generated]Updates
google.golang.org/grpc
from 1.70.0 to 1.71.0Release notes
Sourced from google.golang.org/grpc's releases.
Commits
d01db5c
Change version to 1.71.0 (#8105)012f8bf
xds: Enable dualstack flag (#8134)bf0c885
examples/features/dualstack: Demonstrate Dual Stack functionality (#8098) (#8...05bdd66
ringhash: Remove TODO comment (#8096)ddb2484
xds: remove obsolete xDS transport custom dialer option (#8079)8528f43
cleanup: replace Dial with NewClient (#7975)ae2a04f
ringhash: Replace DNS resolver before sending xDS Update in test (#8091)e55819e
lazy: Use channel to wait for resolver error being received in test (#8088)b524c08
xdsclient: include xds node ID in errors from the WatchResource API (#8093)91eb6aa
client: improve documentation of target strings (#8078)Updates
google.golang.org/protobuf
from 1.36.5 to 1.36.6Dependabot 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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions