just-scripts 2.6.0 → 2.6.2
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/lib/tasks/cleanTask.d.ts.map +1 -1
- package/lib/tasks/cleanTask.js +1 -6
- package/lib/tasks/cleanTask.js.map +1 -1
- package/package.json +4 -4
- package/src/tasks/cleanTask.ts +7 -12
- package/CHANGELOG.json +0 -2461
- package/CHANGELOG.md +0 -1130
package/CHANGELOG.json
DELETED
|
@@ -1,2461 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "just-scripts",
|
|
3
|
-
"entries": [
|
|
4
|
-
{
|
|
5
|
-
"date": "Thu, 26 Mar 2026 23:18:45 GMT",
|
|
6
|
-
"version": "2.6.0",
|
|
7
|
-
"tag": "just-scripts_v2.6.0",
|
|
8
|
-
"comments": {
|
|
9
|
-
"minor": [
|
|
10
|
-
{
|
|
11
|
-
"author": "email not defined",
|
|
12
|
-
"package": "just-scripts",
|
|
13
|
-
"commit": "ee6ca22de1a7d426ca69af4ed3b8dd285e11f1bb",
|
|
14
|
-
"comment": "Adding support for jest 30 testNamePatterns (plural) option"
|
|
15
|
-
},
|
|
16
|
-
{
|
|
17
|
-
"author": "elcraig@microsoft.com",
|
|
18
|
-
"package": "just-scripts",
|
|
19
|
-
"commit": "ee6ca22de1a7d426ca69af4ed3b8dd285e11f1bb",
|
|
20
|
-
"comment": "Deprecate `spawn` helper (consider using `execa` instead). As a short-term improvement, it's updated to internally use `cross-spawn` for handling spaces in arguments and other basic normalization. (Also remove internal `exec` function and its usage, including in `tscTask`.)"
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
"author": "elcraig@microsoft.com",
|
|
24
|
-
"package": "just-scripts",
|
|
25
|
-
"commit": "ee6ca22de1a7d426ca69af4ed3b8dd285e11f1bb",
|
|
26
|
-
"comment": "Fix prettier task for prettier v3. Fix tsc task with build option. Make `nodeExecTask` `args` required since no other usage makes sense."
|
|
27
|
-
}
|
|
28
|
-
],
|
|
29
|
-
"patch": [
|
|
30
|
-
{
|
|
31
|
-
"author": "elcraig@microsoft.com",
|
|
32
|
-
"package": "just-scripts",
|
|
33
|
-
"commit": "ee6ca22de1a7d426ca69af4ed3b8dd285e11f1bb",
|
|
34
|
-
"comment": "Deprecate misleadingly named `encodeArgs` function. For more complete escaping, consider a library such as `shell-quote`, or use safer APIs which don't require escaping. (Note that `spawn` from this package now uses `cross-spawn` which escapes spaces internally.)"
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
"author": "elcraig@microsoft.com",
|
|
38
|
-
"package": "just-scripts",
|
|
39
|
-
"commit": "ee6ca22de1a7d426ca69af4ed3b8dd285e11f1bb",
|
|
40
|
-
"comment": "Fix nodeExecTask to preserve process.env unless explicitly overridden"
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"author": "elcraig@microsoft.com",
|
|
44
|
-
"package": "just-scripts",
|
|
45
|
-
"commit": "ee6ca22de1a7d426ca69af4ed3b8dd285e11f1bb",
|
|
46
|
-
"comment": "Fix eslintTask noEslintRc option"
|
|
47
|
-
}
|
|
48
|
-
]
|
|
49
|
-
}
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
"date": "Thu, 11 Dec 2025 17:20:54 GMT",
|
|
53
|
-
"version": "2.5.0",
|
|
54
|
-
"tag": "just-scripts_v2.5.0",
|
|
55
|
-
"comments": {
|
|
56
|
-
"minor": [
|
|
57
|
-
{
|
|
58
|
-
"author": "elcraig@microsoft.com",
|
|
59
|
-
"package": "just-scripts",
|
|
60
|
-
"commit": "9f2ae785ea8288e0dd60c4e684a17858c2d67902",
|
|
61
|
-
"comment": "Merge just-scripts-utils into this package"
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
"author": "beachball",
|
|
65
|
-
"package": "just-scripts",
|
|
66
|
-
"comment": "Bump just-task to v1.13.0",
|
|
67
|
-
"commit": "not available"
|
|
68
|
-
}
|
|
69
|
-
]
|
|
70
|
-
}
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"date": "Wed, 10 Dec 2025 20:30:20 GMT",
|
|
74
|
-
"version": "2.4.2",
|
|
75
|
-
"tag": "just-scripts_v2.4.2",
|
|
76
|
-
"comments": {
|
|
77
|
-
"none": [
|
|
78
|
-
{
|
|
79
|
-
"author": "elcraig@microsoft.com",
|
|
80
|
-
"package": "just-scripts",
|
|
81
|
-
"commit": "9b9fc4d4160579255203a78ec3f759952f661699",
|
|
82
|
-
"comment": "Update formatting"
|
|
83
|
-
}
|
|
84
|
-
]
|
|
85
|
-
}
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
"date": "Mon, 27 Oct 2025 18:08:47 GMT",
|
|
89
|
-
"version": "2.4.2",
|
|
90
|
-
"tag": "just-scripts_v2.4.2",
|
|
91
|
-
"comments": {
|
|
92
|
-
"patch": [
|
|
93
|
-
{
|
|
94
|
-
"author": "1581488+christiango@users.noreply.github.com",
|
|
95
|
-
"package": "just-scripts",
|
|
96
|
-
"commit": "4ed33b039a77e01876ea1dc690df24ab8a92c104",
|
|
97
|
-
"comment": "Add support for report-unused-disable-directives in the eslint task"
|
|
98
|
-
}
|
|
99
|
-
]
|
|
100
|
-
}
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
"date": "Thu, 22 May 2025 19:11:12 GMT",
|
|
104
|
-
"version": "2.4.1",
|
|
105
|
-
"tag": "just-scripts_v2.4.1",
|
|
106
|
-
"comments": {
|
|
107
|
-
"patch": [
|
|
108
|
-
{
|
|
109
|
-
"author": "1581488+christiango@users.noreply.github.com",
|
|
110
|
-
"package": "just-scripts",
|
|
111
|
-
"commit": "8c4fe31f6193b70b448c2e23c2fb84900736b59e",
|
|
112
|
-
"comment": "Add support for setting maxWorkers in jestTask"
|
|
113
|
-
}
|
|
114
|
-
]
|
|
115
|
-
}
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
"date": "Fri, 28 Mar 2025 08:01:48 GMT",
|
|
119
|
-
"version": "2.4.0",
|
|
120
|
-
"tag": "just-scripts_v2.4.0",
|
|
121
|
-
"comments": {
|
|
122
|
-
"minor": [
|
|
123
|
-
{
|
|
124
|
-
"author": "elcraig@microsoft.com",
|
|
125
|
-
"package": "just-scripts",
|
|
126
|
-
"commit": "b08901cb0e1ca7833027ae1e6473ff8dff7b4529",
|
|
127
|
-
"comment": "Build with TypeScript 4.5"
|
|
128
|
-
},
|
|
129
|
-
{
|
|
130
|
-
"author": "beachball",
|
|
131
|
-
"package": "just-scripts",
|
|
132
|
-
"comment": "Bump just-scripts-utils to v2.1.0",
|
|
133
|
-
"commit": "not available"
|
|
134
|
-
},
|
|
135
|
-
{
|
|
136
|
-
"author": "beachball",
|
|
137
|
-
"package": "just-scripts",
|
|
138
|
-
"comment": "Bump just-task to v1.12.0",
|
|
139
|
-
"commit": "not available"
|
|
140
|
-
}
|
|
141
|
-
]
|
|
142
|
-
}
|
|
143
|
-
},
|
|
144
|
-
{
|
|
145
|
-
"date": "Tue, 10 Dec 2024 22:22:46 GMT",
|
|
146
|
-
"version": "2.3.3",
|
|
147
|
-
"tag": "just-scripts_v2.3.3",
|
|
148
|
-
"comments": {
|
|
149
|
-
"patch": [
|
|
150
|
-
{
|
|
151
|
-
"author": "beachball",
|
|
152
|
-
"package": "just-scripts",
|
|
153
|
-
"comment": "Bump just-task to v1.11.0",
|
|
154
|
-
"commit": "not available"
|
|
155
|
-
}
|
|
156
|
-
]
|
|
157
|
-
}
|
|
158
|
-
},
|
|
159
|
-
{
|
|
160
|
-
"date": "Tue, 10 Sep 2024 03:04:12 GMT",
|
|
161
|
-
"version": "2.3.2",
|
|
162
|
-
"tag": "just-scripts_v2.3.2",
|
|
163
|
-
"comments": {
|
|
164
|
-
"patch": [
|
|
165
|
-
{
|
|
166
|
-
"author": "stchur@microsoft.com",
|
|
167
|
-
"package": "just-scripts",
|
|
168
|
-
"commit": "211e8b4dec680fcb460aad843639ffb840d709b3",
|
|
169
|
-
"comment": "Pass env variables through to eslint cli"
|
|
170
|
-
}
|
|
171
|
-
]
|
|
172
|
-
}
|
|
173
|
-
},
|
|
174
|
-
{
|
|
175
|
-
"date": "Wed, 07 Aug 2024 22:28:11 GMT",
|
|
176
|
-
"version": "2.3.1",
|
|
177
|
-
"tag": "just-scripts_v2.3.1",
|
|
178
|
-
"comments": {
|
|
179
|
-
"patch": [
|
|
180
|
-
{
|
|
181
|
-
"author": "1581488+christiango@users.noreply.github.com",
|
|
182
|
-
"package": "just-scripts",
|
|
183
|
-
"commit": "317358e1755c8ffe3ec47d9af53c1e2c388904da",
|
|
184
|
-
"comment": "Add support for setting ESLINT_USE_FLAT_CONFIG to assist with upgrades to eslint v9"
|
|
185
|
-
}
|
|
186
|
-
]
|
|
187
|
-
}
|
|
188
|
-
},
|
|
189
|
-
{
|
|
190
|
-
"date": "Tue, 26 Mar 2024 00:12:38 GMT",
|
|
191
|
-
"version": "2.3.0",
|
|
192
|
-
"tag": "just-scripts_v2.3.0",
|
|
193
|
-
"comments": {
|
|
194
|
-
"minor": [
|
|
195
|
-
{
|
|
196
|
-
"author": "beachball",
|
|
197
|
-
"package": "just-scripts",
|
|
198
|
-
"comment": "Bump just-task to v1.10.0",
|
|
199
|
-
"commit": "not available"
|
|
200
|
-
}
|
|
201
|
-
]
|
|
202
|
-
}
|
|
203
|
-
},
|
|
204
|
-
{
|
|
205
|
-
"date": "Tue, 05 Mar 2024 08:01:41 GMT",
|
|
206
|
-
"version": "2.2.3",
|
|
207
|
-
"tag": "just-scripts_v2.2.3",
|
|
208
|
-
"comments": {
|
|
209
|
-
"patch": [
|
|
210
|
-
{
|
|
211
|
-
"author": "1581488+christiango@users.noreply.github.com",
|
|
212
|
-
"package": "just-scripts",
|
|
213
|
-
"commit": "a5a2fea2d44e4d43cdca74d3a07830839e396a24",
|
|
214
|
-
"comment": "Export CssLoaderOptions and PrettierTaskOptions which both appear on the type signature for the public API of just-scripts"
|
|
215
|
-
}
|
|
216
|
-
]
|
|
217
|
-
}
|
|
218
|
-
},
|
|
219
|
-
{
|
|
220
|
-
"date": "Sat, 02 Mar 2024 08:01:34 GMT",
|
|
221
|
-
"version": "2.2.2",
|
|
222
|
-
"tag": "just-scripts_v2.2.2",
|
|
223
|
-
"comments": {
|
|
224
|
-
"none": [
|
|
225
|
-
{
|
|
226
|
-
"author": "elcraig@microsoft.com",
|
|
227
|
-
"package": "just-scripts",
|
|
228
|
-
"commit": "feb6217bf318c7d606c6147a4f5d6568572bb2f3",
|
|
229
|
-
"comment": "Update build setup"
|
|
230
|
-
}
|
|
231
|
-
]
|
|
232
|
-
}
|
|
233
|
-
},
|
|
234
|
-
{
|
|
235
|
-
"date": "Sat, 02 Mar 2024 02:16:34 GMT",
|
|
236
|
-
"version": "2.2.2",
|
|
237
|
-
"tag": "just-scripts_v2.2.2",
|
|
238
|
-
"comments": {
|
|
239
|
-
"patch": [
|
|
240
|
-
{
|
|
241
|
-
"author": "beachball",
|
|
242
|
-
"package": "just-scripts",
|
|
243
|
-
"comment": "Bump just-task to v1.9.0",
|
|
244
|
-
"commit": "not available"
|
|
245
|
-
}
|
|
246
|
-
]
|
|
247
|
-
}
|
|
248
|
-
},
|
|
249
|
-
{
|
|
250
|
-
"date": "Tue, 12 Sep 2023 08:02:05 GMT",
|
|
251
|
-
"version": "2.2.1",
|
|
252
|
-
"tag": "just-scripts_v2.2.1",
|
|
253
|
-
"comments": {
|
|
254
|
-
"patch": [
|
|
255
|
-
{
|
|
256
|
-
"author": "elcraig@microsoft.com",
|
|
257
|
-
"package": "just-scripts",
|
|
258
|
-
"commit": "5b4e7073ffd1f06a7383deccee6883aa7e63342c",
|
|
259
|
-
"comment": "Remove local copy of API Extractor types"
|
|
260
|
-
},
|
|
261
|
-
{
|
|
262
|
-
"author": "renovate@whitesourcesoftware.com",
|
|
263
|
-
"package": "just-scripts",
|
|
264
|
-
"commit": "e849046a3d1e5c1b4c1a81e12c400391a108323e",
|
|
265
|
-
"comment": "Update dependency fs-extra to v11"
|
|
266
|
-
},
|
|
267
|
-
{
|
|
268
|
-
"author": "beachball",
|
|
269
|
-
"package": "just-scripts",
|
|
270
|
-
"comment": "Bump just-scripts-utils to v2.0.1",
|
|
271
|
-
"commit": "not available"
|
|
272
|
-
},
|
|
273
|
-
{
|
|
274
|
-
"author": "beachball",
|
|
275
|
-
"package": "just-scripts",
|
|
276
|
-
"comment": "Bump just-task to v1.8.0",
|
|
277
|
-
"commit": "not available"
|
|
278
|
-
}
|
|
279
|
-
],
|
|
280
|
-
"none": [
|
|
281
|
-
{
|
|
282
|
-
"author": "elcraig@microsoft.com",
|
|
283
|
-
"package": "just-scripts",
|
|
284
|
-
"commit": "06eaab127501104e008ace0c34bd8dfb6d0d2a51",
|
|
285
|
-
"comment": "Unpin dev deps"
|
|
286
|
-
}
|
|
287
|
-
]
|
|
288
|
-
}
|
|
289
|
-
},
|
|
290
|
-
{
|
|
291
|
-
"date": "Sat, 19 Aug 2023 08:01:49 GMT",
|
|
292
|
-
"tag": "just-scripts_v2.2.0",
|
|
293
|
-
"version": "2.2.0",
|
|
294
|
-
"comments": {
|
|
295
|
-
"minor": [
|
|
296
|
-
{
|
|
297
|
-
"author": "kyleehrlich@microsoft.com",
|
|
298
|
-
"package": "just-scripts",
|
|
299
|
-
"commit": "0636501549595ebeb1228df9f5cebcbac6c00b18",
|
|
300
|
-
"comment": "Add quiet option to eslint task"
|
|
301
|
-
}
|
|
302
|
-
]
|
|
303
|
-
}
|
|
304
|
-
},
|
|
305
|
-
{
|
|
306
|
-
"date": "Fri, 10 Mar 2023 08:01:53 GMT",
|
|
307
|
-
"tag": "just-scripts_v2.1.3",
|
|
308
|
-
"version": "2.1.3",
|
|
309
|
-
"comments": {
|
|
310
|
-
"patch": [
|
|
311
|
-
{
|
|
312
|
-
"author": "elcraig@microsoft.com",
|
|
313
|
-
"package": "just-scripts",
|
|
314
|
-
"commit": "8484242cfb5e360a8de6ac4a1190b5d488034be8",
|
|
315
|
-
"comment": "Update readmes and homepage links"
|
|
316
|
-
},
|
|
317
|
-
{
|
|
318
|
-
"author": "rlanda@microsoft.com",
|
|
319
|
-
"package": "just-scripts",
|
|
320
|
-
"commit": "77dab724dfe9e042887caa13e8f2a7e66e33b570",
|
|
321
|
-
"comment": "Include onCompile in filtered out object keys for webpack task"
|
|
322
|
-
},
|
|
323
|
-
{
|
|
324
|
-
"author": "beachball",
|
|
325
|
-
"package": "just-scripts",
|
|
326
|
-
"comment": "Bump just-task to v1.7.2",
|
|
327
|
-
"commit": "c774d7a88862a888570c814357efc911ce8ac2ee"
|
|
328
|
-
}
|
|
329
|
-
]
|
|
330
|
-
}
|
|
331
|
-
},
|
|
332
|
-
{
|
|
333
|
-
"date": "Thu, 09 Mar 2023 08:02:10 GMT",
|
|
334
|
-
"tag": "just-scripts_v2.1.2",
|
|
335
|
-
"version": "2.1.2",
|
|
336
|
-
"comments": {
|
|
337
|
-
"none": [
|
|
338
|
-
{
|
|
339
|
-
"author": "elcraig@microsoft.com",
|
|
340
|
-
"package": "just-scripts",
|
|
341
|
-
"commit": "8d487af7c6de3abe574921f3c408e0eeb922867e",
|
|
342
|
-
"comment": "Remove unused dev dep"
|
|
343
|
-
}
|
|
344
|
-
],
|
|
345
|
-
"patch": [
|
|
346
|
-
{
|
|
347
|
-
"author": "beachball",
|
|
348
|
-
"package": "just-scripts",
|
|
349
|
-
"comment": "Bump just-scripts-utils to v2.0.0",
|
|
350
|
-
"commit": "77dab724dfe9e042887caa13e8f2a7e66e33b570"
|
|
351
|
-
},
|
|
352
|
-
{
|
|
353
|
-
"author": "beachball",
|
|
354
|
-
"package": "just-scripts",
|
|
355
|
-
"comment": "Bump just-task to v1.7.1",
|
|
356
|
-
"commit": "77dab724dfe9e042887caa13e8f2a7e66e33b570"
|
|
357
|
-
}
|
|
358
|
-
]
|
|
359
|
-
}
|
|
360
|
-
},
|
|
361
|
-
{
|
|
362
|
-
"date": "Thu, 09 Mar 2023 05:44:11 GMT",
|
|
363
|
-
"tag": "just-scripts_v2.1.1",
|
|
364
|
-
"version": "2.1.1",
|
|
365
|
-
"comments": {
|
|
366
|
-
"patch": [
|
|
367
|
-
{
|
|
368
|
-
"author": "beachball",
|
|
369
|
-
"package": "just-scripts",
|
|
370
|
-
"comment": "Bump just-scripts-utils to v1.2.1",
|
|
371
|
-
"commit": "b85a978f31cbda6e61635389255190046089ce35"
|
|
372
|
-
}
|
|
373
|
-
]
|
|
374
|
-
}
|
|
375
|
-
},
|
|
376
|
-
{
|
|
377
|
-
"date": "Fri, 17 Feb 2023 23:04:40 GMT",
|
|
378
|
-
"tag": "just-scripts_v2.1.0",
|
|
379
|
-
"version": "2.1.0",
|
|
380
|
-
"comments": {
|
|
381
|
-
"none": [
|
|
382
|
-
{
|
|
383
|
-
"author": "email not defined",
|
|
384
|
-
"package": "just-scripts",
|
|
385
|
-
"commit": "db5d23d8fce67da62801311c83ff7c9036b21547",
|
|
386
|
-
"comment": "Update devDependency @types/tar to v6.1.4"
|
|
387
|
-
}
|
|
388
|
-
]
|
|
389
|
-
}
|
|
390
|
-
},
|
|
391
|
-
{
|
|
392
|
-
"date": "Fri, 16 Dec 2022 08:02:09 GMT",
|
|
393
|
-
"tag": "just-scripts_v2.1.0",
|
|
394
|
-
"version": "2.1.0",
|
|
395
|
-
"comments": {
|
|
396
|
-
"none": [
|
|
397
|
-
{
|
|
398
|
-
"author": "email not defined",
|
|
399
|
-
"package": "just-scripts",
|
|
400
|
-
"commit": "7130869cff3e99722dcfad1823ae31611e7662bd",
|
|
401
|
-
"comment": "Update @types devDependencies"
|
|
402
|
-
}
|
|
403
|
-
]
|
|
404
|
-
}
|
|
405
|
-
},
|
|
406
|
-
{
|
|
407
|
-
"date": "Sat, 19 Nov 2022 08:02:12 GMT",
|
|
408
|
-
"tag": "just-scripts_v2.1.0",
|
|
409
|
-
"version": "2.1.0",
|
|
410
|
-
"comments": {
|
|
411
|
-
"none": [
|
|
412
|
-
{
|
|
413
|
-
"author": "elcraig@microsoft.com",
|
|
414
|
-
"package": "just-scripts",
|
|
415
|
-
"commit": "a1d4ca0f23c165cffc4c673c7a098c60401922c9",
|
|
416
|
-
"comment": "Hoist widely-used devDependencies"
|
|
417
|
-
}
|
|
418
|
-
]
|
|
419
|
-
}
|
|
420
|
-
},
|
|
421
|
-
{
|
|
422
|
-
"date": "Fri, 18 Nov 2022 22:40:12 GMT",
|
|
423
|
-
"tag": "just-scripts_v2.1.0",
|
|
424
|
-
"version": "2.1.0",
|
|
425
|
-
"comments": {
|
|
426
|
-
"minor": [
|
|
427
|
-
{
|
|
428
|
-
"author": "elcraig@microsoft.com",
|
|
429
|
-
"package": "just-scripts",
|
|
430
|
-
"commit": "85d42c8a7e89413ee51b4fe9f731ad0e869addcd",
|
|
431
|
-
"comment": "Require Node 14"
|
|
432
|
-
},
|
|
433
|
-
{
|
|
434
|
-
"author": "beachball",
|
|
435
|
-
"package": "just-scripts",
|
|
436
|
-
"comment": "Bump just-scripts-utils to v1.2.0",
|
|
437
|
-
"commit": "cccdde9738e63849969dc75300ff98d8f3fa9ffc"
|
|
438
|
-
},
|
|
439
|
-
{
|
|
440
|
-
"author": "beachball",
|
|
441
|
-
"package": "just-scripts",
|
|
442
|
-
"comment": "Bump just-task to v1.7.0",
|
|
443
|
-
"commit": "cccdde9738e63849969dc75300ff98d8f3fa9ffc"
|
|
444
|
-
}
|
|
445
|
-
]
|
|
446
|
-
}
|
|
447
|
-
},
|
|
448
|
-
{
|
|
449
|
-
"date": "Sat, 22 Oct 2022 08:02:18 GMT",
|
|
450
|
-
"tag": "just-scripts_v2.0.5",
|
|
451
|
-
"version": "2.0.5",
|
|
452
|
-
"comments": {
|
|
453
|
-
"none": [
|
|
454
|
-
{
|
|
455
|
-
"author": "email not defined",
|
|
456
|
-
"package": "just-scripts",
|
|
457
|
-
"commit": "23a35623df3f507929dceef44eedeb1a219670c8",
|
|
458
|
-
"comment": "Update @types devDependencies"
|
|
459
|
-
}
|
|
460
|
-
]
|
|
461
|
-
}
|
|
462
|
-
},
|
|
463
|
-
{
|
|
464
|
-
"date": "Fri, 30 Sep 2022 08:05:55 GMT",
|
|
465
|
-
"tag": "just-scripts_v2.0.5",
|
|
466
|
-
"version": "2.0.5",
|
|
467
|
-
"comments": {
|
|
468
|
-
"none": [
|
|
469
|
-
{
|
|
470
|
-
"author": "email not defined",
|
|
471
|
-
"package": "just-scripts",
|
|
472
|
-
"commit": "713b2a4514bc0b682b773f93749db41d02149723",
|
|
473
|
-
"comment": "Update devDependency @types/tar to v6.1.3"
|
|
474
|
-
}
|
|
475
|
-
]
|
|
476
|
-
}
|
|
477
|
-
},
|
|
478
|
-
{
|
|
479
|
-
"date": "Tue, 20 Sep 2022 08:02:10 GMT",
|
|
480
|
-
"tag": "just-scripts_v2.0.5",
|
|
481
|
-
"version": "2.0.5",
|
|
482
|
-
"comments": {
|
|
483
|
-
"none": [
|
|
484
|
-
{
|
|
485
|
-
"author": "email not defined",
|
|
486
|
-
"package": "just-scripts",
|
|
487
|
-
"commit": "9d5f6001e0a663a677952c1479eb4eae9ae409d9",
|
|
488
|
-
"comment": "Update devDependency @types/supports-color to v8"
|
|
489
|
-
}
|
|
490
|
-
]
|
|
491
|
-
}
|
|
492
|
-
},
|
|
493
|
-
{
|
|
494
|
-
"date": "Fri, 16 Sep 2022 08:02:22 GMT",
|
|
495
|
-
"tag": "just-scripts_v2.0.5",
|
|
496
|
-
"version": "2.0.5",
|
|
497
|
-
"comments": {
|
|
498
|
-
"patch": [
|
|
499
|
-
{
|
|
500
|
-
"author": "beachball",
|
|
501
|
-
"package": "just-scripts",
|
|
502
|
-
"comment": "Bump just-task to v1.6.1",
|
|
503
|
-
"commit": "635ab3e96b3724eed7d7fd35177d3ca1bf4a2fbf"
|
|
504
|
-
}
|
|
505
|
-
]
|
|
506
|
-
}
|
|
507
|
-
},
|
|
508
|
-
{
|
|
509
|
-
"date": "Sat, 10 Sep 2022 08:02:45 GMT",
|
|
510
|
-
"tag": "just-scripts_v2.0.4",
|
|
511
|
-
"version": "2.0.4",
|
|
512
|
-
"comments": {
|
|
513
|
-
"none": [
|
|
514
|
-
{
|
|
515
|
-
"author": "email not defined",
|
|
516
|
-
"package": "just-scripts",
|
|
517
|
-
"commit": "d2e870d10683d1809a4c11fda827aa5c3acb99b0",
|
|
518
|
-
"comment": "Update devDependency @types/tar to v6"
|
|
519
|
-
},
|
|
520
|
-
{
|
|
521
|
-
"author": "email not defined",
|
|
522
|
-
"package": "just-scripts",
|
|
523
|
-
"commit": "583787b31f417c4a094e28e4807572dae754e9da",
|
|
524
|
-
"comment": "Update devDependency async-done to v2"
|
|
525
|
-
},
|
|
526
|
-
{
|
|
527
|
-
"author": "renovate@whitesourcesoftware.com",
|
|
528
|
-
"package": "just-scripts",
|
|
529
|
-
"commit": "a0b21703c4b4330b1c885261c11486cb786eac0e",
|
|
530
|
-
"comment": "Update devDependency @types/fs-extra to v9"
|
|
531
|
-
}
|
|
532
|
-
],
|
|
533
|
-
"patch": [
|
|
534
|
-
{
|
|
535
|
-
"author": "email not defined",
|
|
536
|
-
"package": "just-scripts",
|
|
537
|
-
"commit": "0760a3c3afe3b93c501fb2cf9f0ffdf6ff995f2d",
|
|
538
|
-
"comment": "Update dependency fs-extra to v10"
|
|
539
|
-
},
|
|
540
|
-
{
|
|
541
|
-
"author": "beachball",
|
|
542
|
-
"package": "just-scripts",
|
|
543
|
-
"comment": "Bump just-scripts-utils to v1.1.7",
|
|
544
|
-
"commit": "c30a5f8ac1ec28b5906cd62201914c85cca3527b"
|
|
545
|
-
},
|
|
546
|
-
{
|
|
547
|
-
"author": "beachball",
|
|
548
|
-
"package": "just-scripts",
|
|
549
|
-
"comment": "Bump just-task to v1.6.0",
|
|
550
|
-
"commit": "c30a5f8ac1ec28b5906cd62201914c85cca3527b"
|
|
551
|
-
}
|
|
552
|
-
]
|
|
553
|
-
}
|
|
554
|
-
},
|
|
555
|
-
{
|
|
556
|
-
"date": "Sat, 10 Sep 2022 00:19:03 GMT",
|
|
557
|
-
"tag": "just-scripts_v2.0.3",
|
|
558
|
-
"version": "2.0.3",
|
|
559
|
-
"comments": {
|
|
560
|
-
"patch": [
|
|
561
|
-
{
|
|
562
|
-
"author": "elcraig@microsoft.com",
|
|
563
|
-
"package": "just-scripts",
|
|
564
|
-
"commit": "9fd466eb0c24ae5f5fed3381acfe229e74cc1bde",
|
|
565
|
-
"comment": "Specify Node 12+ engines requirement"
|
|
566
|
-
},
|
|
567
|
-
{
|
|
568
|
-
"author": "beachball",
|
|
569
|
-
"package": "just-scripts",
|
|
570
|
-
"comment": "Bump just-scripts-utils to v1.1.6",
|
|
571
|
-
"commit": "9fd466eb0c24ae5f5fed3381acfe229e74cc1bde"
|
|
572
|
-
},
|
|
573
|
-
{
|
|
574
|
-
"author": "beachball",
|
|
575
|
-
"package": "just-scripts",
|
|
576
|
-
"comment": "Bump just-task to v1.5.1",
|
|
577
|
-
"commit": "9fd466eb0c24ae5f5fed3381acfe229e74cc1bde"
|
|
578
|
-
}
|
|
579
|
-
]
|
|
580
|
-
}
|
|
581
|
-
},
|
|
582
|
-
{
|
|
583
|
-
"date": "Fri, 09 Sep 2022 08:02:06 GMT",
|
|
584
|
-
"tag": "just-scripts_v2.0.2",
|
|
585
|
-
"version": "2.0.2",
|
|
586
|
-
"comments": {
|
|
587
|
-
"none": [
|
|
588
|
-
{
|
|
589
|
-
"author": "email not defined",
|
|
590
|
-
"package": "just-scripts",
|
|
591
|
-
"commit": "c08c46745a95efabab5dbfc0f216d2e3b94ae03f",
|
|
592
|
-
"comment": "Update devDependency mock-fs to v4.14.0"
|
|
593
|
-
},
|
|
594
|
-
{
|
|
595
|
-
"author": "elcraig@microsoft.com",
|
|
596
|
-
"package": "just-scripts",
|
|
597
|
-
"commit": "9e1d1962e81b119d818514b3e8dd03be8d5e051e",
|
|
598
|
-
"comment": "Run prettier on all files"
|
|
599
|
-
}
|
|
600
|
-
]
|
|
601
|
-
}
|
|
602
|
-
},
|
|
603
|
-
{
|
|
604
|
-
"date": "Fri, 09 Sep 2022 01:49:38 GMT",
|
|
605
|
-
"tag": "just-scripts_v2.0.2",
|
|
606
|
-
"version": "2.0.2",
|
|
607
|
-
"comments": {
|
|
608
|
-
"none": [
|
|
609
|
-
{
|
|
610
|
-
"author": "email not defined",
|
|
611
|
-
"package": "just-scripts",
|
|
612
|
-
"commit": "e90115f7a4ff31238ace951091bbce71f8031550",
|
|
613
|
-
"comment": "Pin devDependency jest-cli to v26.6.3"
|
|
614
|
-
},
|
|
615
|
-
{
|
|
616
|
-
"author": "email not defined",
|
|
617
|
-
"package": "just-scripts",
|
|
618
|
-
"commit": "a88704b4f1f046e1440c0944145a8045273904c3",
|
|
619
|
-
"comment": "Update devDependency @types/node to v12"
|
|
620
|
-
},
|
|
621
|
-
{
|
|
622
|
-
"author": "email not defined",
|
|
623
|
-
"package": "just-scripts",
|
|
624
|
-
"commit": "f080946c01915c3cff7445928b2697729fc2e93d",
|
|
625
|
-
"comment": "Update @types packages"
|
|
626
|
-
}
|
|
627
|
-
]
|
|
628
|
-
}
|
|
629
|
-
},
|
|
630
|
-
{
|
|
631
|
-
"date": "Fri, 09 Sep 2022 00:10:40 GMT",
|
|
632
|
-
"tag": "just-scripts_v2.0.2",
|
|
633
|
-
"version": "2.0.2",
|
|
634
|
-
"comments": {
|
|
635
|
-
"none": [
|
|
636
|
-
{
|
|
637
|
-
"author": "renovate@whitesourcesoftware.com",
|
|
638
|
-
"package": "just-scripts",
|
|
639
|
-
"commit": "3c53024cf02a739c5cdc9f37db64020d190ad916",
|
|
640
|
-
"comment": "Bump just-scripts to v2.0.2"
|
|
641
|
-
}
|
|
642
|
-
]
|
|
643
|
-
}
|
|
644
|
-
},
|
|
645
|
-
{
|
|
646
|
-
"date": "Fri, 09 Sep 2022 00:10:23 GMT",
|
|
647
|
-
"tag": "just-scripts_v2.0.2",
|
|
648
|
-
"version": "2.0.2",
|
|
649
|
-
"comments": {
|
|
650
|
-
"none": [
|
|
651
|
-
{
|
|
652
|
-
"author": "email not defined",
|
|
653
|
-
"package": "just-scripts",
|
|
654
|
-
"comment": "Update devDependency @types/fs-extra to v8.1.2",
|
|
655
|
-
"commit": "ac702fe1b1b115a243f418fea2821729e38eb3ec"
|
|
656
|
-
},
|
|
657
|
-
{
|
|
658
|
-
"author": "email not defined",
|
|
659
|
-
"package": "just-scripts",
|
|
660
|
-
"commit": "ac702fe1b1b115a243f418fea2821729e38eb3ec",
|
|
661
|
-
"comment": "Bump just-scripts to v2.0.2"
|
|
662
|
-
}
|
|
663
|
-
]
|
|
664
|
-
}
|
|
665
|
-
},
|
|
666
|
-
{
|
|
667
|
-
"date": "Fri, 09 Sep 2022 00:04:18 GMT",
|
|
668
|
-
"tag": "just-scripts_v2.0.2",
|
|
669
|
-
"version": "2.0.2",
|
|
670
|
-
"comments": {
|
|
671
|
-
"patch": [
|
|
672
|
-
{
|
|
673
|
-
"author": "email not defined",
|
|
674
|
-
"package": "just-scripts",
|
|
675
|
-
"comment": "Move @types/node to devDependencies",
|
|
676
|
-
"commit": "0dca4fef66c833623c3b923f426ee44d6887c5fe"
|
|
677
|
-
},
|
|
678
|
-
{
|
|
679
|
-
"author": "email not defined",
|
|
680
|
-
"package": "just-scripts",
|
|
681
|
-
"commit": "0dca4fef66c833623c3b923f426ee44d6887c5fe",
|
|
682
|
-
"comment": "Bump just-scripts to v2.0.2"
|
|
683
|
-
}
|
|
684
|
-
]
|
|
685
|
-
}
|
|
686
|
-
},
|
|
687
|
-
{
|
|
688
|
-
"date": "Thu, 18 Aug 2022 16:10:31 GMT",
|
|
689
|
-
"tag": "just-scripts_v2.0.1",
|
|
690
|
-
"version": "2.0.1",
|
|
691
|
-
"comments": {
|
|
692
|
-
"patch": [
|
|
693
|
-
{
|
|
694
|
-
"author": "1581488+christiango@users.noreply.github.com",
|
|
695
|
-
"package": "just-scripts",
|
|
696
|
-
"comment": "Add more configuration options for the eslint task",
|
|
697
|
-
"commit": "70ec9554f55db0c96fd0b89dd61a2f205936e029"
|
|
698
|
-
}
|
|
699
|
-
]
|
|
700
|
-
}
|
|
701
|
-
},
|
|
702
|
-
{
|
|
703
|
-
"date": "Mon, 16 May 2022 20:50:34 GMT",
|
|
704
|
-
"tag": "just-scripts_v2.0.0",
|
|
705
|
-
"version": "2.0.0",
|
|
706
|
-
"comments": {
|
|
707
|
-
"major": [
|
|
708
|
-
{
|
|
709
|
-
"author": "benw@microsoft.com",
|
|
710
|
-
"package": "just-scripts",
|
|
711
|
-
"comment": "Add support for symlink creation in the copy task",
|
|
712
|
-
"commit": "02e45b2c092548c4ac43e142aaa510a7ad95ec49"
|
|
713
|
-
}
|
|
714
|
-
]
|
|
715
|
-
}
|
|
716
|
-
},
|
|
717
|
-
{
|
|
718
|
-
"date": "Tue, 05 Apr 2022 20:55:43 GMT",
|
|
719
|
-
"tag": "just-scripts_v1.8.2",
|
|
720
|
-
"version": "1.8.2",
|
|
721
|
-
"comments": {
|
|
722
|
-
"patch": [
|
|
723
|
-
{
|
|
724
|
-
"author": "tristan.watanabe@gmail.com",
|
|
725
|
-
"package": "just-scripts",
|
|
726
|
-
"comment": "Add support for dart-sass",
|
|
727
|
-
"commit": "365c671c3228d59c8861fe249cc132e4b51faf57"
|
|
728
|
-
}
|
|
729
|
-
]
|
|
730
|
-
}
|
|
731
|
-
},
|
|
732
|
-
{
|
|
733
|
-
"date": "Thu, 31 Mar 2022 17:04:30 GMT",
|
|
734
|
-
"tag": "just-scripts_v1.8.1",
|
|
735
|
-
"version": "1.8.1",
|
|
736
|
-
"comments": {
|
|
737
|
-
"patch": [
|
|
738
|
-
{
|
|
739
|
-
"author": "dzearing@microsoft.com",
|
|
740
|
-
"package": "just-scripts",
|
|
741
|
-
"commit": "0c2e911432d9c09a7b3396d40c811260d84749ac",
|
|
742
|
-
"comment": "Bump just-scripts to v1.8.1"
|
|
743
|
-
}
|
|
744
|
-
]
|
|
745
|
-
}
|
|
746
|
-
},
|
|
747
|
-
{
|
|
748
|
-
"date": "Mon, 07 Feb 2022 19:43:53 GMT",
|
|
749
|
-
"tag": "just-scripts_v1.8.0",
|
|
750
|
-
"version": "1.8.0",
|
|
751
|
-
"comments": {
|
|
752
|
-
"minor": [
|
|
753
|
-
{
|
|
754
|
-
"author": "dzearing@microsoft.com",
|
|
755
|
-
"package": "just-scripts",
|
|
756
|
-
"comment": "Api extractor task now respects projectFolder option if provided.",
|
|
757
|
-
"commit": "93108b8e6f1032c912b383d356a19a528874d9e1"
|
|
758
|
-
}
|
|
759
|
-
]
|
|
760
|
-
}
|
|
761
|
-
},
|
|
762
|
-
{
|
|
763
|
-
"date": "Mon, 07 Feb 2022 17:05:34 GMT",
|
|
764
|
-
"tag": "just-scripts_v1.7.0",
|
|
765
|
-
"version": "1.7.0",
|
|
766
|
-
"comments": {
|
|
767
|
-
"minor": [
|
|
768
|
-
{
|
|
769
|
-
"author": "dzearing@microsoft.com",
|
|
770
|
-
"package": "just-scripts",
|
|
771
|
-
"comment": "Adding rootDir option to jest task.",
|
|
772
|
-
"commit": "8e7ba24884d089f69daf80a3396b3e4c3108421c"
|
|
773
|
-
}
|
|
774
|
-
]
|
|
775
|
-
}
|
|
776
|
-
},
|
|
777
|
-
{
|
|
778
|
-
"date": "Thu, 27 Jan 2022 23:06:07 GMT",
|
|
779
|
-
"tag": "just-scripts_v1.6.2",
|
|
780
|
-
"version": "1.6.2",
|
|
781
|
-
"comments": {
|
|
782
|
-
"patch": [
|
|
783
|
-
{
|
|
784
|
-
"author": "elcraig@microsoft.com",
|
|
785
|
-
"package": "just-scripts",
|
|
786
|
-
"commit": "61ff9720d4347a4d050615472eb658c8ade55573",
|
|
787
|
-
"comment": "Bump just-scripts to v1.6.2"
|
|
788
|
-
}
|
|
789
|
-
]
|
|
790
|
-
}
|
|
791
|
-
},
|
|
792
|
-
{
|
|
793
|
-
"date": "Tue, 14 Dec 2021 18:46:49 GMT",
|
|
794
|
-
"tag": "just-scripts_v1.6.1",
|
|
795
|
-
"version": "1.6.1",
|
|
796
|
-
"comments": {
|
|
797
|
-
"patch": [
|
|
798
|
-
{
|
|
799
|
-
"author": "elcraig@microsoft.com",
|
|
800
|
-
"package": "just-scripts",
|
|
801
|
-
"comment": "jest: don't include positional args twice",
|
|
802
|
-
"commit": "f1c5a8d53353d3991c51902bb84cd99fa6ce32de"
|
|
803
|
-
}
|
|
804
|
-
]
|
|
805
|
-
}
|
|
806
|
-
},
|
|
807
|
-
{
|
|
808
|
-
"date": "Mon, 13 Dec 2021 23:44:49 GMT",
|
|
809
|
-
"tag": "just-scripts_v1.6.0",
|
|
810
|
-
"version": "1.6.0",
|
|
811
|
-
"comments": {
|
|
812
|
-
"minor": [
|
|
813
|
-
{
|
|
814
|
-
"author": "elcraig@microsoft.com",
|
|
815
|
-
"package": "just-scripts",
|
|
816
|
-
"comment": "Add option to modify API Extractor config before executing",
|
|
817
|
-
"commit": "9516c2f691ace70bfc1f12c863238295764a63e8"
|
|
818
|
-
}
|
|
819
|
-
]
|
|
820
|
-
}
|
|
821
|
-
},
|
|
822
|
-
{
|
|
823
|
-
"date": "Fri, 10 Sep 2021 23:58:46 GMT",
|
|
824
|
-
"tag": "just-scripts_v1.5.8",
|
|
825
|
-
"version": "1.5.8",
|
|
826
|
-
"comments": {
|
|
827
|
-
"patch": [
|
|
828
|
-
{
|
|
829
|
-
"author": "kchau@microsoft.com",
|
|
830
|
-
"package": "just-scripts",
|
|
831
|
-
"commit": "c08ccdcce333d655504263efd18f7fc5e82da534",
|
|
832
|
-
"comment": "Bump just-scripts to v1.5.8"
|
|
833
|
-
}
|
|
834
|
-
]
|
|
835
|
-
}
|
|
836
|
-
},
|
|
837
|
-
{
|
|
838
|
-
"date": "Wed, 04 Aug 2021 17:43:24 GMT",
|
|
839
|
-
"tag": "just-scripts_v1.5.7",
|
|
840
|
-
"version": "1.5.7",
|
|
841
|
-
"comments": {
|
|
842
|
-
"patch": [
|
|
843
|
-
{
|
|
844
|
-
"comment": "Bump just-scripts-utils to v1.1.4",
|
|
845
|
-
"author": "not specified",
|
|
846
|
-
"commit": "10aa4fa4fa3f05e4cd7f963d130c131026241bc2",
|
|
847
|
-
"package": "just-scripts"
|
|
848
|
-
}
|
|
849
|
-
]
|
|
850
|
-
}
|
|
851
|
-
},
|
|
852
|
-
{
|
|
853
|
-
"date": "Tue, 13 Jul 2021 21:45:44 GMT",
|
|
854
|
-
"tag": "just-scripts_v1.5.6",
|
|
855
|
-
"version": "1.5.6",
|
|
856
|
-
"comments": {
|
|
857
|
-
"patch": [
|
|
858
|
-
{
|
|
859
|
-
"comment": "add semver to just-scripts",
|
|
860
|
-
"author": "jcreamer@microsoft.com",
|
|
861
|
-
"commit": "4b51a5157a16803f0a783107625fde85ba4ab585",
|
|
862
|
-
"package": "just-scripts"
|
|
863
|
-
}
|
|
864
|
-
]
|
|
865
|
-
}
|
|
866
|
-
},
|
|
867
|
-
{
|
|
868
|
-
"date": "Tue, 13 Jul 2021 17:19:50 GMT",
|
|
869
|
-
"tag": "just-scripts_v1.5.5",
|
|
870
|
-
"version": "1.5.5",
|
|
871
|
-
"comments": {
|
|
872
|
-
"patch": [
|
|
873
|
-
{
|
|
874
|
-
"comment": "Bump just-scripts-utils to v1.1.3",
|
|
875
|
-
"author": "iancra@microsoft.com",
|
|
876
|
-
"commit": "9a06e82c44800efb1eab26b0614c9a3136889dee",
|
|
877
|
-
"package": "just-scripts"
|
|
878
|
-
}
|
|
879
|
-
]
|
|
880
|
-
}
|
|
881
|
-
},
|
|
882
|
-
{
|
|
883
|
-
"date": "Thu, 15 Apr 2021 19:00:12 GMT",
|
|
884
|
-
"tag": "just-scripts_v1.5.4",
|
|
885
|
-
"version": "1.5.4",
|
|
886
|
-
"comments": {
|
|
887
|
-
"patch": [
|
|
888
|
-
{
|
|
889
|
-
"comment": "Bump just-task to v1.4.1",
|
|
890
|
-
"author": "kchau@microsoft.com",
|
|
891
|
-
"commit": "52359d26690342474ce9e224f6bc2dfb94766089",
|
|
892
|
-
"package": "just-scripts"
|
|
893
|
-
}
|
|
894
|
-
]
|
|
895
|
-
}
|
|
896
|
-
},
|
|
897
|
-
{
|
|
898
|
-
"date": "Fri, 02 Apr 2021 23:21:50 GMT",
|
|
899
|
-
"tag": "just-scripts_v1.5.3",
|
|
900
|
-
"version": "1.5.3",
|
|
901
|
-
"comments": {
|
|
902
|
-
"patch": [
|
|
903
|
-
{
|
|
904
|
-
"comment": "Bump just-task to v1.4.0",
|
|
905
|
-
"author": "kchau@microsoft.com",
|
|
906
|
-
"commit": "8fac73c94a541d7f9b6420fbd97d3bbd1d3073a9",
|
|
907
|
-
"package": "just-scripts"
|
|
908
|
-
}
|
|
909
|
-
]
|
|
910
|
-
}
|
|
911
|
-
},
|
|
912
|
-
{
|
|
913
|
-
"date": "Mon, 22 Mar 2021 20:50:50 GMT",
|
|
914
|
-
"tag": "just-scripts_v1.5.2",
|
|
915
|
-
"version": "1.5.2",
|
|
916
|
-
"comments": {
|
|
917
|
-
"patch": [
|
|
918
|
-
{
|
|
919
|
-
"comment": "esbuild to resolve from cwd first then resolved paths",
|
|
920
|
-
"author": "kchau@microsoft.com",
|
|
921
|
-
"commit": "dd8edc9126459a9be616b9c59bf4be34bd7ff56c",
|
|
922
|
-
"package": "just-scripts"
|
|
923
|
-
}
|
|
924
|
-
]
|
|
925
|
-
}
|
|
926
|
-
},
|
|
927
|
-
{
|
|
928
|
-
"date": "Mon, 22 Mar 2021 20:32:55 GMT",
|
|
929
|
-
"tag": "just-scripts_v1.5.1",
|
|
930
|
-
"version": "1.5.1",
|
|
931
|
-
"comments": {
|
|
932
|
-
"patch": [
|
|
933
|
-
{
|
|
934
|
-
"comment": "adds esbuildTask to public API",
|
|
935
|
-
"author": "kchau@microsoft.com",
|
|
936
|
-
"commit": "d1f4505a3f1f7ebb5eac45a508b12dac7fd35870",
|
|
937
|
-
"package": "just-scripts"
|
|
938
|
-
}
|
|
939
|
-
]
|
|
940
|
-
}
|
|
941
|
-
},
|
|
942
|
-
{
|
|
943
|
-
"date": "Mon, 22 Mar 2021 19:48:18 GMT",
|
|
944
|
-
"tag": "just-scripts_v1.5.0",
|
|
945
|
-
"version": "1.5.0",
|
|
946
|
-
"comments": {
|
|
947
|
-
"minor": [
|
|
948
|
-
{
|
|
949
|
-
"comment": "adding esbuild to just-scripts",
|
|
950
|
-
"author": "kchau@microsoft.com",
|
|
951
|
-
"commit": "d683f2c65cd7b0e4f47047e4d414c945f8315f18",
|
|
952
|
-
"package": "just-scripts"
|
|
953
|
-
}
|
|
954
|
-
]
|
|
955
|
-
}
|
|
956
|
-
},
|
|
957
|
-
{
|
|
958
|
-
"date": "Sat, 20 Mar 2021 00:45:10 GMT",
|
|
959
|
-
"tag": "just-scripts_v1.4.2",
|
|
960
|
-
"version": "1.4.2",
|
|
961
|
-
"comments": {
|
|
962
|
-
"patch": [
|
|
963
|
-
{
|
|
964
|
-
"comment": "Bump just-task to v1.3.0",
|
|
965
|
-
"author": "kchau@microsoft.com",
|
|
966
|
-
"commit": "a349bef58a8f3316ce20c4acf6bc0189485c7e60",
|
|
967
|
-
"package": "just-scripts"
|
|
968
|
-
}
|
|
969
|
-
]
|
|
970
|
-
}
|
|
971
|
-
},
|
|
972
|
-
{
|
|
973
|
-
"date": "Thu, 18 Feb 2021 18:52:18 GMT",
|
|
974
|
-
"tag": "just-scripts_v1.4.1",
|
|
975
|
-
"version": "1.4.1",
|
|
976
|
-
"comments": {
|
|
977
|
-
"patch": [
|
|
978
|
-
{
|
|
979
|
-
"comment": "Add support for jest config in package.json.",
|
|
980
|
-
"author": "afoxman@microsoft.com",
|
|
981
|
-
"commit": "b4f7eb7b850cca4c3229c0569a24d437be90c455",
|
|
982
|
-
"package": "just-scripts"
|
|
983
|
-
}
|
|
984
|
-
]
|
|
985
|
-
}
|
|
986
|
-
},
|
|
987
|
-
{
|
|
988
|
-
"date": "Sat, 13 Feb 2021 01:45:18 GMT",
|
|
989
|
-
"tag": "just-scripts_v1.4.0",
|
|
990
|
-
"version": "1.4.0",
|
|
991
|
-
"comments": {
|
|
992
|
-
"minor": [
|
|
993
|
-
{
|
|
994
|
-
"comment": "Add silent option to jest task to match Jest CLI --silent",
|
|
995
|
-
"author": "iancra@microsoft.com",
|
|
996
|
-
"commit": "d9bba660039a4e554fac185711db25a423b2b7a4",
|
|
997
|
-
"package": "just-scripts"
|
|
998
|
-
}
|
|
999
|
-
]
|
|
1000
|
-
}
|
|
1001
|
-
},
|
|
1002
|
-
{
|
|
1003
|
-
"date": "Tue, 09 Feb 2021 03:08:41 GMT",
|
|
1004
|
-
"tag": "just-scripts_v1.3.3",
|
|
1005
|
-
"version": "1.3.3",
|
|
1006
|
-
"comments": {
|
|
1007
|
-
"patch": [
|
|
1008
|
-
{
|
|
1009
|
-
"comment": "Bump just-scripts-utils to v1.1.2",
|
|
1010
|
-
"author": "dannyvv@microsoft.com",
|
|
1011
|
-
"commit": "a26e07ee6d0625f223a986e417f35f30b739437c",
|
|
1012
|
-
"package": "just-scripts"
|
|
1013
|
-
}
|
|
1014
|
-
]
|
|
1015
|
-
}
|
|
1016
|
-
},
|
|
1017
|
-
{
|
|
1018
|
-
"date": "Tue, 26 Jan 2021 23:51:57 GMT",
|
|
1019
|
-
"tag": "just-scripts_v1.3.2",
|
|
1020
|
-
"version": "1.3.2",
|
|
1021
|
-
"comments": {
|
|
1022
|
-
"patch": [
|
|
1023
|
-
{
|
|
1024
|
-
"comment": "Bump just-task to v1.2.0",
|
|
1025
|
-
"author": "dannyvv@microsoft.com",
|
|
1026
|
-
"commit": "ce9494517b0cbfa53a8abd4af38ae8f5df8559a2",
|
|
1027
|
-
"package": "just-scripts"
|
|
1028
|
-
}
|
|
1029
|
-
]
|
|
1030
|
-
}
|
|
1031
|
-
},
|
|
1032
|
-
{
|
|
1033
|
-
"date": "Mon, 25 Jan 2021 19:00:29 GMT",
|
|
1034
|
-
"tag": "just-scripts_v1.3.1",
|
|
1035
|
-
"version": "1.3.1",
|
|
1036
|
-
"comments": {
|
|
1037
|
-
"none": [
|
|
1038
|
-
{
|
|
1039
|
-
"comment": "fix lint error",
|
|
1040
|
-
"author": "elcraig@microsoft.com",
|
|
1041
|
-
"commit": "7a1e890c1fc333f93a7d79bd1de2ac8af1c54eae",
|
|
1042
|
-
"package": "just-scripts"
|
|
1043
|
-
}
|
|
1044
|
-
]
|
|
1045
|
-
}
|
|
1046
|
-
},
|
|
1047
|
-
{
|
|
1048
|
-
"date": "Thu, 14 Jan 2021 20:55:06 GMT",
|
|
1049
|
-
"tag": "just-scripts_v1.3.1",
|
|
1050
|
-
"version": "1.3.1",
|
|
1051
|
-
"comments": {
|
|
1052
|
-
"patch": [
|
|
1053
|
-
{
|
|
1054
|
-
"comment": "fixing release pipeline and the empty lib folder",
|
|
1055
|
-
"author": "kchau@microsoft.com",
|
|
1056
|
-
"commit": "dd4f1b0db3fb6ce3769ed38ebf410bcc6d4da567",
|
|
1057
|
-
"package": "just-scripts"
|
|
1058
|
-
}
|
|
1059
|
-
]
|
|
1060
|
-
}
|
|
1061
|
-
},
|
|
1062
|
-
{
|
|
1063
|
-
"date": "Wed, 13 Jan 2021 23:22:52 GMT",
|
|
1064
|
-
"tag": "just-scripts_v1.3.0",
|
|
1065
|
-
"version": "1.3.0",
|
|
1066
|
-
"comments": {
|
|
1067
|
-
"minor": [
|
|
1068
|
-
{
|
|
1069
|
-
"comment": "making webpackDevServerTask work with newer webpack-cli versions; webpack config are picked up more naturally like webpack-cli",
|
|
1070
|
-
"author": "kchau@microsoft.com",
|
|
1071
|
-
"commit": "836d241ba88ca1c7c5a4cfce52ccc0b2f4a8527d",
|
|
1072
|
-
"package": "just-scripts"
|
|
1073
|
-
},
|
|
1074
|
-
{
|
|
1075
|
-
"comment": "Update typescript and other dependencies",
|
|
1076
|
-
"author": "elcraig@microsoft.com",
|
|
1077
|
-
"commit": "560caa2639b064a15764d7b5b58b64b620b59c35",
|
|
1078
|
-
"package": "just-scripts"
|
|
1079
|
-
}
|
|
1080
|
-
],
|
|
1081
|
-
"patch": [
|
|
1082
|
-
{
|
|
1083
|
-
"comment": "Bump just-scripts-utils to v1.1.0",
|
|
1084
|
-
"author": "elcraig@microsoft.com",
|
|
1085
|
-
"commit": "560caa2639b064a15764d7b5b58b64b620b59c35",
|
|
1086
|
-
"package": "just-scripts"
|
|
1087
|
-
},
|
|
1088
|
-
{
|
|
1089
|
-
"comment": "Bump just-task to v1.1.0",
|
|
1090
|
-
"author": "elcraig@microsoft.com",
|
|
1091
|
-
"commit": "560caa2639b064a15764d7b5b58b64b620b59c35",
|
|
1092
|
-
"package": "just-scripts"
|
|
1093
|
-
}
|
|
1094
|
-
]
|
|
1095
|
-
}
|
|
1096
|
-
},
|
|
1097
|
-
{
|
|
1098
|
-
"date": "Mon, 09 Nov 2020 22:25:49 GMT",
|
|
1099
|
-
"tag": "just-scripts_v1.2.6",
|
|
1100
|
-
"version": "1.2.6",
|
|
1101
|
-
"comments": {
|
|
1102
|
-
"patch": [
|
|
1103
|
-
{
|
|
1104
|
-
"comment": "Use just-script-utils version of spawn in order to properly forward OOMs.",
|
|
1105
|
-
"author": "jagore@microsoft.com",
|
|
1106
|
-
"commit": "3534cab3494e1f88fdf47823c035bbe107a58b06",
|
|
1107
|
-
"package": "just-scripts"
|
|
1108
|
-
}
|
|
1109
|
-
]
|
|
1110
|
-
}
|
|
1111
|
-
},
|
|
1112
|
-
{
|
|
1113
|
-
"date": "Mon, 02 Nov 2020 16:26:27 GMT",
|
|
1114
|
-
"tag": "just-scripts_v1.2.3",
|
|
1115
|
-
"version": "1.2.3",
|
|
1116
|
-
"comments": {
|
|
1117
|
-
"patch": [
|
|
1118
|
-
{
|
|
1119
|
-
"comment": "Publish src folder",
|
|
1120
|
-
"author": "1581488+christiango@users.noreply.github.com",
|
|
1121
|
-
"commit": "b5b171c31a995398d4bd6cbb0aa3ff2cf559afc3",
|
|
1122
|
-
"package": "just-scripts"
|
|
1123
|
-
}
|
|
1124
|
-
]
|
|
1125
|
-
}
|
|
1126
|
-
},
|
|
1127
|
-
{
|
|
1128
|
-
"date": "Tue, 27 Oct 2020 22:47:26 GMT",
|
|
1129
|
-
"tag": "just-scripts_v1.2.2",
|
|
1130
|
-
"version": "1.2.2",
|
|
1131
|
-
"comments": {
|
|
1132
|
-
"patch": [
|
|
1133
|
-
{
|
|
1134
|
-
"comment": "Error if explicit webpack config path does not exist",
|
|
1135
|
-
"author": "iancra@microsoft.com",
|
|
1136
|
-
"commit": "e49ea357b567c89226680cb272e4c8322cb091ca",
|
|
1137
|
-
"package": "just-scripts"
|
|
1138
|
-
}
|
|
1139
|
-
]
|
|
1140
|
-
}
|
|
1141
|
-
},
|
|
1142
|
-
{
|
|
1143
|
-
"date": "Thu, 22 Oct 2020 16:37:05 GMT",
|
|
1144
|
-
"tag": "just-scripts_v1.2.1",
|
|
1145
|
-
"version": "1.2.1",
|
|
1146
|
-
"comments": {
|
|
1147
|
-
"patch": [
|
|
1148
|
-
{
|
|
1149
|
-
"comment": "Do not crash reporting errors in Webpack 5",
|
|
1150
|
-
"author": "1581488+christiango@users.noreply.github.com",
|
|
1151
|
-
"commit": "4e977b7ccccda83ab4bde31550c5f8aca4b3f910",
|
|
1152
|
-
"package": "just-scripts"
|
|
1153
|
-
}
|
|
1154
|
-
]
|
|
1155
|
-
}
|
|
1156
|
-
},
|
|
1157
|
-
{
|
|
1158
|
-
"date": "Fri, 09 Oct 2020 21:11:51 GMT",
|
|
1159
|
-
"tag": "just-scripts_v1.2.0",
|
|
1160
|
-
"version": "1.2.0",
|
|
1161
|
-
"comments": {
|
|
1162
|
-
"minor": [
|
|
1163
|
-
{
|
|
1164
|
-
"comment": "adds a new nodeExecTask that optionally supports ts-node",
|
|
1165
|
-
"author": "kchau@microsoft.com",
|
|
1166
|
-
"commit": "3ae62a0e8f7d0cda59fd8cf584496745c2a1a9ea",
|
|
1167
|
-
"package": "just-scripts"
|
|
1168
|
-
}
|
|
1169
|
-
]
|
|
1170
|
-
}
|
|
1171
|
-
},
|
|
1172
|
-
{
|
|
1173
|
-
"date": "Thu, 08 Oct 2020 21:11:16 GMT",
|
|
1174
|
-
"tag": "just-scripts_v1.1.0",
|
|
1175
|
-
"version": "1.1.0",
|
|
1176
|
-
"comments": {
|
|
1177
|
-
"minor": [
|
|
1178
|
-
{
|
|
1179
|
-
"comment": "enable typescript in webpack",
|
|
1180
|
-
"author": "kchau@microsoft.com",
|
|
1181
|
-
"commit": "a60d5ae903243b615af5e4f759e34390cb7371e3",
|
|
1182
|
-
"package": "just-scripts"
|
|
1183
|
-
}
|
|
1184
|
-
]
|
|
1185
|
-
}
|
|
1186
|
-
},
|
|
1187
|
-
{
|
|
1188
|
-
"date": "Tue, 06 Oct 2020 23:06:25 GMT",
|
|
1189
|
-
"tag": "just-scripts_v1.0.0",
|
|
1190
|
-
"version": "1.0.0",
|
|
1191
|
-
"comments": {
|
|
1192
|
-
"patch": [
|
|
1193
|
-
{
|
|
1194
|
-
"comment": "Remove implicit SDI usage",
|
|
1195
|
-
"author": "darthtrevino@gmail.com",
|
|
1196
|
-
"commit": "2301badd04f2581b262ff7ec304f612c717efc8c",
|
|
1197
|
-
"package": "just-scripts"
|
|
1198
|
-
}
|
|
1199
|
-
],
|
|
1200
|
-
"major": [
|
|
1201
|
-
{
|
|
1202
|
-
"comment": "removed just-stack-*",
|
|
1203
|
-
"author": "kchau@microsoft.com",
|
|
1204
|
-
"commit": "7f6c1c32d5715a33b2a8be066796e941b4d9558b",
|
|
1205
|
-
"package": "just-scripts"
|
|
1206
|
-
}
|
|
1207
|
-
]
|
|
1208
|
-
}
|
|
1209
|
-
},
|
|
1210
|
-
{
|
|
1211
|
-
"date": "Thu, 24 Sep 2020 21:26:58 GMT",
|
|
1212
|
-
"tag": "just-scripts_v0.44.7",
|
|
1213
|
-
"version": "0.44.7",
|
|
1214
|
-
"comments": {
|
|
1215
|
-
"patch": [
|
|
1216
|
-
{
|
|
1217
|
-
"author": "kchau@microsoft.com",
|
|
1218
|
-
"commit": "041c8e253af2b93cb16263b6ffc37e16b8a26884",
|
|
1219
|
-
"package": "just-scripts"
|
|
1220
|
-
}
|
|
1221
|
-
]
|
|
1222
|
-
}
|
|
1223
|
-
},
|
|
1224
|
-
{
|
|
1225
|
-
"date": "Tue, 22 Sep 2020 23:11:37 GMT",
|
|
1226
|
-
"tag": "just-scripts_v0.44.6",
|
|
1227
|
-
"version": "0.44.6",
|
|
1228
|
-
"comments": {
|
|
1229
|
-
"patch": [
|
|
1230
|
-
{
|
|
1231
|
-
"comment": "making just-scripts the most screaming fast thing",
|
|
1232
|
-
"author": "kchau@microsoft.com",
|
|
1233
|
-
"commit": "ced544d1ca61468a6fc577eb3daecb8274f5550d",
|
|
1234
|
-
"package": "just-scripts"
|
|
1235
|
-
}
|
|
1236
|
-
]
|
|
1237
|
-
}
|
|
1238
|
-
},
|
|
1239
|
-
{
|
|
1240
|
-
"date": "Wed, 16 Sep 2020 00:18:39 GMT",
|
|
1241
|
-
"tag": "just-scripts_v0.44.5",
|
|
1242
|
-
"version": "0.44.5",
|
|
1243
|
-
"comments": {
|
|
1244
|
-
"patch": [
|
|
1245
|
-
{
|
|
1246
|
-
"comment": "API extractor task: create destination directory if it doesn't exist",
|
|
1247
|
-
"author": "elcraig@microsoft.com",
|
|
1248
|
-
"commit": "a828a58f5e392376321cc0a766f75f1959780a86",
|
|
1249
|
-
"package": "just-scripts"
|
|
1250
|
-
}
|
|
1251
|
-
]
|
|
1252
|
-
}
|
|
1253
|
-
},
|
|
1254
|
-
{
|
|
1255
|
-
"date": "Mon, 10 Aug 2020 19:39:57 GMT",
|
|
1256
|
-
"tag": "just-scripts_v0.44.4",
|
|
1257
|
-
"version": "0.44.4",
|
|
1258
|
-
"comments": {
|
|
1259
|
-
"patch": [
|
|
1260
|
-
{
|
|
1261
|
-
"comment": "Don't overwrite options._ in jestTask",
|
|
1262
|
-
"author": "1581488+christiango@users.noreply.github.com",
|
|
1263
|
-
"commit": "56dcd7a757004f6917644fb7f41461078aa158fe",
|
|
1264
|
-
"package": "just-scripts"
|
|
1265
|
-
}
|
|
1266
|
-
]
|
|
1267
|
-
}
|
|
1268
|
-
},
|
|
1269
|
-
{
|
|
1270
|
-
"date": "Mon, 10 Aug 2020 19:24:56 GMT",
|
|
1271
|
-
"tag": "just-scripts_v0.44.3",
|
|
1272
|
-
"version": "0.44.3",
|
|
1273
|
-
"comments": {
|
|
1274
|
-
"patch": [
|
|
1275
|
-
{
|
|
1276
|
-
"comment": "Add support for --clearCache to jest task",
|
|
1277
|
-
"author": "1581488+christiango@users.noreply.github.com",
|
|
1278
|
-
"commit": "cfcbb9bca286d83bdea655f667fe5ebfebeeff3f",
|
|
1279
|
-
"package": "just-scripts"
|
|
1280
|
-
}
|
|
1281
|
-
]
|
|
1282
|
-
}
|
|
1283
|
-
},
|
|
1284
|
-
{
|
|
1285
|
-
"date": "Mon, 03 Aug 2020 16:59:40 GMT",
|
|
1286
|
-
"tag": "just-scripts_v0.44.2",
|
|
1287
|
-
"version": "0.44.2",
|
|
1288
|
-
"comments": {
|
|
1289
|
-
"patch": [
|
|
1290
|
-
{
|
|
1291
|
-
"comment": "Remove 'npm-registry-fetch' dependency",
|
|
1292
|
-
"author": "rezha@microsoft.com",
|
|
1293
|
-
"commit": "9ae4262d57a2956d3c3943e5f7844460c7019269",
|
|
1294
|
-
"package": "just-scripts"
|
|
1295
|
-
}
|
|
1296
|
-
]
|
|
1297
|
-
}
|
|
1298
|
-
},
|
|
1299
|
-
{
|
|
1300
|
-
"date": "Wed, 15 Jul 2020 00:35:09 GMT",
|
|
1301
|
-
"tag": "just-scripts_v0.44.1",
|
|
1302
|
-
"version": "0.44.1",
|
|
1303
|
-
"comments": {
|
|
1304
|
-
"patch": [
|
|
1305
|
-
{
|
|
1306
|
-
"comment": "ESLint task: Setting Timing value to environment variable.",
|
|
1307
|
-
"author": "vipati@microsoft.com",
|
|
1308
|
-
"commit": "6e86cac5cf029b814e25d6d97678e8ea75a238f8",
|
|
1309
|
-
"package": "just-scripts"
|
|
1310
|
-
}
|
|
1311
|
-
]
|
|
1312
|
-
}
|
|
1313
|
-
},
|
|
1314
|
-
{
|
|
1315
|
-
"date": "Mon, 06 Jul 2020 19:35:46 GMT",
|
|
1316
|
-
"tag": "just-scripts_v0.44.0",
|
|
1317
|
-
"version": "0.44.0",
|
|
1318
|
-
"comments": {
|
|
1319
|
-
"minor": [
|
|
1320
|
-
{
|
|
1321
|
-
"comment": "Export spawn util.",
|
|
1322
|
-
"author": "jagore@microsoft.com",
|
|
1323
|
-
"commit": "b5a83c708ba670ba27753a0ad15cfb6cc39630b9",
|
|
1324
|
-
"package": "just-scripts"
|
|
1325
|
-
}
|
|
1326
|
-
]
|
|
1327
|
-
}
|
|
1328
|
-
},
|
|
1329
|
-
{
|
|
1330
|
-
"date": "Wed, 17 Jun 2020 20:52:36 GMT",
|
|
1331
|
-
"tag": "just-scripts_v0.43.4",
|
|
1332
|
-
"version": "0.43.4",
|
|
1333
|
-
"comments": {
|
|
1334
|
-
"patch": [
|
|
1335
|
-
{
|
|
1336
|
-
"comment": "Add unit tests for copy task.",
|
|
1337
|
-
"author": "jagore@microsoft.com",
|
|
1338
|
-
"commit": "5775b68e2060339d0a521178dc6b13639a2b0225",
|
|
1339
|
-
"package": "just-scripts"
|
|
1340
|
-
}
|
|
1341
|
-
]
|
|
1342
|
-
}
|
|
1343
|
-
},
|
|
1344
|
-
{
|
|
1345
|
-
"date": "Thu, 04 Jun 2020 22:56:59 GMT",
|
|
1346
|
-
"tag": "just-scripts_v0.43.2",
|
|
1347
|
-
"version": "0.43.2",
|
|
1348
|
-
"comments": {
|
|
1349
|
-
"patch": [
|
|
1350
|
-
{
|
|
1351
|
-
"comment": "adding nodeArgs arg to tscTask",
|
|
1352
|
-
"author": "kchau@microsoft.com",
|
|
1353
|
-
"commit": "b8dbbb9e965235bd736897efa6081211fd503061",
|
|
1354
|
-
"package": "just-scripts"
|
|
1355
|
-
}
|
|
1356
|
-
]
|
|
1357
|
-
}
|
|
1358
|
-
},
|
|
1359
|
-
{
|
|
1360
|
-
"date": "Thu, 04 Jun 2020 22:11:04 GMT",
|
|
1361
|
-
"tag": "just-scripts_v0.43.1",
|
|
1362
|
-
"version": "0.43.1",
|
|
1363
|
-
"comments": {
|
|
1364
|
-
"patch": [
|
|
1365
|
-
{
|
|
1366
|
-
"comment": "Replacing cssnano with postcss-clean, which is more reliable.",
|
|
1367
|
-
"author": "dzearing@microsoft.com",
|
|
1368
|
-
"commit": "cf8b0b6a10094cb758f3fff3e055dce5e4419fc9",
|
|
1369
|
-
"package": "just-scripts"
|
|
1370
|
-
}
|
|
1371
|
-
]
|
|
1372
|
-
}
|
|
1373
|
-
},
|
|
1374
|
-
{
|
|
1375
|
-
"date": "Tue, 02 Jun 2020 20:33:23 GMT",
|
|
1376
|
-
"tag": "just-scripts_v0.43.0",
|
|
1377
|
-
"version": "0.43.0",
|
|
1378
|
-
"comments": {
|
|
1379
|
-
"minor": [
|
|
1380
|
-
{
|
|
1381
|
-
"comment": "eslint task: fix config resolution and add options",
|
|
1382
|
-
"author": "elcraig@microsoft.com",
|
|
1383
|
-
"commit": "1b6923634240502651343c37b4b14891a0f3fa3d",
|
|
1384
|
-
"package": "just-scripts"
|
|
1385
|
-
}
|
|
1386
|
-
]
|
|
1387
|
-
}
|
|
1388
|
-
},
|
|
1389
|
-
{
|
|
1390
|
-
"date": "Mon, 01 Jun 2020 23:29:27 GMT",
|
|
1391
|
-
"tag": "just-scripts_v0.42.0",
|
|
1392
|
-
"version": "0.42.0",
|
|
1393
|
-
"comments": {
|
|
1394
|
-
"minor": [
|
|
1395
|
-
{
|
|
1396
|
-
"comment": "Removing sass warnings about missing plugins.",
|
|
1397
|
-
"author": "dzearing@microsoft.com",
|
|
1398
|
-
"commit": "a4833e99a82b985f5396466121091b1f430befdd",
|
|
1399
|
-
"package": "just-scripts"
|
|
1400
|
-
},
|
|
1401
|
-
{
|
|
1402
|
-
"comment": "Use updated options to autoprefixer",
|
|
1403
|
-
"author": "jdh@microsoft.com",
|
|
1404
|
-
"commit": "3540b9b51b8bd6b95fe061fa31db7fed875243f7",
|
|
1405
|
-
"package": "just-scripts"
|
|
1406
|
-
}
|
|
1407
|
-
]
|
|
1408
|
-
}
|
|
1409
|
-
},
|
|
1410
|
-
{
|
|
1411
|
-
"date": "Mon, 11 May 2020 20:26:03 GMT",
|
|
1412
|
-
"tag": "just-scripts_v0.41.0",
|
|
1413
|
-
"version": "0.41.0",
|
|
1414
|
-
"comments": {
|
|
1415
|
-
"minor": [
|
|
1416
|
-
{
|
|
1417
|
-
"comment": "Adding directional support to sass pipeline.",
|
|
1418
|
-
"author": "dzearing@microsoft.com",
|
|
1419
|
-
"commit": "a4833e99a82b985f5396466121091b1f430befdd",
|
|
1420
|
-
"package": "just-scripts"
|
|
1421
|
-
}
|
|
1422
|
-
]
|
|
1423
|
-
}
|
|
1424
|
-
},
|
|
1425
|
-
{
|
|
1426
|
-
"date": "Mon, 27 Apr 2020 18:15:47 GMT",
|
|
1427
|
-
"tag": "just-scripts_v0.40.0",
|
|
1428
|
-
"version": "0.40.0",
|
|
1429
|
-
"comments": {
|
|
1430
|
-
"minor": [
|
|
1431
|
-
{
|
|
1432
|
-
"comment": "Pretty print webpack stats on error instead of printing JSON",
|
|
1433
|
-
"author": "email not defined",
|
|
1434
|
-
"commit": "5dc44be50047aa57a8fb9fe7f92443aeb4f88107",
|
|
1435
|
-
"package": "just-scripts"
|
|
1436
|
-
},
|
|
1437
|
-
{
|
|
1438
|
-
"comment": "Fix args passed to webpack.config.js function to match webpack spec",
|
|
1439
|
-
"author": "email not defined",
|
|
1440
|
-
"commit": "b8cfa1ff498131e03069aaa317a6581159922f2d",
|
|
1441
|
-
"package": "just-scripts"
|
|
1442
|
-
},
|
|
1443
|
-
{
|
|
1444
|
-
"comment": "webpackDevServerTask passes through webpackCliArgs to webpack-dev-server",
|
|
1445
|
-
"author": "iancra@microsoft.com",
|
|
1446
|
-
"commit": "65d6fc26cc549d419d0cac42ba91679666a408ad",
|
|
1447
|
-
"package": "just-scripts"
|
|
1448
|
-
}
|
|
1449
|
-
],
|
|
1450
|
-
"patch": [
|
|
1451
|
-
{
|
|
1452
|
-
"comment": "bumping just-task dependency",
|
|
1453
|
-
"author": "kchau@microsoft.com",
|
|
1454
|
-
"commit": "b713a6d8a60f4541f5ad773ae29e98b4cab45a5f",
|
|
1455
|
-
"package": "just-scripts"
|
|
1456
|
-
},
|
|
1457
|
-
{
|
|
1458
|
-
"comment": "Fix API Extractor types",
|
|
1459
|
-
"author": "elcraig@microsoft.com",
|
|
1460
|
-
"commit": "09e94ec56c0b27339e0bc0a11bae0ce4f257585b",
|
|
1461
|
-
"package": "just-scripts"
|
|
1462
|
-
}
|
|
1463
|
-
]
|
|
1464
|
-
}
|
|
1465
|
-
},
|
|
1466
|
-
{
|
|
1467
|
-
"date": "Fri, 24 Apr 2020 17:42:34 GMT",
|
|
1468
|
-
"tag": "just-scripts_v0.39.0",
|
|
1469
|
-
"version": "0.39.0",
|
|
1470
|
-
"comments": {
|
|
1471
|
-
"minor": [
|
|
1472
|
-
{
|
|
1473
|
-
"comment": "Add 'noOpen' flag to tell webpack not to open browser page.",
|
|
1474
|
-
"author": "kinhln@microsoft.com",
|
|
1475
|
-
"commit": "104906e172e8379fd8e14f3b13cacd635eaaeb5f"
|
|
1476
|
-
}
|
|
1477
|
-
]
|
|
1478
|
-
}
|
|
1479
|
-
},
|
|
1480
|
-
{
|
|
1481
|
-
"date": "Mon, 13 Apr 2020 15:57:30 GMT",
|
|
1482
|
-
"tag": "just-scripts_v0.38.0",
|
|
1483
|
-
"version": "0.38.0",
|
|
1484
|
-
"comments": {
|
|
1485
|
-
"minor": [
|
|
1486
|
-
{
|
|
1487
|
-
"comment": "Make API Extractor task accept all API Extractor options, and deprecate fixNewlines. Add shared Jest reporter.",
|
|
1488
|
-
"author": "elcraig@microsoft.com",
|
|
1489
|
-
"commit": "91c6179993b4cc25076b8511b4d5d4726cd402d4"
|
|
1490
|
-
}
|
|
1491
|
-
]
|
|
1492
|
-
}
|
|
1493
|
-
},
|
|
1494
|
-
{
|
|
1495
|
-
"date": "Fri, 10 Apr 2020 20:34:02 GMT",
|
|
1496
|
-
"tag": "just-scripts_v0.37.2",
|
|
1497
|
-
"version": "0.37.2",
|
|
1498
|
-
"comments": {
|
|
1499
|
-
"patch": [
|
|
1500
|
-
{
|
|
1501
|
-
"comment": "Jest now can take a positional arg to run a certain test pattern",
|
|
1502
|
-
"author": "kchau@microsoft.com",
|
|
1503
|
-
"commit": "565e98494de5bae050cdc04365dee0a0aef638d8"
|
|
1504
|
-
}
|
|
1505
|
-
]
|
|
1506
|
-
}
|
|
1507
|
-
},
|
|
1508
|
-
{
|
|
1509
|
-
"date": "Tue, 07 Apr 2020 17:35:38 GMT",
|
|
1510
|
-
"tag": "just-scripts_v0.37.1",
|
|
1511
|
-
"version": "0.37.1",
|
|
1512
|
-
"comments": {
|
|
1513
|
-
"patch": [
|
|
1514
|
-
{
|
|
1515
|
-
"comment": "another take on tar task using tar-fs instead because it can actually handle large amounts of data",
|
|
1516
|
-
"author": "kchau@microsoft.com",
|
|
1517
|
-
"commit": "b5c1b57062e97a6780c5c30d27f81e9c5298bedf"
|
|
1518
|
-
}
|
|
1519
|
-
]
|
|
1520
|
-
}
|
|
1521
|
-
},
|
|
1522
|
-
{
|
|
1523
|
-
"date": "Mon, 06 Apr 2020 21:43:56 GMT",
|
|
1524
|
-
"tag": "just-scripts_v0.37.0",
|
|
1525
|
-
"version": "0.37.0",
|
|
1526
|
-
"comments": {
|
|
1527
|
-
"minor": [
|
|
1528
|
-
{
|
|
1529
|
-
"comment": "Adds a new set of tar create and extract tasks",
|
|
1530
|
-
"author": "kchau@microsoft.com",
|
|
1531
|
-
"commit": "d8c91d78ed4337dbb8a592f388e382a8dd3628a2"
|
|
1532
|
-
}
|
|
1533
|
-
]
|
|
1534
|
-
}
|
|
1535
|
-
},
|
|
1536
|
-
{
|
|
1537
|
-
"date": "Wed, 13 Nov 2019 19:42:46 GMT",
|
|
1538
|
-
"tag": "just-scripts_v0.36.1",
|
|
1539
|
-
"version": "0.36.1",
|
|
1540
|
-
"comments": {
|
|
1541
|
-
"patch": [
|
|
1542
|
-
{
|
|
1543
|
-
"comment": "adding options to turn off colors",
|
|
1544
|
-
"author": "kchau@microsoft.com",
|
|
1545
|
-
"commit": "6bef9ddc217da5484e4dd0e29cb42903081fa45a"
|
|
1546
|
-
}
|
|
1547
|
-
]
|
|
1548
|
-
}
|
|
1549
|
-
},
|
|
1550
|
-
{
|
|
1551
|
-
"date": "Mon, 11 Nov 2019 21:09:42 GMT",
|
|
1552
|
-
"tag": "just-scripts_v0.36.0",
|
|
1553
|
-
"version": "0.36.0",
|
|
1554
|
-
"comments": {
|
|
1555
|
-
"minor": [
|
|
1556
|
-
{
|
|
1557
|
-
"comment": "api-extractor task: add callback to access ExtractorResult, add typings, improve logic",
|
|
1558
|
-
"author": "elcraig@microsoft.com",
|
|
1559
|
-
"commit": "e61ad577a23ef0b5c600def216e0101cc5ecb6a2"
|
|
1560
|
-
}
|
|
1561
|
-
]
|
|
1562
|
-
}
|
|
1563
|
-
},
|
|
1564
|
-
{
|
|
1565
|
-
"date": "Thu, 07 Nov 2019 04:07:08 GMT",
|
|
1566
|
-
"tag": "just-scripts_v0.35.0",
|
|
1567
|
-
"version": "0.35.0",
|
|
1568
|
-
"comments": {
|
|
1569
|
-
"minor": [
|
|
1570
|
-
{
|
|
1571
|
-
"comment": "adding environment variable support for jestTask",
|
|
1572
|
-
"author": "kchau@microsoft.com",
|
|
1573
|
-
"commit": "4103cf008ce832c8551cd0bf11d4ae08db5c297c"
|
|
1574
|
-
}
|
|
1575
|
-
]
|
|
1576
|
-
}
|
|
1577
|
-
},
|
|
1578
|
-
{
|
|
1579
|
-
"date": "Mon, 04 Nov 2019 20:25:32 GMT",
|
|
1580
|
-
"tag": "just-scripts_v0.34.1",
|
|
1581
|
-
"version": "0.34.1",
|
|
1582
|
-
"comments": {
|
|
1583
|
-
"patch": [
|
|
1584
|
-
{
|
|
1585
|
-
"comment": "get rid of force exit for jest task as it masks the real test problems",
|
|
1586
|
-
"author": "kchau@microsoft.com",
|
|
1587
|
-
"commit": "542764b6ea6562c36a4e0890ac920f6597ebf7f2"
|
|
1588
|
-
}
|
|
1589
|
-
]
|
|
1590
|
-
}
|
|
1591
|
-
},
|
|
1592
|
-
{
|
|
1593
|
-
"date": "Thu, 31 Oct 2019 21:15:50 GMT",
|
|
1594
|
-
"tag": "just-scripts_v0.34.0",
|
|
1595
|
-
"version": "0.34.0",
|
|
1596
|
-
"comments": {
|
|
1597
|
-
"minor": [
|
|
1598
|
-
{
|
|
1599
|
-
"comment": "adds a plain old webpack-cli task",
|
|
1600
|
-
"author": "kchau@microsoft.com",
|
|
1601
|
-
"commit": "5cff5c789291cba91aeb85bcb12755c4028f8567"
|
|
1602
|
-
}
|
|
1603
|
-
]
|
|
1604
|
-
}
|
|
1605
|
-
},
|
|
1606
|
-
{
|
|
1607
|
-
"date": "Wed, 23 Oct 2019 15:48:00 GMT",
|
|
1608
|
-
"tag": "just-scripts_v0.33.0",
|
|
1609
|
-
"version": "0.33.0",
|
|
1610
|
-
"comments": {
|
|
1611
|
-
"minor": [
|
|
1612
|
-
{
|
|
1613
|
-
"comment": "Add a \"project\" option to the tslint task",
|
|
1614
|
-
"author": "matthias.klass@gmail.com",
|
|
1615
|
-
"commit": "701baa709fe5bb0716800a597b8b5e78b3a0806e"
|
|
1616
|
-
}
|
|
1617
|
-
]
|
|
1618
|
-
}
|
|
1619
|
-
},
|
|
1620
|
-
{
|
|
1621
|
-
"date": "Fri, 18 Oct 2019 22:08:36 GMT",
|
|
1622
|
-
"tag": "just-scripts_v0.32.1",
|
|
1623
|
-
"version": "0.32.1",
|
|
1624
|
-
"comments": {
|
|
1625
|
-
"patch": [
|
|
1626
|
-
{
|
|
1627
|
-
"comment": "bump just-task",
|
|
1628
|
-
"author": "kchau@microsoft.com",
|
|
1629
|
-
"commit": "2221e316d26c402d4bf51f83780fdeee5407e558"
|
|
1630
|
-
}
|
|
1631
|
-
]
|
|
1632
|
-
}
|
|
1633
|
-
},
|
|
1634
|
-
{
|
|
1635
|
-
"date": "Fri, 18 Oct 2019 20:08:37 GMT",
|
|
1636
|
-
"tag": "just-scripts_v0.32.0",
|
|
1637
|
-
"version": "0.32.0",
|
|
1638
|
-
"comments": {
|
|
1639
|
-
"minor": [
|
|
1640
|
-
{
|
|
1641
|
-
"comment": "bumps just-task dependency",
|
|
1642
|
-
"author": "kchau@microsoft.com",
|
|
1643
|
-
"commit": "4ef262043b5096f42b4dac8d5fec1ebd401d242c"
|
|
1644
|
-
}
|
|
1645
|
-
]
|
|
1646
|
-
}
|
|
1647
|
-
},
|
|
1648
|
-
{
|
|
1649
|
-
"date": "Fri, 27 Sep 2019 23:36:14 GMT",
|
|
1650
|
-
"tag": "just-scripts_v0.31.1",
|
|
1651
|
-
"version": "0.31.1",
|
|
1652
|
-
"comments": {
|
|
1653
|
-
"patch": [
|
|
1654
|
-
{
|
|
1655
|
-
"comment": "fixes tsoverlay checkeroption to be empty",
|
|
1656
|
-
"author": "odbuild@microsoft.com",
|
|
1657
|
-
"commit": "ed1df82eafbed9f7576f00665dd6705a32064dcf"
|
|
1658
|
-
}
|
|
1659
|
-
]
|
|
1660
|
-
}
|
|
1661
|
-
},
|
|
1662
|
-
{
|
|
1663
|
-
"date": "Fri, 27 Sep 2019 17:06:38 GMT",
|
|
1664
|
-
"tag": "just-scripts_v0.31.0",
|
|
1665
|
-
"version": "0.31.0",
|
|
1666
|
-
"comments": {
|
|
1667
|
-
"minor": [
|
|
1668
|
-
{
|
|
1669
|
-
"comment": "adding loaderoptions for tsoverlay",
|
|
1670
|
-
"author": "odbuild@microsoft.com",
|
|
1671
|
-
"commit": "bcb1f45b53956000e9fe03e6eff84c1f27d9375a"
|
|
1672
|
-
}
|
|
1673
|
-
]
|
|
1674
|
-
}
|
|
1675
|
-
},
|
|
1676
|
-
{
|
|
1677
|
-
"date": "Fri, 27 Sep 2019 16:10:48 GMT",
|
|
1678
|
-
"tag": "just-scripts_v0.30.0",
|
|
1679
|
-
"version": "0.30.0",
|
|
1680
|
-
"comments": {
|
|
1681
|
-
"minor": [
|
|
1682
|
-
{
|
|
1683
|
-
"comment": "Add option to fix API report file newlines",
|
|
1684
|
-
"author": "elcraig@microsoft.com",
|
|
1685
|
-
"commit": "e79daebd09eb7f8f39622cade3d2bd38b0b593f0"
|
|
1686
|
-
}
|
|
1687
|
-
]
|
|
1688
|
-
}
|
|
1689
|
-
},
|
|
1690
|
-
{
|
|
1691
|
-
"date": "Tue, 17 Sep 2019 19:23:34 GMT",
|
|
1692
|
-
"tag": "just-scripts_v0.29.0",
|
|
1693
|
-
"version": "0.29.0",
|
|
1694
|
-
"comments": {
|
|
1695
|
-
"minor": [
|
|
1696
|
-
{
|
|
1697
|
-
"comment": "feat: added webpack-cli tasks init, more to come",
|
|
1698
|
-
"author": "anik220798@gmail.com",
|
|
1699
|
-
"commit": "912936dffcb2680426283c8f2a1560a957fb5f0c"
|
|
1700
|
-
}
|
|
1701
|
-
]
|
|
1702
|
-
}
|
|
1703
|
-
},
|
|
1704
|
-
{
|
|
1705
|
-
"date": "Mon, 16 Sep 2019 23:39:13 GMT",
|
|
1706
|
-
"tag": "just-scripts_v0.28.3",
|
|
1707
|
-
"version": "0.28.3",
|
|
1708
|
-
"comments": {
|
|
1709
|
-
"patch": [
|
|
1710
|
-
{
|
|
1711
|
-
"comment": "fixes styleoverlay",
|
|
1712
|
-
"author": "kchau@microsoft.com",
|
|
1713
|
-
"commit": "9b93e3942e2aff9ae8693b8964d8319fcc2ae335"
|
|
1714
|
-
}
|
|
1715
|
-
]
|
|
1716
|
-
}
|
|
1717
|
-
},
|
|
1718
|
-
{
|
|
1719
|
-
"date": "Mon, 26 Aug 2019 17:08:08 GMT",
|
|
1720
|
-
"tag": "just-scripts_v0.28.2",
|
|
1721
|
-
"version": "0.28.2",
|
|
1722
|
-
"comments": {
|
|
1723
|
-
"patch": [
|
|
1724
|
-
{
|
|
1725
|
-
"comment": "adds a forceexit flag to make sure timeouts don't hang the runner",
|
|
1726
|
-
"author": "kchau@microsoft.com",
|
|
1727
|
-
"commit": "1eaa0fd3bacc82c58d85dd02c53f3af5aa70eb79"
|
|
1728
|
-
}
|
|
1729
|
-
]
|
|
1730
|
-
}
|
|
1731
|
-
},
|
|
1732
|
-
{
|
|
1733
|
-
"date": "Wed, 14 Aug 2019 18:36:20 GMT",
|
|
1734
|
-
"tag": "just-scripts_v0.28.1",
|
|
1735
|
-
"version": "0.28.1",
|
|
1736
|
-
"comments": {
|
|
1737
|
-
"patch": [
|
|
1738
|
-
{
|
|
1739
|
-
"comment": "Update just-scripts-utils version",
|
|
1740
|
-
"author": "altinokd@microsoft.com",
|
|
1741
|
-
"commit": "8633c9ea8bde3e6239e67b3225286636898cad1b"
|
|
1742
|
-
}
|
|
1743
|
-
]
|
|
1744
|
-
}
|
|
1745
|
-
},
|
|
1746
|
-
{
|
|
1747
|
-
"date": "Wed, 07 Aug 2019 22:11:38 GMT",
|
|
1748
|
-
"tag": "just-scripts_v0.28.0",
|
|
1749
|
-
"version": "0.28.0",
|
|
1750
|
-
"comments": {
|
|
1751
|
-
"minor": [
|
|
1752
|
-
{
|
|
1753
|
-
"comment": "add resolvePluginsPath option, make it possible to set maxWarnings to 0",
|
|
1754
|
-
"author": "andrewh@microsoft.com",
|
|
1755
|
-
"commit": "986346455fe33c3ff1de70404d679cf18c60806c"
|
|
1756
|
-
}
|
|
1757
|
-
]
|
|
1758
|
-
}
|
|
1759
|
-
},
|
|
1760
|
-
{
|
|
1761
|
-
"date": "Mon, 05 Aug 2019 06:10:22 GMT",
|
|
1762
|
-
"tag": "just-scripts_v0.27.0",
|
|
1763
|
-
"version": "0.27.0",
|
|
1764
|
-
"comments": {
|
|
1765
|
-
"minor": [
|
|
1766
|
-
{
|
|
1767
|
-
"comment": "Getting rid of defunct just-stack / monorepo tasks",
|
|
1768
|
-
"author": "kchau@microsoft.com",
|
|
1769
|
-
"commit": "2ea4e433c300ed8323aaab0fcf03f927ba8ab78b"
|
|
1770
|
-
}
|
|
1771
|
-
]
|
|
1772
|
-
}
|
|
1773
|
-
},
|
|
1774
|
-
{
|
|
1775
|
-
"date": "Fri, 19 Jul 2019 22:44:26 GMT",
|
|
1776
|
-
"tag": "just-scripts_v0.26.0",
|
|
1777
|
-
"version": "0.26.0",
|
|
1778
|
-
"comments": {
|
|
1779
|
-
"minor": [
|
|
1780
|
-
{
|
|
1781
|
-
"comment": "Support string array options.",
|
|
1782
|
-
"author": "ScottHysom@users.noreply.github.com",
|
|
1783
|
-
"commit": "4632a549f0141c4574565aa546b793bc6a4faa3e"
|
|
1784
|
-
}
|
|
1785
|
-
]
|
|
1786
|
-
}
|
|
1787
|
-
},
|
|
1788
|
-
{
|
|
1789
|
-
"date": "Thu, 18 Jul 2019 18:05:47 GMT",
|
|
1790
|
-
"tag": "just-scripts_v0.25.4",
|
|
1791
|
-
"version": "0.25.4",
|
|
1792
|
-
"comments": {
|
|
1793
|
-
"patch": [
|
|
1794
|
-
{
|
|
1795
|
-
"comment": "Add unit tests for tscTask",
|
|
1796
|
-
"author": "ScottHysom@users.noreply.github.com",
|
|
1797
|
-
"commit": "f23c59e573b5330564314d3ea8dcc2230208986f"
|
|
1798
|
-
}
|
|
1799
|
-
]
|
|
1800
|
-
}
|
|
1801
|
-
},
|
|
1802
|
-
{
|
|
1803
|
-
"date": "Thu, 18 Jul 2019 17:09:22 GMT",
|
|
1804
|
-
"tag": "just-scripts_v0.25.3",
|
|
1805
|
-
"version": "0.25.3",
|
|
1806
|
-
"comments": {
|
|
1807
|
-
"patch": [
|
|
1808
|
-
{
|
|
1809
|
-
"comment": "fix: added default arguments",
|
|
1810
|
-
"author": "anik220798@gmail.com",
|
|
1811
|
-
"commit": "6f1034448f1761544d0cb88b27d31ab9654c8d22"
|
|
1812
|
-
}
|
|
1813
|
-
]
|
|
1814
|
-
}
|
|
1815
|
-
},
|
|
1816
|
-
{
|
|
1817
|
-
"date": "Wed, 10 Jul 2019 19:56:39 GMT",
|
|
1818
|
-
"tag": "just-scripts_v0.25.2",
|
|
1819
|
-
"version": "0.25.2",
|
|
1820
|
-
"comments": {
|
|
1821
|
-
"patch": [
|
|
1822
|
-
{
|
|
1823
|
-
"comment": "Only pass valid webpack options to webpack",
|
|
1824
|
-
"author": "1581488+christiango@users.noreply.github.com",
|
|
1825
|
-
"commit": "97f699d46f96b051d9ffa66e9c72f11f11a20825"
|
|
1826
|
-
}
|
|
1827
|
-
]
|
|
1828
|
-
}
|
|
1829
|
-
},
|
|
1830
|
-
{
|
|
1831
|
-
"date": "Wed, 10 Jul 2019 16:41:03 GMT",
|
|
1832
|
-
"tag": "just-scripts_v0.25.1",
|
|
1833
|
-
"version": "0.25.1",
|
|
1834
|
-
"comments": {
|
|
1835
|
-
"patch": [
|
|
1836
|
-
{
|
|
1837
|
-
"comment": "Add ability to set node args for webpack dev server",
|
|
1838
|
-
"author": "1581488+christiango@users.noreply.github.com",
|
|
1839
|
-
"commit": "b4158f2abd49e9d453a4e910f2fe4229c0f1bed3"
|
|
1840
|
-
}
|
|
1841
|
-
]
|
|
1842
|
-
}
|
|
1843
|
-
},
|
|
1844
|
-
{
|
|
1845
|
-
"date": "Fri, 05 Jul 2019 16:59:55 GMT",
|
|
1846
|
-
"tag": "just-scripts_v0.25.0",
|
|
1847
|
-
"version": "0.25.0",
|
|
1848
|
-
"comments": {
|
|
1849
|
-
"minor": [
|
|
1850
|
-
{
|
|
1851
|
-
"comment": "allow webpacktask to take in promises inside the module exports",
|
|
1852
|
-
"author": "kchau@microsoft.com",
|
|
1853
|
-
"commit": "46f75cd04ae78e4d93b392e30d9b4970bdb04217"
|
|
1854
|
-
}
|
|
1855
|
-
]
|
|
1856
|
-
}
|
|
1857
|
-
},
|
|
1858
|
-
{
|
|
1859
|
-
"version": "0.20.0",
|
|
1860
|
-
"tag": "just-scripts_v0.20.0",
|
|
1861
|
-
"date": "Sat, 01 Jun 2019 04:59:34 GMT",
|
|
1862
|
-
"comments": {
|
|
1863
|
-
"minor": [
|
|
1864
|
-
{
|
|
1865
|
-
"comment": "Upgrades api-extractor task API usage"
|
|
1866
|
-
}
|
|
1867
|
-
],
|
|
1868
|
-
"dependency": [
|
|
1869
|
-
{
|
|
1870
|
-
"comment": "Updating dependency \"just-scripts-utils\" from `>=0.8.0 <1.0.0` to `>=0.8.1 <1.0.0`"
|
|
1871
|
-
}
|
|
1872
|
-
]
|
|
1873
|
-
}
|
|
1874
|
-
},
|
|
1875
|
-
{
|
|
1876
|
-
"version": "0.19.0",
|
|
1877
|
-
"tag": "just-scripts_v0.19.0",
|
|
1878
|
-
"date": "Fri, 31 May 2019 22:15:26 GMT",
|
|
1879
|
-
"comments": {
|
|
1880
|
-
"minor": [
|
|
1881
|
-
{
|
|
1882
|
-
"comment": "updated apiextractor task"
|
|
1883
|
-
}
|
|
1884
|
-
]
|
|
1885
|
-
}
|
|
1886
|
-
},
|
|
1887
|
-
{
|
|
1888
|
-
"version": "0.18.0",
|
|
1889
|
-
"tag": "just-scripts_v0.18.0",
|
|
1890
|
-
"date": "Fri, 31 May 2019 21:15:02 GMT",
|
|
1891
|
-
"comments": {
|
|
1892
|
-
"minor": [
|
|
1893
|
-
{
|
|
1894
|
-
"comment": "adds css / style loader to webpack"
|
|
1895
|
-
}
|
|
1896
|
-
],
|
|
1897
|
-
"dependency": [
|
|
1898
|
-
{
|
|
1899
|
-
"comment": "Updating dependency \"just-scripts-utils\" from `>=0.7.3 <1.0.0` to `>=0.8.0 <1.0.0`"
|
|
1900
|
-
}
|
|
1901
|
-
]
|
|
1902
|
-
}
|
|
1903
|
-
},
|
|
1904
|
-
{
|
|
1905
|
-
"version": "0.17.0",
|
|
1906
|
-
"tag": "just-scripts_v0.17.0",
|
|
1907
|
-
"date": "Fri, 24 May 2019 17:59:43 GMT",
|
|
1908
|
-
"comments": {
|
|
1909
|
-
"minor": [
|
|
1910
|
-
{
|
|
1911
|
-
"comment": "Add a `fix` option to tslintTask"
|
|
1912
|
-
}
|
|
1913
|
-
]
|
|
1914
|
-
}
|
|
1915
|
-
},
|
|
1916
|
-
{
|
|
1917
|
-
"version": "0.16.0",
|
|
1918
|
-
"tag": "just-scripts_v0.16.0",
|
|
1919
|
-
"date": "Tue, 21 May 2019 22:37:14 GMT",
|
|
1920
|
-
"comments": {
|
|
1921
|
-
"minor": [
|
|
1922
|
-
{
|
|
1923
|
-
"comment": "Switch clean, copy, and sass tasks to use options objects"
|
|
1924
|
-
},
|
|
1925
|
-
{
|
|
1926
|
-
"comment": "Adds a nodeArgs to jestTask"
|
|
1927
|
-
},
|
|
1928
|
-
{
|
|
1929
|
-
"comment": "add flag to write output stats"
|
|
1930
|
-
}
|
|
1931
|
-
]
|
|
1932
|
-
}
|
|
1933
|
-
},
|
|
1934
|
-
{
|
|
1935
|
-
"version": "0.15.3",
|
|
1936
|
-
"tag": "just-scripts_v0.15.3",
|
|
1937
|
-
"date": "Wed, 15 May 2019 18:44:04 GMT",
|
|
1938
|
-
"comments": {
|
|
1939
|
-
"patch": [
|
|
1940
|
-
{
|
|
1941
|
-
"comment": "Update task presets to clean all the output dirs they create"
|
|
1942
|
-
},
|
|
1943
|
-
{
|
|
1944
|
-
"comment": "Switch microsoft in repo URL to lowercase"
|
|
1945
|
-
}
|
|
1946
|
-
],
|
|
1947
|
-
"dependency": [
|
|
1948
|
-
{
|
|
1949
|
-
"comment": "Updating dependency \"just-scripts-utils\" from `>=0.7.2 <1.0.0` to `>=0.7.3 <1.0.0`"
|
|
1950
|
-
},
|
|
1951
|
-
{
|
|
1952
|
-
"comment": "Updating dependency \"just-task\" from `>=0.9.8 <1.0.0` to `>=0.9.9 <1.0.0`"
|
|
1953
|
-
}
|
|
1954
|
-
]
|
|
1955
|
-
}
|
|
1956
|
-
},
|
|
1957
|
-
{
|
|
1958
|
-
"version": "0.15.2",
|
|
1959
|
-
"tag": "just-scripts_v0.15.2",
|
|
1960
|
-
"date": "Tue, 14 May 2019 23:58:34 GMT",
|
|
1961
|
-
"comments": {
|
|
1962
|
-
"patch": [
|
|
1963
|
-
{
|
|
1964
|
-
"comment": "export copy instructions types as well"
|
|
1965
|
-
}
|
|
1966
|
-
]
|
|
1967
|
-
}
|
|
1968
|
-
},
|
|
1969
|
-
{
|
|
1970
|
-
"version": "0.15.1",
|
|
1971
|
-
"tag": "just-scripts_v0.15.1",
|
|
1972
|
-
"date": "Tue, 14 May 2019 17:59:20 GMT",
|
|
1973
|
-
"comments": {
|
|
1974
|
-
"patch": [
|
|
1975
|
-
{
|
|
1976
|
-
"comment": "Adds just-scripts bin script"
|
|
1977
|
-
}
|
|
1978
|
-
],
|
|
1979
|
-
"dependency": [
|
|
1980
|
-
{
|
|
1981
|
-
"comment": "Updating dependency \"just-task\" from `>=0.9.7 <1.0.0` to `>=0.9.8 <1.0.0`"
|
|
1982
|
-
}
|
|
1983
|
-
]
|
|
1984
|
-
}
|
|
1985
|
-
},
|
|
1986
|
-
{
|
|
1987
|
-
"version": "0.15.0",
|
|
1988
|
-
"tag": "just-scripts_v0.15.0",
|
|
1989
|
-
"date": "Fri, 10 May 2019 00:04:16 GMT",
|
|
1990
|
-
"comments": {
|
|
1991
|
-
"patch": [
|
|
1992
|
-
{
|
|
1993
|
-
"comment": "Gets rid of the loc stuff"
|
|
1994
|
-
},
|
|
1995
|
-
{
|
|
1996
|
-
"comment": "fix tscTask requiring an empty object for option"
|
|
1997
|
-
}
|
|
1998
|
-
],
|
|
1999
|
-
"minor": [
|
|
2000
|
-
{
|
|
2001
|
-
"comment": "adds a new advanced copy task"
|
|
2002
|
-
},
|
|
2003
|
-
{
|
|
2004
|
-
"comment": "added prettier task"
|
|
2005
|
-
}
|
|
2006
|
-
]
|
|
2007
|
-
}
|
|
2008
|
-
},
|
|
2009
|
-
{
|
|
2010
|
-
"version": "0.14.4",
|
|
2011
|
-
"tag": "just-scripts_v0.14.4",
|
|
2012
|
-
"date": "Wed, 24 Apr 2019 23:38:23 GMT",
|
|
2013
|
-
"comments": {
|
|
2014
|
-
"patch": [
|
|
2015
|
-
{
|
|
2016
|
-
"comment": "Added webpack overlays and such"
|
|
2017
|
-
}
|
|
2018
|
-
],
|
|
2019
|
-
"dependency": [
|
|
2020
|
-
{
|
|
2021
|
-
"comment": "Updating dependency \"just-scripts-utils\" from `>=0.7.0 <1.0.0` to `>=0.7.1 <1.0.0`"
|
|
2022
|
-
}
|
|
2023
|
-
]
|
|
2024
|
-
}
|
|
2025
|
-
},
|
|
2026
|
-
{
|
|
2027
|
-
"version": "0.14.3",
|
|
2028
|
-
"tag": "just-scripts_v0.14.3",
|
|
2029
|
-
"date": "Tue, 23 Apr 2019 16:19:37 GMT",
|
|
2030
|
-
"comments": {
|
|
2031
|
-
"patch": [
|
|
2032
|
-
{
|
|
2033
|
-
"comment": "get rid of accidental console.log"
|
|
2034
|
-
},
|
|
2035
|
-
{
|
|
2036
|
-
"comment": "get rid of another accidental console.log in webpackTask"
|
|
2037
|
-
}
|
|
2038
|
-
]
|
|
2039
|
-
}
|
|
2040
|
-
},
|
|
2041
|
-
{
|
|
2042
|
-
"version": "0.14.1",
|
|
2043
|
-
"tag": "just-scripts_v0.14.1",
|
|
2044
|
-
"date": "Fri, 19 Apr 2019 01:51:22 GMT",
|
|
2045
|
-
"comments": {
|
|
2046
|
-
"patch": [
|
|
2047
|
-
{
|
|
2048
|
-
"comment": "update add package task to remove extra just-stack devdep when provisioning a new repo"
|
|
2049
|
-
}
|
|
2050
|
-
]
|
|
2051
|
-
}
|
|
2052
|
-
},
|
|
2053
|
-
{
|
|
2054
|
-
"version": "0.14.0",
|
|
2055
|
-
"tag": "just-scripts_v0.14.0",
|
|
2056
|
-
"date": "Wed, 17 Apr 2019 23:43:45 GMT",
|
|
2057
|
-
"comments": {
|
|
2058
|
-
"minor": [
|
|
2059
|
-
{
|
|
2060
|
-
"comment": "Added upgrade-stack with diff-match-patch algo"
|
|
2061
|
-
}
|
|
2062
|
-
]
|
|
2063
|
-
}
|
|
2064
|
-
},
|
|
2065
|
-
{
|
|
2066
|
-
"version": "0.13.0",
|
|
2067
|
-
"tag": "just-scripts_v0.13.0",
|
|
2068
|
-
"date": "Tue, 16 Apr 2019 19:33:20 GMT",
|
|
2069
|
-
"comments": {
|
|
2070
|
-
"minor": [
|
|
2071
|
-
{
|
|
2072
|
-
"comment": "Gives the add-package script a way to take in params for generating name and stack"
|
|
2073
|
-
}
|
|
2074
|
-
]
|
|
2075
|
-
}
|
|
2076
|
-
},
|
|
2077
|
-
{
|
|
2078
|
-
"version": "0.12.3",
|
|
2079
|
-
"tag": "just-scripts_v0.12.3",
|
|
2080
|
-
"date": "Mon, 15 Apr 2019 21:26:42 GMT",
|
|
2081
|
-
"comments": {
|
|
2082
|
-
"patch": [
|
|
2083
|
-
{
|
|
2084
|
-
"comment": "Fix the require statement of for webpack config since it no longer uses webpack to bundle the just-scripts"
|
|
2085
|
-
}
|
|
2086
|
-
]
|
|
2087
|
-
}
|
|
2088
|
-
},
|
|
2089
|
-
{
|
|
2090
|
-
"version": "0.12.2",
|
|
2091
|
-
"tag": "just-scripts_v0.12.2",
|
|
2092
|
-
"date": "Thu, 11 Apr 2019 18:27:56 GMT",
|
|
2093
|
-
"comments": {
|
|
2094
|
-
"patch": [
|
|
2095
|
-
{
|
|
2096
|
-
"comment": "make the just-stack.json write out to a specific installed version of stack"
|
|
2097
|
-
}
|
|
2098
|
-
]
|
|
2099
|
-
}
|
|
2100
|
-
},
|
|
2101
|
-
{
|
|
2102
|
-
"version": "0.12.1",
|
|
2103
|
-
"tag": "just-scripts_v0.12.1",
|
|
2104
|
-
"date": "Wed, 10 Apr 2019 21:52:06 GMT",
|
|
2105
|
-
"comments": {
|
|
2106
|
-
"patch": [
|
|
2107
|
-
{
|
|
2108
|
-
"comment": "fix add-package task to list actual stacks"
|
|
2109
|
-
}
|
|
2110
|
-
]
|
|
2111
|
-
}
|
|
2112
|
-
},
|
|
2113
|
-
{
|
|
2114
|
-
"version": "0.12.0",
|
|
2115
|
-
"tag": "just-scripts_v0.12.0",
|
|
2116
|
-
"date": "Wed, 10 Apr 2019 20:30:38 GMT",
|
|
2117
|
-
"comments": {
|
|
2118
|
-
"minor": [
|
|
2119
|
-
{
|
|
2120
|
-
"comment": "Fixing up the upgrade scripts to use devdeps instead of just.stacks; also uses a diff / apply method to get upgrades working"
|
|
2121
|
-
}
|
|
2122
|
-
],
|
|
2123
|
-
"dependency": [
|
|
2124
|
-
{
|
|
2125
|
-
"comment": "Updating dependency \"just-scripts-utils\" from `>=0.6.1 <1.0.0` to `>=0.7.0 <1.0.0`"
|
|
2126
|
-
}
|
|
2127
|
-
]
|
|
2128
|
-
}
|
|
2129
|
-
},
|
|
2130
|
-
{
|
|
2131
|
-
"version": "0.11.2",
|
|
2132
|
-
"tag": "just-scripts_v0.11.2",
|
|
2133
|
-
"date": "Fri, 05 Apr 2019 22:59:13 GMT",
|
|
2134
|
-
"comments": {
|
|
2135
|
-
"patch": [
|
|
2136
|
-
{
|
|
2137
|
-
"comment": "fix the rootpath for finding installed stacks again"
|
|
2138
|
-
}
|
|
2139
|
-
]
|
|
2140
|
-
}
|
|
2141
|
-
},
|
|
2142
|
-
{
|
|
2143
|
-
"version": "0.11.1",
|
|
2144
|
-
"tag": "just-scripts_v0.11.1",
|
|
2145
|
-
"date": "Fri, 05 Apr 2019 21:18:13 GMT",
|
|
2146
|
-
"comments": {
|
|
2147
|
-
"patch": [
|
|
2148
|
-
{
|
|
2149
|
-
"comment": "Find installed stack from scripts folder in monorepo"
|
|
2150
|
-
}
|
|
2151
|
-
]
|
|
2152
|
-
}
|
|
2153
|
-
},
|
|
2154
|
-
{
|
|
2155
|
-
"version": "0.11.0",
|
|
2156
|
-
"tag": "just-scripts_v0.11.0",
|
|
2157
|
-
"date": "Fri, 29 Mar 2019 20:31:33 GMT",
|
|
2158
|
-
"comments": {
|
|
2159
|
-
"minor": [
|
|
2160
|
-
{
|
|
2161
|
-
"comment": "Stop webpacking package"
|
|
2162
|
-
}
|
|
2163
|
-
]
|
|
2164
|
-
}
|
|
2165
|
-
},
|
|
2166
|
-
{
|
|
2167
|
-
"version": "0.10.1",
|
|
2168
|
-
"tag": "just-scripts_v0.10.1",
|
|
2169
|
-
"date": "Wed, 27 Feb 2019 06:19:32 GMT",
|
|
2170
|
-
"comments": {
|
|
2171
|
-
"patch": [
|
|
2172
|
-
{
|
|
2173
|
-
"comment": "Fix webpack task to handle config arrays"
|
|
2174
|
-
}
|
|
2175
|
-
]
|
|
2176
|
-
}
|
|
2177
|
-
},
|
|
2178
|
-
{
|
|
2179
|
-
"version": "0.10.0",
|
|
2180
|
-
"tag": "just-scripts_v0.10.0",
|
|
2181
|
-
"date": "Fri, 22 Feb 2019 23:37:36 GMT",
|
|
2182
|
-
"comments": {
|
|
2183
|
-
"minor": [
|
|
2184
|
-
{
|
|
2185
|
-
"comment": "Consistent interface naming"
|
|
2186
|
-
}
|
|
2187
|
-
],
|
|
2188
|
-
"dependency": [
|
|
2189
|
-
{
|
|
2190
|
-
"comment": "Updating dependency \"just-scripts-utils\" from `>=0.5.0 <1.0.0` to `>=0.6.0 <1.0.0`"
|
|
2191
|
-
},
|
|
2192
|
-
{
|
|
2193
|
-
"comment": "Updating dependency \"just-task\" from `>=0.7.10 <1.0.0` to `>=0.8.0 <1.0.0`"
|
|
2194
|
-
}
|
|
2195
|
-
]
|
|
2196
|
-
}
|
|
2197
|
-
},
|
|
2198
|
-
{
|
|
2199
|
-
"version": "0.9.0",
|
|
2200
|
-
"tag": "just-scripts_v0.9.0",
|
|
2201
|
-
"date": "Fri, 22 Feb 2019 22:50:01 GMT",
|
|
2202
|
-
"comments": {
|
|
2203
|
-
"minor": [
|
|
2204
|
-
{
|
|
2205
|
-
"comment": "Move exec to just-scripts-utils"
|
|
2206
|
-
}
|
|
2207
|
-
],
|
|
2208
|
-
"dependency": [
|
|
2209
|
-
{
|
|
2210
|
-
"comment": "Updating dependency \"just-scripts-utils\" from `>=0.4.2 <1.0.0` to `>=0.5.0 <1.0.0`"
|
|
2211
|
-
}
|
|
2212
|
-
]
|
|
2213
|
-
}
|
|
2214
|
-
},
|
|
2215
|
-
{
|
|
2216
|
-
"version": "0.8.1",
|
|
2217
|
-
"tag": "just-scripts_v0.8.1",
|
|
2218
|
-
"date": "Fri, 22 Feb 2019 19:03:38 GMT",
|
|
2219
|
-
"comments": {
|
|
2220
|
-
"patch": [
|
|
2221
|
-
{
|
|
2222
|
-
"comment": "Update package metadata"
|
|
2223
|
-
}
|
|
2224
|
-
],
|
|
2225
|
-
"dependency": [
|
|
2226
|
-
{
|
|
2227
|
-
"comment": "Updating dependency \"just-scripts-utils\" from `>=0.4.1 <1.0.0` to `>=0.4.2 <1.0.0`"
|
|
2228
|
-
},
|
|
2229
|
-
{
|
|
2230
|
-
"comment": "Updating dependency \"just-task\" from `>=0.7.9 <1.0.0` to `>=0.7.10 <1.0.0`"
|
|
2231
|
-
}
|
|
2232
|
-
]
|
|
2233
|
-
}
|
|
2234
|
-
},
|
|
2235
|
-
{
|
|
2236
|
-
"version": "0.8.0",
|
|
2237
|
-
"tag": "just-scripts_v0.8.0",
|
|
2238
|
-
"date": "Fri, 22 Feb 2019 18:39:56 GMT",
|
|
2239
|
-
"comments": {
|
|
2240
|
-
"minor": [
|
|
2241
|
-
{
|
|
2242
|
-
"comment": "Fix return types of task factories"
|
|
2243
|
-
}
|
|
2244
|
-
]
|
|
2245
|
-
}
|
|
2246
|
-
},
|
|
2247
|
-
{
|
|
2248
|
-
"version": "0.7.9",
|
|
2249
|
-
"tag": "just-scripts_v0.7.9",
|
|
2250
|
-
"date": "Thu, 21 Feb 2019 22:15:15 GMT",
|
|
2251
|
-
"comments": {
|
|
2252
|
-
"patch": [
|
|
2253
|
-
{
|
|
2254
|
-
"comment": "Enables sourcemap for debugging just-scripts in case of error"
|
|
2255
|
-
}
|
|
2256
|
-
]
|
|
2257
|
-
}
|
|
2258
|
-
},
|
|
2259
|
-
{
|
|
2260
|
-
"version": "0.7.8",
|
|
2261
|
-
"tag": "just-scripts_v0.7.8",
|
|
2262
|
-
"date": "Thu, 21 Feb 2019 04:41:31 GMT",
|
|
2263
|
-
"comments": {
|
|
2264
|
-
"patch": [
|
|
2265
|
-
{
|
|
2266
|
-
"comment": "addPackageTask: Remove extra files from template before running rush update"
|
|
2267
|
-
}
|
|
2268
|
-
]
|
|
2269
|
-
}
|
|
2270
|
-
},
|
|
2271
|
-
{
|
|
2272
|
-
"version": "0.7.7",
|
|
2273
|
-
"tag": "just-scripts_v0.7.7",
|
|
2274
|
-
"date": "Wed, 20 Feb 2019 23:17:15 GMT",
|
|
2275
|
-
"comments": {
|
|
2276
|
-
"patch": [
|
|
2277
|
-
{
|
|
2278
|
-
"comment": "Lock some dep versions"
|
|
2279
|
-
}
|
|
2280
|
-
],
|
|
2281
|
-
"dependency": [
|
|
2282
|
-
{
|
|
2283
|
-
"comment": "Updating dependency \"just-task\" from `>=0.7.6 <1.0.0` to `>=0.7.7 <1.0.0`"
|
|
2284
|
-
}
|
|
2285
|
-
]
|
|
2286
|
-
}
|
|
2287
|
-
},
|
|
2288
|
-
{
|
|
2289
|
-
"version": "0.7.6",
|
|
2290
|
-
"tag": "just-scripts_v0.7.6",
|
|
2291
|
-
"date": "Wed, 20 Feb 2019 16:30:03 GMT",
|
|
2292
|
-
"comments": {
|
|
2293
|
-
"patch": [
|
|
2294
|
-
{
|
|
2295
|
-
"comment": "Remove generated vs code settings when adding package in monorepo"
|
|
2296
|
-
}
|
|
2297
|
-
]
|
|
2298
|
-
}
|
|
2299
|
-
},
|
|
2300
|
-
{
|
|
2301
|
-
"version": "0.7.5",
|
|
2302
|
-
"tag": "just-scripts_v0.7.5",
|
|
2303
|
-
"date": "Wed, 13 Feb 2019 22:31:47 GMT",
|
|
2304
|
-
"comments": {
|
|
2305
|
-
"patch": [
|
|
2306
|
-
{
|
|
2307
|
-
"comment": "Dependency updates and improved error handling"
|
|
2308
|
-
}
|
|
2309
|
-
],
|
|
2310
|
-
"dependency": [
|
|
2311
|
-
{
|
|
2312
|
-
"comment": "Updating dependency \"just-scripts-utils\" from `>=0.3.3 <1.0.0` to `>=0.4.0 <1.0.0`"
|
|
2313
|
-
}
|
|
2314
|
-
]
|
|
2315
|
-
}
|
|
2316
|
-
},
|
|
2317
|
-
{
|
|
2318
|
-
"version": "0.7.4",
|
|
2319
|
-
"tag": "just-scripts_v0.7.4",
|
|
2320
|
-
"date": "Mon, 04 Feb 2019 05:47:04 GMT",
|
|
2321
|
-
"comments": {
|
|
2322
|
-
"patch": [
|
|
2323
|
-
{
|
|
2324
|
-
"comment": "upgrade repo to use templates deps in a monorepo scripts folder"
|
|
2325
|
-
}
|
|
2326
|
-
],
|
|
2327
|
-
"dependency": [
|
|
2328
|
-
{
|
|
2329
|
-
"comment": "Updating dependency \"just-scripts-utils\" from `>=0.3.2 <1.0.0` to `>=0.3.3 <1.0.0`"
|
|
2330
|
-
}
|
|
2331
|
-
]
|
|
2332
|
-
}
|
|
2333
|
-
},
|
|
2334
|
-
{
|
|
2335
|
-
"version": "0.7.3",
|
|
2336
|
-
"tag": "just-scripts_v0.7.3",
|
|
2337
|
-
"date": "Fri, 25 Jan 2019 07:08:59 GMT",
|
|
2338
|
-
"comments": {
|
|
2339
|
-
"patch": [
|
|
2340
|
-
{
|
|
2341
|
-
"comment": "Fixes webpack task"
|
|
2342
|
-
}
|
|
2343
|
-
],
|
|
2344
|
-
"dependency": [
|
|
2345
|
-
{
|
|
2346
|
-
"comment": "Updating dependency \"just-scripts-utils\" from `>=0.3.1 <1.0.0` to `>=0.3.2 <1.0.0`"
|
|
2347
|
-
}
|
|
2348
|
-
]
|
|
2349
|
-
}
|
|
2350
|
-
},
|
|
2351
|
-
{
|
|
2352
|
-
"version": "0.7.2",
|
|
2353
|
-
"tag": "just-scripts_v0.7.2",
|
|
2354
|
-
"date": "Wed, 23 Jan 2019 00:05:38 GMT",
|
|
2355
|
-
"comments": {
|
|
2356
|
-
"patch": [
|
|
2357
|
-
{
|
|
2358
|
-
"comment": "better logging during add package"
|
|
2359
|
-
}
|
|
2360
|
-
],
|
|
2361
|
-
"dependency": [
|
|
2362
|
-
{
|
|
2363
|
-
"comment": "Updating dependency \"just-scripts-utils\" from `>=0.3.0 <1.0.0` to `>=0.3.1 <1.0.0`"
|
|
2364
|
-
}
|
|
2365
|
-
]
|
|
2366
|
-
}
|
|
2367
|
-
},
|
|
2368
|
-
{
|
|
2369
|
-
"version": "0.7.1",
|
|
2370
|
-
"tag": "just-scripts_v0.7.1",
|
|
2371
|
-
"date": "Tue, 22 Jan 2019 22:49:45 GMT",
|
|
2372
|
-
"comments": {
|
|
2373
|
-
"patch": [
|
|
2374
|
-
{
|
|
2375
|
-
"comment": "exports the correct named exports for presets"
|
|
2376
|
-
}
|
|
2377
|
-
]
|
|
2378
|
-
}
|
|
2379
|
-
},
|
|
2380
|
-
{
|
|
2381
|
-
"version": "0.7.0",
|
|
2382
|
-
"tag": "just-scripts_v0.7.0",
|
|
2383
|
-
"date": "Tue, 22 Jan 2019 22:31:23 GMT",
|
|
2384
|
-
"comments": {
|
|
2385
|
-
"minor": [
|
|
2386
|
-
{
|
|
2387
|
-
"comment": "move utils from scripts to here, get rid of preset dep"
|
|
2388
|
-
}
|
|
2389
|
-
],
|
|
2390
|
-
"dependency": [
|
|
2391
|
-
{
|
|
2392
|
-
"comment": "Updating dependency \"just-scripts-utils\" from `>=0.2.2 <1.0.0` to `>=0.3.0 <1.0.0`"
|
|
2393
|
-
}
|
|
2394
|
-
]
|
|
2395
|
-
}
|
|
2396
|
-
},
|
|
2397
|
-
{
|
|
2398
|
-
"version": "0.6.0",
|
|
2399
|
-
"tag": "just-scripts_v0.6.0",
|
|
2400
|
-
"date": "Tue, 22 Jan 2019 21:28:18 GMT",
|
|
2401
|
-
"comments": {
|
|
2402
|
-
"minor": [
|
|
2403
|
-
{
|
|
2404
|
-
"comment": "absorbed the just-task-preset stuff"
|
|
2405
|
-
}
|
|
2406
|
-
],
|
|
2407
|
-
"dependency": [
|
|
2408
|
-
{
|
|
2409
|
-
"comment": "Updating dependency \"just-task\" from `>=0.7.5 <1.0.0` to `>=0.7.6 <1.0.0`"
|
|
2410
|
-
}
|
|
2411
|
-
]
|
|
2412
|
-
}
|
|
2413
|
-
},
|
|
2414
|
-
{
|
|
2415
|
-
"version": "0.5.0",
|
|
2416
|
-
"tag": "just-scripts_v0.5.0",
|
|
2417
|
-
"date": "Mon, 21 Jan 2019 19:57:09 GMT",
|
|
2418
|
-
"comments": {
|
|
2419
|
-
"minor": [
|
|
2420
|
-
{
|
|
2421
|
-
"comment": "added upgrade-repo task"
|
|
2422
|
-
}
|
|
2423
|
-
]
|
|
2424
|
-
}
|
|
2425
|
-
},
|
|
2426
|
-
{
|
|
2427
|
-
"version": "0.4.1",
|
|
2428
|
-
"tag": "just-scripts_v0.4.1",
|
|
2429
|
-
"date": "Mon, 21 Jan 2019 02:54:15 GMT",
|
|
2430
|
-
"comments": {
|
|
2431
|
-
"patch": [
|
|
2432
|
-
{
|
|
2433
|
-
"comment": "fix upgrade stack task"
|
|
2434
|
-
}
|
|
2435
|
-
],
|
|
2436
|
-
"dependency": [
|
|
2437
|
-
{
|
|
2438
|
-
"comment": "Updating dependency \"just-scripts-utils\" from `>=0.2.0 <1.0.0` to `>=0.2.1 <1.0.0`"
|
|
2439
|
-
}
|
|
2440
|
-
]
|
|
2441
|
-
}
|
|
2442
|
-
},
|
|
2443
|
-
{
|
|
2444
|
-
"version": "0.4.0",
|
|
2445
|
-
"tag": "just-scripts_v0.4.0",
|
|
2446
|
-
"date": "Mon, 21 Jan 2019 02:21:01 GMT",
|
|
2447
|
-
"comments": {
|
|
2448
|
-
"minor": [
|
|
2449
|
-
{
|
|
2450
|
-
"comment": "uses script utils"
|
|
2451
|
-
}
|
|
2452
|
-
],
|
|
2453
|
-
"dependency": [
|
|
2454
|
-
{
|
|
2455
|
-
"comment": "Updating dependency \"just-scripts-utils\" from `>=0.1.0 <1.0.0` to `>=0.2.0 <1.0.0`"
|
|
2456
|
-
}
|
|
2457
|
-
]
|
|
2458
|
-
}
|
|
2459
|
-
}
|
|
2460
|
-
]
|
|
2461
|
-
}
|