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

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 +48 -0
  2. package/package.json +17 -17
package/CHANGELOG.md CHANGED
@@ -1,5 +1,53 @@
1
1
  # @backstage/plugin-catalog-import
2
2
 
3
+ ## 0.8.10-next.3
4
+
5
+ ### Patch Changes
6
+
7
+ - a70869e775: Updated dependency `msw` to `^0.43.0`.
8
+ - 72622d9143: Updated dependency `yaml` to `^2.0.0`.
9
+ - Updated dependencies
10
+ - @backstage/core-plugin-api@1.0.4-next.0
11
+ - @backstage/core-components@0.10.0-next.3
12
+ - @backstage/catalog-client@1.0.4-next.2
13
+ - @backstage/integration-react@1.1.2-next.3
14
+ - @backstage/integration@1.2.2-next.3
15
+ - @backstage/catalog-model@1.1.0-next.3
16
+ - @backstage/plugin-catalog-react@1.1.2-next.3
17
+
18
+ ## 0.8.10-next.2
19
+
20
+ ### Patch Changes
21
+
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
+ - Updated dependencies
32
+ - @backstage/core-components@0.10.0-next.2
33
+ - @backstage/catalog-model@1.1.0-next.2
34
+ - @backstage/integration@1.2.2-next.2
35
+ - @backstage/plugin-catalog-react@1.1.2-next.2
36
+ - @backstage/integration-react@1.1.2-next.2
37
+
38
+ ## 0.8.10-next.1
39
+
40
+ ### Patch Changes
41
+
42
+ - Updated dependencies
43
+ - @backstage/core-components@0.9.6-next.1
44
+ - @backstage/catalog-model@1.1.0-next.1
45
+ - @backstage/errors@1.1.0-next.0
46
+ - @backstage/catalog-client@1.0.4-next.1
47
+ - @backstage/integration@1.2.2-next.1
48
+ - @backstage/integration-react@1.1.2-next.1
49
+ - @backstage/plugin-catalog-react@1.1.2-next.1
50
+
3
51
  ## 0.8.10-next.0
4
52
 
5
53
  ### 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.10-next.0",
4
+ "version": "0.8.10-next.3",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -34,48 +34,48 @@
34
34
  "clean": "backstage-cli package clean"
35
35
  },
36
36
  "dependencies": {
37
- "@backstage/catalog-client": "^1.0.4-next.0",
38
- "@backstage/catalog-model": "^1.1.0-next.0",
37
+ "@backstage/catalog-client": "^1.0.4-next.2",
38
+ "@backstage/catalog-model": "^1.1.0-next.3",
39
39
  "@backstage/config": "^1.0.1",
40
- "@backstage/core-components": "^0.9.6-next.0",
41
- "@backstage/core-plugin-api": "^1.0.3",
42
- "@backstage/errors": "^1.0.0",
43
- "@backstage/integration": "^1.2.2-next.0",
44
- "@backstage/integration-react": "^1.1.2-next.0",
45
- "@backstage/plugin-catalog-react": "^1.1.2-next.0",
40
+ "@backstage/core-components": "^0.10.0-next.3",
41
+ "@backstage/core-plugin-api": "^1.0.4-next.0",
42
+ "@backstage/errors": "^1.1.0-next.0",
43
+ "@backstage/integration": "^1.2.2-next.3",
44
+ "@backstage/integration-react": "^1.1.2-next.3",
45
+ "@backstage/plugin-catalog-react": "^1.1.2-next.3",
46
46
  "@material-ui/core": "^4.12.2",
47
47
  "@material-ui/icons": "^4.9.1",
48
48
  "@material-ui/lab": "4.0.0-alpha.57",
49
49
  "@octokit/rest": "^18.5.3",
50
- "git-url-parse": "^11.6.0",
50
+ "git-url-parse": "^12.0.0",
51
51
  "js-base64": "^3.6.0",
52
52
  "lodash": "^4.17.21",
53
53
  "react-hook-form": "^7.12.2",
54
54
  "react-router": "6.0.0-beta.0",
55
55
  "react-use": "^17.2.4",
56
- "yaml": "^1.10.0"
56
+ "yaml": "^2.0.0"
57
57
  },
58
58
  "peerDependencies": {
59
59
  "@types/react": "^16.13.1 || ^17.0.0",
60
60
  "react": "^16.13.1 || ^17.0.0"
61
61
  },
62
62
  "devDependencies": {
63
- "@backstage/cli": "^0.17.3-next.0",
64
- "@backstage/core-app-api": "^1.0.4-next.0",
65
- "@backstage/dev-utils": "^1.0.4-next.0",
66
- "@backstage/test-utils": "^1.1.2-next.0",
63
+ "@backstage/cli": "^0.18.0-next.3",
64
+ "@backstage/core-app-api": "^1.0.4-next.1",
65
+ "@backstage/dev-utils": "^1.0.4-next.3",
66
+ "@backstage/test-utils": "^1.1.2-next.2",
67
67
  "@testing-library/jest-dom": "^5.10.1",
68
68
  "@testing-library/react": "^12.1.3",
69
69
  "@testing-library/react-hooks": "^8.0.0",
70
70
  "@testing-library/user-event": "^14.0.0",
71
71
  "@types/jest": "^26.0.7",
72
72
  "cross-fetch": "^3.1.5",
73
- "msw": "^0.42.0"
73
+ "msw": "^0.43.0"
74
74
  },
75
75
  "files": [
76
76
  "dist",
77
77
  "config.d.ts"
78
78
  ],
79
79
  "configSchema": "config.d.ts",
80
- "gitHead": "6d8bf5b9cf494815c0916e18daa226fb8186ba5f"
80
+ "gitHead": "291b3a07233061266d9f3ce431345bf19fa4bbd5"
81
81
  }