From d24db5ee0b15885c30f71c0d04b72687cfe1d93d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Dec 2025 08:30:41 +0000 Subject: [PATCH] swc: Update to version 1.15.8 --- bucket/swc.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/swc.json b/bucket/swc.json index 329edc3827..960620fa7d 100644 --- a/bucket/swc.json +++ b/bucket/swc.json @@ -1,20 +1,20 @@ { - "version": "1.15.7", + "version": "1.15.8", "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.7/swc-win32-x64-msvc.exe#/swc.exe", - "hash": "7fa33dacd158e6725bbc39e8c617f765b25a68ac8e606c5e4e8d4421699899fa" + "url": "https://github.com/swc-project/swc/releases/download/v1.15.8/swc-win32-x64-msvc.exe#/swc.exe", + "hash": "ee634416398a11a9ae704c8ad21e6d1fd30b09d8ef77b3c8defee1bac1210967" }, "32bit": { - "url": "https://github.com/swc-project/swc/releases/download/v1.15.7/swc-win32-ia32-msvc.exe#/swc.exe", - "hash": "3a445b32070c2368f5d26ee96f9b0d074ffbae02ab1747fcdde578cde2fe0ada" + "url": "https://github.com/swc-project/swc/releases/download/v1.15.8/swc-win32-ia32-msvc.exe#/swc.exe", + "hash": "e97dd5f06a7bf087c7a968eeb85b4041364ed454e0e82ac3601cd305e3b59924" }, "arm64": { - "url": "https://github.com/swc-project/swc/releases/download/v1.15.7/swc-win32-arm64-msvc.exe#/swc.exe", - "hash": "ca2211e10ca5312a80952d523a185687ed0b8bcb0949806696ac017168987492" + "url": "https://github.com/swc-project/swc/releases/download/v1.15.8/swc-win32-arm64-msvc.exe#/swc.exe", + "hash": "7baacde38b59b7f27c13edb6b1b8a667738fb7d1c3a840d9ec34c5df7acb65e1" } }, "bin": "swc.exe",