@backstage/test-utils 0.0.0-nightly-20251125024456 → 0.0.0-nightly-20251126024544

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 +21 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,15 +1,32 @@
1
1
  # @backstage/test-utils
2
2
 
3
- ## 0.0.0-nightly-20251125024456
3
+ ## 0.0.0-nightly-20251126024544
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 97cd16f: Internal update of translation imports.
8
8
  - Updated dependencies
9
- - @backstage/core-app-api@0.0.0-nightly-20251125024456
10
- - @backstage/core-plugin-api@0.0.0-nightly-20251125024456
9
+ - @backstage/core-app-api@0.0.0-nightly-20251126024544
10
+ - @backstage/core-plugin-api@0.0.0-nightly-20251126024544
11
+ - @backstage/theme@0.0.0-nightly-20251126024544
11
12
  - @backstage/config@1.3.6
12
- - @backstage/plugin-permission-react@0.0.0-nightly-20251125024456
13
+ - @backstage/plugin-permission-react@0.0.0-nightly-20251126024544
14
+ - @backstage/types@1.2.2
15
+ - @backstage/plugin-permission-common@0.9.3
16
+
17
+ ## 1.7.14-next.0
18
+
19
+ ### Patch Changes
20
+
21
+ - 97cd16f: Internal update of translation imports.
22
+ - Updated dependencies
23
+ - @backstage/core-app-api@1.19.3-next.0
24
+ - @backstage/core-plugin-api@1.12.1-next.0
25
+ - @backstage/theme@0.7.1-next.0
26
+ - @backstage/config@1.3.6
27
+ - @backstage/plugin-permission-react@0.4.39-next.0
28
+ - @backstage/types@1.2.2
29
+ - @backstage/plugin-permission-common@0.9.3
13
30
 
14
31
  ## 1.7.13
15
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/test-utils",
3
- "version": "0.0.0-nightly-20251125024456",
3
+ "version": "0.0.0-nightly-20251126024544",
4
4
  "description": "Utilities to test Backstage plugins and apps.",
5
5
  "backstage": {
6
6
  "role": "web-library"
@@ -58,11 +58,11 @@
58
58
  },
59
59
  "dependencies": {
60
60
  "@backstage/config": "1.3.6",
61
- "@backstage/core-app-api": "0.0.0-nightly-20251125024456",
62
- "@backstage/core-plugin-api": "0.0.0-nightly-20251125024456",
61
+ "@backstage/core-app-api": "0.0.0-nightly-20251126024544",
62
+ "@backstage/core-plugin-api": "0.0.0-nightly-20251126024544",
63
63
  "@backstage/plugin-permission-common": "0.9.3",
64
- "@backstage/plugin-permission-react": "0.0.0-nightly-20251125024456",
65
- "@backstage/theme": "0.7.0",
64
+ "@backstage/plugin-permission-react": "0.0.0-nightly-20251126024544",
65
+ "@backstage/theme": "0.0.0-nightly-20251126024544",
66
66
  "@backstage/types": "1.2.2",
67
67
  "@material-ui/core": "^4.12.2",
68
68
  "@material-ui/icons": "^4.9.1",
@@ -71,7 +71,7 @@
71
71
  "zen-observable": "^0.10.0"
72
72
  },
73
73
  "devDependencies": {
74
- "@backstage/cli": "0.34.5",
74
+ "@backstage/cli": "0.0.0-nightly-20251126024544",
75
75
  "@testing-library/jest-dom": "^6.0.0",
76
76
  "@types/jest": "*",
77
77
  "@types/react": "^18.0.0",