@storm-software/projen 0.21.18 → 0.21.20
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/CHANGELOG.md +16 -6
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,26 @@
|
|
|
1
|
+

|
|
2
|
+
|
|
3
|
+
# Changelog for Storm Ops - Projen
|
|
4
|
+
|
|
5
|
+
## [0.21.19](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.19) (11/5/2025)
|
|
6
|
+
|
|
7
|
+
### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated **workspace-tools** to **v1.292.19**
|
|
10
|
+
- Updated **config-tools** to **v1.188.19**
|
|
11
|
+
- Updated **config** to **v1.134.19**
|
|
12
|
+
|
|
1
13
|
## [0.21.17](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.17) (2025-11-04)
|
|
2
14
|
|
|
3
15
|
### Features
|
|
4
16
|
|
|
5
|
-
- **monorepo:** Update packages to use Nx v22.0.2
|
|
17
|
+
- **monorepo:** Update packages to use Nx v22.0.2
|
|
18
|
+
([8895b7333](https://github.com/storm-software/storm-ops/commit/8895b7333))
|
|
6
19
|
|
|
7
20
|
### Miscellaneous
|
|
8
21
|
|
|
9
|
-
- **monorepo:** Resolve sherif linting issues and reformat README markdown files
|
|
22
|
+
- **monorepo:** Resolve sherif linting issues and reformat README markdown files
|
|
23
|
+
([2ed668c6a](https://github.com/storm-software/storm-ops/commit/2ed668c6a))
|
|
10
24
|
|
|
11
25
|
### Updated Dependencies
|
|
12
26
|
|
|
@@ -14,10 +28,6 @@
|
|
|
14
28
|
- Updated config-tools to 1.188.17
|
|
15
29
|
- Updated config to 1.134.17
|
|
16
30
|
|
|
17
|
-

|
|
18
|
-
|
|
19
|
-
# Changelog for Storm Ops - Projen
|
|
20
|
-
|
|
21
31
|
## [0.21.16](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.16) (2025-10-31)
|
|
22
32
|
|
|
23
33
|
### Miscellaneous
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/projen",
|
|
3
|
-
"version": "0.21.
|
|
3
|
+
"version": "0.21.20",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"description": "Tools for managing Projen configuration automation within a Nx workspace.",
|
|
6
6
|
"repository": {
|
|
@@ -115,9 +115,9 @@
|
|
|
115
115
|
],
|
|
116
116
|
"peerDependencies": {
|
|
117
117
|
"@nx/devkit": "^22.0.2",
|
|
118
|
-
"@storm-software/config": "1.134.
|
|
119
|
-
"@storm-software/config-tools": "1.188.
|
|
120
|
-
"@storm-software/workspace-tools": "1.292.
|
|
118
|
+
"@storm-software/config": "1.134.19",
|
|
119
|
+
"@storm-software/config-tools": "1.188.19",
|
|
120
|
+
"@storm-software/workspace-tools": "1.292.19",
|
|
121
121
|
"projen": "^0.91.6",
|
|
122
122
|
"tsup": "8.4.0",
|
|
123
123
|
"untyped": "1.5.2"
|
|
@@ -137,10 +137,10 @@
|
|
|
137
137
|
"@types/node": "^22.19.0",
|
|
138
138
|
"nx": "^22.0.2",
|
|
139
139
|
"tsup": "8.4.0",
|
|
140
|
-
"untyped": "^
|
|
140
|
+
"untyped": "^2.0.0"
|
|
141
141
|
},
|
|
142
142
|
"publishConfig": { "access": "public" },
|
|
143
143
|
"executors": "./executors.json",
|
|
144
144
|
"generators": "./generators.json",
|
|
145
|
-
"gitHead": "
|
|
145
|
+
"gitHead": "5ad820059b34c3802d3a0b96e521ec54e2fb3a49"
|
|
146
146
|
}
|