ProjektAdLer / Autorentool

Apache License 2.0
7 stars 2 forks source link

Bump bunit.web from 1.23.9 to 1.24.10 #417

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 9 months ago

Bumps bunit.web from 1.23.9 to 1.24.10.

Release notes

Sourced from bunit.web's releases.

1.24.10

Fixed

  • When the TestContext was disposed, it disposed of all services via the service provider. However, if there were ongoing renders happening, this could cause inconsistent state in the render tree, since the TestRenderer could try to access the service provider to instantiate components.
    This release changes the dispose phase such that the renderer gets disposed first, then the service provider. The disposal of any services that implement IAsyncDisposable is now also awaited. Fixed by @​egil and @​linkdotnet. Reported by @​BenSchoen in bUnit-dev/bUnit#1227.

Added

  • Support for custom service provider factories (IServiceProviderFactory<TContainerBuilder>). This enables the use of Autofac and other frameworks for dependency injection like on real-world ASP.NET Core / Blazor projects. By @​inf9144.

  • Ability to raise the oncancel and onclose event, that was introduced with .NET 8.

Changelog

Sourced from bunit.web's changelog.

[1.24.10] - 2023-10-14

Fixed

  • When the TestContext was disposed, it disposed of all services via the service provider. However, if there were ongoing renders happening, this could cause inconsistent state in the render tree, since the TestRenderer could try to access the service provider to instantiate components.
    This release changes the dispose phase such that the renderer gets disposed first, then the service provider. The disposal of any services that implement IAsyncDisposable is now also awaited. Fixed by @​egil and @​linkdotnet. Reported by @​BenSchoen in bUnit-dev/bUnit#1227.

Added

  • Support for custom service provider factories (IServiceProviderFactory<TContainerBuilder>). This enables the use of Autofac and other frameworks for dependency injection like on real-world ASP.NET Core / Blazor projects. By @​inf9144.

  • Ability to raise the oncancel and onclose event, that was introduced with .NET 8.

Commits
  • 83ef62f Updated CHANGELOG.md for 1.24.10 release
  • 2891c81 Merge pull request #1240 from bUnit-dev/release/v1.24
  • 9da72c5 Set version to '1.24'
  • 8c579d3 docs: add warning about single not being threadsafe
  • 326eb2d ci: always push preview releases to nuget.org
  • 5a6f8b5 fix: upgrade xunit to 2.5.2
  • 311e2c8 chore: remove old anglesharpwrappers.tests project
  • 2afd487 feat: Trigger OnCancel and OnClose event on dialog
  • c37455b docs: fix code sample references
  • be17d1f fix: copy MemberNotNull attribute internally for use with NETSTANDARD2.1 code
  • Additional commits viewable in compare view


Dependabot compatibility score

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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
coveralls commented 9 months ago

Pull Request Test Coverage Report for Build 6641006742


Files with Coverage Reduction New Missed Lines %
Presentation/Components/RightClickMenu/RightClickMenu.razor 2 80.77%
Presentation/View/LearningSpace/LearningSpaceView.razor 4 85.19%
Presentation/Components/Draggable.razor 5 89.39%
<!-- Total: 11 -->
Totals Coverage Status
Change from base Build 6640962656: -0.09%
Covered Lines: 11193
Relevant Lines: 12721

💛 - Coveralls
niklasstich commented 8 months ago

@dependabot rebase