@backstage/plugin-scaffolder-backend-module-bitbucket-server 0.0.0-nightly-20250616024358 → 0.0.0-nightly-20250621024101

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 +10 -3
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,14 +1,21 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-bitbucket-server
2
2
 
3
- ## 0.0.0-nightly-20250616024358
3
+ ## 0.0.0-nightly-20250621024101
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20250621024101
9
+
10
+ ## 0.2.10
4
11
 
5
12
  ### Patch Changes
6
13
 
7
14
  - d8169fc: Migrate the actions to the new format
8
15
  - 9c8ff0c: Update pull request creation filter to include .gitignore files in the created pull request
9
16
  - Updated dependencies
10
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20250616024358
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20250616024358
17
+ - @backstage/plugin-scaffolder-node@0.9.0
18
+ - @backstage/backend-plugin-api@1.4.0
12
19
  - @backstage/config@1.3.2
13
20
  - @backstage/errors@1.2.7
14
21
  - @backstage/integration@1.17.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend-module-bitbucket-server",
3
- "version": "0.0.0-nightly-20250616024358",
3
+ "version": "0.0.0-nightly-20250621024101",
4
4
  "description": "The Bitbucket Server module for @backstage/plugin-scaffolder-backend",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -50,19 +50,19 @@
50
50
  "test": "backstage-cli package test"
51
51
  },
52
52
  "dependencies": {
53
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250616024358",
53
+ "@backstage/backend-plugin-api": "1.4.0",
54
54
  "@backstage/config": "1.3.2",
55
55
  "@backstage/errors": "1.2.7",
56
56
  "@backstage/integration": "1.17.0",
57
- "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20250616024358",
57
+ "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20250621024101",
58
58
  "fs-extra": "^11.2.0",
59
59
  "yaml": "^2.0.0",
60
60
  "zod": "^3.22.4"
61
61
  },
62
62
  "devDependencies": {
63
- "@backstage/backend-test-utils": "0.0.0-nightly-20250616024358",
64
- "@backstage/cli": "0.0.0-nightly-20250616024358",
65
- "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20250616024358",
63
+ "@backstage/backend-test-utils": "1.6.0",
64
+ "@backstage/cli": "0.33.0",
65
+ "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20250621024101",
66
66
  "msw": "^1.0.0"
67
67
  }
68
68
  }