lerna-projen 0.1.44 → 0.1.46
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.
- package/.jsii +3 -3
- package/API.md +6 -6
- package/lib/index.js +2 -2
- package/package.json +7 -7
package/.jsii
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"fs-extra": "^9.1.0"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"projen": "^0.
|
|
17
|
+
"projen": "^0.69.1"
|
|
18
18
|
},
|
|
19
19
|
"dependencyClosure": {
|
|
20
20
|
"projen": {
|
|
@@ -781,6 +781,6 @@
|
|
|
781
781
|
"symbolId": "src/types:TaskCustomization"
|
|
782
782
|
}
|
|
783
783
|
},
|
|
784
|
-
"version": "0.1.
|
|
785
|
-
"fingerprint": "
|
|
784
|
+
"version": "0.1.46",
|
|
785
|
+
"fingerprint": "tcm60NhwukspPq8Y3xPXqj4MU79th7geEuOgVeWFo3o="
|
|
786
786
|
}
|
package/API.md
CHANGED
|
@@ -113,7 +113,7 @@ const lernaProjectOptions: LernaProjectOptions = { ... }
|
|
|
113
113
|
| <code><a href="#lerna-projen.LernaProjectOptions.property.parent">parent</a></code> | <code>projen.Project</code> | The parent project, if this project is part of a bigger project. |
|
|
114
114
|
| <code><a href="#lerna-projen.LernaProjectOptions.property.projenCommand">projenCommand</a></code> | <code>string</code> | The shell command to use in order to run the projen CLI. |
|
|
115
115
|
| <code><a href="#lerna-projen.LernaProjectOptions.property.projenrcJson">projenrcJson</a></code> | <code>boolean</code> | Generate (once) .projenrc.json (in JSON). Set to `false` in order to disable .projenrc.json generation. |
|
|
116
|
-
| <code><a href="#lerna-projen.LernaProjectOptions.property.projenrcJsonOptions">projenrcJsonOptions</a></code> | <code>projen.
|
|
116
|
+
| <code><a href="#lerna-projen.LernaProjectOptions.property.projenrcJsonOptions">projenrcJsonOptions</a></code> | <code>projen.ProjenrcJsonOptions</code> | Options for .projenrc.json. |
|
|
117
117
|
| <code><a href="#lerna-projen.LernaProjectOptions.property.renovatebot">renovatebot</a></code> | <code>boolean</code> | Use renovatebot to handle dependency upgrades. |
|
|
118
118
|
| <code><a href="#lerna-projen.LernaProjectOptions.property.renovatebotOptions">renovatebotOptions</a></code> | <code>projen.RenovatebotOptions</code> | Options for renovatebot. |
|
|
119
119
|
| <code><a href="#lerna-projen.LernaProjectOptions.property.autoApproveOptions">autoApproveOptions</a></code> | <code>projen.github.AutoApproveOptions</code> | Enable and configure the 'auto approve' workflow. |
|
|
@@ -360,10 +360,10 @@ Generate (once) .projenrc.json (in JSON). Set to `false` in order to disable .pr
|
|
|
360
360
|
##### `projenrcJsonOptions`<sup>Optional</sup> <a name="projenrcJsonOptions" id="lerna-projen.LernaProjectOptions.property.projenrcJsonOptions"></a>
|
|
361
361
|
|
|
362
362
|
```typescript
|
|
363
|
-
public readonly projenrcJsonOptions:
|
|
363
|
+
public readonly projenrcJsonOptions: ProjenrcJsonOptions;
|
|
364
364
|
```
|
|
365
365
|
|
|
366
|
-
- *Type:* projen.
|
|
366
|
+
- *Type:* projen.ProjenrcJsonOptions
|
|
367
367
|
- *Default:* default options
|
|
368
368
|
|
|
369
369
|
Options for .projenrc.json.
|
|
@@ -2073,7 +2073,7 @@ const lernaTypescriptProjectOptions: LernaTypescriptProjectOptions = { ... }
|
|
|
2073
2073
|
| <code><a href="#lerna-projen.LernaTypescriptProjectOptions.property.parent">parent</a></code> | <code>projen.Project</code> | The parent project, if this project is part of a bigger project. |
|
|
2074
2074
|
| <code><a href="#lerna-projen.LernaTypescriptProjectOptions.property.projenCommand">projenCommand</a></code> | <code>string</code> | The shell command to use in order to run the projen CLI. |
|
|
2075
2075
|
| <code><a href="#lerna-projen.LernaTypescriptProjectOptions.property.projenrcJson">projenrcJson</a></code> | <code>boolean</code> | Generate (once) .projenrc.json (in JSON). Set to `false` in order to disable .projenrc.json generation. |
|
|
2076
|
-
| <code><a href="#lerna-projen.LernaTypescriptProjectOptions.property.projenrcJsonOptions">projenrcJsonOptions</a></code> | <code>projen.
|
|
2076
|
+
| <code><a href="#lerna-projen.LernaTypescriptProjectOptions.property.projenrcJsonOptions">projenrcJsonOptions</a></code> | <code>projen.ProjenrcJsonOptions</code> | Options for .projenrc.json. |
|
|
2077
2077
|
| <code><a href="#lerna-projen.LernaTypescriptProjectOptions.property.renovatebot">renovatebot</a></code> | <code>boolean</code> | Use renovatebot to handle dependency upgrades. |
|
|
2078
2078
|
| <code><a href="#lerna-projen.LernaTypescriptProjectOptions.property.renovatebotOptions">renovatebotOptions</a></code> | <code>projen.RenovatebotOptions</code> | Options for renovatebot. |
|
|
2079
2079
|
| <code><a href="#lerna-projen.LernaTypescriptProjectOptions.property.autoApproveOptions">autoApproveOptions</a></code> | <code>projen.github.AutoApproveOptions</code> | Enable and configure the 'auto approve' workflow. |
|
|
@@ -2334,10 +2334,10 @@ Generate (once) .projenrc.json (in JSON). Set to `false` in order to disable .pr
|
|
|
2334
2334
|
##### `projenrcJsonOptions`<sup>Optional</sup> <a name="projenrcJsonOptions" id="lerna-projen.LernaTypescriptProjectOptions.property.projenrcJsonOptions"></a>
|
|
2335
2335
|
|
|
2336
2336
|
```typescript
|
|
2337
|
-
public readonly projenrcJsonOptions:
|
|
2337
|
+
public readonly projenrcJsonOptions: ProjenrcJsonOptions;
|
|
2338
2338
|
```
|
|
2339
2339
|
|
|
2340
|
-
- *Type:* projen.
|
|
2340
|
+
- *Type:* projen.ProjenrcJsonOptions
|
|
2341
2341
|
- *Default:* default options
|
|
2342
2342
|
|
|
2343
2343
|
Options for .projenrc.json.
|
package/lib/index.js
CHANGED
|
@@ -90,7 +90,7 @@ class LernaProject extends projen_1.javascript.NodeProject {
|
|
|
90
90
|
}
|
|
91
91
|
exports.LernaProject = LernaProject;
|
|
92
92
|
_a = JSII_RTTI_SYMBOL_1;
|
|
93
|
-
LernaProject[_a] = { fqn: "lerna-projen.LernaProject", version: "0.1.
|
|
93
|
+
LernaProject[_a] = { fqn: "lerna-projen.LernaProject", version: "0.1.46" };
|
|
94
94
|
/**
|
|
95
95
|
* @pjid lerna-ts-project
|
|
96
96
|
*/
|
|
@@ -135,7 +135,7 @@ class LernaTypescriptProject extends projen_1.typescript.TypeScriptProject {
|
|
|
135
135
|
}
|
|
136
136
|
exports.LernaTypescriptProject = LernaTypescriptProject;
|
|
137
137
|
_b = JSII_RTTI_SYMBOL_1;
|
|
138
|
-
LernaTypescriptProject[_b] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.
|
|
138
|
+
LernaTypescriptProject[_b] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.46" };
|
|
139
139
|
class LernaProjectFactory {
|
|
140
140
|
constructor(project) {
|
|
141
141
|
this.project = project;
|
package/package.json
CHANGED
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@types/babel__core": "^7.20.0",
|
|
44
44
|
"@types/fs-extra": "^9.0.13",
|
|
45
45
|
"@types/jest": "^27",
|
|
46
|
-
"@types/node": "^
|
|
46
|
+
"@types/node": "^16",
|
|
47
47
|
"@typescript-eslint/eslint-plugin": "^5",
|
|
48
48
|
"@typescript-eslint/parser": "^5",
|
|
49
49
|
"eslint": "^8",
|
|
@@ -51,20 +51,20 @@
|
|
|
51
51
|
"eslint-import-resolver-typescript": "^3.5.3",
|
|
52
52
|
"eslint-plugin-import": "^2.27.5",
|
|
53
53
|
"jest": "^27",
|
|
54
|
-
"jest-junit": "^
|
|
55
|
-
"jsii": "
|
|
54
|
+
"jest-junit": "^15",
|
|
55
|
+
"jsii": "1.x",
|
|
56
56
|
"jsii-diff": "^1.78.1",
|
|
57
|
-
"jsii-docgen": "^7.1.
|
|
57
|
+
"jsii-docgen": "^7.1.32",
|
|
58
58
|
"jsii-pacmak": "^1.78.1",
|
|
59
59
|
"npm-check-updates": "^16",
|
|
60
|
-
"projen": "^0.
|
|
60
|
+
"projen": "^0.69.1",
|
|
61
61
|
"standard-version": "^9",
|
|
62
62
|
"ts-jest": "^27",
|
|
63
63
|
"ts-node": "^10.9.1",
|
|
64
64
|
"typescript": "^4.9.5"
|
|
65
65
|
},
|
|
66
66
|
"peerDependencies": {
|
|
67
|
-
"projen": "^0.
|
|
67
|
+
"projen": "^0.69.1"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
70
|
"commander": "^10.0.0",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
],
|
|
83
83
|
"main": "lib/index.js",
|
|
84
84
|
"license": "Apache-2.0",
|
|
85
|
-
"version": "0.1.
|
|
85
|
+
"version": "0.1.46",
|
|
86
86
|
"jest": {
|
|
87
87
|
"testMatch": [
|
|
88
88
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|