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 bunit from 1.14.4 to 1.28.9 in /components/tests/Piipan.Components.Tests #2146

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 22, 2024

Bumps bunit from 1.14.4 to 1.28.9.

Release notes

Sourced from bunit's releases.

1.28.9

Fixed

  • bUnit's built-in HTML parser did not correctly parse full HTML documents that included a <!DOCTYPE html> as the first element. Fixed by @​egil.
  • @formname directive led to an InvalidOperationException when used on a form element. Reported by @​suzu2469 in #1438. Fixed by @​egil/@​linkdotnet.

Changed

  • NavigationManager is again registered as a singleton instead of scoped.

1.27.17

Added

  • Support for IKeyedServiceProvider in net8.0. Reported by @​ViRuSTriNiTy. By @​linkdotnet.
  • Support for net9.0. NOTE, there is no commitment as of now to support net9.0 in bUnit v1. However. Support for net9.0 may move to a future v2 release of bUnit and be deprecated in v1. However, allowing bUnit to build and work with net9.0 previews allows our users to keep testing!

Fixed

1.26.64

Changed

  • Upgraded AngleSharp to 1.0.7.

Fixed

  • When the TestContext was disposed, the Blazor Renderer itself didn't dispose components under test. By @​linkdotnet.
  • When navigating, the HistoryEntryState on NavigationManager will be populated. By @​linkdotnet.

Added

  • New overloads for IRenderedFragmentBase.InvokeAsync that allow retrieving the work item's return value. By @​jcparkyn.

1.25.3

  • Upgrade all .NET 8 preview dependencies to .NET 8 stable.

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.

... (truncated)

Changelog

Sourced from bunit's changelog.

[1.28.9] - 2024-04-19

Fixed

  • bUnit's built-in HTML parser did not correctly parse full HTML documents that included a <!DOCTYPE html> as the first element. Fixed by @​egil.
  • @formname directive led to an InvalidOperationException when used on a form element. Reported by @​suzu2469 in #1438. Fixed by @​egil/@​linkdotnet.

Changed

  • NavigationManager is again registered as a singleton instead of scoped.

[1.27.17] - 2024-03-02

Added

  • Support for IKeyedServiceProvider in net8.0. Reported by @​ViRuSTriNiTy. By @​linkdotnet.
  • Support for net9.0. NOTE, there is no commitment as of now to support net9.0 in bUnit v1. However. Support for net9.0 may move to a future v2 release of bUnit and be deprecated in v1. However, allowing bUnit to build and work with net9.0 previews allows our users to keep testing!

Fixed

[1.26.64] - 2023-12-20

Changed

  • Upgraded AngleSharp to 1.0.7. Info: The usage of AngleSharpWrappers is not needed anymore. Any usage of Unwrap should not be needed anymore.

Fixed

  • When the TestContext was disposed, the Blazor Renderer itself didn't dispose components under test. By @​linkdotnet.
  • When navigating, the HistoryEntryState on NavigationManager will be populated. By @​linkdotnet.

Added

  • New overloads for IRenderedFragmentBase.InvokeAsync that allow retrieving the work item's return value. By @​jcparkyn.

[1.25.3] - 2023-11-14

  • Upgrade all .NET 8 preview dependencies to .NET 8 stable.

[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

... (truncated)

Commits
  • f246f7a Updated CHANGELOG.md for 1.28.9 release
  • dd1dce5 Merge pull request #1452 from bUnit-dev/release/v1.28
  • afadabd Set version to '1.28'
  • 27a43f7 fix: Htmlizer can handle NamedEvents
  • f8ede16 ci: tweak rebase of v2 on main script
  • 05c7564 ci: disable automatic rebase attempt
  • 1e3bd94 ci: fix mistake in rebase workflow
  • cbe0cbd ci: add automatic rebase of v2 on main after push to main
  • 60699a3 chore: remove old code
  • 69f866e build(deps): Bump dotnet-serve from 1.10.172 to 1.10.175 (#1430)
  • 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 <dependency name> 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)

Bumps [bunit](https://github.com/bUnit-dev/bUnit) from 1.14.4 to 1.28.9.
- [Release notes](https://github.com/bUnit-dev/bUnit/releases)
- [Changelog](https://github.com/bUnit-dev/bUnit/blob/main/CHANGELOG.md)
- [Commits](bUnit-dev/bUnit@v1.14.4...v1.28.9)

---
updated-dependencies:
- dependency-name: bunit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
0 participants