Update packages to address GHSA-xxjr-mmjv-4gpg#32
Merged
AlexJSully merged 1 commit intomainfrom Jan 28, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates several development dependencies to address security vulnerability GHSA-xxjr-mmjv-4gpg, and synchronizes documentation with the current codebase implementation.
Changes:
- Updated 5 dev dependencies to newer versions (@trivago/prettier-plugin-sort-imports, @types/node, @typescript-eslint/eslint-plugin, @typescript-eslint/parser, prettier)
- Improved documentation clarity and accuracy in setup.md, settings.md, and several architecture docs
- Updated mermaid diagrams to better reflect actual implementation details
Reviewed changes
Copilot reviewed 8 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Updates dev dependencies to address security vulnerability |
| docs/usage/setup.md | Clarifies settings descriptions and updates configuration examples to match current implementation |
| docs/architecture/tree-data-provider.md | Expands mermaid diagram to show detailed ordering logic with sort modes |
| docs/architecture/sync.md | Enhances sequence diagram to show complete auto-reveal workflow including config checks and delays |
| docs/architecture/settings.md | Adds default values and more detailed descriptions for all settings |
| docs/architecture/scanner.md | Expands flowchart to show detailed scanning process including filters and config reading |
| docs/architecture/preview-controller.md | Updates sequence diagram to accurately show double-click detection logic |
| .github/agents/extension-developer.md | Minor code formatting change to single-line command registration |
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.
Update npm packages to address GHSA-xxjr-mmjv-4gpg (https://github.com/AlexJSully/workspace-wiki/security/dependabot/12).