@backstage/plugin-scaffolder-backend-module-bitbucket-cloud 0.0.0-nightly-20250610024123 → 0.0.0-nightly-20250612024034

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 +15 -3
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-bitbucket-cloud
2
2
 
3
- ## 0.0.0-nightly-20250610024123
3
+ ## 0.0.0-nightly-20250612024034
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -8,8 +8,20 @@
8
8
  - 9c8ff0c: Update pull request creation filter to include .gitignore files in the created pull request
9
9
  - 280611d: Fix `bitbucketCloudBranchRestrictions` API calls to accept null to prevent 400 errors for some branch restriction kinds defined.
10
10
  - Updated dependencies
11
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20250610024123
12
- - @backstage/backend-plugin-api@0.0.0-nightly-20250610024123
11
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20250612024034
12
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250612024034
13
+ - @backstage/config@1.3.2
14
+ - @backstage/errors@1.2.7
15
+ - @backstage/integration@1.17.0
16
+ - @backstage/plugin-bitbucket-cloud-common@0.3.0
17
+
18
+ ## 0.2.10-next.2
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies
23
+ - @backstage/plugin-scaffolder-node@0.9.0-next.2
24
+ - @backstage/backend-plugin-api@1.4.0-next.1
13
25
  - @backstage/config@1.3.2
14
26
  - @backstage/errors@1.2.7
15
27
  - @backstage/integration@1.17.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend-module-bitbucket-cloud",
3
- "version": "0.0.0-nightly-20250610024123",
3
+ "version": "0.0.0-nightly-20250612024034",
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": "0.0.0-nightly-20250610024123",
53
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250612024034",
54
54
  "@backstage/config": "1.3.2",
55
55
  "@backstage/errors": "1.2.7",
56
56
  "@backstage/integration": "1.17.0",
57
57
  "@backstage/plugin-bitbucket-cloud-common": "0.3.0",
58
- "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20250610024123",
58
+ "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20250612024034",
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": "0.0.0-nightly-20250610024123",
66
- "@backstage/cli": "0.0.0-nightly-20250610024123",
67
- "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20250610024123",
65
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250612024034",
66
+ "@backstage/cli": "0.0.0-nightly-20250612024034",
67
+ "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20250612024034",
68
68
  "msw": "^1.0.0"
69
69
  }
70
70
  }