lerna-projen 0.1.218 → 0.1.220

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 (4) hide show
  1. package/.jsii +3 -3
  2. package/API.md +26 -0
  3. package/lib/index.js +2 -2
  4. package/package.json +3 -3
package/.jsii CHANGED
@@ -14,7 +14,7 @@
14
14
  "fs-extra": "^9.1.0"
15
15
  },
16
16
  "dependencies": {
17
- "projen": "^0.73.9"
17
+ "projen": "^0.73.12"
18
18
  },
19
19
  "dependencyClosure": {
20
20
  "projen": {
@@ -790,6 +790,6 @@
790
790
  "symbolId": "src/types:TaskCustomization"
791
791
  }
792
792
  },
793
- "version": "0.1.218",
794
- "fingerprint": "mDnDTnhb2VvNhexx5xf1zIBp5J8o9Y7VevdbC+XSJPE="
793
+ "version": "0.1.220",
794
+ "fingerprint": "QWRdGMkDg76E0ZGfSekgkrumnwd8givK/u1sRlZ9+Gw="
795
795
  }
package/API.md CHANGED
@@ -234,6 +234,7 @@ const lernaProjectOptions: LernaProjectOptions = { ... }
234
234
  | <code><a href="#lerna-projen.LernaProjectOptions.property.versionrcOptions">versionrcOptions</a></code> | <code>{[ key: string ]: any}</code> | Custom configuration used when creating changelog with standard-version package. |
235
235
  | <code><a href="#lerna-projen.LernaProjectOptions.property.workflowContainerImage">workflowContainerImage</a></code> | <code>string</code> | Container image to use for GitHub workflows. |
236
236
  | <code><a href="#lerna-projen.LernaProjectOptions.property.workflowRunsOn">workflowRunsOn</a></code> | <code>string[]</code> | Github Runner selection labels. |
237
+ | <code><a href="#lerna-projen.LernaProjectOptions.property.workflowRunsOnGroup">workflowRunsOnGroup</a></code> | <code>projen.GroupRunnerOptions</code> | Github Runner Group selection options. |
237
238
  | <code><a href="#lerna-projen.LernaProjectOptions.property.defaultReleaseBranch">defaultReleaseBranch</a></code> | <code>string</code> | The name of the main release branch. |
238
239
  | <code><a href="#lerna-projen.LernaProjectOptions.property.artifactsDirectory">artifactsDirectory</a></code> | <code>string</code> | A directory which will contain build artifacts. |
239
240
  | <code><a href="#lerna-projen.LernaProjectOptions.property.autoApproveUpgrades">autoApproveUpgrades</a></code> | <code>boolean</code> | Automatically approve deps upgrade PRs, allowing them to be merged by mergify (if configued). |
@@ -1529,6 +1530,18 @@ Github Runner selection labels.
1529
1530
 
1530
1531
  ---
1531
1532
 
1533
+ ##### `workflowRunsOnGroup`<sup>Optional</sup> <a name="workflowRunsOnGroup" id="lerna-projen.LernaProjectOptions.property.workflowRunsOnGroup"></a>
1534
+
1535
+ ```typescript
1536
+ public readonly workflowRunsOnGroup: GroupRunnerOptions;
1537
+ ```
1538
+
1539
+ - *Type:* projen.GroupRunnerOptions
1540
+
1541
+ Github Runner Group selection options.
1542
+
1543
+ ---
1544
+
1532
1545
  ##### `defaultReleaseBranch`<sup>Required</sup> <a name="defaultReleaseBranch" id="lerna-projen.LernaProjectOptions.property.defaultReleaseBranch"></a>
1533
1546
 
