Skip to content
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

build(deps): bump the all group with 7 updates #4

Merged
merged 1 commit into from
May 3, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2024

Bumps the all group with 7 updates:

Package From To
xunit 2.7.0 2.8.0
xunit.runner.visualstudio 2.5.7 2.8.0
Meziantou.Analyzer 2.0.146 2.0.150
Polyfill 4.2.0 5.2.2
Roslynator.Analyzers 4.12.0 4.12.2
SonarAnalyzer.CSharp 9.23.0.88079 9.24.0.89429
csharpier 0.27.3 0.28.2

Updates xunit from 2.7.0 to 2.8.0

Commits
  • be260b3 v2.8.0
  • a8ceb66 #783: Add -useansicolor flag to console runner (v2)
  • 7b0ff93 Don't show /aggressive with unlimited threads
  • 46cdf06 Support parallel algorithm in MSBuild runner
  • b4aa876 Support multipler syntax in MSBuild runner
  • 6790b48 Add aggressive display to TestFrameworkEnvironment reported by XunitTestAssem...
  • 3dd7e91 Update mocks to make CollectionBehaviorAttribute property values optional
  • 4c82dea Asking for default threads should set 0, not null
  • d73cdef Should not try to use a semaphore when we've been asked for unlimited threads
  • 3722e54 Enable multiplier style max threads support
  • Additional commits viewable in compare view

Updates xunit.runner.visualstudio from 2.5.7 to 2.8.0

Commits

Updates Meziantou.Analyzer from 2.0.146 to 2.0.150

Release notes

Sourced from Meziantou.Analyzer's releases.

2.0.150

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

2.0.149

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.149

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.148...2.0.149

2.0.148

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.148

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.147...2.0.148

2.0.147

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.147

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.146...2.0.147

Commits
  • 01206ef Add documentation for MA0156 and MA0157
  • b96e6f4 Add rules to validate method names for IAsyncEnumerable
  • b142bc9 Improve MA0155 to report async void local functions
  • 3f9828d New rule (disabled by default) to detect async void methods
  • 571aeb4 Fix formatting
  • 93adc00 Update all dependencies
  • c3e2bbe Document MA0010 is equivalent to CA1018
  • See full diff in compare view

Updates Polyfill from 4.2.0 to 5.2.2

Commits

Updates Roslynator.Analyzers from 4.12.0 to 4.12.2

Release notes

Sourced from Roslynator.Analyzers's releases.

v4.12.2

Fixed

  • [CLI] Fix loading of slnf files (PR)
  • [CLI] Fix --severity-level (PR)
  • Fix analyzer RCS1246 (PR)

v4.12.1

Changed

  • [CLI] Bump Roslyn to 4.9.2 (PR)
  • Convert Last() to [] (RCS1246) (PR)

Fixed

  • Fix analyzer RCS1077 (PR)
  • Fix export of ILanguageService (PR)
Changelog

Sourced from Roslynator.Analyzers's changelog.

[4.12.2] - 2024-04-23

Fixed

  • [CLI] Fix loading of slnf files (PR)
  • [CLI] Fix --severity-level (PR)
  • Fix analyzer RCS1246 (PR)

[4.12.1] - 2024-04-15

Changed

  • [CLI] Bump Roslyn to 4.9.2 (PR)
  • Convert Last() to [] (RCS1246) (PR)

Fixed

  • Fix analyzer RCS1077 (PR)
  • Fix export of ILanguageService (PR)
Commits

Updates SonarAnalyzer.CSharp from 9.23.0.88079 to 9.24.0.89429

Release notes

Sourced from SonarAnalyzer.CSharp's releases.

9.24

Hey everyone, This release contains one new ASP.NET Rule (S6961) and several general improvements and fixes. Enjoy!

