Skip to content

chore: slim down dependencies#312

Merged
hassankhan merged 2 commits intomainfrom
@hassankhan/chore/tidy-deps
Apr 7, 2026
Merged

chore: slim down dependencies#312
hassankhan merged 2 commits intomainfrom
@hassankhan/chore/tidy-deps

Conversation

@hassankhan
Copy link
Copy Markdown
Member

@hassankhan hassankhan commented Apr 7, 2026

Why

We don't need to use string.prototype.replaceall since String.prototype.replace() works fine. Separately, the gen, update-issue-template and update-dependabot-config all would fail to run with ts-node.

How

string.prototype.replaceall has been replaced with the builtin String.prototype.replace, and the dependency was removed from the root package.json.

ts-node has been replaced with tsx.

Test Plan

Ran all mentioned package scripts to ensure that they behave as expected.

@hassankhan hassankhan requested a review from EvanBacon as a code owner April 7, 2026 05:42
@hassankhan hassankhan requested a review from kitten April 7, 2026 05:42
@hassankhan hassankhan force-pushed the @hassankhan/chore/tidy-deps branch from 1ef2c7c to c58cb95 Compare April 7, 2026 11:47
@hassankhan hassankhan merged commit a2fdafe into main Apr 7, 2026
12 checks passed
@hassankhan hassankhan deleted the @hassankhan/chore/tidy-deps branch April 7, 2026 12:01
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.

2 participants