@flatjs/evolve 2.0.0-next.1 → 2.0.0-next.3
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +11 -14
- package/CHANGELOG.md +0 -913
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@flatjs/evolve",
|
3
|
-
"version": "2.0.0-next.
|
3
|
+
"version": "2.0.0-next.3",
|
4
4
|
"license": "MIT",
|
5
5
|
"type": "module",
|
6
6
|
"exports": {
|
@@ -12,13 +12,10 @@
|
|
12
12
|
},
|
13
13
|
"types": "./dist/index.d.ts",
|
14
14
|
"files": [
|
15
|
-
"bin/",
|
16
|
-
"dist/",
|
17
|
-
"
|
18
|
-
"
|
19
|
-
"README.md",
|
20
|
-
"CHANGELOG.md",
|
21
|
-
"package.json"
|
15
|
+
"./bin/",
|
16
|
+
"./dist/",
|
17
|
+
"./index.js",
|
18
|
+
"./templates"
|
22
19
|
],
|
23
20
|
"scripts": {
|
24
21
|
"serve": "yarn ts-node-esm ./tests/dev-server/dev-server.ts",
|
@@ -43,11 +40,11 @@
|
|
43
40
|
"@armit/package": "^0.0.50",
|
44
41
|
"@armit/worker-threads": "^0.0.10",
|
45
42
|
"@babel/core": "7.23.2",
|
46
|
-
"@flatjs/common": "2.0.0-next.
|
47
|
-
"@flatjs/evolve-preset-babel": "2.0.0-next.
|
48
|
-
"@flatjs/forge-postcss-plugin-pixel": "2.0.0-next.
|
49
|
-
"@flatjs/graph": "2.0.0-next.
|
50
|
-
"@flatjs/mock": "2.0.0-next.
|
43
|
+
"@flatjs/common": "2.0.0-next.2",
|
44
|
+
"@flatjs/evolve-preset-babel": "2.0.0-next.2",
|
45
|
+
"@flatjs/forge-postcss-plugin-pixel": "2.0.0-next.2",
|
46
|
+
"@flatjs/graph": "2.0.0-next.2",
|
47
|
+
"@flatjs/mock": "2.0.0-next.2",
|
51
48
|
"@pmmmwh/react-refresh-webpack-plugin": "0.5.11",
|
52
49
|
"@types/babel__core": "7.20.3",
|
53
50
|
"babel-loader": "9.1.3",
|
@@ -83,7 +80,7 @@
|
|
83
80
|
},
|
84
81
|
"devDependencies": {
|
85
82
|
"@armit/eslint-config-bases": "^0.0.28",
|
86
|
-
"@flatjs/testing": "2.0.0-next.
|
83
|
+
"@flatjs/testing": "2.0.0-next.2",
|
87
84
|
"@swc/core": "1.3.93",
|
88
85
|
"@types/express": "4.17.20",
|
89
86
|
"@types/listr": "0.14.7",
|
package/CHANGELOG.md
DELETED
@@ -1,913 +0,0 @@
|
|
1
|
-
# @flatjs/evolve
|
2
|
-
|
3
|
-
## 2.0.0-next.1
|
4
|
-
|
5
|
-
### Patch Changes
|
6
|
-
|
7
|
-
- 869441e: Fix load-config to support promise
|
8
|
-
- ff99133: refactor typings
|
9
|
-
- e029540: refactor test-utils for evolve to mock thead-pool worker
|
10
|
-
- 99e8ba4: bump version
|
11
|
-
- 394d703: add missed package dependency `typescript`
|
12
|
-
- 6979b1f: fix correct `exclude` of tsconfig.json
|
13
|
-
- ae04118: update `engine` to node 18 & npm 8
|
14
|
-
- Updated dependencies [99e8ba4]
|
15
|
-
- Updated dependencies [394d703]
|
16
|
-
- Updated dependencies [6979b1f]
|
17
|
-
- Updated dependencies [ae04118]
|
18
|
-
- @flatjs/forge-postcss-plugin-pixel@2.0.0-next.1
|
19
|
-
- @flatjs/evolve-preset-babel@2.0.0-next.1
|
20
|
-
- @flatjs/common@2.0.0-next.1
|
21
|
-
- @flatjs/graph@2.0.0-next.1
|
22
|
-
- @flatjs/mock@2.0.0-next.1
|
23
|
-
|
24
|
-
## 1.8.1-next.112
|
25
|
-
|
26
|
-
### Patch Changes
|
27
|
-
|
28
|
-
- 62047a2: bump version
|
29
|
-
- Updated dependencies [62047a2]
|
30
|
-
- @flatjs/forge-postcss-plugin-pixel@1.8.1-next.40
|
31
|
-
- @flatjs/evolve-preset-babel@1.8.1-next.25
|
32
|
-
- @flatjs/common@1.8.1-next.40
|
33
|
-
- @flatjs/graph@1.8.1-next.59
|
34
|
-
- @flatjs/mock@1.8.1-next.85
|
35
|
-
|
36
|
-
## 1.8.1-next.111
|
37
|
-
|
38
|
-
### Patch Changes
|
39
|
-
|
40
|
-
- Updated dependencies [f5d60b9]
|
41
|
-
- @flatjs/mock@1.8.1-next.84
|
42
|
-
|
43
|
-
## 1.8.1-next.110
|
44
|
-
|
45
|
-
### Patch Changes
|
46
|
-
|
47
|
-
- 0508747: Force client websocketURL hostname to local publicIp for `webpack-dev-server`
|
48
|
-
- Updated dependencies [0508747]
|
49
|
-
- @flatjs/mock@1.8.1-next.83
|
50
|
-
|
51
|
-
## 1.8.1-next.109
|
52
|
-
|
53
|
-
### Patch Changes
|
54
|
-
|
55
|
-
- a5e6989: formating templates
|
56
|
-
- 9760f0a: Make `react-fast-refresh` works correct on iframe and no `devtool` environment
|
57
|
-
|
58
|
-
## 1.8.1-next.108
|
59
|
-
|
60
|
-
### Patch Changes
|
61
|
-
|
62
|
-
- 75e16ab: change `circle-dependency` error to waring as default
|
63
|
-
- 7941f1e: bump version
|
64
|
-
- Updated dependencies [891a384]
|
65
|
-
- Updated dependencies [7941f1e]
|
66
|
-
- @flatjs/evolve-preset-babel@1.8.1-next.24
|
67
|
-
- @flatjs/forge-postcss-plugin-pixel@1.8.1-next.39
|
68
|
-
- @flatjs/common@1.8.1-next.39
|
69
|
-
- @flatjs/graph@1.8.1-next.58
|
70
|
-
- @flatjs/mock@1.8.1-next.82
|
71
|
-
|
72
|
-
## 1.8.1-next.107
|
73
|
-
|
74
|
-
### Patch Changes
|
75
|
-
|
76
|
-
- Updated dependencies [6a2ee9f]
|
77
|
-
- @flatjs/common@1.8.1-next.38
|
78
|
-
- @flatjs/graph@1.8.1-next.57
|
79
|
-
- @flatjs/evolve-preset-babel@1.8.1-next.23
|
80
|
-
- @flatjs/forge-postcss-plugin-pixel@1.8.1-next.38
|
81
|
-
- @flatjs/mock@1.8.1-next.81
|
82
|
-
|
83
|
-
## 1.8.1-next.106
|
84
|
-
|
85
|
-
### Patch Changes
|
86
|
-
|
87
|
-
- @flatjs/graph@1.8.1-next.56
|
88
|
-
- @flatjs/mock@1.8.1-next.80
|
89
|
-
- @flatjs/common@1.8.1-next.37
|
90
|
-
- @flatjs/evolve-preset-babel@1.8.1-next.22
|
91
|
-
|
92
|
-
## 1.8.1-next.105
|
93
|
-
|
94
|
-
### Patch Changes
|
95
|
-
|
96
|
-
- 9be1d2d: expose `defineConfig` with correct typings export
|
97
|
-
- Updated dependencies [9be1d2d]
|
98
|
-
- @flatjs/mock@1.8.1-next.79
|
99
|
-
- @flatjs/graph@1.8.1-next.55
|
100
|
-
|
101
|
-
## 1.8.1-next.104
|
102
|
-
|
103
|
-
### Patch Changes
|
104
|
-
|
105
|
-
- 3a8aa0b: Add `graphTreeNodeFilter` allow customized filter wihile dynamic build
|
106
|
-
- 9f098ad: Bump version
|
107
|
-
- Updated dependencies [9f098ad]
|
108
|
-
- @flatjs/forge-postcss-plugin-pixel@1.8.1-next.37
|
109
|
-
- @flatjs/evolve-preset-babel@1.8.1-next.22
|
110
|
-
- @flatjs/common@1.8.1-next.37
|
111
|
-
- @flatjs/graph@1.8.1-next.54
|
112
|
-
- @flatjs/mock@1.8.1-next.78
|
113
|
-
|
114
|
-
## 1.8.1-next.103
|
115
|
-
|
116
|
-
### Patch Changes
|
117
|
-
|
118
|
-
- 663e3c4: bump version
|
119
|
-
- Updated dependencies [663e3c4]
|
120
|
-
- @flatjs/forge-postcss-plugin-pixel@1.8.1-next.36
|
121
|
-
- @flatjs/evolve-preset-babel@1.8.1-next.21
|
122
|
-
- @flatjs/common@1.8.1-next.36
|
123
|
-
- @flatjs/graph@1.8.1-next.53
|
124
|
-
- @flatjs/mock@1.8.1-next.77
|
125
|
-
|
126
|
-
## 1.8.1-next.102
|
127
|
-
|
128
|
-
### Patch Changes
|
129
|
-
|
130
|
-
- Updated dependencies [e068977]
|
131
|
-
- @flatjs/evolve-preset-babel@1.8.1-next.20
|
132
|
-
- @flatjs/graph@1.8.1-next.52
|
133
|
-
- @flatjs/mock@1.8.1-next.76
|
134
|
-
|
135
|
-
## 1.8.1-next.101
|
136
|
-
|
137
|
-
### Patch Changes
|
138
|
-
|
139
|
-
- Updated dependencies [9e3beae]
|
140
|
-
- @flatjs/evolve-preset-babel@1.8.1-next.19
|
141
|
-
|
142
|
-
## 1.8.1-next.100
|
143
|
-
|
144
|
-
### Patch Changes
|
145
|
-
|
146
|
-
- Updated dependencies [e02903b]
|
147
|
-
- @flatjs/evolve-preset-babel@1.8.1-next.18
|
148
|
-
- @flatjs/graph@1.8.1-next.51
|
149
|
-
- @flatjs/mock@1.8.1-next.75
|
150
|
-
|
151
|
-
## 1.8.1-next.99
|
152
|
-
|
153
|
-
### Patch Changes
|
154
|
-
|
155
|
-
- d131622: update HMR message
|
156
|
-
|
157
|
-
## 1.8.1-next.98
|
158
|
-
|
159
|
-
### Patch Changes
|
160
|
-
|
161
|
-
- 8700943: refactor `liveReload` config
|
162
|
-
|
163
|
-
## 1.8.1-next.97
|
164
|
-
|
165
|
-
### Patch Changes
|
166
|
-
|
167
|
-
- 5754203: Add `liveReload` options of devserver to allow forced reload
|
168
|
-
|
169
|
-
## 1.8.1-next.96
|
170
|
-
|
171
|
-
### Patch Changes
|
172
|
-
|
173
|
-
- Updated dependencies [41ca502]
|
174
|
-
- @flatjs/mock@1.8.1-next.74
|
175
|
-
|
176
|
-
## 1.8.1-next.95
|
177
|
-
|
178
|
-
### Patch Changes
|
179
|
-
|
180
|
-
- e5bb77c: change `failOnError` as true for Circular
|
181
|
-
- Updated dependencies [c3a3400]
|
182
|
-
- Updated dependencies [2372f79]
|
183
|
-
- @flatjs/mock@1.8.1-next.73
|
184
|
-
|
185
|
-
## 1.8.1-next.94
|
186
|
-
|
187
|
-
### Patch Changes
|
188
|
-
|
189
|
-
- Updated dependencies [3a97bf4]
|
190
|
-
- Updated dependencies [c97d12e]
|
191
|
-
- @flatjs/mock@1.8.1-next.72
|
192
|
-
- @flatjs/graph@1.8.1-next.50
|
193
|
-
- @flatjs/common@1.8.1-next.35
|
194
|
-
- @flatjs/evolve-preset-babel@1.8.1-next.17
|
195
|
-
|
196
|
-
## 1.8.1-next.93
|
197
|
-
|
198
|
-
### Patch Changes
|
199
|
-
|
200
|
-
- b70ff50: bump version
|
201
|
-
- 76ffa17: Add `Circular` dependencies check plugin in `development` phase
|
202
|
-
- ea10e66: bump version
|
203
|
-
- Updated dependencies [b70ff50]
|
204
|
-
- Updated dependencies [ea10e66]
|
205
|
-
- Updated dependencies [ba80b25]
|
206
|
-
- @flatjs/forge-postcss-plugin-pixel@1.8.1-next.35
|
207
|
-
- @flatjs/evolve-preset-babel@1.8.1-next.17
|
208
|
-
- @flatjs/common@1.8.1-next.35
|
209
|
-
- @flatjs/graph@1.8.1-next.49
|
210
|
-
- @flatjs/mock@1.8.1-next.71
|
211
|
-
|
212
|
-
## 1.8.1-next.92
|
213
|
-
|
214
|
-
### Patch Changes
|
215
|
-
|
216
|
-
- Updated dependencies [1fee9c8]
|
217
|
-
- Updated dependencies [9ce4135]
|
218
|
-
- @flatjs/mock@1.8.1-next.70
|
219
|
-
- @flatjs/common@1.8.1-next.34
|
220
|
-
- @flatjs/forge-postcss-plugin-pixel@1.8.1-next.34
|
221
|
-
- @flatjs/graph@1.8.1-next.48
|
222
|
-
- @flatjs/evolve-preset-babel@1.8.1-next.16
|
223
|
-
|
224
|
-
## 1.8.1-next.91
|
225
|
-
|
226
|
-
### Patch Changes
|
227
|
-
|
228
|
-
- @flatjs/graph@1.8.1-next.47
|
229
|
-
|
230
|
-
## 1.8.1-next.90
|
231
|
-
|
232
|
-
### Patch Changes
|
233
|
-
|
234
|
-
- a1b9669: upgrade `git` version to fix modules check error
|
235
|
-
|
236
|
-
## 1.8.1-next.89
|
237
|
-
|
238
|
-
### Patch Changes
|
239
|
-
|
240
|
-
- 6d16245: bump armit, update `flat update` cli
|
241
|
-
- Updated dependencies [6d16245]
|
242
|
-
- @flatjs/common@1.8.1-next.33
|
243
|
-
- @flatjs/graph@1.8.1-next.46
|
244
|
-
- @flatjs/mock@1.8.1-next.69
|
245
|
-
- @flatjs/evolve-preset-babel@1.8.1-next.16
|
246
|
-
- @flatjs/forge-postcss-plugin-pixel@1.8.1-next.33
|
247
|
-
|
248
|
-
## 1.8.1-next.88
|
249
|
-
|
250
|
-
### Patch Changes
|
251
|
-
|
252
|
-
- b4f60b0: Expose `env`.`resolve` to allow dynamic resolve `esm` node modules from `flatjs-evolve.config.ts`
|
253
|
-
|
254
|
-
## 1.8.1-next.87
|
255
|
-
|
256
|
-
### Patch Changes
|
257
|
-
|
258
|
-
- 9561920: bump `armit/git`` fix wrong requirements check issue
|
259
|
-
|
260
|
-
## 1.8.1-next.86
|
261
|
-
|
262
|
-
### Patch Changes
|
263
|
-
|
264
|
-
- 2a39933: fix `requireResolve` missed import.meta.url issue
|
265
|
-
- 198037f: bump version
|
266
|
-
- Updated dependencies [1ff347b]
|
267
|
-
- Updated dependencies [2a39933]
|
268
|
-
- Updated dependencies [8513b30]
|
269
|
-
- Updated dependencies [198037f]
|
270
|
-
- @flatjs/mock@1.8.1-next.68
|
271
|
-
- @flatjs/common@1.8.1-next.32
|
272
|
-
- @flatjs/graph@1.8.1-next.45
|
273
|
-
- @flatjs/forge-postcss-plugin-pixel@1.8.1-next.32
|
274
|
-
- @flatjs/evolve-preset-babel@1.8.1-next.16
|
275
|
-
|
276
|
-
## 1.8.1-next.85
|
277
|
-
|
278
|
-
### Patch Changes
|
279
|
-
|
280
|
-
- Updated dependencies [fd1d163]
|
281
|
-
- @flatjs/graph@1.8.1-next.44
|
282
|
-
|
283
|
-
## 1.8.1-next.84
|
284
|
-
|
285
|
-
### Patch Changes
|
286
|
-
|
287
|
-
- 7f272e9: refactor `alias` to absolute, update testcases
|
288
|
-
- ec06cbe: refactor to support `alias` `paths` from tsconfig.json for `.less`
|
289
|
-
- Updated dependencies [942780c]
|
290
|
-
- Updated dependencies [ec06cbe]
|
291
|
-
- @flatjs/graph@1.8.1-next.43
|
292
|
-
|
293
|
-
## 1.8.1-next.83
|
294
|
-
|
295
|
-
### Patch Changes
|
296
|
-
|
297
|
-
- Updated dependencies [ae930d6]
|
298
|
-
- @flatjs/mock@1.8.1-next.67
|
299
|
-
- @flatjs/graph@1.8.1-next.42
|
300
|
-
|
301
|
-
## 1.8.1-next.82
|
302
|
-
|
303
|
-
### Patch Changes
|
304
|
-
|
305
|
-
- 148706e: remove `load-config` from @flatjs/common using armit/config-loader instead
|
306
|
-
- Updated dependencies [148706e]
|
307
|
-
- Updated dependencies [24e998c]
|
308
|
-
- Updated dependencies [f052256]
|
309
|
-
- @flatjs/common@1.8.1-next.31
|
310
|
-
- @flatjs/mock@1.8.1-next.66
|
311
|
-
- @flatjs/graph@1.8.1-next.41
|
312
|
-
- @flatjs/forge-postcss-plugin-pixel@1.8.1-next.31
|
313
|
-
- @flatjs/evolve-preset-babel@1.8.1-next.15
|
314
|
-
|
315
|
-
## 1.8.1-next.81
|
316
|
-
|
317
|
-
### Patch Changes
|
318
|
-
|
319
|
-
- Updated dependencies [ca75641]
|
320
|
-
- @flatjs/mock@1.8.1-next.65
|
321
|
-
|
322
|
-
## 1.8.1-next.80
|
323
|
-
|
324
|
-
### Patch Changes
|
325
|
-
|
326
|
-
- 9bb0721: Add `release version`
|
327
|
-
|
328
|
-
## 1.8.1-next.79
|
329
|
-
|
330
|
-
### Patch Changes
|
331
|
-
|
332
|
-
- @flatjs/graph@1.8.1-next.40
|
333
|
-
- @flatjs/mock@1.8.1-next.64
|
334
|
-
|
335
|
-
## 1.8.1-next.78
|
336
|
-
|
337
|
-
### Patch Changes
|
338
|
-
|
339
|
-
- @flatjs/graph@1.8.1-next.39
|
340
|
-
- @flatjs/mock@1.8.1-next.63
|
341
|
-
|
342
|
-
## 1.8.1-next.77
|
343
|
-
|
344
|
-
### Patch Changes
|
345
|
-
|
346
|
-
- 44752f5: Allow pass configuration for `css-loader`
|
347
|
-
|
348
|
-
## 1.8.1-next.76
|
349
|
-
|
350
|
-
### Patch Changes
|
351
|
-
|
352
|
-
- 6fc5653: Add mockFilters for `evolve` allow defined filter for each served entries
|
353
|
-
- Updated dependencies [f9e23c8]
|
354
|
-
- @flatjs/mock@1.8.1-next.62
|
355
|
-
|
356
|
-
## 1.8.1-next.75
|
357
|
-
|
358
|
-
### Patch Changes
|
359
|
-
|
360
|
-
- @flatjs/graph@1.8.1-next.38
|
361
|
-
- @flatjs/mock@1.8.1-next.61
|
362
|
-
|
363
|
-
## 1.8.1-next.74
|
364
|
-
|
365
|
-
### Patch Changes
|
366
|
-
|
367
|
-
- Updated dependencies [5e9dc5a]
|
368
|
-
- @flatjs/mock@1.8.1-next.60
|
369
|
-
- @flatjs/graph@1.8.1-next.37
|
370
|
-
|
371
|
-
## 1.8.1-next.73
|
372
|
-
|
373
|
-
### Patch Changes
|
374
|
-
|
375
|
-
- f311750: add jsonSerializer to serialize `function` property for thead_worker
|
376
|
-
|
377
|
-
## 1.8.1-next.72
|
378
|
-
|
379
|
-
### Patch Changes
|
380
|
-
|
381
|
-
- 2a6e5c4: improved `mock` add it to `watcherOption` ignore list
|
382
|
-
- Updated dependencies [2a6e5c4]
|
383
|
-
- @flatjs/mock@1.8.1-next.59
|
384
|
-
|
385
|
-
## 1.8.1-next.71
|
386
|
-
|
387
|
-
### Patch Changes
|
388
|
-
|
389
|
-
- Updated dependencies [0c3afab]
|
390
|
-
- @flatjs/mock@1.8.1-next.58
|
391
|
-
|
392
|
-
## 1.8.1-next.70
|
393
|
-
|
394
|
-
### Patch Changes
|
395
|
-
|
396
|
-
- ae142d5: update logging format, change `maxProcesses` default to 50%
|
397
|
-
|
398
|
-
## 1.8.1-next.69
|
399
|
-
|
400
|
-
### Patch Changes
|
401
|
-
|
402
|
-
- 1595ad5: change default maxProcessort to 60%
|
403
|
-
- Updated dependencies [63f4598]
|
404
|
-
- @flatjs/mock@1.8.1-next.57
|
405
|
-
|
406
|
-
## 1.8.1-next.68
|
407
|
-
|
408
|
-
### Patch Changes
|
409
|
-
|
410
|
-
- fa475c0: update concurrent max to workerSize
|
411
|
-
- Updated dependencies [e9f2e4b]
|
412
|
-
- @flatjs/mock@1.8.1-next.56
|
413
|
-
|
414
|
-
## 1.8.1-next.67
|
415
|
-
|
416
|
-
### Patch Changes
|
417
|
-
|
418
|
-
- 4086027: Expose `html-templte` token can be `function` or `primitve`
|
419
|
-
- b9ccc8a: refactor `build` to support `worker-threads`
|
420
|
-
- 86254d0: refactor evolve omit `unneed` mock config load
|
421
|
-
- 97b9523: bump version
|
422
|
-
- Updated dependencies [9c38501]
|
423
|
-
- Updated dependencies [372f3c9]
|
424
|
-
- Updated dependencies [97b9523]
|
425
|
-
- Updated dependencies [33289bc]
|
426
|
-
- Updated dependencies [1d1cb5e]
|
427
|
-
- Updated dependencies [7d6aa36]
|
428
|
-
- @flatjs/common@1.8.1-next.30
|
429
|
-
- @flatjs/forge-postcss-plugin-pixel@1.8.1-next.30
|
430
|
-
- @flatjs/evolve-preset-babel@1.8.1-next.15
|
431
|
-
- @flatjs/graph@1.8.1-next.36
|
432
|
-
- @flatjs/mock@1.8.1-next.55
|
433
|
-
|
434
|
-
## 1.8.1-next.66
|
435
|
-
|
436
|
-
### Patch Changes
|
437
|
-
|
438
|
-
- c8b6937: Update `loading` message with newline
|
439
|
-
- 2204384: formatting evolve building messages
|
440
|
-
- Updated dependencies [929b998]
|
441
|
-
- Updated dependencies [728d0e1]
|
442
|
-
- @flatjs/mock@1.8.1-next.54
|
443
|
-
|
444
|
-
## 1.8.1-next.65
|
445
|
-
|
446
|
-
### Patch Changes
|
447
|
-
|
448
|
-
- 2ddec91: bump version
|
449
|
-
- a3f55aa: adjust maxProcesses to 75%
|
450
|
-
- Updated dependencies [94632ae]
|
451
|
-
- Updated dependencies [cfdc3af]
|
452
|
-
- Updated dependencies [2ddec91]
|
453
|
-
- @flatjs/mock@1.8.1-next.53
|
454
|
-
- @flatjs/forge-postcss-plugin-pixel@1.8.1-next.29
|
455
|
-
- @flatjs/evolve-preset-babel@1.8.1-next.14
|
456
|
-
- @flatjs/common@1.8.1-next.29
|
457
|
-
- @flatjs/graph@1.8.1-next.35
|
458
|
-
|
459
|
-
## 1.8.1-next.64
|
460
|
-
|
461
|
-
### Patch Changes
|
462
|
-
|
463
|
-
- a83ed82: Add missed config options `maxSize` parameters
|
464
|
-
- @flatjs/graph@1.8.1-next.34
|
465
|
-
|
466
|
-
## 1.8.1-next.63
|
467
|
-
|
468
|
-
### Patch Changes
|
469
|
-
|
470
|
-
- Updated dependencies [bf24a46]
|
471
|
-
- @flatjs/mock@1.8.1-next.52
|
472
|
-
|
473
|
-
## 1.8.1-next.62
|
474
|
-
|
475
|
-
### Patch Changes
|
476
|
-
|
477
|
-
- 0a1b52e: Improved mock logging, plugin configurations
|
478
|
-
- 81298ad: Refactor allow config file to `.mjs,.mts,.ts`
|
479
|
-
- Updated dependencies [0a1b52e]
|
480
|
-
- Updated dependencies [81298ad]
|
481
|
-
- @flatjs/mock@1.8.1-next.51
|
482
|
-
- @flatjs/graph@1.8.1-next.33
|
483
|
-
|
484
|
-
## 1.8.1-next.61
|
485
|
-
|
486
|
-
### Patch Changes
|
487
|
-
|
488
|
-
- 59e31b0: fix `getBranchesBetweenCommits` to support `remote`
|
489
|
-
|
490
|
-
## 1.8.1-next.60
|
491
|
-
|
492
|
-
### Patch Changes
|
493
|
-
|
494
|
-
- Updated dependencies [889bd45]
|
495
|
-
- @flatjs/common@1.8.1-next.28
|
496
|
-
- @flatjs/forge-postcss-plugin-pixel@1.8.1-next.28
|
497
|
-
- @flatjs/graph@1.8.1-next.32
|
498
|
-
- @flatjs/mock@1.8.1-next.50
|
499
|
-
- @flatjs/evolve-preset-babel@1.8.1-next.13
|
500
|
-
|
501
|
-
## 1.8.1-next.59
|
502
|
-
|
503
|
-
### Patch Changes
|
504
|
-
|
505
|
-
- 43fcd4e: Update logging add re-throw evolve build error
|
506
|
-
- ffe4e14: bump version
|
507
|
-
- Updated dependencies [ffe4e14]
|
508
|
-
- @flatjs/forge-postcss-plugin-pixel@1.8.1-next.27
|
509
|
-
- @flatjs/evolve-preset-babel@1.8.1-next.13
|
510
|
-
- @flatjs/common@1.8.1-next.27
|
511
|
-
- @flatjs/graph@1.8.1-next.31
|
512
|
-
- @flatjs/mock@1.8.1-next.49
|
513
|
-
|
514
|
-
## 1.8.1-next.58
|
515
|
-
|
516
|
-
### Patch Changes
|
517
|
-
|
518
|
-
- 669474e: fix wrong print the webpack compiler error message formatting
|
519
|
-
|
520
|
-
## 1.8.1-next.57
|
521
|
-
|
522
|
-
### Patch Changes
|
523
|
-
|
524
|
-
- 12f0600: Setup `config:false` for `postcss-loader` to improve performance
|
525
|
-
|
526
|
-
## 1.8.1-next.56
|
527
|
-
|
528
|
-
### Patch Changes
|
529
|
-
|
530
|
-
- 08499ec: Allow pass customized options of `postcss-loader`
|
531
|
-
- 87013ff: bump version
|
532
|
-
- Updated dependencies [87013ff]
|
533
|
-
- @flatjs/forge-postcss-plugin-pixel@1.8.1-next.26
|
534
|
-
- @flatjs/evolve-preset-babel@1.8.1-next.12
|
535
|
-
- @flatjs/common@1.8.1-next.26
|
536
|
-
- @flatjs/graph@1.8.1-next.30
|
537
|
-
- @flatjs/mock@1.8.1-next.48
|
538
|
-
|
539
|
-
## 1.8.1-next.55
|
540
|
-
|
541
|
-
### Patch Changes
|
542
|
-
|
543
|
-
- 97d839c: Fix ForkTsChecker incorrect `include` of tsconfig.json
|
544
|
-
|
545
|
-
## 1.8.1-next.54
|
546
|
-
|
547
|
-
### Patch Changes
|
548
|
-
|
549
|
-
- 0b95309: update logging formats
|
550
|
-
- Updated dependencies [0b95309]
|
551
|
-
- @flatjs/mock@1.8.1-next.47
|
552
|
-
|
553
|
-
## 1.8.1-next.53
|
554
|
-
|
555
|
-
### Patch Changes
|
556
|
-
|
557
|
-
- 7fd8c71: Adjust logging message formatting
|
558
|
-
- 7fd8c71: bump version & adjust formatting of logs
|
559
|
-
- Updated dependencies [7fd8c71]
|
560
|
-
- @flatjs/common@1.8.1-next.25
|
561
|
-
- @flatjs/graph@1.8.1-next.29
|
562
|
-
- @flatjs/mock@1.8.1-next.46
|
563
|
-
- @flatjs/evolve-preset-babel@1.8.1-next.11
|
564
|
-
- @flatjs/forge-postcss-plugin-pixel@1.8.1-next.25
|
565
|
-
|
566
|
-
## 1.8.1-next.52
|
567
|
-
|
568
|
-
### Patch Changes
|
569
|
-
|
570
|
-
- Updated dependencies [4cb3186]
|
571
|
-
- @flatjs/common@1.8.1-next.24
|
572
|
-
- @flatjs/forge-postcss-plugin-pixel@1.8.1-next.24
|
573
|
-
- @flatjs/graph@1.8.1-next.28
|
574
|
-
- @flatjs/mock@1.8.1-next.45
|
575
|
-
- @flatjs/evolve-preset-babel@1.8.1-next.11
|
576
|
-
|
577
|
-
## 1.8.1-next.51
|
578
|
-
|
579
|
-
### Patch Changes
|
580
|
-
|
581
|
-
- b0cff22: bump version & adjust logging
|
582
|
-
- Updated dependencies [b0cff22]
|
583
|
-
- @flatjs/common@1.8.1-next.23
|
584
|
-
- @flatjs/graph@1.8.1-next.27
|
585
|
-
- @flatjs/mock@1.8.1-next.44
|
586
|
-
- @flatjs/evolve-preset-babel@1.8.1-next.11
|
587
|
-
- @flatjs/forge-postcss-plugin-pixel@1.8.1-next.23
|
588
|
-
|
589
|
-
## 1.8.1-next.50
|
590
|
-
|
591
|
-
### Patch Changes
|
592
|
-
|
593
|
-
- 44d38f3: bump version
|
594
|
-
- Updated dependencies [636a3c9]
|
595
|
-
- Updated dependencies [44d38f3]
|
596
|
-
- @flatjs/common@1.8.1-next.22
|
597
|
-
- @flatjs/forge-postcss-plugin-pixel@1.8.1-next.22
|
598
|
-
- @flatjs/evolve-preset-babel@1.8.1-next.11
|
599
|
-
- @flatjs/graph@1.8.1-next.26
|
600
|
-
- @flatjs/mock@1.8.1-next.43
|
601
|
-
|
602
|
-
## 1.8.1-next.49
|
603
|
-
|
604
|
-
### Patch Changes
|
605
|
-
|
606
|
-
- Updated dependencies [f83799b]
|
607
|
-
- @flatjs/graph@1.8.1-next.25
|
608
|
-
- @flatjs/mock@1.8.1-next.42
|
609
|
-
- @flatjs/common@1.8.1-next.21
|
610
|
-
- @flatjs/evolve-preset-babel@1.8.1-next.10
|
611
|
-
|
612
|
-
## 1.8.1-next.48
|
613
|
-
|
614
|
-
### Patch Changes
|
615
|
-
|
616
|
-
- 3aee5ed: update typings & add import chunks for reactjs test case
|
617
|
-
- Updated dependencies [7bb6aae]
|
618
|
-
- @flatjs/mock@1.8.1-next.41
|
619
|
-
|
620
|
-
## 1.8.1-next.47
|
621
|
-
|
622
|
-
### Patch Changes
|
623
|
-
|
624
|
-
- e710ec5: update armit/git fix branch list issue
|
625
|
-
|
626
|
-
## 1.8.1-next.46
|
627
|
-
|
628
|
-
### Patch Changes
|
629
|
-
|
630
|
-
- a2e8c72: bump version
|
631
|
-
- 8875949: imporved evolve build logics
|
632
|
-
- Updated dependencies [a2e8c72]
|
633
|
-
- Updated dependencies [8875949]
|
634
|
-
- @flatjs/forge-postcss-plugin-pixel@1.8.1-next.21
|
635
|
-
- @flatjs/evolve-preset-babel@1.8.1-next.10
|
636
|
-
- @flatjs/common@1.8.1-next.21
|
637
|
-
- @flatjs/graph@1.8.1-next.24
|
638
|
-
- @flatjs/mock@1.8.1-next.40
|
639
|
-
|
640
|
-
## 1.8.1-next.45
|
641
|
-
|
642
|
-
### Patch Changes
|
643
|
-
|
644
|
-
- @flatjs/graph@1.8.1-next.23
|
645
|
-
- @flatjs/mock@1.8.1-next.39
|
646
|
-
- @flatjs/common@1.8.1-next.20
|
647
|
-
- @flatjs/evolve-preset-babel@1.8.1-next.9
|
648
|
-
|
649
|
-
## 1.8.1-next.44
|
650
|
-
|
651
|
-
### Patch Changes
|
652
|
-
|
653
|
-
- Updated dependencies [b9b73fb]
|
654
|
-
- @flatjs/graph@1.8.1-next.22
|
655
|
-
- @flatjs/mock@1.8.1-next.38
|
656
|
-
- @flatjs/common@1.8.1-next.20
|
657
|
-
- @flatjs/evolve-preset-babel@1.8.1-next.9
|
658
|
-
|
659
|
-
## 1.8.1-next.43
|
660
|
-
|
661
|
-
### Patch Changes
|
662
|
-
|
663
|
-
- 0c816fd: bump version & add externals for graph
|
664
|
-
- Updated dependencies [0c816fd]
|
665
|
-
- @flatjs/common@1.8.1-next.20
|
666
|
-
- @flatjs/graph@1.8.1-next.21
|
667
|
-
- @flatjs/mock@1.8.1-next.37
|
668
|
-
- @flatjs/evolve-preset-babel@1.8.1-next.9
|
669
|
-
- @flatjs/forge-postcss-plugin-pixel@1.8.1-next.20
|
670
|
-
|
671
|
-
## 1.8.1-next.42
|
672
|
-
|
673
|
-
### Patch Changes
|
674
|
-
|
675
|
-
- 98a20bd: Add dynamic built module checker
|
676
|
-
- eeadd45: bump version
|
677
|
-
- 97a8e19: fix diff files with absolute path
|
678
|
-
- f3b97b8: Update package engine to `node:>=18` for Prefix-Only Core Modules
|
679
|
-
- 37efa04: refactor to support `module` pattern detect
|
680
|
-
- 6a81f82: Add new clientOverly options for `dev-server`
|
681
|
-
- Updated dependencies [eeadd45]
|
682
|
-
- Updated dependencies [f3b97b8]
|
683
|
-
- Updated dependencies [294590d]
|
684
|
-
- Updated dependencies [0d22375]
|
685
|
-
- Updated dependencies [8d45489]
|
686
|
-
- Updated dependencies [d286586]
|
687
|
-
- @flatjs/forge-postcss-plugin-pixel@1.8.1-next.19
|
688
|
-
- @flatjs/evolve-preset-babel@1.8.1-next.9
|
689
|
-
- @flatjs/common@1.8.1-next.19
|
690
|
-
- @flatjs/graph@1.8.1-next.20
|
691
|
-
- @flatjs/mock@1.8.1-next.36
|
692
|
-
|
693
|
-
## 1.8.1-next.41
|
694
|
-
|
695
|
-
### Patch Changes
|
696
|
-
|
697
|
-
- 0179446: bump version
|
698
|
-
- a11818e: bump version
|
699
|
-
- Updated dependencies [a3b66b5]
|
700
|
-
- Updated dependencies [5a427b6]
|
701
|
-
- Updated dependencies [0179446]
|
702
|
-
- Updated dependencies [a11818e]
|
703
|
-
- @flatjs/common@1.8.1-next.18
|
704
|
-
- @flatjs/forge-postcss-plugin-pixel@1.8.1-next.18
|
705
|
-
- @flatjs/evolve-preset-babel@1.8.1-next.8
|
706
|
-
- @flatjs/mock@1.8.1-next.35
|
707
|
-
|
708
|
-
## 1.8.1-next.40
|
709
|
-
|
710
|
-
### Patch Changes
|
711
|
-
|
712
|
-
- Updated dependencies [2b2ccff]
|
713
|
-
- @flatjs/mock@1.8.1-next.34
|
714
|
-
|
715
|
-
## 1.8.1-next.39
|
716
|
-
|
717
|
-
### Patch Changes
|
718
|
-
|
719
|
-
- Updated dependencies [50164ec]
|
720
|
-
- @flatjs/mock@1.8.1-next.33
|
721
|
-
|
722
|
-
## 1.8.1-next.38
|
723
|
-
|
724
|
-
### Patch Changes
|
725
|
-
|
726
|
-
- 1a919de: move mock watcher into mock-middleware allow to `evolve` attach directly
|
727
|
-
- Updated dependencies [1a919de]
|
728
|
-
- @flatjs/mock@1.8.1-next.32
|
729
|
-
|
730
|
-
## 1.8.1-next.37
|
731
|
-
|
732
|
-
### Patch Changes
|
733
|
-
|
734
|
-
- e97a039: Add webpack.definePlugin
|
735
|
-
|
736
|
-
## 1.8.1-next.36
|
737
|
-
|
738
|
-
### Patch Changes
|
739
|
-
|
740
|
-
- Updated dependencies [182eba6]
|
741
|
-
- Updated dependencies [f47b443]
|
742
|
-
- @flatjs/mock@1.8.1-next.31
|
743
|
-
|
744
|
-
## 1.8.1-next.35
|
745
|
-
|
746
|
-
### Patch Changes
|
747
|
-
|
748
|
-
- 3414589: fix load mock config missed `@flatjs/mock` as esmloader externals
|
749
|
-
|
750
|
-
## 1.8.1-next.34
|
751
|
-
|
752
|
-
### Patch Changes
|
753
|
-
|
754
|
-
- 51339d5: add `tsconfig-paths` & `extensionAlias`
|
755
|
-
|
756
|
-
## 1.8.1-next.33
|
757
|
-
|
758
|
-
### Patch Changes
|
759
|
-
|
760
|
-
- 56bddb7: imporved print logging for build entries
|
761
|
-
- @flatjs/mock@1.8.1-next.30
|
762
|
-
|
763
|
-
## 1.8.1-next.32
|
764
|
-
|
765
|
-
### Patch Changes
|
766
|
-
|
767
|
-
- 69b3166: Add `maxProcesses` for production build
|
768
|
-
- 68642bf: update minify.ts to minify.mjs
|
769
|
-
- Updated dependencies [68642bf]
|
770
|
-
- @flatjs/forge-postcss-plugin-pixel@1.8.1-next.17
|
771
|
-
- @flatjs/evolve-preset-babel@1.8.1-next.7
|
772
|
-
- @flatjs/common@1.8.1-next.17
|
773
|
-
- @flatjs/mock@1.8.1-next.29
|
774
|
-
|
775
|
-
## 1.8.1-next.31
|
776
|
-
|
777
|
-
### Patch Changes
|
778
|
-
|
779
|
-
- b318549: Add array chunks & evolve split entryMap into multi chunks
|
780
|
-
- Updated dependencies [b318549]
|
781
|
-
- @flatjs/common@1.8.1-next.16
|
782
|
-
- @flatjs/forge-postcss-plugin-pixel@1.8.1-next.16
|
783
|
-
- @flatjs/mock@1.8.1-next.28
|
784
|
-
- @flatjs/evolve-preset-babel@1.8.1-next.6
|
785
|
-
|
786
|
-
## 1.8.1-next.30
|
787
|
-
|
788
|
-
### Patch Changes
|
789
|
-
|
790
|
-
- af2051d: Add `startStatic` API
|
791
|
-
- @flatjs/mock@1.8.1-next.27
|
792
|
-
|
793
|
-
## 1.8.1-next.29
|
794
|
-
|
795
|
-
### Patch Changes
|
796
|
-
|
797
|
-
- @flatjs/mock@1.8.1-next.26
|
798
|
-
|
799
|
-
## 1.8.1-next.28
|
800
|
-
|
801
|
-
### Patch Changes
|
802
|
-
|
803
|
-
- 4d7d4aa: refactor config-loader allow projectCwd passing
|
804
|
-
- Updated dependencies [4d7d4aa]
|
805
|
-
- @flatjs/common@1.8.1-next.15
|
806
|
-
- @flatjs/mock@1.8.1-next.25
|
807
|
-
- @flatjs/forge-postcss-plugin-pixel@1.8.1-next.15
|
808
|
-
- @flatjs/evolve-preset-babel@1.8.1-next.6
|
809
|
-
|
810
|
-
## 1.8.1-next.27
|
811
|
-
|
812
|
-
### Patch Changes
|
813
|
-
|
814
|
-
- 22c4464: Improved performance of `ForkTsCheckerWebpackPlugin`
|
815
|
-
|
816
|
-
## 1.8.1-next.26
|
817
|
-
|
818
|
-
### Patch Changes
|
819
|
-
|
820
|
-
- Updated dependencies [898d48f]
|
821
|
-
- @flatjs/common@1.8.1-next.14
|
822
|
-
- @flatjs/forge-postcss-plugin-pixel@1.8.1-next.14
|
823
|
-
- @flatjs/mock@1.8.1-next.24
|
824
|
-
- @flatjs/evolve-preset-babel@1.8.1-next.6
|
825
|
-
|
826
|
-
## 1.8.1-next.25
|
827
|
-
|
828
|
-
### Patch Changes
|
829
|
-
|
830
|
-
- 52ab6a8: Change defaultServeGlobalData to support promise
|
831
|
-
|
832
|
-
## 1.8.1-next.24
|
833
|
-
|
834
|
-
### Patch Changes
|
835
|
-
|
836
|
-
- a8129b0: exports entryMap
|
837
|
-
|
838
|
-
## 1.8.1-next.23
|
839
|
-
|
840
|
-
### Patch Changes
|
841
|
-
|
842
|
-
- 14cb244: bump version
|
843
|
-
- Updated dependencies [14cb244]
|
844
|
-
- @flatjs/forge-postcss-plugin-pixel@1.8.1-next.13
|
845
|
-
- @flatjs/evolve-preset-babel@1.8.1-next.6
|
846
|
-
- @flatjs/common@1.8.1-next.13
|
847
|
-
- @flatjs/mock@1.8.1-next.23
|
848
|
-
|
849
|
-
## 1.8.1-next.22
|
850
|
-
|
851
|
-
### Patch Changes
|
852
|
-
|
853
|
-
- @flatjs/mock@1.8.1-next.22
|
854
|
-
|
855
|
-
## 1.8.1-next.21
|
856
|
-
|
857
|
-
### Patch Changes
|
858
|
-
|
859
|
-
- 4c7d73d: Move typings to type-fest
|
860
|
-
- Updated dependencies [4c7d73d]
|
861
|
-
- Updated dependencies [4c7d73d]
|
862
|
-
- @flatjs/common@1.8.1-next.12
|
863
|
-
- @flatjs/mock@1.8.1-next.21
|
864
|
-
- @flatjs/evolve-preset-babel@1.8.1-next.5
|
865
|
-
- @flatjs/forge-postcss-plugin-pixel@1.8.1-next.12
|
866
|
-
|
867
|
-
## 1.8.1-next.20
|
868
|
-
|
869
|
-
### Patch Changes
|
870
|
-
|
871
|
-
- Updated dependencies [a971bed]
|
872
|
-
- @flatjs/common@1.8.1-next.11
|
873
|
-
- @flatjs/mock@1.8.1-next.20
|
874
|
-
- @flatjs/forge-postcss-plugin-pixel@1.8.1-next.11
|
875
|
-
- @flatjs/evolve-preset-babel@1.8.1-next.5
|
876
|
-
|
877
|
-
## 1.8.1-next.19
|
878
|
-
|
879
|
-
### Patch Changes
|
880
|
-
|
881
|
-
- 26e11d4: bump armit version
|
882
|
-
- Updated dependencies [26e11d4]
|
883
|
-
- @flatjs/common@1.8.1-next.10
|
884
|
-
- @flatjs/mock@1.8.1-next.19
|
885
|
-
- @flatjs/evolve-preset-babel@1.8.1-next.5
|
886
|
-
- @flatjs/forge-postcss-plugin-pixel@1.8.1-next.10
|
887
|
-
|
888
|
-
## 1.8.1-next.18
|
889
|
-
|
890
|
-
### Patch Changes
|
891
|
-
|
892
|
-
- 80de4ee: Add `build`,`serve`,`mock` cli command
|
893
|
-
- Updated dependencies [07ad02e]
|
894
|
-
- @flatjs/common@1.8.1-next.9
|
895
|
-
- @flatjs/forge-postcss-plugin-pixel@1.8.1-next.9
|
896
|
-
- @flatjs/mock@1.8.1-next.18
|
897
|
-
- @flatjs/evolve-preset-babel@1.8.1-next.5
|
898
|
-
|
899
|
-
## 1.8.1-next.17
|
900
|
-
|
901
|
-
### Patch Changes
|
902
|
-
|
903
|
-
- cdc0604: Replace veresion pattern from `^` to `*`
|
904
|
-
- ab0bc1f: Add evolve module
|
905
|
-
- 05a29d9: update dependencies as fixed version
|
906
|
-
- Updated dependencies [cdc0604]
|
907
|
-
- Updated dependencies [b2586d8]
|
908
|
-
- Updated dependencies [05a29d9]
|
909
|
-
- Updated dependencies [fd260b2]
|
910
|
-
- @flatjs/forge-postcss-plugin-pixel@1.8.1-next.8
|
911
|
-
- @flatjs/common@1.8.1-next.8
|
912
|
-
- @flatjs/evolve-preset-babel@1.8.1-next.5
|
913
|
-
- @flatjs/mock@1.8.1-next.17
|