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 in /GitHubIssueFormsParser with 11 updates #177

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the nuget group in /GitHubIssueFormsParser with 11 updates:

Package From To
YamlDotNet 15.1.0 15.1.2
Meziantou.Analyzer 2.0.139 2.0.145
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
xunit 2.6.6 2.7.0
xunit.runner.visualstudio 2.5.6 2.5.7

Updates YamlDotNet from 15.1.0 to 15.1.2

Release notes

Sourced from YamlDotNet's releases.

Release 15.1.2

  • Merge pull request #912 from EdwardCooke/ec-732
    Fixed #732, quote strings starting with whitespace characters

Release 15.1.1

  • Merge pull request #902 from EdwardCooke/ec-901
    Fixed #901 - private constructor and tag issue
Commits
  • 7ae209b Quoted test changes to not log to stdout
  • 33ed33b Merge pull request #912 from EdwardCooke/ec-732
  • 66c68a2 Fixed #732, quote strings starting with whitespace characters
  • 19d7875 Merge pull request #902 from EdwardCooke/ec-901
  • b735083 Fixed #901 - private constructor and tag issue
  • See full diff in compare view

Updates Meziantou.Analyzer from 2.0.139 to 2.0.145

Release notes

Sourced from Meziantou.Analyzer's releases.

2.0.145

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

What's Changed

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

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

... (truncated)

Commits
  • c0972b2 Add code fixer for MA0154
  • 78170a9 Improve performance of some rules
  • d947560 New rule MA0154: Use langword in XML comment
  • 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)
  • Add analyzer "Simplify numeric comparison" RCS1268 (PR by @​jakubreznak)

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)
  • Add analyzer "Simplify numeric comparison" RCS1268 (PR by @​jakubreznak)

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)
  • Add analyzer "Simplify numeric comparison" RCS1268 (PR by @​jakubreznak)

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 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 in /GitHubIssueFormsParser with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [YamlDotNet](/~https://github.com/aaubry/YamlDotNet) | `15.1.0` | `15.1.2` |
| [Meziantou.Analyzer](/~https://github.com/meziantou/Meziantou.Analyzer) | `2.0.139` | `2.0.145` |
| [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` |
| [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 `YamlDotNet` from 15.1.0 to 15.1.2
- [Release notes](/~https://github.com/aaubry/YamlDotNet/releases)
- [Commits](aaubry/YamlDotNet@v15.1.0...v15.1.2)

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

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 `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: YamlDotNet
  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: 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 Mar 9, 2024
@edumserrano edumserrano enabled auto-merge (squash) March 10, 2024 14:57
@edumserrano edumserrano disabled auto-merge March 10, 2024 14:57
@edumserrano edumserrano merged commit 1502f29 into main Mar 10, 2024
4 of 5 checks passed
@edumserrano edumserrano deleted the dependabot/nuget/GitHubIssueFormsParser/nuget-f0b204e120 branch March 10, 2024 14:58
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.

1 participant