chore(deps): TypeScript 6 migration — PARKED until @figma/plugin-typings is TS6-ready#25
Draft
tknatwork wants to merge 1 commit into
Draft
chore(deps): TypeScript 6 migration — PARKED until @figma/plugin-typings is TS6-ready#25tknatwork wants to merge 1 commit into
tknatwork wants to merge 1 commit into
Conversation
…n-typings) Tracking branch for the TypeScript 6.0 upgrade Dependabot proposed, held open until @figma/plugin-typings ships TS6 support. Done here: - typescript ^5.9.0 -> ^6.0.3 (package.json + lockfile) - tsconfig.json: added explicit "rootDir": "./src" (TS6 errors TS5011 without it; output layout is unchanged — still emits ./code.js) BLOCKER (do NOT merge until resolved): - @figma/plugin-typings@1.128 is not TS6-ready. Under TS 6.0 the global Figma ambient types fail to load — `pnpm build:dev` reports ~218 `TS2304: Cannot find name 'figma' / 'Variable' / 'VariableAlias' / …` errors. This repo has no build CI, so CodeQL alone will go green and must NOT be taken as a signal to merge. To finish when typings support TS6: 1. bump @figma/plugin-typings to the TS6-ready version on this branch 2. `pnpm install && pnpm build` — confirm tsc + terser are clean 3. commit the rebuilt code.js, mark this PR ready, merge Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Draft / parked. Tracks the TypeScript 6.0 upgrade Dependabot proposed (deferred from #24). Held open until
@figma/plugin-typingsships TS6 support, then finished and merged.Already done on this branch
typescript^5.9.0→^6.0.3(package.json + lockfile)tsconfig.json: added explicit"rootDir": "./src"— TS6 errorsTS5011without it; output layout is unchanged (still emits./code.js)⛔ Blocker — do NOT merge yet
@figma/plugin-typings@1.128is not TS6-ready. Under TS 6.0 the global Figma ambient types fail to load —pnpm build:devreports ~218TS2304: Cannot find name 'figma' / 'Variable' / 'VariableAlias' / 'RGBA' / …errors.How to finish when typings support TS6
@figma/plugin-typingsto the TS6-ready version on this branchpnpm install && pnpm build— confirmtsc+terserare cleancode.js, mark this PR Ready for review, mergeUntil then this PR is a ready-to-go staging point for the upgrade.
🤖 Generated with Claude Code