CropperBlazor / Cropper.Blazor

Cropper.js as Blazor component for cropping images
https://cropperblazor.github.io
MIT License
131 stars 14 forks source link

Bump bunit from 1.23.9 to 1.24.10 in /src/Cropper.Blazor #250

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Bumps bunit from 1.23.9 to 1.24.10.

Release notes

Sourced from bunit'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'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)
dependabot[bot] commented 10 months ago

Looks like bunit is up-to-date now, so this is no longer needed.