-
Notifications
You must be signed in to change notification settings - Fork 268
fix(deps): update all patch and minor #1011
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/all-patch-and-minor
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aa06f31
to
72ef7b0
Compare
07e4646
to
b5747cb
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
f2626ef
to
c573574
Compare
25ebc6d
to
34a1717
Compare
8719a47
to
032b4ca
Compare
032b4ca
to
b1d6a26
Compare
e6caca6
to
981636e
Compare
71a71e3
to
394774f
Compare
73cbb46
to
41a849c
Compare
d001de1
to
7efafaa
Compare
7efafaa
to
383e9bf
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.
Note
Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to
mend[bot]
.This notice will be removed on 2025-10-07.
This PR contains the following updates:
8a1f59f
->4bcff63
210ce53
->a2c55ed
74a5d14
->5e57cd1
b5ca514
->e468171
v1.3.5
->v1.3.10
v10.26.0
->v10.28.0
v2.1.6
->v2.5.0
v2.10.2
->v2.12.5
v1.22.0
->v1.23.2
v9.10.0
->v9.15.1
v9.10.0
->v9.14.0
v1.10.0
->v1.11.1
v0.129.0
->v0.151.0
1.24.4
->1.25.1
1.24
->1.25
v0.61.0
->v0.63.0
v1.36.0
->v1.38.0
v1.36.0
->v1.38.0
v1.36.0
->v1.38.0
v1.36.0
->v1.38.0
v1.36.0
->v1.38.0
dcc06ee
->27f1f14
v0.25.0
->v0.28.0
v0.12.0
->v0.13.0
v1.73.0
->v1.75.1
v1.36.6
->v1.36.10
e6875f8
->25f5320
Release Notes
charmbracelet/bubbletea (github.com/charmbracelet/bubbletea)
v1.3.10
Compare Source
Changelog
Bug fixes
9edf69c
: fix: handle setWindowTitleMsg and windowSizeMsg in eventLoop (@aymanbagabas)Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.
v1.3.9
Compare Source
Changelog
New Features
314b50c
: feat: properly call nested sequenceMsg and batchMsg (@wolfmagnate)Bug fixes
9e0e8f0
: fix: recover from nested panics in Sequence and Batch commands (@aymanbagabas)Other work
6e1282a
: add example for the nested Sequence and Batch (@wolfmagnate)0290af4
: simplify case for BatchMsg (@wolfmagnate)Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, Discord, Slack, The Fediverse.
v1.3.8
Compare Source
Changelog
Bug fixes
21eecd5
: fix: send batch commands to cmds channel instead of executing them in event loop (#1473) (@aymanbagabas)Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, Discord, Slack, The Fediverse.
v1.3.7
Compare Source
Changelog
Bug fixes
28ab4f4
: fix(renderer): properly reset cursor position to start of line (#1472) (@aymanbagabas)c76509a
: fix: compact sequences like batches (#958) (@jdhenke)f5da8d0
: fix: handle nested SequenceMsg in event loop and use sync.WaitGroup f… (#1463) (@aymanbagabas)80ea844
: fix: lint issues in key_windows.go and tty_windows.go (@aymanbagabas)Documentation updates
c3136ed
: docs(license): update copyright date range (@meowgorithm)919805f
: docs(readme): update footer art (@meowgorithm)f01583b
: docs: show the correct branch in the build badge (@aymanbagabas)Other work
a81d6f3
: ci: sync dependabot config (#1480) (@charmcli)53609c1
: ci: sync golangci-lint config (#1466) (@github-actions[bot])Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, Discord, Slack, The Fediverse.
v1.3.6
Compare Source
This version fixes some important issues regarding
tea.Exec
output after resuming from the executed program, and Windows losing input character on successive program execution.Big thanks to @raphaelvigee and @joshallenit for working on these issues, you're the best!
Changelog
Bug fixes
0a63003
: fix: Windows: first character input lost on successive programs (#1368) (@joshallenit)78ed49b
: fix: maintain exec output (#1276) (@raphaelvigee)Documentation updates
1b0f489
: docs(readme): cleanup badges (@meowgorithm)Other work
ca9473b
: ci: sync golangci-lint config (#1431) (@github-actions[bot])Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
go-playground/validator (github.com/go-playground/validator/v10)
v10.28.0
: Release 10.28.0Compare Source
What's Changed
required_if
by @duyquang6 in #1468New Contributors
Full Changelog: go-playground/validator@v10.27.0...v10.28.0
v10.27.0
: Release 10.27.0Compare Source
What's Changed
url
validation by @bfabio in #1444New Contributors
Full Changelog: go-playground/validator@v10.26.0...v10.27.0
golangci/golangci-lint (github.com/golangci/golangci-lint/v2)
v2.5.0
Compare Source
godoclint
linter https://github.com/godoc-lint/godoc-lintunqueryvet
linter https://github.com/MirrexOne/unqueryvetiotamixing
linter https://github.com/AdminBenni/iota-mixingembeddedstructfieldcheck
: from 0.3.0 to 0.4.0 (new option:empty-line
)err113
: fromaea10b5
to 0.1.1 (skip internals ofIs
methods forerror
type)ginkgolinter
: from 0.20.0 to 0.21.0 (new option:force-tonot
)gofumpt
: from 0.8.0 to 0.9.1 (new rule is to "clothe" naked returns for the sake of clarity)ineffassign
: from 0.1.0 to 0.2.0 (new option:check-escaping-errors
)musttag
: from 0.13.1 to 0.14.0 (support interface methods)revive
: from 1.11.0 to 1.12.0 (new options:identical-ifelseif-branches
,identical-ifelseif-conditions
,identical-switch-branches
,identical-switch-conditions
,package-directory-mismatch
,unsecure-url-scheme
,use-waitgroup-go
,useless-fallthrough
)thelper
: from 0.6.3 to 0.7.1 (skipt.Helper
in functions passed tosynctest.Test
)wsl
: from 5.1.1 to 5.2.0 (improvements related to subexpressions)asciicheck
: from 0.4.1 to 0.5.0errname
: from 1.1.0 to 1.1.1fatcontext
: from 0.8.0 to 0.8.1go-printf-func-name
: from 0.1.0 to 0.1.1godot
: from 1.5.1 to 1.5.4gosec
: from 2.22.7 to 2.22.8nilerr
: from 0.1.1 to a temporary forknilnil
: from 1.1.0 to 1.1.1protogetter
: from 0.3.15 to 0.3.16tagliatelle
: from 0.7.1 to 0.7.2testifylint
: from 1.6.1 to 1.6.4v2.4.0
Compare Source
exhaustruct
: from v3.3.1 to 4.0.0 (new options:allow-empty
,allow-empty-rx
,allow-empty-returns
,allow-empty-declarations
)godox
: trim filepath from report messagesstaticcheck
: allow empty optionstagalign
: from 1.4.2 to 1.4.3v2.3.1
Compare Source
gci
: from 0.13.6 to 0.13.7gosec
: from 2.22.6 to 2.22.7noctx
: from 0.3.5 to 0.4.0wsl
: from 5.1.0 to 5.1.1v2.3.0
Compare Source
ginkgolinter
: from 0.19.1 to 0.20.0 (new option:force-assertion-description
)iface
: from 1.4.0 to 1.4.1 (report message improvements)noctx
: from 0.3.4 to 0.3.5 (new detections:log/slog
,exec
,crypto/tls
)revive
: from 1.10.0 to 1.11.0 (new rule:enforce-switch-style
)wsl
: from 5.0.0 to 5.1.0gosec
: from 2.22.5 to 2.22.6noinlineerr
: from 1.0.4 to 1.0.5sloglint
: from 0.11.0 to 0.11.1v2.2.2
Compare Source
noinlineerr
: from 1.0.3 to 1.0.4v2.2.1
Compare Source
varnamelen
: fix configurationv2.2.0
Compare Source
arangolint
linter https://github.com/Crocmagnon/arangolintembeddedstructfieldcheck
linter https://github.com/manuelarte/embeddedstructfieldchecknoinlineerr
linter https://github.com/AlwxSin/noinlineerrswaggo
formatter https://github.com/golangci/swaggoswagerrcheck
: addverbose
optionfuncorder
: from 0.2.1 to 0.5.0 (new optionalphabetical
)gomoddirectives
: from 0.6.1 to 0.7.0 (new optionignore-forbidden
)iface
: from 1.3.1 to 1.4.0 (new optionunexported
)noctx
: from 0.1.0 to 0.3.3 (new report messages, and new rules related todatabase/sql
)noctx
: from 0.3.3 to 0.3.4 (new SQL functions detection)revive
: from 1.9.0 to 1.10.0 (new rules:time-date
,unnecessary-format
,use-fmt-print
)usestdlibvars
: from 1.28.0 to 1.29.0 (new optiontime-date-month
)wsl
: deprecationwsl_v5
: from 4.7.0 to 5.0.0 (major version with new configuration)dupword
: from 0.1.3 to 0.1.6exptostd
: from 0.4.3 to 0.4.4forbidigo
: from 1.6.0 to 2.1.0gci
: consistently format the codego-spancheck
: from 0.6.4 to 0.6.5goconst
: from 1.8.1 to 1.8.2gosec
: from 2.22.3 to 2.22.4gosec
: from 2.22.4 to 2.22.5makezero
: from 1.2.0 to 2.0.1misspell
: from 0.6.0 to 0.7.0usetesting
: from 0.4.3 to 0.5.0path-expect
stdout
when usingstdin
and there are no changestypecheck
: deduplicate errorstypecheck
: stops the analysis after the first errorprint-resources-usage
flaglinters.default
setsgoreleaser/goreleaser (github.com/goreleaser/goreleaser/v2)
v2.12.5
Compare Source
Announcement
Read the official announcement: Announcing GoReleaser v2.12.
Changelog
Full Changelog: goreleaser/goreleaser@v2.12.4...v2.12.5
Helping out
This release is only possible thanks to all the support of some awesome people!
Want to be one of them?
You can sponsor, get a Pro License or contribute with code.
Where to go next?
v2.12.4
Compare Source
Announcement
Read the official announcement: Announcing GoReleaser v2.12.
Changelog
Bug fixes
5991ec9
: fix(deps): update fang, fix error handler (@caarlos0)ed03d58
: fix(docker/v2): handle bad COPY/ADD (@caarlos0)6c05856
: fix(docker/v2): more logs (@caarlos0)806492d
: fix(makeself): path to script, better tests (@caarlos0)0ffcd8f
: fix: error handling in github actions (@caarlos0)Full Changelog: goreleaser/goreleaser@v2.12.3...v2.12.4
Helping out
This release is only possible thanks to all the support of some awesome people!
Want to be one of them?
You can sponsor, get a Pro License or contribute with code.
Where to go next?
v2.12.3
Compare Source
Announcement
Read the official announcement: Announcing GoReleaser v2.12.
Changelog
Bug fixes
a1d945d
: fix(makeself): keep full binary name (@caarlos0)54274e5
: fix(makeself): keep script name (@caarlos0)f195f3c
: fix(sbom): --enrich=all should be the default (#6095) (@caarlos0)798a927
: fix: lint (@caarlos0)Documentation updates
78ec122
: docs(sec): threat model (@caarlos0)269a76b
: docs: fedora move exclude to repo config (#6103) (@mulbc)fd5a30f
: docs: fix inconsistency about symlink in nfpm.md (#6094) (@kaitokimuraofficial)44b0d91
: docs: fix title (@caarlos0)f63a01c
: docs: icons on smaller screens (@caarlos0)821cd7a
: docs: pin mkdocs-material image, add it to dependabot (@caarlos0)Other work
0ef2b3f
: ci(sec): improve workflows (@caarlos0)3eea0d7
: ci(sec): improve workflows perms (@caarlos0)Full Changelog: goreleaser/goreleaser@v2.12.2...v2.12.3
Helping out
This release is only possible thanks to all the support of some awesome people!
Want to be one of them?
You can sponsor, get a Pro License or contribute with code.
Where to go next?
v2.12.2
Compare Source
Announcement
Read the official announcement: Announcing GoReleaser v2.12.
Changelog
Bug fixes
63d8105
: fix(dockers/v2): properly support pywheel (#6089) (@caarlos0)Other work
5d46c96
: ci(sec): improve codeql (#6090) (@caarlos0)Full Changelog: goreleaser/goreleaser@v2.12.1...v2.12.2
Helping out
This release is only possible thanks to all the support of some awesome people!
Want to be one of them?
You can sponsor, get a Pro License or contribute with code.
Where to go next?
v2.12.1
Compare Source
Announcement
Read the official announcement: Announcing GoReleaser v2.12.
Changelog
Bug fixes
12f7f48
: fix(blob): artifact filter (@caarlos0)744dcac
: fix(blob): disable ssl param name (#6048) (@caarlos0)60a6c65
: fix(docker/v2): do not warn skip docker/v2 on production builds (#6047) (@caarlos0)1f75831
: fix(docker/v2): improve error message (@caarlos0)6f7199e
: fix(docker/v2): properly set manifest annotations (#6053) (@caarlos0)f57c1ce
: fix(poetry): schema, import (@caarlos0)26c8097
: fix(schema): Introduce BinarySign struct to fix schema bug (#6058) (@frenchi)bd3743d
: fix: lint issues (@caarlos0)Documentation updates
f6e1e6d
: docs: Fixed typo in dockers_v2. Should be images for string list. (#6051) (@ZAlexanderV)c38df40
: docs: announce v2.12 (#6043) (@caarlos0)39f7bbe
: docs: fix typo in signs config section (#6083) (@stanhu)11d5573
: docs: irp (@caarlos0)5fa334d
: docs: update security.md (@caarlos0)Other work
80916b5
: chore(go): 1.25.1 (@caarlos0)4940a2f
: chore: remove .envrc, flake (#6056) (@caarlos0)eaa4778
: ci(sec): fix codeql config (@caarlos0)Full Changelog: goreleaser/goreleaser@v2.12.0...v2.12.1
Helping out
This release is only possible thanks to all the support of some awesome people!
Want to be one of them?
You can sponsor, get a Pro License or contribute with code.
Where to go next?
v2.12.0
Compare Source
Announcement
Read the official announcement: Announcing GoReleaser v2.12.
Changelog
New Features
378d8c4
: feat(bun): support more targets (#6019) (@caarlos0)6a54103
: feat(docker): create images digest file for attestation (#6001) (@caarlos0)102762f
: feat(docker/v2): initial implementation (#5793) (@caarlos0)d7b45d1
: feat(docker/v2): support annotations (#6011) (@caarlos0)72a00ef
: feat(docker/v2): support arbitrary flags (#6012) (@caarlos0)75110a1
: feat(golang): update allowed targets (#5951) (@caarlos0)ff46676
: feat(mcp): goreleaser_check gives instructions on how to fix deprecations (#5896) (@caarlos0)51ee020
: feat(tmpl): readFile and mustReadFile (#5948) (@caarlos0)193d2cd
: feat(upload,artifactory): allow to set a password field, tmpl username (#5949) (@caarlos0)03bcbab
: feat: makeself (#6023) (@caarlos0)1b0a0d7
: feat: remove uber-go/automaxprocs (#6006) (@caarlos0)dec0744
: feat: retry docker manifest, retry configurations (#5978) (@caarlos0)2b7402f
: feat: update to go 1.25 (#5971) (@caarlos0)Security updates
0f78ad8
: sec: update rekor to main for GHSA-vrw8-fxc6-2r93 (#5990) (@caarlos0)Bug fixes
152c3c1
: fix(brew): use && instead of and (#5986) (@caarlos0)3dcded4
: fix(cask): conflicts_with formula was deprecated (#5996) (@caarlos0)e55afcd
: fix(cask): pass audit (#5987) (@caarlos0)03c298d
: fix(digest): double space (@caarlos0)924ddc8
: fix(docker/v2): custom publisher (@caarlos0)7a87c43
: fix(docker/v2): dockerfile not being copied properly (@caarlos0)72503f0
: fix(docker/v2): lint issues (@caarlos0)6d4fb88
: fix(docker/v2): remove unneeded if (@caarlos0)46d6a86
](https://redirect.github.com/goreleaser/goreleaser/commitConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.