From 0eee3b210dc1715a34eb3ab0041b9721a5e68bcd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 00:54:22 +0000 Subject: [PATCH] swc: Update to version 1.15.17 --- bucket/swc.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/swc.json b/bucket/swc.json index b1bd81cc61..4c05e76b6a 100644 --- a/bucket/swc.json +++ b/bucket/swc.json @@ -1,20 +1,20 @@ { - "version": "1.15.13", + "version": "1.15.17", "description": "A super-fast TypeScript / JavaScript compiler written in Rust", "homepage": "https://swc.rs", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/swc-project/swc/releases/download/v1.15.13/swc-win32-x64-msvc.exe#/swc.exe", - "hash": "52300bc8e9b78367112d32efe17aca51c0f41c694ec2508fc92bdd48e8b8d804" + "url": "https://github.com/swc-project/swc/releases/download/v1.15.17/swc-win32-x64-msvc.exe#/swc.exe", + "hash": "881c76a1af085181bc7f74576f32297ef52a5e281bb64b9ee239b37767c0a3f1" }, "32bit": { - "url": "https://github.com/swc-project/swc/releases/download/v1.15.13/swc-win32-ia32-msvc.exe#/swc.exe", - "hash": "3b77304e64127477e4afa66e13bb294f975403b21b67b95d749c6f5720bb25c1" + "url": "https://github.com/swc-project/swc/releases/download/v1.15.17/swc-win32-ia32-msvc.exe#/swc.exe", + "hash": "c0d18fad7272153d3a94f6d002de23ec60db5e795458ea90d326df84852a1060" }, "arm64": { - "url": "https://github.com/swc-project/swc/releases/download/v1.15.13/swc-win32-arm64-msvc.exe#/swc.exe", - "hash": "312dc6b9b39f43973f69002dad793c06a842218647c1ff725d2532a6ee5dbdce" + "url": "https://github.com/swc-project/swc/releases/download/v1.15.17/swc-win32-arm64-msvc.exe#/swc.exe", + "hash": "7926b6029c280783b765b63f97165c40b120f2986fa184969496990af54e7b00" } }, "bin": "swc.exe",