@backstage/frontend-test-utils 0.6.1-next.0 → 0.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +29 -0
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # @backstage/frontend-test-utils
2
2
 
3
+ ## 0.6.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 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`.
8
+ - Updated dependencies
9
+ - @backstage/plugin-app@0.5.0
10
+ - @backstage/frontend-plugin-api@0.17.2
11
+ - @backstage/frontend-app-api@0.16.4
12
+ - @backstage/core-app-api@1.20.2
13
+ - @backstage/core-plugin-api@1.12.7
14
+ - @backstage/test-utils@1.7.19
15
+ - @backstage/plugin-app-react@0.2.4
16
+ - @backstage/plugin-permission-react@0.5.2
17
+
18
+ ## 0.6.1-next.1
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies
23
+ - @backstage/frontend-plugin-api@0.17.2-next.0
24
+ - @backstage/core-plugin-api@1.12.7-next.0
25
+ - @backstage/frontend-app-api@0.16.4-next.1
26
+ - @backstage/plugin-app@0.4.7-next.1
27
+ - @backstage/plugin-app-react@0.2.4-next.0
28
+ - @backstage/core-app-api@1.20.2-next.0
29
+ - @backstage/test-utils@1.7.19-next.0
30
+ - @backstage/plugin-permission-react@0.5.2-next.0
31
+
3
32
  ## 0.6.1-next.0
4
33
 
5
34
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/frontend-test-utils",
3
- "version": "0.6.1-next.0",
3
+ "version": "0.6.1",
4
4
  "backstage": {
5
5
  "role": "web-library"
6
6
  },
@@ -31,25 +31,25 @@
31
31
  "test": "backstage-cli package test"
32
32
  },
33
33
  "dependencies": {
34
- "@backstage/config": "1.3.8",
35
- "@backstage/core-app-api": "1.20.1",
36
- "@backstage/core-plugin-api": "1.12.6",
37
- "@backstage/filter-predicates": "0.1.3",
38
- "@backstage/frontend-app-api": "0.16.4-next.0",
39
- "@backstage/frontend-plugin-api": "0.17.0",
40
- "@backstage/plugin-app": "0.4.7-next.0",
41
- "@backstage/plugin-app-react": "0.2.3",
42
- "@backstage/plugin-permission-common": "0.9.9",
43
- "@backstage/plugin-permission-react": "0.5.1",
44
- "@backstage/test-utils": "1.7.18",
45
- "@backstage/types": "1.2.2",
46
- "@backstage/version-bridge": "1.0.12",
34
+ "@backstage/config": "^1.3.8",
35
+ "@backstage/core-app-api": "^1.20.2",
36
+ "@backstage/core-plugin-api": "^1.12.7",
37
+ "@backstage/filter-predicates": "^0.1.3",
38
+ "@backstage/frontend-app-api": "^0.16.4",
39
+ "@backstage/frontend-plugin-api": "^0.17.2",
40
+ "@backstage/plugin-app": "^0.5.0",
41
+ "@backstage/plugin-app-react": "^0.2.4",
42
+ "@backstage/plugin-permission-common": "^0.9.9",
43
+ "@backstage/plugin-permission-react": "^0.5.2",
44
+ "@backstage/test-utils": "^1.7.19",
45
+ "@backstage/types": "^1.2.2",
46
+ "@backstage/version-bridge": "^1.0.12",
47
47
  "i18next": "^22.4.15",
48
48
  "zen-observable": "^0.10.0",
49
49
  "zod": "^3.25.76 || ^4.0.0"
50
50
  },
51
51
  "devDependencies": {
52
- "@backstage/cli": "0.36.3-next.0",
52
+ "@backstage/cli": "^0.36.3",
53
53
  "@testing-library/jest-dom": "^6.0.0",
54
54
  "@types/jest": "*",
55
55
  "@types/react": "^18.0.0",