Skip to content

Bump bunit from 1.40.0 to 2.5.3#112

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/tests/FrontEnd.Tests.Unit/bunit-2.5.3
Open

Bump bunit from 1.40.0 to 2.5.3#112
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/tests/FrontEnd.Tests.Unit/bunit-2.5.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2026

Updated bunit from 1.40.0 to 2.5.3.

Release notes

Sourced from bunit's releases.

2.5.3

Added

  • Render(RenderFragment) is preferred via the OverloadResolutionAttribute. Reported by @​ScarletKuro in #​1800. Fixed by @​linkdotnet.
  • FindByTestId to bunit.web.query to gather elements by a given test id. By @​jimSampica

2.4.2

Fixed

  • Use proper return typed for InputAsync and ChangeAsync methods.

2.3.4

Added

  • Added generic overloads Find{TComponent, TElement} and FindAll{TComponent, TElement} to query for specific element types (e.g., IHtmlInputElement). By @​linkdotnet.
  • Added generic overloads WaitForElement{TComponent, TElement} and WaitForElements{TComponent, TElement} to wait for specific element types. By @​linkdotnet.

Fixed

  • Adding convenient overloads for InputAsync and ChangeAsync to have feature parity with the sync version. Reported by @​ScarletKuro. Fixed by @​linkdotnet.

2.2.2

Added

  • Added FindByAllByLabel to bunit.web.query package. By @​linkdotnet.

Fixed

  • Updated AngleSharp.Diffing to fix a bug related to unknown HTML elements. Reported by @​md-at-slashwhy.

2.1.1

Changed

  • Registering AuthenticationState in the services container rather than as part of the RenderTree. Fixes #​1774 reported by @​aayjaychan.

2.0.66

This major release focuses on platform updates and API simplifications.

For a migration guide, see Upgrading bUnit.

Changed

  • Target framework support updated: added support for .NET 10 (net10.0) and dropped all versions prior to .NET 8 (net8.0).
  • Cleanup of the API with simplifications of many API calls and methods. This also includes renaming of some objects to better reflect their purpose.

Added

  • Support for form submission from submit buttons and inputs that are outside the form element but associated via the HTML5 form attribute. Reported and fixed in #​1766.
  • Improved renderer logic that catches more edge cases.
  • Improved developer experience in relation to JSInterop.

Commits viewable in compare view.

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jan 13, 2026
@github-actions github-actions bot enabled auto-merge (squash) January 13, 2026 00:34
@github-actions
Copy link
Copy Markdown

github-actions bot commented Jan 13, 2026

OpenTofu plan in infrastructure
With backend config: resource_group_name=rg-ProjectCoordinator-Deploy-prd storage_account_name=stprdtfprojectcoordinato container_name=tfstate

With variables

environment                = "prd"
key_vault_name             = "kv-ProjectCoordi-prd-zgm"
open_route_service_api_key = (sensitive value)
redirect_uris_number       = 40
Plan: 0 to add, 1 to change, 0 to destroy.
OpenTofu used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
!~  update in-place

OpenTofu will perform the following actions:

  # azurerm_static_web_app.this will be updated in-place
!~  resource "azurerm_static_web_app" "this" {
!~      app_settings                       = {
!~          "OpenRouteService__ApiKey"              = (sensitive value)
#            (10 unchanged elements hidden)
        }
        id                                 = "/subscriptions/36fd3843-f200-408f-a432-9bd04c5af9be/resourceGroups/rg-ProjectCoordinator-prd/providers/Microsoft.Web/staticSites/stapp-ProjectCoordinator-prd"
        name                               = "stapp-ProjectCoordinator-prd"
        tags                               = {}
#        (11 unchanged attributes hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.

📝 Plan generated in Create terraform plan #295

@dependabot dependabot bot force-pushed the dependabot/nuget/tests/FrontEnd.Tests.Unit/bunit-2.5.3 branch from a3932f9 to 938848e Compare January 17, 2026 19:13
---
updated-dependencies:
- dependency-name: bunit
  dependency-version: 2.5.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/tests/FrontEnd.Tests.Unit/bunit-2.5.3 branch from 938848e to fd0e1c0 Compare February 8, 2026 20:22
@github-actions
Copy link
Copy Markdown

github-actions bot commented Feb 8, 2026

Azure Static Web Apps: Your stage site is ready! Visit it here: https://ambitious-island-0f6399d03-112.westeurope.1.azurestaticapps.net

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

Development

Successfully merging this pull request may close these issues.

AddAuthorization() / AddTestAuthorization() doesn't work with shallow rendering

0 participants