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 14 updates #224

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 8, 2025

Bumps the nuget group with 14 updates in the /GitHubIssueFormsParser directory:

Package From To
Meziantou.Analyzer 2.0.172 2.0.186
Microsoft.VisualStudio.Threading.Analyzers 17.11.20 17.12.19
Roslynator.Analyzers 4.12.8 4.12.11
Roslynator.CodeAnalysis.Analyzers 4.12.8 4.12.11
Roslynator.Formatting.Analyzers 4.12.8 4.12.11
YamlDotNet 16.1.3 16.3.0
coverlet.collector 6.0.2 6.0.4
coverlet.msbuild 6.0.2 6.0.4
Microsoft.NET.Test.Sdk 17.11.1 17.12.0
NSubstitute 5.1.0 5.3.0
Shouldly 4.2.1 4.3.0
xunit 2.9.2 2.9.3
xunit.analyzers 1.16.0 1.18.0
xunit.runner.visualstudio 2.8.2 3.0.2

Updates Meziantou.Analyzer from 2.0.172 to 2.0.186

Release notes

Sourced from Meziantou.Analyzer's releases.

2.0.186

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

What's Changed

New Contributors

Full Changelog: meziantou/Meziantou.Analyzer@2.0.185...2.0.186

2.0.185

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

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.184...2.0.185

2.0.184

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

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.183...2.0.184

2.0.183

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

Full Changelog: meziantou/Meziantou.Analyzer@2.0.182...2.0.183

2.0.182

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

Full Changelog: meziantou/Meziantou.Analyzer@2.0.181...2.0.182

2.0.181

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

What's Changed

New Contributors

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

... (truncated)

