@backstage/plugin-catalog-import 0.8.10-next.2 → 0.8.11-next.0

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,59 @@
1
1
  # @backstage/plugin-catalog-import
2
2
 
3
+ ## 0.8.11-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/integration@1.3.0-next.0
9
+ - @backstage/core-plugin-api@1.0.5-next.0
10
+ - @backstage/integration-react@1.1.3-next.0
11
+ - @backstage/plugin-catalog-react@1.1.3-next.0
12
+ - @backstage/core-components@0.10.1-next.0
13
+
14
+ ## 0.8.10
15
+
16
+ ### Patch Changes
17
+
18
+ - 9de15a41d7: Upgrade @octokit/rest to 19.0.3
19
+ - a70869e775: Updated dependency `msw` to `^0.43.0`.
20
+ - 72622d9143: Updated dependency `yaml` to `^2.0.0`.
21
+ - 8006d0f9bf: Updated dependency `msw` to `^0.44.0`.
22
+ - e2d7b76f43: Upgrade git-url-parse to 12.0.0.
23
+
24
+ Motivation for upgrade is transitively upgrading parse-url which is vulnerable
25
+ to several CVEs detected by Snyk.
26
+
27
+ - SNYK-JS-PARSEURL-2935944
28
+ - SNYK-JS-PARSEURL-2935947
29
+ - SNYK-JS-PARSEURL-2936249
30
+
31
+ - 272106fdad: Support use without `integrations` or only integrations without frontend visible properties (e.g., `bitbucketCloud`) being configured by checking `integrations.github` directly without attempting to load `integrations`.
32
+ - Updated dependencies
33
+ - @backstage/core-components@0.10.0
34
+ - @backstage/catalog-model@1.1.0
35
+ - @backstage/core-plugin-api@1.0.4
36
+ - @backstage/integration@1.2.2
37
+ - @backstage/catalog-client@1.0.4
38
+ - @backstage/integration-react@1.1.2
39
+ - @backstage/plugin-catalog-react@1.1.2
40
+ - @backstage/errors@1.1.0
41
+
42
+ ## 0.8.10-next.3
43
+
44
+ ### Patch Changes
45
+
46
+ - a70869e775: Updated dependency `msw` to `^0.43.0`.
47
+ - 72622d9143: Updated dependency `yaml` to `^2.0.0`.
48
+ - Updated dependencies
49
+ - @backstage/core-plugin-api@1.0.4-next.0
50
+ - @backstage/core-components@0.10.0-next.3
51
+ - @backstage/catalog-client@1.0.4-next.2
52
+ - @backstage/integration-react@1.1.2-next.3
53
+ - @backstage/integration@1.2.2-next.3
54
+ - @backstage/catalog-model@1.1.0-next.3
55
+ - @backstage/plugin-catalog-react@1.1.2-next.3
56
+
3
57
  ## 0.8.10-next.2
4
58
 
5
59
  ### Patch Changes
@@ -29,4 +29,4 @@ const ImportPage = () => {
29
29
  };
30
30
 
31
31
  export { ImportPage };
32
- //# sourceMappingURL=index-de5bb8d9.esm.js.map
32
+ //# sourceMappingURL=index-d205f2d5.esm.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index-de5bb8d9.esm.js","sources":["../../src/components/ImportPage/ImportPage.tsx"],"sourcesContent":["/*\n * Copyright 2020 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport React from 'react';\nimport { useOutlet } from 'react-router';\nimport { DefaultImportPage } from '../DefaultImportPage';\n\n/**\n * The whole catalog import page.\n *\n * @public\n */\nexport const ImportPage = () => {\n const outlet = useOutlet();\n\n return outlet || <DefaultImportPage />;\n};\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAGY,MAAC,UAAU,GAAG,MAAM;AAChC,EAAE,MAAM,MAAM,GAAG,SAAS,EAAE,CAAC;AAC7B,EAAE,OAAO,MAAM,oBAAoB,KAAK,CAAC,aAAa,CAAC,iBAAiB,EAAE,IAAI,CAAC,CAAC;AAChF;;;;"}
1
+ {"version":3,"file":"index-d205f2d5.esm.js","sources":["../../src/components/ImportPage/ImportPage.tsx"],"sourcesContent":["/*\n * Copyright 2020 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport React from 'react';\nimport { useOutlet } from 'react-router';\nimport { DefaultImportPage } from '../DefaultImportPage';\n\n/**\n * The whole catalog import page.\n *\n * @public\n */\nexport const ImportPage = () => {\n const outlet = useOutlet();\n\n return outlet || <DefaultImportPage />;\n};\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAGY,MAAC,UAAU,GAAG,MAAM;AAChC,EAAE,MAAM,MAAM,GAAG,SAAS,EAAE,CAAC;AAC7B,EAAE,OAAO,MAAM,oBAAoB,KAAK,CAAC,aAAa,CAAC,iBAAiB,EAAE,IAAI,CAAC,CAAC;AAChF;;;;"}
package/dist/index.d.ts CHANGED
@@ -18,7 +18,7 @@ import { ScmAuthApi } from '@backstage/integration-react';
18
18
  */
19
19
  declare const catalogImportPlugin: _backstage_core_plugin_api.BackstagePlugin<{
20
20
  importPage: _backstage_core_plugin_api.RouteRef<undefined>;
21
- }, {}>;
21
+ }, {}, {}>;
22
22
  /**
23
23
  * The page for importing projects and YAML files into the catalog.
24
24
  *