@backstage/plugin-catalog-import 0.12.13-next.2 → 0.12.13

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/package.json +18 -18
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @backstage/plugin-catalog-import
2
2
 
3
+ ## 0.12.13
4
+
5
+ ### Patch Changes
6
+
7
+ - a47fd39: Removes instances of default React imports, a necessary update for the upcoming React 19 migration.
8
+
9
+ <https://legacy.reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html>
10
+
11
+ - 5b9514f: Expose the `UnpackNestedValue` type as it's been removed from `react-hook-form`
12
+ - f1d9a64: adding translation for `Register an existing component` text
13
+ - Updated dependencies
14
+ - @backstage/plugin-catalog-react@1.17.0
15
+ - @backstage/frontend-plugin-api@0.10.1
16
+ - @backstage/integration-react@1.2.6
17
+ - @backstage/core-compat-api@0.4.1
18
+ - @backstage/core-components@0.17.1
19
+ - @backstage/core-plugin-api@1.10.6
20
+ - @backstage/integration@1.16.3
21
+ - @backstage/catalog-client@1.9.1
22
+ - @backstage/catalog-model@1.7.3
23
+ - @backstage/config@1.3.2
24
+ - @backstage/errors@1.2.7
25
+ - @backstage/plugin-catalog-common@1.1.3
26
+
3
27
  ## 0.12.13-next.2
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-import",
3
- "version": "0.12.13-next.2",
3
+ "version": "0.12.13",
4
4
  "description": "A Backstage plugin the helps you import entities into your catalog",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -66,18 +66,18 @@
66
66
  "test": "backstage-cli package test"
67
67
  },
68
68
  "dependencies": {
69
- "@backstage/catalog-client": "1.9.1",
70
- "@backstage/catalog-model": "1.7.3",
71
- "@backstage/config": "1.3.2",
72
- "@backstage/core-compat-api": "0.4.1-next.2",
73
- "@backstage/core-components": "0.17.1-next.1",
74
- "@backstage/core-plugin-api": "1.10.6-next.0",
75
- "@backstage/errors": "1.2.7",
76
- "@backstage/frontend-plugin-api": "0.10.1-next.1",
77
- "@backstage/integration": "1.16.3-next.0",
78
- "@backstage/integration-react": "1.2.6-next.1",
79
- "@backstage/plugin-catalog-common": "1.1.3",
80
- "@backstage/plugin-catalog-react": "1.17.0-next.2",
69
+ "@backstage/catalog-client": "^1.9.1",
70
+ "@backstage/catalog-model": "^1.7.3",
71
+ "@backstage/config": "^1.3.2",
72
+ "@backstage/core-compat-api": "^0.4.1",
73
+ "@backstage/core-components": "^0.17.1",
74
+ "@backstage/core-plugin-api": "^1.10.6",
75
+ "@backstage/errors": "^1.2.7",
76
+ "@backstage/frontend-plugin-api": "^0.10.1",
77
+ "@backstage/integration": "^1.16.3",
78
+ "@backstage/integration-react": "^1.2.6",
79
+ "@backstage/plugin-catalog-common": "^1.1.3",
80
+ "@backstage/plugin-catalog-react": "^1.17.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.32.0-next.2",
94
- "@backstage/core-app-api": "1.16.1-next.0",
95
- "@backstage/dev-utils": "1.1.9-next.2",
96
- "@backstage/plugin-catalog": "1.29.0-next.2",
97
- "@backstage/test-utils": "1.7.7-next.0",
93
+ "@backstage/cli": "^0.32.0",
94
+ "@backstage/core-app-api": "^1.16.1",
95
+ "@backstage/dev-utils": "^1.1.9",
96
+ "@backstage/plugin-catalog": "^1.29.0",
97
+ "@backstage/test-utils": "^1.7.7",
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",