-
Notifications
You must be signed in to change notification settings - Fork 28
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 #1202
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.
+116
−116
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 #1202 +/- ##
=======================================
Coverage 56.87% 56.87%
=======================================
Files 599 599
Lines 32869 32869
=======================================
Hits 18695 18695
Misses 13538 13538
Partials 636 636 |
renovate
bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
from
October 4, 2024 14:05
4435c5d
to
51bf168
Compare
renovate
bot
changed the title
chore(deps): update github/codeql-action action to v3.26.11
chore(deps): update all non-major dependencies
Oct 4, 2024
renovate
bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
2 times, most recently
from
October 4, 2024 18:09
83e40a0
to
68afd11
Compare
renovate
bot
changed the title
chore(deps): update all non-major dependencies
fix(deps): update all non-major dependencies
Oct 4, 2024
ℹ 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
from
October 7, 2024 18:06
68afd11
to
49e4547
Compare
renovate
bot
changed the title
fix(deps): update all non-major dependencies
chore(deps): update all non-major dependencies
Oct 7, 2024
renovate
bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
9 times, most recently
from
October 18, 2024 18:36
bf81af0
to
cb95b50
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
8 times, most recently
from
October 25, 2024 17:27
967e802
to
041ae18
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
from
October 27, 2024 12:56
041ae18
to
d4b6f79
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
from
November 4, 2024 16:08
d4b6f79
to
84ecebe
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
from
November 7, 2024 21:52
84ecebe
to
ce8feca
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.2.0
->v4.2.2
v5.0.2
->v5.1.0
v1.19.1
->v1.19.3
v2.1.1
->v2.1.2
v1.20.4
->v1.20.5
v9.6.1
->v9.7.0
v2.27.4
->v2.27.5
v3.26.10
->v3.27.0
v0.55.0
->v0.56.0
v0.55.0
->v0.56.0
v0.55.0
->v0.56.0
v1.30.0
->v1.31.0
v1.30.0
->v1.31.0
v1.30.0
->v1.31.0
v1.30.0
->v1.31.0
v1.30.0
->v1.31.0
v0.27.0
->v0.28.0
v0.23.0
->v0.24.0
v0.8.0
->v0.9.0
v0.6.0
->v0.8.0
v0.31.1
->v0.31.2
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
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
adhocore/gronx (github.com/adhocore/gronx)
v1.19.3
: Version v1.19.3 (OS portability)Compare Source
What's Changed
New Contributors
Full Changelog: adhocore/gronx@v1.19.2...v1.19.3
v1.19.2
: Version 1.19.2Compare Source
What's Changed
Full Changelog: adhocore/gronx@v1.19.1...v1.19.2
lestrrat-go/jwx (github.com/lestrrat-go/jwx/v2)
v2.1.2
Compare Source
What's Changed
New Contributors
Full Changelog: lestrrat-go/jwx@v2.1.1...v2.1.2
prometheus/client_golang (github.com/prometheus/client_golang)
v1.20.5
: / 2024-10-15Compare Source
We decided to revert the
testutil
change that made our util functions less error-prone, but created a lot of work for our downstream users. Apologies for the pain! This revert should not cause any major breaking change, even if you already did the work--unless you depend on the exact error message.Going forward, we plan to reinforce our release testing strategy [1],[2] and deliver an enhanced
testutil
package/module with more flexible and safer APIs.Thanks to @dashpole @dgrisonnet @kakkoyun @ArthurSens @vesari @logicalhan @krajorama @bwplotka who helped in this patch release! 🤗
Changelog
[BUGFIX] testutil: Reverted #1424; functions using compareMetricFamilies are (again) only failing if filtered metricNames are in the expected input. #1645
redis/go-redis (github.com/redis/go-redis/v9)
v9.7.0
: 9.7.0Compare Source
Changes
🚀 New Features
🛠️ Improvements
We're glad to announce that we added a search and query support in the current release.
🧰 Maintenance
Contributors
We'd like to thank all the contributors who worked on this release!
@andy-stark-redis, @ipechorin, @ofekshenawa and @vladvildanov
v9.6.2
: 9.6.2Compare Source
Changes
🐛 Bug Fixes
Contributors
We'd like to thank all the contributors who worked on this release!
@ofekshenawa @vladvildanov @rentziass
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.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
open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)
v1.31.0
: /v0.53.0/v0.7.0/v0.0.10Compare Source
Added
go.opentelemetry.io/otel/sdk/metric/exemplar
package which includesExemplar
,Filter
,TraceBasedFilter
,AlwaysOnFilter
,HistogramReservoir
,FixedSizeReservoir
,Reservoir
,Value
andValueType
types. These will be used for configuring the exemplar reservoir for the metrics sdk. (#5747, #5862)WithExportBufferSize
option to log batch processor.(#5877)Changed
go.opentelemetry.io/otel/sdk/metric
. Exemplars can be disabled by settingOTEL_METRICS_EXEMPLAR_FILTER=always_off
(#5778)Logger.Enabled
ingo.opentelemetry.io/otel/log
now accepts a newly introducedEnabledParameters
type instead ofRecord
. (#5791)FilterProcessor.Enabled
ingo.opentelemetry.io/otel/sdk/log/internal/x
now acceptsEnabledParameters
instead ofRecord
. (#5791)Record
type ingo.opentelemetry.io/otel/log
is no longer comparable. (#5847)SetAttributes
method inSpan
. (#5864)Event
andLink
lists inSpan
. (#5858)AddEvent
,AddLink
,RecordError
andEnd
methods inSpan
. (#5874)Deprecated
go.opentelemetry.io/otel/example
as they are moved to Contrib repository. (#5854)Fixed
FixedSize
exemplar reservoirs identified in #5814 is resolved. (#5819)reflect.TypeOf
to use a nil pointer to not allocate on the heap unless necessary. (#5827)kubernetes/apimachinery (k8s.io/apimachinery)
v0.31.2
Compare Source
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.