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 8 updates #38

Merged
merged 1 commit into from
Jun 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the all group with 8 updates:

Package From To
Microsoft.NET.Test.Sdk 17.9.0 17.10.0
Polly 8.3.1 8.4.0
xunit 2.8.0 2.8.1
xunit.runner.visualstudio 2.8.0 2.8.1
Meziantou.Analyzer 2.0.150 2.0.154
Roslynator.Analyzers 4.12.2 4.12.3
SonarAnalyzer.CSharp 9.24.0.89429 9.26.0.92422
husky 0.6.4 0.6.5

Updates Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

v17.10.0

What's Changed

And many infrastructure related changes and updates.

New Contributors

Full Changelog: microsoft/vstest@v17.9.0...v17.10.0

v17.10.0-release-24177-07

What's Changed

... (truncated)

Commits

Updates Polly from 8.3.1 to 8.4.0

Release notes

Sourced from Polly's releases.

8.4.0

What's Changed

New Contributors

Full Changelog: App-vNext/Polly@8.3.1...8.4.0

Changelog

Sourced from Polly's changelog.

8.4.0

Commits
  • 11f84b2 Rebase and cleanup the PR
  • 41d27ff [Bug] Fix chaos outcome exception handling (#2101)
  • 98e9a44 Bump actions/checkout from 4.1.4 to 4.1.5 (#2103)
  • 4aaf995 Bump github/codeql-action from 3.25.3 to 3.25.4 (#2102)
  • 66e97a0 Fix typos
  • 0f66d3e Allow changing the severity of resilience events (#2072)
  • f85029c Bump martincostello/update-dotnet-sdk from 3.2.0 to 3.2.1 (#2092)
  • 51cf1b1 Bump actions/dependency-review-action from 4.2.5 to 4.3.2 (#2095)
  • e074937 Bump codecov/codecov-action from 4.3.0 to 4.3.1 (#2094)
  • 3a20dac Bump github/codeql-action from 3.25.2 to 3.25.3 (#2093)
  • Additional commits viewable in compare view

Updates xunit from 2.8.0 to 2.8.1

Commits
  • ba2ae9b v2.8.1
  • 151b8d0 Use 'dotnet format' instead of 'dotnet dotnet-format'
  • be6db6f #2931: Tighten up types to prevent accidentically calling AddOrGet with a Con...
  • f466d81 #2927: Misleading error message when class used in IClassFixture<> throws exc...
  • 1911ea7 Missed unit test updates
  • f497d65 Cannot use full assembly path as dictionary key for execution options lookup,...
  • c2f2d47 Add ability to provide live output messages from running tests
  • 013093b Polyfill in StringSyntaxAttribute
  • e1e4c2e #2719: Class with custom Fact with throwing Skip should fail appropriately
  • 8b0b13c Clarify naming
  • Additional commits viewable in compare view

Updates xunit.runner.visualstudio from 2.8.0 to 2.8.1

Commits

Updates Meziantou.Analyzer from 2.0.150 to 2.0.154

Release notes

Sourced from Meziantou.Analyzer's releases.

2.0.154

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

2.0.153

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

2.0.152

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

2.0.151

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

Commits
  • 1de1fe0 Update all dependencies
  • 162232f Fix sample for MA0158
  • fb20aee Fix MA0003 docs
  • ef8775e New rule: MA0158 - Use System.Threading.Lock instead of System.Object
  • ed6845a MA0029 should not report when for IQueryable when the predicate is a reference
  • 23b9118 Improve MA0115 to detect pascal-case parameters in a component with CaptureUn...
  • See full diff in compare view

Updates Roslynator.Analyzers from 4.12.2 to 4.12.3

Release notes

Sourced from Roslynator.Analyzers's releases.

v4.12.3

Fixed

Changelog

Sourced from Roslynator.Analyzers's changelog.

[4.12.3] - 2024-05-10

Fixed

Commits

Updates SonarAnalyzer.CSharp from 9.24.0.89429 to 9.26.0.92422

Release notes

Sourced from SonarAnalyzer.CSharp's releases.

9.26

New Rules

  • 8871 - [C#] New rule S6932: Use model binding instead of reading raw request data
  • 8992 - [C#] New rule S4347: Secure random number generators must not output predictable values
  • 8996 - [C#] New rule S6781: JWT secret keys should not be disclosed
  • 8982 - [C#] New rule S6377: XML signatures should be verified securely
  • 8998 - [C#] New rule S5344: Passwords should not be stored in plain-text or with a fast hashing algorithm
  • 8992 - [C#] New rule S4347: Secure random number generators must not output predictable values

Bug Fixes

  • 8577 - Fix S2234 Bug: AD0001 is thrown due to referencing a location outside of the current compilation

Improvements

  • 9282 - [C#] S6964: Issue is reported on the attribute instead of the property

False Positive

  • 9360 - [C#] Fix S6964 FP: Properties decorated with the [BindNever] attribute
  • 9337 - [C#] Fix S6964 FP: Add more attributes to the exclusions
  • 9336 - [C#] Fix S6966 FP: Don't raise on XmlReader and XmlWriter methods
  • 9331 - [C#] Fix S6964 FP: Property with a default value
  • 9285 - [C#] Fix S6964 FP: Do not raise in properties with required modifier
  • 9284 - [C#] Fix S6964 FP: Should not raise for reference properties in nullable context
  • 9275 - [C#] Fix S6964 FP: Don't raise on properties annotated with the JsonRequiredAttribute
  • 9269 - [C#] Fix S6966 FP: EntityFrameworks DbContext/DBSet Add/AddRange methods are preferred over their Async counterpart
  • 9265 - [C#] Fix S6966 FP: MongoDB Find can not be replaced by FindAsync
  • 9252 - [C#] Fix S6934 FP: Abstract Controller base class
  • 8985 - [C#] Fix S6934 FP: Attributes implementing IRouteTemplateProvider or inheriting from RouteAttribute

False Negative

  • 9263 - [C#] Fix S6964 FN: Rule should raise in case of value type property annotated with RequiredAttribute

9.25.1

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

  • 9288 - [C#] Metrics analyzer for Razor: Lines of code are outside the range of the file

9.25

Hello everyone,

This release comes with seven new rules for ASP.NET core alongside some improvements. Enjoy!

New Rules

  • 9096 - [C#] New Rule S6966: Awaitable method should be used
  • 9095 - [C#] New Rule S6967: ModelState.IsValid should be called in controller actions
  • 9094 - [C#] New Rule S6964: The value type properties of a model class should be nullable or marked as "Required" to avoid under-posting.
  • 9093 - [C#] New rule S6968: Actions that return a value should be annotated with ProducesResponseTypeAttribute containing the return type
  • 9092 - [C#] New rule S6965: You should use HttpAttribute in API controller actions
  • 9091 - [C#] New rule S6962: You should pool HTTP connections with HttpClientFactory

... (truncated)

Commits

Updates husky from 0.6.4 to 0.6.5

Release notes

Sourced from husky's releases.

v0.6.5

What's Changed

  • Bugfix: fatal: pathspec for paths that contain space

Full Changelog: alirezanet/Husky.Net@v0.6.4...v0.6.5

Commits

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 8 updates:

| Package | From | To |
| --- | --- | --- |
| [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.9.0` | `17.10.0` |
| [Polly](https://github.com/App-vNext/Polly) | `8.3.1` | `8.4.0` |
| [xunit](https://github.com/xunit/xunit) | `2.8.0` | `2.8.1` |
| [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `2.8.0` | `2.8.1` |
| [Meziantou.Analyzer](https://github.com/meziantou/Meziantou.Analyzer) | `2.0.150` | `2.0.154` |
| [Roslynator.Analyzers](https://github.com/dotnet/roslynator) | `4.12.2` | `4.12.3` |
| [SonarAnalyzer.CSharp](https://github.com/SonarSource/sonar-dotnet) | `9.24.0.89429` | `9.26.0.92422` |
| [husky](https://github.com/alirezanet/husky.net) | `0.6.4` | `0.6.5` |


Updates `Microsoft.NET.Test.Sdk` from 17.9.0 to 17.10.0
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.9.0...v17.10.0)

Updates `Polly` from 8.3.1 to 8.4.0
- [Release notes](https://github.com/App-vNext/Polly/releases)
- [Changelog](https://github.com/App-vNext/Polly/blob/main/CHANGELOG.md)
- [Commits](App-vNext/Polly@8.3.1...8.4.0)

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

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

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

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

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

Updates `husky` from 0.6.4 to 0.6.5
- [Release notes](https://github.com/alirezanet/husky.net/releases)
- [Commits](alirezanet/Husky.Net@v0.6.4...v0.6.5)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: Polly
  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-patch
  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: 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: husky
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from bmazzarol as a code owner June 1, 2024 03:21
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jun 1, 2024
@bmazzarol bmazzarol merged commit 77f5c0d into main Jun 1, 2024
5 checks passed
@bmazzarol bmazzarol deleted the dependabot/nuget/all-c13ad70fee branch June 1, 2024 04:58
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