anatawa12
06657c81d3
feat: use tsgo where capable ( #16984 )
2025-12-22 16:52:05 +09:00
renovate[bot]
260dbd150b
fix(deps): update dependency systeminformation to v5.27.14 [security] [ci skip] ( #17003 )
...
* fix(deps): update dependency systeminformation to v5.27.14 [security]
* update whitelist to force update systeminformation package
* bump other dependencies to fix dep error
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2025-12-17 09:36:15 +09:00
かっこかり
0d52145b2b
deps: update deps [ci skip] ( #16997 )
...
* update deps
* update chokidar to v5
* fix type error
* rollback serviceworker types to r74
* fix [ci skip]
2025-12-16 11:42:06 +09:00
かっこかり
d74aded35f
fix: remove unused dependencies ( #16969 )
...
* fix(frontend): remove unused dependencies
* fix(backend): remove unused dependencies
2025-12-12 10:45:45 +09:00
renovate[bot]
65dd917bfb
fix(deps): update [backend] update dependencies [ci skip] ( #16941 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-05 23:55:00 +09:00
renovate[bot]
50379e52db
fix(deps): update dependency nodemailer to v7.0.11 [security] [ci skip] ( #16919 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
2025-12-05 20:57:47 +09:00
renovate[bot]
6bb29ab5c3
fix(deps): update dependency @sentry/node to v10.27.0 [security] [ci skip] ( #16860 )
...
* fix(deps): update dependency @sentry/node to v10.27.0 [security]
* fix
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
2025-12-05 20:42:36 +09:00
renovate[bot]
6716950d7f
fix(deps): update dependency body-parser to v2.2.1 [security] ( #16899 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-04 17:39:33 +09:00
syuilo
24bd150967
refactor(backend): 変換後.config.jsonに統一するように+修正など ( #16929 )
...
* wip
* Update config.ts
* wip
* convertは元ファイルを変更するようなニュアンスを若干感じるのでcompileに改名
* wip
* Update package.json
* Revert "Update package.json"
This reverts commit e5c2802316 .
* wip
* wip
* 謎
* clean up
* wip
* wip
* Revert "wip"
This reverts commit 3aa25ac7cf .
* wip
* wip
* Update dummy.yml
* wip
* Update compile_config.js
* Update compile_config.js
* wip
* Revert "wip"
This reverts commit fd78e097c6 .
* Update dummy.yml
* Update compile_config.js
2025-12-04 16:49:25 +09:00
おさむのひと
1facca1ac5
enhance(backend): 起動前にconfigをjson化 ( #16923 )
...
* enhance(backend): 起動前にconfigをjson化
* fix
* fix
* fix
* fix
* fix
* fix CHANGELOG.md
* fix
* Update CHANGELOG.md
* get original
2025-12-03 09:00:37 +09:00
かっこかり
f222d7e24d
enhance(backend): pugをやめ、JSXベースのテンプレートに変更 ( #16908 )
...
* enhance(backend): pugをやめ、JSXベースのテンプレートに変更 (to misskey-dev dev branch) (#16889 )
* wip
* wip
* wip
* wip
* fix lint
* attempt to fix test
* fix
* fix
* fix: oauthページの描画がおかしい問題を修正
* typo [ci skip]
* fix
* fix
* fix
* fix
* fix
* refactor
* fix
* fix
* fix broken lockfile
* fix: expose supported languages as global variable
* remove i18n package from root as it is no longer required [ci skip]
* fix
* fix: add i18n package.json to Docker target-builder stage for federation tests (#16909 )
* Initial plan
* fix: add i18n package.json to Docker target-builder stage for federation tests
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix: followup-test-federation for enh-remove-pug (#16910 )
* fix: followup-test-federation for enh-remove-pug
* Revert "fix: add i18n package.json to Docker target-builder stage for federation tests (#16909 )"
This reverts commit 14313468d3 .
* fix: CSSが読み込まれない場合がある問題を修正
* fix [ci skip]
* fix: propsのデフォルト値をnull合体演算子から論理和演算子に変更(空文字に対処するため)
* remove @types/pug
* enhance: bootloaderを埋め込むように
* fix possible race condition
* remove esbuild
---------
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
Co-authored-by: おさむのひと <46447427+samunohito@users.noreply.github.com>
2025-12-01 18:36:55 +09:00
syuilo
5e2a6021ae
perf(backend): use node-html-parser instead of microformats-parser ( #16907 )
...
* perf(backend): use node-html-parser instead of microformats-parser
microformats-parser は内部的に parse5 に依存していて無駄
* Update OAuth2ProviderService.ts
* Add 'id' parameter to parseMicroformats function
* Update OAuth2ProviderService.ts
* Update OAuth2ProviderService.ts
2025-11-30 18:45:56 +09:00
renovate[bot]
0455187a68
fix(deps): update [backend] update dependencies (major) ( #16099 )
...
* fix(deps): update [backend] update dependencies
* update approve builds
* update minimum node version for testing
* remove types/bcryptjs
* fix(backend): remove removed type previously exported from file-type
* migrate webauthnservice
* Update Changelog
* update deps (MisskeyIO#889)
- メンテナンスされないredis-lockを自前実装に変更
- 既にロックされている場合のリトライ間隔を調整
* use main redis for lock
* spdx
* tweak max retries
* [ci skip] dedupe
* attempt to fix test
* attempt to fix test
* Revert "attempt to fix test"
This reverts commit c508318627 .
* temporarily roll back simonjs/fake-timers to v11.3.1
* Revert "temporarily roll back simonjs/fake-timers to v11.3.1"
This reverts commit 54f1fc3d79 .
* migrate sinonjs/fake-timers
* update deps / migrate jest 30
* fix test
* fix: update node.js min version to 20.18.1
* fix: rollback nsfwjs to 4.2.0
* fix
* attempt to fix test
* attempt to fix test
* attempt to fix test
* attempt to fix test
* revert jest 30 related changes
* update deps
* fix test
* fix: rollback nsfwjs to 4.2.0
* fix: rollback sharp to 0.33
* update deps
* fix: rollback sharp-read-bmp to 1.2.0
* fix: rollback nsfwjs to 4.2.0
* recreate lockfile
* update deps
* fix: rollback sharp-read-bmp to 1.2.0
* fix: rollback jsdom, parse5
* fix: rollback jsdom types
* fix [ci skip]
* run pnpm dedupe
* update deps
* run pnpm dedupe [ci skip]
* Update Changelog [ci skip]
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
Co-authored-by: あわわわとーにゅ <17376330+u1-liquid@users.noreply.github.com>
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2025-11-30 09:58:06 +09:00
syuilo
81635d9f1c
chore(backend): remove jsdom completely ( #16893 )
...
* wip
* Update utils.ts
* Update fetch-resource.ts
* Update exports.ts
* Update oauth.ts
2025-11-29 21:55:13 +09:00
syuilo
4bdbe794a6
perf(backend): parse5をやめて軽量な実装にし、メモリ削減・高速化 ( #16892 )
...
* wip
* test
* Revert "test"
This reverts commit b7c5ae7214 .
* Update MfmService.ts
2025-11-29 21:19:55 +09:00
syuilo
cad93071da
Revert "chore(backend): remove jsdom"
...
This reverts commit 2effd9da6e .
2025-11-29 20:11:38 +09:00
syuilo
2effd9da6e
chore(backend): remove jsdom
2025-11-29 19:55:52 +09:00
syuilo
2732034447
perf(backend): jsdom、happy-domをやめて軽量な実装にし、メモリ削減・高速化 ( #16885 )
...
* wip
* Update packages/backend/src/server/api/endpoints/i/update.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update packages/backend/src/core/FetchInstanceMetadataService.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* remove some packages
* コミット漏れ
* clean up
* fix
* Update MfmService.ts
* fix
* fix
* Update MfmService.ts
* wip
* rename
* Update packages/backend/src/core/MfmService.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update packages/backend/src/core/MfmService.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update packages/backend/src/core/MfmService.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update packages/backend/src/core/MfmService.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update packages/backend/src/core/activitypub/ApRendererService.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update packages/backend/src/core/MfmService.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update packages/backend/src/core/MfmService.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update MfmService.ts
* Update CHANGELOG.md
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-29 19:16:05 +09:00
renovate[bot]
f13a34bda4
fix(deps): update dependency js-yaml to v4.1.1 [security] [ci skip] ( #16788 )
...
* fix(deps): update dependency js-yaml to v4.1.1 [security]
* ✌️ [ci skip]
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
2025-11-27 16:24:01 +09:00
renovate[bot]
643fd0f22a
fix(deps): update [backend] update dependencies [ci skip] ( #16867 )
...
* fix(deps): update [backend] update dependencies
* fix(deps): update [backend] update dependencies
* bump sentry node to fix type errors
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
2025-11-27 13:48:08 +09:00
renovate[bot]
1e5592a5bd
fix(deps): update [backend] update dependencies [ci skip] ( #16801 )
...
* fix(deps): update [backend] update dependencies
* fix types
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
2025-11-25 10:20:06 +09:00
syuilo
015e680133
chore(backend/dev): remove cli-highlight dependency to reduce memory usage
2025-11-24 11:01:00 +09:00
syuilo
c741aa5d7d
chore(dev): add start:inspect command for debugging
2025-11-21 10:04:16 +09:00
renovate[bot]
58995e6b97
fix(deps): update [backend] update dependencies ( #16771 )
...
* fix(deps): update [backend] update dependencies
* run pnpm dedupe [ci skip]
* run pnpm dedupe [ci skip]
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
2025-11-08 17:53:12 +09:00
かっこかり
ec1120bdaa
fix(deps): update `@typescript-eslint/*` dependencies [ci skip] ( #16772 )
...
* fix(deps): update `@typescript-eslint/*` dependencies
* fix lint
2025-11-08 17:30:58 +09:00
syuilo
a888f2863b
Node.js 24 support ( #16723 )
...
* Revert "テストが動かないためnodejs 24サポートを取り消し"
This reverts commit a892bbcce5 .
* fix jest.js
* ファイルの添付方法を変更
---------
Co-authored-by: samunohito <46447427+samunohito@users.noreply.github.com>
2025-10-30 21:47:04 +09:00
syuilo
a892bbcce5
テストが動かないためnodejs 24サポートを取り消し
2025-10-29 09:58:44 +09:00
かっこかり
9e0f18a705
deps: update `@types/node` to v24 [ci skip] ( #16718 )
...
* update `@types/node` to v24
* fix
2025-10-28 11:34:42 +09:00
syuilo
f1578c282e
update deps
2025-10-28 10:43:59 +09:00
syuilo
231a6877be
enhance: Node.js v24がActive LTSに移行されたことに伴いv24を標準に
2025-10-28 10:27:11 +09:00
renovate[bot]
f93043e170
fix(deps): update [backend] update dependencies [ci skip] ( #16683 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-21 11:28:34 +09:00
renovate[bot]
b161fe7adc
fix(deps): update dependency nodemailer to v7 [security] [ci skip] ( #16611 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-21 08:56:01 +09:00
renovate[bot]
8549f71656
fix(deps): update [backend] update dependencies [ci skip] ( #16676 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-20 19:36:43 +09:00
syuilo
4e9070a4c5
update happy-dom
2025-10-20 15:19:19 +09:00
syuilo
3c64281696
Revert "fix(deps): update dependency happy-dom to v20 [security] ( #16644 )"
...
This reverts commit 45b3afa70d .
2025-10-15 13:05:37 +09:00
renovate[bot]
45b3afa70d
fix(deps): update dependency happy-dom to v20 [security] ( #16644 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-15 13:00:29 +09:00
renovate[bot]
70473c66e9
fix(deps): update [backend] update dependencies [ci skip] ( #16615 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-09 10:19:43 +09:00
renovate[bot]
a393d5a87e
fix(deps): update [backend] update dependencies ( #16547 )
...
* fix(deps): update [backend] update dependencies
* chore: update typeorm.patch
* fix: handle socket creation failure in HttpRequestServiceAgent
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: anatawa12 <anatawa12@icloud.com>
Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
2025-10-04 15:04:28 +09:00
renovate[bot]
2ea784f345
fix(deps): update [backend] update dependencies ( #16491 )
...
* fix(deps): update [backend] update dependencies
* fix type error
* run pnpm dedupe
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
2025-09-08 17:11:18 +09:00
renovate[bot]
61ff1f313b
fix(deps): update [backend] update dependencies ( #16450 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-24 18:27:14 +09:00
syuilo
b07bf838e3
サーバー管理コマンド ( #15882 )
...
* wip
* Update cli.ts
* Update cli.ts
* wip
* Update CHANGELOG.md
* Delete cli.mjs
2025-08-20 16:35:26 +09:00
renovate[bot]
44a2d531b3
fix(deps): update dependency tmp to v0.2.4 [security] ( #16374 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-19 14:20:53 +09:00
syuilo
ecc033f101
fix(backend): fix type errors caused by dependency update
...
https: //github.com/misskey-dev/misskey/pull/16308
Co-Authored-By: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
2025-08-09 17:41:01 +09:00
renovate[bot]
684dbfd626
fix(deps): update [backend] update dependencies ( #16201 )
...
* fix(deps): update [backend] update dependencies
* Update HttpRequestService.ts
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2025-08-09 17:00:59 +09:00
poppingmoon
73de40b81e
enhance: support emojis added in Unicode 16.0 or earlier ( #16329 )
...
* add missing emojis to emojilist.json
* reorder family emojis
* reorder harp
* reorder symbols
* correct emoji genders
* add missing emojis to unicode-emoji-indexes
* add Japanese annotations for Sark flag
* correct kana notations
* add square colors
* upgrade @twemoji/parser to 16.0.0
* correct emoji genders
* upgrade mfm.js to 0.25.0
2025-08-01 22:26:29 +09:00
syuilo
4be0045826
update minimum nodejs version
2025-07-31 21:21:44 +09:00
かっこかり
e5c2be15f7
fix(deps): Node.jsの最小バージョンを引き上げ ( #16296 )
...
* Update package.json
* Update min.node-version
* Update CHANGELOG.md
2025-07-17 13:20:43 +09:00
anatawa12
6f6fdfe28e
Migration cleanup ( #16288 )
...
* chore: apply several @Index and @ManyToOne to match actual migration code
* chore: several decorator updates with typeorm bug workaround with patches
* feat: add final cleanup migration
* dev: add .editorconfig settings for generated migrations
* chore: update dockerfile to build package with patches
* chore: update federation test compose to include patches
* chore: revert few dependency update
* chore: don't check disableRegistration on test env
* test: add test for checking migration script
* chore: set proxyRemoteFiles true in test config
* chore: enter invitation code in signup test
* fix: register send button is not disabled when invitationCode is not input
2025-07-16 15:49:05 +09:00
renovate[bot]
b16a05b9a7
fix(deps): update [backend] update dependencies ( #16143 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-11 09:56:29 +09:00
renovate[bot]
47f4f11e3e
fix(deps): update [backend] update dependencies ( #16087 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-27 13:18:59 +09:00