@backstage/plugin-techdocs 1.17.5 → 1.17.6-next.1

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,27 +1,43 @@
1
1
  # @backstage/plugin-techdocs
2
2
 
3
- ## 1.17.5
3
+ ## 1.17.6-next.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 59c1e54: 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
- - bc41a91: 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.
7
+ - f635139: Limited `@remixicon/react` dependency to versions below 4.9.0 due to a license change in that release.
9
8
  - Updated dependencies
10
- - @backstage/ui@0.14.2
11
- - @backstage/frontend-plugin-api@0.16.2
12
- - @backstage/plugin-catalog-react@2.1.4
13
- - @backstage/plugin-search-react@1.11.3
9
+ - @backstage/ui@0.15.0-next.1
10
+ - @backstage/frontend-plugin-api@0.17.0-next.1
11
+ - @backstage/catalog-model@1.8.1-next.1
12
+ - @backstage/core-plugin-api@1.12.6-next.1
13
+ - @backstage/plugin-catalog-react@2.1.5-next.1
14
+ - @backstage/plugin-search-react@1.11.4-next.1
14
15
 
15
- ## 1.17.4
16
+ ## 1.17.6-next.0
16
17
 
17
18
  ### Patch Changes
18
19
 
19
- - 6b60bd7: Replaced old config schema values from existing extensions and blueprints.
20
+ - 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`.
21
+ - cad156e: Replaced old config schema values from existing extensions and blueprints.
22
+ - 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.
20
23
  - Updated dependencies
21
- - @backstage/ui@0.14.1
22
- - @backstage/frontend-plugin-api@0.16.1
23
- - @backstage/plugin-catalog-react@2.1.3
24
- - @backstage/plugin-search-react@1.11.2
24
+ - @backstage/core-components@0.18.10-next.0
25
+ - @backstage/ui@0.15.0-next.0
26
+ - @backstage/errors@1.3.1-next.0
27
+ - @backstage/integration@2.0.2-next.0
28
+ - @backstage/plugin-catalog-react@2.1.5-next.0
29
+ - @backstage/frontend-plugin-api@0.17.0-next.0
30
+ - @backstage/plugin-techdocs-react@1.3.11-next.0
31
+ - @backstage/plugin-search-react@1.11.4-next.0
32
+ - @backstage/integration-react@1.2.18-next.0
33
+ - @backstage/plugin-auth-react@0.1.27-next.0
34
+ - @backstage/catalog-client@1.15.1-next.0
35
+ - @backstage/catalog-model@1.8.1-next.0
36
+ - @backstage/config@1.3.8-next.0
37
+ - @backstage/core-plugin-api@1.12.6-next.0
38
+ - @backstage/theme@0.7.3
39
+ - @backstage/plugin-search-common@1.2.24-next.0
40
+ - @backstage/plugin-techdocs-common@0.1.1
25
41
 
26
42
  ## 1.17.3
27
43
 
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-techdocs";
2
- var version = "1.17.5";
2
+ var version = "1.17.6-next.1";
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": "1.17.5",
3
+ "version": "1.17.6-next.1",
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": "^1.15.0",
75
- "@backstage/catalog-model": "^1.8.0",
76
- "@backstage/config": "^1.3.7",
77
- "@backstage/core-components": "^0.18.9",
78
- "@backstage/core-plugin-api": "^1.12.5",
79
- "@backstage/errors": "^1.3.0",
80
- "@backstage/frontend-plugin-api": "^0.16.2",
81
- "@backstage/integration": "^2.0.1",
82
- "@backstage/integration-react": "^1.2.17",
83
- "@backstage/plugin-auth-react": "^0.1.26",
84
- "@backstage/plugin-catalog-react": "^2.1.4",
85
- "@backstage/plugin-search-common": "^1.2.23",
86
- "@backstage/plugin-search-react": "^1.11.3",
87
- "@backstage/plugin-techdocs-common": "^0.1.1",
88
- "@backstage/plugin-techdocs-react": "^1.3.10",
89
- "@backstage/theme": "^0.7.3",
90
- "@backstage/ui": "^0.14.2",
74
+ "@backstage/catalog-client": "1.15.1-next.0",
75
+ "@backstage/catalog-model": "1.8.1-next.1",
76
+ "@backstage/config": "1.3.8-next.0",
77
+ "@backstage/core-components": "0.18.10-next.0",
78
+ "@backstage/core-plugin-api": "1.12.6-next.1",
79
+ "@backstage/errors": "1.3.1-next.0",
80
+ "@backstage/frontend-plugin-api": "0.17.0-next.1",
81
+ "@backstage/integration": "2.0.2-next.0",
82
+ "@backstage/integration-react": "1.2.18-next.0",
83
+ "@backstage/plugin-auth-react": "0.1.27-next.0",
84
+ "@backstage/plugin-catalog-react": "2.1.5-next.1",
85
+ "@backstage/plugin-search-common": "1.2.24-next.0",
86
+ "@backstage/plugin-search-react": "1.11.4-next.1",
87
+ "@backstage/plugin-techdocs-common": "0.1.1",
88
+ "@backstage/plugin-techdocs-react": "1.3.11-next.0",
89
+ "@backstage/theme": "0.7.3",
90
+ "@backstage/ui": "0.15.0-next.1",
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.36.1",
106
- "@backstage/core-app-api": "^1.20.0",
107
- "@backstage/dev-utils": "^1.1.22",
108
- "@backstage/plugin-catalog": "^2.0.4",
109
- "@backstage/plugin-techdocs-module-addons-contrib": "^1.1.35",
110
- "@backstage/test-utils": "^1.7.17",
105
+ "@backstage/cli": "0.36.2-next.1",
106
+ "@backstage/core-app-api": "1.20.1-next.0",
107
+ "@backstage/dev-utils": "1.1.23-next.0",
108
+ "@backstage/plugin-catalog": "2.0.5-next.0",
109
+ "@backstage/plugin-techdocs-module-addons-contrib": "1.1.36-next.0",
110
+ "@backstage/test-utils": "1.7.18-next.0",
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",