-
-
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 #63
base: master
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 @@
## master #63 +/- ##
=======================================
Coverage 81.05% 81.05%
=======================================
Files 2 2
Lines 95 95
=======================================
Hits 77 77
Misses 13 13
Partials 5 5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
6d859ee
to
40c8972
Compare
40c8972
to
2469819
Compare
2469819
to
06172db
Compare
06172db
to
e1f8ffd
Compare
e1f8ffd
to
2794630
Compare
2794630
to
b0e3f9d
Compare
b0e3f9d
to
2838fb4
Compare
2838fb4
to
27ae354
Compare
d76cce7
to
6865199
Compare
ef8ab00
to
54871fc
Compare
0ea3809
to
e52fd4b
Compare
ea0b175
to
ebdb3bc
Compare
ebdb3bc
to
951a0f8
Compare
915ddde
to
caaa03d
Compare
caaa03d
to
ededc38
Compare
ea3248e
to
c78aaab
Compare
c78aaab
to
c48cefe
Compare
d0aefce
to
86cef1e
Compare
86cef1e
to
31f9327
Compare
70d45ab
to
c1d0672
Compare
c1d0672
to
8df8a61
Compare
8df8a61
to
1803346
Compare
2ecec95
to
0f7c2a0
Compare
b3ed0d2
to
db6db3c
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
6759acd
to
94aa047
Compare
6a4c366
to
58cb554
Compare
58cb554
to
2713ef2
Compare
This PR contains the following updates:
9.1.0
->9.1.1
3.16.0
->3.21.0
v0.3.1
->v0.4.1
v1.7.0
->v1.10.0
720c4b4
->3d7f3b3
v1.22.5
->v1.22.16
1.19.0-alpine
->1.23.4-alpine
v0.1.5
->v0.28.0
0.28.1
->0.43.0
Release Notes
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
BurntSushi/toml (github.com/BurntSushi/toml)
v0.4.1
Compare Source
This fixes a cyclic module dependency issue with github.com/BurntSushi/toml-test that prevented some people from updating. See #313 for some details.
v0.4.0
Compare Source
After some time of inactivity this package is now maintained again.
This release should support alll of TOML 1.0 and has various bugfixes and a few small improvements.
This requires Go 1.13 or newer; older Go versions will no longer work.
TOML 1.0 support
Previously this library implemented TOML 0.3; now all of TOML 1.0 is supported:
Support dotted keys (
a.b = 1
,a = {b.c = 2}
).Mixed arrays: in previous TOML versions array values all had to be of the same type; you can now freely mix types, including inline tables.
Support hex (
0x2f9a
), binary (0b0110
), and octal (0o777
) literals, and supportnan
andinf
for floats.Support local datetimes, dates, and times. These are dates and times without a timezone and are parsed in the local timezone.
Allow accidental whitespace between backslash and newline in the line continuation operator in multi-line basic strings.
There should be no incompatibilities as such; all existing valid TOML files should continue to work. However, the parser previously allowed the following invalid values:
It would allow literal control characters in strings.
It would allow leading zeroes in decimal ints and floats.
Neither of these was ever valid TOML, and are explicitly forbidden by the specification. But the library erroneously permitted them.
Other changes
Set up Go modules.
Allow escaping the
\
, and allow triple-quotes strings to end with a quote (e.g.x="""x""""
).All control characters inside strings are properly escaped when encoding.
Support encoding nested anonymous structs.
Encode toml.Primitive values.
You get a more helpful error on UTF-16 files (probably the most common non-UTF-8 compatible encoding). Also read over UTF-16 BOM in UTF-8 files.
Call
MarshalText
andUnmarshalText
consistently on all types; before this didn't always happen in some cases.Allow empty quoted keys (
"" = 1
); silly, but explicitly mentioned as valid.Don't panic in encoder on unsupported types; return an error instead.
Don't panic on unclosed inline arrays.
Add
Decoder
and deprecateDecodeReader()
; this is more consistent with how other decoders tend to work and allows adding decoding options.Add
DecodeFS()
for Go 1.16 or newer.Avoid creating new functions/allocations in lexSkip; small performance improvement.
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
urfave/cli (github.com/urfave/cli)
v1.22.16
Compare Source
What's Changed
Full Changelog: urfave/cli@v1.22.15...v1.22.16
v1.22.15
Compare Source
What's Changed
Full Changelog: urfave/cli@v1.22.14...v1.22.15
v1.22.14
Compare Source
What's Changed
Full Changelog: urfave/cli@v1.22.13...v1.22.14
v1.22.13
Compare Source
What's Changed
v1-maint
by @meatballhat in https://github.com/urfave/cli/pull/1712Full Changelog: urfave/cli@v1.22.12...v1.22.13
v1.22.12
Compare Source
What's Changed
Full Changelog: urfave/cli@v1.22.11...v1.22.12
v1.22.11
Compare Source
What's Changed
v1
series by @meatballhat in https://github.com/urfave/cli/pull/1646Full Changelog: urfave/cli@v1.22.10...v1.22.11
v1.22.10
Compare Source
What's Changed
Full Changelog: urfave/cli@v1.22.9...v1.22.10
v1.22.9
Compare Source
What's Changed
Full Changelog: urfave/cli@v1.22.8...v1.22.9
v1.22.8
Compare Source
What's Changed
Full Changelog: urfave/cli@v1.22.7...v1.22.8
v1.22.7
: Release 1.22.7Compare Source
What's Changed
Full Changelog: urfave/cli@v1.22.6...v1.22.7
v1.22.6
: Release 1.22.6Compare Source
What's Changed
Full Changelog: urfave/cli@v1.22.5...v1.22.6
igorshubovych/markdownlint-cli (markdownlint-cli)
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
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.