Skip to content
Closed
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
49 changes: 18 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@
"tailwindcss": "3.4.0"
},
"overrides": {
"esbuild": "^0.25.0"
"esbuild": "^0.25.0",
"@nolebase/vitepress-plugin-git-changelog": {
"js-yaml": "4.3.1"
},
"gray-matter": {
"js-yaml": "4.3.1"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

P1 Gray-matter compatibility breaks

This forces js-yaml 4.3.1 onto gray-matter 4.0.3, which expects js-yaml 3 and uses removed APIs. The configured changelog plugin can therefore fail VitePress builds.

},
"js-yaml": {
"js-yaml": "4.3.1"
}
}
}
Loading