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

Bump the production-dependencies group across 1 directory with 11 updates #114

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 19, 2024

Bumps the production-dependencies group with 11 updates in the / directory:

Package From To
Microsoft.Extensions.Logging.Abstractions 8.0.2 9.0.0
Microsoft.Extensions.Options 8.0.2 9.0.0
Polly.Core 8.4.2 8.5.0
SonarAnalyzer.CSharp 9.32.0.97167 10.4.0.108396
Microsoft.Extensions.Hosting 8.0.1 9.0.0
Microsoft.Extensions.Logging.Abstractions 8.0.2 9.0.0
Microsoft.Extensions.Options 8.0.2 9.0.0
Serilog 4.1.0 4.2.0
Microsoft.Extensions.Logging.Abstractions 8.0.2 9.0.0
Microsoft.Extensions.Options 8.0.2 9.0.0
Serilog 4.1.0 4.2.0
Serilog.Extensions.Hosting 8.0.0 9.0.0
Serilog 4.1.0 4.2.0
Serilog.Settings.Configuration 8.0.4 9.0.0
YamlDotNet 16.1.3 16.2.1
Microsoft.Extensions.Hosting 8.0.1 9.0.0
Microsoft.Extensions.Hosting.WindowsServices 8.0.1 9.0.0
Microsoft.Extensions.Logging.Abstractions 8.0.2 9.0.0
Microsoft.Extensions.Options 8.0.2 9.0.0
Microsoft.Extensions.Logging.Abstractions 8.0.2 8.0.0
Microsoft.Extensions.Options 8.0.2 8.0.0
Polly.Extensions 8.4.2 8.5.0

Updates Microsoft.Extensions.Logging.Abstractions from 8.0.2 to 9.0.0

Release notes

Sourced from Microsoft.Extensions.Logging.Abstractions's releases.

.NET 9.0.0

Release

What's Changed

... (truncated)

Commits

Updates Microsoft.Extensions.Options from 8.0.2 to 9.0.0

Release notes

Sourced from Microsoft.Extensions.Options's releases.

.NET 9.0.0

Release

What's Changed

... (truncated)

Commits

Updates Polly.Core from 8.4.2 to 8.5.0

Release notes

Sourced from Polly.Core's releases.

8.5.0

What's Changed

New Contributors

Full Changelog: App-vNext/Polly@8.4.2...8.5.0

Changelog

Sourced from Polly.Core's changelog.

8.5.0