Improvements

  • 9090 - [C#] New rule S6961 for C#: API Controllers should derive from ControllerBase instead of Controller
  • 8696 - Fix coverage aggregation from multiple reports
  • 9048 - Create SonarAnalyzer.CSharp.Styling project
  • 7774 - [C#, VB.NET] Fix S1144: Nested type constructor accessibility is wrong in the rule message
  • 8980 - Update RSPEC before 9.24 release

Bug Fixes

  • 9113 - [C#, VB.NET] AD0001: ArgumentNullException in SymbolicExecutionRunner
  • 8977 - [C#] CfgAllPathValidator AreAllSuccessorsValid Stack Overflow on Windows and error MSB6006 in Linux Codespaces

False Positive

  • 9063 - [C#, VB.NET] Fix S2094 FP: Should not raise for messages
  • 9062 - [C#, VB.NET] Fix S2094 FP: Documentation using the DefaultDocumentation package
  • 7591 - [C#, VB.NET] Fix S2094 FP: Implicit parameterless constructor widens the scope of the base class constructor
  • 8163 - [C#, VB.NET] Fix S3878 FP: Jagged arrays

False Negative

  • 6724 - [C#, VB.NET] Fix S1144 FN: Unused private getters and private setters
  • 6699 - [C#] Fix S1144 FN: Unused local functions

9.23.2

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

  • 9022 - S6931 and S6934 raises AD0001 warnings

Improvements

  • 9075 - Update RSPEC before 9.23.2 release

False Positive

  • 9011 - [C#] Fix S2094 FP: Primary constructor calling base class constructor
  • 8905 - [C#, VB.NET] Fix S2259 FP: PropertyReference does not learn from the underlying symbol

9.23.1

Bug Fixes

  • 8984 - Fix StackOverflow in CfgAllPathValidator.AreAllSuccessorsValid
  • 8991 - [C#, VB.NET] Fix TypeInitializationException in SymbolStartAnalysisContextWrapper

False Positive

  • 8532 - [C#, VB.NET] Fix S1144 FP: Do not raise on serializable members
Commits
  • eaaf96a New Rule T0017: Use short name for common types (#9150)
  • 39a552a New Rule T0016: Separate declarations by an empty line (#9147)
  • 5c249bb New Rule T0036: Do not activate a nullable context (#9171)
  • 2536ed3 New Rule T0004: Use Regex.SafeIsMatch (#9144)
  • 993671c New Rule T0012: Use null instead of default for reference types (#9140)
  • 96b281e New Rule T0009: Order the same member kind by its accessibility (#9136)
  • 85661b9 Delete S2353: Remove deprecated rule (#9176)
  • 621c8e4 Bump io.github.classgraph:classgraph from 4.8.170 to 4.8.172 (#9173)
  • cba739b Bump org.sonarsource.sonarqube:sonar-ws from 10.4.1.88267 to 10.5.0.89998 (#9...
  • 499eef5 New rule S6965 for C#: You should use HttpAttribute in API controller actions...
  • Additional commits viewable in compare view

Updates csharpier from 0.27.3 to 0.28.2

Release notes

Sourced from csharpier's releases.

0.28.2

What's Changed

Pipe to dotnet csharpier fails when subdirectory is inaccessible #1240

When running the following CSharpier would look for config files in subdirectories of the pwd. This could lead to exceptions if some of those directories were inaccessible.

echo "namespace Foo { public class Bar { public string Baz {get;set;}}}" | dotnet csharpier

Thanks go to @​jamesfoster for reporting the issue.

Full Changelog: belav/csharpier@0.28.1...0.28.2

0.28.1

What's Changed

Third party .editorconfig leading to: Error Failure parsing editorconfig files #1227

When CSharpier encountered an invalid .editorconfig file, it would throw an exception and not format files. These files could appear in 3rd party code (for example within node_modules). CSharpier now ignores invalid lines in .editorconfigs

Thanks go to @​K0Te for reporting the issue

Full Changelog: belav/csharpier@0.28.0...0.28.1

0.28.0

What's Changed

Fix dedented method call if there is a long chain #1154

In some cases of method chains, the first invocation would end up dedented.

// 0.27.3
o.Property.CallMethod(
    someParameter_____________________________,
    someParameter_____________________________
)
    .CallMethod()
    .CallMethod();
// 0.28.0
o.Property.CallMethod(
someParameter_____________________________,
someParameter_____________________________
)
.CallMethod()
.CallMethod();

Extra newline in switch case statement with curly braces [#1192](belav/csharpier#1192

If a case statement started with a block it would get an extra new line

// 0.27.3
switch (someValue)
{
    case 0:
</tr></table> 

... (truncated)

Changelog

Sourced from csharpier's changelog.

# 0.28.2

What's Changed

Pipe to dotnet csharpier fails when subdirectory is inaccessible #1240

When running the following CSharpier would look for config files in subdirectories of the pwd. This could lead to exceptions if some of those directories were inaccessible.

echo "namespace Foo { public class Bar { public string Baz {get;set;}}}" | dotnet csharpier

Thanks go to @​jamesfoster for reporting the issue.

Full Changelog: belav/csharpier@0.28.1...0.28.2

0.28.1

What's Changed

Third party .editorconfig leading to: Error Failure parsing editorconfig files #1227

When CSharpier encountered an invalid .editorconfig file, it would throw an exception and not format files. These files could appear in 3rd party code (for example within node_modules). CSharpier now ignores invalid lines in .editorconfigs

Thanks go to @​K0Te for reporting the issue

Full Changelog: belav/csharpier@0.28.0...0.28.1

0.28.0

What's Changed

Fix dedented method call if there is a long chain #1154

In some cases of method chains, the first invocation would end up dedented.

// 0.27.3
o.Property.CallMethod(
    someParameter_____________________________,
    someParameter_____________________________
)
    .CallMethod()
    .CallMethod();
// 0.28.0
o.Property.CallMethod(
someParameter_____________________________,
someParameter_____________________________
)
.CallMethod()
.CallMethod();

Extra newline in switch case statement with curly braces [#1192](belav/csharpier#1192

If a case statement started with a block it would get an extra new line

// 0.27.3
switch (someValue)
{
    case 0:
    {
</tr></table> 

... (truncated)

Commits
  • 3e4366c Release 0.28.2 (#1245)
  • aea004c Limit config searching the same way editorconfig searching is limited (#1243)
  • 86f6690 CSharpier server was starting on 127.0.0.1, if localhost resolved to ::1 exte...
  • 488ddab Fix issue with csharpier server not using dotnet root (#1239)
  • 5d898a3 Supporting csharpier server for 0.28.0+ (#1236)
  • a2a547a make rider better about process failing to start (#1235)
  • 31e0868 Making csharpier server official for vs (#1234)
  • 4282d01 Fix encoding issue with unicode + csharpier 0.28+ (#1233)
  • 9cfaed2 Use 0.28.1
  • 5244417 Release 0.28.1 (#1230)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [xunit](https://github.com/xunit/xunit) | `2.7.0` | `2.8.0` |
| [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `2.5.7` | `2.8.0` |
| [Meziantou.Analyzer](https://github.com/meziantou/Meziantou.Analyzer) | `2.0.146` | `2.0.150` |
| [Polyfill](https://github.com/SimonCropp/Polyfill) | `4.2.0` | `5.2.2` |
| [Roslynator.Analyzers](https://github.com/dotnet/roslynator) | `4.12.0` | `4.12.2` |
| [SonarAnalyzer.CSharp](https://github.com/SonarSource/sonar-dotnet) | `9.23.0.88079` | `9.24.0.89429` |
| [csharpier](https://github.com/belav/csharpier) | `0.27.3` | `0.28.2` |


Updates `xunit` from 2.7.0 to 2.8.0
- [Commits](xunit/xunit@2.7.0...2.8.0)

Updates `xunit.runner.visualstudio` from 2.5.7 to 2.8.0
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](xunit/visualstudio.xunit@2.5.7...2.8.0)

Updates `Meziantou.Analyzer` from 2.0.146 to 2.0.150
- [Release notes](https://github.com/meziantou/Meziantou.Analyzer/releases)
- [Commits](meziantou/Meziantou.Analyzer@2.0.146...2.0.150)

Updates `Polyfill` from 4.2.0 to 5.2.2
- [Commits](SimonCropp/Polyfill@4.2.0...5.2.2)

Updates `Roslynator.Analyzers` from 4.12.0 to 4.12.2
- [Release notes](https://github.com/dotnet/roslynator/releases)
- [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md)
- [Commits](dotnet/roslynator@v4.12.0...v4.12.2)

Updates `SonarAnalyzer.CSharp` from 9.23.0.88079 to 9.24.0.89429
- [Release notes](https://github.com/SonarSource/sonar-dotnet/releases)
- [Commits](SonarSource/sonar-dotnet@9.23.0.88079...9.24.0.89429)

Updates `csharpier` from 0.27.3 to 0.28.2
- [Release notes](https://github.com/belav/csharpier/releases)
- [Changelog](https://github.com/belav/csharpier/blob/main/CHANGELOG.md)
- [Commits](belav/csharpier@0.27.3...0.28.2)

---
updated-dependencies:
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: Meziantou.Analyzer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: Polyfill
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: Roslynator.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: SonarAnalyzer.CSharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: csharpier
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from bmazzarol as a code owner May 1, 2024 23:40
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels May 1, 2024
@bmazzarol bmazzarol merged commit 4a92d99 into main May 3, 2024
5 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/all-13a21c89b0 branch May 3, 2024 23:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant