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
fix: sync lockfile to match bumped package.json (#68)
* Cherry-pick: feat: add additional entry points for worker script in project configuration (#64)
Cherry-picked from #63 (merged to release/2.14.x)
Original commit: 898a1b5
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: alexmercerpo <251740932+alexmercerpo@users.noreply.github.com>
* fix: sync lockfile to match bumped package.json versions in release workflows
* fix: update publish-release.yml for mutable dependency installation and sync package versions in yarn.lock
* fix: resolve core lint error and prettier formatting
- Declare @types/estree in libs/core dependencies (matches libs/ast). The
interpreter/interpreter-adapter import `estree` types, which the
@nx/dependency-checks rule requires to be declared — this was the only
lint error (the remaining 11 are non-blocking warnings).
- Run prettier --write on the 6 files flagged by `prettier --check`.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: alexmercerpo <251740932+alexmercerpo@users.noreply.github.com>
Co-authored-by: David Antoon <davidmantoon@gmail.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments