fix(stability): don't mark definitions as deprecated#456
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull Request Overview
Fixes an issue where definitions on the "About" page were incorrectly being marked as deprecated by excluding specific file stems from stability index processing.
- Added a constant to define file stems that should ignore stability processing
- Modified stability metadata parsing to conditionally skip processing based on file stem
- Updated function signature to handle optional metadata parameter
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/generators/metadata/constants.mjs | New file defining stems to ignore for stability processing |
| src/generators/metadata/utils/parse.mjs | Added logic to conditionally skip stability processing for specific files |
| src/utils/queries/index.mjs | Updated function to handle optional metadata parameter with null safety |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #456 +/- ##
==========================================
- Coverage 74.55% 74.53% -0.02%
==========================================
Files 107 108 +1
Lines 10466 10474 +8
Branches 684 685 +1
==========================================
+ Hits 7803 7807 +4
- Misses 2661 2665 +4
Partials 2 2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Fixes #418 by marking the "About" page as
IGNORE_STABILITY_STEMS