-
-
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 #1
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1 +/- ##
=======================================
Coverage 38.46% 38.46%
=======================================
Files 1 1
Lines 13 13
=======================================
Hits 5 5
Misses 5 5
Partials 3 3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
c2b0082
to
8c1b367
Compare
b3652c6
to
4d18ef8
Compare
4d18ef8
to
3432d2c
Compare
3432d2c
to
22b61de
Compare
ca7fab2
to
83ad728
Compare
83ad728
to
3d5b73b
Compare
3d5b73b
to
01d1850
Compare
01d1850
to
40f88ba
Compare
40f88ba
to
c1bf343
Compare
c1bf343
to
36dd583
Compare
36dd583
to
d43b5a0
Compare
d43b5a0
to
f7ce662
Compare
f7ce662
to
c362a26
Compare
c362a26
to
0db16a2
Compare
0db16a2
to
b9f3e43
Compare
b9f3e43
to
f61a12a
Compare
e1e8fb4
to
2c318d6
Compare
2c318d6
to
5749bc1
Compare
5749bc1
to
9dfe01f
Compare
9dfe01f
to
7cbb17a
Compare
7cbb17a
to
0af4ed3
Compare
0af4ed3
to
3c91158
Compare
3c91158
to
fd1bfe1
Compare
53525e5
to
e860d42
Compare
e860d42
to
0c8f0d7
Compare
0c8f0d7
to
9f7eb09
Compare
58f8345
to
b3ffc7b
Compare
b3ffc7b
to
e24ae45
Compare
e24ae45
to
15b5cb9
Compare
15b5cb9
to
4149b50
Compare
4149b50
to
73fd0ca
Compare
73fd0ca
to
906b0ba
Compare
906b0ba
to
2f49e23
Compare
f697e54
to
f04b20f
Compare
ac7cfde
to
b73b2b0
Compare
b73b2b0
to
0354dee
Compare
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
v1.5.0
->v1.5.2
v2.5.0
->v2.10.0
v1.3.0
->v1.4.0
77d1e97
->b748de0
v1.1.10
->v1.3.0
v1.7.0
->v1.11.0
1.16.5-alpine
->1.23.5-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
codecov/codecov-action (codecov/codecov-action)
v1.5.2
Compare Source
1.5.2
Fixes
fix: Import version properly as string not object
v1.5.1
Compare Source
1.5.1
Fixes
Dependencies
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)pquerna/otp (github.com/pquerna/otp)
v1.4.0
: : Minor Changes and ImprovementsCompare Source
Functional changes
+
encoding for spaces to improve compatibility with Android TOTP Applications https://github.com/pquerna/otp/pull/78.Digits
, default to 6 https://github.com/pquerna/otp/pull/77uber-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.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
paramDependabot
v0.29.0
: 0.29.0Compare Source
markdownlint
dependency to 0.24.0MD010
/MD011
/MD037
/MD043
/MD044
Dependabot
v0.28.1
: 0.28.1Compare Source
rc
(thanks @shhdgit!)v0.28.0
: 0.28.0Compare Source
--json
option to output results in JSON formatrc
dependency torun-con
to addressCVE-2020-7788
Dependabot
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.