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 nuget group with 13 updates #867

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2024

Bumps the nuget group with 13 updates:

Package From To
Microsoft.Extensions.Http.Polly 8.0.1 8.0.2
Meziantou.Analyzer 2.0.139 2.0.144
Microsoft.VisualStudio.Threading.Analyzers 17.8.14 17.9.28
Roslynator.Analyzers 4.10.0 4.11.0
Roslynator.CodeAnalysis.Analyzers 4.10.0 4.11.0
Roslynator.Formatting.Analyzers 4.10.0 4.11.0
coverlet.msbuild 6.0.0 6.0.1
xunit.analyzers 1.10.0 1.11.0
NSubstitute.Analyzers.CSharp 1.0.16 1.0.17
Microsoft.AspNetCore.Mvc.Testing 6.0.26 6.0.27
coverlet.collector 6.0.0 6.0.1
xunit 2.6.6 2.7.0
xunit.runner.visualstudio 2.5.6 2.5.7

Updates Microsoft.Extensions.Http.Polly from 8.0.1 to 8.0.2

Release notes

Sourced from Microsoft.Extensions.Http.Polly's releases.

.NET 8.0.2

Release

Commits
  • da7e989 [internal/release/8.0] Update dependencies from dnceng/internal/dotnet-efcore
  • 0c785c5 [internal/release/8.0] Update dependencies from dnceng/internal/dotnet-runtime
  • 8fdc5e8 [internal/release/8.0] Update dependencies from dnceng/internal/dotnet-efcore
  • bb84444 [internal/release/8.0] Update dependencies from dnceng/internal/dotnet-runtime
  • a48fa2c Merged PR 36489: [internal/release/8.0] Update dependencies from dnceng/inter...
  • a12499e Merge in 'release/8.0' changes
  • e91e94d [Blazor] Allow null parameter values to be supplied to interactive componen...
  • fd749a7 Merge in 'release/8.0' changes
  • 658ddfb [release/8.0] Update karma.local.conf.js (#53411)
  • 4855269 Merge in 'release/8.0' changes
  • Additional commits viewable in compare view

Updates Meziantou.Analyzer from 2.0.139 to 2.0.144

Release notes

Sourced from Meziantou.Analyzer's releases.

2.0.144

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

What's Changed

New Contributors

Full Changelog: meziantou/Meziantou.Analyzer@2.0.143...2.0.144

2.0.143

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

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.142...2.0.143

2.0.142

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

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.141...2.0.142

2.0.141

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

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.140...2.0.141

2.0.140

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

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.139...2.0.140

Commits
  • 34a70d7 Grammatical correction of some comments
  • fbabed5 MA0124: Improve configuration to support deny list
  • 97c11a9 Update all dependencies
  • 1fd56e8 Update all dependencies
  • a063cca Update renovate.json
  • 1708857 Disable MA0134 in Expression<T>
  • See full diff in compare view

Updates Microsoft.VisualStudio.Threading.Analyzers from 17.8.14 to 17.9.28

Release notes

Sourced from Microsoft.VisualStudio.Threading.Analyzers's releases.

v17.9.1-alpha

No notable changes besides the version number.

Full Changelog: microsoft/vs-threading@v17.8.14...v17.9.1-alpha

Commits

Updates Roslynator.Analyzers from 4.10.0 to 4.11.0

Release notes

Sourced from Roslynator.Analyzers's releases.

v4.11.0

Added

  • Add analyzer "Use raw string literal" RCS1266 (PR)
  • Add analyzer "Convert 'string.Concat' to interpolated string" RCS1267 (PR)
  • Simplify LINQ query RCS1077 (PR)
    • items.Select(selector).Average() => items.Average(selector)
    • items.Select(selector).Sum() => items.Sum(selector)

Fixed

Changelog

Sourced from Roslynator.Analyzers's changelog.

[4.11.0] - 2024-02-19

Added

  • Add analyzer "Use raw string literal" RCS1266 (PR)
  • Add analyzer "Convert 'string.Concat' to interpolated string" RCS1267 (PR)
  • Simplify LINQ query RCS1077 (PR)
    • items.Select(selector).Average() => items.Average(selector)
    • items.Select(selector).Sum() => items.Sum(selector)

Fixed

Commits

Updates Roslynator.CodeAnalysis.Analyzers from 4.10.0 to 4.11.0

Release notes

Sourced from Roslynator.CodeAnalysis.Analyzers's releases.

v4.11.0

Added

  • Add analyzer "Use raw string literal" RCS1266 (PR)
  • Add analyzer "Convert 'string.Concat' to interpolated string" RCS1267 (PR)
  • Simplify LINQ query RCS1077 (PR)
    • items.Select(selector).Average() => items.Average(selector)
    • items.Select(selector).Sum() => items.Sum(selector)

Fixed

Changelog

Sourced from Roslynator.CodeAnalysis.Analyzers's changelog.

[4.11.0] - 2024-02-19

Added

  • Add analyzer "Use raw string literal" RCS1266 (PR)
  • Add analyzer "Convert 'string.Concat' to interpolated string" RCS1267 (PR)
  • Simplify LINQ query RCS1077 (PR)
    • items.Select(selector).Average() => items.Average(selector)
    • items.Select(selector).Sum() => items.Sum(selector)

Fixed

Commits

Updates Roslynator.Formatting.Analyzers from 4.10.0 to 4.11.0

Release notes

Sourced from Roslynator.Formatting.Analyzers's releases.

v4.11.0

Added

  • Add analyzer "Use raw string literal" RCS1266 (PR)
  • Add analyzer "Convert 'string.Concat' to interpolated string" RCS1267 (PR)
  • Simplify LINQ query RCS1077 (PR)
    • items.Select(selector).Average() => items.Average(selector)
    • items.Select(selector).Sum() => items.Sum(selector)

Fixed

Changelog

Sourced from Roslynator.Formatting.Analyzers's changelog.

[4.11.0] - 2024-02-19

Added

  • Add analyzer "Use raw string literal" RCS1266 (PR)
  • Add analyzer "Convert 'string.Concat' to interpolated string" RCS1267 (PR)
  • Simplify LINQ query RCS1077 (PR)
    • items.Select(selector).Average() => items.Average(selector)
    • items.Select(selector).Sum() => items.Sum(selector)

Fixed

Commits

Updates coverlet.msbuild from 6.0.0 to 6.0.1

Release notes

Sourced from coverlet.msbuild's releases.

v6.0.1

Fixed

  • Uncovered lines in .NET 8 for inheriting records #1555
  • Fix record constructors not covered when SkipAutoProps is true #1561
  • Fix .NET 7 Method Group branch coverage issue #1447
  • Fix ExcludeFromCodeCoverage does not exclude method in a partial class #1548
  • Fix ExcludeFromCodeCoverage does not exclude F# task #1547
  • Fix issues where ExcludeFromCodeCoverage ignored #1431
  • Fix issues with ExcludeFromCodeCoverage attribute #1484
  • Fix broken links in documentation #1514
  • Fix problem with coverage for .net5 WPF application #1221 by https://github.com/lg2de
  • Fix unable to instrument module for Microsoft.AspNetCore.Mvc.Razor #1459 by https://github.com/lg2de

Improvements

Diff between 6.0.0 and 6.0.1

Commits

Updates xunit.analyzers from 1.10.0 to 1.11.0

Commits

Updates NSubstitute.Analyzers.CSharp from 1.0.16 to 1.0.17

Changelog

Sourced from NSubstitute.Analyzers.CSharp's changelog.

1.0.17 (11 February 2024)

  • #213 - NS1004 false positive when using argument matcher in a separate method
  • #212 - Disable CallInfo analysis when Arg.AnyType used for argument matching
  • #207 - Detect non virtual received checks for event subscription
  • #202 - NS5000 false positive when checking if an event subscription was received
  • #197 - Add .netstandard2.0 target to NSubstitute.Analyzers.CSharp
Commits

Updates Microsoft.AspNetCore.Mvc.Testing from 6.0.26 to 6.0.27

Release notes

Sourced from Microsoft.AspNetCore.Mvc.Testing's releases.

.NET 6.0.26

Release

Commits

Updates coverlet.collector from 6.0.0 to 6.0.1

Release notes

Sourced from coverlet.collector's releases.

v6.0.1

Fixed

  • Uncovered lines in .NET 8 for inheriting records #1555
  • Fix record constructors not covered when SkipAutoProps is true #1561
  • Fix .NET 7 Method Group branch coverage issue #1447
  • Fix ExcludeFromCodeCoverage does not exclude method in a partial class #1548
  • Fix ExcludeFromCodeCoverage does not exclude F# task #1547
  • Fix issues where ExcludeFromCodeCoverage ignored #1431
  • Fix issues with ExcludeFromCodeCoverage attribute #1484
  • Fix broken links in documentation #1514
  • Fix problem with coverage for .net5 WPF application #1221 by https://github.com/lg2de
  • Fix unable to instrument module for Microsoft.AspNetCore.Mvc.Razor #1459 by https://github.com/lg2de

Improvements

Diff between 6.0.0 and 6.0.1

Commits

Updates xunit from 2.6.6 to 2.7.0

Commits
  • d806fa1 v2.7.0
  • 13bb60b #2872: Expand special handling for sets in Assert.Contains/DoesNotContain (v2)
  • 203b4d9 Update to use the common build system (#2883)
  • a4f585b Remove UTF-8 byte order marks
  • 8b2c7b2 Add v3 build submodule
  • 2413c57 Throw when user tries to run a non-async test with a timeout
  • 9ebc10c #2573: Opting out of AsyncTestSyncContext (v2)
  • b060404 xunit/xunit#2880: Update XML documentation for string-based Assert.Equal (v2)
  • 6bbf922 Add conditions to EquivalenceAssertsTests for XUNIT_IMMUTABLE_COLLECTIONS
  • cab6a3e #2871: Inner exception stack trace is missing from Assert.Collection failure ...
  • Additional commits viewable in compare view

Updates xunit.runner.visualstudio from 2.5.6 to 2.5.7

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 nuget group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [Microsoft.Extensions.Http.Polly](https://github.com/dotnet/aspnetcore) | `8.0.1` | `8.0.2` |
| [Meziantou.Analyzer](https://github.com/meziantou/Meziantou.Analyzer) | `2.0.139` | `2.0.144` |
| [Microsoft.VisualStudio.Threading.Analyzers](https://github.com/microsoft/vs-threading) | `17.8.14` | `17.9.28` |
| [Roslynator.Analyzers](https://github.com/dotnet/roslynator) | `4.10.0` | `4.11.0` |
| [Roslynator.CodeAnalysis.Analyzers](https://github.com/dotnet/roslynator) | `4.10.0` | `4.11.0` |
| [Roslynator.Formatting.Analyzers](https://github.com/dotnet/roslynator) | `4.10.0` | `4.11.0` |
| [coverlet.msbuild](https://github.com/coverlet-coverage/coverlet) | `6.0.0` | `6.0.1` |
| [xunit.analyzers](https://github.com/xunit/xunit.analyzers) | `1.10.0` | `1.11.0` |
| [NSubstitute.Analyzers.CSharp](https://github.com/nsubstitute/NSubstitute.Analyzers) | `1.0.16` | `1.0.17` |
| [Microsoft.AspNetCore.Mvc.Testing](https://github.com/dotnet/aspnetcore) | `6.0.26` | `6.0.27` |
| [coverlet.collector](https://github.com/coverlet-coverage/coverlet) | `6.0.0` | `6.0.1` |
| [xunit](https://github.com/xunit/xunit) | `2.6.6` | `2.7.0` |
| [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `2.5.6` | `2.5.7` |


Updates `Microsoft.Extensions.Http.Polly` from 8.0.1 to 8.0.2
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.1...v8.0.2)

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

Updates `Microsoft.VisualStudio.Threading.Analyzers` from 17.8.14 to 17.9.28
- [Release notes](https://github.com/microsoft/vs-threading/releases)
- [Commits](https://github.com/microsoft/vs-threading/commits)

Updates `Roslynator.Analyzers` from 4.10.0 to 4.11.0
- [Release notes](https://github.com/dotnet/roslynator/releases)
- [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md)
- [Commits](dotnet/roslynator@v4.10.0...v4.11.0)

Updates `Roslynator.CodeAnalysis.Analyzers` from 4.10.0 to 4.11.0
- [Release notes](https://github.com/dotnet/roslynator/releases)
- [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md)
- [Commits](dotnet/roslynator@v4.10.0...v4.11.0)

Updates `Roslynator.Formatting.Analyzers` from 4.10.0 to 4.11.0
- [Release notes](https://github.com/dotnet/roslynator/releases)
- [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md)
- [Commits](dotnet/roslynator@v4.10.0...v4.11.0)

Updates `coverlet.msbuild` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases)
- [Commits](coverlet-coverage/coverlet@v6.0.0...v6.0.1)

Updates `xunit.analyzers` from 1.10.0 to 1.11.0
- [Commits](xunit/xunit.analyzers@1.10.0...1.11.0)

Updates `NSubstitute.Analyzers.CSharp` from 1.0.16 to 1.0.17
- [Changelog](https://github.com/nsubstitute/NSubstitute.Analyzers/blob/1.0.17/ReleaseNotes.md)
- [Commits](nsubstitute/NSubstitute.Analyzers@1.0.16...1.0.17)

Updates `Microsoft.AspNetCore.Mvc.Testing` from 6.0.26 to 6.0.27
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v6.0.26...v6.0.27)

Updates `coverlet.collector` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases)
- [Commits](coverlet-coverage/coverlet@v6.0.0...v6.0.1)

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

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

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Http.Polly
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: Meziantou.Analyzer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: Microsoft.VisualStudio.Threading.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: Roslynator.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: Roslynator.CodeAnalysis.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: Roslynator.Formatting.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: coverlet.msbuild
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: xunit.analyzers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: NSubstitute.Analyzers.CSharp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: Microsoft.AspNetCore.Mvc.Testing
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: coverlet.collector
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added bot:robot: Action taken in an automated fashion dependabot Pull requests created by dependabot nuget Pull requests for NuGet packages updates labels Feb 24, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 2, 2024

Superseded by #868.

@dependabot dependabot bot closed this Mar 2, 2024
@dependabot dependabot bot deleted the dependabot/nuget/nuget-5c71f6afe1 branch March 2, 2024 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot:robot: Action taken in an automated fashion dependabot Pull requests created by dependabot nuget Pull requests for NuGet packages updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants