chore(deps): update golang dependencies#82
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/non-major-golang
branch
from
June 28, 2024 22:22
850e051 to
aadc522
Compare
renovate
Bot
force-pushed
the
renovate/non-major-golang
branch
2 times, most recently
from
June 30, 2024 04:38
2b4a1d3 to
c0b6bc5
Compare
renovate
Bot
force-pushed
the
renovate/non-major-golang
branch
4 times, most recently
from
July 15, 2024 18:45
834bcba to
420c9ac
Compare
renovate
Bot
force-pushed
the
renovate/non-major-golang
branch
3 times, most recently
from
July 19, 2024 23:30
c38c1c3 to
4f23efd
Compare
renovate
Bot
force-pushed
the
renovate/non-major-golang
branch
5 times, most recently
from
July 31, 2024 20:01
e18d2de to
f85f191
Compare
renovate
Bot
force-pushed
the
renovate/non-major-golang
branch
3 times, most recently
from
August 13, 2024 15:03
cab56cc to
714d31d
Compare
renovate
Bot
force-pushed
the
renovate/non-major-golang
branch
3 times, most recently
from
August 15, 2024 18:41
a11c887 to
41958c0
Compare
Contributor
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
Bot
force-pushed
the
renovate/non-major-golang
branch
3 times, most recently
from
August 17, 2024 22:56
0fdbcdd to
4bc76b5
Compare
renovate
Bot
force-pushed
the
renovate/non-major-golang
branch
2 times, most recently
from
September 15, 2024 18:47
00938e8 to
de17502
Compare
renovate
Bot
force-pushed
the
renovate/non-major-golang
branch
3 times, most recently
from
September 25, 2024 01:18
9f190e4 to
53038bc
Compare
renovate
Bot
force-pushed
the
renovate/non-major-golang
branch
3 times, most recently
from
October 3, 2024 06:12
9fa0504 to
af66a8c
Compare
renovate
Bot
force-pushed
the
renovate/non-major-golang
branch
2 times, most recently
from
October 8, 2024 19:57
4515d72 to
8a6dfd2
Compare
renovate
Bot
force-pushed
the
renovate/non-major-golang
branch
3 times, most recently
from
October 25, 2024 22:56
7f6f06c to
e66f791
Compare
renovate
Bot
force-pushed
the
renovate/non-major-golang
branch
2 times, most recently
from
November 7, 2024 17:20
4d954f9 to
6774423
Compare
renovate
Bot
force-pushed
the
renovate/non-major-golang
branch
5 times, most recently
from
November 19, 2024 17:36
e0df8d1 to
b36da4f
Compare
renovate
Bot
force-pushed
the
renovate/non-major-golang
branch
2 times, most recently
from
November 27, 2024 21:56
8c340e2 to
33ed4e4
Compare
renovate
Bot
force-pushed
the
renovate/non-major-golang
branch
2 times, most recently
from
December 9, 2024 19:04
c4343bb to
fcbdb29
Compare
renovate
Bot
force-pushed
the
renovate/non-major-golang
branch
3 times, most recently
from
December 15, 2024 21:31
c453629 to
f44121c
Compare
1 task
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
v1.4.0-20240129161937-d5ced9c85c25.1→v1.6.2-20240129161937-d5ced9c85c25.1v1.34.2-20240129161937-d5ced9c85c25.2→v1.36.11-20240129161937-d5ced9c85c25.1v1.1.1→v1.1.2v2.2.0→v2.7.0v6.5.9→v6.8.2v1.41.0→v1.53.0v1.9.3→v1.9.4v1.8.1→v1.10.2v1.0.5→v1.0.10v1.19.0→v1.21.0v1.79.3→v1.82.1v1.36.10→v1.36.11v1.4.0→v1.6.0Release Notes
bykof/gostradamus (github.com/bykof/gostradamus)
v1.1.2Compare Source
elliotchance/orderedmap (github.com/elliotchance/orderedmap/v2)
v2.7.0Compare Source
v2.6.1Compare Source
v2.6.0Compare Source
v2.5.0Compare Source
v2.4.0Compare Source
v2.3.0Compare Source
jedib0t/go-pretty (github.com/jedib0t/go-pretty/v6)
v6.8.2Compare Source
What's Changed
New Contributors
Full Changelog: jedib0t/go-pretty@v6.8.1...v6.8.2
v6.8.1Compare Source
What's Changed
A hardening pass across the
table,list,progress, andtextpackages,fixing security issues, crash/race bugs, and performance problems in the
render hot paths, with benchmarks added to back the optimizations.
Security
RenderHTML()to prevent HTML/attribute injection.RenderCSV()output RFC 4180 compliant, and add anopt-in
Style().CSV.FieldProtectionoption that neutralizes spreadsheetformula-injection fields (
=,+,-,@, tab, CR).buffer so adversarial input can't grow it without limit.
Correctness
tracker/indicator state, and a leaked
time.Tickerin the terminal-sizewatcher.
maxColumnLengths.VAlign.Applyon negativemaxLines.Performance
Align.ApplyandStringWidthWithoutEscSequences.PacManChompframes with astrings.Builder.Tooling
make bench;added benchmarks for the table/text/list/progress render hot paths and tests
covering the retained-done-tracker render paths.
Full Changelog: jedib0t/go-pretty@v6.8.0...v6.8.1
v6.8.0Compare Source
What's Changed
New Contributors
Full Changelog: jedib0t/go-pretty@v6.7.10...v6.8.0
v6.7.10Compare Source
What's Changed
New Contributors
Full Changelog: jedib0t/go-pretty@v6.7.9...v6.7.10
v6.7.9Compare Source
What's Changed
Full Changelog: jedib0t/go-pretty@v6.7.8...v6.7.9
v6.7.8Compare Source
What's Changed
Full Changelog: jedib0t/go-pretty@v6.7.7...v6.7.8
v6.7.7Compare Source
What's Changed
Full Changelog: jedib0t/go-pretty@v6.7.6...v6.7.7
v6.7.6Compare Source
What's Changed
Full Changelog: jedib0t/go-pretty@v6.7.5...v6.7.6
v6.7.5Compare Source
What's Changed
Full Changelog: jedib0t/go-pretty@v6.7.4...v6.7.5
v6.7.4Compare Source
What's Changed
Full Changelog: jedib0t/go-pretty@v6.7.3...v6.7.4
v6.7.3Compare Source
What's Changed
Full Changelog: jedib0t/go-pretty@v6.7.2...v6.7.3
v6.7.2Compare Source
What's Changed
Full Changelog: jedib0t/go-pretty@v6.7.1...v6.7.2
v6.7.1Compare Source
What's Changed
Full Changelog: jedib0t/go-pretty@v6.7.0...v6.7.1
v6.7.0Compare Source
What's Changed
New Contributors
Full Changelog: jedib0t/go-pretty@v6.6.9...v6.7.0
v6.6.9Compare Source
What's Changed
TERMis set todumbby @G-Rath in #374New Contributors
Full Changelog: jedib0t/go-pretty@v6.6.8...v6.6.9
v6.6.8Compare Source
What's Changed
New Contributors
Full Changelog: jedib0t/go-pretty@v6.6.7...v6.6.8
v6.6.7Compare Source
What's Changed
Full Changelog: jedib0t/go-pretty@v6.6.6...v6.6.7
v6.6.6Compare Source
What's Changed
New Contributors
Full Changelog: jedib0t/go-pretty@v6.6.5...v6.6.6
v6.6.5Compare Source
What's Changed
Full Changelog: jedib0t/go-pretty@v6.6.4...v6.6.5
v6.6.4Compare Source
What's Changed
Full Changelog: jedib0t/go-pretty@v6.6.3...v6.6.4
v6.6.3Compare Source
What's Changed
Full Changelog: jedib0t/go-pretty@v6.6.2...v6.6.3
v6.6.2Compare Source
What's Changed
Full Changelog: jedib0t/go-pretty@v6.6.1...v6.6.2
v6.6.1Compare Source
What's Changed
Full Changelog: jedib0t/go-pretty@v6.6.0...v6.6.1
v6.6.0Compare Source
What's Changed
New Contributors
Full Changelog: jedib0t/go-pretty@v6.5.9...v6.6.0
samber/lo (github.com/samber/lo)
v1.53.0Compare Source
Announcing the latest release of
lowith lots of good gifts! 🎁🌊 First, a big thanks to @d-enk for making lots of performance improvements in the recent weeks.
🧪 Second, this release introduces a new
simdexperimental package. If you run on an amd64 architecture and a recent CPU, you can perform very fast operations thanks to SIMD CPU instructions.-> Documentation: https://lo.samber.dev/docs/experimental/simd
💥 Third, this version adds
*Errvariants of manylohelpers (likeMapErr,FlatMapErr,ReduceErr, etc.) whose callbacks can return an error and short-circuit execution when one occurs.Features & improvements
NewThrottleby @d-enk in #773DropByIndexhandling of negative indices out of bounds by @d-enk in #778Deprecation
Performance improvements
SamplesByby @d-enk in #766PartitionByby eliminating redundant append by @d-enk in #765FindUniques/Duplicates[By]by @d-enk in #764Ternary()insteadIf().Else()inRange/RangeFromby @d-enk in #770it.HasSuffiximplementation by @d-enk in #767Thanks @d-enk !!
Other (doc, tests, style...)
Dependencies
New Contributors
Full Changelog: samber/lo@v1.52.0...v1.53.0
v1.52.0Compare Source
Thrilled to announce the latest release of
samber/lo!This version brings major improvements:
it/sub-package for everything related to theiterpackage added in Go 1.23. Big up to @NathanBaulch for its help on this✨ A good introduction to streams in Go !
What's Changed
Tests
Style
Documentation
Other
New Contributors
Full Changelog: samber/lo@v1.51.0...v1.52.0
v1.51.0Compare Source
What's Changed
Configuration
📅 Schedule: (UTC)
🚦 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.