@backstage/backend-test-utils 1.9.0-next.1 → 1.9.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 +16 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @backstage/backend-test-utils
2
2
 
3
+ ## 1.9.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 4e2c237: The `mockServices.rootConfig()` instance now has an `update` method that can be used to test configuration subscriptions and updates.
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @backstage/backend-defaults@0.12.1
13
+ - @backstage/plugin-auth-node@0.6.7
14
+ - @backstage/plugin-events-node@0.4.15
15
+ - @backstage/types@1.2.2
16
+ - @backstage/backend-app-api@1.2.7
17
+ - @backstage/backend-plugin-api@1.4.3
18
+
3
19
  ## 1.9.0-next.1
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-test-utils",
3
- "version": "1.9.0-next.1",
3
+ "version": "1.9.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-next.0",
61
- "@backstage/backend-defaults": "0.12.1-next.0",
62
- "@backstage/backend-plugin-api": "1.4.3-next.0",
63
- "@backstage/config": "1.3.3",
64
- "@backstage/errors": "1.2.7",
65
- "@backstage/plugin-auth-node": "0.6.7-next.0",
66
- "@backstage/plugin-events-node": "0.4.15-next.0",
67
- "@backstage/plugin-permission-common": "0.9.1",
68
- "@backstage/types": "1.2.1",
60
+ "@backstage/backend-app-api": "^1.2.7",
61
+ "@backstage/backend-defaults": "^0.12.1",
62
+ "@backstage/backend-plugin-api": "^1.4.3",
63
+ "@backstage/config": "^1.3.3",
64
+ "@backstage/errors": "^1.2.7",
65
+ "@backstage/plugin-auth-node": "^0.6.7",
66
+ "@backstage/plugin-events-node": "^0.4.15",
67
+ "@backstage/plugin-permission-common": "^0.9.1",
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.2-next.1",
94
+ "@backstage/cli": "^0.34.2",
95
95
  "@types/jest": "*",
96
96
  "@types/lodash": "^4.14.151",
97
97
  "@types/supertest": "^2.0.8",