Skip to content

chore(deps)(deps-dev): bump the dev-dependencies group across 1 directory with 3 updates#5

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/variables-styles-extractor/dev-dependencies-1242ea4b0c
Closed

chore(deps)(deps-dev): bump the dev-dependencies group across 1 directory with 3 updates#5
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/variables-styles-extractor/dev-dependencies-1242ea4b0c

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 22, 2026

Copy link
Copy Markdown

Bumps the dev-dependencies group with 3 updates in the /variables-styles-extractor directory: @figma/plugin-typings, terser and typescript.

Updates @figma/plugin-typings from 1.121.0 to 1.128.0

Commits

Updates terser from 5.44.1 to 5.48.0

Changelog

Sourced from terser's changelog.

v5.48.0

  • Support import source ... and import defer ... (#1682)

v5.47.1

  • Fix crash when using mangle.keep_fnames with destructuring

v5.47.0

  • Add builtins_ecma and builtins_pure options
  • Add Intl options to domprops (#1680)

v5.46.2

  • unused option: delete computed keys of concise methods and getters/setters.
  • Error.cause added to DOM properties list
  • Don't consider foo.bar and foo["bar"] to be equivalent when property mangler is enabled with keep_quoted=strict option.

v5.46.1

  • Fix extremely slow (seemed like a freeze) evaluate of method chains
  • Parse extremely large floating-point number literals as Infinity
  • Remove parens from comma expressions in computed property access (foo[(1, 2)])

v5.46.0

  • Add "observedAttributes" domprop (#1652)
  • More domprops (mostly Temporal related) suggested in #1652

v5.45.0

  • Produce void 0 instead of undefined, which is more safe
Commits

Updates typescript from 5.9.3 to 6.0.3

Release notes

Sourced from typescript's releases.

TypeScript 6.0.3

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0 Beta

For release notes, check out the release announcement.

Downloads are available on:

Commits
  • 050880c Bump version to 6.0.3 and LKG
  • eeae9dd 🤖 Pick PR #63401 (Also check package name validity in...) into release-6.0 (#...
  • ad1c695 🤖 Pick PR #63368 (Harden ATA package name filtering) into release-6.0 (#63372)
  • 0725fb4 🤖 Pick PR #63310 (Mark class property initializers as...) into release-6.0 (#...
  • 607a22a Bump version to 6.0.2 and LKG
  • 9e72ab7 🤖 Pick PR #63239 (Fix missing lib files in reused pro...) into release-6.0 (#...
  • 35ff23d 🤖 Pick PR #63163 (Port anyFunctionType subtype fix an...) into release-6.0 (#...
  • e175b69 Bump version to 6.0.1-rc and LKG
  • af4caac Update LKG
  • 8efd7e8 Merge remote-tracking branch 'origin/main' into release-6.0
  • Additional commits viewable in compare view

@dependabot @github

dependabot Bot commented on behalf of github May 22, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: npm. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 22, 2026
@dependabot dependabot Bot requested a review from tknatwork as a code owner May 22, 2026 06:45
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 22, 2026
@dependabot dependabot Bot changed the title chore(deps)(deps-dev): bump the dev-dependencies group in /variables-styles-extractor with 3 updates chore(deps)(deps-dev): bump the dev-dependencies group across 1 directory with 3 updates May 24, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/variables-styles-extractor/dev-dependencies-1242ea4b0c branch from 9f1a008 to aaaf90f Compare May 24, 2026 09:14
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/variables-styles-extractor/dev-dependencies-1242ea4b0c branch from aaaf90f to eaed505 Compare June 8, 2026 10:11
…tory with 3 updates

Bumps the dev-dependencies group with 3 updates in the /variables-styles-extractor directory: [@figma/plugin-typings](https://github.com/figma/plugin-typings), [terser](https://github.com/terser/terser) and [typescript](https://github.com/microsoft/TypeScript).


Updates `@figma/plugin-typings` from 1.121.0 to 1.128.0
- [Commits](figma/plugin-typings@v1.121.0...v1.128.0)

Updates `terser` from 5.44.1 to 5.48.0
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](terser/terser@v5.44.1...v5.48.0)

Updates `typescript` from 5.9.3 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.9.3...v6.0.3)

---
updated-dependencies:
- dependency-name: "@figma/plugin-typings"
  dependency-version: 1.126.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: terser
  dependency-version: 5.48.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/variables-styles-extractor/dev-dependencies-1242ea4b0c branch from eaed505 to e5c4bf2 Compare June 10, 2026 17:54
@tknatwork

Copy link
Copy Markdown
Owner

Superseded by #24, which applies this update (consolidated with the other two Dependabot PRs and tested against current main: pnpm build clean, code.js byte-identical). TypeScript 6.0 was deferred there due to @figma/plugin-typings not yet being TS6-ready.

@tknatwork tknatwork closed this Jun 10, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 10, 2026

Copy link
Copy Markdown
Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/variables-styles-extractor/dev-dependencies-1242ea4b0c branch June 10, 2026 17:59
tknatwork added a commit that referenced this pull request Jun 10, 2026
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant