@backstage/plugin-scaffolder-backend-module-github 0.0.0-nightly-20240130021056 → 0.0.0-nightly-20240131021027

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 +21 -5
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-github
2
2
 
3
- ## 0.0.0-nightly-20240130021056
3
+ ## 0.0.0-nightly-20240131021027
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -10,10 +10,26 @@
10
10
 
11
11
  - e9a5228: Exporting a default module for the new Backend System
12
12
  - Updated dependencies
13
- - @backstage/backend-common@0.0.0-nightly-20240130021056
14
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240130021056
15
- - @backstage/integration@0.0.0-nightly-20240130021056
16
- - @backstage/backend-plugin-api@0.0.0-nightly-20240130021056
13
+ - @backstage/backend-common@0.0.0-nightly-20240131021027
14
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240131021027
15
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240131021027
16
+ - @backstage/integration@0.0.0-nightly-20240131021027
17
+ - @backstage/config@1.1.1
18
+ - @backstage/errors@1.2.3
19
+
20
+ ## 0.2.0-next.1
21
+
22
+ ### Minor Changes
23
+
24
+ - fd5eb1c: Allow to force the creation of a pull request from a forked repository
25
+
26
+ ### Patch Changes
27
+
28
+ - Updated dependencies
29
+ - @backstage/backend-plugin-api@0.6.10-next.1
30
+ - @backstage/backend-common@0.21.0-next.1
31
+ - @backstage/integration@1.9.0-next.0
32
+ - @backstage/plugin-scaffolder-node@0.3.0-next.1
17
33
  - @backstage/config@1.1.1
18
34
  - @backstage/errors@1.2.3
19
35
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend-module-github",
3
3
  "description": "The github module for @backstage/plugin-scaffolder-backend",
4
- "version": "0.0.0-nightly-20240130021056",
4
+ "version": "0.0.0-nightly-20240131021027",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -29,12 +29,12 @@
29
29
  "postpack": "backstage-cli package postpack"
30
30
  },
31
31
  "dependencies": {
32
- "@backstage/backend-common": "^0.0.0-nightly-20240130021056",
33
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240130021056",
32
+ "@backstage/backend-common": "^0.0.0-nightly-20240131021027",
33
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240131021027",
34
34
  "@backstage/config": "^1.1.1",
35
35
  "@backstage/errors": "^1.2.3",
36
- "@backstage/integration": "^0.0.0-nightly-20240130021056",
37
- "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240130021056",
36
+ "@backstage/integration": "^0.0.0-nightly-20240131021027",
37
+ "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240131021027",
38
38
  "@octokit/webhooks": "^10.0.0",
39
39
  "libsodium-wrappers": "^0.7.11",
40
40
  "octokit": "^3.0.0",
@@ -43,8 +43,8 @@
43
43
  "yaml": "^2.0.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240130021056",
47
- "@backstage/cli": "^0.0.0-nightly-20240130021056",
46
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240131021027",
47
+ "@backstage/cli": "^0.0.0-nightly-20240131021027",
48
48
  "@types/libsodium-wrappers": "^0.7.10",
49
49
  "fs-extra": "10.1.0",
50
50
  "jest-when": "^3.1.0",