Skip to content

chore: willboosterify this repo#8

Merged
WillBooster-bot merged 1 commit intomainfrom
wbfy
Apr 19, 2026
Merged

chore: willboosterify this repo#8
WillBooster-bot merged 1 commit intomainfrom
wbfy

Conversation

@WillBooster-bot
Copy link
Copy Markdown

No description provided.

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds a newline to the README and removes the typescript dependency from package.json. A critical issue was identified regarding the removal of typescript, as it is required by build tools like tsup to generate type declarations and handle configuration, which will likely lead to build failures.

Comment thread package.json
"sort-package-json": "3.6.1",
"tsup": "8.5.0",
"typescript": "5.9.3",
"vitest": "4.1.4"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

Removing typescript from devDependencies is likely to cause issues with the build and development workflow. While the typecheck script has been updated to use tsgo, other tools in the project like tsup and next typically depend on the presence of the typescript package (e.g., for generating type declarations or processing tsconfig.json). Since the package defines a types output in its exports, tsup will likely fail to produce the required .d.ts files without typescript installed.

    "typescript": "5.9.3",
    "vitest": "4.1.4"

@WillBooster-bot WillBooster-bot enabled auto-merge (squash) April 18, 2026 20:18
@WillBooster-bot WillBooster-bot merged commit c0c8588 into main Apr 19, 2026
10 checks passed
@WillBooster-bot WillBooster-bot deleted the wbfy branch April 19, 2026 01:36
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