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

build(deps): Bump the nuget-dependencies group with 2 updates #343

Closed

Conversation

dependabot[bot]
Copy link

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

Bumps the nuget-dependencies group with 2 updates: xunit and xunit.runner.visualstudio.

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-dependencies group with 2 updates: [xunit](https://github.com/xunit/xunit) and [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit).


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: xunit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the Dependencies ⬆️ Update dependencies. label May 26, 2024
@github-actions github-actions bot added the Tests 🧪 Add or update tests label May 26, 2024
@trafico-bot trafico-bot bot added the 🔍 Ready for Review Pull Request is not reviewed yet label May 26, 2024

This comment has been minimized.

Copy link

Summary

Summary
Generated on: 05/26/2024 - 15:17:49
Parser: Cobertura
Assemblies: 3
Classes: 59
Files: 56
Line coverage: 65.3% (1008 of 1543)
Covered lines: 1008
Uncovered lines: 535
Coverable lines: 1543
Total lines: 1825
Branch coverage: 44.4% (161 of 362)
Covered branches: 161
Total branches: 362
Method coverage: Feature is only available for sponsors
Tag: 773_9244290329

Coverage

Dappery.Core - 52.4%
Name Line Branch
Dappery.Core 52.4% 41.6%
Dappery.Core.Beers.Commands.CreateBeer.CreateBeerCommand 100%
Dappery.Core.Beers.Commands.CreateBeer.CreateBeerCommandHandler 100% 100%
Dappery.Core.Beers.Commands.CreateBeer.CreateBeerCommandValidator 0%
Dappery.Core.Beers.Commands.DeleteBeer.DeleteBeerCommand 100%
Dappery.Core.Beers.Commands.DeleteBeer.DeleteBeerCommandHandler 100%
Dappery.Core.Beers.Commands.DeleteBeer.DeleteBeerCommandValidator 0%
Dappery.Core.Beers.Commands.UpdateBeer.UpdateBeerCommand 100%
Dappery.Core.Beers.Commands.UpdateBeer.UpdateBeerCommandHandler 100% 100%
Dappery.Core.Beers.Commands.UpdateBeer.UpdateBeerCommandValidator 0%
Dappery.Core.Beers.Queries.GetBeers.GetBeersQueryHandler 100% 100%
Dappery.Core.Beers.Queries.RetrieveBeer.RetrieveBeerQuery 100%
Dappery.Core.Beers.Queries.RetrieveBeer.RetrieveBeerQueryHandler 100%
Dappery.Core.Beers.Queries.RetrieveBeer.RetrieveBeerQueryValidator 0%
Dappery.Core.Breweries.Commands.CreateBrewery.CreateBreweryCommand 100%
Dappery.Core.Breweries.Commands.CreateBrewery.CreateBreweryCommandHandler 100% 50%
Dappery.Core.Breweries.Commands.CreateBrewery.CreateBreweryCommandValidator 100%
Dappery.Core.Breweries.Commands.DeleteBrewery.DeleteBreweryCommand 100%
Dappery.Core.Breweries.Commands.DeleteBrewery.DeleteBreweryCommandHandler 100%
Dappery.Core.Breweries.Commands.DeleteBrewery.DeleteBreweryCommandValidator 0%
Dappery.Core.Breweries.Commands.UpdateBrewery.UpdateBreweryCommand 100%
Dappery.Core.Breweries.Commands.UpdateBrewery.UpdateBreweryCommandHandler 100% 100%
Dappery.Core.Breweries.Commands.UpdateBrewery.UpdateBreweryCommandValidator 0%
Dappery.Core.Breweries.Queries.GetBreweries.GetBreweriesQueryHandler 100% 100%
Dappery.Core.Breweries.Queries.RetrieveBrewery.RetrieveBreweryQuery 100%
Dappery.Core.Breweries.Queries.RetrieveBrewery.RetrieveBreweryQueryHandler 100% 100%
Dappery.Core.Breweries.Queries.RetrieveBrewery.RetrieveBreweryQueryValidato
r
0%
Dappery.Core.Exceptions.DapperyApiError 0%
Dappery.Core.Exceptions.DapperyApiException 42.8%
Dappery.Core.Extensions.BeerExtensions 100% 75%
Dappery.Core.Extensions.BreweryExtensions 100% 68.7%
Dappery.Core.Extensions.RuleBuilderExtensions 78.7% 68.1%
Dappery.Core.Extensions.RuleBuilderExtensions 78.7% 68.1%
Dappery.Core.Extensions.StartupExtensions 0% 0%
Dappery.Core.Infrastructure.RequestValidationBehavior.<>c<TRequest, TRespon
se>
0%
Dappery.Core.Infrastructure.RequestValidationBehavior<TRequest, TResponse> 0% 0%
Dappery.Core.Infrastructure.RequestValidationBehavior<TRequest, TResponse> 0%
System.Text.RegularExpressions.Generated 42.6% 31.5%
Dappery.Data - 97.6%
Name Line Branch
Dappery.Data 97.6% 84.6%
Dappery.Data.Repositories.BeerRepository 100% 100%
Dappery.Data.Repositories.BreweryRepository 100% 100%
Dappery.Data.UnitOfWork 93.9% 50%
Dappery.Domain - 87.3%
Name Line Branch
Dappery.Domain 87.3% 0%
Dappery.Domain.Dtos.AddressDto 100%
Dappery.Domain.Dtos.Beer.BeerDto 100%
Dappery.Domain.Dtos.Beer.CreateBeerDto 100%
Dappery.Domain.Dtos.Beer.UpdateBeerDto 100%
Dappery.Domain.Dtos.Brewery.BreweryDto 100%
Dappery.Domain.Dtos.Brewery.CreateBreweryDto 100%
Dappery.Domain.Dtos.Brewery.UpdateBreweryDto 100%
Dappery.Domain.Dtos.ErrorDto 0% 0%
Dappery.Domain.Entities.Address 100%
Dappery.Domain.Entities.Beer 100%
Dappery.Domain.Entities.Brewery 100%
Dappery.Domain.Entities.TimeStampedEntity 100%
Dappery.Domain.Media.BeerResource 100%
Dappery.Domain.Media.BeerResourceList 100%
Dappery.Domain.Media.BreweryResource 100%
Dappery.Domain.Media.BreweryResourceList 100%
Dappery.Domain.Media.Resource 100%
Dappery.Domain.Media.ResourceList 100%
Dappery.Domain.ViewModels.ErrorViewModel 0%

@AjayKMehta
Copy link
Owner

@dependabot close

@dependabot dependabot bot closed this May 26, 2024
Copy link
Author

dependabot bot commented on behalf of github May 26, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/nuget/nuget-dependencies-63bf006411 branch May 26, 2024 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies ⬆️ Update dependencies. 🔍 Ready for Review Pull Request is not reviewed yet Tests 🧪 Add or update tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant