Conversation
Filter diagnostic results to only count errors from discovered source files, preventing node_modules parse errors from triggering TooManyParseErrorsError. Also fix glob pattern escaping order (dots before globstars). Closes #618
Test files are excluded from tsconfig.json, causing ESLint type-aware rules to fail when lint-staged processes test files. Scope ESLint to src/**/*.ts and apply only prettier to tests/**/*.ts.
Add error handler to StateWatcher FSWatcher instances to prevent uncaught EMFILE exceptions. Make SecureFileOps watcher tests skip gracefully when fs.watch is unavailable (e.g., sandboxed environments) via an async probe. Increase FSEvents initialization delay to 500ms for macOS reliability. Closes #617
Add tests for PRCreator gh CLI operations (mocked), config loader (environment detection, deep merge, file type detection), and CLI command routing (help, version, subcommands, error handling). Closes #621
CLI tests execute dist/cli.js which requires a prior build step. In CI, tests run before build, so skip the entire CLI describe block when the compiled output does not exist.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Related Issues
What Changed
Dependencies & Security (#616, #620)
@aws-sdk/client-cloudwatch-logsto ^3.1011.0fast-xml-parser^5.5.6 override to resolve transitive vulnerabilityhuskyprepare script sandbox-safe (husky || true)CodeReaderAgent (#618)
BackendFactory (#619)
createAndInitialize()for non-file backendsFile Watcher Tests (#617)
errorevent handler to StateWatcher FSWatcher instancesTest Coverage (#621)
DX Fix
src/**/*.tsonly (tests excluded from tsconfig)Test Plan
npm audit --omit=dev --audit-level=highreports 0 vulnerabilitiestsc --noEmit)