@modern-js/plugin-router-v5 2.32.2-alpha.1 → 2.33.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +10 -10
  2. package/CHANGELOG.md +0 -442
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.32.2-alpha.1",
18
+ "version": "2.33.1",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/types/cli/index.d.ts",
21
21
  "main": "./dist/cjs/cli/index.js",
@@ -60,9 +60,9 @@
60
60
  "hoist-non-react-statics": "^3.3.2",
61
61
  "react-router-dom": "^5.3.4",
62
62
  "@swc/helpers": "0.5.1",
63
- "@modern-js/plugin": "2.32.2-alpha.1",
64
- "@modern-js/types": "2.32.2-alpha.1",
65
- "@modern-js/utils": "2.32.2-alpha.1"
63
+ "@modern-js/plugin": "2.33.1",
64
+ "@modern-js/types": "2.33.1",
65
+ "@modern-js/utils": "2.33.1"
66
66
  },
67
67
  "peerDependencies": {
68
68
  "react": ">=17",
@@ -78,12 +78,12 @@
78
78
  "react-dom": "^18",
79
79
  "ts-jest": "^29.1.0",
80
80
  "typescript": "^5",
81
- "@modern-js/app-tools": "2.32.2-alpha.1",
82
- "@modern-js/core": "2.32.2-alpha.1",
83
- "@modern-js/runtime": "2.32.2-alpha.1",
84
- "@modern-js/utils": "2.32.2-alpha.1",
85
- "@scripts/jest-config": "2.32.1",
86
- "@scripts/build": "2.32.1"
81
+ "@modern-js/app-tools": "2.33.1",
82
+ "@modern-js/core": "2.33.1",
83
+ "@modern-js/runtime": "2.33.1",
84
+ "@modern-js/utils": "2.33.1",
85
+ "@scripts/jest-config": "2.33.1",
86
+ "@scripts/build": "2.33.1"
87
87
  },
88
88
  "sideEffects": false,
