@backstage/frontend-test-utils 0.4.4 → 0.4.5

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 +11 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @backstage/frontend-test-utils
2
2
 
3
+ ## 0.4.5
4
+
5
+ ### Patch Changes
6
+
7
+ - f577bfa: Fixed Router deprecation warning and switched to using new `RouterBlueprint` from `@backstage/plugin-app-api`.
8
+ - 5683c85: Bump to latest zod to ensure it has the latest features
9
+ - Updated dependencies
10
+ - @backstage/frontend-app-api@0.14.1
11
+ - @backstage/frontend-plugin-api@0.13.4
12
+ - @backstage/plugin-app@0.3.5
13
+
3
14
  ## 0.4.4
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/frontend-test-utils",
3
- "version": "0.4.4",
3
+ "version": "0.4.5",
4
4
  "backstage": {
5
5
  "role": "web-library"
6
6
  },
@@ -32,17 +32,17 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@backstage/config": "^1.3.6",
35
- "@backstage/frontend-app-api": "^0.14.0",
36
- "@backstage/frontend-plugin-api": "^0.13.3",
37
- "@backstage/plugin-app": "^0.3.4",
35
+ "@backstage/frontend-app-api": "^0.14.1",
36
+ "@backstage/frontend-plugin-api": "^0.13.4",
37
+ "@backstage/plugin-app": "^0.3.5",
38
38
  "@backstage/plugin-app-react": "^0.1.0",
39
39
  "@backstage/test-utils": "^1.7.14",
40
40
  "@backstage/types": "^1.2.2",
41
41
  "@backstage/version-bridge": "^1.0.11",
42
- "zod": "^3.22.4"
42
+ "zod": "^3.25.76"
43
43
  },
44
44
  "devDependencies": {
45
- "@backstage/cli": "^0.35.2",
45
+ "@backstage/cli": "^0.35.3",
46
46
  "@testing-library/jest-dom": "^6.0.0",
47
47
  "@types/react": "^18.0.0",
48
48
  "react": "^18.0.2",