Skip to content

chore(deps): dependency cleanup#14743

Merged
soberm merged 5 commits intomainfrom
chore/dependency_cleanup
Mar 10, 2026
Merged

chore(deps): dependency cleanup#14743
soberm merged 5 commits intomainfrom
chore/dependency_cleanup

Conversation

@soberm
Copy link
Contributor

@soberm soberm commented Mar 5, 2026

Description of changes

Remove orphaned devDependencies and clean up redundant yarn resolutions from the root package.json.

Removed devDependencies (confirmed unused via yarn why — only referenced by the root workspace aggregator):

  • @types/puppeteer
  • json-loader
  • ts-loader
  • terser-webpack-plugin
  • webpack-bundle-analyzer

Removed resolutions:

  • **/on-headers — pinned to 1.1.0, which is the only version on npm (no-op)
  • **/cross-spawn — pinned to 7.0.5 for CVE-2024-21538, but dependents now naturally resolve to 7.0.6 which includes the fix

Updated resolutions:

  • **/form-data — bumped from 4.0.4 to 4.0.5

Issue #, if available

N/A — routine dependency housekeeping

Description of how you validated changes

  • Ran yarn why for each candidate to confirm no package outside the root workspace depends on them
  • yarn test passes (all suites green, including datastore, license check, and TSC compliance)

Checklist

  • PR description included
  • yarn test passes
  • Unit Tests are changed or added
  • Relevant documentation is changed or added (and PR referenced)

Checklist for repo maintainers

  • Verify E2E tests for existing workflows are working as expected or add E2E tests for newly added workflows
  • New source file paths included in this PR have been added to CODEOWNERS, if appropriate

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Remove 5 unused devDependencies from root package.json:
- @types/puppeteer
- json-loader
- ts-loader
- terser-webpack-plugin
- webpack-bundle-analyzer
@changeset-bot
Copy link

changeset-bot bot commented Mar 5, 2026

⚠️ No Changeset found

Latest commit: d1e38d7

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@soberm soberm changed the title Chore/dependency cleanup chore(deps): dependency cleanup Mar 5, 2026
bobbor
bobbor previously approved these changes Mar 5, 2026
@soberm soberm marked this pull request as ready for review March 5, 2026 12:45
@soberm soberm requested a review from a team as a code owner March 5, 2026 12:45
pranavosu
pranavosu previously approved these changes Mar 5, 2026
- Remove on-headers resolution (1.1.0 is the only version on npm)
- Remove cross-spawn resolution (dependents now resolve to 7.0.6 naturally)
- Bump form-data resolution from 4.0.4 to 4.0.5
@soberm soberm dismissed stale reviews from bobbor and pranavosu via f5b9190 March 5, 2026 18:04
@soberm soberm force-pushed the chore/dependency_cleanup branch from 6aae5e1 to f5b9190 Compare March 5, 2026 18:04
@pranavosu pranavosu added the run-tests run the pr-label workflow label Mar 5, 2026
@soberm soberm merged commit 9108e72 into main Mar 10, 2026
286 of 522 checks passed
@soberm soberm deleted the chore/dependency_cleanup branch March 10, 2026 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

run-tests run the pr-label workflow

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants