chore(deps): update @tenphi/tasty to 3.0.2 - #1328
Open
tenphi wants to merge 1 commit into
Open
Conversation
Patch release with no public API change — the export surface is the same set of names as 3.0.1, so no migration was needed. Full suite passes (1870 tests), typecheck output is identical to before the bump, and lint is clean. Raise the tree-shaking size budget from 123 kB to 124 kB. Tasty's core grew ~0.56 kB in this release, which put the old budget 31 bytes over. Both sides rebuilt on Linux: 122.47 kB on 3.0.1, 123.03 kB on 3.0.2. The `All` entry moved by the same amount (499.12 -> 499.67 kB) and stays inside its 501 kB budget. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01H4ie7kwKPfbsXnP7KriNCD
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🦋 Changeset detectedLatest commit: 5ed79b8 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Contributor
📦 NPM canary releaseDeployed canary version 0.0.0-canary-82f47dd. |
Contributor
🏋️ Size limit report
Compared against main at f3d9a1f — run 32052281350, 2026-08-17T17:52:39Z.Click here if you want to find out what is changed in this build |
Contributor
🧪 Storybook is successfully deployed!
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Describe changes
Bumps
@tenphi/tastyfrom3.0.1to3.0.2(the currentlatest) viapnpm run update-tasty, per the workflow documented inAGENTS.md.No migration was needed. I diffed the published
3.0.1and3.0.2tarballs: the public export surface is the same set of names, so nothing insrchad to change. The release is internal work plus doc clarifications.Two of those doc clarifications are worth flagging for anyone writing custom tokens, though neither affects this package:
$Fooresolves to--fooand#Purpleto--purple-color. Checked: there is no capitalized token name anywhere insrc.presetandtransitiontake token names, not values, so a bare$namethere warns in dev and is ignored.Size budget. The tree-shaking entry goes from 123 kB to 124 kB. Tasty's core grew ~0.56 kB in this release, which put the old budget 31 bytes over. Measured with both sides freshly rebuilt on Linux (same platform as CI, so the zlib caveat in
.size-limit.cjsdoesn't apply here):AllButton)Both entries moving by the same ~0.55 kB is what a change inside Tasty's always-included core looks like, rather than anything component-specific. The
Allbudget still has ~1.3 kB of headroom, so it is left alone.Checklist
No tests or stories are added: this is a dependency bump with no behavior change of our own to cover.
Closes: N/A
Other information
npx tsc --noEmitoutput is byte-identical before and after the bump — the 42 lines it reports are pre-existing (the intentionalsrc/eslint-plugin/fixtures.tsxlint fixtures and theNodeListOfiterator errors in the probe harnesses), not introduced here.pnpm lintis clean; oxlint emits only the same pre-existing warnings as onmain.package.jsonkeeps the caret range style it has carried since the v3 upgrade (#1275) —^3.0.0→^3.0.2.Generated by Claude Code
Note
Low Risk
Patch dependency bump with unchanged public API and no application code edits; only lockfile, changeset, and size budget documentation.
Overview
Dependency bump only:
@tenphi/tastyis updated from^3.0.0(resolved3.0.1) to^3.0.2inpackage.json, with matchingpnpm-lock.yamlupdates. There are no changes undersrc— the published export surface matches3.0.1, so no migration work.A patch changeset documents the release.
.size-limit.cjsraises the “Tree shaking (just a Button)” budget from 123 kB to 124 kB and adds comments attributing ~0.56 kB growth to Tasty’s core; the fullAllbundle budget stays at 501 kB.Reviewed by Cursor Bugbot for commit 5ed79b8. Bugbot is set up for automated code reviews on this repo. Configure here.