@backstage/plugin-techdocs 0.0.0-nightly-20251117024228 → 0.0.0-nightly-20251120024358

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,6 +1,19 @@
1
1
  # @backstage/plugin-techdocs
2
2
 
3
- ## 0.0.0-nightly-20251117024228
3
+ ## 0.0.0-nightly-20251120024358
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20251120024358
9
+ - @backstage/core-compat-api@0.0.0-nightly-20251120024358
10
+ - @backstage/core-plugin-api@1.12.0
11
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20251120024358
12
+ - @backstage/plugin-search-react@0.0.0-nightly-20251120024358
13
+ - @backstage/plugin-techdocs-react@0.0.0-nightly-20251120024358
14
+ - @backstage/integration-react@1.2.12
15
+
16
+ ## 1.16.0
4
17
 
5
18
  ### Minor Changes
6
19
 
@@ -11,23 +24,20 @@
11
24
  - 71c22f3: Removed/moved unused dependencies
12
25
  - a4d4a70: Fixed an issue where the entire TechDocs page would re-render when navigating between pages within the same entity's documentation.
13
26
  - Updated dependencies
14
- - @backstage/plugin-search-react@0.0.0-nightly-20251117024228
15
- - @backstage/plugin-catalog-react@0.0.0-nightly-20251117024228
16
- - @backstage/frontend-plugin-api@0.0.0-nightly-20251117024228
17
- - @backstage/core-components@0.0.0-nightly-20251117024228
18
- - @backstage/core-plugin-api@0.0.0-nightly-20251117024228
19
- - @backstage/config@0.0.0-nightly-20251117024228
20
- - @backstage/catalog-model@0.0.0-nightly-20251117024228
21
- - @backstage/integration@0.0.0-nightly-20251117024228
22
- - @backstage/catalog-client@0.0.0-nightly-20251117024228
23
- - @backstage/core-compat-api@0.0.0-nightly-20251117024228
24
- - @backstage/errors@1.2.7
25
- - @backstage/integration-react@0.0.0-nightly-20251117024228
26
- - @backstage/theme@0.7.0
27
- - @backstage/plugin-auth-react@0.0.0-nightly-20251117024228
28
- - @backstage/plugin-search-common@0.0.0-nightly-20251117024228
29
- - @backstage/plugin-techdocs-common@0.1.1
30
- - @backstage/plugin-techdocs-react@0.0.0-nightly-20251117024228
27
+ - @backstage/frontend-plugin-api@0.13.0
28
+ - @backstage/core-compat-api@0.5.4
29
+ - @backstage/plugin-search-react@1.10.0
30
+ - @backstage/plugin-catalog-react@1.21.3
31
+ - @backstage/integration@1.18.2
32
+ - @backstage/core-components@0.18.3
33
+ - @backstage/core-plugin-api@1.12.0
34
+ - @backstage/config@1.3.6
35
+ - @backstage/catalog-model@1.7.6
36
+ - @backstage/plugin-techdocs-react@1.3.5
37
+ - @backstage/catalog-client@1.12.1
38
+ - @backstage/integration-react@1.2.12
39
+ - @backstage/plugin-auth-react@0.1.21
40
+ - @backstage/plugin-search-common@1.2.21
31
41
 
32
42
  ## 1.16.0-next.1
33
43
 
package/dist/alpha.d.ts CHANGED
@@ -8,7 +8,7 @@ import * as react from 'react';
8
8
  import * as _backstage_plugin_search_react_alpha from '@backstage/plugin-search-react/alpha';
9
9
 
10
10
  /** @alpha */
11
- declare const techDocsSearchResultListItemExtension: _backstage_frontend_plugin_api.ExtensionDefinition<{
11
+ declare const techDocsSearchResultListItemExtension: _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
12
12
  config: {
13
13
  title: string | undefined;
14
14
  lineClamp: number;
@@ -50,7 +50,7 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
50
50
  }>;
51
51
  entityContent: _backstage_frontend_plugin_api.RouteRef<undefined>;
52
52
  }, {}, {
53
- "api:techdocs": _backstage_frontend_plugin_api.ExtensionDefinition<{
53
+ "api:techdocs": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
54
54
  kind: "api";
55
55
  name: undefined;
56
56
  config: {};
@@ -59,7 +59,7 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
59
59
  inputs: {};
60
60
  params: <TApi, TImpl extends TApi, TDeps extends { [name in string]: unknown; }>(params: _backstage_frontend_plugin_api.ApiFactory<TApi, TImpl, TDeps>) => _backstage_frontend_plugin_api.ExtensionBlueprintParams<_backstage_frontend_plugin_api.AnyApiFactory>;
61
61
  }>;
62
- "api:techdocs/storage": _backstage_frontend_plugin_api.ExtensionDefinition<{
62
+ "api:techdocs/storage": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
63
63
  kind: "api";
64
64
  name: "storage";
65
65
  config: {};
@@ -68,7 +68,7 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
68
68
  inputs: {};
69
69
  params: <TApi, TImpl extends TApi, TDeps extends { [name in string]: unknown; }>(params: _backstage_frontend_plugin_api.ApiFactory<TApi, TImpl, TDeps>) => _backstage_frontend_plugin_api.ExtensionBlueprintParams<_backstage_frontend_plugin_api.AnyApiFactory>;
70
70
  }>;
71
- "empty-state:techdocs/entity-content": _backstage_frontend_plugin_api.ExtensionDefinition<{
71
+ "empty-state:techdocs/entity-content": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
72
72
  config: {};
73
73
  configInput: {};
74
74
  output: _backstage_frontend_plugin_api.ExtensionDataRef<react.JSX.Element, "core.reactElement", {
@@ -84,7 +84,7 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
84
84
  kind: "empty-state";
85
85
  name: "entity-content";
86
86
  }>;
87
- "entity-content:techdocs": _backstage_frontend_plugin_api.ExtensionDefinition<{
87
+ "entity-content:techdocs": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
88
88
  config: {
89
89
  path: string | undefined;
90
90
  title: string | undefined;
@@ -132,7 +132,7 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
132
132
  filter?: string | _backstage_plugin_catalog_react_alpha.EntityPredicate | ((entity: _backstage_catalog_model.Entity) => boolean);
133
133
  };
134
134
  }>;
135
- "entity-icon-link:techdocs/read-docs": _backstage_frontend_plugin_api.ExtensionDefinition<{
135
+ "entity-icon-link:techdocs/read-docs": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
136
136
  kind: "entity-icon-link";
137
137
  name: "read-docs";
138
138
  config: {
@@ -156,7 +156,7 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
156
156
  filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | ((entity: _backstage_catalog_model.Entity) => boolean);
157
157
  };
158
158
  }>;
159
- "nav-item:techdocs": _backstage_frontend_plugin_api.ExtensionDefinition<{
159
+ "nav-item:techdocs": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
160
160
  kind: "nav-item";
161
161
  name: undefined;
162
162
  config: {};
@@ -173,7 +173,7 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
173
173
  routeRef: _backstage_frontend_plugin_api.RouteRef<undefined>;
174
174
  };
175
175
  }>;
176
- "page:techdocs": _backstage_frontend_plugin_api.ExtensionDefinition<{
176
+ "page:techdocs": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
177
177
  kind: "page";
178
178
  name: undefined;
179
179
  config: {
@@ -193,7 +193,7 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
193
193
  routeRef?: _backstage_frontend_plugin_api.RouteRef;
194
194
  };
195
195
  }>;
196
- "page:techdocs/reader": _backstage_frontend_plugin_api.ExtensionDefinition<{
196
+ "page:techdocs/reader": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
197
197
  config: {
198
198
  path: string | undefined;
199
199
  };
@@ -218,7 +218,7 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
218
218
  routeRef?: _backstage_frontend_plugin_api.RouteRef;
219
219
  };
220
220
  }>;
