-
Notifications
You must be signed in to change notification settings - Fork 49
Update Safe Patch Updates #246
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
Closed
Closed
Conversation
This file contains hidden or 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
|
a64de5f
to
2d29cdc
Compare
165110d
to
041e0ea
Compare
f56eedd
to
8e5983b
Compare
8e5983b
to
f0efbf8
Compare
475292b
to
38f4d6c
Compare
e02c8ab
to
863b795
Compare
2cbd095
to
97f8afc
Compare
9ed9b52
to
1c62bb5
Compare
1c62bb5
to
90c29a2
Compare
Disabling Renovate |
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:
10.0.1
->10.0.10
3.7.402.17
->3.7.406.3
3.7.500.5
(+16)3.7.401.29
->3.7.402.9
3.7.500.5
(+16)1.14.0
->1.14.2
1.15.0
5.12.1
->5.12.2
1.15.0
->1.15.4
6.0.8
->6.0.36
9.0.0
->9.0.7
9.0.8
8.0.10
->8.0.18
8.0.19
6.0.1
->6.0.2
7.0.0-preview.2.22152.2
->7.0.0
8.0.0
->8.0.1
6.0.0
->6.0.1
13.0.1
->13.0.3
9.0.0
->9.0.7
9.0.8
v4.2.1
->v4.2.3
v4.2.4
0.4.3
->0.4.4
4.3.0
->4.3.1
0.3.5
->0.3.6
0.1.83
->0.1.88
0.1.81
->0.1.88
0.1.80
->0.1.88
0.4.38
->0.4.41
6.0.0
->6.0.4
0.99.18
->0.99.20
0.11.5
->0.11.8
0.11.6
->0.11.8
0.25.5
->0.25.6
0.25.8
(+1)0.115.5
->0.115.14
0.116.1
(+1)0.1.10
->0.1.12
0.3.30
->0.3.31
0.3.30
->0.3.31
v0.13.0
->v0.13.1
0.4.22
->0.4.27
0.4.21
->0.4.27
1.0.88
->1.0.95
1.0.96
1.0.209
->1.0.219
1.0.210
->1.0.219
1.0.215
->1.0.219
1.0.204
->1.0.219
1.0.162
->1.0.219
1.0.203
->1.0.219
1.0.128
->1.0.140
1.0.142
(+1)1.0.133
->1.0.140
1.0.142
(+1)1.0.121
->1.0.140
1.0.142
(+1)1.0.96
->1.0.140
1.0.142
(+1)1.0.117
->1.0.140
1.0.142
(+1)2.0.5
->2.0.12
1.0.63
->1.0.69
0.6.2
->0.6.6
0.1.40
->0.1.41
0.3.18
->0.3.19
25.04
->plucky-20250619
plucky-20250714
8.18.2
->8.18.3
2.22.1
->2.22.2
2.0.1
->2.0.17
2.0.1
->2.0.17
4.13.1
->4.13.2
2.3.17.Final
->2.3.18.Final
42.7.4
->42.7.7
2.7.3.Final
->2.7.4.Final
2.7.3.Final
->2.7.4.Final
2.7.3.Final
->2.7.4.Final
2.7.3.Final
->2.7.4.Final
2.7.3.Final
->2.7.4.Final
1.14.0
->1.14.1
1.14.2
Release Notes
aws/aws-sdk-net (AWSSDK.EventBridge)
v3.7.406.1
Compare Source
v3.7.406
v3.7.404
v3.7.403.1
Compare Source
v3.7.403
Azure/azure-sdk-for-net (Azure.Identity)
v1.14.2
Compare Source
1.14.2 (2025-07-10)
Other changes
Microsoft.Identity.Client
dependency to version 4.73.1v1.14.1
Compare Source
1.14.1 (2025-07-08)
Bugs Fixed
dapr/dotnet-sdk (Dapr.Client)
v1.15.4
What's Changed
This release fixes a reported issue regarding issues connecting (and reconnecting) to the scheduler when using .NET 9 and
Dapr.Workflows
.Full Changelog: dapr/dotnet-sdk@v1.15.3...v1.15.4
v1.15.3
What's Changed
Full Changelog: dapr/dotnet-sdk@v1.15.2...v1.15.3
v1.15.2
What's Changed
This allows for actor reminders to be properly deserialized even if the
Period
orTTL
fields includes a duration expression (e.g.@weekly
or@every 1.5h25s
). Do note that because of how the current Actors API is shaped, it requires deserialization to aTimeSpan
as opposed to how we approach this inDapr.Jobs
and deserialize all available formats to aDaprJobSchedule
. As a result, some of theTimeSpan
return values may not make a lot of sense; for example one can't really express@midnight
as a timespan despite being an allowed duration expression. Rather, this will deserialize asnew TimeSpan()
with all zeroed-out values.As later Dapr releases increasing target improvements to Actors, we'll look into opportunities to revisit this approach and make it more consistent with other Dapr APIs like the aforementioned
Dapr.Jobs
.Full Changelog: dapr/dotnet-sdk@v1.15.1...v1.15.2
v1.15.1
What's Changed
ConversationOptions
not accepting unsetConversationId
by @WhitWaldo in https://github.com/dapr/dotnet-sdk/pull/1480Full Changelog: dapr/dotnet-sdk@v1.15.0...v1.15.1
dotnet/aspnetcore (Microsoft.AspNetCore.Mvc.NewtonsoftJson)
v6.0.36
: .NET 6.0.36Release
What's Changed
ecc4e18
to9511905
by @dependabot in https://github.com/dotnet/aspnetcore/pull/58186ff233bd
to6dae7eb
by @dependabot in https://github.com/dotnet/aspnetcore/pull/58185Full Changelog: dotnet/aspnetcore@v6.0.35...v6.0.36
v6.0.35
: .NET 6.0.35Release
v6.0.33
: .NET 6.0.33Release
v6.0.32
: .NET 6.0.32Release
v6.0.31
: .NET 6.0.31Release
v6.0.30
: .NET 6.0.30Release
v6.0.29
: .NET 6.0.29Release
v6.0.28
: .NET 6.0.28Release
v6.0.27
: .NET 6.0.26Release
v6.0.26
: .NET 6.0.26Release
v6.0.25
: .NET 6.0.25Release
What's Changed
8a6feab
toe47544a
by @dependabot in https://github.com/dotnet/aspnetcore/pull/51049DragDrop_CanTrigger()
flakiness by @MackinnonBuck in https://github.com/dotnet/aspnetcore/pull/51142Full Changelog: dotnet/aspnetcore@v6.0.24...v6.0.25
v6.0.24
: .NET 6.0.24Release
v6.0.23
: .NET 6.0.23Release
v6.0.22
: .NET 6.0.22Release
v6.0.21
: .NET 6.0.21Release
v6.0.20
: .NET 6.0.20Release
v6.0.19
: .NET 6.0.19Release
v6.0.18
: .NET 6.0.18Release
v6.0.16
: .NET 6.0.16Release
v6.0.15
: .NET 6.0.15Release
v6.0.14
: .NET 6.0.14Release
v6.0.13
: .NET 6.0.13Release
v6.0.12
: .NET 6.0.12Release
v6.0.11
: .NET 6.0.11Release
v6.0.10
: .NET 6.0.10Release
v6.0.9
: .NET 6.0.9Release
dotnet/runtime (Microsoft.Extensions.Configuration.EnvironmentVariables)
v6.0.2
: .NET 6.0.2Release
JamesNK/Newtonsoft.Json (Newtonsoft.Json)
v13.0.3
Compare Source
v13.0.2
Compare Source
actions/cache (actions/cache)
v4.2.3
Compare Source
What's Changed
New Contributors
Full Changelog: actions/cache@v4.2.2...v4.2.3
v4.2.2
Compare Source
What's Changed
Full Changelog: actions/cache@v4.2.1...v4.2.2
actix/actix (actix-broker)
v0.4.4
: Actix 0.4.4Compare Source
Changes
Add
Clone
implementation forBox<Subscriber<M> + Send>
Stop stream polling if context is wating for future completion
Upgraded address stops working after all references are dropped #38
tokio-rs/async-stream (async-stream)
v0.3.6
Compare Source
dtolnay/async-trait (async-trait)
v0.1.88
Compare Source
v0.1.87
Compare Source
v0.1.86
Compare Source
v0.1.85
Compare Source
Self: 'async_trait
bound in impl when not needed by signature (#284)v0.1.84
Compare Source
impl Trait
in return type (#282)chronotope/chrono (chrono)
v0.4.41
Compare Source
What's Changed
subsec_micros
andsubsec_millis
methods toTimeDelta
by @ggoetz in https://github.com/chronotope/chrono/pull/1668NaiveDateTime::UNIX_EPOCH
by @robertbastian in https://github.com/chronotope/chrono/pull/1670as_seconds_f32
andas_seconds_f64
forTimeDelta
by @ggoetz in https://github.com/chronotope/chrono/pull/1671num_days_in_month
method toDatelike
trait by @aslilac in https://github.com/chronotope/chrono/pull/1673WeekdaySet
, a collection ofWeekday
that isCopy
by @Kinrany in https://github.com/chronotope/chrono/pull/1676v0.4.40
: 0.4.40Compare Source
What's Changed
write_to
forDelayedFormat
by @tugtugtug in https://github.com/chronotope/chrono/pull/1654v0.4.39
: 0.4.39Compare Source
What's Changed
from_timestamp_nanos()
by @sgoll in https://github.com/chronotope/chrono/pull/1591Configuration
📅 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.