@backstage/plugin-scaffolder-backend-module-bitbucket 0.2.4-next.2 → 0.2.4

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 +18 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-bitbucket
2
2
 
3
+ ## 0.2.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 2bd1410: Removed unused dependencies
8
+ - f44589d: Introduced `createMockActionContext` to unify the way of creating scaffolder mock context.
9
+
10
+ It will help to maintain tests in a long run during structural changes of action context.
11
+
12
+ - Updated dependencies
13
+ - @backstage/plugin-scaffolder-node@0.4.0
14
+ - @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.4
15
+ - @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.4
16
+ - @backstage/integration@1.9.1
17
+ - @backstage/config@1.2.0
18
+ - @backstage/errors@1.2.4
19
+ - @backstage/backend-plugin-api@0.6.14
20
+
3
21
  ## 0.2.4-next.2
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend-module-bitbucket",
3
3
  "description": "The bitbucket module for @backstage/plugin-scaffolder-backend",
4
- "version": "0.2.4-next.2",
4
+ "version": "0.2.4",
5
5
  "deprecated": true,
6
6
  "main": "./dist/index.cjs.js",
7
7
  "types": "./dist/index.d.ts",
@@ -35,21 +35,21 @@
35
35
  "postpack": "backstage-cli package postpack"
36
36
  },
37
37
  "dependencies": {
38
- "@backstage/backend-plugin-api": "^0.6.14-next.2",
39
- "@backstage/config": "^1.2.0-next.1",
40
- "@backstage/errors": "^1.2.4-next.0",
41
- "@backstage/integration": "^1.9.1-next.2",
42
- "@backstage/plugin-scaffolder-backend-module-bitbucket-cloud": "^0.1.4-next.2",
43
- "@backstage/plugin-scaffolder-backend-module-bitbucket-server": "^0.1.4-next.2",
44
- "@backstage/plugin-scaffolder-node": "^0.4.0-next.2",
38
+ "@backstage/backend-plugin-api": "^0.6.14",
39
+ "@backstage/config": "^1.2.0",
40
+ "@backstage/errors": "^1.2.4",
41
+ "@backstage/integration": "^1.9.1",
42
+ "@backstage/plugin-scaffolder-backend-module-bitbucket-cloud": "^0.1.4",
43
+ "@backstage/plugin-scaffolder-backend-module-bitbucket-server": "^0.1.4",
44
+ "@backstage/plugin-scaffolder-node": "^0.4.0",
45
45
  "fs-extra": "^11.2.0",
46
46
  "node-fetch": "^2.6.7",
47
47
  "yaml": "^2.0.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@backstage/backend-test-utils": "^0.3.4-next.2",
51
- "@backstage/cli": "^0.25.3-next.2",
52
- "@backstage/plugin-scaffolder-node-test-utils": "^0.1.0-next.2",
50
+ "@backstage/backend-test-utils": "^0.3.4",
51
+ "@backstage/cli": "^0.26.0",
52
+ "@backstage/plugin-scaffolder-node-test-utils": "^0.1.0",
53
53
  "msw": "^1.0.0"
54
54
  },
55
55
  "files": [