@module-federation/bridge-react-webpack-plugin 2.3.2 → 2.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/bridge-react-webpack-plugin",
3
- "version": "2.3.2",
3
+ "version": "2.4.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -11,6 +11,10 @@
11
11
  "url": "git+https://github.com/module-federation/core.git",
12
12
  "directory": "packages/bridge/bridge-react-webpack-plugin"
13
13
  },
14
+ "files": [
15
+ "dist/",
16
+ "README.md"
17
+ ],
14
18
  "main": "./dist/index.cjs.js",
15
19
  "module": "./dist/index.es.js",
16
20
  "types": "./dist/index.cjs.d.ts",
@@ -25,7 +29,7 @@
25
29
  "dependencies": {
26
30
  "semver": "7.6.3",
27
31
  "@types/semver": "7.5.8",
28
- "@module-federation/sdk": "2.3.2"
32
+ "@module-federation/sdk": "2.4.0"
29
33
  },
30
34
  "devDependencies": {
31
35
  "typescript": "^5.2.2",
@@ -1,20 +0,0 @@
1
-
2
- > @module-federation/bridge-react-webpack-plugin@2.3.2 build /home/runner/work/core/core/packages/bridge/bridge-react-webpack-plugin
3
- > vite build
4
-
5
- The CJS build of Vite's Node API is deprecated. See https://vite.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
6
- vite v5.4.21 building for production...
7
- transforming...
8
- ✓ 92 modules transformed.
9
- rendering chunks...
10
- 
11
- [vite:dts] Start generate declaration files...
12
- computing gzip size...
13
- dist/index.cjs.js 56.02 kB │ gzip: 12.26 kB
14
- [vite:dts] Start rollup declaration files...
15
- Analysis will use the bundled TypeScript version 5.8.2
16
- *** The target project appears to use TypeScript 5.9.3 which is newer than the bundled compiler engine; consider upgrading API Extractor.
17
- [vite:dts] Declaration files built in 11051ms.
18
- 
19
- dist/index.es.js 56.00 kB │ gzip: 12.26 kB
20
- ✓ built in 12.65s
package/CHANGELOG.md DELETED
@@ -1,722 +0,0 @@
1
- # @module-federation/bridge-react-webpack-plugin
2
-
3
- ## 2.3.2
4
-
5
- ### Patch Changes
6
-
7
- - @module-federation/sdk@2.3.2
8
-
9
- ## 2.3.1
10
-
11
- ### Patch Changes
12
-
13
- - @module-federation/sdk@2.3.1
14
-
15
- ## 2.3.0
16
-
17
- ### Patch Changes
18
-
19
- - Updated dependencies [eb26065]
20
- - Updated dependencies [8f2ec9b]
21
- - @module-federation/sdk@2.3.0
22
-
23
- ## 2.2.3
24
-
25
- ### Patch Changes
26
-
27
- - @module-federation/sdk@2.2.3
28
-
29
- ## 2.2.2
30
-
31
- ### Patch Changes
32
-
33
- - @module-federation/sdk@2.2.2
34
-
35
- ## 2.2.1
36
-
37
- ### Patch Changes
38
-
39
- - @module-federation/sdk@2.2.1
40
-
41
- ## 2.2.0
42
-
43
- ### Patch Changes
44
-
45
- - Updated dependencies [c856ec1]
46
- - Updated dependencies [12240bb]
47
- - Updated dependencies [e5dd6ef]
48
- - @module-federation/sdk@2.2.0
49
-
50
- ## 2.1.0
51
-
52
- ### Patch Changes
53
-
54
- - Updated dependencies [918294f]
55
- - @module-federation/sdk@2.1.0
56
-
57
- ## 2.0.1
58
-
59
- ### Patch Changes
60
-
61
- - @module-federation/sdk@2.0.1
62
-
63
- ## 2.0.0
64
-
65
- ### Patch Changes
66
-
67
- - @module-federation/sdk@2.0.0
68
-
69
- ## 0.24.1
70
-
71
- ### Patch Changes
72
-
73
- - @module-federation/sdk@0.24.1
74
-
75
- ## 0.24.0
76
-
77
- ### Patch Changes
78
-
79
- - @module-federation/sdk@0.24.0
80
-
81
- ## 0.23.0
82
-
83
- ### Patch Changes
84
-
85
- - @module-federation/sdk@0.23.0
86
-
87
- ## 0.22.1
88
-
89
- ### Patch Changes
90
-
91
- - @module-federation/sdk@0.22.1
92
-
93
- ## 0.22.0
94
-
95
- ### Patch Changes
96
-
97
- - @module-federation/sdk@0.22.0
98
-
99
- ## 0.21.6
100
-
101
- ### Patch Changes
102
-
103
- - @module-federation/sdk@0.21.6
104
-
105
- ## 0.21.5
106
-
107
- ### Patch Changes
108
-
109
- - Updated dependencies [94d8868]
110
- - @module-federation/sdk@0.21.5
111
-
112
- ## 0.21.4
113
-
114
- ### Patch Changes
115
-
116
- - Updated dependencies [a50e068]
117
- - @module-federation/sdk@0.21.4
118
-
119
- ## 0.21.3
120
-
121
- ### Patch Changes
122
-
123
- - @module-federation/sdk@0.21.3
124
-
125
- ## 0.21.2
126
-
127
- ### Patch Changes
128
-
129
- - @module-federation/sdk@0.21.2
130
-
131
- ## 0.21.1
132
-
133
- ### Patch Changes
134
-
135
- - @module-federation/sdk@0.21.1
136
-
137
- ## 0.21.0
138
-
139
- ### Minor Changes
140
-
141
- - d225658: feat: Add React Router v7 Support to Module Federation Bridge
142
-
143
- ### Patch Changes
144
-
145
- - Updated dependencies [d1e90a4]
146
- - @module-federation/sdk@0.21.0
147
-
148
- ## 0.20.0
149
-
150
- ### Patch Changes
151
-
152
- - Updated dependencies [37346d4]
153
- - Updated dependencies [639a83b]
154
- - @module-federation/sdk@0.20.0
155
-
156
- ## 0.19.1
157
-
158
- ### Patch Changes
159
-
160
- - Updated dependencies
161
- - @module-federation/sdk@0.19.1
162
-
163
- ## 0.19.0
164
-
165
- ### Patch Changes
166
-
167
- - @module-federation/sdk@0.19.0
168
-
169
- ## 0.18.4
170
-
171
- ### Patch Changes
172
-
173
- - Updated dependencies [8061f8c]
174
- - @module-federation/sdk@0.18.4
175
-
176
- ## 0.18.3
177
-
178
- ### Patch Changes
179
-
180
- - @module-federation/sdk@0.18.3
181
-
182
- ## 0.18.2
183
-
184
- ### Patch Changes
185
-
186
- - @module-federation/sdk@0.18.2
187
-
188
- ## 0.18.1
189
-
190
- ### Patch Changes
191
-
192
- - Updated dependencies [0bf3a3a]
193
- - @module-federation/sdk@0.18.1
194
-
195
- ## 0.18.0
196
-
197
- ### Patch Changes
198
-
199
- - Updated dependencies [f6381e6]
200
- - @module-federation/sdk@0.18.0
201
-
202
- ## 0.17.1
203
-
204
- ### Patch Changes
205
-
206
- - a7cf276: chore: upgrade NX to 21.2.3, Storybook to 9.0.9, and TypeScript to 5.8.3
207
- - Upgraded NX from 21.0.3 to 21.2.3 with workspace configuration updates
208
- - Migrated Storybook from 8.3.5 to 9.0.9 with updated configurations and automigrations
209
- - Upgraded TypeScript from 5.7.3 to 5.8.3 with compatibility fixes
210
- - Fixed package exports and type declaration paths across all packages
211
- - Resolved module resolution issues and TypeScript compatibility problems
212
- - Updated build configurations and dependencies to support latest versions
213
-
214
- - Updated dependencies [a7cf276]
215
- - @module-federation/sdk@0.17.1
216
-
217
- ## 0.17.0
218
-
219
- ### Patch Changes
220
-
221
- - @module-federation/sdk@0.17.0
222
-
223
- ## 0.16.0
224
-
225
- ### Patch Changes
226
-
227
- - Updated dependencies [1485fcf]
228
- - @module-federation/sdk@0.16.0
229
-
230
- ## 0.15.0
231
-
232
- ### Patch Changes
233
-
234
- - @module-federation/sdk@0.15.0
235
-
236
- ## 0.14.3
237
-
238
- ### Patch Changes
239
-
240
- - @module-federation/sdk@0.14.3
241
-
242
- ## 0.14.2
243
-
244
- ### Patch Changes
245
-
246
- - @module-federation/sdk@0.14.2
247
-
248
- ## 0.14.1
249
-
250
- ### Patch Changes
251
-
252
- - @module-federation/sdk@0.14.1
253
-
254
- ## 0.14.0
255
-
256
- ### Patch Changes
257
-
258
- - Updated dependencies [82b8cac]
259
- - @module-federation/sdk@0.14.0
260
-
261
- ## 0.13.1
262
-
263
- ### Patch Changes
264
-
265
- - @module-federation/sdk@0.13.1
266
-
267
- ## 0.13.0
268
-
269
- ### Patch Changes
270
-
271
- - 38f324f: Disable live bindings on cjs builds of the runtime packages
272
- - Updated dependencies [38f324f]
273
- - @module-federation/sdk@0.13.0
274
-
275
- ## 0.12.0
276
-
277
- ### Patch Changes
278
-
279
- - Updated dependencies [c399b9a]
280
- - Updated dependencies [ef96c4d]
281
- - Updated dependencies [f4fb242]
282
- - @module-federation/sdk@0.12.0
283
-
284
- ## 0.11.4
285
-
286
- ### Patch Changes
287
-
288
- - Updated dependencies [64a2bc1]
289
- - Updated dependencies [c14842f]
290
- - @module-federation/sdk@0.11.4
291
-
292
- ## 0.11.3
293
-
294
- ### Patch Changes
295
-
296
- - @module-federation/sdk@0.11.3
297
-
298
- ## 0.11.2
299
-
300
- ### Patch Changes
301
-
302
- - Updated dependencies [047857b]
303
- - @module-federation/sdk@0.11.2
304
-
305
- ## 0.11.1
306
-
307
- ### Patch Changes
308
-
309
- - @module-federation/sdk@0.11.1
310
-
311
- ## 0.11.0
312
-
313
- ### Patch Changes
314
-
315
- - Updated dependencies [fce107e]
316
- - @module-federation/sdk@0.11.0
317
-
318
- ## 0.10.0
319
-
320
- ### Patch Changes
321
-
322
- - Updated dependencies [0f71cbc]
323
- - Updated dependencies [22fcccd]
324
- - @module-federation/sdk@0.10.0
325
-
326
- ## 0.9.1
327
-
328
- ### Patch Changes
329
-
330
- - Updated dependencies [35d925b]
331
- - Updated dependencies [35d925b]
332
- - Updated dependencies [8acd217]
333
- - @module-federation/sdk@0.9.1
334
-
335
- ## 0.9.0
336
-
337
- ### Patch Changes
338
-
339
- - @module-federation/sdk@0.9.0
340
-
341
- ## 0.8.12
342
-
343
- ### Patch Changes
344
-
345
- - @module-federation/sdk@0.8.12
346
-
347
- ## 0.8.11
348
-
349
- ### Patch Changes
350
-
351
- - @module-federation/sdk@0.8.11
352
-
353
- ## 0.8.10
354
-
355
- ### Patch Changes
356
-
357
- - @module-federation/sdk@0.8.10
358
-
359
- ## 0.8.9
360
-
361
- ### Patch Changes
362
-
363
- - @module-federation/sdk@0.8.9
364
-
365
- ## 0.8.8
366
-
367
- ### Patch Changes
368
-
369
- - @module-federation/sdk@0.8.8
370
-
371
- ## 0.8.7
372
-
373
- ### Patch Changes
374
-
375
- - Updated dependencies [835b09c]
376
- - Updated dependencies [336f3d8]
377
- - Updated dependencies [4fd33fb]
378
- - @module-federation/sdk@0.8.7
379
-
380
- ## 0.8.6
381
-
382
- ### Patch Changes
383
-
384
- - @module-federation/sdk@0.8.6
385
-
386
- ## 0.8.5
387
-
388
- ### Patch Changes
389
-
390
- - @module-federation/sdk@0.8.5
391
-
392
- ## 0.8.4
393
-
394
- ### Patch Changes
395
-
396
- - @module-federation/sdk@0.8.4
397
-
398
- ## 0.8.3
399
-
400
- ### Patch Changes
401
-
402
- - Updated dependencies [8e172c8]
403
- - @module-federation/sdk@0.8.3
404
-
405
- ## 0.8.2
406
-
407
- ### Patch Changes
408
-
409
- - @module-federation/sdk@0.8.2
410
-
411
- ## 0.8.1
412
-
413
- ### Patch Changes
414
-
415
- - @module-federation/sdk@0.8.1
416
-
417
- ## 0.8.0
418
-
419
- ### Patch Changes
420
-
421
- - @module-federation/sdk@0.8.0
422
-
423
- ## 0.7.7
424
-
425
- ### Patch Changes
426
-
427
- - @module-federation/sdk@0.7.7
428
-
429
- ## 0.7.6
430
-
431
- ### Patch Changes
432
-
433
- - @module-federation/sdk@0.7.6
434
-
435
- ## 0.7.5
436
-
437
- ### Patch Changes
438
-
439
- - 0309fb5: fix: wrap try catch with react-router-dom path resolve
440
- - @module-federation/sdk@0.7.5
441
-
442
- ## 0.7.4
443
-
444
- ### Patch Changes
445
-
446
- - @module-federation/sdk@0.7.4
447
-
448
- ## 0.7.3
449
-
450
- ### Patch Changes
451
-
452
- - Updated dependencies [4ab9295]
453
- - @module-federation/sdk@0.7.3
454
-
455
- ## 0.7.2
456
-
457
- ### Patch Changes
458
-
459
- - @module-federation/sdk@0.7.2
460
-
461
- ## 0.7.1
462
-
463
- ### Patch Changes
464
-
465
- - Updated dependencies [6db4c5f]
466
- - @module-federation/sdk@0.7.1
467
-
468
- ## 0.7.0
469
-
470
- ### Minor Changes
471
-
472
- - 3942740: add license information
473
- - Updated dependencies [879ad87]
474
- - Updated dependencies [4eb09e7]
475
- - Updated dependencies [206b56d]
476
- - @module-federation/sdk@0.7.0
477
-
478
- ## 0.6.16
479
-
480
- ### Patch Changes
481
-
482
- - Updated dependencies [f779188]
483
- - Updated dependencies [024df60]
484
- - @module-federation/sdk@0.6.16
485
-
486
- ## 0.6.15
487
-
488
- ### Patch Changes
489
-
490
- - @module-federation/sdk@0.6.15
491
-
492
- ## 0.6.14
493
-
494
- ### Patch Changes
495
-
496
- - Updated dependencies [ad605d2]
497
- - @module-federation/sdk@0.6.14
498
-
499
- ## 0.6.13
500
-
501
- ### Patch Changes
502
-
503
- - @module-federation/sdk@0.6.13
504
-
505
- ## 0.6.12
506
-
507
- ### Patch Changes
508
-
509
- - @module-federation/sdk@0.6.12
510
-
511
- ## 0.6.11
512
-
513
- ### Patch Changes
514
-
515
- - Updated dependencies [d5a3072]
516
- - @module-federation/sdk@0.6.11
517
-
518
- ## 0.6.10
519
-
520
- ### Patch Changes
521
-
522
- - Updated dependencies [22a3b83]
523
- - @module-federation/sdk@0.6.10
524
-
525
- ## 0.6.9
526
-
527
- ### Patch Changes
528
-
529
- - @module-federation/sdk@0.6.9
530
-
531
- ## 0.6.8
532
-
533
- ### Patch Changes
534
-
535
- - Updated dependencies [32db0ac]
536
- - @module-federation/sdk@0.6.8
537
-
538
- ## 0.6.7
539
-
540
- ### Patch Changes
541
-
542
- - Updated dependencies [9e32644]
543
- - @module-federation/sdk@0.6.7
544
-
545
- ## 0.6.6
546
-
547
- ### Patch Changes
548
-
549
- - @module-federation/sdk@0.6.6
550
-
551
- ## 0.6.5
552
-
553
- ### Patch Changes
554
-
555
- - @module-federation/sdk@0.6.5
556
-
557
- ## 0.6.4
558
-
559
- ### Patch Changes
560
-
561
- - d90295b: chore: adjust bridge router alias strategy to alias to router-v6 when not found react-router-dom in package.json
562
- - @module-federation/sdk@0.6.4
563
-
564
- ## 0.6.3
565
-
566
- ### Patch Changes
567
-
568
- - @module-federation/sdk@0.6.3
569
-
570
- ## 0.6.2
571
-
572
- ### Patch Changes
573
-
574
- - @module-federation/sdk@0.6.2
575
-
576
- ## 0.6.1
577
-
578
- ### Patch Changes
579
-
580
- - Updated dependencies [2855583]
581
- - Updated dependencies [813680f]
582
- - @module-federation/sdk@0.6.1
583
-
584
- ## 0.6.0
585
-
586
- ### Patch Changes
587
-
588
- - Updated dependencies [1d9bb77]
589
- - @module-federation/sdk@0.6.0
590
-
591
- ## 0.5.2
592
-
593
- ### Patch Changes
594
-
595
- - Updated dependencies [b90fa7d]
596
- - @module-federation/sdk@0.5.2
597
-
598
- ## 0.5.1
599
-
600
- ### Patch Changes
601
-
602
- - 472e2cc: feat: enchance react-bridge react-router-dom alias according to origin react-router-dom version
603
- - @module-federation/sdk@0.5.1
604
-
605
- ## 0.5.0
606
-
607
- ### Patch Changes
608
-
609
- - 49d6135: feat(@module-federation/bridge): enhance Bridge capabilities and fix some issues
610
- - Updated dependencies [8378a77]
611
- - @module-federation/sdk@0.5.0
612
-
613
- ## 0.4.0
614
-
615
- ### Patch Changes
616
-
617
- - Updated dependencies [a6e2bed]
618
- - Updated dependencies [a6e2bed]
619
- - @module-federation/sdk@0.4.0
620
-
621
- ## 0.3.5
622
-
623
- ### Patch Changes
624
-
625
- - @module-federation/sdk@0.3.5
626
-
627
- ## 0.3.4
628
-
629
- ### Patch Changes
630
-
631
- - @module-federation/sdk@0.3.4
632
-
633
- ## 0.3.3
634
-
635
- ### Patch Changes
636
-
637
- - @module-federation/sdk@0.3.3
638
-
639
- ## 0.3.2
640
-
641
- ### Patch Changes
642
-
643
- - @module-federation/sdk@0.3.2
644
-
645
- ## 0.3.1
646
-
647
- ### Patch Changes
648
-
649
- - @module-federation/sdk@0.3.1
650
-
651
- ## 0.3.0
652
-
653
- ### Patch Changes
654
-
655
- - Updated dependencies [fa37cc4]
656
- - @module-federation/sdk@0.3.0
657
-
658
- ## 0.2.8
659
-
660
- ### Patch Changes
661
-
662
- - @module-federation/sdk@0.2.8
663
-
664
- ## 0.2.7
665
-
666
- ### Patch Changes
667
-
668
- - Updated dependencies [b00ef13]
669
- - @module-federation/sdk@0.2.7
670
-
671
- ## 0.2.6
672
-
673
- ### Patch Changes
674
-
675
- - Updated dependencies [91bf689]
676
- - @module-federation/sdk@0.2.6
677
-
678
- ## 0.2.5
679
-
680
- ### Patch Changes
681
-
682
- - Updated dependencies [8cce571]
683
- - @module-federation/sdk@0.2.5
684
-
685
- ## 0.2.4
686
-
687
- ### Patch Changes
688
-
689
- - Updated dependencies [09b792d]
690
- - Updated dependencies [09b792d]
691
- - @module-federation/sdk@0.2.4
692
-
693
- ## 0.2.3
694
-
695
- ### Patch Changes
696
-
697
- - Updated dependencies [32f26af]
698
- - Updated dependencies [32f26af]
699
- - @module-federation/sdk@0.2.3
700
-
701
- ## 0.2.2
702
-
703
- ### Patch Changes
704
-
705
- - @module-federation/sdk@0.2.2
706
-
707
- ## 0.2.1
708
-
709
- ### Patch Changes
710
-
711
- - Updated dependencies [88445e7]
712
- - @module-federation/sdk@0.2.1
713
-
714
- ## 0.2.0
715
-
716
- ### Minor Changes
717
-
718
- - d2ab821: feat(bridge): Supports exporting and loading of application-level modules (with routing), currently supports react and vue3
719
-
720
- ### Patch Changes
721
-
722
- - @module-federation/sdk@0.2.0
@@ -1,71 +0,0 @@
1
- {
2
- "name": "react-router-dom",
3
- "version": "5.3.4",
4
- "description": "DOM bindings for React Router",
5
- "homepage": "https://reactrouter.com/",
6
- "repository": {
7
- "url": "https://github.com/remix-run/react-router.git",
8
- "type": "git",
9
- "directory": "packages/react-router-dom"
10
- },
11
- "license": "MIT",
12
- "author": "Remix Software <hello@remix.run>",
13
- "files": [
14
- "LICENSE",
15
- "README.md",
16
- "BrowserRouter.js",
17
- "HashRouter.js",
18
- "Link.js",
19
- "MemoryRouter.js",
20
- "NavLink.js",
21
- "Prompt.js",
22
- "Redirect.js",
23
- "Route.js",
24
- "Router.js",
25
- "StaticRouter.js",
26
- "Switch.js",
27
- "cjs",
28
- "es",
29
- "esm",
30
- "index.js",
31
- "generatePath.js",
32
- "matchPath.js",
33
- "modules/*.js",
34
- "modules/utils/*.js",
35
- "withRouter.js",
36
- "warnAboutDeprecatedCJSRequire.js",
37
- "umd"
38
- ],
39
- "main": "index.js",
40
- "module": "esm/react-router-dom.js",
41
- "sideEffects": false,
42
- "scripts": {
43
- "build": "rollup -c",
44
- "lint": "eslint modules"
45
- },
46
- "peerDependencies": {
47
- "react": ">=15"
48
- },
49
- "dependencies": {
50
- "@babel/runtime": "^7.12.13",
51
- "history": "^4.9.0",
52
- "loose-envify": "^1.3.1",
53
- "prop-types": "^15.6.2",
54
- "react-router": "5.3.4",
55
- "tiny-invariant": "^1.0.2",
56
- "tiny-warning": "^1.0.0"
57
- },
58
- "browserify": {
59
- "transform": [
60
- "loose-envify"
61
- ]
62
- },
63
- "keywords": [
64
- "react",
65
- "router",
66
- "route",
67
- "routing",
68
- "history",
69
- "link"
70
- ]
71
- }
@@ -1,49 +0,0 @@
1
- {
2
- "name": "react-router-dom",
3
- "version": "6.22.3",
4
- "description": "Declarative routing for React web applications",
5
- "keywords": [
6
- "react",
7
- "router",
8
- "route",
9
- "routing",
10
- "history",
11
- "link"
12
- ],
13
- "repository": {
14
- "type": "git",
15
- "url": "https://github.com/remix-run/react-router",
16
- "directory": "packages/react-router-dom"
17
- },
18
- "license": "MIT",
19
- "author": "Remix Software <hello@remix.run>",
20
- "sideEffects": false,
21
- "main": "./dist/main.js",
22
- "unpkg": "./dist/umd/react-router-dom.production.min.js",
23
- "module": "./dist/index.js",
24
- "types": "./dist/index.d.ts",
25
- "dependencies": {
26
- "@remix-run/router": "1.15.3",
27
- "react-router": "6.22.3"
28
- },
29
- "devDependencies": {
30
- "react": "^18.3.1",
31
- "react-dom": "^18.3.1"
32
- },
33
- "peerDependencies": {
34
- "react": ">=16.8",
35
- "react-dom": ">=16.8"
36
- },
37
- "files": [
38
- "dist/",
39
- "CHANGELOG.md",
40
- "LICENSE.md",
41
- "README.md",
42
- "server.d.ts",
43
- "server.js",
44
- "server.mjs"
45
- ],
46
- "engines": {
47
- "node": ">=14.0.0"
48
- }
49
- }
@@ -1,45 +0,0 @@
1
- {
2
- "name": "react-router",
3
- "version": "7.0.0",
4
- "description": "Declarative routing for React applications",
5
- "keywords": [
6
- "react",
7
- "router",
8
- "route",
9
- "routing",
10
- "history",
11
- "link"
12
- ],
13
- "repository": {
14
- "type": "git",
15
- "url": "https://github.com/remix-run/react-router",
16
- "directory": "packages/react-router"
17
- },
18
- "license": "MIT",
19
- "author": "Remix Software <hello@remix.run>",
20
- "sideEffects": false,
21
- "main": "./dist/main.js",
22
- "unpkg": "./dist/umd/react-router.production.min.js",
23
- "module": "./dist/index.js",
24
- "types": "./dist/index.d.ts",
25
- "dependencies": {
26
- "@remix-run/router": "2.0.0"
27
- },
28
- "devDependencies": {
29
- "react": "^18.3.1",
30
- "react-dom": "^18.3.1"
31
- },
32
- "peerDependencies": {
33
- "react": ">=18.0.0",
34
- "react-dom": ">=18.0.0"
35
- },
36
- "files": [
37
- "dist/",
38
- "CHANGELOG.md",
39
- "LICENSE.md",
40
- "README.md"
41
- ],
42
- "engines": {
43
- "node": ">=18.0.0"
44
- }
45
- }
@@ -1,102 +0,0 @@
1
- import path from 'node:path';
2
- import { checkVersion, findPackageJson } from '../src/utils';
3
- import { getBridgeRouterAlias } from '../src/router-alias';
4
-
5
- const resolveRouterV5 = path.resolve(
6
- __dirname,
7
- '../__tests__/mockRouterDir/router-v5/react-router-dom',
8
- );
9
- const resolveRouterV5_PkgPath = path.resolve(
10
- __dirname,
11
- '../__tests__/mockRouterDir/router-v5/react-router-dom/package.json',
12
- );
13
- const resolveRouterV6 = path.resolve(
14
- __dirname,
15
- '../__tests__/mockRouterDir/router-v6/react-router-dom/dist/main.js',
16
- );
17
- const resolveRouterV6_PkgPath = path.resolve(
18
- __dirname,
19
- '../__tests__/mockRouterDir/router-v6/react-router-dom/package.json',
20
- );
21
- const resolveRouterV7 = path.resolve(
22
- __dirname,
23
- '../__tests__/mockRouterDir/router-v7/react-router',
24
- );
25
- const resolveRouterV7_PkgPath = path.resolve(
26
- __dirname,
27
- '../__tests__/mockRouterDir/router-v7/react-router/package.json',
28
- );
29
-
30
- describe('test checkVersion: should return the correct major version for react-router-dom', () => {
31
- it('should return 5', () => {
32
- expect(checkVersion('5.0.0')).toBe(5);
33
- });
34
-
35
- it('should return 5', () => {
36
- expect(checkVersion('^5.0.0')).toBe(5);
37
- });
38
-
39
- it('should return 6', () => {
40
- expect(checkVersion('6.0.0')).toBe(6);
41
- });
42
-
43
- it('should return 6', () => {
44
- expect(checkVersion('~6.0.0')).toBe(6);
45
- });
46
-
47
- it('should return 6', () => {
48
- expect(checkVersion('^6.0.0')).toBe(6);
49
- });
50
-
51
- it('should return 7', () => {
52
- expect(checkVersion('7.0.0')).toBe(7);
53
- });
54
-
55
- it('should return 7', () => {
56
- expect(checkVersion('~7.0.0')).toBe(7);
57
- });
58
-
59
- it('should return 7', () => {
60
- expect(checkVersion('^7.0.0')).toBe(7);
61
- });
62
- });
63
-
64
- describe('test findPackageJson: should return the correct package.json path for react-router-dom v5, v6 and react-router v7', () => {
65
- it('should return the package.json path', () => {
66
- expect(findPackageJson(resolveRouterV5)).toBe(resolveRouterV5_PkgPath);
67
- expect(findPackageJson(resolveRouterV6)).toBe(resolveRouterV6_PkgPath);
68
- expect(findPackageJson(resolveRouterV7)).toBe(resolveRouterV7_PkgPath);
69
- });
70
- });
71
-
72
- describe('test getBridgeRouterAlias: should return the correct alias for react-router-dom v5, v6 and react-router v7', () => {
73
- it('should return the correct alias for router v5', () => {
74
- const res = getBridgeRouterAlias(resolveRouterV5);
75
- expect(res).toEqual({
76
- 'react-router-dom$':
77
- '@module-federation/bridge-react/dist/router-v5.es.js',
78
- 'react-router-dom/index.js': resolveRouterV5,
79
- });
80
- });
81
-
82
- it('should return the correct alias for router v6', () => {
83
- const res = getBridgeRouterAlias(resolveRouterV6);
84
- expect(res).toEqual({
85
- 'react-router-dom$':
86
- '@module-federation/bridge-react/dist/router-v6.es.js',
87
- 'react-router-dom/dist/index.js': resolveRouterV6,
88
- });
89
- });
90
-
91
- it('should return the correct alias for router v7', () => {
92
- const res = getBridgeRouterAlias(resolveRouterV7);
93
- expect(res).toEqual({
94
- 'react-router$': '@module-federation/bridge-react/dist/router-v7.es.js',
95
- 'react-router-dom$':
96
- '@module-federation/bridge-react/dist/router-v7.es.js',
97
- 'react-router/dist/development/index.js': resolveRouterV7,
98
- 'react-router/dist/production/index.js': resolveRouterV7,
99
- 'react-router-dom/dist/index.js': resolveRouterV7,
100
- });
101
- });
102
- });
package/src/index.ts DELETED
@@ -1,62 +0,0 @@
1
- import fs from 'node:fs';
2
- import path from 'node:path';
3
- import type { moduleFederationPlugin } from '@module-federation/sdk';
4
- import { getBridgeRouterAlias } from './router-alias';
5
-
6
- class ReactBridgeAliasChangerPlugin {
7
- alias: string;
8
- targetFile: string;
9
- moduleFederationOptions: moduleFederationPlugin.ModuleFederationPluginOptions;
10
- constructor(info: {
11
- moduleFederationOptions: moduleFederationPlugin.ModuleFederationPluginOptions;
12
- }) {
13
- this.moduleFederationOptions = info.moduleFederationOptions;
14
- this.alias = 'react-router-dom$';
15
- this.targetFile = '@module-federation/bridge-react/dist/router.es.js';
16
-
17
- if (this.moduleFederationOptions.shared) {
18
- if (Array.isArray(this.moduleFederationOptions.shared)) {
19
- if (this.moduleFederationOptions.shared.includes('react-router-dom')) {
20
- throw Error(
21
- 'React-router-dom cannot be set to shared after react bridge is used',
22
- );
23
- }
24
- } else {
25
- if (this.moduleFederationOptions.shared['react-router-dom']) {
26
- throw Error(
27
- 'React-router-dom cannot be set to shared after react bridge is used',
28
- );
29
- }
30
- }
31
- }
32
- }
33
-
34
- apply(compiler: any) {
35
- compiler.hooks.afterEnvironment.tap('ReactBridgeAliasPlugin', () => {
36
- // Gets the path to the node_modules directory
37
- const nodeModulesPath = path.resolve(compiler.context, 'node_modules');
38
- const targetFilePath = path.join(nodeModulesPath, this.targetFile);
39
-
40
- if (fs.existsSync(targetFilePath)) {
41
- const originalResolve = compiler.options.resolve || {};
42
- const originalAlias = originalResolve.alias || {};
43
-
44
- // Update alias - set up router version alias
45
- const updatedAlias: Record<string, string> = {
46
- // allow `alias` can be override
47
- // [this.alias]: targetFilePath,
48
- ...getBridgeRouterAlias(originalAlias['react-router-dom']),
49
- ...originalAlias,
50
- };
51
-
52
- // Update the webpack configuration
53
- compiler.options.resolve = {
54
- ...originalResolve,
55
- alias: updatedAlias,
56
- };
57
- }
58
- });
59
- }
60
- }
61
-
62
- export default ReactBridgeAliasChangerPlugin;
@@ -1,124 +0,0 @@
1
- import fs from 'node:fs';
2
- import path from 'node:path';
3
- import { checkVersion, findPackageJson, getDependencies } from './utils';
4
-
5
- const reactRouterDomV5AliasPath =
6
- '@module-federation/bridge-react/dist/router-v5.es.js';
7
- const reactRouterDomV6AliasPath =
8
- '@module-federation/bridge-react/dist/router-v6.es.js';
9
- const reactRouterDomV7AliasPath =
10
- '@module-federation/bridge-react/dist/router-v7.es.js';
11
-
12
- const createReactRouterV7Alias = (
13
- reactRouterDomPath: string,
14
- ): Record<string, string> => {
15
- const baseAlias = {
16
- 'react-router$': reactRouterDomV7AliasPath,
17
- 'react-router-dom$': reactRouterDomV7AliasPath, // Keep compatibility for old imports
18
- };
19
-
20
- const resolvedDistPaths: Record<string, string> = {
21
- 'react-router/dist/development/index.js': reactRouterDomPath,
22
- 'react-router/dist/production/index.js': reactRouterDomPath,
23
- };
24
-
25
- const legacyCompatibility: Record<string, string> = {
26
- 'react-router-dom/dist/index.js': reactRouterDomPath,
27
- };
28
-
29
- return {
30
- ...baseAlias,
31
- ...resolvedDistPaths,
32
- ...legacyCompatibility,
33
- };
34
- };
35
-
36
- const createReactRouterV5Alias = (
37
- reactRouterDomPath: string,
38
- ): Record<string, string> => {
39
- return {
40
- 'react-router-dom$': reactRouterDomV5AliasPath,
41
- 'react-router-dom/index.js': reactRouterDomPath,
42
- };
43
- };
44
-
45
- const createReactRouterV6Alias = (
46
- reactRouterDomPath: string,
47
- ): Record<string, string> => {
48
- return {
49
- 'react-router-dom$': reactRouterDomV6AliasPath,
50
- 'react-router-dom/dist/index.js': reactRouterDomPath,
51
- };
52
- };
53
-
54
- const setRouterAlias = (
55
- majorVersion: number,
56
- reactRouterDomPath: string,
57
- ): Record<string, string> => {
58
- switch (majorVersion) {
59
- case 5:
60
- return createReactRouterV5Alias(reactRouterDomPath);
61
- case 6:
62
- return createReactRouterV6Alias(reactRouterDomPath);
63
- case 7:
64
- return createReactRouterV7Alias(reactRouterDomPath);
65
- default:
66
- console.warn(
67
- `Unsupported React Router version: ${majorVersion}. Defaulting to v7.`,
68
- );
69
- return createReactRouterV7Alias(reactRouterDomPath);
70
- }
71
- };
72
-
73
- export const getBridgeRouterAlias = (
74
- originalAlias: string,
75
- ): Record<string, string> => {
76
- const userDependencies = getDependencies();
77
- let reactRouterDomPath = '';
78
-
79
- if (originalAlias) {
80
- reactRouterDomPath = originalAlias;
81
- } else if (userDependencies['react-router']) {
82
- // React Router v7 uses 'react-router' package name
83
- reactRouterDomPath = path.resolve(
84
- process.cwd(),
85
- 'node_modules/react-router',
86
- );
87
- } else if (userDependencies['react-router-dom']) {
88
- // React Router v5/v6 uses 'react-router-dom' package name
89
- reactRouterDomPath = path.resolve(
90
- process.cwd(),
91
- 'node_modules/react-router-dom',
92
- );
93
- }
94
-
95
- // Generate alias based on detected router package
96
- if (reactRouterDomPath) {
97
- const packageJsonPath = findPackageJson(reactRouterDomPath);
98
- if (packageJsonPath) {
99
- const packageJsonContent = JSON.parse(
100
- fs.readFileSync(packageJsonPath, 'utf-8'),
101
- );
102
- const majorVersion = checkVersion(packageJsonContent.version);
103
- const bridgeRouterAlias = setRouterAlias(
104
- majorVersion,
105
- reactRouterDomPath,
106
- );
107
- console.log(
108
- '<<<<<<<<<<<<< bridgeRouterAlias >>>>>>>>>>>>>',
109
- bridgeRouterAlias,
110
- );
111
- return bridgeRouterAlias;
112
- }
113
- }
114
-
115
- // Default to v6 which uses 'react-router-dom'
116
- const bridgeRouterAlias = {
117
- 'react-router-dom$': reactRouterDomV6AliasPath,
118
- };
119
- console.log(
120
- '<<<<<<<<<<<<< default bridgeRouterAlias >>>>>>>>>>>>>',
121
- bridgeRouterAlias,
122
- );
123
- return bridgeRouterAlias;
124
- };
package/src/utils.ts DELETED
@@ -1,52 +0,0 @@
1
- import fs from 'node:fs';
2
- import path from 'node:path';
3
- import semver from 'semver';
4
-
5
- export const checkVersion = (version: string) => {
6
- // Extract the version number starting from the first digit
7
- const versionMatch = version.match(/\d.*/);
8
- if (!versionMatch) return 0;
9
-
10
- const cleanVersion = versionMatch[0];
11
-
12
- if (semver.gte(cleanVersion, '5.0.0') && semver.lt(cleanVersion, '6.0.0')) {
13
- return 5;
14
- } else if (
15
- semver.gte(cleanVersion, '6.0.0') &&
16
- semver.lt(cleanVersion, '7.0.0')
17
- ) {
18
- return 6;
19
- } else if (semver.gte(cleanVersion, '7.0.0')) {
20
- return 7;
21
- }
22
-
23
- return 0;
24
- };
25
-
26
- export const findPackageJson = (startPath: string): string | null => {
27
- let currentPath = startPath;
28
- while (currentPath !== path.parse(currentPath).root) {
29
- const packageJsonPath = path.join(currentPath, 'package.json');
30
- if (fs.existsSync(packageJsonPath)) {
31
- return packageJsonPath;
32
- }
33
- currentPath = path.dirname(currentPath);
34
- }
35
- return null;
36
- };
37
-
38
- export const getDependencies = () => {
39
- const userPackageJsonPath = path.resolve(process.cwd(), 'package.json');
40
- let userDependencies: Record<string, string> = {};
41
-
42
- if (fs.existsSync(userPackageJsonPath)) {
43
- const userPackageJson = JSON.parse(
44
- fs.readFileSync(userPackageJsonPath, 'utf-8'),
45
- );
46
- userDependencies = {
47
- ...userPackageJson.dependencies,
48
- ...userPackageJson.devDependencies,
49
- };
50
- }
51
- return userDependencies;
52
- };
package/tsconfig.json DELETED
@@ -1,42 +0,0 @@
1
- {
2
- "compilerOptions": {
3
- "useDefineForClassFields": true,
4
-
5
- /* Bundler mode */
6
- "allowImportingTsExtensions": true,
7
- "resolveJsonModule": true,
8
-
9
- "declarationDir": "./dist/types",
10
- "rootDir": "./src",
11
- "module": "commonjs",
12
- "target": "es5",
13
-
14
- /* Linting */
15
- "noUnusedLocals": true,
16
- "noUnusedParameters": true,
17
- "noFallthroughCasesInSwitch": true,
18
- "declaration": true,
19
- "emitDeclarationOnly": true,
20
- "outDir": "dist",
21
- "skipLibCheck": true,
22
- "strict": true,
23
- "moduleResolution": "node",
24
- "lib": ["esnext", "dom"],
25
- "jsx": "preserve",
26
- "esModuleInterop": true,
27
- "allowSyntheticDefaultImports": true,
28
- "sourceMap": true,
29
- "baseUrl": ".",
30
- "paths": {
31
- "@/*": ["src/*"]
32
- }
33
- },
34
- "include": [
35
- "src/**/*.ts",
36
- "src/**/*.tsx",
37
- "src/**/*.vue",
38
- "src/remoteApp.tsx",
39
- "src/create.ts"
40
- ],
41
- "references": [{ "path": "./tsconfig.node.json" }]
42
- }
@@ -1,11 +0,0 @@
1
- {
2
- "compilerOptions": {
3
- "composite": true,
4
- "skipLibCheck": true,
5
- "module": "ESNext",
6
- "moduleResolution": "bundler",
7
- "allowSyntheticDefaultImports": true,
8
- "strict": true
9
- },
10
- "include": ["vite.config.ts"]
11
- }
package/vite.config.ts DELETED
@@ -1,24 +0,0 @@
1
- import { defineConfig } from 'vite';
2
- import path from 'path';
3
- import dts from 'vite-plugin-dts';
4
-
5
- export default defineConfig({
6
- plugins: [
7
- dts({
8
- rollupTypes: true,
9
- }),
10
- ],
11
- build: {
12
- lib: {
13
- entry: {
14
- index: path.resolve(__dirname, 'src/index.ts'),
15
- },
16
- formats: ['cjs', 'es'],
17
- fileName: (format, entryName) => `${entryName}.${format}.js`,
18
- },
19
- rollupOptions: {
20
- external: ['node:fs', 'node:path'],
21
- },
22
- minify: false,
23
- },
24
- });
package/vitest.config.ts DELETED
@@ -1,22 +0,0 @@
1
- import { defineConfig } from 'vitest/config';
2
- import tsconfigPaths from 'vite-tsconfig-paths';
3
- import path from 'path';
4
- export default defineConfig({
5
- define: {
6
- __DEV__: true,
7
- __TEST__: true,
8
- __BROWSER__: false,
9
- __VERSION__: '"unknown"',
10
- __APP_VERSION__: '"0.0.0"',
11
- },
12
- plugins: [tsconfigPaths()],
13
- test: {
14
- environment: 'jsdom',
15
- include: [
16
- path.resolve(__dirname, '__tests__/*.spec.ts'),
17
- path.resolve(__dirname, '__tests__/*.spec.tsx'),
18
- ],
19
- globals: true,
20
- testTimeout: 10000,
21
- },
22
- });