From f0259abee95dd49a2a16890a0befc1f6274d1800 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 10:10:49 +0000 Subject: [PATCH] chore(deps)(deps-dev): bump typescript Bumps the dev-dependencies group in /variables-styles-extractor with 1 update: [typescript](https://github.com/microsoft/TypeScript). Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) --- updated-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] --- variables-styles-extractor/package.json | 2 +- variables-styles-extractor/pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/variables-styles-extractor/package.json b/variables-styles-extractor/package.json index 5c63dac..118780f 100644 --- a/variables-styles-extractor/package.json +++ b/variables-styles-extractor/package.json @@ -12,7 +12,7 @@ "devDependencies": { "@figma/plugin-typings": "^1.128.0", "terser": "^5.48.0", - "typescript": "^5.9.0" + "typescript": "^6.0.3" }, "keywords": [ "figma", diff --git a/variables-styles-extractor/pnpm-lock.yaml b/variables-styles-extractor/pnpm-lock.yaml index c3f2e23..9302af4 100644 --- a/variables-styles-extractor/pnpm-lock.yaml +++ b/variables-styles-extractor/pnpm-lock.yaml @@ -15,8 +15,8 @@ importers: specifier: ^5.48.0 version: 5.48.0 typescript: - specifier: ^5.9.0 - version: 5.9.3 + specifier: ^6.0.3 + version: 6.0.3 packages: @@ -62,8 +62,8 @@ packages: engines: {node: '>=10'} hasBin: true - typescript@5.9.3: - resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==} + typescript@6.0.3: + resolution: {integrity: sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==} engines: {node: '>=14.17'} hasBin: true @@ -110,4 +110,4 @@ snapshots: commander: 2.20.3 source-map-support: 0.5.21 - typescript@5.9.3: {} + typescript@6.0.3: {}