Skip to content

chore(deps-dev): bump @backstage/frontend-test-utils from 0.5.1 to 0.6.1#1060

Open
dependabot[bot] wants to merge 1 commit into
nextfrom
dependabot/npm_and_yarn/next/backstage/frontend-test-utils-0.6.1
Open

chore(deps-dev): bump @backstage/frontend-test-utils from 0.5.1 to 0.6.1#1060
dependabot[bot] wants to merge 1 commit into
nextfrom
dependabot/npm_and_yarn/next/backstage/frontend-test-utils-0.6.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor

Bumps @backstage/frontend-test-utils from 0.5.1 to 0.6.1.

Changelog

Sourced from @​backstage/frontend-test-utils's changelog.

0.6.1

Patch Changes

  • 62dd4fc: Added a mountPath option to renderInTestApp that controls the route path pattern the test element is rendered at. When set, the element is wrapped in a <Route> with the given path, enabling useParams() to extract route parameters from the URL. Use together with initialRouteEntries to set a concrete URL that matches the pattern. This is useful for testing page components that depend on URL parameters, such as entity pages that use useRouteRefParams.
  • Updated dependencies
    • @​backstage/plugin-app@​0.5.0
    • @​backstage/frontend-plugin-api@​0.17.2
    • @​backstage/frontend-app-api@​0.16.4
    • @​backstage/core-app-api@​1.20.2
    • @​backstage/core-plugin-api@​1.12.7
    • @​backstage/test-utils@​1.7.19
    • @​backstage/plugin-app-react@​0.2.4
    • @​backstage/plugin-permission-react@​0.5.2

0.6.1-next.1

Patch Changes

  • Updated dependencies
    • @​backstage/frontend-plugin-api@​0.17.2-next.0
    • @​backstage/core-plugin-api@​1.12.7-next.0
    • @​backstage/frontend-app-api@​0.16.4-next.1
    • @​backstage/plugin-app@​0.4.7-next.1
    • @​backstage/plugin-app-react@​0.2.4-next.0
    • @​backstage/core-app-api@​1.20.2-next.0
    • @​backstage/test-utils@​1.7.19-next.0
    • @​backstage/plugin-permission-react@​0.5.2-next.0

0.6.1-next.0

Patch Changes

  • 62dd4fc: Added a mountPath option to renderInTestApp that controls the route path pattern the test element is rendered at. When set, the element is wrapped in a <Route> with the given path, enabling useParams() to extract route parameters from the URL. Use together with initialRouteEntries to set a concrete URL that matches the pattern. This is useful for testing page components that depend on URL parameters, such as entity pages that use useRouteRefParams.
  • Updated dependencies
    • @​backstage/plugin-app@​0.4.7-next.0
    • @​backstage/frontend-app-api@​0.16.4-next.0

0.6.0

Minor Changes

  • 44d77e9: BREAKING: renderInTestApp no longer renders a sidebar or legacy nav-item extensions. The app nav extension is now disabled in the minimal test app shell, along with the layout and routes extensions.

    If your tests passed features containing nav-item extensions and asserted on links or labels in that stub sidebar, switch to renderTestApp instead — it uses the real app shell and discovers nav items from page extensions.

    If you only use renderInTestApp to mount a component with APIs or route refs, there is no change.

Patch Changes

... (truncated)

Commits

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 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 [@backstage/frontend-test-utils](https://github.com/backstage/backstage/tree/HEAD/packages/frontend-test-utils) from 0.5.1 to 0.6.1.
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/frontend-test-utils/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/frontend-test-utils)

---
updated-dependencies:
- dependency-name: "@backstage/frontend-test-utils"
  dependency-version: 0.6.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 29, 2026
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants