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 across 1 directory with 9 updates #899

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 9, 2024

Bumps the nuget group with 9 updates in the / directory:

Package From To
Meziantou.Analyzer 2.0.163 2.0.177
NSubstitute 5.1.0 5.3.0
Roslynator.Analyzers 4.12.4 4.12.9
Roslynator.CodeAnalysis.Analyzers 4.12.4 4.12.9
Roslynator.Formatting.Analyzers 4.12.4 4.12.9
xunit.analyzers 1.16.0 1.17.0
Microsoft.Extensions.Http.Polly 8.0.8 8.0.10
Microsoft.NET.Test.Sdk 17.11.0 17.11.1
xunit.analyzers 1.16.0 1.16.0
xunit 2.9.0 2.9.2

Updates Meziantou.Analyzer from 2.0.163 to 2.0.177

Release notes

Sourced from Meziantou.Analyzer's releases.

2.0.177

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

Full Changelog: meziantou/Meziantou.Analyzer@2.0.176...2.0.177

2.0.176

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

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.175...2.0.176

2.0.175

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

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.174...2.0.175

2.0.174

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

Full Changelog: meziantou/Meziantou.Analyzer@2.0.173...2.0.174

2.0.173

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

Full Changelog: meziantou/Meziantou.Analyzer@2.0.172...2.0.173

2.0.172

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

Full Changelog: meziantou/Meziantou.Analyzer@2.0.171...2.0.172

2.0.171

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

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.170...2.0.171

2.0.170

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

... (truncated)

Commits

Updates NSubstitute from 5.1.0 to 5.3.0

Release notes

Sourced from NSubstitute's releases.

v5.3.0

Thanks to first-time contributors @​mihnea-radulescu and @​marcoregueira! Thanks also @​304NotModified and @​Romfos for their continued support and contributions to this release.

Full Changelog: nsubstitute/NSubstitute@v5.2.0...v5.3.0

v5.2.0

⚠️ Note: there is no build currently available for this version due to an issue switching over to a new automated release build. We'll have a new release shortly once we sort this.

Summary of main changes:

Many thanks to @​alexandrnikitin, @​Romfos, @​brad, and @​304NotModified for their contributions! Thanks a lot to all code contributors, reviewers, and people who have raised and/or commented on issues.

If you haven't already done so, please make sure you add the NSubstitute.Analyzers package wherever you reference NSubstitute: https://nsubstitute.github.io/help/nsubstitute-analysers/

As always, please raise an issue on GitHub if you have any problems.

Changelog: https://github.com/nsubstitute/NSubstitute/blob/v5.2.0/CHANGELOG.md Breaking changes: None.

Project links:

... (truncated)

Changelog

Sourced from NSubstitute's changelog.

5.3.0 (October 2024)

Thanks to first-time contributors @​mihnea-radulescu and @​marcoregueira! Thanks also @​304NotModified and @​Romfos for their continued support and contributions to this release.

5.2.0 (Apr 2024; tagged but not released to nuget)

Many thanks to @​alexandrnikitin, @​Romfos, @​brad, and @​304NotModified for their contributions!

