generated from moul/golang-repo-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
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 #2
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/all
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 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
3fae2fd
to
e1290f1
Compare
e1290f1
to
5abeaaa
Compare
5eb5308
to
97d293d
Compare
178bcbb
to
ca1ce17
Compare
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. Thanks for integrating Codecov - We've got you covered ☂️ |
521d6d1
to
a7bba89
Compare
40cbaf1
to
e10d600
Compare
d48fe4b
to
bc557f5
Compare
4f84839
to
c6332ce
Compare
c6332ce
to
c8f2bc1
Compare
c8f2bc1
to
13c7a5e
Compare
13c7a5e
to
eaac2c7
Compare
eaac2c7
to
b503c72
Compare
b503c72
to
f8592f5
Compare
f8592f5
to
34a7b53
Compare
34a7b53
to
72ecdb1
Compare
6c34ce8
to
327b08d
Compare
327b08d
to
9e8a5e2
Compare
9e8a5e2
to
07ca100
Compare
07ca100
to
6a22116
Compare
6a22116
to
8920f68
Compare
8920f68
to
f96add1
Compare
f96add1
to
c891d73
Compare
d8fb824
to
bd61cb0
Compare
bd61cb0
to
ac6bacf
Compare
ac6bacf
to
6420d68
Compare
ef5c3a1
to
bbc010c
Compare
bbc010c
to
6b73f8e
Compare
6b73f8e
to
7b8e655
Compare
7b8e655
to
d346ff3
Compare
d346ff3
to
5a84056
Compare
5a84056
to
27feeca
Compare
27feeca
to
3945a54
Compare
3945a54
to
a4fd3a7
Compare
a4fd3a7
to
72fbece
Compare
6456fa7
to
6a1a9dc
Compare
6a1a9dc
to
5975a36
Compare
5975a36
to
13a8b97
Compare
13a8b97
to
2d910f3
Compare
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:
v2.1.6
->v2.1.8
v2.3.4
->v2.7.0
9.1.0
->9.1.1
3.13
->3.21
v2.5.0
->v2.10.0
v3.0.0
->v3.4.0
77d1e97
->b748de0
v0.13.0
->v0.15.0
v1.1.10
->v1.3.0
v1.7.0
->v1.11.0
v1.17.0
->v1.27.0
1.16.5-alpine
->1.24.0-alpine
v2.6.1
->v2.9.1
0.27.1
->0.44.0
Release Notes
actions/cache (actions/cache)
v2.1.8
: Updating actions/core to version 1.10.0Compare Source
The ::save-state and ::set-output are deprecated. The newer version of actions/core >1.10.0 uses the new syntax for save and set output. After this change, customers using actions/cache@v2 won't see deprecation warning message.
v2.1.7
Compare Source
Support 10GB cache upload using the latest version
1.0.8
of@actions/cache
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
v2.4.0
Compare Source
org-<ORG_ID>@​github.com:
tohttps://github.com/
- prv2.3.5
Compare Source
Update dependencies
get-alex/alex (alex)
v9.1.1
Compare Source
223cde1
Add lock forremark-mdx
Full Changelog: get-alex/alex@9.1.0...9.1.1
docker/build-push-action (docker/build-push-action)
v2.10.0
Compare Source
imageid
output and use metadata to setdigest
output (#569)build-contexts
input (#563)v2.9.0
Compare Source
add-hosts
input (#553 #555)github-token
option to README (#544)v2.8.0
Compare Source
cgroup-parent
,shm-size
,ulimit
inputs (#501)v2.7.0
Compare Source
metadata
output (#412)v2.6.1
Compare Source
v2.6.0
Compare Source
getExecOutput
(#392)core.getBooleanInput
(#391)peterbourgon/ff (github.com/peterbourgon/ff/v3)
v3.4.0
Compare Source
What's Changed
Full Changelog: peterbourgon/ff@v3.3.2...v3.4.0
v3.3.2
Compare Source
This release adds the WithFilesystem option, allowing users to specify a filesystem other than the default host FS for e.g. config files. Thanks to @piotrkowalczuk and #103 for the inspiration.
v3.3.1
Compare Source
@abhinav sent in #106 which just improves the DefaultUsageFunc a bit, thanks bud!
v3.3.0
Compare Source
Changes!
What's Changed
New Contributors
Full Changelog: peterbourgon/ff@v3.1.2...v3.3.0
v3.1.2
Compare Source
The rehoming to major version 0 caused problems I was not able to quickly resolve. See #86. This release restores everything to major version 3 until I can resolve those problems.
v3.1.1
Compare Source
v3.1.0
Compare Source
ffyaml now treats
key:
as
instead of an error.
gomidi/rtmididrv (gitlab.com/gomidi/rtmididrv)
v0.15.0
Compare Source
v0.14.0
Compare Source
uber-go/goleak (go.uber.org/goleak)
v1.3.0
Compare Source
Fixed
They will no longer ignore stacks because of file names
that look similar to function names. (#112)
Added
IgnoreAnyFunction
option to ignore stack tracesthat have the provided function anywhere in the stack. (#113)
testing.runFuzzing
andtesting.runFuzzTests
alongsideother already-ignored test functions (
testing.RunTests
, etc). (#105)Changed
v1.2.1
: v.1.2.1Compare Source
[1.2.1]
Changed
v1.2.0
Compare Source
Added
Changed
Thanks to @tallclair for their contribution to this release.
v1.1.12
Compare Source
Fixed
v1.1.11
Compare Source
Fixed
uber-go/multierr (go.uber.org/multierr)
v1.11.0
Compare Source
====================
Errors
now supports any error that implements multiple-errorinterface.
Every
function to allow checking if all errors in the chainsatisfies
errors.Is
against the target error.v1.10.0
Compare Source
====================
Per the support policy, only Go 1.19 and 1.20 are supported now.
v1.9.0
Compare Source
===================
Add
AppendFunc
that allow passsing functions to similar toAppendInvoke
.Bump up yaml.v3 dependency to 3.0.1.
v1.8.0
Compare Source
===================
Combine
: perform zero allocations when there are no errors.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.
v1.21.0
Compare Source
1.21.0 (7 Feb 2022)
Enhancements:
zapcore.ParseLevel
to parse aLevel
from a string.zap.ParseAtomicLevel
to parse anAtomicLevel
from astring.
Bugfixes:
EncodeLevel
is unset.Other changes:
AddCaller
andAddStacktrace
options are used together.Thanks to @aerosol and @Techassi for their contributions to this release.
v1.20.0
Compare Source
Enhancements:
EncoderConfig.SkipLineEnding
flag to disable adding newlinecharacters between log statements.
EncoderConfig.NewReflectedEncoder
field to customize JSONencoding of reflected log fields.
Bugfixes:
MarshalLogObject
methods when the methods return.
thereafter
is zero.Other changes:
Thanks to @psrajat, @lruggieri, @sammyrnycreal for their contributions to this release.
v1.19.1
Compare Source
Fixed
v1.19.0
Compare Source
Enhancements:
better.
Thanks to @lancoLiu and @thockin for their contributions to this release.
v1.18.1
Compare Source
Bugfixes:
zap.NewNop
.v1.18.0
Compare Source
Enhancements:
zapcore.BufferedWriteSyncer
, a newWriteSyncer
that buffersmessages in-memory and flushes them periodically.
zapio.Writer
to use a Zap logger as anio.Writer
.zap.WithClock
option to control the source of time via thenew
zapcore.Clock
interface.zap.SugaredLogger
when arguments of*w
methods don't match expectations.
zaptest/observer
.io.StringWriter
andio.ByteWriter
in Zap'sbuffer.Buffer
.Thanks to @atrn0, @ernado, @heyanfu, @hnlq715, @zchee
for their contributions to this release.
goreleaser/goreleaser-action (goreleaser/goreleaser-action)
v2.9.1
Compare Source
What's Changed
Full Changelog: goreleaser/goreleaser-action@v2...v2.9.1
v2.9.0
Compare Source
What's Changed
Full Changelog: goreleaser/goreleaser-action@v2.8.1...v2.9.0
v2.8.1
Compare Source
What's Changed
Full Changelog: goreleaser/goreleaser-action@v2.8.0...v2.8.1
v2.8.0
Compare Source
What's Changed
getExecOutput
by @crazy-max in https://github.com/goreleaser/goreleaser-action/pull/292Full Changelog: goreleaser/goreleaser-action@v2.6.1...v2.8.0
v2.7.0
Compare Source
getExecOutput
(#292)igorshubovych/markdownlint-cli (markdownlint-cli)
v0.44.0
Compare Source
markdownlint
dependency to0.37.4
require
, convert toimport
MD032
Dependabot
v0.43.0
Compare Source
v0.42.0
Compare Source
markdownlint
dependency to0.35.0
MD058
/blanks-around-tables
micromark
inMD001
/MD003
/MD009
/MD010
/MD013
/MD014
/MD019
/MD021
/MD023
/MD024
/MD025
/MD039
/MD042
/MD043
MD018
/MD020
/MD031
/MD034
/MD044
markdown-it
parser no longer invoked by defaultDependabot
v0.41.0
: 0.41.0Compare Source
smol-toml
which supports v1.0.0 of the specificationDependabot
v0.40.0
: 0.40.0Compare Source
markdownlint
dependency to0.34.0
MD027
/MD028
/MD036
/MD040
/MD041
/MD046
/MD048
MD013
/MD034
/MD049
/MD050
/MD051
TOML
configuration files via--config
--configPointer
argument for nested configuration--ignore
for directories to ignore all files withinDependabot
v0.39.0
: 0.39.0Compare Source
markdownlint
dependency to0.33.0
MD055
/table-pipe-style
,MD056
/table-column-count
MD005
/MD007
/MD024
/MD026
/MD038
micromark-extension-directive
Dependabot
v0.38.0
: 0.38.0Compare Source
markdownlint
dependency to0.32.1
MD002
/MD006
MD054
/link-image-style
micromark
inMD005
/MD007
/MD030
MD022
/MD026
/MD034
/MD037
/MD038
/MD045
/MD051
Dependabot
v0.37.0
: 0.37.0Compare Source
markdownlint
dependency to0.31.1
Dependabot
v0.36.0
: 0.36.0Compare Source
markdownlint
dependency to0.30.0
micromark
in MD022/MD026/MD032/MD037/MD045/MD051micromark-extension-math
for math syntaxDependabot
v0.35.0
: 0.35.0Compare Source
markdownlint
dependency to0.29.0
micromark
parser dependencies for better performancemicromark
in MD049/MD050Dependabot
v0.34.0
: 0.34.0Compare Source
markdownlint
dependency to0.28.2
micromark
parser for better positional data (internal only)MD013
/MD033
/MD034
/MD035
/MD038
/MD044
/MD052
/MD053
Dependabot
v0.33.0
: 0.33.0Compare Source
markdownlint
dependency to0.27.0
MD011
/MD013
/MD022
/MD031
/MD032
/MD033
/MD034
/MD040
/MD043
/MD051
/MD053
linux/amd64
andlinux/arm64
markdownlint-configure-file
commentsDependabot
v0.32.2
: 0.32.2Compare Source
markdownlint
dependency to0.26.2
MD037
/MD051
/MD053
Dependabot
v0.32.1
: 0.32.1Compare Source
markdownlint
dependency to0.26.1
MD051
Dependabot
v0.32.0
: 0.32.0Compare Source
markdownlint
dependency to0.26.0
MD051
/link-fragments
: Link fragments should be validMD052
/reference-links-images
: Reference links and images should use a label that is definedMD053
/link-image-reference-definitions
: Link and image reference definitions should be needed (auto-fixable)MD010
/MD031
/MD035
/MD039
/MD042
/MD044
/MD049
/MD050
markdownlint-disable-line
inline comment~
paths in configuration files.markdownlint.jsonc
to list of supported configuration filesDependabot
v0.31.1
: 0.31.1Compare Source
Docker
container image toGitHub Packages
Dependabot
v0.31.0
: 0.31.0Compare Source
markdownlint
dependency to0.25.0
MD049
/MD050
for consistent emphasis/strong style (both auto-fixable)MD007
/MD010
/MD032
/MD033
/MD035
/MD037
/MD039
Dependabot
v0.30.0
: 0.30.0Compare Source
--enable
/--disable
params--quiet
paramConfiguration
📅 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.