@storm-software/config-tools 1.43.0 → 1.45.0
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 +34 -43
- package/README.md +1 -1
- package/index.cjs +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,30 +1,45 @@
|
|
|
1
|
-
## 1.
|
|
1
|
+
## 1.45.0 (2024-05-06)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- **markdownlint:** Added the `markdownlint` package for shared configurations ([abd6fa38](https://github.com/storm-software/storm-ops/commit/abd6fa38))
|
|
6
|
+
|
|
7
|
+
### ❤️ Thank You
|
|
8
|
+
|
|
9
|
+
- Patrick Sullivan
|
|
2
10
|
|
|
11
|
+
## 1.44.0 (2024-05-04)
|
|
3
12
|
|
|
4
13
|
### 🚀 Features
|
|
5
14
|
|
|
6
|
-
- **config:**
|
|
15
|
+
- **config:** Generated the Storm Configuration JSON schema package asset ([0a5c9bb2](https://github.com/storm-software/storm-ops/commit/0a5c9bb2))
|
|
16
|
+
|
|
17
|
+
### ❤️ Thank You
|
|
18
|
+
|
|
19
|
+
- Patrick Sullivan
|
|
20
|
+
|
|
21
|
+
## 1.43.0 (2024-05-04)
|
|
7
22
|
|
|
23
|
+
### 🚀 Features
|
|
24
|
+
|
|
25
|
+
- **config:** Update the structure of the theme color names ([4c087334](https://github.com/storm-software/storm-ops/commit/4c087334))
|
|
8
26
|
|
|
9
|
-
### ❤️
|
|
27
|
+
### ❤️ Thank You
|
|
10
28
|
|
|
11
29
|
- Patrick Sullivan
|
|
12
30
|
|
|
13
31
|
## 1.42.0 (2024-05-04)
|
|
14
32
|
|
|
15
|
-
|
|
16
33
|
### 🚀 Features
|
|
17
34
|
|
|
18
35
|
- **config:** Update the theme to use brand colors instead of hierarchy colors ([bcff6b80](https://github.com/storm-software/storm-ops/commit/bcff6b80))
|
|
19
36
|
|
|
20
|
-
|
|
21
|
-
### ❤️ Thank You
|
|
37
|
+
### ❤️ Thank You
|
|
22
38
|
|
|
23
39
|
- Patrick Sullivan
|
|
24
40
|
|
|
25
41
|
## 1.41.5 (2024-04-29)
|
|
26
42
|
|
|
27
|
-
|
|
28
43
|
### 🩹 Fixes
|
|
29
44
|
|
|
30
45
|
- **deps:** update patch prod dependencies ([c427e132](https://github.com/storm-software/storm-ops/commit/c427e132))
|
|
@@ -33,147 +48,123 @@
|
|
|
33
48
|
|
|
34
49
|
- **config-tools:** Resolved issue with newlines in console logger ([f69501b7](https://github.com/storm-software/storm-ops/commit/f69501b7))
|
|
35
50
|
|
|
36
|
-
|
|
37
|
-
### ❤️ Thank You
|
|
51
|
+
### ❤️ Thank You
|
|
38
52
|
|
|
39
53
|
- Patrick Sullivan
|
|
40
54
|
|
|
41
55
|
## 1.41.4 (2024-04-26)
|
|
42
56
|
|
|
43
|
-
|
|
44
57
|
### 🩹 Fixes
|
|
45
58
|
|
|
46
59
|
- **config-tools:** Improved logging and enhanced config json preset ([5dabb1ae](https://github.com/storm-software/storm-ops/commit/5dabb1ae))
|
|
47
60
|
|
|
48
|
-
|
|
49
|
-
### ❤️ Thank You
|
|
61
|
+
### ❤️ Thank You
|
|
50
62
|
|
|
51
63
|
- Patrick Sullivan
|
|
52
64
|
|
|
53
65
|
## 1.41.3 (2024-04-26)
|
|
54
66
|
|
|
55
|
-
|
|
56
67
|
### 🩹 Fixes
|
|
57
68
|
|
|
58
69
|
- **config-tools:** Resolved issue applying default config ([8e1403b3](https://github.com/storm-software/storm-ops/commit/8e1403b3))
|
|
59
70
|
|
|
60
|
-
|
|
61
|
-
### ❤️ Thank You
|
|
71
|
+
### ❤️ Thank You
|
|
62
72
|
|
|
63
73
|
- Patrick Sullivan
|
|
64
74
|
|
|
65
75
|
## 1.41.2 (2024-04-26)
|
|
66
76
|
|
|
67
|
-
|
|
68
77
|
### 🩹 Fixes
|
|
69
78
|
|
|
70
79
|
- **config-tools:** Ensure defaulting doesn't overwrite file ([d14794e5](https://github.com/storm-software/storm-ops/commit/d14794e5))
|
|
71
80
|
|
|
72
|
-
|
|
73
|
-
### ❤️ Thank You
|
|
81
|
+
### ❤️ Thank You
|
|
74
82
|
|
|
75
83
|
- Patrick Sullivan
|
|
76
84
|
|
|
77
85
|
## 1.41.1 (2024-04-25)
|
|
78
86
|
|
|
79
|
-
|
|
80
87
|
### 🩹 Fixes
|
|
81
88
|
|
|
82
89
|
- **config-tools:** Resovled issue with parsing env values ([bb0e395a](https://github.com/storm-software/storm-ops/commit/bb0e395a))
|
|
83
90
|
|
|
84
|
-
|
|
85
|
-
### ❤️ Thank You
|
|
91
|
+
### ❤️ Thank You
|
|
86
92
|
|
|
87
93
|
- Patrick Sullivan
|
|
88
94
|
|
|
89
95
|
## 1.41.0 (2024-04-24)
|
|
90
96
|
|
|
91
|
-
|
|
92
97
|
### 🚀 Features
|
|
93
98
|
|
|
94
99
|
- **config-tools:** Enhanced the config loading and logging processes ([0e3b7cef](https://github.com/storm-software/storm-ops/commit/0e3b7cef))
|
|
95
100
|
|
|
96
|
-
|
|
97
|
-
### ❤️ Thank You
|
|
101
|
+
### ❤️ Thank You
|
|
98
102
|
|
|
99
103
|
- Patrick Sullivan
|
|
100
104
|
|
|
101
105
|
## 1.40.1 (2024-04-22)
|
|
102
106
|
|
|
103
|
-
|
|
104
107
|
### 🩹 Fixes
|
|
105
108
|
|
|
106
109
|
- **config:** Added updates to repository logging ([2b871dc3](https://github.com/storm-software/storm-ops/commit/2b871dc3))
|
|
107
110
|
|
|
108
|
-
|
|
109
|
-
### ❤️ Thank You
|
|
111
|
+
### ❤️ Thank You
|
|
110
112
|
|
|
111
113
|
- Patrick Sullivan
|
|
112
114
|
|
|
113
115
|
## 1.40.0 (2024-04-22)
|
|
114
116
|
|
|
115
|
-
|
|
116
117
|
### 🚀 Features
|
|
117
118
|
|
|
118
119
|
- **cloudflare-tools:** Added the `worker`, `init`, and `serve` tools ([b4b92c2c](https://github.com/storm-software/storm-ops/commit/b4b92c2c))
|
|
119
120
|
|
|
120
|
-
|
|
121
|
-
### ❤️ Thank You
|
|
121
|
+
### ❤️ Thank You
|
|
122
122
|
|
|
123
123
|
- Patrick Sullivan
|
|
124
124
|
|
|
125
125
|
## 1.39.3 (2024-04-15)
|
|
126
126
|
|
|
127
|
-
|
|
128
127
|
### 🩹 Fixes
|
|
129
128
|
|
|
130
129
|
- **config-tools:** Resolved issue with missing fields in Storm configuration ([cf157d2a](https://github.com/storm-software/storm-ops/commit/cf157d2a))
|
|
131
130
|
|
|
132
|
-
|
|
133
|
-
### ❤️ Thank You
|
|
131
|
+
### ❤️ Thank You
|
|
134
132
|
|
|
135
133
|
- Patrick Sullivan
|
|
136
134
|
|
|
137
135
|
## 1.39.2 (2024-04-15)
|
|
138
136
|
|
|
139
|
-
|
|
140
137
|
### 🩹 Fixes
|
|
141
138
|
|
|
142
139
|
- **config-tools:** Clean up the README markdown ([676d23d3](https://github.com/storm-software/storm-ops/commit/676d23d3))
|
|
143
140
|
|
|
144
|
-
|
|
145
|
-
### ❤️ Thank You
|
|
141
|
+
### ❤️ Thank You
|
|
146
142
|
|
|
147
143
|
- Patrick Sullivan
|
|
148
144
|
|
|
149
145
|
## 1.39.1 (2024-04-15)
|
|
150
146
|
|
|
151
|
-
|
|
152
147
|
### 🩹 Fixes
|
|
153
148
|
|
|
154
149
|
- **deps:** pin dependencies ([36d5dd8e](https://github.com/storm-software/storm-ops/commit/36d5dd8e))
|
|
155
150
|
|
|
156
151
|
## 1.39.0 (2024-04-13)
|
|
157
152
|
|
|
158
|
-
|
|
159
153
|
### 🚀 Features
|
|
160
154
|
|
|
161
155
|
- **config-tools:** No longer require `config` in storm console write functions ([ad8c6511](https://github.com/storm-software/storm-ops/commit/ad8c6511))
|
|
162
156
|
|
|
163
|
-
|
|
164
|
-
### ❤️ Thank You
|
|
157
|
+
### ❤️ Thank You
|
|
165
158
|
|
|
166
159
|
- Patrick Sullivan
|
|
167
160
|
|
|
168
161
|
## 1.38.1 (2024-04-13)
|
|
169
162
|
|
|
170
|
-
|
|
171
163
|
### 🩹 Fixes
|
|
172
164
|
|
|
173
165
|
- **config-tools:** Resolved issue with bad `project.json` tasks ([744c7eef](https://github.com/storm-software/storm-ops/commit/744c7eef))
|
|
174
166
|
|
|
175
|
-
|
|
176
|
-
### ❤️ Thank You
|
|
167
|
+
### ❤️ Thank You
|
|
177
168
|
|
|
178
169
|
- Patrick Sullivan
|
|
179
170
|
|
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/)
|
|
25
25
|
[](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://docusaurus.io/) 
|
|
26
26
|
|
|
27
27
|
> [!IMPORTANT]
|
package/index.cjs
CHANGED
|
@@ -72934,7 +72934,7 @@ var getConfigFile = async (filePath, additionalFileNames = []) => {
|
|
|
72934
72934
|
}
|
|
72935
72935
|
);
|
|
72936
72936
|
writeTrace(result.config, { logLevel: "all" });
|
|
72937
|
-
config = (0, import_deepmerge.default)(config ?? {},
|
|
72937
|
+
config = (0, import_deepmerge.default)(result.config ?? {}, config ?? {});
|
|
72938
72938
|
}
|
|
72939
72939
|
}
|
|
72940
72940
|
}
|
package/index.js
CHANGED
|
@@ -72892,7 +72892,7 @@ var getConfigFile = async (filePath, additionalFileNames = []) => {
|
|
|
72892
72892
|
}
|
|
72893
72893
|
);
|
|
72894
72894
|
writeTrace(result.config, { logLevel: "all" });
|
|
72895
|
-
config = (0, import_deepmerge.default)(config ?? {},
|
|
72895
|
+
config = (0, import_deepmerge.default)(result.config ?? {}, config ?? {});
|
|
72896
72896
|
}
|
|
72897
72897
|
}
|
|
72898
72898
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/config-tools",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.45.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "⚡The Storm-Ops monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.",
|
|
6
6
|
"repository": {
|