-
Notifications
You must be signed in to change notification settings - Fork 3
fix(deps): update all non-major dependencies #166
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❌ Your project status has failed because the head coverage (46.38%) is below the target coverage (90.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #166 +/- ##
=======================================
Coverage 46.38% 46.38%
=======================================
Files 7 7
Lines 470 470
=======================================
Hits 218 218
Misses 238 238
Partials 14 14 🚀 New features to boost your workflow:
|
83339b4
to
b3b167d
Compare
737cc9b
to
80bb62f
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
1b3395f
to
1b85eec
Compare
49b80c1
to
a71c3c9
Compare
a71c3c9
to
fa44da0
Compare
187c1fa
to
994b787
Compare
fe6789d
to
38b42b2
Compare
38b42b2
to
591490b
Compare
69b5979
to
4b0af0e
Compare
e00ea38
to
a45ef91
Compare
a45ef91
to
cadb328
Compare
addaee0
to
87d1312
Compare
7ca9af7
to
4d01633
Compare
4d01633
to
31a7bdf
Compare
31a7bdf
to
1c61e05
Compare
This PR contains the following updates:
v5.3.0
->v5.5.0
3.21.3
->3.22.0
3.21.3
->3.22.0
v5.3.1
->v5.4.3
eb53b3e
->4feac4d
v3.3.1
->v3.4.0
v1.12.0
->v1.14.0
v2.27.5
->v2.27.7
v3.28.10
->v3.29.2
v2.7.0
->v2.8.0
Release Notes
actions/setup-go (actions/setup-go)
v5.5.0
Compare Source
What's Changed
Bug fixes:
Dependency updates:
New Contributors
Full Changelog: actions/setup-go@v5...v5.5.0
v5.4.0
Compare Source
What's Changed
Dependency updates :
New Contributors
Full Changelog: actions/setup-go@v5...v5.4.0
codecov/codecov-action (codecov/codecov-action)
v5.4.3
Compare Source
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3
v5.4.2
Compare Source
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.1..v5.4.2
v5.4.1
Compare Source
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.0..v5.4.1
v5.4.0
Compare Source
What's Changed
use_pypi
bypasses integrity checks too by @webknjaz in https://github.com/codecov/codecov-action/pull/1773Full Changelog: https://github.com/codecov/codecov-action/compare/v5.3.1..v5.4.0
Masterminds/semver (github.com/Masterminds/semver/v3)
v3.4.0
Compare Source
There are a few changes in this release to highlight:
Constraints
now has a propertyIncludePrerelease
. When set to true theCheck
andValidate
methods will include prereleases.>1.0.0-beta.1 < 2
. In the past this would not have included prereleases because each constraint needed to have a prerelease. Now, only one constraint needs to have a prerelease. This is considered a long standing bug fix. Note, this does not carry across OR groups. For example,>1.0.0-beta.1 < 2 || > 3
. In this case, prereleases will not be included when evaluating against>3
.NewVersion
coercion with leading "0"'s is restored. This can be disabled by setting the package level propertyCoerceNewVersion
tofalse
.What's Changed
New Contributors
Full Changelog: Masterminds/semver@v3.3.1...v3.4.0
spf13/afero (github.com/spf13/afero)
v1.14.0
Compare Source
What's Changed
Full Changelog: spf13/afero@v1.13.0...v1.14.0
v1.13.0
Compare Source
What's Changed
New Contributors
Full Changelog: spf13/afero@v1.12.0...v1.13.0
urfave/cli (github.com/urfave/cli/v2)
v2.27.7
Compare Source
What's Changed
Full Changelog: urfave/cli@v2.27.6...v2.27.7
v2.27.6
Compare Source
What's Changed
Full Changelog: urfave/cli@v2.27.5...v2.27.6
github/codeql-action (github/codeql-action)
v3.29.2
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.29.2 - 30 Jun 2025
quality-queries
input for theinit
action is provided with an argument, separate.quality.sarif
files are produced and uploaded for each language with the results of the specified queries. Do not use this in production as it is part of an internal experiment and subject to change at any time. #2935See the full CHANGELOG.md for more information.
v3.29.1
Compare Source
v3.29.0
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.29.0 - 11 Jun 2025
See the full CHANGELOG.md for more information.
v3.28.19
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.19 - 03 Jun 2025
actions
language, which is currently in public preview.The
actions
extractor has been included in the CodeQL CLI since v2.20.6. If your workflow has enabled theactions
language and you have pinnedyour
tools:
property to a specific version of the CodeQL CLI earlier than v2.20.6, you will need to update to at least CodeQL v2.20.6 or disableactions
analysis.See the full CHANGELOG.md for more information.
v3.28.18
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.18 - 16 May 2025
CODEQL_THREADS
andCODEQL_RAM
runner environment variables. If set, these environment variables override thethreads
andram
inputs respectively. #2891See the full CHANGELOG.md for more information.
v3.28.17
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.17 - 02 May 2025
See the full CHANGELOG.md for more information.
v3.28.16
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.16 - 23 Apr 2025
See the full CHANGELOG.md for more information.
v3.28.15
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.15 - 07 Apr 2025
See the full CHANGELOG.md for more information.
v3.28.14
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.14 - 07 Apr 2025
See the full CHANGELOG.md for more information.
v3.28.13
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.13 - 24 Mar 2025
No user facing changes.
See the full CHANGELOG.md for more information.
v3.28.12
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.12 - 19 Mar 2025
build-mode: none
extractions. This should speed up workflows and avoid inconsistent alerts in some cases.See the full CHANGELOG.md for more information.
v3.28.11
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.11 - 07 Mar 2025
See the full CHANGELOG.md for more information.
reviewdog/action-golangci-lint (reviewdog/action-golangci-lint)
v2.8.0
Compare Source
v2.8.0: PR #779 - fix: migrate to golangci-lint v2
v2.7.2
Compare Source
What's Changed
Full Changelog: reviewdog/action-golangci-lint@v2.7.1...v2.7.2
v2.7.1
Compare Source
v2.7.1: PR #768 - Pin GitHub Actions with commit SHA using pinact
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 is behind base branch, 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.