1534
1547
  ```typescript
@@ -2225,6 +2238,7 @@ const lernaTypescriptProjectOptions: LernaTypescriptProjectOptions = { ... }
2225
2238
  | <code><a href="#lerna-projen.LernaTypescriptProjectOptions.property.versionrcOptions">versionrcOptions</a></code> | <code>{[ key: string ]: any}</code> | Custom configuration used when creating changelog with standard-version package. |
2226
2239
  | <code><a href="#lerna-projen.LernaTypescriptProjectOptions.property.workflowContainerImage">workflowContainerImage</a></code> | <code>string</code> | Container image to use for GitHub workflows. |
2227
2240
  | <code><a href="#lerna-projen.LernaTypescriptProjectOptions.property.workflowRunsOn">workflowRunsOn</a></code> | <code>string[]</code> | Github Runner selection labels. |
2241
+ | <code><a href="#lerna-projen.LernaTypescriptProjectOptions.property.workflowRunsOnGroup">workflowRunsOnGroup</a></code> | <code>projen.GroupRunnerOptions</code> | Github Runner Group selection options. |
2228
2242
  | <code><a href="#lerna-projen.LernaTypescriptProjectOptions.property.defaultReleaseBranch">defaultReleaseBranch</a></code> | <code>string</code> | The name of the main release branch. |
2229
2243
  | <code><a href="#lerna-projen.LernaTypescriptProjectOptions.property.artifactsDirectory">artifactsDirectory</a></code> | <code>string</code> | A directory which will contain build artifacts. |
2230
2244
  | <code><a href="#lerna-projen.LernaTypescriptProjectOptions.property.autoApproveUpgrades">autoApproveUpgrades</a></code> | <code>boolean</code> | Automatically approve deps upgrade PRs, allowing them to be merged by mergify (if configued). |
@@ -3535,6 +3549,18 @@ Github Runner selection labels.
3535
3549
 
3536
3550
  ---
3537
3551
 
3552
+ ##### `workflowRunsOnGroup`<sup>Optional</sup> <a name="workflowRunsOnGroup" id="lerna-projen.LernaTypescriptProjectOptions.property.workflowRunsOnGroup"></a>
3553
+
3554
+ ```typescript
3555
+ public readonly workflowRunsOnGroup: GroupRunnerOptions;
3556
+ ```
3557
+
3558
+ - *Type:* projen.GroupRunnerOptions
3559
+
3560
+ Github Runner Group selection options.
3561
+
3562
+ ---
3563
+
3538
3564
  ##### `defaultReleaseBranch`<sup>Required</sup> <a name="defaultReleaseBranch" id="lerna-projen.LernaTypescriptProjectOptions.property.defaultReleaseBranch"></a>
3539
3565
 
3540
3566
  ```typescript
package/lib/index.js CHANGED
@@ -110,7 +110,7 @@ class LernaProject extends projen_1.javascript.NodeProject {
110
110
  }
111
111
  exports.LernaProject = LernaProject;
112
112
  _a = JSII_RTTI_SYMBOL_1;
113
- LernaProject[_a] = { fqn: "lerna-projen.LernaProject", version: "0.1.218" };
113
+ LernaProject[_a] = { fqn: "lerna-projen.LernaProject", version: "0.1.220" };
114
114
  /**
115
115
  * @pjid lerna-ts-project
116
116
  */
@@ -156,7 +156,7 @@ class LernaTypescriptProject extends projen_1.typescript.TypeScriptProject {
156
156
  }
157
157
  exports.LernaTypescriptProject = LernaTypescriptProject;
158
158
  _b = JSII_RTTI_SYMBOL_1;
159
- LernaTypescriptProject[_b] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.218" };
159
+ LernaTypescriptProject[_b] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.220" };
160
160
  class LernaProjectFactory {
161
161
  constructor(project) {
162
162
  this.project = project;
package/package.json CHANGED
@@ -58,14 +58,14 @@
58
58
  "jsii-pacmak": "^1.88.0",
59
59
  "jsii-rosetta": "5.x",
60
60
  "npm-check-updates": "^16",
61
- "projen": "^0.73.9",
61
+ "projen": "^0.73.12",
62
62
  "standard-version": "^9",
63
63
  "ts-jest": "^29",
64
64
  "ts-node": "^10.9.1",
65
65
  "typescript": "^5.2.2"
66
66
  },
67
67
  "peerDependencies": {
68
- "projen": "^0.73.9"
68
+ "projen": "^0.73.12"
69
69
  },
70
70
  "dependencies": {
71
71
  "commander": "^11.0.0",
@@ -83,7 +83,7 @@
83
83
  ],
84
84
  "main": "lib/index.js",
85
85
  "license": "Apache-2.0",
86
- "version": "0.1.218",
86
+ "version": "0.1.220",
87
87
  "jest": {
88
88
  "testMatch": [
89
89
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",