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.
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.
🚩 Removing documentation guard for non-obvious peer dependencies
The deleted section explicitly warned maintainers that
preactand@preact/signalsare peer dependencies of@schedule-x/*and must not be removed, despite never appearing insrc/imports. These dependencies are still present inpackage.json:12,21and are required at runtime by@schedule-x/calendar(confirmed inpackage-lock.json:2931-2932). Without this note, a future contributor running a dependency audit or cleanup could reasonably conclude these are unused and remove them, breaking the Schedule-X calendar insrc/Planner.tsx. Consider keeping this note somewhere (e.g., as a comment inpackage.jsonor in a contributing guide) if the README isn't the right place.Was this helpful? React with 👍 or 👎 to provide feedback.
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.
This removal was explicitly requested by the repo owner.