@backstage/plugin-scaffolder-backend-module-gitlab 0.0.0-nightly-20240618021721 → 0.0.0-nightly-20240621021638

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,6 +1,19 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-gitlab
2
2
 
3
- ## 0.0.0-nightly-20240618021721
3
+ ## 0.0.0-nightly-20240621021638
4
+
5
+ ### Patch Changes
6
+
7
+ - 0ac124b: Updated configuration instructions
8
+ - Updated dependencies
9
+ - @backstage/backend-common@0.0.0-nightly-20240621021638
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240621021638
11
+ - @backstage/config@1.2.0
12
+ - @backstage/errors@1.2.4
13
+ - @backstage/integration@1.12.0
14
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240621021638
15
+
16
+ ## 0.4.1
4
17
 
5
18
  ### Patch Changes
6
19
 
@@ -9,10 +22,10 @@
9
22
  - d44a20a: Added additional plugin metadata to `package.json`.
10
23
  - 829e0ec: Add new `gitlab:pipeline:trigger` action to trigger GitLab pipelines.
11
24
  - Updated dependencies
12
- - @backstage/backend-common@0.0.0-nightly-20240618021721
13
- - @backstage/backend-plugin-api@0.0.0-nightly-20240618021721
14
- - @backstage/integration@0.0.0-nightly-20240618021721
15
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240618021721
25
+ - @backstage/backend-common@0.23.0
26
+ - @backstage/backend-plugin-api@0.6.19
27
+ - @backstage/integration@1.12.0
28
+ - @backstage/plugin-scaffolder-node@0.4.5
16
29
  - @backstage/config@1.2.0
17
30
  - @backstage/errors@1.2.4
18
31
 
package/README.md CHANGED
@@ -47,7 +47,6 @@ const actions = [
47
47
 
48
48
  // Create Scaffolder Router
49
49
  return await createRouter({
50
- containerRunner,
51
50
  catalogClient,
52
51
  actions,
53
52
  logger: env.logger,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend-module-gitlab",
3
- "version": "0.0.0-nightly-20240618021721",
3
+ "version": "0.0.0-nightly-20240621021638",
4
4
  "backstage": {
5
5
  "role": "backend-plugin-module",
6
6
  "pluginId": "scaffolder",
@@ -42,12 +42,12 @@
42
42
  "test": "backstage-cli package test"
43
43
  },
44
44
  "dependencies": {
45
- "@backstage/backend-common": "^0.0.0-nightly-20240618021721",
46
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240618021721",
45
+ "@backstage/backend-common": "^0.0.0-nightly-20240621021638",
46
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240621021638",
47
47
  "@backstage/config": "^1.2.0",
48
48
  "@backstage/errors": "^1.2.4",
49
- "@backstage/integration": "^0.0.0-nightly-20240618021721",
50
- "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240618021721",
49
+ "@backstage/integration": "^1.12.0",
50
+ "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240621021638",
51
51
  "@gitbeaker/core": "^35.8.0",
52
52
  "@gitbeaker/node": "^35.8.0",
53
53
  "@gitbeaker/rest": "^39.25.0",
@@ -56,9 +56,9 @@
56
56
  "zod": "^3.22.4"
57
57
  },
58
58
  "devDependencies": {
59
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240618021721",
60
- "@backstage/cli": "^0.0.0-nightly-20240618021721",
61
- "@backstage/core-app-api": "^0.0.0-nightly-20240618021721",
62
- "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240618021721"
59
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240621021638",
60
+ "@backstage/cli": "^0.0.0-nightly-20240621021638",
61
+ "@backstage/core-app-api": "^1.12.6",
62
+ "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240621021638"
63
63
  }
64
64
  }