@backstage/plugin-scaffolder-backend-module-azure 0.0.0-nightly-20240226021250 → 0.0.0-nightly-20240228021022

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 +27 -7
  2. package/package.json +9 -8
package/CHANGELOG.md CHANGED
@@ -1,16 +1,36 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-azure
2
2
 
3
- ## 0.0.0-nightly-20240226021250
3
+ ## 0.0.0-nightly-20240228021022
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - f44589d: Introduced `createMockActionContext` to unify the way of creating scaffolder mock context.
8
+
9
+ It will help to maintain tests in a long run during structural changes of action context.
10
+
11
+ - Updated dependencies
12
+ - @backstage/backend-common@0.0.0-nightly-20240228021022
13
+ - @backstage/errors@0.0.0-nightly-20240228021022
14
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240228021022
15
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240228021022
16
+ - @backstage/config@0.0.0-nightly-20240228021022
17
+ - @backstage/integration@0.0.0-nightly-20240228021022
18
+
19
+ ## 0.1.5-next.0
20
+
21
+ ### Patch Changes
22
+
23
+ - f44589d: Introduced `createMockActionContext` to unify the way of creating scaffolder mock context.
24
+
25
+ It will help to maintain tests in a long run during structural changes of action context.
26
+
7
27
  - Updated dependencies
8
- - @backstage/backend-common@0.0.0-nightly-20240226021250
9
- - @backstage/errors@0.0.0-nightly-20240226021250
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20240226021250
11
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240226021250
12
- - @backstage/config@0.0.0-nightly-20240226021250
13
- - @backstage/integration@0.0.0-nightly-20240226021250
28
+ - @backstage/backend-common@0.21.3-next.0
29
+ - @backstage/errors@1.2.4-next.0
30
+ - @backstage/plugin-scaffolder-node@0.3.3-next.0
31
+ - @backstage/backend-plugin-api@0.6.13-next.0
32
+ - @backstage/config@1.1.2-next.0
33
+ - @backstage/integration@1.9.1-next.0
14
34
 
15
35
  ## 0.1.2
16
36
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend-module-azure",
3
3
  "description": "The azure module for @backstage/plugin-scaffolder-backend",
4
- "version": "0.0.0-nightly-20240226021250",
4
+ "version": "0.0.0-nightly-20240228021022",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -34,17 +34,18 @@
34
34
  "postpack": "backstage-cli package postpack"
35
35
  },
36
36
  "dependencies": {
37
- "@backstage/backend-common": "^0.0.0-nightly-20240226021250",
38
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240226021250",
39
- "@backstage/config": "^0.0.0-nightly-20240226021250",
40
- "@backstage/errors": "^0.0.0-nightly-20240226021250",
41
- "@backstage/integration": "^0.0.0-nightly-20240226021250",
42
- "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240226021250",
37
+ "@backstage/backend-common": "^0.0.0-nightly-20240228021022",
38
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240228021022",
39
+ "@backstage/config": "^0.0.0-nightly-20240228021022",
40
+ "@backstage/errors": "^0.0.0-nightly-20240228021022",
41
+ "@backstage/integration": "^0.0.0-nightly-20240228021022",
42
+ "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240228021022",
43
43
  "azure-devops-node-api": "^12.0.0",
44
44
  "yaml": "^2.0.0"
45
45
  },
46
46
  "devDependencies": {
47
- "@backstage/cli": "^0.0.0-nightly-20240226021250"
47
+ "@backstage/cli": "^0.0.0-nightly-20240228021022",
48
+ "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240228021022"
48
49
  },
49
50
  "files": [
50
51
  "dist"