chore(deps): apply Dependabot updates (actions + dev-deps; TypeScript 6 deferred)#24
Merged
Merged
Conversation
Consolidates the three open Dependabot PRs (#3, #4, #5) into one tested update against current main: GitHub Actions: - actions/checkout v4 -> v6 - github/codeql-action v3 -> v4 (init + analyze) Dev dependencies (variables-styles-extractor): - @figma/plugin-typings ^1.98.0 -> ^1.128.0 - terser ^5.44.1 -> ^5.48.0 - typescript ^5.0.0 -> ^5.9.0 TypeScript 6.0 (proposed by Dependabot) is DEFERRED: @figma/plugin-typings 1.128 is not yet TS6-ready — under TS 6.0 the global Figma ambient types fail to load (218 TS2304 "Cannot find name 'figma'/'Variable'/…" errors) and TS6 also requires an explicit rootDir. Pinned to the latest stable 5.x (5.9.3) instead; revisit when plugin-typings ships TS6 support. Verified: pnpm install --frozen-lockfile, pnpm build (tsc + terser) clean, code.js byte-identical, node --check passes. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This was referenced Jun 10, 2026
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.
Consolidates the three open Dependabot PRs — #3 (actions/checkout), #4 (github/codeql-action), #5 (dev-dependencies group) — into one tested update against current
main. Closing those three in favor of this.Changes
GitHub Actions (
.github/workflows/codeql.yml)actions/checkoutv4 → v6github/codeql-actionv3 → v4 (init + analyze)Dev dependencies (
variables-styles-extractor)@figma/plugin-typings^1.98.0 → ^1.128.0terser^5.44.1 → ^5.48.0typescript^5.0.0 → ^5.9.0TypeScript 6.0 deferred
Dependabot proposed
typescript ^6.0.3, but@figma/plugin-typings@1.128is not yet TS6-ready: under TS 6.0 the global Figma ambient types fail to load (218TS2304 "Cannot find name 'figma'/'Variable'/…"errors), and TS6 additionally requires an explicitrootDir. Pinned to the latest stable 5.x (5.9.3) instead — revisit when plugin-typings ships TS6 support.Verification
pnpm install --frozen-lockfile✓pnpm build(tsc + terser) clean ✓ —code.jsbyte-identical,node --checkpasses🤖 Generated with Claude Code