@backstage/plugin-api-docs 0.0.0-nightly-20260307030244 → 0.0.0-nightly-20260308031310

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,20 +1,23 @@
1
1
  # @backstage/plugin-api-docs
2
2
 
3
- ## 0.0.0-nightly-20260307030244
3
+ ## 0.0.0-nightly-20260308031310
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 9c9d425: Fixed invisible text in parameter input fields when using dark mode in OpenAPI definition pages
8
8
  - 30e08df: Added default entity content groups for the API docs entity content tabs. The API definition tab defaults to the `documentation` group and the APIs tab defaults to the `development` group.
9
- - Updated dependencies
10
- - @backstage/frontend-plugin-api@0.0.0-nightly-20260307030244
11
- - @backstage/plugin-catalog@0.0.0-nightly-20260307030244
12
- - @backstage/plugin-catalog-react@0.0.0-nightly-20260307030244
13
- - @backstage/core-plugin-api@0.0.0-nightly-20260307030244
9
+ - ca277ef: Updated dependency `graphiql` to `3.9.0` to address security vulnerability in `markdown-it` package.
10
+ Updated dependency `@graphiql/react` to `0.29.0` to match the version used by `graphiql`.
11
+ Moved dependency `graphql-config` to `devDependencies` as it is needed only for types.
12
+ - Updated dependencies
13
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20260308031310
14
+ - @backstage/core-plugin-api@0.0.0-nightly-20260308031310
15
+ - @backstage/plugin-catalog@0.0.0-nightly-20260308031310
16
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20260308031310
14
17
  - @backstage/catalog-model@1.7.6
15
- - @backstage/core-components@0.0.0-nightly-20260307030244
18
+ - @backstage/core-components@0.0.0-nightly-20260308031310
16
19
  - @backstage/plugin-catalog-common@1.1.8
17
- - @backstage/plugin-permission-react@0.0.0-nightly-20260307030244
20
+ - @backstage/plugin-permission-react@0.0.0-nightly-20260308031310
18
21
 
19
22
  ## 0.13.5-next.1
20
23
 
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-api-docs";
2
- var version = "0.0.0-nightly-20260307030244";
2
+ var version = "0.0.0-nightly-20260308031310";
3
3
  var description = "A Backstage plugin that helps represent API entities in the frontend";
4
4
  var backstage = {
5
5
  role: "frontend-plugin",
@@ -61,13 +61,12 @@ var dependencies = {
61
61
  "@backstage/plugin-catalog-common": "workspace:*",
62
62
  "@backstage/plugin-catalog-react": "workspace:*",
63
63
  "@backstage/plugin-permission-react": "workspace:*",
64
- "@graphiql/react": "^0.23.0",
64
+ "@graphiql/react": "0.29.0",
65
65
  "@material-ui/core": "^4.12.2",
66
66
  "@material-ui/icons": "^4.9.1",
67
67
  "@material-ui/lab": "4.0.0-alpha.61",
68
- graphiql: "3.1.1",
68
+ graphiql: "^3.9.0",
69
69
  graphql: "^16.0.0",
70
- "graphql-config": "^5.0.2",
71
70
  "graphql-ws": "^5.4.1",
72
71
  "swagger-ui-react": "^5.27.1"
73
72
  };
@@ -84,6 +83,7 @@ var devDependencies = {
84
83
  "@types/highlightjs": "^10.1.0",
85
84
  "@types/react": "^18.0.0",
86
85
  "@types/swagger-ui-react": "^5.0.0",
86
+ "graphql-config": "^5.1.6",
87
87
  react: "^18.0.2",
88
88
  "react-dom": "^18.0.2",
89
89
  "react-router-dom": "^6.30.2"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-api-docs",
3
- "version": "0.0.0-nightly-20260307030244",
3
+ "version": "0.0.0-nightly-20260308031310",
4
4
  "description": "A Backstage plugin that helps represent API entities in the frontend",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -67,29 +67,28 @@
67
67
  "dependencies": {
68
68
  "@asyncapi/react-component": "^2.3.3",
69
69
  "@backstage/catalog-model": "1.7.6",
70
- "@backstage/core-components": "0.0.0-nightly-20260307030244",
71
- "@backstage/core-plugin-api": "0.0.0-nightly-20260307030244",
72
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20260307030244",
73
- "@backstage/plugin-catalog": "0.0.0-nightly-20260307030244",
70
+ "@backstage/core-components": "0.0.0-nightly-20260308031310",
71
+ "@backstage/core-plugin-api": "0.0.0-nightly-20260308031310",
72
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20260308031310",
73
+ "@backstage/plugin-catalog": "0.0.0-nightly-20260308031310",
74
74
  "@backstage/plugin-catalog-common": "1.1.8",
75
- "@backstage/plugin-catalog-react": "0.0.0-nightly-20260307030244",
76
- "@backstage/plugin-permission-react": "0.0.0-nightly-20260307030244",
77
- "@graphiql/react": "^0.23.0",
75
+ "@backstage/plugin-catalog-react": "0.0.0-nightly-20260308031310",
76
+ "@backstage/plugin-permission-react": "0.0.0-nightly-20260308031310",
77
+ "@graphiql/react": "0.29.0",
78
78
  "@material-ui/core": "^4.12.2",
79
79
  "@material-ui/icons": "^4.9.1",
80
80
  "@material-ui/lab": "4.0.0-alpha.61",
81
- "graphiql": "3.1.1",
81
+ "graphiql": "^3.9.0",
82
82
  "graphql": "^16.0.0",
83
- "graphql-config": "^5.0.2",
84
83
  "graphql-ws": "^5.4.1",
85
84
  "swagger-ui-react": "^5.27.1"
86
85
  },
87
86
  "devDependencies": {
88
- "@backstage/cli": "0.0.0-nightly-20260307030244",
89
- "@backstage/core-app-api": "0.0.0-nightly-20260307030244",
90
- "@backstage/dev-utils": "0.0.0-nightly-20260307030244",
91
- "@backstage/frontend-test-utils": "0.0.0-nightly-20260307030244",
92
- "@backstage/test-utils": "0.0.0-nightly-20260307030244",
87
+ "@backstage/cli": "0.0.0-nightly-20260308031310",
88
+ "@backstage/core-app-api": "0.0.0-nightly-20260308031310",
89
+ "@backstage/dev-utils": "0.0.0-nightly-20260308031310",
90
+ "@backstage/frontend-test-utils": "0.0.0-nightly-20260308031310",
91
+ "@backstage/test-utils": "0.0.0-nightly-20260308031310",
93
92
  "@testing-library/dom": "^10.0.0",
94
93
  "@testing-library/jest-dom": "^6.0.0",
95
94
  "@testing-library/react": "^16.0.0",
@@ -97,6 +96,7 @@
97
96
  "@types/highlightjs": "^10.1.0",
98
97
  "@types/react": "^18.0.0",
99
98
  "@types/swagger-ui-react": "^5.0.0",
99
+ "graphql-config": "^5.1.6",
100
100
  "react": "^18.0.2",
101
101
  "react-dom": "^18.0.2",
102
102
  "react-router-dom": "^6.30.2"