-
-
Notifications
You must be signed in to change notification settings - Fork 29
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 #88
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #88 +/- ##
=======================================
Coverage 34.32% 34.32%
=======================================
Files 1 1
Lines 67 67
=======================================
Hits 23 23
Misses 43 43
Partials 1 1
Flags with carried forward coverage won't be shown. Click here to find out more. 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
cfe23b9
to
073a329
Compare
073a329
to
dd4dd0b
Compare
dd4dd0b
to
b8f541f
Compare
b8f541f
to
08a7b7c
Compare
08a7b7c
to
0d688ce
Compare
0d688ce
to
9768742
Compare
9768742
to
b819124
Compare
8558bc7
to
cb55673
Compare
cb55673
to
3148754
Compare
12e2717
to
27fee93
Compare
27fee93
to
3f0fedd
Compare
3f0fedd
to
e16942b
Compare
326e407
to
a9004d1
Compare
a9004d1
to
b8ae2fb
Compare
808e766
to
202fc17
Compare
202fc17
to
babd0a9
Compare
babd0a9
to
0dab0c4
Compare
f0d9c0b
to
5931ddd
Compare
5931ddd
to
f3478db
Compare
f3478db
to
eb8d8c2
Compare
eb8d8c2
to
a5c9c98
Compare
a5c9c98
to
904fbc8
Compare
350a65d
to
fd88110
Compare
fd88110
to
425342b
Compare
425342b
to
f967190
Compare
f967190
to
7a33ead
Compare
7a33ead
to
c035a26
Compare
c035a26
to
3b02188
Compare
3b02188
to
fda18ce
Compare
fda18ce
to
da46149
Compare
da46149
to
a4bc4c7
Compare
a4bc4c7
to
7119d57
Compare
7119d57
to
21ceeaf
Compare
21ceeaf
to
51f007f
Compare
51f007f
to
10297da
Compare
10297da
to
a984959
Compare
a984959
to
dcb84c9
Compare
This PR contains the following updates:
v3.3.0
->v3.4.0
v2.4.0
->v2.7.0
v1.9.0
->v1.10.0
v1.7.0
->v1.10.0
v1.21.0
->v1.27.0
v1.23.6
->v1.25.12
Release Notes
actions/cache (actions/cache)
v3.4.0
Compare Source
The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.
The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.
We are deprecating some versions of this action. We recommend upgrading to version
v4
orv3
as soon as possible before February 1st, 2025. (Upgrade instructions below).If you are using pinned SHAs, please use the SHAs of versions
v4.2.0
orv3.4.0
If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.
Upgrading to the recommended versions will not break your workflows.
Read more about the change & access the migration guide: reference to the announcement.
Minor changes
Minor and patch version updates for these dependencies:
1.11.1
1.1.3
0.38.3
Full Changelog: actions/cache@v3...v3.4.0
v3.3.3
Compare Source
What's Changed
New Contributors
Full Changelog: actions/cache@v3...v3.3.3
v3.3.2
Compare Source
What's Changed
New Contributors
Full Changelog: actions/cache@v3...v3.3.2
v3.3.1
Compare Source
What's Changed
Full Changelog: actions/cache@v3...v3.3.1
actions/checkout (actions/checkout)
v2.7.0
Compare Source
What's Changed
Full Changelog: actions/checkout@v2.6.0...v2.7.0
v2.6.0
Compare Source
What's Changed
Full Changelog: actions/checkout@v2.5.0...v2.6.0
v2.5.0
Compare Source
What's Changed
Full Changelog: actions/checkout@v2...v2.5.0
v2.4.2
Compare Source
What's Changed
Full Changelog: actions/checkout@v2...v2.4.2
v2.4.1
Compare Source
safe.directory
codfish/semantic-release-action (codfish/semantic-release-action)
v1.10.0
Compare Source
Features
stretchr/testify (github.com/stretchr/testify)
v1.10.0
Compare Source
What's Changed
Functional Changes
Fixes
Documantation, Build & CI
New Contributors
Full Changelog: stretchr/testify@v1.9.0...v1.10.0
v1.9.0
Compare Source
What's Changed
Called
by @aud10slave in https://github.com/stretchr/testify/pull/631NotImplements
and variants by @hslatman in https://github.com/stretchr/testify/pull/1385New Contributors
Full Changelog: stretchr/testify@v1.8.4...v1.9.0
v1.8.4
Compare Source
v1.8.3
Compare Source
v1.8.2
Compare Source
v1.8.1
Compare Source
v1.8.0
Compare Source
v1.7.5
Compare Source
v1.7.4
Compare Source
v1.7.3
Compare Source
v1.7.2
Compare Source
v1.7.1
Compare Source
uber-go/zap (go.uber.org/zap)
v1.27.0
Compare Source
Enhancements:
WithLazy
method forSugaredLogger
.NewTestingWriter
for customizing TestingWriter with more flexibility thanNewLogger
.Log
,Logw
,Logln
methods forSugaredLogger
.WithPanicHook
option for testing panic logs.Thanks to @defval, @dimmo, @arxeiss, and @MKrupauskas for their contributions to this release.
v1.26.0
Compare Source
Enhancements:
Dict
as aField
.WithLazy
method toLogger
which lazily evaluates the structuredcontext.
Thanks to @hhk7734, @jquirke, @cdvr1993 for their contributions to this release.
v1.25.0
Compare Source
This release contains several improvements including performance, API additions,
and two new experimental packages whose APIs are unstable and may change in the
future.
Enhancements:
zap/exp/zapslog
package for integration with slog.Name
toLogger
which returns the Logger's name if one is set.zap/exp/expfield
package which contains helper methodsStr
andStrs
for constructing String-like zap.Fields.Any
.Thanks to @knight42, @dzakaammar, @bcspragu, and @rexywork for their contributions
to this release.
v1.24.0
Compare Source
Enhancements:
Level
to bothLogger
andSugaredLogger
that reports thecurrent minimum enabled log level.
SugaredLogger
turns errors to zap.Error automatically.Thanks to @Abirdcfly, @craigpastro, @nnnkkk7, and @sashamelentyev for their
contributions to this release.
v1.23.0
Compare Source
Enhancements:
zapcore.LevelOf
function to determine the level of aLevelEnabler
orCore
.zap.Stringers
field constructor to log arrays of objectsthat implement
String() string
.v1.22.0
Compare Source
Enhancements:
zap.Objects
andzap.ObjectValues
field constructors to logarrays of objects. With these two constructors, you don't need to implement
zapcore.ArrayMarshaler
for use withzap.Array
if those objects implementzapcore.ObjectMarshaler
.SugaredLogger.WithOptions
to build a copy of an existingSugaredLogger
with the provided options applied.*ln
variants toSugaredLogger
for each log level.These functions provide a string joining behavior similar to
fmt.Println
.zap.WithFatalHook
option to control the behavior of thelogger for
Fatal
-level log entries. This defaults to exiting the program.zap.Must
function that you can use withNewProduction
orNewDevelopment
to panic if the system was unable to build the logger.Logger.Log
method that allows specifying the log level fora statement dynamically.
Thanks to @cardil, @craigpastro, @sashamelentyev, @shota3506, and @zhupeijun
for their contributions to this release.
go-gorm/gorm (gorm.io/gorm)
v1.25.12
Compare Source
v1.25.11
Compare Source
v1.25.10
Compare Source
v1.25.9
Compare Source
v1.25.8
Compare Source
v1.25.7
Compare Source
v1.25.6
Compare Source
v1.25.5
Compare Source
v1.25.4
Compare Source
v1.25.3
Compare Source
v1.25.2
Compare Source
v1.25.1
Compare Source
v1.25.0
Compare Source
v1.24.6
Compare Source
v1.24.5
Compare Source
v1.24.4
Compare Source
v1.24.3
Compare Source
v1.24.2
Compare Source
v1.24.1
Compare Source
v1.24.0
Compare Source
v1.23.10
Compare Source
v1.23.9
Compare Source
v1.23.8
Compare Source
v1.23.7
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 was generated by Mend Renovate. View the repository job log.