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

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-gitlab
2
2
 
3
+ ## 0.2.13-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 9aac2b0: Use `--cwd` as the first `yarn` argument
8
+ - Updated dependencies
9
+ - @backstage/backend-common@0.21.0-next.2
10
+ - @backstage/backend-plugin-api@0.6.10-next.2
11
+ - @backstage/plugin-scaffolder-node@0.3.0-next.2
12
+ - @backstage/config@1.1.1
13
+ - @backstage/errors@1.2.3
14
+ - @backstage/integration@1.9.0-next.0
15
+
16
+ ## 0.2.13-next.1
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - @backstage/backend-plugin-api@0.6.10-next.1
22
+ - @backstage/backend-common@0.21.0-next.1
23
+ - @backstage/integration@1.9.0-next.0
24
+ - @backstage/plugin-scaffolder-node@0.3.0-next.1
25
+ - @backstage/config@1.1.1
26
+ - @backstage/errors@1.2.3
27
+
3
28
  ## 0.2.13-next.0
4
29
 
5
30
  ### Patch Changes
package/README.md CHANGED
@@ -10,7 +10,7 @@ Here you can find all Gitlab related features to improve your scaffolder:
10
10
 
11
11
  ```bash
12
12
  # From your Backstage root directory
13
- yarn add --cwd packages/backend @backstage/plugin-scaffolder-backend-module-gitlab
13
+ yarn --cwd packages/backend add @backstage/plugin-scaffolder-backend-module-gitlab
14
14
  ```
15
15
 
16
16
  Configure the action:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend-module-gitlab",
3
- "version": "0.2.13-next.0",
3
+ "version": "0.2.13-next.2",
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.0-next.0",
41
- "@backstage/backend-plugin-api": "^0.6.10-next.0",
40
+ "@backstage/backend-common": "^0.21.0-next.2",
41
+ "@backstage/backend-plugin-api": "^0.6.10-next.2",
42
42
  "@backstage/config": "^1.1.1",
43
43
  "@backstage/errors": "^1.2.3",
44
- "@backstage/integration": "^1.8.0",
45
- "@backstage/plugin-scaffolder-node": "^0.3.0-next.0",
44
+ "@backstage/integration": "^1.9.0-next.0",
45
+ "@backstage/plugin-scaffolder-node": "^0.3.0-next.2",
46
46
  "@gitbeaker/core": "^35.8.0",
47
47
  "@gitbeaker/node": "^35.8.0",
48
48
  "@gitbeaker/rest": "^39.25.0",
@@ -50,9 +50,9 @@
50
50
  "zod": "^3.22.4"
51
51
  },
52
52
  "devDependencies": {
53
- "@backstage/backend-test-utils": "^0.3.0-next.0",
54
- "@backstage/cli": "^0.25.2-next.0",
55
- "@backstage/core-app-api": "^1.11.3",
53
+ "@backstage/backend-test-utils": "^0.3.0-next.2",
54
+ "@backstage/cli": "^0.25.2-next.2",
55
+ "@backstage/core-app-api": "^1.12.0-next.1",
56
56
  "jest-date-mock": "^1.0.8"
57
57
  },
58
58
  "files": [