Commits
  • 45e00e3 Prep 5.3.0 release (#836)
  • cc73901 Release build workflow (#797)
  • 4d258a2 Feature: Enable call forwarding and substitution for non virtual methods or...
  • b8b0184 Added csharp_style_prefer_primary_constructors into editorconfig (#819)
  • 73818a6 Unable to match arguments whose type is generic, when their concrete type is ...
  • da82bc5 Merge pull request #813 from mihnea-radulescu/bug/issue-788-Raise-EventWith-d...
  • 2ce4d66 Replaced Obsolete attributes in WhenCalled<T> with doc comments.
  • 0c0d798 When(...).Throws gives a CouldNotSetReturnDueToNoLastCallException (#803)
  • 4bd429e Updated event raising logic to only allow internal default constructors
  • ee276f3 Merge branch 'main' into bug/issue-788-Raise-EventWith-default-constructor
  • Additional commits viewable in compare view

Updates Roslynator.Analyzers from 4.12.4 to 4.12.9

Release notes

Sourced from Roslynator.Analyzers's releases.

v4.12.9

Fixed

Changed

  • Update analyzer RCS1077 (PR)
    • Do not suggest to change list.FirstOrDefault(predicate) to list.Find(predicate). Performance gain is negligible and actually FirstOrDefault can be even faster on .NET 9 (see related issue for more details).

v4.12.8

Fixed

v4.12.7

Fixed

Changed

v4.12.6

Added

Fixed

... (truncated)

Changelog

Sourced from Roslynator.Analyzers's changelog.

[4.12.9] - 2024-10-25

Fixed

Changed

  • Update analyzer RCS1077 (PR)
    • Do not suggest to change list.FirstOrDefault(predicate) to list.Find(predicate). Performance gain is negligible and actually FirstOrDefault can be even faster on .NET 9 (see related issue for more details).

[4.12.8] - 2024-10-11

Fixed

[4.12.7] - 2024-10-01

Fixed

Changed

[4.12.6] - 2024-09-23

Added

... (truncated)

Commits

Updates Roslynator.CodeAnalysis.Analyzers from 4.12.4 to 4.12.9

Release notes

Sourced from Roslynator.CodeAnalysis.Analyzers's releases.

v4.12.9

Fixed

Changed

  • Update analyzer RCS1077 (PR)
    • Do not suggest to change list.FirstOrDefault(predicate) to list.Find(predicate). Performance gain is negligible and actually FirstOrDefault can be even faster on .NET 9 (see related issue for more details).

v4.12.8

Fixed

v4.12.7

Fixed

Changed

v4.12.6

Added

Fixed

... (truncated)

Changelog

Sourced from Roslynator.CodeAnalysis.Analyzers's changelog.

[4.12.9] - 2024-10-25

Fixed

Changed

  • Update analyzer RCS1077 (PR)
    • Do not suggest to change list.FirstOrDefault(predicate) to list.Find(predicate). Performance gain is negligible and actually FirstOrDefault can be even faster on .NET 9 (see related issue for more details).

[4.12.8] - 2024-10-11

Fixed

[4.12.7] - 2024-10-01

Fixed

Changed

[4.12.6] - 2024-09-23

Added

... (truncated)

Commits

Updates Roslynator.Formatting.Analyzers from 4.12.4 to 4.12.9

Release notes

Sourced from Roslynator.Formatting.Analyzers's releases.

v4.12.9

Fixed

Changed

  • Update analyzer RCS1077 (PR)
    • Do not suggest to change list.FirstOrDefault(predicate) to list.Find(predicate). Performance gain is negligible and actually FirstOrDefault can be even faster on .NET 9 (see related issue for more details).

v4.12.8

Fixed

v4.12.7

Fixed

Changed

v4.12.6

Added

Fixed

... (truncated)

Changelog

Sourced from Roslynator.Formatting.Analyzers's changelog.

[4.12.9] - 2024-10-25

Fixed

Changed

  • Update analyzer RCS1077 (PR)
    • Do not suggest to change list.FirstOrDefault(predicate) to list.Find(predicate). Performance gain is negligible and actually FirstOrDefault can be even faster on .NET 9 (see related issue for more details).

[4.12.8] - 2024-10-11

Fixed

[4.12.7] - 2024-10-01

Fixed

Changed

[4.12.6] - 2024-09-23

Added

... (truncated)

Commits

Updates xunit.analyzers from 1.16.0 to 1.17.0

Commits
  • 5a44381 v1.17.0
  • d25b3a4 Update xUnit1010 to trigger when a negative integral value is passed to an un...
  • 51a32ce Incorrect message replacement for xUnit2032
  • cf7f210 Update xUnit2018 fixer to use exactMatch (when supported) instead of swapping...
  • 6b8347c Update xUnit2018 to vary its message based on whether assertion library suppo...
  • 350ab93 Add xUnit2032 to soft-deprecate Assert.IsAssignableFrom
  • c707020 Rename XunitContext.ForV2Core to .ForV2, since this is the standard reference...
  • 99947a9 Update xUnit2007 for the new IsType/IsNotType overloads with exact match flag
  • 17d74da Update xUnit2018 for the new IsType/IsNotType overloads with exact match flag
  • 6455d4a Fix package download issue in CI?
  • Additional commits viewable in compare view

Updates Microsoft.Extensions.Http.Polly from 8.0.8 to 8.0.10

Release notes

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

.NET 8.0.10

Release

Commits

Updates Microsoft.NET.Test.Sdk from 17.11.0 to 17.11.1

Release notes

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

v17.11.1

What's Changed

Full Changelog: microsoft/vstest@v17.11.0...v17.11.1

...

Description has been truncated

Bumps the nuget group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [Meziantou.Analyzer](https://github.com/meziantou/Meziantou.Analyzer) | `2.0.163` | `2.0.177` |
| [NSubstitute](https://github.com/nsubstitute/NSubstitute) | `5.1.0` | `5.3.0` |
| [Roslynator.Analyzers](https://github.com/dotnet/roslynator) | `4.12.4` | `4.12.9` |
| [Roslynator.CodeAnalysis.Analyzers](https://github.com/dotnet/roslynator) | `4.12.4` | `4.12.9` |
| [Roslynator.Formatting.Analyzers](https://github.com/dotnet/roslynator) | `4.12.4` | `4.12.9` |
| [xunit.analyzers](https://github.com/xunit/xunit.analyzers) | `1.16.0` | `1.17.0` |
| [Microsoft.Extensions.Http.Polly](https://github.com/dotnet/aspnetcore) | `8.0.8` | `8.0.10` |
| [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.11.0` | `17.11.1` |
| [xunit.analyzers](https://github.com/xunit/xunit.analyzers) | `1.16.0` | `1.16.0` |
| [xunit](https://github.com/xunit/xunit) | `2.9.0` | `2.9.2` |



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

Updates `NSubstitute` from 5.1.0 to 5.3.0
- [Release notes](https://github.com/nsubstitute/NSubstitute/releases)
- [Changelog](https://github.com/nsubstitute/NSubstitute/blob/main/CHANGELOG.md)
- [Commits](nsubstitute/NSubstitute@v5.1.0...v5.3.0)

Updates `Roslynator.Analyzers` from 4.12.4 to 4.12.9
- [Release notes](https://github.com/dotnet/roslynator/releases)
- [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md)
- [Commits](dotnet/roslynator@v4.12.4...v4.12.9)

Updates `Roslynator.CodeAnalysis.Analyzers` from 4.12.4 to 4.12.9
- [Release notes](https://github.com/dotnet/roslynator/releases)
- [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md)
- [Commits](dotnet/roslynator@v4.12.4...v4.12.9)

Updates `Roslynator.Formatting.Analyzers` from 4.12.4 to 4.12.9
- [Release notes](https://github.com/dotnet/roslynator/releases)
- [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md)
- [Commits](dotnet/roslynator@v4.12.4...v4.12.9)

Updates `xunit.analyzers` from 1.16.0 to 1.17.0
- [Commits](xunit/xunit.analyzers@1.16.0...1.17.0)

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

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

Updates `xunit.analyzers` from 1.16.0 to 1.16.0
- [Commits](xunit/xunit.analyzers@1.16.0...1.17.0)

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

---
updated-dependencies:
- dependency-name: Meziantou.Analyzer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: NSubstitute
  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-patch
  dependency-group: nuget
- dependency-name: Roslynator.CodeAnalysis.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: Roslynator.Formatting.Analyzers
  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: Microsoft.Extensions.Http.Polly
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: Microsoft.NET.Test.Sdk
  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-patch
  dependency-group: nuget
- dependency-name: xunit
  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 Nov 9, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 16, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 16, 2024
@dependabot dependabot bot deleted the dependabot/nuget/nuget-5bb2bfa9ee branch November 16, 2024 16:30
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