-
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
Update NuGet Packages - Minor Updates #157
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/nuget-packages-minor-updates
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.
Open
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
renovate
bot
force-pushed
the
renovate/nuget-packages-minor-updates
branch
from
April 28, 2024 02:33
a6e5ce5
to
fb522e4
Compare
renovate
bot
force-pushed
the
renovate/nuget-packages-minor-updates
branch
from
May 7, 2024 09:47
fb522e4
to
78a9a45
Compare
renovate
bot
force-pushed
the
renovate/nuget-packages-minor-updates
branch
from
May 10, 2024 11:08
78a9a45
to
f439b96
Compare
renovate
bot
force-pushed
the
renovate/nuget-packages-minor-updates
branch
from
May 13, 2024 07:17
f439b96
to
de2a413
Compare
renovate
bot
force-pushed
the
renovate/nuget-packages-minor-updates
branch
from
May 17, 2024 02:56
de2a413
to
8b76ca0
Compare
renovate
bot
force-pushed
the
renovate/nuget-packages-minor-updates
branch
from
May 18, 2024 17:36
8b76ca0
to
9995d8c
Compare
renovate
bot
force-pushed
the
renovate/nuget-packages-minor-updates
branch
from
May 22, 2024 15:52
9995d8c
to
48665c3
Compare
renovate
bot
force-pushed
the
renovate/nuget-packages-minor-updates
branch
from
May 23, 2024 16:24
48665c3
to
e99bd98
Compare
renovate
bot
force-pushed
the
renovate/nuget-packages-minor-updates
branch
from
December 22, 2024 16:28
9eabfbe
to
3292541
Compare
renovate
bot
force-pushed
the
renovate/nuget-packages-minor-updates
branch
from
December 26, 2024 15:42
3292541
to
25ec05c
Compare
renovate
bot
force-pushed
the
renovate/nuget-packages-minor-updates
branch
from
December 28, 2024 20:17
25ec05c
to
9d6cb43
Compare
renovate
bot
force-pushed
the
renovate/nuget-packages-minor-updates
branch
from
December 28, 2024 22:53
9d6cb43
to
5082296
Compare
renovate
bot
force-pushed
the
renovate/nuget-packages-minor-updates
branch
from
December 31, 2024 01:46
5082296
to
a24c24a
Compare
renovate
bot
force-pushed
the
renovate/nuget-packages-minor-updates
branch
from
January 8, 2025 18:39
a24c24a
to
464ba01
Compare
renovate
bot
force-pushed
the
renovate/nuget-packages-minor-updates
branch
from
January 9, 2025 19:30
464ba01
to
714bed4
Compare
renovate
bot
force-pushed
the
renovate/nuget-packages-minor-updates
branch
from
January 10, 2025 18:26
714bed4
to
80f6f2f
Compare
renovate
bot
force-pushed
the
renovate/nuget-packages-minor-updates
branch
from
January 20, 2025 02:05
80f6f2f
to
40bec29
Compare
renovate
bot
force-pushed
the
renovate/nuget-packages-minor-updates
branch
from
January 26, 2025 08:38
40bec29
to
5fbff8a
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:
6.12.0
->6.12.2
0.31.0
->0.34.1
9.3.1
->9.5.0
13.9.0
->13.9.14
2.0.149
->2.0.186
8.0.0
->8.0.1
8.0.1
->8.0.2
17.9.0
->17.12.0
5.1.0
->5.3.0
4.1.0
->4.3.2
4.1.0
->4.6.0
4.5.0
->4.6.0
0.48.0
->0.49.1
0.48.0
->0.49.1
0.48.0
->0.49.1
21.0.2
->21.2.8
6.0.2
->6.0.4
Release Notes
fluentassertions/fluentassertions (FluentAssertions)
v6.12.2
Compare Source
What's Changed
Others
Full Changelog: fluentassertions/fluentassertions@6.12.1...6.12.2
v6.12.1
Compare Source
What's Changed
Improvements
BeEmpty()
andBeNullOrEmpty()
performance forIEnumerable<T>
, by materializing only the first item - #2530Fixes
DateTimeOffset
withBeWithin(...).Before(...)
- #2312BeEquivalentTo
will now find and can map subject properties that are implemented through an explicitly-implemented interface - #2152because
andbecauseArgs
were not passed down the equivalency tree - #2318BeEquivalentTo
can again compare a non-genericIDictionary
with a generic one - #2358FormattingOptions
were not respected in innerAssertionScope
- #2329true
andfalse
in failure messages and make them formattable to a customBooleanFormatter
- #2390, #2393NotBeOfType
when wrapped in anAssertionScope
and the subject is null - #2399BeWritable
/BeReadable
when wrapped in anAssertionScope
and the subject is read-only/write-only - #2399ThrowExactly[Async]
when wrapped in anAssertionScope
and no exception is thrown - #2398[Not]HaveExplicitProperty
when wrapped in anAssertionScope
and not implementing the interface - #2403[Not]HaveExplicitMethod
when wrapped in anAssertionScope
and not implementing the interface - #2403BeEquivalentTo
to excludeprivate protected
members from the comparison - #2417BeEquivalentTo
on an emptyArraySegment
- #2445, #2511BeEquivalentTo
with a custom comparer can now handle null values - #2489AssertionScope(context)
create a chained context - #2607AssertionScope
constructor would not create an actual scope associated with the thread - #2607ThrowWithinAsync
not respectingOperationCanceledException
- #2614BeEquivalentTo
with anIEqualityComparer
targeting nullable types - #2648Full Changelog: fluentassertions/fluentassertions@6.12.0...6.12.1
fluentassertions/fluentassertions.analyzers (FluentAssertions.Analyzers)
v0.34.1
What's Changed
Full Changelog: fluentassertions/fluentassertions.analyzers@v0.33.0...v0.34.1
v0.33.0
: 0.33.0What's Changed
Full Changelog: fluentassertions/fluentassertions.analyzers@v0.32.0...v0.33.0
v0.32.0
: 0.32.0What's Changed
New Docs
see https://github.com/fluentassertions/fluentassertions.analyzers?tab=readme-ov-file#docs
Full Changelog: fluentassertions/fluentassertions.analyzers@v0.31.0...v0.32.0
graphql-dotnet/parser (GraphQL-Parser)
v9.5.0
Compare Source
What's Changed
Full Changelog: graphql-dotnet/parser@9.4.0...9.5.0
v9.4.0
Compare Source
What's Changed
Full Changelog: graphql-dotnet/parser@9.3.1...9.4.0
ChilliCream/graphql-platform (HotChocolate.AspNetCore)
v13.9.14
Compare Source
Full Changelog: ChilliCream/graphql-platform@13.9.13...13.9.14
v13.9.13
Compare Source
Full Changelog: ChilliCream/graphql-platform@13.9.12...13.9.13
v13.9.12
Compare Source
Full Changelog: ChilliCream/graphql-platform@13.9.11...13.9.12
v13.9.11
Compare Source
Full Changelog: ChilliCream/graphql-platform@13.9.10...13.9.11
v13.9.10
Compare Source
What's Changed
Full Changelog: ChilliCream/graphql-platform@13.9.9...13.9.10
v13.9.9
Compare Source
What's Changed
Full Changelog: ChilliCream/graphql-platform@13.9.8...13.9.9
v13.9.8
Compare Source
Full Changelog: ChilliCream/graphql-platform@13.9.7...13.9.8
v13.9.7
Compare Source
What's Changed
Full Changelog: ChilliCream/graphql-platform@13.9.6...13.9.7
v13.9.6
Compare Source
What's Changed
Full Changelog: ChilliCream/graphql-platform@13.9.5...13.9.6
v13.9.5
Compare Source
What's Changed
Full Changelog: ChilliCream/graphql-platform@13.9.4...13.9.5
v13.9.4
Compare Source
What's Changed
Full Changelog: ChilliCream/graphql-platform@13.9.3...13.9.4
v13.9.3
Compare Source
Full Changelog: ChilliCream/graphql-platform@13.9.2...13.9.3
v13.9.2
Compare Source
Full Changelog: ChilliCream/graphql-platform@13.9.1...13.9.2
v13.9.1
Compare Source
Full Changelog: ChilliCream/graphql-platform@13.9.0...13.9.1
meziantou/Meziantou.Analyzer (Meziantou.Analyzer)
v2.0.186
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.186
What's Changed
New Contributors
Full Changelog: meziantou/Meziantou.Analyzer@2.0.185...2.0.186
v2.0.185
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.185
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.184...2.0.185
v2.0.184
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.184
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.183...2.0.184
v2.0.183
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.183
Full Changelog: meziantou/Meziantou.Analyzer@2.0.182...2.0.183
v2.0.182
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.182
Full Changelog: meziantou/Meziantou.Analyzer@2.0.181...2.0.182
v2.0.181
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.181
What's Changed
New Contributors
Full Changelog: meziantou/Meziantou.Analyzer@2.0.180...2.0.181
v2.0.180
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.180
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.179...2.0.180
v2.0.179
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.179
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.178...2.0.179
v2.0.178
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.178
Full Changelog: meziantou/Meziantou.Analyzer@2.0.177...2.0.178
v2.0.177
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.177
Full Changelog: meziantou/Meziantou.Analyzer@2.0.176...2.0.177
v2.0.176
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.176
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.175...2.0.176
v2.0.175
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.175
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.174...2.0.175
v2.0.174
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.174
Full Changelog: meziantou/Meziantou.Analyzer@2.0.173...2.0.174
v2.0.173
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.173
Full Changelog: meziantou/Meziantou.Analyzer@2.0.172...2.0.173
v2.0.172
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.172
Full Changelog: meziantou/Meziantou.Analyzer@2.0.171...2.0.172
v2.0.171
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.171
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.170...2.0.171
v2.0.170
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.170
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.169...2.0.170
v2.0.169
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.169
What's Changed
New Contributors
Full Changelog: meziantou/Meziantou.Analyzer@2.0.168...2.0.169
v2.0.168
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.168
Full Changelog: meziantou/Meziantou.Analyzer@2.0.167...2.0.168
v2.0.167
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.167
Full Changelog: meziantou/Meziantou.Analyzer@2.0.166...2.0.167
v2.0.166
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.166
Full Changelog: meziantou/Meziantou.Analyzer@2.0.165...2.0.166
v2.0.165
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.165
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.164...2.0.165
v2.0.164
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.164
Full Changelog: meziantou/Meziantou.Analyzer@2.0.163...2.0.164
v2.0.163
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.163
Full Changelog: meziantou/Meziantou.Analyzer@2.0.162...2.0.163
v2.0.162
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.162
Full Changelog: meziantou/Meziantou.Analyzer@2.0.161...2.0.162
v2.0.161
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.161
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.160...2.0.161
v2.0.160
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.160
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.159...2.0.160
v2.0.159
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.159
Full Changelog: meziantou/Meziantou.Analyzer@2.0.158...2.0.159
v2.0.158
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.158
Full Changelog: meziantou/Meziantou.Analyzer@2.0.157...2.0.158
v2.0.157
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.157
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.156...2.0.157
v2.0.156
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.156
Full Changelog: meziantou/Meziantou.Analyzer@2.0.155...2.0.156
v2.0.155
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.155
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.154...2.0.155
v2.0.154
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.154
What's Changed
New Contributors
Full Changelog: meziantou/Meziantou.Analyzer@2.0.153...2.0.154
v2.0.153
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.153
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.152...2.0.153
v2.0.152
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.152
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.151...2.0.152
v2.0.151
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.151
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.150...2.0.151
v2.0.150
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.150
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.149...2.0.150
dotnet/runtime (Microsoft.Extensions.Hosting)
v8.0.1
: .NET 8.0.1Release
microsoft/vstest (Microsoft.NET.Test.Sdk)
v17.12.0
What's Changed
Internal and infrastructure fixes:
Configuration
📅 Schedule: Branch creation - "before 9am on Friday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.