-
Notifications
You must be signed in to change notification settings - Fork 8
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 #920
Merged
Merged
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
February 13, 2024 15:28
3d83fcf
to
44ff29f
Compare
renovate
bot
changed the title
fix(deps): update dependency bouncycastle.cryptography to v2.3.0
fix(deps): update dependencies
Feb 13, 2024
renovate
bot
force-pushed
the
renovate/dependencies
branch
4 times, most recently
from
February 22, 2024 09:34
a42dbbc
to
ca65223
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
from
March 4, 2024 16:48
ca65223
to
4f94a77
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
2 times, most recently
from
March 13, 2024 20:16
64166a9
to
631b637
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
3 times, most recently
from
March 25, 2024 16:27
c5e8af5
to
e8ce8f0
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
3 times, most recently
from
April 2, 2024 16:41
a8ecd24
to
375940e
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
3 times, most recently
from
April 15, 2024 23:21
878e86a
to
20bbec8
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
2 times, most recently
from
April 23, 2024 22:02
dc780e4
to
5dcf776
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
3 times, most recently
from
May 10, 2024 21:24
f7b291d
to
febc444
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
from
May 14, 2024 15:12
febc444
to
57cf0f7
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
4 times, most recently
from
May 27, 2024 10:49
2df4447
to
ef73025
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
from
June 26, 2024 16:05
acea6a1
to
6cb2551
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
3 times, most recently
from
July 12, 2024 10:48
6699711
to
88ab3e7
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
2 times, most recently
from
July 23, 2024 11:05
372c847
to
babfe7f
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
2 times, most recently
from
July 31, 2024 16:49
c5a46ea
to
7eee772
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
2 times, most recently
from
August 13, 2024 13:56
487e81c
to
1ee617e
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
from
August 14, 2024 11:16
1ee617e
to
8e67a9f
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
2 times, most recently
from
August 28, 2024 22:13
702be3f
to
a4dd5ab
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
3 times, most recently
from
September 18, 2024 22:19
432cbcb
to
048e619
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
2 times, most recently
from
September 23, 2024 16:44
2671f92
to
cf2c1a6
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
2 times, most recently
from
October 8, 2024 14:21
27f0e59
to
c2ed03e
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
from
October 11, 2024 19:14
c2ed03e
to
9a420c2
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
3 times, most recently
from
October 28, 2024 07:21
f311f13
to
2c12e9a
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
from
October 28, 2024 07:33
2c12e9a
to
461a852
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
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:
3.28.2
->3.28.3
4.10.0
->4.12.9
9.19.0.84025
->9.32.0.97167
Release Notes
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
v4.12.3
Fixed
roslynator analyze --include/--exclude
(PR)v4.12.2
Fixed
slnf
files (PR)--severity-level
(PR)v4.12.1
Changed
Last()
to[]
(RCS1246) (PR)Fixed
ILanguageService
(PR)v4.12.0
Added
Fixed
UnityEngine.SerializeField
attribute (PR)v4.11.0
Added
items.Select(selector).Average()
=>items.Average(selector)
items.Select(selector).Sum()
=>items.Sum(selector)
Fixed
var
are involved (PR by @jroessel)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
v9.25.1.91650
: 9.25.1Compare Source
The latest Roslyn compiler version changes the way Razor files are compiled, and this hotfix release takes care of these changes. For more information check this issue.
Bug Fixes
v9.25.0.90414
: 9.25Compare Source
Hello everyone,
This release comes with seven new rules for ASP.NET core alongside some improvements.
Enjoy!
New Rules
Bug Fixes
False Positive
Improvements
Rule deprecations and deletions
v9.24.0.89429
: 9.24Compare Source
Hey everyone,
This release contains one new ASP.NET Rule (S6961) and several general improvements and fixes. Enjoy!
Improvements
Bug Fixes
False Positive
False Negative
v9.23.2.88755
: 9.23.2Compare Source
Hello, everyone!
Today we are doing a bug fix release that also addresses a couple of false positives. We deprecated VB support for S6931 and removed the rule from the "Sonar Way" quality profile for VB.
Special thanks to @Corniel for fixing #9019!
Bug fix
Improvements
False Positive
PropertyReference
does not learn from the underlying symbolv9.23.1.88495
: 9.23.1Compare Source
Bug Fixes
False Positive
v9.23.0.88079
: 9.23Compare Source
Hello everyone!
This release comes with two new rules for ASP.NET, false positive fixes, and other improvements.
A big thank you to @Corniel for their external contribution with #8898!
New Rules
False Positives
Other improvements and fixes
Array.Find
!
when transformingx == false
.v9.22.0.87781
: 9.22Compare Source
New Rules
private static readonly
[Non-SonarWay]False Positive
v9.21.0.86780
: 9.21Compare Source
New Rules
Improvements
Bug Fixes
False Positive
v9.20.0.85982
: 9.20Compare Source
Hey everyone!
This release brings a vast number of improvements. The main focus lies on improving the capabilities of our Symbolic Execution engine, which results in much more accurate findings. The biggest visible impact is a significant reduction in false positives around loops for the rules S2583 and S2589.
And a big thank you to @rcatley for their external contribution!
Bug Fixes
SonarAnalyzer.Rules.CSharp.SymbolicExecutionRunner
False Positive
False Negative
Improvements
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.