@backstage/plugin-techdocs 0.0.0-nightly-20260202031345 → 0.0.0-nightly-20260204030923

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,44 @@
1
1
  # @backstage/plugin-techdocs
2
2
 
3
- ## 0.0.0-nightly-20260202031345
3
+ ## 0.0.0-nightly-20260204030923
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 9e29545: Improve sidebars (nav/TOC) layout and scrolling
8
8
  - 22dce2b: TechDocs addons in the new frontend system now use a Utility API pattern instead of multiple attachment points. The `AddonBlueprint` now uses this new approach, and while addons created with older versions still work, they will produce a deprecation warning and will stop working in a future release.
9
- - Updated dependencies
10
- - @backstage/plugin-catalog-react@0.0.0-nightly-20260202031345
11
- - @backstage/core-components@0.0.0-nightly-20260202031345
12
- - @backstage/plugin-search-common@0.0.0-nightly-20260202031345
13
- - @backstage/integration@0.0.0-nightly-20260202031345
14
- - @backstage/frontend-plugin-api@0.0.0-nightly-20260202031345
15
- - @backstage/core-plugin-api@0.0.0-nightly-20260202031345
16
- - @backstage/plugin-techdocs-react@0.0.0-nightly-20260202031345
17
- - @backstage/plugin-search-react@0.0.0-nightly-20260202031345
9
+ - a7e0d50: Prepare for React Router v7 migration by updating to v6.30.2 across all NFS packages and enabling v7 future flags. Convert routes from splat paths to parent/child structure with Outlet components.
10
+ - Updated dependencies
11
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20260204030923
12
+ - @backstage/core-components@0.0.0-nightly-20260204030923
13
+ - @backstage/plugin-search-common@0.0.0-nightly-20260204030923
14
+ - @backstage/integration@0.0.0-nightly-20260204030923
15
+ - @backstage/theme@0.0.0-nightly-20260204030923
16
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20260204030923
17
+ - @backstage/core-plugin-api@0.0.0-nightly-20260204030923
18
+ - @backstage/plugin-techdocs-react@0.0.0-nightly-20260204030923
19
+ - @backstage/integration-react@0.0.0-nightly-20260204030923
20
+ - @backstage/plugin-search-react@0.0.0-nightly-20260204030923
21
+ - @backstage/plugin-auth-react@0.0.0-nightly-20260204030923
18
22
  - @backstage/catalog-client@1.12.1
19
23
  - @backstage/catalog-model@1.7.6
20
24
  - @backstage/config@1.3.6
21
25
  - @backstage/errors@1.2.7
22
- - @backstage/integration-react@0.0.0-nightly-20260202031345
23
- - @backstage/theme@0.7.1
24
- - @backstage/plugin-auth-react@0.0.0-nightly-20260202031345
25
26
  - @backstage/plugin-techdocs-common@0.1.1
26
27
 
28
+ ## 1.16.3-next.1
29
+
30
+ ### Patch Changes
31
+
32
+ - Updated dependencies
33
+ - @backstage/plugin-catalog-react@1.22.0-next.1
34
+ - @backstage/theme@0.7.2-next.0
35
+ - @backstage/integration@1.20.0-next.1
36
+ - @backstage/frontend-plugin-api@0.14.0-next.1
37
+ - @backstage/plugin-search-react@1.10.3-next.1
38
+ - @backstage/core-components@0.18.7-next.1
39
+ - @backstage/plugin-techdocs-react@1.3.8-next.0
40
+ - @backstage/integration-react@1.2.15-next.1
41
+
27
42
  ## 1.16.3-next.0
28
43
 
29
44
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-techdocs";
2
- var version = "0.0.0-nightly-20260202031345";
2
+ var version = "0.0.0-nightly-20260204030923";
3
3
  var description = "The Backstage plugin that renders technical documentation for your components";
4
4
  var backstage = {
5
5
  role: "frontend-plugin",
@@ -100,13 +100,13 @@ var devDependencies = {
100
100
  "@types/react": "^18.0.0",
101
101
  react: "^18.0.2",
102
102
  "react-dom": "^18.0.2",
103
- "react-router-dom": "^6.3.0"
103
+ "react-router-dom": "^6.30.2"
104
104
  };
105
105
  var peerDependencies = {
106
106
  "@types/react": "^17.0.0 || ^18.0.0",
107
107
  react: "^17.0.0 || ^18.0.0",
108
108
  "react-dom": "^17.0.0 || ^18.0.0",
109
- "react-router-dom": "^6.3.0"
109
+ "react-router-dom": "^6.30.2"
110
110
  };
111
111
  var peerDependenciesMeta = {
112
112
  "@types/react": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs",
3
- "version": "0.0.0-nightly-20260202031345",
3
+ "version": "0.0.0-nightly-20260204030923",
4
4
  "description": "The Backstage plugin that renders technical documentation for your components",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -74,19 +74,19 @@
74
74
  "@backstage/catalog-client": "1.12.1",
75
75
  "@backstage/catalog-model": "1.7.6",
76
76
  "@backstage/config": "1.3.6",
77
- "@backstage/core-components": "0.0.0-nightly-20260202031345",
78
- "@backstage/core-plugin-api": "0.0.0-nightly-20260202031345",
77
+ "@backstage/core-components": "0.0.0-nightly-20260204030923",
78
+ "@backstage/core-plugin-api": "0.0.0-nightly-20260204030923",
79
79
  "@backstage/errors": "1.2.7",
80
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20260202031345",
81
- "@backstage/integration": "0.0.0-nightly-20260202031345",
82
- "@backstage/integration-react": "0.0.0-nightly-20260202031345",
83
- "@backstage/plugin-auth-react": "0.0.0-nightly-20260202031345",
84
- "@backstage/plugin-catalog-react": "0.0.0-nightly-20260202031345",
85
- "@backstage/plugin-search-common": "0.0.0-nightly-20260202031345",
86
- "@backstage/plugin-search-react": "0.0.0-nightly-20260202031345",
80
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20260204030923",
81
+ "@backstage/integration": "0.0.0-nightly-20260204030923",
82
+ "@backstage/integration-react": "0.0.0-nightly-20260204030923",
83
+ "@backstage/plugin-auth-react": "0.0.0-nightly-20260204030923",
84
+ "@backstage/plugin-catalog-react": "0.0.0-nightly-20260204030923",
85
+ "@backstage/plugin-search-common": "0.0.0-nightly-20260204030923",
86
+ "@backstage/plugin-search-react": "0.0.0-nightly-20260204030923",
87
87
  "@backstage/plugin-techdocs-common": "0.1.1",
88
- "@backstage/plugin-techdocs-react": "0.0.0-nightly-20260202031345",
89
- "@backstage/theme": "0.7.1",
88
+ "@backstage/plugin-techdocs-react": "0.0.0-nightly-20260204030923",
89
+ "@backstage/theme": "0.0.0-nightly-20260204030923",
90
90
  "@material-ui/core": "^4.12.2",
91
91
  "@material-ui/icons": "^4.9.1",
92
92
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -99,12 +99,12 @@
99
99
  "react-use": "^17.2.4"
100
100
  },
101
101
  "devDependencies": {
102
- "@backstage/cli": "0.0.0-nightly-20260202031345",
103
- "@backstage/core-app-api": "0.0.0-nightly-20260202031345",
104
- "@backstage/dev-utils": "0.0.0-nightly-20260202031345",
105
- "@backstage/plugin-catalog": "0.0.0-nightly-20260202031345",
106
- "@backstage/plugin-techdocs-module-addons-contrib": "0.0.0-nightly-20260202031345",
107
- "@backstage/test-utils": "0.0.0-nightly-20260202031345",
102
+ "@backstage/cli": "0.0.0-nightly-20260204030923",
103
+ "@backstage/core-app-api": "0.0.0-nightly-20260204030923",
104
+ "@backstage/dev-utils": "0.0.0-nightly-20260204030923",
105
+ "@backstage/plugin-catalog": "0.0.0-nightly-20260204030923",
106
+ "@backstage/plugin-techdocs-module-addons-contrib": "0.0.0-nightly-20260204030923",
107
+ "@backstage/test-utils": "0.0.0-nightly-20260204030923",
108
108
  "@testing-library/dom": "^10.0.0",
109
109
  "@testing-library/jest-dom": "^6.0.0",
110
110
  "@testing-library/react": "^16.0.0",
@@ -113,13 +113,13 @@
113
113
  "@types/react": "^18.0.0",
114
114
  "react": "^18.0.2",
115
115
  "react-dom": "^18.0.2",
116
- "react-router-dom": "^6.3.0"
116
+ "react-router-dom": "^6.30.2"
117
117
  },
118
118
  "peerDependencies": {
119
119
  "@types/react": "^17.0.0 || ^18.0.0",
120
120
  "react": "^17.0.0 || ^18.0.0",
121
121
  "react-dom": "^17.0.0 || ^18.0.0",
122
- "react-router-dom": "^6.3.0"
122
+ "react-router-dom": "^6.30.2"
123
123
  },
124
124
  "peerDependenciesMeta": {
125
125
  "@types/react": {