-
Notifications
You must be signed in to change notification settings - Fork 31
refactor: remove wait-on dependency #2092
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Replace external wait-on package with inline waitForServer function. This reduces transitive dependencies (including axios) while providing equivalent functionality for the fake-extension dev script.
✅ Deploy Preview for content-scope-scripts ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Temporary Branch UpdateThe temporary branch has been updated with the latest changes. Below are the details:
Please use the above install command to update to the latest version. |
[Beta] Generated file diffTime updated: Tue, 09 Dec 2025 16:38:13 GMT |
Co-authored-by: jkingston <[email protected]>
|
Cursor Agent can help with this pull request. Just |
Asana Task/Github Issue: Instead of #2050
Description
Replace external wait-on package with inline waitForServer function. This reduces transitive dependencies (including axios) while providing equivalent functionality for the fake-extension dev script.
Testing Steps
Checklist
Please tick all that apply:
Note
Replaces the wait-on dependency by adding a local waitForServer poller in
injected/scripts/run-fake-extension.jsand removeswait-on(and transitives) from dependencies; minor cleanup in mock transport.waitForServer(url)ininjected/scripts/run-fake-extension.jsand use it instead ofwait-onto wait forhttp://localhost:3220/index.html.wait-onfrompackage.jsonand prune related entries inpackage-lock.json.special-pages/pages/new-tab/app/mock-transport.js.Written by Cursor Bugbot for commit df5215d. This will update automatically on new commits. Configure here.