@backstage/test-utils 1.5.0-next.2 → 1.5.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 +33 -0
- package/alpha/package.json +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,38 @@
|
|
|
1
1
|
# @backstage/test-utils
|
|
2
2
|
|
|
3
|
+
## 1.5.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- bb40898: Added `components` option to `TestAppOptions`, which will be forwarded as the `components` option to `createApp`.
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 07e7d12: Fix wording in API reference
|
|
12
|
+
- 8fe56a8: Widen `@types/react` dependency range to include version 18.
|
|
13
|
+
- 7da67ce: Change `defaultScopes` for Bitbucket auth from invalid `team` to `account`.
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
- @backstage/core-app-api@1.12.0
|
|
16
|
+
- @backstage/theme@0.5.1
|
|
17
|
+
- @backstage/core-plugin-api@1.9.0
|
|
18
|
+
- @backstage/plugin-permission-react@0.4.20
|
|
19
|
+
- @backstage/config@1.1.1
|
|
20
|
+
- @backstage/types@1.1.1
|
|
21
|
+
- @backstage/plugin-permission-common@0.7.12
|
|
22
|
+
|
|
23
|
+
## 1.5.0-next.3
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- Updated dependencies
|
|
28
|
+
- @backstage/theme@0.5.1-next.1
|
|
29
|
+
- @backstage/config@1.1.1
|
|
30
|
+
- @backstage/core-app-api@1.12.0-next.1
|
|
31
|
+
- @backstage/core-plugin-api@1.9.0-next.1
|
|
32
|
+
- @backstage/types@1.1.1
|
|
33
|
+
- @backstage/plugin-permission-common@0.7.12
|
|
34
|
+
- @backstage/plugin-permission-react@0.4.20-next.1
|
|
35
|
+
|
|
3
36
|
## 1.5.0-next.2
|
|
4
37
|
|
|
5
38
|
### Patch Changes
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/test-utils",
|
|
3
3
|
"description": "Utilities to test Backstage plugins and apps.",
|
|
4
|
-
"version": "1.5.0
|
|
4
|
+
"version": "1.5.0",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -45,11 +45,11 @@
|
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@backstage/config": "^1.1.1",
|
|
48
|
-
"@backstage/core-app-api": "^1.12.0
|
|
49
|
-
"@backstage/core-plugin-api": "^1.9.0
|
|
48
|
+
"@backstage/core-app-api": "^1.12.0",
|
|
49
|
+
"@backstage/core-plugin-api": "^1.9.0",
|
|
50
50
|
"@backstage/plugin-permission-common": "^0.7.12",
|
|
51
|
-
"@backstage/plugin-permission-react": "^0.4.20
|
|
52
|
-
"@backstage/theme": "^0.5.1
|
|
51
|
+
"@backstage/plugin-permission-react": "^0.4.20",
|
|
52
|
+
"@backstage/theme": "^0.5.1",
|
|
53
53
|
"@backstage/types": "^1.1.1",
|
|
54
54
|
"@material-ui/core": "^4.12.2",
|
|
55
55
|
"@material-ui/icons": "^4.9.1",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
|
-
"@backstage/cli": "^0.25.2
|
|
68
|
+
"@backstage/cli": "^0.25.2",
|
|
69
69
|
"@testing-library/jest-dom": "^6.0.0",
|
|
70
70
|
"msw": "^1.0.0"
|
|
71
71
|
},
|