@backstage/plugin-scaffolder-backend 0.0.0-nightly-20220703024846 → 0.0.0-nightly-20220706025229

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 +43 -8
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-scaffolder-backend
2
2
 
3
- ## 0.0.0-nightly-20220703024846
3
+ ## 0.0.0-nightly-20220706025229
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -11,15 +11,50 @@
11
11
  ### Patch Changes
12
12
 
13
13
  - 801d606909: Improve error messaging when passing in malformed auth
14
+ - a70869e775: Updated dependency `msw` to `^0.43.0`.
14
15
  - 679b32172e: Updated dependency `knex` to `^2.0.0`.
16
+ - e2d7b76f43: Upgrade git-url-parse to 12.0.0.
17
+
18
+ Motivation for upgrade is transitively upgrading parse-url which is vulnerable
19
+ to several CVEs detected by Snyk.
20
+
21
+ - SNYK-JS-PARSEURL-2935944
22
+ - SNYK-JS-PARSEURL-2935947
23
+ - SNYK-JS-PARSEURL-2936249
24
+
25
+ - Updated dependencies
26
+ - @backstage/backend-common@0.0.0-nightly-20220706025229
27
+ - @backstage/catalog-model@0.0.0-nightly-20220706025229
28
+ - @backstage/catalog-client@0.0.0-nightly-20220706025229
29
+ - @backstage/integration@0.0.0-nightly-20220706025229
30
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-20220706025229
31
+ - @backstage/errors@0.0.0-nightly-20220706025229
32
+ - @backstage/plugin-scaffolder-common@0.0.0-nightly-20220706025229
33
+
34
+ ## 1.4.0-next.2
35
+
36
+ ### Minor Changes
37
+
38
+ - 4baf8a4ece: Update GitLab Merge Request Action to allow source branch to be deleted
39
+ - 2db07887cb: Added two new scaffolder actions: `github:repo:create` and `github:repo:push`
40
+
41
+ ### Patch Changes
42
+
43
+ - 679b32172e: Updated dependency `knex` to `^2.0.0`.
44
+ - e2d7b76f43: Upgrade git-url-parse to 12.0.0.
45
+
46
+ Motivation for upgrade is transitively upgrading parse-url which is vulnerable
47
+ to several CVEs detected by Snyk.
48
+
49
+ - SNYK-JS-PARSEURL-2935944
50
+ - SNYK-JS-PARSEURL-2935947
51
+ - SNYK-JS-PARSEURL-2936249
52
+
15
53
  - Updated dependencies
16
- - @backstage/backend-common@0.0.0-nightly-20220703024846
17
- - @backstage/catalog-model@0.0.0-nightly-20220703024846
18
- - @backstage/plugin-catalog-backend@0.0.0-nightly-20220703024846
19
- - @backstage/errors@0.0.0-nightly-20220703024846
20
- - @backstage/integration@0.0.0-nightly-20220703024846
21
- - @backstage/catalog-client@0.0.0-nightly-20220703024846
22
- - @backstage/plugin-scaffolder-common@0.0.0-nightly-20220703024846
54
+ - @backstage/catalog-model@1.1.0-next.2
55
+ - @backstage/backend-common@0.14.1-next.2
56
+ - @backstage/plugin-catalog-backend@1.2.1-next.2
57
+ - @backstage/integration@1.2.2-next.2
23
58
 
24
59
  ## 1.4.0-next.1
25
60
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend",
3
3
  "description": "The Backstage backend plugin that helps you create new things",
4
- "version": "0.0.0-nightly-20220703024846",
4
+ "version": "0.0.0-nightly-20220706025229",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -34,14 +34,14 @@
34
34
  "build:assets": "node scripts/build-nunjucks.js"
35
35
  },
36
36
  "dependencies": {
37
- "@backstage/backend-common": "^0.0.0-nightly-20220703024846",
38
- "@backstage/catalog-client": "^0.0.0-nightly-20220703024846",
39
- "@backstage/catalog-model": "^0.0.0-nightly-20220703024846",
37
+ "@backstage/backend-common": "^0.0.0-nightly-20220706025229",
38
+ "@backstage/catalog-client": "^0.0.0-nightly-20220706025229",
39
+ "@backstage/catalog-model": "^0.0.0-nightly-20220706025229",
40
40
  "@backstage/config": "^1.0.1",
41
- "@backstage/errors": "^0.0.0-nightly-20220703024846",
42
- "@backstage/integration": "^0.0.0-nightly-20220703024846",
43
- "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20220703024846",
44
- "@backstage/plugin-scaffolder-common": "^0.0.0-nightly-20220703024846",
41
+ "@backstage/errors": "^0.0.0-nightly-20220706025229",
42
+ "@backstage/integration": "^0.0.0-nightly-20220706025229",
43
+ "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20220706025229",
44
+ "@backstage/plugin-scaffolder-common": "^0.0.0-nightly-20220706025229",
45
45
  "@backstage/types": "^1.0.0",
46
46
  "@gitbeaker/core": "^35.6.0",
47
47
  "@gitbeaker/node": "^35.1.0",
@@ -54,7 +54,7 @@
54
54
  "express": "^4.17.1",
55
55
  "express-promise-router": "^4.1.0",
56
56
  "fs-extra": "10.1.0",
57
- "git-url-parse": "^11.6.0",
57
+ "git-url-parse": "^12.0.0",
58
58
  "globby": "^11.0.0",
59
59
  "isbinaryfile": "^5.0.0",
60
60
  "isomorphic-git": "^1.8.0",
@@ -76,8 +76,8 @@
76
76
  "zod": "^3.11.6"
77
77
  },
78
78
  "devDependencies": {
79
- "@backstage/backend-test-utils": "^0.0.0-nightly-20220703024846",
80
- "@backstage/cli": "^0.0.0-nightly-20220703024846",
79
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20220706025229",
80
+ "@backstage/cli": "^0.0.0-nightly-20220706025229",
81
81
  "@types/command-exists": "^1.2.0",
82
82
  "@types/fs-extra": "^9.0.1",
83
83
  "@types/git-url-parse": "^9.0.0",
@@ -88,7 +88,7 @@
88
88
  "esbuild": "^0.14.1",
89
89
  "jest-when": "^3.1.0",
90
90
  "mock-fs": "^5.1.0",
91
- "msw": "^0.42.0",
91
+ "msw": "^0.43.0",
92
92
  "supertest": "^6.1.3",
93
93
  "yaml": "^1.10.0"
94
94
  },