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

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 +37 -0
  2. package/package.json +15 -16
package/CHANGELOG.md CHANGED
@@ -1,5 +1,42 @@
1
1
  # @backstage/plugin-catalog-import
2
2
 
3
+ ## 0.8.12
4
+
5
+ ### Patch Changes
6
+
7
+ - 817f3196f6: Updated React Router dependencies to be peer dependencies.
8
+ - eadf56bbbf: Bump `git-url-parse` version to `^13.0.0`
9
+ - 7d47def9c4: Removed dependency on `@types/jest`.
10
+ - 667d917488: Updated dependency `msw` to `^0.47.0`.
11
+ - 87ec2ba4d6: Updated dependency `msw` to `^0.46.0`.
12
+ - bf5e9030eb: Updated dependency `msw` to `^0.45.0`.
13
+ - Updated dependencies
14
+ - @backstage/core-components@0.11.1
15
+ - @backstage/core-plugin-api@1.0.6
16
+ - @backstage/plugin-catalog-react@1.1.4
17
+ - @backstage/integration@1.3.1
18
+ - @backstage/catalog-client@1.1.0
19
+ - @backstage/catalog-model@1.1.1
20
+ - @backstage/config@1.0.2
21
+ - @backstage/errors@1.1.1
22
+ - @backstage/integration-react@1.1.4
23
+
24
+ ## 0.8.12-next.3
25
+
26
+ ### Patch Changes
27
+
28
+ - 7d47def9c4: Removed dependency on `@types/jest`.
29
+ - Updated dependencies
30
+ - @backstage/plugin-catalog-react@1.1.4-next.2
31
+ - @backstage/catalog-client@1.1.0-next.2
32
+ - @backstage/catalog-model@1.1.1-next.0
33
+ - @backstage/config@1.0.2-next.0
34
+ - @backstage/core-components@0.11.1-next.3
35
+ - @backstage/core-plugin-api@1.0.6-next.3
36
+ - @backstage/errors@1.1.1-next.0
37
+ - @backstage/integration@1.3.1-next.2
38
+ - @backstage/integration-react@1.1.4-next.2
39
+
3
40
  ## 0.8.12-next.2
4
41
 
5
42
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-import",
3
3
  "description": "A Backstage plugin the helps you import entities into your catalog",
4
- "version": "0.8.12-next.2",
4
+ "version": "0.8.12",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -32,15 +32,15 @@
32
32
  "clean": "backstage-cli package clean"
33
33
  },
34
34
  "dependencies": {
35
- "@backstage/catalog-client": "^1.0.5-next.1",
36
- "@backstage/catalog-model": "^1.1.0",
37
- "@backstage/config": "^1.0.1",
38
- "@backstage/core-components": "^0.11.1-next.2",
39
- "@backstage/core-plugin-api": "^1.0.6-next.2",
40
- "@backstage/errors": "^1.1.0",
41
- "@backstage/integration": "^1.3.1-next.1",
42
- "@backstage/integration-react": "^1.1.4-next.1",
43
- "@backstage/plugin-catalog-react": "^1.1.4-next.1",
35
+ "@backstage/catalog-client": "^1.1.0",
36
+ "@backstage/catalog-model": "^1.1.1",
37
+ "@backstage/config": "^1.0.2",
38
+ "@backstage/core-components": "^0.11.1",
39
+ "@backstage/core-plugin-api": "^1.0.6",
40
+ "@backstage/errors": "^1.1.1",
41
+ "@backstage/integration": "^1.3.1",
42
+ "@backstage/integration-react": "^1.1.4",
43
+ "@backstage/plugin-catalog-react": "^1.1.4",
44
44
  "@material-ui/core": "^4.12.2",
45
45
  "@material-ui/icons": "^4.9.1",
46
46
  "@material-ui/lab": "4.0.0-alpha.57",
@@ -58,15 +58,14 @@
58
58
  "react-router": "6.0.0-beta.0 || ^6.3.0"
59
59
  },
60
60
  "devDependencies": {
61
- "@backstage/cli": "^0.19.0-next.2",
62
- "@backstage/core-app-api": "^1.1.0-next.2",
63
- "@backstage/dev-utils": "^1.0.6-next.1",
64
- "@backstage/test-utils": "^1.2.0-next.2",
61
+ "@backstage/cli": "^0.19.0",
62
+ "@backstage/core-app-api": "^1.1.0",
63
+ "@backstage/dev-utils": "^1.0.6",
64
+ "@backstage/test-utils": "^1.2.0",
65
65
  "@testing-library/jest-dom": "^5.10.1",
66
66
  "@testing-library/react": "^12.1.3",
67
67
  "@testing-library/react-hooks": "^8.0.0",
68
68
  "@testing-library/user-event": "^14.0.0",
69
- "@types/jest": "^26.0.7",
70
69
  "cross-fetch": "^3.1.5",
71
70
  "msw": "^0.47.0"
72
71
  },
@@ -75,5 +74,5 @@
75
74
  "config.d.ts"
76
75
  ],
77
76
  "configSchema": "config.d.ts",
78
- "gitHead": "24f889f173370f060725fcf9404081e40769beb4"
77
+ "gitHead": "25b94e63455f1fb170506f9e84e3f430f4b79406"
79
78
  }