@backstage/backend-test-utils 1.3.0-next.3 → 1.3.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # @backstage/backend-test-utils
2
2
 
3
+ ## 1.3.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-defaults@0.8.2-next.0
9
+ - @backstage/backend-app-api@1.2.1-next.0
10
+ - @backstage/plugin-auth-node@0.6.1-next.0
11
+ - @backstage/backend-plugin-api@1.2.1-next.0
12
+ - @backstage/plugin-events-node@0.4.9-next.0
13
+
14
+ ## 1.3.0
15
+
16
+ ### Minor Changes
17
+
18
+ - dd05a97: Added mocks for the new `PermissionsRegistryService`.
19
+ - a4aa244: This change introduces mocks for the `auditor` service.
20
+
21
+ ### Patch Changes
22
+
23
+ - f866b86: Internal refactor to use explicit `require` for lazy-loading dependency.
24
+ - fb051f2: Sync feature installation compatibility logic with `@backstage/backend-app-api`.
25
+ - 72cddf2: Added the new `getPermissionRuleset` method to `mockServices.permissionsRegistry`.
26
+ - Updated dependencies
27
+ - @backstage/backend-defaults@0.8.0
28
+ - @backstage/backend-plugin-api@1.2.0
29
+ - @backstage/plugin-auth-node@0.6.0
30
+ - @backstage/backend-app-api@1.2.0
31
+ - @backstage/config@1.3.2
32
+ - @backstage/errors@1.2.7
33
+ - @backstage/types@1.2.1
34
+ - @backstage/plugin-events-node@0.4.8
35
+
3
36
  ## 1.3.0-next.3
4
37
 
5
38
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-test-utils",
3
- "version": "1.3.0-next.3",
3
+ "version": "1.3.1-next.0",
4
4
  "description": "Test helpers library for Backstage backends",
5
5
  "backstage": {
6
6
  "role": "node-library"
@@ -49,13 +49,13 @@
49
49
  "test": "backstage-cli package test"
50
50
  },
51
51
  "dependencies": {
52
- "@backstage/backend-app-api": "1.2.0-next.3",
53
- "@backstage/backend-defaults": "0.8.0-next.3",
54
- "@backstage/backend-plugin-api": "1.2.0-next.2",
52
+ "@backstage/backend-app-api": "1.2.1-next.0",
53
+ "@backstage/backend-defaults": "0.8.2-next.0",
54
+ "@backstage/backend-plugin-api": "1.2.1-next.0",
55
55
  "@backstage/config": "1.3.2",
56
56
  "@backstage/errors": "1.2.7",
57
- "@backstage/plugin-auth-node": "0.6.0-next.2",
58
- "@backstage/plugin-events-node": "0.4.8-next.2",
57
+ "@backstage/plugin-auth-node": "0.6.1-next.0",
58
+ "@backstage/plugin-events-node": "0.4.9-next.0",
59
59
  "@backstage/types": "1.2.1",
60
60
  "@keyv/memcache": "^2.0.1",
61
61
  "@keyv/redis": "^4.0.1",
@@ -78,7 +78,7 @@
78
78
  "yn": "^4.0.0"
79
79
  },
80
80
  "devDependencies": {
81
- "@backstage/cli": "0.30.0-next.3",
81
+ "@backstage/cli": "0.30.0",
82
82
  "@types/supertest": "^2.0.8",
83
83
  "supertest": "^7.0.0"
84
84
  },