@backstage/plugin-scaffolder-backend-module-bitbucket 0.0.0-nightly-20240309020749 → 0.0.0-nightly-20240311021106

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 +9 -9
  2. package/package.json +11 -12
package/CHANGELOG.md CHANGED
@@ -1,22 +1,22 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-bitbucket
2
2
 
3
- ## 0.0.0-nightly-20240309020749
3
+ ## 0.0.0-nightly-20240311021106
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - 2bd1410: Removed unused dependencies
7
8
  - f44589d: Introduced `createMockActionContext` to unify the way of creating scaffolder mock context.
8
9
 
9
10
  It will help to maintain tests in a long run during structural changes of action context.
10
11
 
11
12
  - Updated dependencies
12
- - @backstage/backend-common@0.0.0-nightly-20240309020749
13
- - @backstage/integration@0.0.0-nightly-20240309020749
14
- - @backstage/config@0.0.0-nightly-20240309020749
15
- - @backstage/errors@0.0.0-nightly-20240309020749
16
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240309020749
17
- - @backstage/backend-plugin-api@0.0.0-nightly-20240309020749
18
- - @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.0.0-nightly-20240309020749
19
- - @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.0.0-nightly-20240309020749
13
+ - @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.0.0-nightly-20240311021106
14
+ - @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.0.0-nightly-20240311021106
15
+ - @backstage/integration@0.0.0-nightly-20240311021106
16
+ - @backstage/config@0.0.0-nightly-20240311021106
17
+ - @backstage/errors@0.0.0-nightly-20240311021106
18
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240311021106
19
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240311021106
20
20
 
21
21
  ## 0.2.4-next.1
22
22
 
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.0.0-nightly-20240309020749",
4
+ "version": "0.0.0-nightly-20240311021106",
5
5
  "deprecated": true,
6
6
  "main": "./dist/index.cjs.js",
7
7
  "types": "./dist/index.d.ts",
@@ -35,22 +35,21 @@
35
35
  "postpack": "backstage-cli package postpack"
36
36
  },
37
37
  "dependencies": {
38
- "@backstage/backend-common": "^0.0.0-nightly-20240309020749",
39
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240309020749",
40
- "@backstage/config": "^0.0.0-nightly-20240309020749",
41
- "@backstage/errors": "^0.0.0-nightly-20240309020749",
42
- "@backstage/integration": "^0.0.0-nightly-20240309020749",
43
- "@backstage/plugin-scaffolder-backend-module-bitbucket-cloud": "^0.0.0-nightly-20240309020749",
44
- "@backstage/plugin-scaffolder-backend-module-bitbucket-server": "^0.0.0-nightly-20240309020749",
45
- "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240309020749",
38
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240311021106",
39
+ "@backstage/config": "^0.0.0-nightly-20240311021106",
40
+ "@backstage/errors": "^0.0.0-nightly-20240311021106",
41
+ "@backstage/integration": "^0.0.0-nightly-20240311021106",
42
+ "@backstage/plugin-scaffolder-backend-module-bitbucket-cloud": "^0.0.0-nightly-20240311021106",
43
+ "@backstage/plugin-scaffolder-backend-module-bitbucket-server": "^0.0.0-nightly-20240311021106",
44
+ "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240311021106",
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.0.0-nightly-20240309020749",
52
- "@backstage/cli": "^0.0.0-nightly-20240309020749",
53
- "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240309020749",
50
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240311021106",
51
+ "@backstage/cli": "^0.0.0-nightly-20240311021106",
52
+ "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240311021106",
54
53
  "msw": "^1.0.0"
55
54
  },
56
55
  "files": [