Skip to content

chore: remove npm-run-all dependency#1965

Open
tassoevan wants to merge 1 commit into
mainfrom
chore/ditch-npm-run-all
Open

chore: remove npm-run-all dependency#1965
tassoevan wants to merge 1 commit into
mainfrom
chore/ditch-npm-run-all

Conversation

@tassoevan
Copy link
Copy Markdown
Member

Replace all run-s (from npm-run-all) invocations with Yarn Berry's built-in run command chained with &&, then remove the npm-run-all devDependency from all 13 packages.

What changed

  • 11 package.json files: replaced run-s .:script:a .:script:brun .:script:a && run .:script:b
  • 13 package.json files: removed "npm-run-all": "^4.1.5" from devDependencies (includes 2 packages that had the dep but never used it: emitter, icons)
  • yarn.lock: 26 transitive packages removed

Why

  • npm-run-all is unmaintained (last publish 2019) and unnecessary — Yarn Berry natively supports run <script> in shell commands
  • fuselage-forms was already using this pattern (run .:build:clean && run .:build:esm && run .:build:cjs)
  • Reduces dependency surface area

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 8, 2026

⚠️ No Changeset found

Latest commit: 26c3df7

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

@tassoevan tassoevan requested a review from a team May 8, 2026 19:43
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