-
Notifications
You must be signed in to change notification settings - Fork 251
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 all patch and minor #977
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
+84
−84
Conversation
This file contains 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
781f004
to
6428e20
Compare
6428e20
to
30e303a
Compare
30e303a
to
593fe6f
Compare
ee9ada7
to
c387c8f
Compare
f2267ca
to
c920b36
Compare
345471a
to
e2a0946
Compare
4780843
to
62fd20b
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
4eb594a
to
6e2f50f
Compare
6e2f50f
to
68bbbc2
Compare
7133f5a
to
c7e4a9f
Compare
d533302
to
52e72cb
Compare
fd76386
to
d98e8b3
Compare
4d10302
to
e8ce653
Compare
e8ce653
to
a5dce0a
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.
This PR contains the following updates:
3041bf5
->f111f33
21dc606
->a8560b3
c598938
->75ad89b
6524bf6
->f7ce87c
49b3bc8
->4574d27
v1.2.4
->v1.3.4
v10.24.0
->v10.25.0
v1.62.2
->v1.64.5
v1.20.5
->v1.21.0
v9.7.0
->v9.7.1
v9.7.0
->v9.7.1
1.23.4
->1.24.0
v0.58.0
->v0.59.0
v1.33.0
->v1.34.0
v1.33.0
->v1.34.0
v1.33.0
->v1.34.0
v1.33.0
->v1.34.0
v1.33.0
->v1.34.0
7588d65
->aa4b98e
v0.22.0
->v0.23.0
v0.9.0
->v0.10.0
v1.69.4
->v1.70.0
v1.36.2
->v1.36.5
9ed2f89
->90a3faa
785c9d6
->e6875f8
Release Notes
charmbracelet/bubbletea (github.com/charmbracelet/bubbletea)
v1.3.4
Compare Source
This release fixes an issue on Windows where the mouse is always enabled even if it wasn't requested. Now, using mouse options such as
tea.WithAllMouseMotion()
and commands such astea.EnableMouseAllMotion
andtea.DisableMouse
turns the mouse on/off as expected.Changelog
New Features
e817654
: feat(ci): move from goveralls to codecov (#1332) (@aymanbagabas)Bug fixes
bf1216d
: fix: windows: enable mouse mode on demand (#1340) (@aymanbagabas)Other work
00e3ef4
: ci: sync dependabot config (#1328) (@charmcli)4a30f3f
: ci: sync dependabot config (#1329) (@charmcli)Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
v1.3.3
Compare Source
This release restore the program options that were deprecated in the previous releases.
Changelog
Full Changelog: charmbracelet/bubbletea@v1.3.2...v1.3.3
Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
v1.3.2
Compare Source
Fix canceling terminal input reads on Windows.
Changelog
Bug fixes
b0186ad
: fix: windows: handle cancel io error (@aymanbagabas)Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
v1.3.1
Compare Source
This release introduces some important bug fixes when it comes to cursor movements while rendering, and properly handle Windows AltGr key on non-English keyboards.
Changelog
Bug fixes
771a101
: fix: renderer: use newline instead of cud1 to move cursor down (#1323) (@aymanbagabas)c66daf9
: fix: windows: AltGr maps to LEFT_CTRL+RIGHT_ALT (#1162) (@aymanbagabas)Other work
439398b
: Remove irrelevant option comments (@nervo)Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
v1.3.0
Compare Source
Sorry to interrupt: it's time for Bubble Tea v1.3.0!
Bubble Tea now ships with refined interrupt handling, courtesy @caarlos0. Now, you can throw your terminal a ctrl+c or an interrupt signal, Bubble Tea will take it with grace and poise. Switch any ol’ run-of-the-mill
tea.Quit
command withtea.Interrupt
for seamless interruptions.Bug Fixes
2556e01
: The last rendered line count now includes those sneaky alt screen lines, thanks to @semihbkgr's keen eye (#1254)c8d6005
: Windows users rejoice! @awoodbeck has managed to cancel those unruly threads like an expert party planner usingCancelIoEx
(#1305)New Contributors
Special thanks to the following new contributors:
Changelog
New Features
Bug fixes
Documentation updates
Other work
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.25.0
: Release 10.25.0Compare Source
What's Changed
New Contributors
Full Changelog: go-playground/validator@v10.24.0...v10.25.0
golangci/golangci-lint (github.com/golangci/golangci-lint/cmd/golangci-lint)
v1.64.5
Compare Source
new-from-merge-base-flag
asciicheck
: from 0.3.0 to 0.4.0forcetypeassert
: from 0.1.0 to 0.2.0gosec
: from 2.22.0 to 2.22.1v1.64.4
Compare Source
gci
: fix standard packages list for go1.24v1.64.3
Compare Source
ginkgolinter
: from 0.18.4 to 0.19.0go-critic
: from 0.11.5 to 0.12.0revive
: from 1.6.0 to 1.6.1gci
: fix standard packages list for go1.24v1.64.2
Compare Source
This is the last minor release of golangci-lint v1.
The next release will be golangci-lint v2.
issues.new-from-merge-base
optionrun.relative-path-mode
optioncopyloopvar
: from 1.1.0 to 1.2.1 (support suggested fixes)exptostd
: from 0.3.1 to 0.4.1 (handlesgolang.org/x/exp/constraints.Ordered
)fatcontext
: from 0.5.3 to 0.7.1 (new option:check-struct-pointers
)perfsprint
: from 0.7.1 to 0.8.1 (new options:integer-format
,error-format
,string-format
,bool-format
, andhex-format
)revive
: from 1.5.1 to 1.6.0 (new rules:redundant-build-tag
,use-errors-new
. New optionearly-return.early-return
)go-errorlint
: from 1.7.0 to 1.7.1gochecknoglobals
: from 0.2.1 to 0.2.2godox
: from006bad1
to 1.1.0gosec
: from 2.21.4 to 2.22.0iface
: from 1.3.0 to 1.3.1nilnesserr
: from 0.1.1 to 0.1.2protogetter
: from 0.3.8 to 0.3.9sloglint
: from 0.7.2 to 0.9.0spancheck
: fix defaultStartSpanMatchersSlice
valuesstaticcheck
: from 0.5.1 to 0.6.0tenv
is deprecated and replaced byusetesting.os-setenv: true
.depguard
configurationv1.64.1
Compare Source
Cancelled due to CI failure.
v1.64.0
Compare Source
Cancelled due to CI failure.
v1.63.4
Compare Source
dupl
,gomodguard
,revive
: keep only Go-files.v1.63.3
Compare Source
gofmt
,gofumpt
,goimports
,gci
: panic with several trailing EOLgoheader
: skip issues with invalid positionsv1.63.2
Compare Source
gofmt
,gofumpt
,goimports
,gci
: panic with missing trailing EOLv1.63.1
Compare Source
cgi
: invalid reports with cgogofumpt
: panic with autofix and cgov1.63.0
Compare Source
gofmt
,goimports
,gofumpt
,gci
) are applied after the suggested fixes.exptostd
linter https://github.com/ldez/exptostdnilnesserr
linter https://github.com/alingse/nilnesserrusetesting
linter https://github.com/ldez/usetestinggci
: new options:no-inline-comments
,no-prefix-comments
gomoddirectives
: from 0.2.4 to 0.6.0 (new options:go-version-pattern
,toolchain-pattern
,toolchain-forbidden
,tool-forbidden
,go-debug-forbidden
)govet
: newstdversion
,waitgroup
analyzersimportas
: allow multiple empty aliasesloggercheck
: newslog
optionrecvcheck
: from 0.1.2 to 0.2.0 (new options:disable-builtin
,exclusions
)tagliatelle
: from 0.5.0 to 0.7.1 (new options:ignored-fields
,extended-rules
,overrides
,pkg
,ignore
)usestdlibvars
: from 1.27.0 to 1.28.0 (autofix)wrapcheck
: from 2.9.0 to 2.10.0 (new option:extra-ignore-sigs
)asciicheck
: from 0.2.0 to 0.3.0bodyclose
: from5742072
toed6a65f
funlen
: from 0.1.0 to 0.2.0ginkgolinter
: from 0.18.3 to 0.18.4gochecksumtype
: from 0.2.0 to 0.3.1gocognit
: from 1.1.3 to 1.2.0godot
: from 1.4.18 to 1.4.20goheader
: report position improvementgosec
: handling of global nosec option when it is falseiface
: from 1.2.1 to 1.3.0importas
: from 0.1.0 to 0.2.0intrange
: from 0.2.1 to 0.3.0makezero
: from 1.1.1 to 1.2.0mirror
: from 1.2.0 to 1.3.0nilnil
: from 1.0.0 to 1.0.1nosprintfhostport
: from 0.1.1 to 0.2.0reassign
: from 0.2.0 to 0.3.0spancheck
: from 0.6.2 to 0.6.4tagalign
: from 1.3.4 to 1.4.1wastedassign
: from 2.0.7 to 2.1.0whitespace
: from 0.1.1 to 0.2.0wsl
: from 4.4.1 to 4.5.0output.uniq-by-line
is deprecated and replaced byissues.uniq-by-line
.decoder
,sloglint
,tagalign
fromformat
preset.run.timeout
<= 0.prometheus/client_golang (github.com/prometheus/client_golang)
v1.21.0
: / 2025-02-19Compare Source
github.com/prometheus/common
to 0.62+ together with client_golang (and depend on the strict, legacy validation for the label names). New common version changesmodel.NameValidationScheme
global variable, which relaxes the validation of label names and metric name, allowing all UTF-8 characters. Typically, this should not break any user, unless your test or usage expects strict certain names to panic/fail on client_golang metric registration, gathering or scrape. In case of problems changemodel.NameValidationScheme
to oldmodel.LegacyValidation
value in your projectinit
function.Desc.String()
method for no labels case. #1687prometheus.BuildFQName
function; now up to 30% faster. #1665Inc
,Add
andObserve
cumulative metrics; now up to 50% faster under high concurrent contention. #1661model.NameValidationScheme
global variable. #1712CloseIdleConnections
on api.Client usingapi.Client.(CloseIdler).CloseIdleConnections()
casting. #1513promhttp.HandlerOpts.EnableOpenMetricsTextCreatedSamples
option to create OpenMetrics _created lines. Not recommended unless you want to use opt-in Created Timestamp feature. Community works on OpenMetrics 2.0 format that should make those lines obsolete (they increase cardinality significantly). #1408NewConstNativeHistogram
function. #1654All commits
* Merge release-1.20 to main by @bwplotka in https://github.com/prometheus/client_golang/pull/1582 * gocollector: Tiny fix for help message with runtime/metrics source. by @bwplotka in https://github.com/prometheus/client_golang/pull/1583 * ci: bump dagger to the latest version by @marcosnils in https://github.com/prometheus/client_golang/pull/1588 * Merge release-1.20 back to main by @ArthurSens in https://github.com/prometheus/client_golang/pull/1593 * Update linting by @SuperQ in https://github.com/prometheus/client_golang/pull/1603 * Update supported Go versions by @SuperQ in https://github.com/prometheus/client_golang/pull/1602 * build(deps): bump golang.org/x/sys from 0.22.0 to 0.24.0 by @dependabot in https://github.com/prometheus/client_golang/pull/1611 * build(deps): bump github.com/prometheus/common from 0.55.0 to 0.57.0 by @dependabot in https://github.com/prometheus/client_golang/pull/1612 * changed the name of all variables with min/max name by @parthlaw in https://github.com/prometheus/client_golang/pull/1606 * Update Dagger and build. by @SuperQ in https://github.com/prometheus/client_golang/pull/1610 * build(deps): bump github/codeql-action from 3.25.15 to 3.26.6 in the github-actions group across 1 directory by @dependabot in https://github.com/prometheus/client_golang/pull/1614 * examples: Improved GoCollector example. by @bwplotka in https://github.com/prometheus/client_golang/pull/1589 * Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/client_golang/pull/1615 * process_collector: fill in most statistics on macOS by @mharbison72 in https://github.com/prometheus/client_golang/pull/1600 * ⚡ http client defer CloseIdleConnections by @cuisongliu in https://github.com/prometheus/client_golang/pull/1513 * Set allow-utf-8 in Format during tests to avoid escaping. by @ywwg in https://github.com/prometheus/client_golang/pull/1618 * Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/client_golang/pull/1622 * Merge Release 1.20 back to main by @ArthurSens in https://github.com/prometheus/client_golang/pull/1627 * examples: Add custom labels example by @ying-jeanne in https://github.com/prometheus/client_golang/pull/1626 * Refactor default runtime metrics tests for Go collector so that default runtime metric set autogenerates by @vesari in https://github.com/prometheus/client_golang/pull/1631 * Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/client_golang/pull/1628 * process_xxx_memory statistics for macOS (cgo) by @mharbison72 in https://github.com/prometheus/client_golang/pull/1616 * build(deps): bump github.com/klauspost/compress from 1.17.9 to 1.17.10 by @dependabot in https://github.com/prometheus/client_golang/pull/1633 * build(deps): bump golang.org/x/sys from 0.24.0 to 0.25.0 by @dependabot in https://github.com/prometheus/client_golang/pull/1632 * process_collector: Add Platform-Specific Describe for processCollector by @ying-jeanne in https://github.com/prometheus/client_golang/pull/1625 * Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/client_golang/pull/1635 * build(deps): bump the github-actions group with 4 updates by @dependabot in https://github.com/prometheus/client_golang/pull/1634 * Optionally print OM created lines by @ArthurSens in https://github.com/prometheus/client_golang/pull/1408 * process_collector: merge wasip1 and js into a single implementation by @ying-jeanne in https://github.com/prometheus/client_golang/pull/1644 * Merge release 1.20 to main by @bwplotka in https://github.com/prometheus/client_golang/pull/1647 * Add Arianna as maintainer 💪 by @ArthurSens in https://github.com/prometheus/client_golang/pull/1651 * test add headers round tripper by @Manask322 in https://github.com/prometheus/client_golang/pull/1657 * build(deps): bump github.com/klauspost/compress from 1.17.10 to 1.17.11 by @dependabot in https://github.com/prometheus/client_golang/pull/1668 * build(deps): bump golang.org/x/sys from 0.25.0 to 0.26.0 by @dependabot in https://github.com/prometheus/client_golang/pull/1669 * build(deps): bump github.com/prometheus/common from 0.59.1 to 0.60.1 by @dependabot in https://github.com/prometheus/client_golang/pull/1667 * build(deps): bump google.golang.org/protobuf from 1.34.2 to 1.35.1 by @dependabot in https://github.com/prometheus/client_golang/pull/1670 * Optimize BuildFQName function by @jkroepke in https://github.com/prometheus/client_golang/pull/1665 * fix: use injected now() instead of time.Now() in summary methods by @imorph in https://github.com/prometheus/client_golang/pull/1672 * process_collector: avoid a compiler warning on macOS (fixes #1660) by @mharbison72 in https://github.com/prometheus/client_golang/pull/1675 * Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/client_golang/pull/1674 * build(deps): bump the github-actions group across 1 directory with 3 updates by @dependabot in https://github.com/prometheus/client_golang/pull/1678 * [chore]: enable perfsprint linter by @mmorel-35 in https://github.com/prometheus/client_golang/pull/1676 * Duplicate of #1662 by @imorph in https://github.com/prometheus/client_golang/pull/1673 * Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/client_golang/pull/1679 * chore: enable usestdlibvars linter by @mmorel-35 in https://github.com/prometheus/client_golang/pull/1680 * Add: exponential backoff for CAS operations on floats by @imorph in https://github.com/prometheus/client_golang/pull/1661 * Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/client_golang/pull/1683 * [1617] Add ConstnativeHistogram by @shivanthzen in https://github.com/prometheus/client_golang/pull/1654 * fix: replace fmt.Errorf with errors.New by @kakkoyun in https://github.com/prometheus/client_golang/pull/1689 * Add codeowners by @kakkoyun in https://github.com/prometheus/client_golang/pull/1688 * fix: add very small delay between observations in `TestHistogramAtomicObserve` by @imorph in https://github.com/prometheus/client_golang/pull/1691 * Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/client_golang/pull/1692 * Fix: handle nil variableLabels in Desc.String() method and add tests for nil label values by @kakkoyun in https://github.com/prometheus/client_golang/pull/1687 * examples: Follow best practices and established naming conventions by @lilic in https://github.com/prometheus/client_golang/pull/1650 * setup OSSF Scorecard workflow by @mmorel-35 in https://github.com/prometheus/client_golang/pull/1432 * build(deps): bump google.golang.org/protobuf from 1.35.1 to 1.35.2 by @dependabot in https://github.com/prometheus/client_golang/pull/1697 * build(deps): bump golang.org/x/sys from 0.26.0 to 0.27.0 by @dependabot in https://github.com/prometheus/client_golang/pull/1696 * build(deps): bump the github-actions group with 5 updates by @dependabot in https://github.com/prometheus/client_golang/pull/1695 * update links to openmetrics to reference the v1.0.0 release by @dashpole in https://github.com/prometheus/client_golang/pull/1699 * build(deps): bump google.golang.org/protobuf from 1.35.2 to 1.36.1 by @dependabot in https://github.com/prometheus/client_golang/pull/1706 * build(deps): bump golang.org/x/sys from 0.27.0 to 0.28.0 by @dependabot in https://github.com/prometheus/client_golang/pull/1705 * build(deps): bump the github-actions group with 5 updates by @dependabot in https://github.com/prometheus/client_golang/pull/1707 * build(deps): bump github.com/prometheus/common from 0.60.1 to 0.61.0 by @dependabot in https://github.com/prometheus/client_golang/pull/1704 * Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/client_golang/pull/1703 * Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/client_golang/pull/1708 * Upgrade to prometheus/common 0.62.0 with breaking change by @bwplotka in https://github.com/prometheus/client_golang/pull/1712 * build(deps): bump golang.org/x/net from 0.26.0 to 0.33.0 in /tutorials/whatsup by @dependabot in https://github.com/prometheus/client_golang/pull/1713 * docs: Add RELEASE.md for the release process by @kakkoyun in https://github.com/prometheus/client_golang/pull/1690 * tutorials/whatsup: Updated deps by @bwplotka in https://github.com/prometheus/client_golang/pull/1716 * process collector: Fixed pedantic registry failures on darwin with cgo. by @bwplotka in https://github.com/prometheus/client_golang/pull/1715 * Revert "ci: daggerize test and lint pipelines (#1534)" by @bwplotka in https://github.com/prometheus/client_golang/pull/1717 * Cut 1.21.0-rc.0 by @bwplotka in https://github.com/prometheus/client_golang/pull/1718 * Cut 1.21 by @bwplotka in https://github.com/prometheus/client_golang/pull/1737New Contributors
Full Changelog: prometheus/client_golang@v1.20.5...v1.21.0
redis/go-redis (github.com/redis/go-redis/extra/redisotel/v9)
v9.7.1
Compare Source
Changes
🚀 New Features
🐛 Bug Fixes
Contributors
We'd like to thank all the contributors who worked on this release!
@ofekshenawa, @Cgol9, @LINKIWI, @shawnwgit, @zhuhaicity, @bitsark, @vladvildanov, @ndyakov
Full Changelog: redis/go-redis@v9.7.0...v9.7.1
golang/go (go)
v1.24.0
v1.23.6
v1.23.5
open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)
v1.34.0
: /v0.56.0/v0.10.0Compare Source
Overview
Changed
Logger
to make the whole Logs API user-facing ingo.opentelemetry.io/otel/log
. (#6167)Fixed
Type
name logged for thego.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
client is corrected fromotlphttpgrpc
tootlptracegrpc
. (#6143)Type
name logged for thego.opentelemetry.io/otel/exporters/otlp/otlptrace/otlphttpgrpc
client is corrected fromotlphttphttp
tootlptracehttp
. (#6143)What's Changed
4a55095
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/60392c02b82
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6043b7406c0
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/604194d1edd
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/604457a3b42
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/60479240e9c
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6048Configuration
📅 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.