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

chore(deps): bump the all group with 6 updates #21

Merged
merged 1 commit into from
Aug 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the all group with 6 updates:

Package From To
FluentAssertions.Analyzers 0.32.0 0.33.0
xunit 2.8.1 2.9.0
xunit.runner.visualstudio 2.8.1 2.8.2
Meziantou.Analyzer 2.0.159 2.0.163
Polyfill 5.5.3 6.0.0
SonarAnalyzer.CSharp 9.28.0.94264 9.30.0.95878

Updates FluentAssertions.Analyzers from 0.32.0 to 0.33.0

Release notes

Sourced from FluentAssertions.Analyzers's releases.

0.33.0

What's Changed

Full Changelog: fluentassertions/fluentassertions.analyzers@v0.32.0...v0.33.0

Commits
  • ecde7ec fix docs styling (#377)
  • 727aa74 tests: add examples for excluding assert methods from analyzer (#376)
  • e8a770e feat: NUnit Rewrite parameters order when handling constant values in asserti...
  • 195e199 feat: ignore mstest Assert.Fail & Assert.Inconclusive methods (#371)
  • e24e463 feat: Rewrite parameters order when handling constant values in assertions (#...
  • 59a92c6 feat: add xunit assert docs (#368)
  • 9f7a90c docs: rename mstest function docs (#367)
  • 0417080 feat: add xunit docs (#366)
  • 68c4d93 feat: add nunit Assert.That Is.AtMot & Is.AtLeast (#365)
  • d2f9954 feat: add nunit collection Assert.That OnlyHaveUniqueItems & NotContainNulls ...
  • Additional commits viewable in compare view

Updates xunit from 2.8.1 to 2.9.0

Commits
  • 593e573 v2.9.0
  • f070472 Enable XUNIT_HIDE_PASSING_OUTPUT_DIAGNOSTICS environment variable to skip sho...
  • 80a2294 For Assert.Equivalent, exclude properties (or property getters) which are obs...
  • b6dabde #2955: Ensure minimum thread pool size (v2)
  • 5fe01ff #2922: Remove obsolete AssemblyRunner.Start() overloads (v2)
  • beab8d9 #1916: Don't try to serialize generic argument types (v2)
  • 27c70a7 Restore the Func<TestOutputHelper> so we re-create the output helper for each...
  • 1fac6f8 #2377: Test logs get mixed across test cases
  • e022e5c Unit test for #2271 (v2)
  • 21f6aee Re-enable IDE0290 as we're using 'dotnet format' now
  • Additional commits viewable in compare view

Updates xunit.runner.visualstudio from 2.8.1 to 2.8.2

Commits

Updates Meziantou.Analyzer from 2.0.159 to 2.0.163

Release notes

Sourced from Meziantou.Analyzer's releases.

2.0.163

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

Full Changelog: meziantou/Meziantou.Analyzer@2.0.162...2.0.163

2.0.162

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

Full Changelog: meziantou/Meziantou.Analyzer@2.0.161...2.0.162

2.0.161

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

2.0.160

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

Commits
  • 423b37f Improve detection for ToString case in MA0028
  • 3073490 Mark X and B number formats as invariant culture
  • 359a6a4 New rule: MA0160 Use ContainsKey instead of TryGetValue when the second arg i...
  • 7eede0e Improve heuristic for MA0003
  • ca34542 Fix typo in sample
  • 4b840a7 Update MA0016.md (#736)
  • See full diff in compare view

Updates Polyfill from 5.5.3 to 6.0.0

Commits

Updates SonarAnalyzer.CSharp from 9.28.0.94264 to 9.30.0.95878

Release notes

Sourced from SonarAnalyzer.CSharp's releases.

9.30

Hello, everyone. In this release, we worked on hardening our live variable analysis, which improved the analyzer's accuracy.

False Positives

  • 9473 - Fix S1854 FP: Raises when a variable is reassigned in a using body after it has been already assigned in using statement
  • 9472 - Fix S1854 FP: Raises when a variable is assigned in the switch statement and not used in the first case
  • 9471 - Fix S1854 FP: Raises when a variable is assigned in expression that is part of the ternary condition
  • 9468 - Fix S1854 FP: Throw should connect to outer catch
  • 9466 - Fix S1854 FP: Throw should visit finally

9.29

This release includes a lot of false positive and false negative fixes.

Improvements

  • 2120 - [C#] Improve S3247: Rule should recommend pattern matching for new C# instead of as
  • 9465 - Update RSPEC before 9.29 release

False Positive

  • 7522 - [C#] Fix S1104 FP: Do not report in Unity3D serializable classes
  • 6990 - [C#] Fix S1144 FP: Event with a concrete sender
  • 3842 - [C#] Fix S1144 FP: Ignore unused Deconstruct methods
  • 8239 - [C#] Fix S1450 FP: When field is assigned value in event handler
  • 9494 - [C#] Fix S1694 FP: Abstract class with field or constructor
  • 9421 - [C#] Fix S1694 FP: Protected abstract methods
  • 3605 - [C#] Fix S2219 FP: Is operator used for pattern matching
  • 8266 - [C#] Fix S2259 FP: SE engine doesn't take into account element existence collection methods
  • 9485 - [C#] Fix S3247 FP: Should not report on member access objects
  • 6343 - [C#] Fix S3963 FP: Static constructor with conditional and no static field initialization
  • 7961 - [C#, VB.NET] Fix S2699 FP: Support Moq

False Negative

  • 9491 - [C#] Fix S3247 FN: When cast expression contains parentheses
  •   223 - [C#] Fix S3247 FN: Rule should catch more duplicated cast
Commits
  • 78d3ae4 Update parent pom to 75.0.0.1943 (#9542)
  • 7582fc1 Update RSPEC before 9.30 release (#9537)
  • 3ea3868 Bump org.sonarsource.sonarqube:sonar-ws from 10.5.1.90531 to 10.6.0.92116 (#9...
  • 5f834b2 Bump junit.version from 5.10.2 to 5.10.3 (#9484)
  • 8accc2f Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.3.1 (#9521)
  • 19c58d5 Fix S1854 FP: Throw should visit finally (#9530)
  • 527abcb LVA: Detect assignments to FlowCaptureReference operations (#9535)
  • 99887db LVA: Resolve FlowCapture and FlowCaptureReference operations to symbols inste...
  • 2c93b52 LVA: Add CfgSerializer.RoslynLvaWalker (#9529)
  • a9af306 Fix S1854 FP: Throw should connect to outer catch (#9528)
  • 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 6 updates:

| Package | From | To |
| --- | --- | --- |
| [FluentAssertions.Analyzers](https://github.com/fluentassertions/fluentassertions.analyzers) | `0.32.0` | `0.33.0` |
| [xunit](https://github.com/xunit/xunit) | `2.8.1` | `2.9.0` |
| [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `2.8.1` | `2.8.2` |
| [Meziantou.Analyzer](https://github.com/meziantou/Meziantou.Analyzer) | `2.0.159` | `2.0.163` |
| [Polyfill](https://github.com/SimonCropp/Polyfill) | `5.5.3` | `6.0.0` |
| [SonarAnalyzer.CSharp](https://github.com/SonarSource/sonar-dotnet) | `9.28.0.94264` | `9.30.0.95878` |


Updates `FluentAssertions.Analyzers` from 0.32.0 to 0.33.0
- [Release notes](https://github.com/fluentassertions/fluentassertions.analyzers/releases)
- [Commits](fluentassertions/fluentassertions.analyzers@v0.32.0...v0.33.0)

Updates `xunit` from 2.8.1 to 2.9.0
- [Commits](xunit/xunit@2.8.1...2.9.0)

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

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

Updates `Polyfill` from 5.5.3 to 6.0.0
- [Commits](SimonCropp/Polyfill@5.5.3...6.0.0)

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

---
updated-dependencies:
- dependency-name: FluentAssertions.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- 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-patch
  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: SonarAnalyzer.CSharp
  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 August 1, 2024 08:41
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Aug 1, 2024
@bmazzarol bmazzarol merged commit f32d3e4 into main Aug 1, 2024
5 checks passed
@bmazzarol bmazzarol deleted the dependabot/nuget/all-37fc263868 branch August 1, 2024 13:56
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