Skip to content

chore: remove unused cross-env dependency#4810

Open
noritaka1166 wants to merge 1 commit into
webpack:mainfrom
noritaka1166:chore/remove-unused-cross-env
Open

chore: remove unused cross-env dependency#4810
noritaka1166 wants to merge 1 commit into
webpack:mainfrom
noritaka1166:chore/remove-unused-cross-env

Conversation

@noritaka1166

Copy link
Copy Markdown
Contributor

Summary

Removes the unused cross-env development dependency and its orphaned transitive dependency from package-lock.json.

cross-env was added for the previous nyc-based coverage command in a01f01b. The coverage workflow was later migrated to c8 in 47fc332, which removed the only usage of cross-env while leaving the dependency declaration behind.

No related issue; this is dependency cleanup.

What kind of change does this PR introduce?

chore

Did you add tests for your changes?

No. This change only removes unused dependency metadata and does not alter runtime behavior.

Validated that cross-env and its orphaned transitive dependency are absent from both the manifest and lockfile.

Does this PR introduce a breaking change?

No.

If relevant, what needs to be documented once your changes are merged or what have you already documented?

No documentation changes are needed.

Use of AI

Yes. I used Codex to audit dependency usage, inspect the Git history, identify the obsolete dependency and its orphaned transitive dependency, and validate the manifest and lockfile changes. I reviewed the resulting changes.

@changeset-bot

changeset-bot Bot commented Jul 19, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 8eb42b3

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

@codecov

codecov Bot commented Jul 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.30%. Comparing base (207f821) to head (8eb42b3).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #4810   +/-   ##
=======================================
  Coverage   93.30%   93.30%           
=======================================
  Files          14       14           
  Lines        5466     5466           
  Branches      793      793           
=======================================
  Hits         5100     5100           
  Misses        364      364           
  Partials        2        2           

Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 207f821...8eb42b3. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

1 participant