fix(build)!: Rename plugin that wrapps requests with AsyncLocalStorage#2062
Conversation
✅ Deploy Preview for cedarjs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Greptile SummaryThis PR renames the request ALS wrapping plugin to make its role clearer. The main changes are:
Confidence Score: 5/5This looks safe to merge.
Important Files Changed
Reviews (2): Last reviewed commit: "more renames" | Re-trigger Greptile |
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx run-many -t build:pack --exclude create-ceda... |
✅ Succeeded | 2s | View ↗ |
nx run-many -t test --minWorkers=1 --maxWorkers=4 |
✅ Succeeded | 2m 39s | View ↗ |
nx run-many -t build |
✅ Succeeded | 1m 7s | View ↗ |
nx run-many -t test:types |
✅ Succeeded | 10s | View ↗ |
💡 Verify your cache is correct by running tasks in a sandbox. Read docs ↗
☁️ Nx Cloud last updated this comment at 2026-07-08 15:39:44 UTC
|
The changes in this PR are now available on npm. Try them out by running Or try it in a new app with |

This should hopefully make it more clear what the plugin actually does, which is wrapping requests in an empty AsyncLocalStorage map, so that requests never leak information to other requests
This is a breaking change for anyone who imported using the old exported name. Please update your imports