@backstage/test-utils 1.6.0-next.1 → 1.6.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.
- package/CHANGELOG.md +19 -0
- package/alpha/package.json +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @backstage/test-utils
|
|
2
2
|
|
|
3
|
+
## 1.6.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- d47be30: Added the icons option to the renderInTestApp function's TestAppOptions to be forwarded to the icons option of `createApp`.
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- b537bd7: Allow custom star icons to be provided via the `star` and `unstarred` icon overrides. See how to override existing icons in the [Backstage documentation](https://backstage.io/docs/getting-started/app-custom-theme/#custom-icons).
|
|
12
|
+
- 836127c: Updated dependency `@testing-library/react` to `^16.0.0`.
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
- @backstage/core-app-api@1.15.0
|
|
15
|
+
- @backstage/core-plugin-api@1.9.4
|
|
16
|
+
- @backstage/theme@0.5.7
|
|
17
|
+
- @backstage/plugin-permission-react@0.4.26
|
|
18
|
+
- @backstage/config@1.2.0
|
|
19
|
+
- @backstage/types@1.1.1
|
|
20
|
+
- @backstage/plugin-permission-common@0.8.1
|
|
21
|
+
|
|
3
22
|
## 1.6.0-next.1
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/test-utils",
|
|
3
|
-
"version": "1.6.0
|
|
3
|
+
"version": "1.6.0",
|
|
4
4
|
"description": "Utilities to test Backstage plugins and apps.",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "web-library"
|
|
@@ -49,11 +49,11 @@
|
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@backstage/config": "^1.2.0",
|
|
52
|
-
"@backstage/core-app-api": "^1.
|
|
53
|
-
"@backstage/core-plugin-api": "^1.9.4
|
|
52
|
+
"@backstage/core-app-api": "^1.15.0",
|
|
53
|
+
"@backstage/core-plugin-api": "^1.9.4",
|
|
54
54
|
"@backstage/plugin-permission-common": "^0.8.1",
|
|
55
|
-
"@backstage/plugin-permission-react": "^0.4.26
|
|
56
|
-
"@backstage/theme": "^0.5.7
|
|
55
|
+
"@backstage/plugin-permission-react": "^0.4.26",
|
|
56
|
+
"@backstage/theme": "^0.5.7",
|
|
57
57
|
"@backstage/types": "^1.1.1",
|
|
58
58
|
"@material-ui/core": "^4.12.2",
|
|
59
59
|
"@material-ui/icons": "^4.9.1",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"zen-observable": "^0.10.0"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@backstage/cli": "^0.27.1
|
|
66
|
+
"@backstage/cli": "^0.27.1",
|
|
67
67
|
"@testing-library/jest-dom": "^6.0.0",
|
|
68
68
|
"msw": "^1.0.0"
|
|
69
69
|
},
|