chore: update dependencies and improve gitignore#216
Open
Conversation
- Update CLI dependencies: commander 12.1.0→14.0.3, dotenv 16.4.5→17.3.1, inquirer 12.2.0→13.3.2, ora 8.1.0→9.3.0 - Update root dependencies: eslint-config-prettier 9.1.0→10.1.8, globals 15.0.0→17.4.0 - Fixed security vulnerability in flatted package - All tests pass (252/252) - No security vulnerabilities remain - Safe dependency updates for improved security and features
- Update development dependencies (@commitlint/cli, @commitlint/config-conventional, @eslint/js, eslint, typescript-eslint, lint-staged, @vitest/coverage-v8, vitest) - Update @anthropic-ai/sdk in CLI package (security update) - Add claw-pipeline/*/ pattern to .gitignore to prevent untracked build artifacts - Remove untracked claw-pipeline/base-protocol-pulse directory Addresses findings from automated repository review: - Outdated dependencies identified by npm outdated scan - Untracked build artifacts mentioned in Scout analysis - Improved build artifact cleanup per established .gitignore patterns
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.
What
Why
Addresses findings from automated repository review:
Testing
Additional Context
Based on systematic analysis by Scout agent identifying:
Part of ongoing AppFactory maintenance and security hygiene.