Skip to content

build(deps-dev): bump @figma/code-connect from 1.3.4 to 1.4.2#4334

Closed
Gert-Jan Vercauteren (gert-janvercauteren) wants to merge 1 commit intomainfrom
gert-janvercauteren/bump-figma-code-connect
Closed

build(deps-dev): bump @figma/code-connect from 1.3.4 to 1.4.2#4334
Gert-Jan Vercauteren (gert-janvercauteren) wants to merge 1 commit intomainfrom
gert-janvercauteren/bump-figma-code-connect

Conversation

@gert-janvercauteren

Bumps @figma/code-connect from ^1.3.4 to ^1.4.2.

This is a dev dependency update with no component changes.

  • Ensure the PR title includes the name of the component you are changing so it's clear in the release notes for consumers of the changes in the version e.g [Clover-123][BpkButton] Updating the colour
  • README.md (If you have created a new component) — N/A
  • Component README.md — N/A
  • Tests — N/A (dev dependency only)
  • Accessibility tests — N/A
  • Storybook examples created/updated — N/A

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the repo’s Figma Code Connect tooling by bumping the @figma/code-connect dev dependency.

Changes:

  • Bump @figma/code-connect from ^1.3.4 to ^1.4.2.
  • Regenerate package-lock.json, updating transitive dependencies (notably glob, ts-morph, undici, and nested TypeScript used by code-connect).

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
package.json Updates the @figma/code-connect devDependency version to ^1.4.2.
package-lock.json Updates lockfile entries for @figma/code-connect and its transitive dependencies (including new Node engine constraints).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

"@babel/preset-typescript": "^7.28.5",
"@babel/register": "^7.28.3",
"@figma/code-connect": "^1.3.4",
"@figma/code-connect": "^1.4.2",
Copy link

Copilot AI Mar 26, 2026

Choose a reason for hiding this comment

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

Upgrading to @figma/code-connect@^1.4.2 appears to drop Node 18 compatibility via new transitive deps (e.g. glob@11 and undici@7 in package-lock now require Node 20+). This conflicts with the repo’s stated support range (package.json engines.node is >=18.20.4 and docs/templates also reference Node 18). Please either (a) bump engines.node (and update the documented Node requirement accordingly), or (b) keep @figma/code-connect pinned to a Node-18-compatible version / use overrides to stay on Node-18-compatible transitive deps if Node 18 support must remain.

Suggested change
"@figma/code-connect": "^1.4.2",
"@figma/code-connect": "1.4.1",

Copilot uses AI. Check for mistakes.
@skyscanner-backpack-bot
Copy link

Visit https://backpack.github.io/storybook-prs/4334 to see this build running in a browser.

@gert-janvercauteren
Copy link
Contributor Author

Backing off and figuring out how to move forward.

auto-merge was automatically disabled March 26, 2026 13:43

Pull request was closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants