-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Resolverrefactor #6503
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
Resolverrefactor #6503
Conversation
…n.lock working, package-lock needs investigation
Lock files (yarn.lock, package-lock.json) are now reloaded fresh each time a package version needs to be resolved. This ensures that changes to lock files during the session are picked up immediately. Previously, lock files were parsed once during ImportResolver initialization and cached. If a user added or modified a lock file, the stale cached versions would be used, causing the wrong package version to be resolved. Changes: - Clear lockFileVersions map before each reload - Call loadLockFileVersions() in resolvePackageVersion() before checking cache - This has minimal overhead as lock files are small text files
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx run-many --target=test --projects=remix-anal... |
❌ Failed | 1m 10s | View ↗ |
nx lint vyper |
✅ Succeeded | <1s | View ↗ |
nx lint remixd |
✅ Succeeded | <1s | View ↗ |
nx lint solhint |
✅ Succeeded | <1s | View ↗ |
nx lint doc-gen |
✅ Succeeded | <1s | View ↗ |
nx lint remix-ui |
✅ Succeeded | <1s | View ↗ |
nx lint learneth |
✅ Succeeded | <1s | View ↗ |
nx lint debugger |
✅ Succeeded | <1s | View ↗ |
Additional runs (24) |
✅ Succeeded | ... | View ↗ |
☁️ Nx Cloud last updated this comment at 2025-10-28 23:56:08 UTC
|
❌ E2E failures detected (workflow: web) Last run: Wed, Oct 29, 2025, 12:16 AM UTC Top failing tests (7/7):
Report generated by CI; artifacts are retained per CircleCI retention settings. |
No description provided.