You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- ⚠️ **Module replacements** - Identifies new packages that have community-recommended alternatives
13
14
14
15
## Usage
15
16
@@ -83,6 +84,19 @@ The action accepts glob patterns to locate package tarballs for comparison:
83
84
84
85
You can see an example of how to set this up in the [bundle difference workflow](./recipes/bundle-diff.yml).
85
86
87
+
## Module Replacements
88
+
89
+
This action automatically scans for new dependencies that have community-recommended replacements or alternatives.
90
+
91
+
The recommendations come from the [e18e community](https://e18e.dev) and include manifests for:
92
+
93
+
- Native alternatives
94
+
- Micro-utility alternatives
95
+
- Generally preferred packages
96
+
97
+
> [!NOTE]
98
+
> Module replacement suggestions are advisory and may not always be straightforward migrations. Review each recommendation carefully and use exclusion features if needed.
0 commit comments