@backstage/backend-test-utils 1.9.0-next.1 → 1.9.1-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.
- package/CHANGELOG.md +31 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,36 @@
|
|
|
1
1
|
# @backstage/backend-test-utils
|
|
2
2
|
|
|
3
|
+
## 1.9.1-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/backend-defaults@0.13.0-next.0
|
|
9
|
+
- @backstage/backend-app-api@1.2.7
|
|
10
|
+
- @backstage/plugin-auth-node@0.6.7
|
|
11
|
+
- @backstage/backend-plugin-api@1.4.3
|
|
12
|
+
- @backstage/config@1.3.3
|
|
13
|
+
- @backstage/errors@1.2.7
|
|
14
|
+
- @backstage/types@1.2.2
|
|
15
|
+
- @backstage/plugin-events-node@0.4.15
|
|
16
|
+
- @backstage/plugin-permission-common@0.9.1
|
|
17
|
+
|
|
18
|
+
## 1.9.0
|
|
19
|
+
|
|
20
|
+
### Minor Changes
|
|
21
|
+
|
|
22
|
+
- 4e2c237: The `mockServices.rootConfig()` instance now has an `update` method that can be used to test configuration subscriptions and updates.
|
|
23
|
+
|
|
24
|
+
### Patch Changes
|
|
25
|
+
|
|
26
|
+
- Updated dependencies
|
|
27
|
+
- @backstage/backend-defaults@0.12.1
|
|
28
|
+
- @backstage/plugin-auth-node@0.6.7
|
|
29
|
+
- @backstage/plugin-events-node@0.4.15
|
|
30
|
+
- @backstage/types@1.2.2
|
|
31
|
+
- @backstage/backend-app-api@1.2.7
|
|
32
|
+
- @backstage/backend-plugin-api@1.4.3
|
|
33
|
+
|
|
3
34
|
## 1.9.0-next.1
|
|
4
35
|
|
|
5
36
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/backend-test-utils",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.1-next.0",
|
|
4
4
|
"description": "Test helpers library for Backstage backends",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "node-library"
|
|
@@ -57,15 +57,15 @@
|
|
|
57
57
|
"test": "backstage-cli package test"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@backstage/backend-app-api": "1.2.7
|
|
61
|
-
"@backstage/backend-defaults": "0.
|
|
62
|
-
"@backstage/backend-plugin-api": "1.4.3
|
|
60
|
+
"@backstage/backend-app-api": "1.2.7",
|
|
61
|
+
"@backstage/backend-defaults": "0.13.0-next.0",
|
|
62
|
+
"@backstage/backend-plugin-api": "1.4.3",
|
|
63
63
|
"@backstage/config": "1.3.3",
|
|
64
64
|
"@backstage/errors": "1.2.7",
|
|
65
|
-
"@backstage/plugin-auth-node": "0.6.7
|
|
66
|
-
"@backstage/plugin-events-node": "0.4.15
|
|
65
|
+
"@backstage/plugin-auth-node": "0.6.7",
|
|
66
|
+
"@backstage/plugin-events-node": "0.4.15",
|
|
67
67
|
"@backstage/plugin-permission-common": "0.9.1",
|
|
68
|
-
"@backstage/types": "1.2.
|
|
68
|
+
"@backstage/types": "1.2.2",
|
|
69
69
|
"@keyv/memcache": "^2.0.1",
|
|
70
70
|
"@keyv/redis": "^4.0.1",
|
|
71
71
|
"@keyv/valkey": "^1.0.1",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"zod-to-json-schema": "^3.20.4"
|
|
92
92
|
},
|
|
93
93
|
"devDependencies": {
|
|
94
|
-
"@backstage/cli": "0.34.
|
|
94
|
+
"@backstage/cli": "0.34.4-next.0",
|
|
95
95
|
"@types/jest": "*",
|
|
96
96
|
"@types/lodash": "^4.14.151",
|
|
97
97
|
"@types/supertest": "^2.0.8",
|