Skip to content

chore: migrating to tsdown and upgrading typescript#37

Merged
jaredwray merged 3 commits intomainfrom
claude/update-lock-file-TY9MU
Apr 17, 2026
Merged

chore: migrating to tsdown and upgrading typescript#37
jaredwray merged 3 commits intomainfrom
claude/update-lock-file-TY9MU

Conversation

@jaredwray
Copy link
Copy Markdown
Contributor

No description provided.

Copy link
Copy Markdown
Contributor

@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 migrates the build system from tsup to tsdown, upgrades TypeScript to version 6.0.2, and updates the package version to 1.2.0. The package exports have been refined to support dual-module formats with explicit type definitions for ESM and CJS. I have no feedback to provide.

@jaredwray jaredwray merged commit a3a94b4 into main Apr 17, 2026
8 checks passed
@jaredwray jaredwray deleted the claude/update-lock-file-TY9MU branch April 17, 2026 14:01
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (a0bc2df) to head (9ea0da3).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #37   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines           19        19           
  Branches         1         1           
=========================================
  Hits            19        19           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 9ea0da3fb3

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread package.json
"build": "tsdown",
"clean": "rimraf ./dist pnpm-lock.yaml node_modules coverage",
"prepare": "pnpm build"
"prepublishOnly": "pnpm build"
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Restore prepare build hook for git/local installs

Replacing prepare with prepublishOnly means the build no longer runs when this package is installed from a git URL or local path, because npm/pnpm only run prepublishOnly on publish while prepare runs before packing/installing git dependencies. Since this repo does not commit dist/ but package entry points (main/exports) all target dist/*, those install paths now produce an unbuilt package that fails at runtime with missing module files.

Useful? React with 👍 / 👎.

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