Merge branch 'backstage:master' into feature/asyncapi3

This commit is contained in:
Fabrizio Lazzaretti
2024-02-08 10:24:03 +01:00
committed by GitHub
1405 changed files with 33261 additions and 6583 deletions
+28
View File
@@ -1,5 +1,33 @@
# @backstage/plugin-api-docs
## 0.10.4-next.2
### Patch Changes
- 9aac2b0: Use `--cwd` as the first `yarn` argument
- 8fe56a8: Widen `@types/react` dependency range to include version 18.
- Updated dependencies
- @backstage/core-components@0.14.0-next.1
- @backstage/plugin-catalog@1.17.0-next.2
- @backstage/core-plugin-api@1.9.0-next.1
- @backstage/plugin-catalog-react@1.10.0-next.2
- @backstage/plugin-permission-react@0.4.20-next.1
- @backstage/catalog-model@1.4.4-next.0
- @backstage/plugin-catalog-common@1.0.21-next.0
## 0.10.4-next.1
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.0-next.0
- @backstage/catalog-model@1.4.4-next.0
- @backstage/plugin-catalog@1.17.0-next.1
- @backstage/core-plugin-api@1.8.3-next.0
- @backstage/plugin-catalog-react@1.9.4-next.1
- @backstage/plugin-catalog-common@1.0.21-next.0
- @backstage/plugin-permission-react@0.4.20-next.0
## 0.10.4-next.0
### Patch Changes
+1 -1
View File
@@ -29,7 +29,7 @@ To link that a component provides or consumes an API, see the [`providesApis`](h
```bash
# From your Backstage root directory
yarn add --cwd packages/app @backstage/plugin-api-docs
yarn --cwd packages/app add @backstage/plugin-api-docs
```
2. Add the `ApiExplorerPage` extension to the app:
+21
View File
@@ -0,0 +1,21 @@
# Knip report
## Unused dependencies (3)
| Name | Location |
|:---------------------|:-------------|
| graphql-ws | package.json |
| graphql-config | package.json |
| isomorphic-form-data | package.json |
## Unused devDependencies (6)
| Name | Location |
|:----------------------------|:-------------|
| @backstage/cli | package.json |
| @testing-library/dom | package.json |
| @backstage/test-utils | package.json |
| @testing-library/react | package.json |
| @backstage/core-app-api | package.json |
| @testing-library/user-event | package.json |
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-api-docs",
"description": "A Backstage plugin that helps represent API entities in the frontend",
"version": "0.10.4-next.0",
"version": "0.10.4-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -45,7 +45,7 @@
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.61",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"graphiql": "3.1.0",
"graphql": "^16.0.0",
"graphql-config": "^5.0.2",