Skip to content

Bump the nuget group across 1 directory with 8 updates #186

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

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the nuget group with 8 updates in the /MarkdownLinkCheckLogParser directory:

Package From To
Meziantou.Analyzer 2.0.172 2.0.180
Microsoft.VisualStudio.Threading.Analyzers 17.11.20 17.12.19
NSubstitute 5.1.0 5.3.0
Roslynator.Analyzers 4.12.8 4.12.9
Roslynator.CodeAnalysis.Analyzers 4.12.8 4.12.9
Roslynator.Formatting.Analyzers 4.12.8 4.12.9
xunit.analyzers 1.16.0 1.17.0
Microsoft.NET.Test.Sdk 17.11.1 17.12.0

Updates Meziantou.Analyzer from 2.0.172 to 2.0.180

Release notes

Sourced from Meziantou.Analyzer's releases.

2.0.180

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

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.179...2.0.180

2.0.179

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

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.178...2.0.179

2.0.178

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

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

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

... (truncated)

Commits
  • ac26787 Add an option to detect overloads with optional parameters (#771)
  • 970347a Fix folder cache to reduce flakiness (#769)
  • f807685 Update .NET SDK 9.0 (#768)
  • 4975e3b Detect DataClassificationAttribute on containing type
  • 32732ae MA0151 handles backslashs in expressions
  • 7c884cf Check documentation on CI (#765)
  • 7854071 Simplify AvoidUsingRedundantElseAnalyzer (#763)
  • 4812886 Add codefixer to convert a string to an interpolated string
  • 3b050d1 Disable more IDE0058
  • See full diff in compare view

Updates Microsoft.VisualStudio.Threading.Analyzers from 17.11.20 to 17.12.19

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.8 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).
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).
Commits

Updates Roslynator.CodeAnalysis.Analyzers from 4.12.8 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).
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).
Commits

Updates Roslynator.Formatting.Analyzers from 4.12.8 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).
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).
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.NET.Test.Sdk from 17.11.1 to 17.12.0

Release notes

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

v17.12.0

What's Changed

Internal and infrastructure fixes:

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

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 8 updates in the /MarkdownLinkCheckLogParser directory:

| Package | From | To |
| --- | --- | --- |
| [Meziantou.Analyzer](https://github.com/meziantou/Meziantou.Analyzer) | `2.0.172` | `2.0.180` |
| [Microsoft.VisualStudio.Threading.Analyzers](https://github.com/microsoft/vs-threading) | `17.11.20` | `17.12.19` |
| [NSubstitute](https://github.com/nsubstitute/NSubstitute) | `5.1.0` | `5.3.0` |
| [Roslynator.Analyzers](https://github.com/dotnet/roslynator) | `4.12.8` | `4.12.9` |
| [Roslynator.CodeAnalysis.Analyzers](https://github.com/dotnet/roslynator) | `4.12.8` | `4.12.9` |
| [Roslynator.Formatting.Analyzers](https://github.com/dotnet/roslynator) | `4.12.8` | `4.12.9` |
| [xunit.analyzers](https://github.com/xunit/xunit.analyzers) | `1.16.0` | `1.17.0` |
| [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.11.1` | `17.12.0` |



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

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

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.8 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.8...v4.12.9)

Updates `Roslynator.CodeAnalysis.Analyzers` from 4.12.8 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.8...v4.12.9)

Updates `Roslynator.Formatting.Analyzers` from 4.12.8 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.8...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.NET.Test.Sdk` from 17.11.1 to 17.12.0
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.11.1...v17.12.0)

---
updated-dependencies:
- 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: 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.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 23, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 30, 2024

Superseded by #187.

@dependabot dependabot bot closed this Nov 30, 2024
@dependabot dependabot bot deleted the dependabot/nuget/MarkdownLinkCheckLogParser/nuget-908d69261c branch November 30, 2024 10:35
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