-
Notifications
You must be signed in to change notification settings - Fork 215
vulns + prettier format #1176
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
base: main
Are you sure you want to change the base?
vulns + prettier format #1176
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR addresses security vulnerabilities by updating Docusaurus dependencies and applies consistent Prettier formatting across the codebase. The changes include updating @Docusaurus packages to v3.9.2 to resolve security issues, along with comprehensive formatting standardization using 4-space indentation for JSON, TypeScript config files, CSS, and markdown documentation.
- Updated Docusaurus packages from v3.8.1 to v3.9.2 to address security vulnerabilities
- Applied consistent Prettier formatting across configuration files, documentation, and source files
- Updated version and changelog entries for the documentation package
Reviewed changes
Copilot reviewed 29 out of 36 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| documentation/package.json | Updated @docusaurus/core and @docusaurus/preset-classic to v3.9.2, bumped package version to 5.0.6 |
| CHANGELOG.md | Added entry for version 5.0.6 documenting security dependency updates |
| documentation/CHANGELOG.md | Added entry for version 5.0.6 documenting security dependency updates |
| tsconfig.json | Applied Prettier formatting with 4-space indentation |
| tsconfig.build.json | Applied Prettier formatting with 4-space indentation |
| renovate.json | Applied Prettier formatting with 4-space indentation |
| packages/*/tsconfig.json | Applied Prettier formatting with 4-space indentation across parse, format, and fast-csv packages |
| package.json | Applied Prettier formatting with 4-space indentation |
| .prettierrc | Applied Prettier formatting with 4-space indentation |
| .commitlintrc.json | Applied Prettier formatting with 4-space indentation |
| documentation/docs/**/*.md | Applied Prettier formatting including consistent list formatting, spacing, and code formatting |
| documentation/src/**/*.css | Applied Prettier formatting with 4-space indentation for CSS properties |
| examples/**/*.md | Applied Prettier formatting for markdown tables and content |
| README.md | Applied Prettier formatting for list items and content structure |
| contributing.md | Applied Prettier formatting for list items |
| .github/**/*.md | Applied Prettier formatting for GitHub templates |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| runs-on: ubuntu-latest | ||
| strategy: | ||
| matrix: | ||
| node-version: [18.x, 20.x, 21.x] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
note we will be dropping node 18 "support". fast-csv itself uses 20.19.6.
it technically came from a docusaurus update, so we could do better about splitting there but i think we're ok with removing 18 instead
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will remove required check from status once approved.
Co-authored-by: Copilot <[email protected]>
Pull Request Test Coverage Report for Build 20442354111Details
💛 - Coveralls |
December vulns
All Submissions:
New Feature Submissions:
Changes to Core Features: