Skip to content

chore(deps): override esbuild to 0.25.0 in package.json. - #112

Merged
hzhangxyz merged 1 commit into
mainfrom
dev/fix-esbuild
Mar 16, 2026
Merged

chore(deps): override esbuild to 0.25.0 in package.json.#112
hzhangxyz merged 1 commit into
mainfrom
dev/fix-esbuild

Conversation

@hzhangxyz

Copy link
Copy Markdown
Member

Copilot AI review requested due to automatic review settings March 16, 2026 04:01

Copilot AI left a comment

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.

Pull request overview

Adds an npm overrides entry to force a specific esbuild version across the dependency tree (likely to address compatibility/security issues in transitive dependencies).

Changes:

  • Add package.json overrides to pin esbuild to 0.25.0.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

Comment thread package.json
Comment on lines +49 to +51
},
"overrides": {
"esbuild": "0.25.0"
Comment thread package.json
"vitepress": "^1.6.4"
},
"overrides": {
"esbuild": "0.25.0"
@hzhangxyz hzhangxyz changed the title override esbuild to 0.25.0 in package.json. chore(deps): override esbuild to 0.25.0 in package.json. Mar 16, 2026
@hzhangxyz
hzhangxyz merged commit 02f1574 into main Mar 16, 2026
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants