Skip to content

perf: delete unnecessary commands#1827

Open
Runrioter wants to merge 3 commits intodevcontainers:mainfrom
Runrioter:optimize-ts-node
Open

perf: delete unnecessary commands#1827
Runrioter wants to merge 3 commits intodevcontainers:mainfrom
Runrioter:optimize-ts-node

Conversation

@Runrioter
Copy link
Copy Markdown

@Runrioter Runrioter commented Apr 10, 2026

Delete unnecessary commands. Because it depends on javascript-node which already fixes vulnerability issue

@Runrioter Runrioter requested a review from a team as a code owner April 10, 2026 13:34
Copilot AI review requested due to automatic review settings April 10, 2026 13:34
Copy link
Copy Markdown
Author

@Runrioter Runrioter left a comment

Choose a reason for hiding this comment

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

@microsoft-github-policy-service agree

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR removes a redundant Subversion upgrade/build step from the typescript-node devcontainer image build, likely because the typescript-node image is now layered on javascript-node, which already carries the Subversion CVE fix.

Changes:

  • Deleted the install-subversion.sh script that downloaded/built Subversion 1.14.5 from source.
  • Removed the Dockerfile steps that copied/executed that script during image build.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
src/typescript-node/.devcontainer/scripts/install-subversion.sh Removes the custom Subversion 1.14.5 build/install script.
src/typescript-node/.devcontainer/Dockerfile Stops invoking the deleted script during the image build.

Comment thread src/typescript-node/.devcontainer/Dockerfile
@Runrioter
Copy link
Copy Markdown
Author

@microsoft-github-policy-service agree

Copy link
Copy Markdown
Contributor

@Kaniska244 Kaniska244 left a comment

Choose a reason for hiding this comment

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

To be further reviewed by maintainers.

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.

3 participants