-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
fix(deps): update dependencies #772
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/dependencies
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/dependencies
branch
from
June 1, 2024 21:24
ed3af90
to
2039bd9
Compare
renovate
bot
changed the title
fix(deps): update dependency sonaranalyzer.csharp to v9.26.0.92422
fix(deps): update dependencies
Jun 1, 2024
renovate
bot
force-pushed
the
renovate/dependencies
branch
2 times, most recently
from
June 11, 2024 12:55
52a5d08
to
d9eb520
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
3 times, most recently
from
June 26, 2024 16:35
d8a6622
to
b9022a9
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
2 times, most recently
from
July 1, 2024 22:10
b6e47ab
to
5a0f4af
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
3 times, most recently
from
July 12, 2024 11:02
0f84c16
to
f43b4e7
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
2 times, most recently
from
July 25, 2024 08:44
bdb427e
to
7c5a8d0
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
3 times, most recently
from
August 13, 2024 00:34
1313458
to
36a3ac2
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
3 times, most recently
from
August 15, 2024 20:04
e167398
to
3a1a57d
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
2 times, most recently
from
August 23, 2024 06:50
723cc18
to
1ca8fcf
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
6 times, most recently
from
September 10, 2024 08:43
d6efd83
to
c0aaebb
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
from
September 13, 2024 18:53
c0aaebb
to
9ce7814
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
5 times, most recently
from
September 27, 2024 21:55
92d62bb
to
ac3df50
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
2 times, most recently
from
October 8, 2024 16:38
771e413
to
5473eef
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
from
October 11, 2024 22:18
5473eef
to
13b59d0
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
2 times, most recently
from
October 25, 2024 22:33
68f860d
to
d92ad13
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
from
November 9, 2024 00:43
d92ad13
to
1f0daa3
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
2 times, most recently
from
November 20, 2024 01:08
37fddd7
to
5a2fbe8
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
from
November 20, 2024 05:00
5a2fbe8
to
5c5a5f2
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:
14.0.2
->14.0.12
4.9.2
->4.11.0
4.9.2
->4.11.0
4.9.2
->4.11.0
4.9.2
->4.11.0
4.9.2
->4.11.0
8.0.0
->8.0.1
8.0.0
->8.0.1
4.12.3
->4.12.9
9.25.1.91650
->9.32.0.97167
8.0.0
->8.0.1
Release Notes
kubernetes-client/csharp (KubernetesClient)
v14.0.12
What's Changed
InternalsVisibleTo
usage by @WeihanLi in https://github.com/kubernetes-client/csharp/pull/1577Full Changelog: kubernetes-client/csharp@v14.0.8...v14.0.12
dotnet/runtime (Microsoft.Extensions.Hosting)
v8.0.1
: .NET 8.0.1Release
dotnet/roslynator (Roslynator.Analyzers)
v4.12.9
Fixed
generate-doc
(PR, PR)Changed
list.FirstOrDefault(predicate)
tolist.Find(predicate)
.Performance gain is negligible and actually
FirstOrDefault
can be even faster on .NET 9 (see related issue for more details).v4.12.8
Fixed
generate-doc
(PR)v4.12.7
Fixed
Changed
v4.12.6
Added
Order
instead ofOrderBy
(PR)Fixed
v4.12.5
Fixed
Changed
Removed
v4.12.4
Fixed
SonarSource/sonar-dotnet (SonarAnalyzer.CSharp)
v9.32.0.97167
: 9.32Compare Source
This rule includes the promotion of 4 rules to Sonar-way, the deprecation of 1 rule and 2 FP fixes.
Rule Promotions and Deprecations
False Positive
v9.31.0.96804
: 9.31Compare Source
This release focuses on improving the SonarQube plugin for the .NET analyzers.
Improvements
v9.30.0.95878
: 9.30Compare Source
Hello, everyone. In this release, we worked on hardening our live variable analysis, which improved the analyzer's accuracy.
False Positives
v9.29.0.95321
: 9.29Compare Source
This release includes a lot of false positive and false negative fixes.
Improvements
as
False Positive
Deconstruct
methodsFalse Negative
v9.28.0.94264
: 9.28Compare Source
False Positive
DynamicallyAccessedMembers
attributecatch
orwhen
should LiveIn for all try blocksFalse Negative
v9.27.0.93347
: 9.27Compare Source
This release includes a ton of false positive and false negative fixes. We would also like to thank @sagi1623 for his contribution in #8464, which fixed three issues 🚀.
Improvements
False Positive
ref
propertyFalse Negative
~/
v9.26.0.92422
: 9.26Compare Source
New Rules
Bug Fixes
Improvements
False Positive
IRouteTemplateProvider
or inheriting from RouteAttributeFalse Negative
Configuration
📅 Schedule: Branch creation - "after 9pm,before 6am" in timezone Europe/Zurich, 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.