-
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
chore(deps): update all non-major dependencies #86
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/all-minor-patch-digest-pin
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.
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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #86 +/- ##
==========================================
+ Coverage 25.69% 31.93% +6.24%
==========================================
Files 7 7
Lines 362 526 +164
==========================================
+ Hits 93 168 +75
- Misses 267 356 +89
Partials 2 2 |
renovate
bot
changed the title
chore(deps): update dependency gohugoio/hugo to v0.134.1
chore(deps): update all non-major dependencies
Sep 7, 2024
renovate
bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
3 times, most recently
from
September 13, 2024 14:34
5a7cdba
to
8ad29b1
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
4 times, most recently
from
September 25, 2024 18:42
026fb4d
to
c0f077b
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
4 times, most recently
from
October 2, 2024 19:45
896b235
to
a5b1e95
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
3 times, most recently
from
October 7, 2024 19:05
c61c91d
to
9b183e4
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
5 times, most recently
from
October 17, 2024 15:44
743aa74
to
2071b43
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
5 times, most recently
from
October 24, 2024 14:42
851275e
to
878fcb9
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
from
November 4, 2024 20:31
878fcb9
to
83f1fad
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
5 times, most recently
from
November 12, 2024 12:28
4782af1
to
eeba32a
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
from
November 12, 2024 22:29
eeba32a
to
3ba5f04
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:
v4.1.7
->v4.2.2
v5.0.2
->v5.1.0
3.20.2
->3.20.3
3.20.2
->3.20.3
v4.5.0
->v4.6.0
v0.24.0
->v0.25.1
v2.27.4
->v2.27.5
v3.26.6
->v3.27.3
0.134.0
->0.138.0
Release Notes
actions/checkout (actions/checkout)
v4.2.2
Compare Source
url-helper.ts
now leverages well-known environment variables by @jww3 in https://github.com/actions/checkout/pull/1941isGhes
by @jww3 in https://github.com/actions/checkout/pull/1946v4.2.1
Compare Source
v4.2.0
Compare Source
actions/setup-go (actions/setup-go)
v5.1.0
Compare Source
What's Changed
This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts.
Note: This change may break previous cache keys as they will no longer be compatible with the new format.
Bug Fixes
isGhes
logic by @jww3 in https://github.com/actions/setup-go/pull/511New Contributors
Full Changelog: actions/setup-go@v5...v5.1.0
codecov/codecov-action (codecov/codecov-action)
v4.6.0
Compare Source
What's Changed
versionInfo
by @marcobiedermann in https://github.com/codecov/codecov-action/pull/1407evenName
in the logs correctly by @webknjaz in https://github.com/codecov/codecov-action/pull/1560New Contributors
Full Changelog: codecov/codecov-action@v4.5.0...v4.6.0
go-vela/types (github.com/go-vela/types)
v0.25.1
Compare Source
What's Changed
Full Changelog: go-vela/types@v0.25.0...v0.25.1
v0.25.0
Compare Source
What's Changed
Full Changelog: go-vela/types@v0.24.0...v0.25.0
urfave/cli (github.com/urfave/cli/v2)
v2.27.5
Compare Source
What's Changed
UseShortOptionHandling
description by @BlackHole1 in https://github.com/urfave/cli/pull/1956Full Changelog: urfave/cli@v2.27.4...v2.27.5
github/codeql-action (github/codeql-action)
v3.27.3
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
Note that the only difference between
v2
andv3
of the CodeQL Action is the node version they support, withv3
running on node 20 while we continue to releasev2
to support running on node 16. For example3.22.11
was the firstv3
release and is functionally identical to2.22.11
. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.3.27.3 - 12 Nov 2024
No user facing changes.
See the full CHANGELOG.md for more information.
v3.27.2
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
Note that the only difference between
v2
andv3
of the CodeQL Action is the node version they support, withv3
running on node 20 while we continue to releasev2
to support running on node 16. For example3.22.11
was the firstv3
release and is functionally identical to2.22.11
. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.3.27.2 - 12 Nov 2024
See the full CHANGELOG.md for more information.
v3.27.1
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
Note that the only difference between
v2
andv3
of the CodeQL Action is the node version they support, withv3
running on node 20 while we continue to releasev2
to support running on node 16. For example3.22.11
was the firstv3
release and is functionally identical to2.22.11
. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.3.27.1 - 08 Nov 2024
See the full CHANGELOG.md for more information.
v3.27.0
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
Note that the only difference between
v2
andv3
of the CodeQL Action is the node version they support, withv3
running on node 20 while we continue to releasev2
to support running on node 16. For example3.22.11
was the firstv3
release and is functionally identical to2.22.11
. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.3.27.0 - 22 Oct 2024
upload-sarif
Action would fail with "upload-sarif post-action step failed: Input required and not supplied: token" when called in a composite Action that had a different set of inputs to the ones expected by theupload-sarif
Action. #2557See the full CHANGELOG.md for more information.
v3.26.13
Compare Source
v3.26.12
Compare Source
v3.26.11
Compare Source
v3.26.10
Compare Source
v3.26.9
Compare Source
v3.26.8
Compare Source
v3.26.7
Compare Source
gohugoio/hugo (gohugoio/hugo)
v0.138.0
Compare Source
This release soft deprecates Page.Scratch and aliases it to Page.Store. The only difference between the two has been that the
Page.Scratch
was reset on rebuilds, which becomes problematic when state is written by cached content (typically.Content
). The original motivation behind adding a new and not changing the existing method was to avoid breakage, but in hind-sight, it would have fixed more than it broke.This release also includes a fix for a data race that I, @bep, introduced in
v0.137.0
.What's Changed
95e2d5b
@bep #130192c3efc8
@bep #13016v0.137.1
Compare Source
What's Changed
ca4fc58
@bep4faaaf9
@bep #1301394b46c3
@bep #130092b0b3b8
@bep #13012801035b
@jmooring #13010v0.137.0
Compare Source
Note that we have no longer build the deploy feature in the standard and extended archives. If you need that, download archives with
withdeploy
in the filename. See instalation for details. You can read #12994 for more on the motivation behind this, but for one, it shaves off about 40% of the binary size.Bug fixes
30d9aea
@bep #130041f23b49
@bep #12854 #12998e10915f
@bepImprovements
fcdc454
@bep #12912 #130076cf23bf
@bep #1299762a96ce
@bep #12997889308d
@jmooring #1296172352f2
@jmooring89bd025
@bep #12994 #12994Dependency Updates
e3304db
@bep62567d3
@bepDocumentation
5fc1639
@jmooring1ec6fa3
@bepv0.136.5
Compare Source
Fix stuck server error issues
cb6e27b
@bep #11378v0.136.4
Compare Source
What's Changed
5bbe95f
@jmooring #12977v0.136.3
Compare Source
What's Changed
88d598a
@dvdksn #12971 #12970352be5b
@bepd37606d
@jmooring #12962f5e54d9
@bep42f37b4
@bep #12964v0.136.2
Compare Source
What's Changed
b5852d0
@dvdksn #12956 #12957 #12960v0.136.1
Compare Source
What's Changed
e4ad0c5
@bep #12954a2f666b
@bep #12948b1b3bbc
@jmooring #12945v0.136.0
Compare Source
Note that we have much improved the Dockerfile and image this release. But this also means a slightly different way of setting it up. Improved documentation will come soon, but see
41f69a7
#12920 #12885 #12921.Bug fixes
ea633dd
@akkuman #12926Improvements
6e1c5b6
@bep #12918e7d0757
@n1xx1 #129186b5e117
@Hasaber8 #1289721366e0
@bep #1292657151a5
@jmooring #126665bb22b6
@jvns #122694a79956
@dvdksn0398458
@chalin5b0b663
@jmooring3f68309
@jmooring #12906ab03588
@jmooring #128980450d69
@bep #113911158e63
@jmooring #12886d1ba52f
@jmooringDependency Updates
4985be1
@dependabot[bot]db653a8
@dependabot[bot]05bbd2c
@dependabot[bot]9b63552
@dependabot[bot]3223a65
@dependabot[bot]bc6fc47
@dependabot[bot]ffb41d1
@dependabot[bot]Documentation
5db27b1
@bepb7d62d7
@bepv0.135.0
Compare Source
This is a small release, the main motivation was to finally ... drum roll ... get a tagged Hugo Docker image published. Big thanks to @bmanth60 for the tip that solved this issue.
Improvements
4c02a52
@jmooring #10717da72ac2
@bep #128800ea796d
@jmooringDependency Updates
12c9ce3
@dependabot[bot]47b0555
@dependabot[bot]e56ea40
@dependabot[bot]578442f
@dependabot[bot]1e690c0
@khayyamsaleem #12827Build Setup
0d390d7
@bep #12753v0.134.3
Compare Source
e07028c
@bep22a9f3f
@bep #11458e363964
@bep #11458c260cb2
@David-Else #12677e079145
@bep5b442b3
@jmooring #128512bc2765
@jmooring #1284928f621d
@bepv0.134.2
Compare Source
What's Changed
3d6baed
@bep #12837v0.134.1
Compare Source
What's Changed
66a3a11
@bep #128288f2eac0
@bep [#12822](https://redirect.github.com/gohugoio/hugo/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.