Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/remark-lint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"test:unit": "cross-env NODE_NO_WARNINGS=1 node --experimental-test-coverage --test \"**/*.test.mjs\""
},
"dependencies": {
"@nodejs/doc-kit": "github:nodejs/doc-kit#be7fc307395005ea362d035c43e3818650bf075f",
"@nodejs/doc-kit": "github:nodejs/doc-kit#439cfad4c1c20e90132837079f6439913244907d",
"remark-gfm": "^4.0.1",
Comment on lines 22 to 24
Copy link

Copilot AI Mar 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The updated @nodejs/doc-kit commit pulls in new transitive peer dependencies (e.g. jiti, postcss, react, react-dom, tsx, @orama/core). Since @node-core/remark-lint doesn’t declare these as dependencies/peerDependencies, consumers installing this package outside the monorepo may get unmet peer warnings or runtime resolution failures depending on which parts of doc-kit are imported. Consider explicitly adding the required peers to this package (as dependencies or peerDependencies with appropriate ranges), or switching to a smaller doc-kit entrypoint/package that doesn’t require these peers.

Copilot uses AI. Check for mistakes.
"remark-lint-blockquote-indentation": "^4.0.1",
"remark-lint-checkbox-character-style": "^5.0.1",
Expand Down
Loading
Loading