chore(deps): bump @figma/code-connect from 1.4.8 to 1.4.9 - #1407
Merged
Conversation
Unlock getSlot().connectedInstances for richer Code Connect slot mappings. Co-authored-by: Cursor <cursoragent@cursor.com>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
All alerts resolved. Learn more about Socket for GitHub. This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. Ignoring alerts on:
|
Contributor
📖 Storybook LinksCompare the preview for this pull request with the latest Storybooks from the 🔀 Pull Request Preview
🌳 Main Branch (Latest)
|
Contributor
|
@SocketSecurity ignore npm/@figma/code-connect@1.4.9 publisher looks legitimate |
georgewrmarshall
marked this pull request as ready for review
July 22, 2026 16:15
georgewrmarshall
enabled auto-merge (squash)
July 22, 2026 16:15
6 tasks
georgewrmarshall
approved these changes
Jul 22, 2026
Contributor
📖 Storybook LinksCompare the preview for this pull request with the latest Storybooks from the 🔀 Pull Request Preview
🌳 Main Branch (Latest)
|
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.
Description
Bump
@figma/code-connectfrom1.4.8to1.4.9in the root workspace and both@metamask/design-system-reactand@metamask/design-system-react-native.1.4.9 improves how slot contents are rendered by adopting the augmented getSlot API from Code Connect v1.4.9.
getSlot('SlotName') still renders as before, and the return value now also exposes connectedInstances — the connected instances directly in the slot. That lets us render a slot’s connected children inline.
This may resolve the review comment on PR #1359 about mapping
startAccessory/endAccessoryvia slots vs connected instances.Related issues
Fixes: N/A
Manual testing steps
@figma/code-connectresolves to1.4.9(yarn why @figma/code-connect)..figma.tsxmappings still load as expected.Screenshots/Recordings
N/A — dependency bump only.
Before
N/A
After
N/A
Pre-merge author checklist
Pre-merge reviewer checklist
Made with Cursor