@backstage/plugin-scaffolder-backend 0.0.0-nightly-20220705025009 → 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 +34 -8
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-scaffolder-backend
2
2
 
3
- ## 0.0.0-nightly-20220705025009
3
+ ## 0.0.0-nightly-20220706025229
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -11,6 +11,7 @@
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`.
15
16
  - e2d7b76f43: Upgrade git-url-parse to 12.0.0.
16
17
 
@@ -22,13 +23,38 @@
22
23
  - SNYK-JS-PARSEURL-2936249
23
24
 
24
25
  - Updated dependencies
25
- - @backstage/backend-common@0.0.0-nightly-20220705025009
26
- - @backstage/catalog-model@0.0.0-nightly-20220705025009
27
- - @backstage/plugin-catalog-backend@0.0.0-nightly-20220705025009
28
- - @backstage/errors@0.0.0-nightly-20220705025009
29
- - @backstage/integration@0.0.0-nightly-20220705025009
30
- - @backstage/catalog-client@0.0.0-nightly-20220705025009
31
- - @backstage/plugin-scaffolder-common@0.0.0-nightly-20220705025009
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
+
53
+ - Updated dependencies
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
32
58
 
33
59
  ## 1.4.0-next.1
34
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-20220705025009",
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-20220705025009",
38
- "@backstage/catalog-client": "^0.0.0-nightly-20220705025009",
39
- "@backstage/catalog-model": "^0.0.0-nightly-20220705025009",
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-20220705025009",
42
- "@backstage/integration": "^0.0.0-nightly-20220705025009",
43
- "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20220705025009",
44
- "@backstage/plugin-scaffolder-common": "^0.0.0-nightly-20220705025009",
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",
@@ -76,8 +76,8 @@
76
76
  "zod": "^3.11.6"
77
77
  },
78
78
  "devDependencies": {
79
- "@backstage/backend-test-utils": "^0.0.0-nightly-20220705025009",
80
- "@backstage/cli": "^0.0.0-nightly-20220705025009",
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
  },