@backstage/test-utils 0.0.0-nightly-20250414023815 → 0.0.0-nightly-20250429023924

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 -5
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,19 @@
1
1
  # @backstage/test-utils
2
2
 
3
- ## 0.0.0-nightly-20250414023815
3
+ ## 0.0.0-nightly-20250429023924
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-permission-common@0.0.0-nightly-20250429023924
9
+ - @backstage/config@1.3.2
10
+ - @backstage/core-app-api@1.16.1
11
+ - @backstage/core-plugin-api@1.10.6
12
+ - @backstage/theme@0.6.5
13
+ - @backstage/types@1.2.1
14
+ - @backstage/plugin-permission-react@0.0.0-nightly-20250429023924
15
+
16
+ ## 1.7.7
4
17
 
5
18
  ### Patch Changes
6
19
 
@@ -9,10 +22,10 @@
9
22
  <https://legacy.reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html>
10
23
 
11
24
  - Updated dependencies
12
- - @backstage/core-plugin-api@0.0.0-nightly-20250414023815
13
- - @backstage/plugin-permission-react@0.0.0-nightly-20250414023815
14
- - @backstage/core-app-api@0.0.0-nightly-20250414023815
15
- - @backstage/theme@0.0.0-nightly-20250414023815
25
+ - @backstage/core-plugin-api@1.10.6
26
+ - @backstage/plugin-permission-react@0.4.33
27
+ - @backstage/core-app-api@1.16.1
28
+ - @backstage/theme@0.6.5
16
29
  - @backstage/config@1.3.2
17
30
  - @backstage/types@1.2.1
18
31
  - @backstage/plugin-permission-common@0.8.4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/test-utils",
3
- "version": "0.0.0-nightly-20250414023815",
3
+ "version": "0.0.0-nightly-20250429023924",
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.2",
61
- "@backstage/core-app-api": "0.0.0-nightly-20250414023815",
62
- "@backstage/core-plugin-api": "0.0.0-nightly-20250414023815",
63
- "@backstage/plugin-permission-common": "0.8.4",
64
- "@backstage/plugin-permission-react": "0.0.0-nightly-20250414023815",
65
- "@backstage/theme": "0.0.0-nightly-20250414023815",
61
+ "@backstage/core-app-api": "1.16.1",
62
+ "@backstage/core-plugin-api": "1.10.6",
63
+ "@backstage/plugin-permission-common": "0.0.0-nightly-20250429023924",
64
+ "@backstage/plugin-permission-react": "0.0.0-nightly-20250429023924",
65
+ "@backstage/theme": "0.6.5",
66
66
  "@backstage/types": "1.2.1",
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.0.0-nightly-20250414023815",
74
+ "@backstage/cli": "0.0.0-nightly-20250429023924",
75
75
  "@testing-library/jest-dom": "^6.0.0",
76
76
  "@types/jest": "*",
77
77
  "@types/react": "^18.0.0",