Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Security update esbuild & Astro #11149

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

debiru
Copy link
Contributor

@debiru debiru commented Mar 4, 2025

Description (required)

This PR updates esbuild and the packages that depend on esbuild.

Changed to use esbuild 0.25.0

The overrides section is for the tsm package.

Related issues & labels (optional)

Copy link

netlify bot commented Mar 4, 2025

👷 Deploy Preview for astro-docs-2 processing.

Name Link
🔨 Latest commit 65d3959
🔍 Latest deploy log https://app.netlify.com/sites/astro-docs-2/deploys/67c76ced8f20bd00084841db

package.json Outdated
Comment on lines 87 to 89
},
"overrides": {
"esbuild": "^0.25.0"
Copy link
Member

Choose a reason for hiding this comment

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

Thanks for looking into this @debiru! This shouldn‘t be needed though. Can you explain why you added it?

Copy link
Member

Choose a reason for hiding this comment

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

Oh, sorry, I skipped over the line in the PR comment:

The overrides section is for the tsm package.

Do you think this upgrade is necessary? tsm is only used to execute a few scripts we have in CI, not run esbuild’s dev server, so I suspect it’s likely harmless to leave in place.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants