@backstage/backend-test-utils 1.5.0-next.3 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @backstage/backend-test-utils
2
2
 
3
+ ## 1.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - b3832d1: Add a functional `mockServices.events()`
8
+ - c6bc67d: Added Valkey support alongside Redis in backend-defaults cache clients, using the new Keyv Valkey package. Also extended backend-test-utils to support Valkey in tests.
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+ - @backstage/backend-defaults@0.10.0
14
+ - @backstage/backend-app-api@1.2.3
15
+ - @backstage/plugin-auth-node@0.6.3
16
+ - @backstage/backend-plugin-api@1.3.1
17
+ - @backstage/config@1.3.2
18
+ - @backstage/errors@1.2.7
19
+ - @backstage/types@1.2.1
20
+ - @backstage/plugin-events-node@0.4.11
21
+
3
22
  ## 1.5.0-next.3
4
23
 
5
24
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-test-utils",
3
- "version": "1.5.0-next.3",
3
+ "version": "1.5.0",
4
4
  "description": "Test helpers library for Backstage backends",
5
5
  "backstage": {
6
6
  "role": "node-library"
@@ -49,14 +49,14 @@
49
49
  "test": "backstage-cli package test"
50
50
  },
51
51
  "dependencies": {
52
- "@backstage/backend-app-api": "1.2.3-next.2",
53
- "@backstage/backend-defaults": "0.10.0-next.3",
54
- "@backstage/backend-plugin-api": "1.3.1-next.2",
55
- "@backstage/config": "1.3.2",
56
- "@backstage/errors": "1.2.7",
57
- "@backstage/plugin-auth-node": "0.6.3-next.2",
58
- "@backstage/plugin-events-node": "0.4.11-next.2",
59
- "@backstage/types": "1.2.1",
52
+ "@backstage/backend-app-api": "^1.2.3",
53
+ "@backstage/backend-defaults": "^0.10.0",
54
+ "@backstage/backend-plugin-api": "^1.3.1",
55
+ "@backstage/config": "^1.3.2",
56
+ "@backstage/errors": "^1.2.7",
57
+ "@backstage/plugin-auth-node": "^0.6.3",
58
+ "@backstage/plugin-events-node": "^0.4.11",
59
+ "@backstage/types": "^1.2.1",
60
60
  "@keyv/memcache": "^2.0.1",
61
61
  "@keyv/redis": "^4.0.1",
62
62
  "@keyv/valkey": "^1.0.1",
@@ -79,7 +79,7 @@
79
79
  "yn": "^4.0.0"
80
80
  },
81
81
  "devDependencies": {
82
- "@backstage/cli": "0.32.1-next.3",
82
+ "@backstage/cli": "^0.32.1",
83
83
  "@types/jest": "*",
84
84
  "@types/supertest": "^2.0.8",
85
85
  "supertest": "^7.0.0"