@backstage/test-utils 1.7.15-next.2 → 1.7.16-next.0

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 +26 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @backstage/test-utils
2
2
 
3
+ ## 1.7.16-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/config@1.3.6
9
+ - @backstage/core-app-api@1.19.6-next.0
10
+ - @backstage/core-plugin-api@1.12.4-next.0
11
+ - @backstage/theme@0.7.2
12
+ - @backstage/types@1.2.2
13
+ - @backstage/plugin-permission-common@0.9.6
14
+ - @backstage/plugin-permission-react@0.4.41-next.0
15
+
16
+ ## 1.7.15
17
+
18
+ ### Patch Changes
19
+
20
+ - a7e0d50: Updated `react-router-dom` peer dependency to `^6.30.2` and explicitly disabled v7 future flags to suppress deprecation warnings.
21
+ - 68eb322: Added `@types/jest` as an optional peer dependency, since jest types are exposed in the public API surface.
22
+ - Updated dependencies
23
+ - @backstage/core-app-api@1.19.5
24
+ - @backstage/theme@0.7.2
25
+ - @backstage/core-plugin-api@1.12.3
26
+ - @backstage/plugin-permission-react@0.4.40
27
+ - @backstage/plugin-permission-common@0.9.6
28
+
3
29
  ## 1.7.15-next.2
4
30
 
5
31
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/test-utils",
3
- "version": "1.7.15-next.2",
3
+ "version": "1.7.16-next.0",
4
4
  "description": "Utilities to test Backstage plugins and apps.",
5
5
  "backstage": {
6
6
  "role": "web-library"
@@ -58,11 +58,11 @@
58
58
  },
59
59
  "dependencies": {
60
60
  "@backstage/config": "1.3.6",
61
- "@backstage/core-app-api": "1.19.5-next.1",
62
- "@backstage/core-plugin-api": "1.12.3-next.1",
63
- "@backstage/plugin-permission-common": "0.9.6-next.0",
64
- "@backstage/plugin-permission-react": "0.4.40-next.1",
65
- "@backstage/theme": "0.7.2-next.1",
61
+ "@backstage/core-app-api": "1.19.6-next.0",
62
+ "@backstage/core-plugin-api": "1.12.4-next.0",
63
+ "@backstage/plugin-permission-common": "0.9.6",
64
+ "@backstage/plugin-permission-react": "0.4.41-next.0",
65
+ "@backstage/theme": "0.7.2",
66
66
  "@backstage/types": "1.2.2",
67
67
  "@material-ui/core": "^4.12.2",
68
68
  "@material-ui/icons": "^4.9.1",
@@ -71,7 +71,7 @@
71
71
  "zen-observable": "^0.10.0"
72
72
  },
73
73
  "devDependencies": {
74
- "@backstage/cli": "0.35.4-next.2",
74
+ "@backstage/cli": "0.35.5-next.0",
75
75
  "@testing-library/jest-dom": "^6.0.0",
76
76
  "@types/jest": "*",
77
77
  "@types/react": "^18.0.0",