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
Then apply the fix using Step 5 of the single-alert workflow. After applying:
95
+
Then apply the fix commands from Step 5 of the single-alert workflow (edit `package.json`, `yarn install`, `yarn dedupe-deps:fix`, verify) — but **skip the "Do NOT commit" instruction**, since user approval was already obtained in Step 2b. After applying:
92
96
93
97
```bash
94
98
# 3. Stage and commit the changes
@@ -277,7 +281,7 @@ yarn why <package>
277
281
git diff
278
282
```
279
283
280
-
**Do NOT commit** - let the user review first.
284
+
**Do NOT commit in single-alert mode** - let the user review first. (In scan-all mode, Step 2c handles committing to a dedicated branch after user approval in Step 2b.)
0 commit comments