@backstage/plugin-techdocs 1.11.1 → 1.11.2

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,5 +1,27 @@
1
1
  # @backstage/plugin-techdocs
2
2
 
3
+ ## 1.11.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/frontend-plugin-api@0.9.2
9
+ - @backstage/theme@0.6.2
10
+ - @backstage/catalog-model@1.7.1
11
+ - @backstage/config@1.3.0
12
+ - @backstage/core-compat-api@0.3.3
13
+ - @backstage/core-components@0.16.1
14
+ - @backstage/core-plugin-api@1.10.1
15
+ - @backstage/errors@1.2.5
16
+ - @backstage/integration@1.15.2
17
+ - @backstage/integration-react@1.2.1
18
+ - @backstage/plugin-auth-react@0.1.9
19
+ - @backstage/plugin-catalog-react@1.14.2
20
+ - @backstage/plugin-search-common@1.2.15
21
+ - @backstage/plugin-search-react@1.8.3
22
+ - @backstage/plugin-techdocs-common@0.1.0
23
+ - @backstage/plugin-techdocs-react@1.2.11
24
+
3
25
  ## 1.11.1
4
26
 
5
27
  ### Patch Changes
package/dist/alpha.esm.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import LibraryBooks from '@material-ui/icons/LibraryBooks';
3
- import { ApiBlueprint, PageBlueprint, coreExtensionData, createExtensionInput, createExtension, NavItemBlueprint, createFrontendPlugin } from '@backstage/frontend-plugin-api';
4
- import { createApiFactory, fetchApiRef, discoveryApiRef, configApiRef } from '@backstage/core-plugin-api';
3
+ import { ApiBlueprint, PageBlueprint, createExtensionInput, coreExtensionData, createExtension, NavItemBlueprint, createFrontendPlugin } from '@backstage/frontend-plugin-api';
4
+ import { createApiFactory, configApiRef, discoveryApiRef, fetchApiRef } from '@backstage/core-plugin-api';
5
5
  import { compatWrapper, convertLegacyRouteRef, convertLegacyRouteRefs } from '@backstage/core-compat-api';
6
6
  import { EntityContentBlueprint } from '@backstage/plugin-catalog-react/alpha';
7
7
  import { SearchResultListItemBlueprint } from '@backstage/plugin-search-react/alpha';
@@ -1,4 +1,4 @@
1
- import { NotFoundError, ResponseError } from '@backstage/errors';
1
+ import { ResponseError, NotFoundError } from '@backstage/errors';
2
2
  import { fetchEventSource } from '@microsoft/fetch-event-source';
3
3
 
4
4
  class TechDocsClient {
@@ -1,7 +1,7 @@
1
1
  import { techdocsStorageApiRef, techdocsApiRef } from '@backstage/plugin-techdocs-react';
2
2
  import { TechDocsStorageClient, TechDocsClient } from './client.esm.js';
3
- import { rootCatalogDocsRouteRef, rootDocsRouteRef, rootRouteRef } from './routes.esm.js';
4
- import { createPlugin, createApiFactory, fetchApiRef, discoveryApiRef, configApiRef, createRoutableExtension } from '@backstage/core-plugin-api';
3
+ import { rootRouteRef, rootDocsRouteRef, rootCatalogDocsRouteRef } from './routes.esm.js';
4
+ import { createPlugin, createApiFactory, configApiRef, discoveryApiRef, fetchApiRef, createRoutableExtension } from '@backstage/core-plugin-api';
5
5
  import { createSearchResultListItemExtension } from '@backstage/plugin-search-react';
6
6
 
7
7
  const techdocsPlugin = createPlugin({
@@ -1,5 +1,5 @@
1
1
  import DOMPurify from 'dompurify';
2
- import { useMemo, useCallback } from 'react';
2
+ import { useCallback, useMemo } from 'react';
3
3
  import { useApi, configApiRef } from '@backstage/core-plugin-api';
4
4
  import { removeUnsafeLinks } from './hooks/links.esm.js';
5
5
  import { removeUnsafeIframes } from './hooks/iframes.esm.js';
@@ -1,4 +1,4 @@
1
- import { useMemo, useCallback } from 'react';
1
+ import { useCallback, useMemo } from 'react';
2
2
  import { useTheme } from '@material-ui/core/styles';
3
3
  import { useSidebarPinState } from '@backstage/core-components';
4
4
  import { rules } from './rules/rules.esm.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs",
3
- "version": "1.11.1",
3
+ "version": "1.11.2",
4
4
  "description": "The Backstage plugin that renders technical documentation for your components",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -70,20 +70,20 @@
70
70
  "dependencies": {
71
71
  "@backstage/catalog-model": "^1.7.1",
72
72
  "@backstage/config": "^1.3.0",
73
- "@backstage/core-compat-api": "^0.3.2",
74
- "@backstage/core-components": "^0.16.0",
73
+ "@backstage/core-compat-api": "^0.3.3",
74
+ "@backstage/core-components": "^0.16.1",
75
75
  "@backstage/core-plugin-api": "^1.10.1",
76
76
  "@backstage/errors": "^1.2.5",
77
- "@backstage/frontend-plugin-api": "^0.9.1",
77
+ "@backstage/frontend-plugin-api": "^0.9.2",
78
78
  "@backstage/integration": "^1.15.2",
79
79
  "@backstage/integration-react": "^1.2.1",
80
- "@backstage/plugin-auth-react": "^0.1.8",
81
- "@backstage/plugin-catalog-react": "^1.14.1",
80
+ "@backstage/plugin-auth-react": "^0.1.9",
81
+ "@backstage/plugin-catalog-react": "^1.14.2",
82
82
  "@backstage/plugin-search-common": "^1.2.15",
83
- "@backstage/plugin-search-react": "^1.8.2",
83
+ "@backstage/plugin-search-react": "^1.8.3",
84
84
  "@backstage/plugin-techdocs-common": "^0.1.0",
85
- "@backstage/plugin-techdocs-react": "^1.2.10",
86
- "@backstage/theme": "^0.6.1",
85
+ "@backstage/plugin-techdocs-react": "^1.2.11",
86
+ "@backstage/theme": "^0.6.2",
87
87
  "@material-ui/core": "^4.12.2",
88
88
  "@material-ui/icons": "^4.9.1",
89
89
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -97,11 +97,11 @@
97
97
  "react-use": "^17.2.4"
98
98
  },
99
99
  "devDependencies": {
100
- "@backstage/cli": "^0.29.0",
100
+ "@backstage/cli": "^0.29.2",
101
101
  "@backstage/core-app-api": "^1.15.2",
102
- "@backstage/dev-utils": "^1.1.3",
103
- "@backstage/plugin-techdocs-module-addons-contrib": "^1.1.17",
104
- "@backstage/test-utils": "^1.7.1",
102
+ "@backstage/dev-utils": "^1.1.4",
103
+ "@backstage/plugin-techdocs-module-addons-contrib": "^1.1.18",
104
+ "@backstage/test-utils": "^1.7.2",
105
105
  "@testing-library/dom": "^10.0.0",
106
106
  "@testing-library/jest-dom": "^6.0.0",
107
107
  "@testing-library/react": "^16.0.0",