@backstage/plugin-scaffolder-backend-module-bitbucket-cloud 0.2.10-next.2 → 0.2.11-next.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.
- package/CHANGELOG.md +27 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder-backend-module-bitbucket-cloud
|
|
2
2
|
|
|
3
|
+
## 0.2.11-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/plugin-scaffolder-node@0.9.1-next.0
|
|
9
|
+
- @backstage/integration@1.17.1-next.0
|
|
10
|
+
- @backstage/backend-plugin-api@1.4.0
|
|
11
|
+
- @backstage/plugin-bitbucket-cloud-common@0.3.1-next.0
|
|
12
|
+
- @backstage/config@1.3.2
|
|
13
|
+
- @backstage/errors@1.2.7
|
|
14
|
+
|
|
15
|
+
## 0.2.10
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- ca9fdc0: Migrate `bitbucket-cloud` to new actions format
|
|
20
|
+
- 9c8ff0c: Update pull request creation filter to include .gitignore files in the created pull request
|
|
21
|
+
- 280611d: Fix `bitbucketCloudBranchRestrictions` API calls to accept null to prevent 400 errors for some branch restriction kinds defined.
|
|
22
|
+
- Updated dependencies
|
|
23
|
+
- @backstage/plugin-scaffolder-node@0.9.0
|
|
24
|
+
- @backstage/backend-plugin-api@1.4.0
|
|
25
|
+
- @backstage/config@1.3.2
|
|
26
|
+
- @backstage/errors@1.2.7
|
|
27
|
+
- @backstage/integration@1.17.0
|
|
28
|
+
- @backstage/plugin-bitbucket-cloud-common@0.3.0
|
|
29
|
+
|
|
3
30
|
## 0.2.10-next.2
|
|
4
31
|
|
|
5
32
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-scaffolder-backend-module-bitbucket-cloud",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.11-next.0",
|
|
4
4
|
"description": "The Bitbucket Cloud module for @backstage/plugin-scaffolder-backend",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin-module",
|
|
@@ -50,21 +50,21 @@
|
|
|
50
50
|
"test": "backstage-cli package test"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@backstage/backend-plugin-api": "1.4.0
|
|
53
|
+
"@backstage/backend-plugin-api": "1.4.0",
|
|
54
54
|
"@backstage/config": "1.3.2",
|
|
55
55
|
"@backstage/errors": "1.2.7",
|
|
56
|
-
"@backstage/integration": "1.17.0",
|
|
57
|
-
"@backstage/plugin-bitbucket-cloud-common": "0.3.0",
|
|
58
|
-
"@backstage/plugin-scaffolder-node": "0.9.
|
|
56
|
+
"@backstage/integration": "1.17.1-next.0",
|
|
57
|
+
"@backstage/plugin-bitbucket-cloud-common": "0.3.1-next.0",
|
|
58
|
+
"@backstage/plugin-scaffolder-node": "0.9.1-next.0",
|
|
59
59
|
"bitbucket": "^2.12.0",
|
|
60
60
|
"fs-extra": "^11.2.0",
|
|
61
61
|
"yaml": "^2.0.0",
|
|
62
62
|
"zod": "^3.22.4"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@backstage/backend-test-utils": "1.
|
|
66
|
-
"@backstage/cli": "0.33.
|
|
67
|
-
"@backstage/plugin-scaffolder-node-test-utils": "0.3.
|
|
65
|
+
"@backstage/backend-test-utils": "1.7.0-next.0",
|
|
66
|
+
"@backstage/cli": "0.33.1-next.0",
|
|
67
|
+
"@backstage/plugin-scaffolder-node-test-utils": "0.3.1-next.0",
|
|
68
68
|
"msw": "^1.0.0"
|
|
69
69
|
}
|
|
70
70
|
}
|