lerna-projen 0.1.888 → 0.1.890

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 +4 -3
  2. package/API.md +16 -0
  3. package/lib/index.js +2 -2
  4. package/package.json +3 -3
package/.jsii CHANGED
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "constructs": "^10.8.1",
18
- "projen": "^0.103.5"
18
+ "projen": "^0.103.11"
19
19
  },
20
20
  "dependencyClosure": {
21
21
  "constructs": {
@@ -58,6 +58,7 @@
58
58
  "projen.java": {},
59
59
  "projen.javascript": {},
60
60
  "projen.javascript.biome_config": {},
61
+ "projen.polaris": {},
61
62
  "projen.python": {},
62
63
  "projen.python.uvConfig": {},
63
64
  "projen.release": {},
@@ -1128,6 +1129,6 @@
1128
1129
  "symbolId": "src/utils:AddNxTaskDependencyOptions"
1129
1130
  }
1130
1131
  },
1131
- "version": "0.1.888",
1132
- "fingerprint": "7v7L3WRXCJfzmNUiQJmlWbrdv9BKI5ykF+ZQ5/bon8Y="
1132
+ "version": "0.1.890",
1133
+ "fingerprint": "5zuBZ6mtDg8TPFwTQ8wEHhphD46/B3LqVJmu6v04arQ="
1133
1134
  }
package/API.md CHANGED
@@ -5561,6 +5561,7 @@ const lernaTypescriptProjectOptions: LernaTypescriptProjectOptions = { ... }
5561
5561
  | <code><a href="#lerna-projen.LernaTypescriptProjectOptions.property.tsconfigDev">tsconfigDev</a></code> | <code>projen.javascript.TypescriptConfigOptions</code> | Custom tsconfig options for the development tsconfig.json file (used for testing). |
5562
5562
  | <code><a href="#lerna-projen.LernaTypescriptProjectOptions.property.tsconfigDevFile">tsconfigDevFile</a></code> | <code>string</code> | The name (and path) of the development tsconfig file. |
5563
5563
  | <code><a href="#lerna-projen.LernaTypescriptProjectOptions.property.tsJestOptions">tsJestOptions</a></code> | <code>projen.typescript.TsJestOptions</code> | Options for ts-jest. |
5564
+ | <code><a href="#lerna-projen.LernaTypescriptProjectOptions.property.typecheckTests">typecheckTests</a></code> | <code>boolean</code> | Type-check the test suite as part of the `test` task. |
5564
5565
  | <code><a href="#lerna-projen.LernaTypescriptProjectOptions.property.typescriptVersion">typescriptVersion</a></code> | <code>string</code> | TypeScript version to use. |
5565
5566
  | <code><a href="#lerna-projen.LernaTypescriptProjectOptions.property.independentMode">independentMode</a></code> | <code>boolean</code> | Whether or not to use independent versioning for sub-projects https://lerna.js.org/docs/features/version-and-publish#independent-mode. |
5566
5567
  | <code><a href="#lerna-projen.LernaTypescriptProjectOptions.property.sinceGitReferenceEnvironmentVariableName">sinceGitReferenceEnvironmentVariableName</a></code> | <code>string</code> | (experimental) Environment variable name to read the git reference from to be used as the base for the `since` option in lerna commands. |
@@ -7779,6 +7780,21 @@ Options for ts-jest.
7779
7780
 
7780
7781
  ---
7781
7782
 
7783
+ ##### `typecheckTests`<sup>Optional</sup> <a name="typecheckTests" id="lerna-projen.LernaTypescriptProjectOptions.property.typecheckTests"></a>
7784
+
7785
+ ```typescript
7786
+ public readonly typecheckTests: boolean;
7787
+ ```
7788
+
7789
+ - *Type:* boolean
7790
+ - *Default:* false
7791
+
7792
+ Type-check the test suite as part of the `test` task.
7793
+
7794
+ Adds a `tsc --noEmit` step against the development tsconfig.
7795
+
7796
+ ---
7797
+
7782
7798
  ##### `typescriptVersion`<sup>Optional</sup> <a name="typescriptVersion" id="lerna-projen.LernaTypescriptProjectOptions.property.typescriptVersion"></a>
7783
7799
 
7784
7800
  ```typescript
package/lib/index.js CHANGED
@@ -95,7 +95,7 @@ const lockedTaskNames = ['build', 'upgrade', 'upgrade-projen', 'clobber', 'post-
95
95
  * @pjid lerna-project
96
96
  */
97
97
  class LernaProject extends projen_1.javascript.NodeProject {
98
- static [JSII_RTTI_SYMBOL_1] = { fqn: "lerna-projen.LernaProject", version: "0.1.888" };
98
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "lerna-projen.LernaProject", version: "0.1.890" };
99
99
  projenrcTs;
100
100
  docsDirectory;
101
101
  docgen;
@@ -149,7 +149,7 @@ exports.LernaProject = LernaProject;
149
149
  * @pjid lerna-ts-project
150
150
  */
151
151
  class LernaTypescriptProject extends projen_1.typescript.TypeScriptProject {
152
- static [JSII_RTTI_SYMBOL_1] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.888" };
152
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.890" };
153
153
  sinceLastRelease;
154
154
  useNx;
155
155
  independentMode;
package/package.json CHANGED
@@ -33,14 +33,14 @@
33
33
  "jsii-docgen": "^10.5.0",
34
34
  "jsii-pacmak": "^1.140.0",
35
35
  "jsii-rosetta": "5.9.x",
36
- "projen": "^0.103.5",
36
+ "projen": "^0.103.11",
37
37
  "ts-jest": "^29.4.12",
38
38
  "ts-node": "^10.9.2",
39
39
  "typescript": "^5.9.3"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "constructs": "^10.8.1",
43
- "projen": "^0.103.5"
43
+ "projen": "^0.103.11"
44
44
  },
45
45
  "dependencies": {
46
46
  "commander": "^11.1.0",
@@ -72,7 +72,7 @@
72
72
  "publishConfig": {
73
73
  "access": "public"
74
74
  },
75
- "version": "0.1.888",
75
+ "version": "0.1.890",
76
76
  "jest": {
77
77
  "coverageProvider": "v8",
78
78
  "testMatch": [