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

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 +31 -18
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,37 +1,50 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-bitbucket
2
2
 
3
- ## 0.2.3
3
+ ## 0.2.4-next.2
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - 2bd1410: Removed unused dependencies
7
8
  - Updated dependencies
8
- - @backstage/backend-common@0.21.3
9
- - @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.3
10
- - @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.3
11
- - @backstage/plugin-scaffolder-node@0.3.3
12
- - @backstage/backend-plugin-api@0.6.13
9
+ - @backstage/plugin-scaffolder-node@0.4.0-next.2
10
+ - @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.4-next.2
11
+ - @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.4-next.2
12
+ - @backstage/integration@1.9.1-next.2
13
+ - @backstage/backend-plugin-api@0.6.14-next.2
14
+ - @backstage/config@1.2.0-next.1
15
+ - @backstage/errors@1.2.4-next.0
13
16
 
14
- ## 0.2.2
17
+ ## 0.2.4-next.1
15
18
 
16
19
  ### Patch Changes
17
20
 
18
21
  - Updated dependencies
19
- - @backstage/backend-common@0.21.2
20
- - @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.2
21
- - @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.2
22
- - @backstage/plugin-scaffolder-node@0.3.2
23
- - @backstage/backend-plugin-api@0.6.12
22
+ - @backstage/config@1.2.0-next.1
23
+ - @backstage/plugin-scaffolder-node@0.4.0-next.1
24
+ - @backstage/backend-common@0.21.4-next.1
25
+ - @backstage/backend-plugin-api@0.6.14-next.1
26
+ - @backstage/integration@1.9.1-next.1
27
+ - @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.4-next.1
28
+ - @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.4-next.1
29
+ - @backstage/errors@1.2.4-next.0
24
30
 
25
- ## 0.2.1
31
+ ## 0.2.3-next.0
26
32
 
27
33
  ### Patch Changes
28
34
 
35
+ - f44589d: Introduced `createMockActionContext` to unify the way of creating scaffolder mock context.
36
+
37
+ It will help to maintain tests in a long run during structural changes of action context.
38
+
29
39
  - Updated dependencies
30
- - @backstage/backend-common@0.21.1
31
- - @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.1
32
- - @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.1
33
- - @backstage/plugin-scaffolder-node@0.3.1
34
- - @backstage/backend-plugin-api@0.6.11
40
+ - @backstage/backend-common@0.21.3-next.0
41
+ - @backstage/errors@1.2.4-next.0
42
+ - @backstage/plugin-scaffolder-node@0.3.3-next.0
43
+ - @backstage/backend-plugin-api@0.6.13-next.0
44
+ - @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.3-next.0
45
+ - @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.3-next.0
46
+ - @backstage/config@1.1.2-next.0
47
+ - @backstage/integration@1.9.1-next.0
35
48
 
36
49
  ## 0.2.0
37
50
 
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.3",
4
+ "version": "0.2.4-next.2",
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-common": "^0.21.3",
39
- "@backstage/backend-plugin-api": "^0.6.13",
40
- "@backstage/config": "^1.1.1",
41
- "@backstage/errors": "^1.2.3",
42
- "@backstage/integration": "^1.9.0",
43
- "@backstage/plugin-scaffolder-backend-module-bitbucket-cloud": "^0.1.3",
44
- "@backstage/plugin-scaffolder-backend-module-bitbucket-server": "^0.1.3",
45
- "@backstage/plugin-scaffolder-node": "^0.3.3",
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",
46
45
  "fs-extra": "^11.2.0",
47
46
  "node-fetch": "^2.6.7",
48
47
  "yaml": "^2.0.0"
49
48
  },
50
49
  "devDependencies": {
51
- "@backstage/backend-test-utils": "^0.3.3",
52
- "@backstage/cli": "^0.25.2",
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",
53
53
  "msw": "^1.0.0"
54
54
  },
55
55
  "files": [