@backstage/plugin-catalog-import 0.12.10-next.3 → 0.12.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,34 @@
1
1
  # @backstage/plugin-catalog-import
2
2
 
3
+ ## 0.12.11-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-catalog-react@1.16.0-next.0
9
+ - @backstage/frontend-plugin-api@0.9.6-next.0
10
+ - @backstage/core-compat-api@0.3.7-next.0
11
+ - @backstage/integration-react@1.2.4
12
+
13
+ ## 0.12.10
14
+
15
+ ### Patch Changes
16
+
17
+ - 58ec9e7: Removed older versions of React packages as a preparatory step for upgrading to React 19. This commit does not introduce any functional changes, but removes dependencies on previous React versions, allowing for a cleaner upgrade path in subsequent commits.
18
+ - Updated dependencies
19
+ - @backstage/core-components@0.16.4
20
+ - @backstage/plugin-catalog-react@1.15.2
21
+ - @backstage/frontend-plugin-api@0.9.5
22
+ - @backstage/integration-react@1.2.4
23
+ - @backstage/core-compat-api@0.3.6
24
+ - @backstage/core-plugin-api@1.10.4
25
+ - @backstage/catalog-client@1.9.1
26
+ - @backstage/catalog-model@1.7.3
27
+ - @backstage/config@1.3.2
28
+ - @backstage/errors@1.2.7
29
+ - @backstage/integration@1.16.1
30
+ - @backstage/plugin-catalog-common@1.1.3
31
+
3
32
  ## 0.12.10-next.3
4
33
 
5
34
  ### Patch Changes
package/dist/alpha.d.ts CHANGED
@@ -6,6 +6,17 @@ import React__default from 'react';
6
6
  declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
7
7
  importPage: _backstage_frontend_plugin_api.RouteRef<undefined>;
8
8
  }, {}, {
9
+ "api:catalog-import": _backstage_frontend_plugin_api.ExtensionDefinition<{
10
+ kind: "api";
11
+ name: undefined;
12
+ config: {};
13
+ configInput: {};
14
+ output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_core_plugin_api.AnyApiFactory, "core.api.factory", {}>;
15
+ inputs: {};
16
+ params: {
17
+ factory: _backstage_core_plugin_api.AnyApiFactory;
18
+ };
19
+ }>;
9
20
  "page:catalog-import": _backstage_frontend_plugin_api.ExtensionDefinition<{
10
21
  kind: "page";
11
22
  name: undefined;
@@ -25,17 +36,6 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
25
36
  routeRef?: _backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams> | undefined;
26
37
  };
27
38
  }>;
28
- "api:catalog-import": _backstage_frontend_plugin_api.ExtensionDefinition<{
29
- kind: "api";
30
- name: undefined;
31
- config: {};
32
- configInput: {};
33
- output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_core_plugin_api.AnyApiFactory, "core.api.factory", {}>;
34
- inputs: {};
35
- params: {
36
- factory: _backstage_core_plugin_api.AnyApiFactory;
37
- };
38
- }>;
39
39
  }>;
40
40
 
41
41
  export { _default as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-import",
3
- "version": "0.12.10-next.3",
3
+ "version": "0.12.11-next.0",
4
4
  "description": "A Backstage plugin the helps you import entities into your catalog",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -69,15 +69,15 @@
69
69
  "@backstage/catalog-client": "1.9.1",
70
70
  "@backstage/catalog-model": "1.7.3",
71
71
  "@backstage/config": "1.3.2",
72
- "@backstage/core-compat-api": "0.3.6-next.3",
73
- "@backstage/core-components": "0.16.4-next.1",
74
- "@backstage/core-plugin-api": "1.10.4-next.0",
72
+ "@backstage/core-compat-api": "0.3.7-next.0",
73
+ "@backstage/core-components": "0.16.4",
74
+ "@backstage/core-plugin-api": "1.10.4",
75
75
  "@backstage/errors": "1.2.7",
76
- "@backstage/frontend-plugin-api": "0.9.5-next.3",
76
+ "@backstage/frontend-plugin-api": "0.9.6-next.0",
77
77
  "@backstage/integration": "1.16.1",
78
- "@backstage/integration-react": "1.2.4-next.0",
78
+ "@backstage/integration-react": "1.2.4",
79
79
  "@backstage/plugin-catalog-common": "1.1.3",
80
- "@backstage/plugin-catalog-react": "1.15.2-next.3",
80
+ "@backstage/plugin-catalog-react": "1.16.0-next.0",
81
81
  "@material-ui/core": "^4.12.2",
82
82
  "@material-ui/icons": "^4.9.1",
83
83
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -90,11 +90,11 @@
90
90
  "yaml": "^2.0.0"
91
91
  },
92
92
  "devDependencies": {
93
- "@backstage/cli": "0.30.0-next.3",
94
- "@backstage/core-app-api": "1.15.5-next.0",
95
- "@backstage/dev-utils": "1.1.7-next.3",
96
- "@backstage/plugin-catalog": "1.27.0-next.3",
97
- "@backstage/test-utils": "1.7.5-next.0",
93
+ "@backstage/cli": "0.30.0",
94
+ "@backstage/core-app-api": "1.15.5",
95
+ "@backstage/dev-utils": "1.1.8-next.0",
96
+ "@backstage/plugin-catalog": "1.28.0-next.0",
97
+ "@backstage/test-utils": "1.7.5",
98
98
  "@testing-library/dom": "^10.0.0",
99
99
  "@testing-library/jest-dom": "^6.0.0",
100
100
  "@testing-library/react": "^16.0.0",