1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-30 18:03:59 +02:00

perf: rsa sign on slacc (#17322)

* perf: rsa sign on slacc

* fix: missing async/await

* fix: threadPoolSize is always number

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* test(backend): init slacc in unit setup and await ap-request signing

* test(backend): move slacc init to unit testEnvironment

* test(backend): delete unused file

* docs: update CHANGELOG

* docs: fix indent

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* chore: migrate to vitest

* fix

* fix: fix changelog

* chore: regenerate lockfile

* docs: changelog

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
This commit is contained in:
Acid Chicken
2026-05-12 17:36:49 +09:00
committed by GitHub
parent a19da1258d
commit b950f905e5
18 changed files with 201 additions and 130 deletions

View File

@@ -33,7 +33,22 @@ onlyBuiltDependencies:
ignorePatchFailures: false
minimumReleaseAge: 10080 # delay 7days to mitigate supply-chain attack
minimumReleaseAgeExclude:
- '@syuilo/aiscript'
- '@misskey-dev/*'
- '@syuilo/aiscript'
- buraha
- mfm-js
- slacc
- slacc-android-arm-eabi
- slacc-android-arm64
- slacc-darwin-arm64
- slacc-darwin-universal
- slacc-darwin-x64
- slacc-freebsd-x64
- slacc-linux-arm-gnueabihf
- slacc-linux-arm64-gnu
- slacc-linux-arm64-musl
- slacc-linux-x64-gnu
- slacc-linux-x64-musl
- slacc-win32-arm64-msvc
- slacc-win32-x64-msvc
- '@typescript/native-preview*'