@backstage/test-utils 0.0.0-nightly-20250915023933 → 0.0.0-nightly-20250925023741

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 +18 -7
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,17 +1,28 @@
1
1
  # @backstage/test-utils
2
2
 
3
- ## 0.0.0-nightly-20250915023933
3
+ ## 0.0.0-nightly-20250925023741
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/core-plugin-api@0.0.0-nightly-20250915023933
9
- - @backstage/core-app-api@0.0.0-nightly-20250915023933
10
- - @backstage/config@1.3.3
8
+ - @backstage/config@0.0.0-nightly-20250925023741
9
+ - @backstage/core-app-api@0.0.0-nightly-20250925023741
10
+ - @backstage/core-plugin-api@0.0.0-nightly-20250925023741
11
11
  - @backstage/theme@0.6.8
12
- - @backstage/types@1.2.1
13
- - @backstage/plugin-permission-common@0.9.1
14
- - @backstage/plugin-permission-react@0.0.0-nightly-20250915023933
12
+ - @backstage/types@1.2.2
13
+ - @backstage/plugin-permission-common@0.0.0-nightly-20250925023741
14
+ - @backstage/plugin-permission-react@0.0.0-nightly-20250925023741
15
+
16
+ ## 1.7.12-next.0
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - @backstage/config@1.3.4-next.0
22
+ - @backstage/core-app-api@1.19.1-next.0
23
+ - @backstage/core-plugin-api@1.11.1-next.0
24
+ - @backstage/plugin-permission-common@0.9.2-next.0
25
+ - @backstage/plugin-permission-react@0.4.37-next.0
15
26
 
16
27
  ## 1.7.11
17
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/test-utils",
3
- "version": "0.0.0-nightly-20250915023933",
3
+ "version": "0.0.0-nightly-20250925023741",
4
4
  "description": "Utilities to test Backstage plugins and apps.",
5
5
  "backstage": {
6
6
  "role": "web-library"
@@ -57,13 +57,13 @@
57
57
  "test": "backstage-cli package test"
58
58
  },
59
59
  "dependencies": {
60
- "@backstage/config": "1.3.3",
61
- "@backstage/core-app-api": "0.0.0-nightly-20250915023933",
62
- "@backstage/core-plugin-api": "0.0.0-nightly-20250915023933",
63
- "@backstage/plugin-permission-common": "0.9.1",
64
- "@backstage/plugin-permission-react": "0.0.0-nightly-20250915023933",
60
+ "@backstage/config": "0.0.0-nightly-20250925023741",
61
+ "@backstage/core-app-api": "0.0.0-nightly-20250925023741",
62
+ "@backstage/core-plugin-api": "0.0.0-nightly-20250925023741",
63
+ "@backstage/plugin-permission-common": "0.0.0-nightly-20250925023741",
64
+ "@backstage/plugin-permission-react": "0.0.0-nightly-20250925023741",
65
65
  "@backstage/theme": "0.6.8",
66
- "@backstage/types": "1.2.1",
66
+ "@backstage/types": "1.2.2",
67
67
  "@material-ui/core": "^4.12.2",
68
68
  "@material-ui/icons": "^4.9.1",
69
69
  "cross-fetch": "^4.0.0",
@@ -71,7 +71,7 @@
71
71
  "zen-observable": "^0.10.0"
72
72
  },
73
73
  "devDependencies": {
74
- "@backstage/cli": "0.0.0-nightly-20250915023933",
74
+ "@backstage/cli": "0.0.0-nightly-20250925023741",
75
75
  "@testing-library/jest-dom": "^6.0.0",
76
76
  "@types/jest": "*",
77
77
  "@types/react": "^18.0.0",