Skip to content

Commit a7b251e

Browse files
chore: restore changesets for node/sdk recursion fix and rsbuild-plugin build deps
1 parent ce61cb5 commit a7b251e

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
"@module-federation/node": patch
3+
"@module-federation/sdk": patch
4+
---
5+
6+
fix(node): prevent infinite recursion in module imports
7+
8+
- Add import cache to prevent infinite recursion when modules have circular dependencies
9+
- Cache import promises to ensure each module is only imported once
10+
- Clear cache on import errors to allow retry attempts
11+
- Add comprehensive test coverage for recursion scenarios
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"@module-federation/rsbuild-plugin": patch
3+
---
4+
5+
fix(rsbuild-plugin): add build dependencies configuration to project.json
6+
7+
- Add dependsOn configuration to ensure dependencies are built before the plugin
8+
- Improves build reliability and fixes potential issues when dependencies haven't been built

0 commit comments

Comments
 (0)