Skip to content

build(build-tools): Remove unused dependencies #24393

New issue

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

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

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 19, 2025

Conversation

tylerbutler
Copy link
Member

Remove unused deps and devDeps in the build-tools release group.

@github-actions github-actions bot added area: build Build related issues base: main PRs targeted against main branch labels Apr 17, 2025
@tylerbutler tylerbutler marked this pull request as ready for review June 18, 2025 23:09
@tylerbutler tylerbutler requested review from Copilot and a team June 18, 2025 23:09
Copy link
Contributor

@Copilot 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 unused dependencies from various build-tools packages to streamline dependency management and reduce maintenance overhead.

  • Removed "concurrently" from version-tools, bundle-size-tools, and build-tools
  • Removed "lodash", "ts-morph", and related type packages from build-tools
  • Removed "unionfs" from build-infrastructure
  • Removed "semver-utils" and its type definitions from build-cli

Reviewed Changes

Copilot reviewed 5 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
File Description
build-tools/packages/version-tools/package.json Removed unused dependency "concurrently"
build-tools/packages/bundle-size-tools/package.json Removed unused dependency "concurrently"
build-tools/packages/build-tools/package.json Removed unused dependencies: "lodash", "ts-morph", "@types/lodash", "@types/shelljs", and "concurrently"
build-tools/packages/build-infrastructure/package.json Removed unused dependency "unionfs"
build-tools/packages/build-cli/package.json Removed unused dependencies: "semver-utils" and "@types/semver-utils"
Files not reviewed (1)
  • build-tools/pnpm-lock.yaml: Language not supported

@tylerbutler
Copy link
Member Author

Thanks for the review, @Abe27342!

@tylerbutler tylerbutler merged commit 9663d07 into microsoft:main Jun 19, 2025
28 checks passed
@tylerbutler tylerbutler deleted the bt-unused-deps branch June 19, 2025 01:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: build Build related issues base: main PRs targeted against main branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants