Skip to content

Remove unused devDependencies#284

Merged
limonte merged 2 commits intomainfrom
copilot/remove-unused-npm-dependencies
Mar 15, 2026
Merged

Remove unused devDependencies#284
limonte merged 2 commits intomainfrom
copilot/remove-unused-npm-dependencies

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 15, 2026

Three devDependencies were never used and babel-core (the v6→v7 bridge) was only ever needed for Jest, which this project doesn't use.

Removed

  • babel-core — v6→v7 bridge shim; irrelevant since tests run via Cypress, not Jest
  • @babel/plugin-transform-runtime + @babel/runtime — lived in .babelrc's env.test block, which requires NODE_ENV=test; Cypress never sets that

Cleaned up

  • .babelrc — removed the now-empty env.test block
  • tslint.json — deleted; project uses ESLint and tslint was never installed

💬 Send tasks to Copilot coding agent from Slack and Teams to turn conversations into code. Copilot posts an update in your thread when it's finished.

…untime, @babel/runtime; delete tslint.json

Co-authored-by: limonte <6059356+limonte@users.noreply.github.com>
@limonte limonte marked this pull request as ready for review March 15, 2026 20:32
Copilot AI changed the title [WIP] Remove unused npm dependencies Remove unused devDependencies Mar 15, 2026
Copilot AI requested a review from limonte March 15, 2026 20:33
@limonte limonte merged commit d25b37b into main Mar 15, 2026
1 check passed
@limonte limonte deleted the copilot/remove-unused-npm-dependencies branch March 15, 2026 20:34
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version 5.1.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants