lerna-projen 0.1.639 → 0.1.641

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 CHANGED
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "constructs": "^10.4.2",
18
- "projen": "^0.93.2"
18
+ "projen": "^0.94.0"
19
19
  },
20
20
  "dependencyClosure": {
21
21
  "constructs": {
@@ -1032,6 +1032,6 @@
1032
1032
  "symbolId": "src/utils:AddNxTaskDependencyOptions"
1033
1033
  }
1034
1034
  },
1035
- "version": "0.1.639",
1036
- "fingerprint": "ni14yf1VLD8vDAHTd0U8qqrUYMmgrbY2RNIr0AZs7xo="
1035
+ "version": "0.1.641",
1036
+ "fingerprint": "YCBxIyfAo1QaRLntPDaRHNfndzBrGM02bBfRgfcHBY4="
1037
1037
  }
package/API.md CHANGED
@@ -7702,7 +7702,7 @@ public readonly eslint: boolean;
7702
7702
  ```
7703
7703
 
7704
7704
  - *Type:* boolean
7705
- - *Default:* true
7705
+ - *Default:* true, unless biome is enabled
7706
7706
 
7707
7707
  Setup eslint.
7708
7708
 
package/lib/index.js CHANGED
@@ -97,7 +97,7 @@ class LernaProject extends projen_1.javascript.NodeProject {
97
97
  }
98
98
  exports.LernaProject = LernaProject;
99
99
  _a = JSII_RTTI_SYMBOL_1;
100
- LernaProject[_a] = { fqn: "lerna-projen.LernaProject", version: "0.1.639" };
100
+ LernaProject[_a] = { fqn: "lerna-projen.LernaProject", version: "0.1.641" };
101
101
  /**
102
102
  * @pjid lerna-ts-project
103
103
  */
@@ -132,7 +132,7 @@ class LernaTypescriptProject extends projen_1.typescript.TypeScriptProject {
132
132
  }
133
133
  exports.LernaTypescriptProject = LernaTypescriptProject;
134
134
  _b = JSII_RTTI_SYMBOL_1;
135
- LernaTypescriptProject[_b] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.639" };
135
+ LernaTypescriptProject[_b] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.641" };
136
136
  class LernaProjectFactory {
137
137
  constructor(project) {
138
138
  this.project = project;
package/package.json CHANGED
@@ -59,14 +59,14 @@
59
59
  "jsii-docgen": "^10.5.0",
60
60
  "jsii-pacmak": "^1.112.0",
61
61
  "jsii-rosetta": "5.8.x",
62
- "projen": "^0.93.2",
62
+ "projen": "^0.94.0",
63
63
  "ts-jest": "^29.4.0",
64
64
  "ts-node": "^10.9.2",
65
65
  "typescript": "^5.8.3"
66
66
  },
67
67
  "peerDependencies": {
68
68
  "constructs": "^10.4.2",
69
- "projen": "^0.93.2"
69
+ "projen": "^0.94.0"
70
70
  },
71
71
  "dependencies": {
72
72
  "commander": "^11.1.0",
@@ -90,7 +90,7 @@
90
90
  "publishConfig": {
91
91
  "access": "public"
92
92
  },
93
- "version": "0.1.639",
93
+ "version": "0.1.641",
94
94
  "jest": {
95
95
  "coverageProvider": "v8",
96
96
  "testMatch": [