@backstage/plugin-devtools 0.0.0-nightly-20251216024726 → 0.0.0-nightly-20251231024731

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.
package/CHANGELOG.md CHANGED
@@ -1,19 +1,39 @@
1
1
  # @backstage/plugin-devtools
2
2
 
3
- ## 0.0.0-nightly-20251216024726
3
+ ## 0.0.0-nightly-20251231024731
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-compat-api@0.0.0-nightly-20251231024731
9
+ - @backstage/core-components@0.18.4
10
+ - @backstage/core-plugin-api@1.12.1
11
+ - @backstage/errors@1.2.7
12
+ - @backstage/frontend-plugin-api@0.13.2
13
+ - @backstage/plugin-devtools-common@0.1.20
14
+ - @backstage/plugin-permission-react@0.4.39
15
+
16
+ ## 0.1.35-next.0
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - @backstage/core-compat-api@0.5.6-next.0
22
+ - @backstage/frontend-plugin-api@0.13.2
23
+
24
+ ## 0.1.34
4
25
 
5
26
  ### Patch Changes
6
27
 
7
28
  - d02db50: Remove unnecessary use of `compatWrapper` and `convertLegacyRouteRef`(s) for the new frontend system.
8
29
  - 291bf9d: Added scheduled tasks UI feature for the DevTools plugin
9
30
  - Updated dependencies
10
- - @backstage/frontend-plugin-api@0.0.0-nightly-20251216024726
11
- - @backstage/core-components@0.0.0-nightly-20251216024726
12
- - @backstage/core-plugin-api@0.0.0-nightly-20251216024726
13
- - @backstage/plugin-devtools-common@0.0.0-nightly-20251216024726
14
- - @backstage/core-compat-api@0.0.0-nightly-20251216024726
15
- - @backstage/errors@1.2.7
16
- - @backstage/plugin-permission-react@0.0.0-nightly-20251216024726
31
+ - @backstage/frontend-plugin-api@0.13.2
32
+ - @backstage/core-components@0.18.4
33
+ - @backstage/core-plugin-api@1.12.1
34
+ - @backstage/plugin-devtools-common@0.1.20
35
+ - @backstage/core-compat-api@0.5.5
36
+ - @backstage/plugin-permission-react@0.4.39
17
37
 
18
38
  ## 0.1.34-next.0
19
39
 
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-devtools";
2
- var version = "0.0.0-nightly-20251216024726";
2
+ var version = "0.0.0-nightly-20251231024731";
3
3
  var backstage = {
4
4
  role: "frontend-plugin",
5
5
  pluginId: "devtools",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools",
3
- "version": "0.0.0-nightly-20251216024726",
3
+ "version": "0.0.0-nightly-20251231024731",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "devtools",
@@ -64,13 +64,13 @@
64
64
  "test": "backstage-cli package test"
65
65
  },
66
66
  "dependencies": {
67
- "@backstage/core-compat-api": "0.0.0-nightly-20251216024726",
68
- "@backstage/core-components": "0.0.0-nightly-20251216024726",
69
- "@backstage/core-plugin-api": "0.0.0-nightly-20251216024726",
67
+ "@backstage/core-compat-api": "0.0.0-nightly-20251231024731",
68
+ "@backstage/core-components": "0.18.4",
69
+ "@backstage/core-plugin-api": "1.12.1",
70
70
  "@backstage/errors": "1.2.7",
71
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20251216024726",
72
- "@backstage/plugin-devtools-common": "0.0.0-nightly-20251216024726",
73
- "@backstage/plugin-permission-react": "0.0.0-nightly-20251216024726",
71
+ "@backstage/frontend-plugin-api": "0.13.2",
72
+ "@backstage/plugin-devtools-common": "0.1.20",
73
+ "@backstage/plugin-permission-react": "0.4.39",
74
74
  "@material-ui/core": "^4.9.13",
75
75
  "@material-ui/icons": "^4.9.1",
76
76
  "@material-ui/lab": "^4.0.0-alpha.57",
@@ -79,8 +79,8 @@
79
79
  "react-use": "^17.2.4"
80
80
  },
81
81
  "devDependencies": {
82
- "@backstage/cli": "0.0.0-nightly-20251216024726",
83
- "@backstage/dev-utils": "0.0.0-nightly-20251216024726",
82
+ "@backstage/cli": "0.0.0-nightly-20251231024731",
83
+ "@backstage/dev-utils": "0.0.0-nightly-20251231024731",
84
84
  "@testing-library/jest-dom": "^6.0.0",
85
85
  "@types/lodash": "^4.14.151",
86
86
  "@types/react": "^18.0.0",