@backstage/plugin-scaffolder-backend 0.0.0-nightly-20220621024649 → 0.0.0-nightly-20220622024934

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 +23 -4
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-scaffolder-backend
2
2
 
3
- ## 0.0.0-nightly-20220621024649
3
+ ## 0.0.0-nightly-20220622024934
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,9 +9,28 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies
12
- - @backstage/backend-common@0.0.0-nightly-20220621024649
13
- - @backstage/catalog-model@0.0.0-nightly-20220621024649
14
- - @backstage/integration@0.0.0-nightly-20220621024649
12
+ - @backstage/backend-common@0.0.0-nightly-20220622024934
13
+ - @backstage/catalog-model@0.0.0-nightly-20220622024934
14
+ - @backstage/integration@0.0.0-nightly-20220622024934
15
+ - @backstage/catalog-client@0.0.0-nightly-20220622024934
16
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-20220622024934
17
+ - @backstage/plugin-scaffolder-common@0.0.0-nightly-20220622024934
18
+
19
+ ## 1.4.0-next.0
20
+
21
+ ### Minor Changes
22
+
23
+ - 3500c13a33: Added a new `/v2/dry-run` endpoint that allows for a synchronous dry run of a provided template. A `supportsDryRun` option has been added to `createTemplateAction`, which signals whether the action should be executed during dry runs. When enabled, the action context will have the new `isDryRun` property set to signal if the action is being executed during a dry run.
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies
28
+ - @backstage/backend-common@0.14.1-next.0
29
+ - @backstage/catalog-model@1.1.0-next.0
30
+ - @backstage/integration@1.2.2-next.0
31
+ - @backstage/plugin-catalog-backend@1.2.1-next.0
32
+ - @backstage/catalog-client@1.0.4-next.0
33
+ - @backstage/plugin-scaffolder-common@1.1.2-next.0
15
34
 
16
35
  ## 1.3.0
17
36
 
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-20220621024649",
4
+ "version": "0.0.0-nightly-20220622024934",
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-20220621024649",
38
- "@backstage/catalog-client": "^1.0.3",
39
- "@backstage/catalog-model": "^0.0.0-nightly-20220621024649",
37
+ "@backstage/backend-common": "^0.0.0-nightly-20220622024934",
38
+ "@backstage/catalog-client": "^0.0.0-nightly-20220622024934",
39
+ "@backstage/catalog-model": "^0.0.0-nightly-20220622024934",
40
40
  "@backstage/config": "^1.0.1",
41
41
  "@backstage/errors": "^1.0.0",
42
- "@backstage/integration": "^0.0.0-nightly-20220621024649",
43
- "@backstage/plugin-catalog-backend": "^1.2.0",
44
- "@backstage/plugin-scaffolder-common": "^1.1.1",
42
+ "@backstage/integration": "^0.0.0-nightly-20220622024934",
43
+ "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20220622024934",
44
+ "@backstage/plugin-scaffolder-common": "^0.0.0-nightly-20220622024934",
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.1.25",
80
- "@backstage/cli": "^0.0.0-nightly-20220621024649",
79
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20220622024934",
80
+ "@backstage/cli": "^0.0.0-nightly-20220622024934",
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",