Commits
  • c939d72 Align message to behavior for MA0157 (#783)
  • 54e9030 Allow to disable all rules using a property (#781)
  • 6ca45f8 Update global.json (#778)
  • 764a0a8 Fixer for MA0042 adds parentheses if needed
  • aa97561 Find token from Xunit.TestContext.Current.CancellationToken
  • 58436c3 Code fixer for MA0053 now supports records
  • 1b0e98c MA0042 skips MemoryStream when type is explicit
  • f255a66 Update MA0076.md (#772)
  • ac26787 Add an option to detect overloads with optional parameters (#771)
  • 970347a Fix folder cache to reduce flakiness (#769)
  • Additional commits viewable in compare view

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

Release notes

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

v17.12.19

Enhancements

Fixes

Other

Full Changelog: microsoft/vs-threading@v17.11.20...v17.12.19

Commits
  • 2ac34d4 Juno: check in to juno/hb_f2f230f9-08b4-4714-af00-6fce66aaeb84_20240926115059...
  • 98d7543 Merge pull request #1353 from microsoft/dev/lifengl/retargetSosToolToNET8
  • d516ea9 Merge pull request #1355 from AArnott/fix1354
  • 183e5de Raise VSTHRD002 on improper sync-blocking of configured awaiters
  • 047f86f Update sos-threading tool to use NET 8 runtime
  • bbe3328 Merge pull request #1352 from microsoft/dev/lifengl/invalidOperationDuringLoa...
  • d102825 Fix an invalid operation exception when enumerating RarelyRemoveItemSet.
  • 71812ef Set version to '17.12'
  • 40d6076 Juno: check in to juno/hb_f2f230f9-08b4-4714-af00-6fce66aaeb84_20240816121740...
  • 6b7255b Juno: check in to juno/hb_f2f230f9-08b4-4714-af00-6fce66aaeb84_20240815120037...
  • Additional commits viewable in compare view

Updates Roslynator.Analyzers from 4.12.8 to 4.12.11

Release notes

Sourced from Roslynator.Analyzers's releases.

v4.12.11

Added

  • [CLI] Add support for .NET 9 (PR)

Fixed

Changed

  • Move DiagnosticRules and DiagnosticIdentifiers to Roslynator.Common (PR)

v4.12.10

Fixed

Changed

  • Update whitespace formatting rules (PR)
  • Ensure that diagnostics are not reported with zero length (PR)

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.11] - 2025-01-28

Added

  • [CLI] Add support for .NET 9 (PR)

Fixed

Changed

  • Move DiagnosticRules and DiagnosticIdentifiers to Roslynator.Common (PR)

[4.12.10] - 2024-12-17

Fixed

Changed

  • Update whitespace formatting rules (PR)
  • Ensure that diagnostics are not reported with zero length (PR)

[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.11

Release notes

Sourced from Roslynator.CodeAnalysis.Analyzers's releases.

v4.12.11

Added

  • [CLI] Add support for .NET 9 (PR)

Fixed

Changed

  • Move DiagnosticRules and DiagnosticIdentifiers to Roslynator.Common (PR)

v4.12.10

Fixed

Changed

  • Update whitespace formatting rules (PR)
  • Ensure that diagnostics are not reported with zero length (PR)

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.11] - 2025-01-28

Added

  • [CLI] Add support for .NET 9 (PR)

Fixed

Changed

  • Move DiagnosticRules and DiagnosticIdentifiers to Roslynator.Common (PR)

[4.12.10] - 2024-12-17

Fixed

Changed

  • Update whitespace formatting rules (PR)
  • Ensure that diagnostics are not reported with zero length (PR)

[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.11

Release notes

Sourced from Roslynator.Formatting.Analyzers's releases.

v4.12.11

Added

  • [CLI] Add support for .NET 9 (PR)

Fixed

Changed

  • Move DiagnosticRules and DiagnosticIdentifiers to Roslynator.Common (PR)

v4.12.10

Fixed

Changed

  • Update whitespace formatting rules (PR)
  • Ensure that diagnostics are not reported with zero length (PR)

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.11] - 2025-01-28

Added

  • [CLI] Add support for .NET 9 (PR)

Fixed

Changed

  • Move DiagnosticRules and DiagnosticIdentifiers to Roslynator.Common (PR)

[4.12.10] - 2024-12-17

Fixed

Changed

  • Update whitespace formatting rules (PR)
  • Ensure that diagnostics are not reported with zero length (PR)

[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 YamlDotNet from 16.1.3 to 16.3.0

Release notes

Sourced from YamlDotNet's releases.

Release 16.3.0

What's Changed

New Contributors

Full Changelog: aaubry/YamlDotNet@v16.2.1...v16.3.0

Release 16.2.1

What's Changed

Full Changelog: aaubry/YamlDotNet@v16.2.0...v16.2.1

Release 16.2.0

What's Changed

New Contributors

Full Changelog: aaubry/YamlDotNet@v16.1.3...v16.2.0

Commits
  • ae48066 Use .net8 for create release
  • 380e2c4 Merge pull request #1025 from EdwardCooke/ec-1018-nullablefixes
  • 60536ac Removed unused private member
  • a0d770c Merge branch 'master' of github.com:aaubry/YamlDotNet into ec-1018-nullablefixes
  • 15bbfbe Removed AWS sponsor since they stopped
  • d6a3c1f Merge pull request #1017 from ogretmenb/fix_indentation
  • 63721ee Merge pull request #1007 from filzrev/perf-optimize-parse-numbers2
  • 0202eed Merge branch 'master' of github.com:aaubry/YamlDotNet into ec-1018-nullablefixes
  • 4f93e42 Merge pull request #1020 from yhd4711499/supprt-struct-aot
  • 0e3bbac Fix nullable field types due to compiler optimizations
  • Additional commits viewable in compare view

Updates coverlet.collector from 6.0.2 to 6.0.4

Release notes

Sourced from coverlet.collector's releases.

v6.0.4

Fixed

  • Fix empty coverage report when using include and exclude filters #1726

Diff between 6.0.3 and 6.0.4

v6.0.3

Fixed

  • Fix RuntimeConfigurationReader to support self-contained builds #1705 by /~https://github.com/pfeigl
  • Fix inconsistent filenames with UseSourceLink after .NET 8 #1679
  • Fix hanging tests #989
  • Fix coverlet instrumentation becomes slow after installing dotnet sdk 8.0.200 #1620
  • Fix upgrading v6.0.1 to v6.0.2 increases instrumentation time #1649
  • Fix Unable to instrument module - NET 8 #1631
  • Fix slow modules filtering process #1646 by /~https://github.com/BlackGad
  • Fix incorrect coverage await using in generic method #1490

Improvements

  • Cache the regex used in InstrumentationHelper #1693
  • Enable dotnetTool integration tests for linux #660

Diff between 6.0.2 and 6.0.3

Commits

Updates coverlet.msbuild from 6.0.2 to 6.0.4

Release notes

Sourced from coverlet.msbuild's releases.

v6.0.4

Fixed

  • Fix empty coverage report when using include and exclude filters #1726

Diff between 6.0.3 and 6.0.4

v6.0.3

Fixed

  • Fix RuntimeConfigurationReader to support self-contained builds #1705 by /~https://github.com/pfeigl
  • Fix inconsistent filenames with UseSourceLink after .NET 8 #1679
  • Fix hanging tests #989
  • Fix coverlet instrumentation becomes slow after installing dotnet sdk 8.0.200 #1620
  • Fix upgrading v6.0.1 to v6.0.2 increases instrumentation time #1649
  • Fix Unable to instrument module - NET 8 #1631
  • Fix slow modules filtering process #1646 by /~https://github.com/BlackGad
  • Fix incorrect coverage await using in generic method #1490

Improvements

  • Cache the regex used in InstrumentationHelper #1693
  • Enable dotnetTool integration tests for linux #660

Diff between 6.0.2 and 6.0.3

Commits

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

Updates NSubstitute from 5.1.0 to 5.3.0

Release notes

Sourced from NSubstitute's releases.

v5.3.0

  • [NEW] Introduced Substitute.ForTypeForwardingTo to create substitutes that forward interceptable calls to a concrete class. This provides an easy way of implementing a test spy over an existing type. Designed and implemented by @​marcoregueira in nsubstitute/NSubstitute#700 from a...

    Description has been truncated

Bumps the nuget group with 14 updates in the /GitHubIssueFormsParser directory:

| Package | From | To |
| --- | --- | --- |
| [Meziantou.Analyzer](/~https://github.com/meziantou/Meziantou.Analyzer) | `2.0.172` | `2.0.186` |
| [Microsoft.VisualStudio.Threading.Analyzers](/~https://github.com/microsoft/vs-threading) | `17.11.20` | `17.12.19` |
| [Roslynator.Analyzers](/~https://github.com/dotnet/roslynator) | `4.12.8` | `4.12.11` |
| [Roslynator.CodeAnalysis.Analyzers](/~https://github.com/dotnet/roslynator) | `4.12.8` | `4.12.11` |
| [Roslynator.Formatting.Analyzers](/~https://github.com/dotnet/roslynator) | `4.12.8` | `4.12.11` |
| [YamlDotNet](/~https://github.com/aaubry/YamlDotNet) | `16.1.3` | `16.3.0` |
| [coverlet.collector](/~https://github.com/coverlet-coverage/coverlet) | `6.0.2` | `6.0.4` |
| [coverlet.msbuild](/~https://github.com/coverlet-coverage/coverlet) | `6.0.2` | `6.0.4` |
| [Microsoft.NET.Test.Sdk](/~https://github.com/microsoft/vstest) | `17.11.1` | `17.12.0` |
| [NSubstitute](/~https://github.com/nsubstitute/NSubstitute) | `5.1.0` | `5.3.0` |
| [Shouldly](/~https://github.com/shouldly/shouldly) | `4.2.1` | `4.3.0` |
| [xunit](/~https://github.com/xunit/xunit) | `2.9.2` | `2.9.3` |
| [xunit.analyzers](/~https://github.com/xunit/xunit.analyzers) | `1.16.0` | `1.18.0` |
| [xunit.runner.visualstudio](/~https://github.com/xunit/visualstudio.xunit) | `2.8.2` | `3.0.2` |



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

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

Updates `Roslynator.Analyzers` from 4.12.8 to 4.12.11
- [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.11)

Updates `Roslynator.CodeAnalysis.Analyzers` from 4.12.8 to 4.12.11
- [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.11)

Updates `Roslynator.Formatting.Analyzers` from 4.12.8 to 4.12.11
- [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.11)

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

Updates `coverlet.collector` from 6.0.2 to 6.0.4
- [Release notes](/~https://github.com/coverlet-coverage/coverlet/releases)
- [Commits](coverlet-coverage/coverlet@v6.0.2...v6.0.4)

Updates `coverlet.msbuild` from 6.0.2 to 6.0.4
- [Release notes](/~https://github.com/coverlet-coverage/coverlet/releases)
- [Commits](coverlet-coverage/coverlet@v6.0.2...v6.0.4)

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)

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 `Shouldly` from 4.2.1 to 4.3.0
- [Release notes](/~https://github.com/shouldly/shouldly/releases)
- [Changelog](/~https://github.com/shouldly/shouldly/blob/master/BREAKING%20CHANGES.txt)
- [Commits](shouldly/shouldly@4.2.1...4.3.0)

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

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

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

---
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: 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: YamlDotNet
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: coverlet.collector
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: coverlet.msbuild
  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-minor
  dependency-group: nuget
- dependency-name: NSubstitute
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: Shouldly
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: xunit
  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: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-major
  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 8, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 15, 2025

Superseded by #225.

@dependabot dependabot bot closed this Feb 15, 2025
@dependabot dependabot bot deleted the dependabot/nuget/GitHubIssueFormsParser/nuget-8203d62240 branch February 15, 2025 22: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