Commits
  • 520ee38 Update to .NET 9 SDK (#2003)
  • 7567acc Extend snippet explanation
  • 607535c Bump Microsoft.Extensions.TimeProvider.Testing from 8.7.0 to 8.10.0 (#2371)
  • f3db68b Bump rojopolis/spellcheck-github-actions from 0.44.0 to 0.45.0 (#2372)
  • 124dfd6 Bump NSubstitute from 5.1.0 to 5.3.0 (#2365)
  • 52259e0 Bump rojopolis/spellcheck-github-actions from 0.43.1 to 0.44.0 (#2368)
  • 21fef02 Bump github/codeql-action from 3.26.13 to 3.27.0 (#2369)
  • 795f06d Bump actions/dependency-review-action from 4.3.5 to 4.4.0 (#2367)
  • 12fe569 Bump actions/cache from 4.1.1 to 4.1.2 (#2359)
  • 978ac69 Bump actions/checkout from 4.2.1 to 4.2.2 (#2361)
  • Additional commits viewable in compare view

Updates SonarAnalyzer.CSharp from 9.32.0.97167 to 10.4.0.108396

Release notes

Sourced from SonarAnalyzer.CSharp's releases.

10.4

Improvements

In this release, we have added support for test density and metrics at the individual file level. You can now view the number of unit tests, as well as details on skipped tests, failed tests, and test duration, from all supported coverage tools (xUnit, MsTest, and nUnit).

Additionally, we have significantly optimized memory allocation, resulting in memory usage reduction during registration.

False Positive

  • NET-868 - Fix S1854 FP: Don't raise when inner finally assignment is used to outer block
  • NET-865 - Fix S1172 FP: Parameter used as extension delegate target
  • NET-863 - Fix S1172 FP: Don't report on partial method parameters
  • NET-862 - Fix S1854 FP: Don't raise in catch when variable is used in following catch
  • NET-857 - Fix S3655 FP: Types with implicit conversion operator
  • NET-836 - Fix S1854 FP: Value used after catch

False Negative

  • NET-798 - Fix S1854 FN: Support &&, ||, ?? and ??=

Task

  • NET-763 - Update RSPEC before 10.4 release

10.3



False Positive

  • NET-675 - Fix S1144 FP: support struct constructor calls
  • NET-499 Telemetry: Report Language version and target framework

Other

10.2



New Rules

  • NET-635 - [C#] New rule S6418 for C#: Hard-coded secrets are security-sensitive

Improvement

  • NET-567 - Remove S6605 from SonarWay profile and update the RSPEC to mention that the rule makes sense only for .NET versions <9
  • NET-566 - Remove S6603 from SonarWay profile and update the RSPEC to mention that the rule makes sense only for .NET versions <9
  • NET-407 - S2551: Improve RSpec recommendation
  • NET-226 - S3878: Improve RSPEC to include collection expressions
  • NET-528 - MetricAnalyzer: Line numbers does not respect ExcludeFromCodeCoverage for partial properties
  • NET-527 - MetricAnalyzer: Function count should not count partial property declaration parts

... (truncated)

Commits
  • 6e42b50 NET-891 Unit test import: add import support for nunit projects logging trx
  • 8acb7aa NET-763 Update RSPEC before 10.4 release
  • d00f951 NET-808 Update NuGet packages description for the analyzers
  • 44b2f5e NET-887 Unit test import: fix mapping in case of wrong casing
  • 02ed338 NET-886 XUnit fix mapping issue on explicit DisplayName
  • 831d94f NET-878 Rename Helper classes
  • af3f528 NET-868 Fix S1854 FP: Don't raise when inner finally assignment is used to ou...
  • 852b0ee NET-881 Log debug message on failed test mapping in XmlTestReportParser
  • 00ecc1e NET-879 Cleanup EditorConfigGenerator
  • e02c25d NET-865 S1172 FP: Parameter used as extension delegate target
  • Additional commits viewable in compare view

Updates Microsoft.Extensions.Hosting from 8.0.1 to 9.0.0

Release notes

Sourced from Microsoft.Extensions.Hosting's releases.

.NET 9.0.0

Release

What's Changed

... (truncated)

Commits

Updates Microsoft.Extensions.Logging.Abstractions from 8.0.2 to 9.0.0

Release notes

Sourced from Microsoft.Extensions.Logging.Abstractions's releases.

.NET 9.0.0

Release

What's Changed

…ates

Bumps the production-dependencies group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime) | `8.0.2` | `9.0.0` |
| [Microsoft.Extensions.Options](https://github.com/dotnet/runtime) | `8.0.2` | `9.0.0` |
| [Polly.Core](https://github.com/App-vNext/Polly) | `8.4.2` | `8.5.0` |
| [SonarAnalyzer.CSharp](https://github.com/SonarSource/sonar-dotnet) | `9.32.0.97167` | `10.4.0.108396` |
| [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime) | `8.0.1` | `9.0.0` |
| [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime) | `8.0.2` | `9.0.0` |
| [Microsoft.Extensions.Options](https://github.com/dotnet/runtime) | `8.0.2` | `9.0.0` |
| [Serilog](https://github.com/serilog/serilog) | `4.1.0` | `4.2.0` |
| [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime) | `8.0.2` | `9.0.0` |
| [Microsoft.Extensions.Options](https://github.com/dotnet/runtime) | `8.0.2` | `9.0.0` |
| [Serilog](https://github.com/serilog/serilog) | `4.1.0` | `4.2.0` |
| [Serilog.Extensions.Hosting](https://github.com/serilog/serilog-extensions-hosting) | `8.0.0` | `9.0.0` |
| [Serilog](https://github.com/serilog/serilog) | `4.1.0` | `4.2.0` |
| [Serilog.Settings.Configuration](https://github.com/serilog/serilog-settings-configuration) | `8.0.4` | `9.0.0` |
| [YamlDotNet](https://github.com/aaubry/YamlDotNet) | `16.1.3` | `16.2.1` |
| [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime) | `8.0.1` | `9.0.0` |
| [Microsoft.Extensions.Hosting.WindowsServices](https://github.com/dotnet/runtime) | `8.0.1` | `9.0.0` |
| [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime) | `8.0.2` | `9.0.0` |
| [Microsoft.Extensions.Options](https://github.com/dotnet/runtime) | `8.0.2` | `9.0.0` |
| [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime) | `8.0.2` | `8.0.0` |
| [Microsoft.Extensions.Options](https://github.com/dotnet/runtime) | `8.0.2` | `8.0.0` |
| [Polly.Extensions](https://github.com/App-vNext/Polly) | `8.4.2` | `8.5.0` |



Updates `Microsoft.Extensions.Logging.Abstractions` from 8.0.2 to 9.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.2...v9.0.0)

Updates `Microsoft.Extensions.Options` from 8.0.2 to 9.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.2...v9.0.0)

Updates `Polly.Core` from 8.4.2 to 8.5.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.4.2...8.5.0)

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

Updates `Microsoft.Extensions.Hosting` from 8.0.1 to 9.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.1...v9.0.0)

Updates `Microsoft.Extensions.Logging.Abstractions` from 8.0.2 to 9.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.2...v9.0.0)

Updates `Microsoft.Extensions.Options` from 8.0.2 to 9.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.2...v9.0.0)

Updates `Serilog` from 4.1.0 to 4.2.0
- [Release notes](https://github.com/serilog/serilog/releases)
- [Commits](serilog/serilog@v4.1.0...v4.2.0)

Updates `Microsoft.Extensions.Logging.Abstractions` from 8.0.2 to 9.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.2...v9.0.0)

Updates `Microsoft.Extensions.Options` from 8.0.2 to 9.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.2...v9.0.0)

Updates `Serilog` from 4.1.0 to 4.2.0
- [Release notes](https://github.com/serilog/serilog/releases)
- [Commits](serilog/serilog@v4.1.0...v4.2.0)

Updates `Serilog.Extensions.Hosting` from 8.0.0 to 9.0.0
- [Release notes](https://github.com/serilog/serilog-extensions-hosting/releases)
- [Commits](serilog/serilog-extensions-hosting@v8.0.0...v9.0.0)

Updates `Serilog` from 4.1.0 to 4.2.0
- [Release notes](https://github.com/serilog/serilog/releases)
- [Commits](serilog/serilog@v4.1.0...v4.2.0)

Updates `Serilog.Settings.Configuration` from 8.0.4 to 9.0.0
- [Release notes](https://github.com/serilog/serilog-settings-configuration/releases)
- [Changelog](https://github.com/serilog/serilog-settings-configuration/blob/dev/CHANGES.md)
- [Commits](serilog/serilog-settings-configuration@v8.0.4...v9.0.0)

Updates `YamlDotNet` from 16.1.3 to 16.2.1
- [Release notes](https://github.com/aaubry/YamlDotNet/releases)
- [Commits](aaubry/YamlDotNet@v16.1.3...v16.2.1)

Updates `Microsoft.Extensions.Hosting` from 8.0.1 to 9.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.1...v9.0.0)

Updates `Microsoft.Extensions.Hosting.WindowsServices` from 8.0.1 to 9.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.1...v9.0.0)

Updates `Microsoft.Extensions.Logging.Abstractions` from 8.0.2 to 9.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.2...v9.0.0)

Updates `Microsoft.Extensions.Options` from 8.0.2 to 9.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.2...v9.0.0)

Updates `Microsoft.Extensions.Logging.Abstractions` from 8.0.2 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.2...v9.0.0)

Updates `Microsoft.Extensions.Options` from 8.0.2 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.2...v9.0.0)

Updates `Polly.Extensions` from 8.4.2 to 8.5.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.4.2...8.5.0)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: Microsoft.Extensions.Options
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: Polly.Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: SonarAnalyzer.CSharp
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: Microsoft.Extensions.Hosting
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: Microsoft.Extensions.Options
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: Serilog
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: Microsoft.Extensions.Options
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: Serilog
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: Serilog.Extensions.Hosting
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: Serilog
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: Serilog.Settings.Configuration
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: YamlDotNet
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: Microsoft.Extensions.Hosting
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: Microsoft.Extensions.Hosting.WindowsServices
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: Microsoft.Extensions.Options
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: Microsoft.Extensions.Options
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: Polly.Extensions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 19, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 24, 2024

Superseded by #115.

@dependabot dependabot bot closed this Dec 24, 2024
@dependabot dependabot bot deleted the dependabot-nuget-production-dependencies-2ace46a66c branch December 24, 2024 01:06
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants