Skip to content

fix(deps): move TypeScript to dev dependencies - #118

Merged
dialupdisaster merged 1 commit into
mainfrom
fix/typescript-dev-dependency
Aug 9, 2026
Merged

fix(deps): move TypeScript to dev dependencies#118
dialupdisaster merged 1 commit into
mainfrom
fix/typescript-dev-dependency

Conversation

@dialupdisaster

Copy link
Copy Markdown
Contributor

Summary

  • move typescript from runtime dependencies to development dependencies
  • update the Bun lockfile dependency classification
  • avoid installing the TypeScript compiler for plugin consumers

Closes #117

Validation

  • bun run typecheck
  • bun test
  • bun run lint
  • bun run check:jsdoc-coverage
  • bun pm pack --dry-run

@github-actions

github-actions Bot commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

No findings.

Typecheck and tests could not be run because bun is unavailable in the environment.

@dialupdisaster
dialupdisaster merged commit 4fcf511 into main Aug 9, 2026
9 checks passed
dialupdisaster pushed a commit that referenced this pull request Aug 9, 2026
🤖 I have created a release *beep* *boop*
---


##
[1.5.1](v1.5.0...v1.5.1)
(2026-08-09)


### Bug Fixes

* **deps:** move TypeScript to dev dependencies
([#118](#118))
([4fcf511](4fcf511))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.

[Bug]: typescript should be a devDependency, not a dependency

1 participant