chore: sync dev deps with frontend (WB packages + tokens 15→16)#3295
Merged
chore: sync dev deps with frontend (WB packages + tokens 15→16)#3295
Conversation
…onder-blocks-tokens 16.0.0) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
🗄️ Schema Change: No Changes ✅ |
Contributor
🛠️ Item Splitting: No Changes ✅ |
Contributor
|
Size Change: 0 B Total Size: 486 kB ℹ️ View Unchanged
|
Contributor
npm Snapshot: PublishedGood news!! We've packaged up the latest commit from this PR (4ce4c2b) and published it to npm. You Example: pnpm add @khanacademy/perseus@PR3295If you are working in Khan Academy's frontend, you can run the below command. ./dev/tools/bump_perseus_version.ts -t PR3295If you are working in Khan Academy's webapp, you can run the below command. ./dev/tools/bump_perseus_version.js -t PR3295 |
SonicScrewdriver
approved these changes
Mar 2, 2026
Contributor
SonicScrewdriver
left a comment
There was a problem hiding this comment.
Looks great! I just left one comment/question about keeping the code comment in pnpm-workspace.yaml
| # mock it. (21.0.0) | ||
| # - window.getComputedStyle() returns bizarre results for background | ||
| # color, e.g. `rgb(255, 0, 0)` instead of `green`. (21.1.0) | ||
| jest-environment-jsdom>jsdom: 20.0.3 |
Contributor
There was a problem hiding this comment.
I wonder if it'd be possible to keep this comment, since it seems potentially helpful for us. Unless the comments are no longer true!
benchristel
approved these changes
Mar 2, 2026
Member
benchristel
left a comment
There was a problem hiding this comment.
LGTM! Thanks for the fix!
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Merged
fmizzell
added a commit
that referenced
this pull request
Mar 3, 2026
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @khanacademy/math-input@26.4.3 ### Patch Changes - [#3295](#3295) [`ad9b570acc`](ad9b570) Thanks [@fmizzell](https://github.com/fmizzell)! - Sync peerDependencies with frontend: bump wonder-blocks-tokens to 16.0.0 ## @khanacademy/perseus@75.4.1 ### Patch Changes - [#3295](#3295) [`ad9b570acc`](ad9b570) Thanks [@fmizzell](https://github.com/fmizzell)! - Sync peerDependencies with frontend: bump wonder-blocks-tokens to 16.0.0 - Updated dependencies \[[`ad9b570acc`](ad9b570)]: - @khanacademy/math-input@26.4.3 ## @khanacademy/perseus-editor@28.14.1 ### Patch Changes - [#3295](#3295) [`ad9b570acc`](ad9b570) Thanks [@fmizzell](https://github.com/fmizzell)! - Sync peerDependencies with frontend: bump wonder-blocks-tokens to 16.0.0 - Updated dependencies \[[`ad9b570acc`](ad9b570)]: - @khanacademy/math-input@26.4.3 - @khanacademy/perseus@75.4.1
catandthemachines
pushed a commit
that referenced
this pull request
Apr 1, 2026
## Summary Syncs Perseus peer dependencies with the current frontend dependency versions, unblocking the Perseus bump in frontend. Generated by running `./utils/sync-dependencies.ts ../frontend/pnpm-workspace.yaml` per the [Shipping a Change to Perseus](https://khanacademy.atlassian.net/wiki/spaces/LC/pages/2384887922/Shipping+a+Change+to+Perseus) doc. **Major:** `wonder-blocks-tokens` `^15.0.0` → `^16.0.0` **Patches:** `accordion`, `banner`, `button`, `clickable`, `dropdown`, `form`, `icon`, `icon-button`, `labeled-field`, `layout`, `link`, `modal`, `pill`, `popover`, `progress-spinner`, `search-field`, `switch`, `tabs`, `toolbar`, `tooltip`, `typography` ## Test plan - [ ] CI passes Author: fmizzell Reviewers: SonicScrewdriver, benchristel Required Reviewers: Approved By: SonicScrewdriver, benchristel Checks: ⏭️ 1 check has been skipped, ✅ 10 checks were successful Pull Request URL: #3295
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.
Summary
Syncs Perseus peer dependencies with the current frontend dependency versions, unblocking the Perseus bump in frontend.
Generated by running
./utils/sync-dependencies.ts ../frontend/pnpm-workspace.yamlper the Shipping a Change to Perseus doc.Major:
wonder-blocks-tokens^15.0.0→^16.0.0Patches:
accordion,banner,button,clickable,dropdown,form,icon,icon-button,labeled-field,layout,link,modal,pill,popover,progress-spinner,search-field,switch,tabs,toolbar,tooltip,typographyTest plan