mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-04 23:35:38 +02:00
* enhance(backend): bundle backend using rolldown
* fix
* fix [ci skip]
* remove unused build script
* fix
* enhance: 起動からlistenまでかかる時間を減らす (MisskeyIO#1410)
* ✌️
* fix
* update rolldown
* fix(backend): extract static error classes to avoid rolldown design:paramtypes omission
* update rolldown
* Revert "fix(backend): extract static error classes to avoid rolldown design:paramtypes omission"
This reverts commit e2243c9dc3.
* fix
* perf: avoid generating sourcemap in production
* fix
* fix
* fix
* fix paths
* fix
* fix
* fix
* fix
* fix
* enhance: バックエンドの開発サーバー制御をrolldown側で行うように
* remove nodemon
* Update Changelog
* tweak config
* fix
* fix
* fix
* clean up
---------
Co-authored-by: あわわわとーにゅ <17376330+u1-liquid@users.noreply.github.com>
Co-authored-by: bab <mashirohira@gmail.com>
45 lines
1.1 KiB
YAML
45 lines
1.1 KiB
YAML
packages:
|
|
- packages/backend
|
|
- packages/frontend-shared
|
|
- packages/frontend
|
|
- packages/frontend-builder
|
|
- packages/frontend-embed
|
|
- packages/i18n
|
|
- packages/icons-subsetter
|
|
- packages/sw
|
|
- packages/misskey-js
|
|
- packages/misskey-js/generator
|
|
- packages/misskey-reversi
|
|
- packages/misskey-bubble-game
|
|
onlyBuiltDependencies:
|
|
- '@nestjs/core'
|
|
- '@parcel/watcher'
|
|
- '@sentry/profiling-node'
|
|
- '@sentry-internal/node-cpu-profiler'
|
|
- '@swc/core'
|
|
- '@tensorflow/tfjs-node'
|
|
- bufferutil
|
|
- canvas
|
|
- core-js
|
|
- cypress
|
|
- esbuild
|
|
- msgpackr-extract
|
|
- msw
|
|
- nice-napi
|
|
- re2
|
|
- sharp
|
|
- utf-8-validate
|
|
- v-code-diff
|
|
- vue-demi
|
|
ignorePatchFailures: false
|
|
minimumReleaseAge: 10080 # delay 7days to mitigate supply-chain attack
|
|
minimumReleaseAgeExclude:
|
|
- '@syuilo/aiscript'
|
|
- rolldown # Bundle Backend そのうち消す
|
|
- '@rolldown/*' # Bundle Backend そのうち消す
|
|
- '@oxc-project/*' # Bundle Backend そのうち消す
|
|
- '@napi-rs/*' # Bundle Backend そのうち消す
|
|
- vite # 脆弱性対応。そのうち消す
|
|
# Renovate security update: lodash@4.18.1
|
|
- lodash@4.18.1
|