89
89
  "publishConfig": {
package/CHANGELOG.md DELETED
@@ -1,442 +0,0 @@
1
- # @modern-js/plugin-router-v5
2
-
3
- ## 2.32.2-alpha.0
4
-
5
- ### Patch Changes
6
-
7
- - Updated dependencies [bc1f8daf0ff]
8
- - @modern-js/utils@2.32.2-alpha.0
9
- - @modern-js/plugin@2.32.2-alpha.0
10
- - @modern-js/types@2.32.2-alpha.0
11
-
12
- ## 2.32.1
13
-
14
- ### Patch Changes
15
-
16
- - Updated dependencies [90e053a]
17
- - @modern-js/types@2.32.1
18
- - @modern-js/utils@2.32.1
19
- - @modern-js/plugin@2.32.1
20
-
21
- ## 2.32.0
22
-
23
- ### Patch Changes
24
-
25
- - 6076166: fix: packaging errors found by publint
26
-
27
- fix: 修复 publint 检测到的 packaging 问题
28
-
29
- - Updated dependencies [e5a3fb4]
30
- - Updated dependencies [6076166]
31
- - Updated dependencies [a030aff]
32
- - Updated dependencies [4323e68]
33
- - Updated dependencies [3c91100]
34
- - Updated dependencies [5255eba]
35
- - @modern-js/utils@2.32.0
36
- - @modern-js/plugin@2.32.0
37
- - @modern-js/types@2.32.0
38
-
39
- ## 2.31.2
40
-
41
- ### Patch Changes
42
-
43
- - Updated dependencies [15d30abdc66]
44
- - @modern-js/utils@2.31.2
45
- - @modern-js/plugin@2.31.2
46
- - @modern-js/types@2.31.2
47
-
48
- ## 2.31.1
49
-
50
- ### Patch Changes
51
-
52
- - @modern-js/plugin@2.31.1
53
- - @modern-js/types@2.31.1
54
- - @modern-js/utils@2.31.1
55
-
56
- ## 2.31.0
57
-
58
- ### Patch Changes
59
-
60
- - Updated dependencies [1882366]
61
- - @modern-js/utils@2.31.0
62
- - @modern-js/plugin@2.31.0
63
- - @modern-js/types@2.31.0
64
-
65
- ## 2.30.0
66
-
67
- ### Patch Changes
68
-
69
- - b835d37: fix: inject routes to context in the router v5
70
- fix: 在 router v5 中,注入路由信息到 context 上
71
- - Updated dependencies [a5ee81a]
72
- - Updated dependencies [b6ab299]
73
- - @modern-js/types@2.30.0
74
- - @modern-js/utils@2.30.0
75
- - @modern-js/plugin@2.30.0
76
-
77
- ## 2.29.0
78
-
79
- ### Patch Changes
80
-
81
- - Updated dependencies [e6b5355]
82
- - Updated dependencies [93db783]
83
- - Updated dependencies [cba7675]
84
- - Updated dependencies [99052ea]
85
- - Updated dependencies [1d71d2e]
86
- - @modern-js/utils@2.29.0
87
- - @modern-js/types@2.29.0
88
- - @modern-js/plugin@2.29.0
89
-
90
- ## 2.28.0
91
-
92
- ### Patch Changes
93
-
94
- - Updated dependencies [4e3ce96]
95
- - Updated dependencies [00b58a7]
96
- - @modern-js/types@2.28.0
97
- - @modern-js/utils@2.28.0
98
- - @modern-js/plugin@2.28.0
99
-
100
- ## 2.27.0
101
-
102
- ### Patch Changes
103
-
104
- - 8322a51: chore: migrate packages from tsc to module-lib build
105
-
106
- chore: 将使用 tsc 的包迁移到 module-lib 构建
107
-
108
- - Updated dependencies [91d14b8]
109
- - Updated dependencies [6d7104d]
110
- - @modern-js/utils@2.27.0
111
- - @modern-js/plugin@2.27.0
112
- - @modern-js/types@2.27.0
113
-
114
- ## 2.26.0
115
-
116
- ### Patch Changes
117
-
118
- - @modern-js/plugin@2.26.0
119
- - @modern-js/types@2.26.0
120
- - @modern-js/utils@2.26.0
121
-
122
- ## 2.25.2
123
-
124
- ### Patch Changes
125
-
126
- - Updated dependencies [63d8247]
127
- - Updated dependencies [6651684]
128
- - Updated dependencies [272646c]
129
- - Updated dependencies [358ed24]
130
- - @modern-js/utils@2.25.2
131
- - @modern-js/plugin@2.25.2
132
- - @modern-js/types@2.25.2
133
-
134
- ## 2.25.1
135
-
136
- ### Patch Changes
137
-
138
- - Updated dependencies [9f78d0c]
139
- - @modern-js/utils@2.25.1
140
- - @modern-js/plugin@2.25.1
141
- - @modern-js/types@2.25.1
142
-
143
- ## 2.25.0
144
-
145
- ### Patch Changes
146
-
147
- - 4c4c0ad: feat: add named exports for all CLI plugins
148
-
149
- feat: 为各个 CLI 插件添加 named 导出
150
-
151
- - Updated dependencies [2491875]
152
- - Updated dependencies [5732c6a]
153
- - @modern-js/types@2.25.0
154
- - @modern-js/utils@2.25.0
155
- - @modern-js/plugin@2.25.0
156
-
157
- ## 2.24.0
158
-
159
- ### Patch Changes
160
-
161
- - c882fbd: feat: support config main entry name
162
-
163
- feat: 支持配置主入口名称
164
-
165
- - Updated dependencies [c882fbd]
166
- - Updated dependencies [4a82c3b]
167
- - @modern-js/types@2.24.0
168
- - @modern-js/utils@2.24.0
169
- - @modern-js/plugin@2.24.0
170
-
171
- ## 2.23.1
172
-
173
- ### Patch Changes
174
-
175
- - Updated dependencies [f08bbfc]
176
- - Updated dependencies [a6b313a]
177
- - Updated dependencies [8f2cab0]
178
- - @modern-js/utils@2.23.1
179
- - @modern-js/plugin@2.23.1
180
- - @modern-js/types@2.23.1
181
-
182
- ## 2.23.0
183
-
184
- ### Patch Changes
185
-
186
- - 7e6fb5f: chore: publishConfig add provenance config
187
-
188
- chore: publishConfig 增加 provenance 配置
189
-
190
- - c3216b5: chore: split the scheme into the plugin
191
-
192
- chore: 拆分 scheme 到插件内部
193
-
194
- - Updated dependencies [7e6fb5f]
195
- - Updated dependencies [a7a7ad7]
196
- - Updated dependencies [6dec7c2]
197
- - Updated dependencies [c3216b5]
198
- - @modern-js/plugin@2.23.0
199
- - @modern-js/types@2.23.0
200
- - @modern-js/utils@2.23.0
201
-
202
- ## 2.22.1
203
-
204
- ### Patch Changes
205
-
206
- - Updated dependencies [25b490a]
207
- - Updated dependencies [e2848a2]
208
- - Updated dependencies [d4045ed]
209
- - @modern-js/types@2.22.1
210
- - @modern-js/utils@2.22.1
211
- - @modern-js/plugin@2.22.1
212
-
213
- ## 2.22.0
214
-
215
- ### Patch Changes
216
-
217
- - Updated dependencies [3d48836]
218
- - Updated dependencies [5050e8e]
219
- - @modern-js/utils@2.22.0
220
- - @modern-js/plugin@2.22.0
221
- - @modern-js/types@2.22.0
222
-
223
- ## 2.21.1
224
-
225
- ### Patch Changes
226
-
227
- - @modern-js/plugin@2.21.1
228
- - @modern-js/types@2.21.1
229
- - @modern-js/utils@2.21.1
230
-
231
- ## 2.21.0
232
-
233
- ### Patch Changes
234
-
235
- - 26dcf3a: chore: bump typescript to v5 in devDependencies
236
-
237
- chore: 升级 devDependencies 中的 typescript 版本到 v5
238
-
239
- - Updated dependencies [e81eeaf]
240
- - Updated dependencies [26dcf3a]
241
- - Updated dependencies [1ef03dc]
242
- - Updated dependencies [056627f]
243
- - Updated dependencies [0fc15ca]
244
- - Updated dependencies [43b4e83]
245
- - Updated dependencies [ad78387]
246
- - @modern-js/utils@2.21.0
247
- - @modern-js/plugin@2.21.0
248
- - @modern-js/types@2.21.0
249
-
250
- ## 2.20.0
251
-
252
- ### Patch Changes
253
-
254
- - 6b9d90a: chore: remove @babel/runtime. add @swc/helper and enable `externalHelper` config.
255
- chore: 移除 @babel/runtime 依赖. 增加 @swc/helpers 依赖并且开启 `externalHelpers` 配置
256
- - Updated dependencies [3c4e0a5]
257
- - Updated dependencies [6b9d90a]
258
- - Updated dependencies [5f055ab]
259
- - @modern-js/utils@2.20.0
260
- - @modern-js/plugin@2.20.0
261
- - @modern-js/types@2.20.0
262
-
263
- ## 2.19.1
264
-
265
- ### Patch Changes
266
-
267
- - @modern-js/plugin@2.19.1
268
- - @modern-js/types@2.19.1
269
- - @modern-js/utils@2.19.1
270
-
271
- ## 2.19.0
272
-
273
- ### Patch Changes
274
-
275
- - Updated dependencies [1134fe2]
276
- - @modern-js/utils@2.19.0
277
- - @modern-js/plugin@2.19.0
278
- - @modern-js/types@2.19.0
279
-
280
- ## 2.18.1
281
-
282
- ### Patch Changes
283
-
284
- - @modern-js/types@2.18.1
285
- - @modern-js/utils@2.18.1
286
-
287
- ## 2.18.0
288
-
289
- ### Patch Changes
290
-
291
- - @modern-js/types@2.18.0
292
- - @modern-js/utils@2.18.0
293
-
294
- ## 2.17.1
295
-
296
- ### Patch Changes
297
-
298
- - @modern-js/types@2.17.1
299
- - @modern-js/utils@2.17.1
300
-
301
- ## 2.17.0
302
-
303
- ### Patch Changes
304
-
305
- - @modern-js/types@2.17.0
306
- - @modern-js/utils@2.17.0
307
-
308
- ## 2.16.0
309
-
310
- ### Patch Changes
311
-
312
- - 4e876ab: chore: package.json include the monorepo-relative directory
313
-
314
- chore: 在 package.json 中声明 monorepo 的子路径
315
-
316
- - Updated dependencies [5954330]
317
- - Updated dependencies [7596520]
318
- - Updated dependencies [4e876ab]
319
- - @modern-js/utils@2.16.0
320
- - @modern-js/types@2.16.0
321
-
322
- ## 2.15.0
323
-
324
- ### Patch Changes
325
-
326
- - 09a3e57: chore(runtime): remove unused @testing-library/react-hooks
327
-
328
- chore(runtime): 移除多余的 @testing-library/react-hooks
329
-
330
- - @modern-js/types@2.15.0
331
- - @modern-js/utils@2.15.0
332
-
333
- ## 2.14.0
334
-
335
- ### Patch Changes
336
-
337
- - 60a81d0: feat: add ssr.inlineScript for use inline json instead inline script when ssr
338
- feat: 添加 ssr.inlineScript 用于在 ssr 模式下使用内联 json 而不是内联脚本
339
- - Updated dependencies [4779152]
340
- - Updated dependencies [9321bef]
341
- - Updated dependencies [9b45c58]
342
- - Updated dependencies [52d0cb1]
343
- - Updated dependencies [60a81d0]
344
- - Updated dependencies [dacef96]
345
- - Updated dependencies [16399fd]
346
- - @modern-js/utils@2.14.0
347
- - @modern-js/types@2.14.0
348
-
349
- ## 2.13.4
350
-
351
- ### Patch Changes
352
-
353
- - @modern-js/types@2.13.4
354
- - @modern-js/utils@2.13.4
355
-
356
- ## 2.13.3
357
-
358
- ### Patch Changes
359
-
360
- - @modern-js/types@2.13.3
361
- - @modern-js/utils@2.13.3
362
-
363
- ## 2.13.2
364
-
365
- ### Patch Changes
366
-
367
- - @modern-js/types@2.13.2
368
- - @modern-js/utils@2.13.2
369
-
370
- ## 2.13.1
371
-
372
- ### Patch Changes
373
-
374
- - @modern-js/types@2.13.1
375
- - @modern-js/utils@2.13.1
376
-
377
- ## 2.13.0
378
-
379
- ### Patch Changes
380
-
381
- - @modern-js/types@2.13.0
382
- - @modern-js/utils@2.13.0
383
-
384
- ## 2.12.0
385
-
386
- ### Patch Changes
387
-
388
- - Updated dependencies [c2ca6c8]
389
- - Updated dependencies [6d86e34]
390
- - @modern-js/utils@2.12.0
391
- - @modern-js/types@2.12.0
392
-
393
- ## 2.11.0
394
-
395
- ### Patch Changes
396
-
397
- - Updated dependencies [cfb058f]
398
- - Updated dependencies [0bd018b]
399
- - Updated dependencies [5d624fd]
400
- - Updated dependencies [e2466a1]
401
- - Updated dependencies [02bb383]
402
- - Updated dependencies [381a3b9]
403
- - Updated dependencies [7a60f10]
404
- - Updated dependencies [274b2e5]
405
- - Updated dependencies [b9e1c54]
406
- - @modern-js/utils@2.11.0
407
- - @modern-js/types@2.11.0
408
-
409
- ## 2.10.0
410
-
411
- ### Patch Changes
412
-
413
- - 0da32d0: chore: upgrade jest and puppeteer
414
- chore: 升级 jest 和 puppeteer 到 latest
415
- - 0d9962b: fix: add types field in package.json
416
- fix: 添加 package.json 中的 types 字段
417
- - Updated dependencies [3e0bd50]
418
- - Updated dependencies [92d247f]
419
- - Updated dependencies [0da32d0]
420
- - Updated dependencies [0d9962b]
421
- - Updated dependencies [fbefa7e]
422
- - Updated dependencies [4d54233]
423
- - Updated dependencies [6db4864]
424
- - @modern-js/types@2.10.0
425
- - @modern-js/utils@2.10.0
426
-
427
- ## 2.9.0
428
-
429
- ### Patch Changes
430
-
431
- - @modern-js/types@2.9.0
432
- - @modern-js/utils@2.9.0
433
-
434
- ## 2.8.0
435
-
436
- ### Patch Changes
437
-
438
- - Updated dependencies [1104a9f18b]
439
- - Updated dependencies [70d82e1408]
440
- - Updated dependencies [1f6ca2c7fb]
441
- - @modern-js/utils@2.8.0
442
- - @modern-js/types@2.8.0