Skip to content

fix(cursor): always run TypeScript check after snapshot tasty updates#1111

Merged
tenphi merged 2 commits intomainfrom
cursor/-bc-9361e5f1-8910-45fe-b7c6-52a91b6c4bb0-9c8e
Apr 3, 2026
Merged

fix(cursor): always run TypeScript check after snapshot tasty updates#1111
tenphi merged 2 commits intomainfrom
cursor/-bc-9361e5f1-8910-45fe-b7c6-52a91b6c4bb0-9c8e

Conversation

@tenphi
Copy link
Copy Markdown
Member

@tenphi tenphi commented Apr 3, 2026

Summary

The update-tasty Cursor command told agents to skip steps 5–6 for snapshot/pre-release versions, but pnpm tsc --noEmit lived only at the end of step 6. Snapshot upgrades therefore skipped type verification entirely.

Changes

  • Step 4: Clarify that only changelog read + changelog-driven migration (steps 5–6) are skipped for snapshots; step 7 (TypeScript) must still run.
  • New step 7 — Verify TypeScript: Moved the pnpm tsc --noEmit check out of migration into a dedicated step that always runs after install.
  • Renumber: Add Changeset → step 8, Commit → step 9.

Latest commit: docs(cursor): run tsc after snapshot tasty updates in update-tasty

Open in Web Open in Cursor 

Co-authored-by: Andrey Yamanov <tenphi@gmail.com>
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Apr 3, 2026

⚠️ No Changeset found

Latest commit: 32d5f2f

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 3, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
cube-ui-kit Ready Ready Preview, Comment Apr 3, 2026 0:25am

Request Review

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 3, 2026

📦 NPM canary release

Deployed canary version 0.0.0-canary-41b773a.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 3, 2026

🏋️ Size limit report

Name Size Passed?
All 362.07 KB (0% 🟰) Yes 🎉
Tree shaking (just a Button) 102.19 KB (0% 🟰) Yes 🎉

Click here if you want to find out what is changed in this build

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 3, 2026

🧪 Storybook is successfully deployed!

@tenphi tenphi marked this pull request as ready for review April 3, 2026 12:14
Copy link
Copy Markdown
Contributor

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Comment thread .cursor/commands/update-tasty.md Outdated
Co-authored-by: Andrey Yamanov <tenphi@gmail.com>
@cursor cursor Bot changed the title feat: add update-tasty cursor command fix(cursor): always run TypeScript check after snapshot tasty updates Apr 3, 2026
@tenphi tenphi merged commit 879f494 into main Apr 3, 2026
16 checks passed
@tenphi tenphi deleted the cursor/-bc-9361e5f1-8910-45fe-b7c6-52a91b6c4bb0-9c8e branch April 3, 2026 12:32
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