@backstage/plugin-techdocs 0.0.0-nightly-20260422031853 → 0.0.0-nightly-20260424031925

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,29 +1,30 @@
1
1
  # @backstage/plugin-techdocs
2
2
 
3
- ## 0.0.0-nightly-20260422031853
3
+ ## 0.0.0-nightly-20260424031925
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 8d1e093: Made the TechDocs sidebar positioning at tablet breakpoints configurable via CSS custom properties, allowing apps with custom sidebar widths to override the defaults. The available properties are `--techdocs-sidebar-closed-offset-pinned`, `--techdocs-sidebar-closed-offset-collapsed`, and `--techdocs-sidebar-open-translate`.
8
+ - f635139: Limited `@remixicon/react` dependency to versions below 4.9.0 due to a license change in that release.
8
9
  - cad156e: Replaced old config schema values from existing extensions and blueprints.
9
10
  - 085133f: The `zod` dependency has been bumped from `^3.25.76 || ^4.0.0` to `^4.0.0`, since `configSchema` requires the full Zod v4 package for JSON Schema support.
10
11
  - Updated dependencies
11
- - @backstage/core-components@0.0.0-nightly-20260422031853
12
- - @backstage/ui@0.0.0-nightly-20260422031853
13
- - @backstage/errors@0.0.0-nightly-20260422031853
14
- - @backstage/integration@0.0.0-nightly-20260422031853
15
- - @backstage/plugin-catalog-react@0.0.0-nightly-20260422031853
16
- - @backstage/frontend-plugin-api@0.0.0-nightly-20260422031853
17
- - @backstage/plugin-techdocs-react@0.0.0-nightly-20260422031853
18
- - @backstage/plugin-search-react@0.0.0-nightly-20260422031853
19
- - @backstage/integration-react@0.0.0-nightly-20260422031853
20
- - @backstage/plugin-auth-react@0.0.0-nightly-20260422031853
21
- - @backstage/catalog-client@0.0.0-nightly-20260422031853
22
- - @backstage/catalog-model@0.0.0-nightly-20260422031853
23
- - @backstage/config@0.0.0-nightly-20260422031853
24
- - @backstage/core-plugin-api@0.0.0-nightly-20260422031853
12
+ - @backstage/core-components@0.0.0-nightly-20260424031925
13
+ - @backstage/ui@0.0.0-nightly-20260424031925
14
+ - @backstage/errors@0.0.0-nightly-20260424031925
15
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20260424031925
16
+ - @backstage/catalog-model@0.0.0-nightly-20260424031925
17
+ - @backstage/core-plugin-api@0.0.0-nightly-20260424031925
18
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20260424031925
19
+ - @backstage/integration@0.0.0-nightly-20260424031925
20
+ - @backstage/plugin-techdocs-react@0.0.0-nightly-20260424031925
21
+ - @backstage/plugin-search-react@0.0.0-nightly-20260424031925
22
+ - @backstage/integration-react@0.0.0-nightly-20260424031925
23
+ - @backstage/plugin-auth-react@0.0.0-nightly-20260424031925
24
+ - @backstage/catalog-client@0.0.0-nightly-20260424031925
25
+ - @backstage/config@0.0.0-nightly-20260424031925
25
26
  - @backstage/theme@0.7.3
26
- - @backstage/plugin-search-common@0.0.0-nightly-20260422031853
27
+ - @backstage/plugin-search-common@0.0.0-nightly-20260424031925
27
28
  - @backstage/plugin-techdocs-common@0.1.1
28
29
 
29
30
  ## 1.17.6-next.0
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-techdocs";
2
- var version = "0.0.0-nightly-20260422031853";
2
+ var version = "0.0.0-nightly-20260424031925";
3
3
  var description = "The Backstage plugin that renders technical documentation for your components";
4
4
  var backstage = {
5
5
  role: "frontend-plugin",
@@ -80,7 +80,7 @@ var dependencies = {
80
80
  "@material-ui/lab": "4.0.0-alpha.61",
81
81
  "@material-ui/styles": "^4.10.0",
82
82
  "@microsoft/fetch-event-source": "^2.0.1",
83
- "@remixicon/react": "^4.6.0",
83
+ "@remixicon/react": ">=4.6.0 <4.9.0",
84
84
  dompurify: "^3.3.2",
85
85
  "git-url-parse": "^15.0.0",
86
86
  lodash: "^4.17.21",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs",
3
- "version": "0.0.0-nightly-20260422031853",
3
+ "version": "0.0.0-nightly-20260424031925",
4
4
  "description": "The Backstage plugin that renders technical documentation for your components",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -71,29 +71,29 @@
71
71
  "test": "backstage-cli package test"
72
72
  },
73
73
  "dependencies": {
74
- "@backstage/catalog-client": "0.0.0-nightly-20260422031853",
75
- "@backstage/catalog-model": "0.0.0-nightly-20260422031853",
76
- "@backstage/config": "0.0.0-nightly-20260422031853",
77
- "@backstage/core-components": "0.0.0-nightly-20260422031853",
78
- "@backstage/core-plugin-api": "0.0.0-nightly-20260422031853",
79
- "@backstage/errors": "0.0.0-nightly-20260422031853",
80
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20260422031853",
81
- "@backstage/integration": "0.0.0-nightly-20260422031853",
82
- "@backstage/integration-react": "0.0.0-nightly-20260422031853",
83
- "@backstage/plugin-auth-react": "0.0.0-nightly-20260422031853",
84
- "@backstage/plugin-catalog-react": "0.0.0-nightly-20260422031853",
85
- "@backstage/plugin-search-common": "0.0.0-nightly-20260422031853",
86
- "@backstage/plugin-search-react": "0.0.0-nightly-20260422031853",
74
+ "@backstage/catalog-client": "0.0.0-nightly-20260424031925",
75
+ "@backstage/catalog-model": "0.0.0-nightly-20260424031925",
76
+ "@backstage/config": "0.0.0-nightly-20260424031925",
77
+ "@backstage/core-components": "0.0.0-nightly-20260424031925",
78
+ "@backstage/core-plugin-api": "0.0.0-nightly-20260424031925",
79
+ "@backstage/errors": "0.0.0-nightly-20260424031925",
80
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20260424031925",
81
+ "@backstage/integration": "0.0.0-nightly-20260424031925",
82
+ "@backstage/integration-react": "0.0.0-nightly-20260424031925",
83
+ "@backstage/plugin-auth-react": "0.0.0-nightly-20260424031925",
84
+ "@backstage/plugin-catalog-react": "0.0.0-nightly-20260424031925",
85
+ "@backstage/plugin-search-common": "0.0.0-nightly-20260424031925",
86
+ "@backstage/plugin-search-react": "0.0.0-nightly-20260424031925",
87
87
  "@backstage/plugin-techdocs-common": "0.1.1",
88
- "@backstage/plugin-techdocs-react": "0.0.0-nightly-20260422031853",
88
+ "@backstage/plugin-techdocs-react": "0.0.0-nightly-20260424031925",
89
89
  "@backstage/theme": "0.7.3",
90
- "@backstage/ui": "0.0.0-nightly-20260422031853",
90
+ "@backstage/ui": "0.0.0-nightly-20260424031925",
91
91
  "@material-ui/core": "^4.12.2",
92
92
  "@material-ui/icons": "^4.9.1",
93
93
  "@material-ui/lab": "4.0.0-alpha.61",
94
94
  "@material-ui/styles": "^4.10.0",
95
95
  "@microsoft/fetch-event-source": "^2.0.1",
96
- "@remixicon/react": "^4.6.0",
96
+ "@remixicon/react": ">=4.6.0 <4.9.0",
97
97
  "dompurify": "^3.3.2",
98
98
  "git-url-parse": "^15.0.0",
99
99
  "lodash": "^4.17.21",
@@ -102,12 +102,12 @@
102
102
  "zod": "^4.0.0"
103
103
  },
104
104
  "devDependencies": {
105
- "@backstage/cli": "0.0.0-nightly-20260422031853",
106
- "@backstage/core-app-api": "0.0.0-nightly-20260422031853",
107
- "@backstage/dev-utils": "0.0.0-nightly-20260422031853",
108
- "@backstage/plugin-catalog": "0.0.0-nightly-20260422031853",
109
- "@backstage/plugin-techdocs-module-addons-contrib": "0.0.0-nightly-20260422031853",
110
- "@backstage/test-utils": "0.0.0-nightly-20260422031853",
105
+ "@backstage/cli": "0.0.0-nightly-20260424031925",
106
+ "@backstage/core-app-api": "0.0.0-nightly-20260424031925",
107
+ "@backstage/dev-utils": "0.0.0-nightly-20260424031925",
108
+ "@backstage/plugin-catalog": "0.0.0-nightly-20260424031925",
109
+ "@backstage/plugin-techdocs-module-addons-contrib": "0.0.0-nightly-20260424031925",
110
+ "@backstage/test-utils": "0.0.0-nightly-20260424031925",
111
111
  "@testing-library/dom": "^10.0.0",
112
112
  "@testing-library/jest-dom": "^6.0.0",
113
113
  "@testing-library/react": "^16.0.0",