@backstage/plugin-scaffolder-backend-module-gitlab 0.3.0-next.2 → 0.3.0

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 +20 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-gitlab
2
2
 
3
+ ## 0.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 6bfb7b1: Output the `iid` as `issuesIid` from the `gitlab:issues:create` action
8
+
9
+ ### Patch Changes
10
+
11
+ - f44589d: Introduced `createMockActionContext` to unify the way of creating scaffolder mock context.
12
+
13
+ It will help to maintain tests in a long run during structural changes of action context.
14
+
15
+ - Updated dependencies
16
+ - @backstage/plugin-scaffolder-node@0.4.0
17
+ - @backstage/backend-common@0.21.4
18
+ - @backstage/integration@1.9.1
19
+ - @backstage/config@1.2.0
20
+ - @backstage/errors@1.2.4
21
+ - @backstage/backend-plugin-api@0.6.14
22
+
3
23
  ## 0.3.0-next.2
4
24
 
5
25
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend-module-gitlab",
3
- "version": "0.3.0-next.2",
3
+ "version": "0.3.0",
4
4
  "main": "./dist/index.cjs.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -37,12 +37,12 @@
37
37
  "postpack": "backstage-cli package postpack"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/backend-common": "^0.21.4-next.2",
41
- "@backstage/backend-plugin-api": "^0.6.14-next.2",
42
- "@backstage/config": "^1.2.0-next.1",
43
- "@backstage/errors": "^1.2.4-next.0",
44
- "@backstage/integration": "^1.9.1-next.2",
45
- "@backstage/plugin-scaffolder-node": "^0.4.0-next.2",
40
+ "@backstage/backend-common": "^0.21.4",
41
+ "@backstage/backend-plugin-api": "^0.6.14",
42
+ "@backstage/config": "^1.2.0",
43
+ "@backstage/errors": "^1.2.4",
44
+ "@backstage/integration": "^1.9.1",
45
+ "@backstage/plugin-scaffolder-node": "^0.4.0",
46
46
  "@gitbeaker/core": "^35.8.0",
47
47
  "@gitbeaker/node": "^35.8.0",
48
48
  "@gitbeaker/rest": "^39.25.0",
@@ -51,10 +51,10 @@
51
51
  "zod": "^3.22.4"
52
52
  },
53
53
  "devDependencies": {
54
- "@backstage/backend-test-utils": "^0.3.4-next.2",
55
- "@backstage/cli": "^0.25.3-next.2",
56
- "@backstage/core-app-api": "^1.12.1-next.1",
57
- "@backstage/plugin-scaffolder-node-test-utils": "^0.1.0-next.2",
54
+ "@backstage/backend-test-utils": "^0.3.4",
55
+ "@backstage/cli": "^0.26.0",
56
+ "@backstage/core-app-api": "^1.12.1",
57
+ "@backstage/plugin-scaffolder-node-test-utils": "^0.1.0",
58
58
  "jest-date-mock": "^1.0.8"
59
59
  },
60
60
  "files": [