lerna-projen 0.1.859 → 0.1.860

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 (3) hide show
  1. package/.jsii +4 -4
  2. package/lib/index.js +2 -2
  3. package/package.json +6 -5
package/.jsii CHANGED
@@ -14,8 +14,8 @@
14
14
  "fs-extra": "^9.1.0"
15
15
  },
16
16
  "dependencies": {
17
- "constructs": "^10.6.0",
18
- "projen": "^0.101.14"
17
+ "constructs": "^10.7.0",
18
+ "projen": "^0.101.15"
19
19
  },
20
20
  "dependencyClosure": {
21
21
  "constructs": {
@@ -1125,6 +1125,6 @@
1125
1125
  "symbolId": "src/utils:AddNxTaskDependencyOptions"
1126
1126
  }
1127
1127
  },
1128
- "version": "0.1.859",
1129
- "fingerprint": "bQKCrrSYiT4WAqHPRGAvr8wVPGwf9yYNOuk6AjPs/Lg="
1128
+ "version": "0.1.860",
1129
+ "fingerprint": "tXvO1rGaFMgeTbhOC/kCoy5cCWZhgSEhTqIMRMznDF4="
1130
1130
  }
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.859" };
98
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "lerna-projen.LernaProject", version: "0.1.860" };
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.859" };
152
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.860" };
153
153
  sinceLastRelease;
154
154
  useNx;
155
155
  independentMode;
package/package.json CHANGED
@@ -22,7 +22,7 @@
22
22
  "@typescript-eslint/eslint-plugin": "^8",
23
23
  "@typescript-eslint/parser": "^8",
24
24
  "commit-and-tag-version": "^12",
25
- "constructs": "^10.6.0",
25
+ "constructs": "^10.7.0",
26
26
  "eslint": "^9",
27
27
  "eslint-import-resolver-typescript": "^3.10.1",
28
28
  "eslint-plugin-import": "^2.32.0",
@@ -33,14 +33,14 @@
33
33
  "jsii-docgen": "^10.5.0",
34
34
  "jsii-pacmak": "^1.138.0",
35
35
  "jsii-rosetta": "5.9.x",
36
- "projen": "^0.101.14",
36
+ "projen": "^0.101.15",
37
37
  "ts-jest": "^29.4.11",
38
38
  "ts-node": "^10.9.2",
39
39
  "typescript": "^5.9.3"
40
40
  },
41
41
  "peerDependencies": {
42
- "constructs": "^10.6.0",
43
- "projen": "^0.101.14"
42
+ "constructs": "^10.7.0",
43
+ "projen": "^0.101.15"
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.859",
75
+ "version": "0.1.860",
76
76
  "jest": {
77
77
  "coverageProvider": "v8",
78
78
  "testMatch": [
@@ -129,6 +129,7 @@
129
129
  "scripts": {
130
130
  "build": "projen build",
131
131
  "bump": "projen bump",
132
+ "bump:releasable-commits": "projen bump:releasable-commits",
132
133
  "clobber": "projen clobber",
133
134
  "compat": "projen compat",
134
135
  "compile": "projen compile",