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