221
- "search-result-list-item:techdocs": _backstage_frontend_plugin_api.ExtensionDefinition<{
221
+ "search-result-list-item:techdocs": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
222
222
  config: {
223
223
  title: string | undefined;
224
224
  lineClamp: number;
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-techdocs";
2
- var version = "0.0.0-nightly-20251117024228";
2
+ var version = "0.0.0-nightly-20251120024358";
3
3
  var description = "The Backstage plugin that renders technical documentation for your components";
4
4
  var backstage = {
5
5
  role: "frontend-plugin",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs",
3
- "version": "0.0.0-nightly-20251117024228",
3
+ "version": "0.0.0-nightly-20251120024358",
4
4
  "description": "The Backstage plugin that renders technical documentation for your components",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -71,22 +71,22 @@
71
71
  "test": "backstage-cli package test"
72
72
  },
73
73
  "dependencies": {
74
- "@backstage/catalog-client": "0.0.0-nightly-20251117024228",
75
- "@backstage/catalog-model": "0.0.0-nightly-20251117024228",
76
- "@backstage/config": "0.0.0-nightly-20251117024228",
77
- "@backstage/core-compat-api": "0.0.0-nightly-20251117024228",
78
- "@backstage/core-components": "0.0.0-nightly-20251117024228",
79
- "@backstage/core-plugin-api": "0.0.0-nightly-20251117024228",
74
+ "@backstage/catalog-client": "1.12.1",
75
+ "@backstage/catalog-model": "1.7.6",
76
+ "@backstage/config": "1.3.6",
77
+ "@backstage/core-compat-api": "0.0.0-nightly-20251120024358",
78
+ "@backstage/core-components": "0.18.3",
79
+ "@backstage/core-plugin-api": "1.12.0",
80
80
  "@backstage/errors": "1.2.7",
81
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20251117024228",
82
- "@backstage/integration": "0.0.0-nightly-20251117024228",
83
- "@backstage/integration-react": "0.0.0-nightly-20251117024228",
84
- "@backstage/plugin-auth-react": "0.0.0-nightly-20251117024228",
85
- "@backstage/plugin-catalog-react": "0.0.0-nightly-20251117024228",
86
- "@backstage/plugin-search-common": "0.0.0-nightly-20251117024228",
87
- "@backstage/plugin-search-react": "0.0.0-nightly-20251117024228",
81
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20251120024358",
82
+ "@backstage/integration": "1.18.2",
83
+ "@backstage/integration-react": "1.2.12",
84
+ "@backstage/plugin-auth-react": "0.1.21",
85
+ "@backstage/plugin-catalog-react": "0.0.0-nightly-20251120024358",
86
+ "@backstage/plugin-search-common": "1.2.21",
87
+ "@backstage/plugin-search-react": "0.0.0-nightly-20251120024358",
88
88
  "@backstage/plugin-techdocs-common": "0.1.1",
89
- "@backstage/plugin-techdocs-react": "0.0.0-nightly-20251117024228",
89
+ "@backstage/plugin-techdocs-react": "0.0.0-nightly-20251120024358",
90
90
  "@backstage/theme": "0.7.0",
91
91
  "@material-ui/core": "^4.12.2",
92
92
  "@material-ui/icons": "^4.9.1",
@@ -100,12 +100,12 @@
100
100
  "react-use": "^17.2.4"
101
101
  },
102
102
  "devDependencies": {
103
- "@backstage/cli": "0.0.0-nightly-20251117024228",
104
- "@backstage/core-app-api": "0.0.0-nightly-20251117024228",
105
- "@backstage/dev-utils": "0.0.0-nightly-20251117024228",
106
- "@backstage/plugin-catalog": "0.0.0-nightly-20251117024228",
107
- "@backstage/plugin-techdocs-module-addons-contrib": "0.0.0-nightly-20251117024228",
108
- "@backstage/test-utils": "0.0.0-nightly-20251117024228",
103
+ "@backstage/cli": "0.34.5",
104
+ "@backstage/core-app-api": "1.19.2",
105
+ "@backstage/dev-utils": "0.0.0-nightly-20251120024358",
106
+ "@backstage/plugin-catalog": "0.0.0-nightly-20251120024358",
107
+ "@backstage/plugin-techdocs-module-addons-contrib": "0.0.0-nightly-20251120024358",
108
+ "@backstage/test-utils": "1.7.13",
109
109
  "@testing-library/dom": "^10.0.0",
110
110
  "@testing-library/jest-dom": "^6.0.0",
111
111
  "@testing-library/react": "^16.0.0",