chore: Update all non-major dependencies #95
Merged
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:
v0.12.5
->v0.13.1
v1.2.1
->v1.3.2
v1.8.1
->v1.9.0
v1.9.1
v1.3.4
->v1.3.5
v0.5.0
->v0.6.0
v2.0.0-20240119085030-a556a2b53120
->v2.7.2
v2.0.0-20240119085030-a556a2b53120
->v2.7.2
v1.27.0
->v1.28.0
v1.28.2
(+1)f7e9c41
->c55a48f
v1.14.20
->v1.14.22
v0.26.1
->v0.26.2
v7.0.66
->v7.0.67
v9.4.0
->v9.5.1
v0.4.2
->v0.4.3
v0.4.4
v1.16.0
->v1.24.0
v1.16.0
->v1.24.0
v1.26.0
->v1.27.0
v0.18.0
->v0.20.0
1b97071
->814bf88
v1.61.0
->v1.62.0
Release Notes
ent/ent (entgo.io/ent)
v0.13.1
Compare Source
v0.13.0
Compare Source
BurntSushi/toml (github.com/BurntSushi/toml)
v1.3.2
Compare Source
Fix reading
BURNTSUSHI_TOML_110
again 😅 The fix for 1.3.1 caused a race issue with multiple decodes being run in parallel.v1.3.1
Compare Source
This fixes two small bugs:
The
BURNTSUSHI_TOML_110
environment variable would be checked on package import, rather than Decode().This meant that setting
os.Setenv("BURNTSUSHI_TOML_110", "")
had no effect, as it happens after the import.Fix order of
Meta.Keys()
for inline tables (this has been an issue since support for inline tables was added).v1.3.0
Compare Source
New features:
Support upcoming TOML 1.1
While it looks like TOML 1.1 is mostly stable and I don't expect any further major changes, there are NO compatibility guarantees as it is NOT yet released and anything can still change.
To use it, set the
BURNTSUSHI_TOML_110
environment variable to any value, which can be done either withos.SetEnv()
or by the user running a program.A full list is changes is available in the TOML ChangeLog; the two most notable ones are that newlines and trailing commas are now allowed in inline tables, and Unicode in bare keys can now be used – this is now a valid document:
Allow MarshalTOML and MarshalText to be used on the document type itself, instead of only fields (#383).
Bufixes:
\
escapes at the end of line weren't processed correctly in multiline strings (#372).Read over UTF-8 BOM (#381).
omitempty
struct tag did not work for pointer values (#371).Fix encoding anonymous structs on 32bit systems (#374).
PuerkitoBio/goquery (github.com/PuerkitoBio/goquery)
v1.9.0
: v1.9.0 Add genericMap
functionCompare Source
Note that starting with this release, goquery now requires Go 1.18+. If you need to build with an older Go version, use goquery v1.8.x.
ThreeDotsLabs/watermill (github.com/ThreeDotsLabs/watermill)
v1.3.5
Compare Source
What's Changed
New Contributors
Full Changelog: ThreeDotsLabs/watermill@v1.3.4...v1.3.5
bufbuild/protovalidate-go (github.com/bufbuild/protovalidate-go)
v0.6.0
Compare Source
What's Changed
New Contributors
Full Changelog: bufbuild/protovalidate-go@v0.5.2...v0.6.0
v0.5.2
Compare Source
What's Changed
Full Changelog: bufbuild/protovalidate-go@v0.5.1...v0.5.2
v0.5.1
Compare Source
What's Changed
Full Changelog: bufbuild/protovalidate-go@v0.5.0...v0.5.1
go-kratos/kratos (github.com/go-kratos/kratos/contrib/log/zap/v2)
v2.7.2
Compare Source
New Features
Bug Fixes
sctx
cause request ctx canceled during graceful shutdown (#3097)WithContext()
changed the ctx field of the parent log.Filter (#3069)Others
New Contributors
Full Changelog: go-kratos/kratos@v2.7.1...v2.7.2
v2.7.1
Compare Source
contrib ->
6cdd818
Chores
Others
New Contributors
Full Changelog: go-kratos/kratos@v2.7.0...v2.7.1
v2.7.0
Compare Source
contrib -> go get xxxxx@
7888107
Dependencies
New Features
Bug Fixes
Others
New Contributors
Full Changelog: go-kratos/kratos@v2.6.3...v2.7.0
v2.6.3
Compare Source
contrib -> github.com/go-kratos/kratos/contrib/xxxx
32b1d13
Dependencies
New Features
Bug Fixes
--nomod
(#2775)Chores
Others
New Contributors
Full Changelog: go-kratos/kratos@v2.6.2...v2.6.3
v2.6.2
Compare Source
contrib v2.6.2 ->
56777ee
New Features
Bug Fixes
Chores
Others
New Contributors
Full Changelog: go-kratos/kratos@v2.6.1...v2.6.2
v2.6.1
Compare Source
This is the first version of kratos that uses generics features
Contrib Version
contrib ->
7eca8f8
Dependencies
New Features
Bug Fixes
proto add
nil pointer (#2670)Chores
Others
New Contributors
Full Changelog: go-kratos/kratos@v2.5.4...v2.6.1
v2.5.4
Compare Source
New Features
Bug Fixes
--nomod
(#2611)Chores
Others
New Contributors
Full Changelog: go-kratos/kratos@v2.5.3...v2.5.4
v2.5.3
Compare Source
contrib ->
a7bae93
Dependencies
New Features
Bug Fixes
Others
New Contributors
Full Changelog: go-kratos/kratos@v2.5.2...v2.5.3
v2.5.2
Compare Source
Bug Fixes
FormatUint
(#2461)Others
New Contributors
Full Changelog: go-kratos/kratos@v2.5.1...v2.5.2
v2.5.1
Compare Source
New Features
Bug Fixes
Chores
Others
New Contributors
Configuration
📅 Schedule: Branch creation - "before 4am on the first day of the month" in timezone Asia/Singapore, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 has been generated by Mend Renovate. View repository job log here.