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 /MarkdownLinkCheckLogParser with 5 updates #161

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 25, 2024

Bumps the nuget group in /MarkdownLinkCheckLogParser with 5 updates:

Package From To
Meziantou.Analyzer 2.0.151 2.0.153
xunit.analyzers 1.13.0 1.14.0
Microsoft.NET.Test.Sdk 17.9.0 17.10.0
xunit 2.8.0 2.8.1
xunit.runner.visualstudio 2.8.0 2.8.1

Updates Meziantou.Analyzer from 2.0.151 to 2.0.153

Release notes

Sourced from Meziantou.Analyzer's releases.

2.0.153

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

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.152...2.0.153

2.0.152

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

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.151...2.0.152

Commits
  • ef8775e New rule: MA0158 - Use System.Threading.Lock instead of System.Object
  • ed6845a MA0029 should not report when for IQueryable when the predicate is a reference
  • See full diff in compare view

Updates xunit.analyzers from 1.13.0 to 1.14.0

Commits
  • 1267803 v1.14.0
  • ddeb3c1 Use 'dotnet format' instead of 'dotnet dotnet-format'
  • cdb9352 Update ClassDataAttributeMustPointAtValidClass to support xUnit1037/1038/1039...
  • 9869bce xunit/xunit#2932: Add xUnit1050 to report ClassData pointing at class returni...
  • f80b09d Update descriptors for xUnit1037/1038/1039/1040 so they can be reused for Cla...
  • 347e9fb Update xUnit1007 to recognize IAsyncEnumerable and ITheoryDataRow in v3 projects
  • 2100542 Naming and sort order
  • 3fdb56a Update xUnit1019 and xUnit1042 to acknowledge support for IAsyncEnumerable in...
  • 812f27b Update to support generic TheoryDataRow
  • f5e7e3d Update xUnit1019 and xUnit1042 to support Task/ValueTask for v3 tests
  • Additional commits viewable in compare view

Updates Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0

Release notes

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

v17.10.0

What's Changed

And many infrastructure related changes and updates.

New Contributors

Full Changelog: microsoft/vstest@v17.9.0...v17.10.0

v17.10.0-release-24177-07

What's Changed

... (truncated)

Commits

Updates xunit from 2.8.0 to 2.8.1

Commits
  • ba2ae9b v2.8.1
  • 151b8d0 Use 'dotnet format' instead of 'dotnet dotnet-format'
  • be6db6f #2931: Tighten up types to prevent accidentically calling AddOrGet with a Con...
  • f466d81 #2927: Misleading error message when class used in IClassFixture<> throws exc...
  • 1911ea7 Missed unit test updates
  • f497d65 Cannot use full assembly path as dictionary key for execution options lookup,...
  • c2f2d47 Add ability to provide live output messages from running tests
  • 013093b Polyfill in StringSyntaxAttribute
  • e1e4c2e #2719: Class with custom Fact with throwing Skip should fail appropriately
  • 8b0b13c Clarify naming
  • Additional commits viewable in compare view

Updates xunit.runner.visualstudio from 2.8.0 to 2.8.1

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 /MarkdownLinkCheckLogParser with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [Meziantou.Analyzer](https://github.com/meziantou/Meziantou.Analyzer) | `2.0.151` | `2.0.153` |
| [xunit.analyzers](https://github.com/xunit/xunit.analyzers) | `1.13.0` | `1.14.0` |
| [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.9.0` | `17.10.0` |
| [xunit](https://github.com/xunit/xunit) | `2.8.0` | `2.8.1` |
| [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `2.8.0` | `2.8.1` |


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

Updates `xunit.analyzers` from 1.13.0 to 1.14.0
- [Commits](xunit/xunit.analyzers@1.13.0...1.14.0)

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

Updates `xunit` from 2.8.0 to 2.8.1
- [Commits](xunit/xunit@2.8.0...2.8.1)

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

---
updated-dependencies:
- dependency-name: Meziantou.Analyzer
  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
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 May 25, 2024
Copy link

codecov bot commented May 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.02%. Comparing base (3845be9) to head (5dc019f).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #161   +/-   ##
=======================================
  Coverage   91.02%   91.02%           
=======================================
  Files          44       44           
  Lines         479      479           
  Branches       51       51           
=======================================
  Hits          436      436           
  Misses         35       35           
  Partials        8        8           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions github-actions bot merged commit adf65a1 into main May 25, 2024
9 checks passed
@github-actions github-actions bot deleted the dependabot/nuget/MarkdownLinkCheckLogParser/nuget-df54d506f8 branch May 25, 2024 10:45
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.

None yet

0 participants