Skip to content
Merged

m2d #1534

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
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
"@shikijs/vitepress-twoslash": "^3.21.0",
"@type-challenges/utils": "^0.1.1",
"@types/express": "^5.0.6",
"@types/node": "^24.10.4",
"@voidzero-dev/vitepress-theme": "^4.0.4",
"@types/node": "^25.0.10",

Copilot AI Jan 24, 2026

Copy link

Choose a reason for hiding this comment

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

The PR title "m2d" is cryptic and does not describe what changes are being made. The title should clearly indicate that this is a dependency update, for example: "chore: update dependencies" or "chore: update @types/node and other dependencies".

Copilot uses AI. Check for mistakes.

Copilot AI Jan 24, 2026

Copy link

Choose a reason for hiding this comment

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

This is a major version bump from v24 to v25 for @types/node. Major version updates can include breaking changes to type definitions. Please verify that this update doesn't introduce any type errors in the codebase by running the typecheck script and ensure all TypeScript code compiles successfully.

Suggested change
"@types/node": "^25.0.10",
"@types/node": "^24.0.0",

Copilot uses AI. Check for mistakes.
"@voidzero-dev/vitepress-theme": "^4.3.0",
"chalk": "^5.6.2",
"feed": "^5.2.0",
"gray-matter": "^4.0.3",
"gsap": "^3.14.2",
"lodash": "^4.17.21",
"lodash": "^4.17.23",
"markdown-it-image-size": "^15.0.1",
"vite": "^7.3.1",
"vitepress": "2.0.0-alpha.15",
"vitepress-plugin-group-icons": "^1.6.5",
"vue": "^3.5.26",
"vue-tsc": "^3.2.2",
"vitepress-plugin-group-icons": "^1.7.1",
"vue": "^3.5.27",
"vue-tsc": "^3.2.3",
"yorkie": "^2.0.0"
},
"packageManager": "pnpm@9.6.0",
Expand Down
Loading