@backstage/plugin-scaffolder-backend-module-gitlab 0.2.11-next.3 → 0.2.11
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 +13 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder-backend-module-gitlab
|
|
2
2
|
|
|
3
|
+
## 0.2.11
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 219d7f0: Extract some more actions to this library
|
|
8
|
+
- 0cbb03b: Fixing regular expression ReDoS with zod packages. Upgrading to latest. ref: https://security.snyk.io/vuln/SNYK-JS-ZOD-5925617
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
- @backstage/backend-common@0.20.0
|
|
11
|
+
- @backstage/plugin-scaffolder-node@0.2.9
|
|
12
|
+
- @backstage/integration@1.8.0
|
|
13
|
+
- @backstage/config@1.1.1
|
|
14
|
+
- @backstage/errors@1.2.3
|
|
15
|
+
|
|
3
16
|
## 0.2.11-next.3
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-scaffolder-backend-module-gitlab",
|
|
3
|
-
"version": "0.2.11
|
|
3
|
+
"version": "0.2.11",
|
|
4
4
|
"main": "dist/index.cjs.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -31,20 +31,20 @@
|
|
|
31
31
|
"postpack": "backstage-cli package postpack"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@backstage/backend-common": "^0.20.0
|
|
34
|
+
"@backstage/backend-common": "^0.20.0",
|
|
35
35
|
"@backstage/config": "^1.1.1",
|
|
36
36
|
"@backstage/errors": "^1.2.3",
|
|
37
|
-
"@backstage/integration": "^1.8.0
|
|
38
|
-
"@backstage/plugin-scaffolder-node": "^0.2.9
|
|
37
|
+
"@backstage/integration": "^1.8.0",
|
|
38
|
+
"@backstage/plugin-scaffolder-node": "^0.2.9",
|
|
39
39
|
"@gitbeaker/core": "^35.8.0",
|
|
40
40
|
"@gitbeaker/node": "^35.8.0",
|
|
41
41
|
"yaml": "^2.0.0",
|
|
42
|
-
"zod": "^3.
|
|
42
|
+
"zod": "^3.22.4"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@backstage/backend-test-utils": "^0.2.9
|
|
46
|
-
"@backstage/cli": "^0.25.0
|
|
47
|
-
"@backstage/core-app-api": "^1.11.2
|
|
45
|
+
"@backstage/backend-test-utils": "^0.2.9",
|
|
46
|
+
"@backstage/cli": "^0.25.0",
|
|
47
|
+
"@backstage/core-app-api": "^1.11.2"
|
|
48
48
|
},
|
|
49
49
|
"files": [
|
|
50
50
|
"dist"
|