summaryrefslogtreecommitdiff
path: root/package.json (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(deps): update dependency tar to v7.5.7 [security] (#17104)renovate[bot]2026-01-291-1/+1
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* chore(deps): update pnpm to v10.28.2 [security] (#17133)renovate[bot]2026-01-291-2/+2
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* deps: update dependencies [ci skip] (#17126)かっこかり2026-01-241-14/+12
| | | | | * deps: update dependencies * update vunerable packages as well
* Bump version to 2026.1.0-beta.0github-actions[bot]2026-01-131-1/+1
|
* Bump version to 2026.1.0-alpha.4github-actions[bot]2026-01-091-1/+1
|
* Bump version to 2026.1.0-alpha.3github-actions[bot]2026-01-081-1/+1
|
* enable and fix no-unused-vars and no-async-promise-executor (#17070)anatawa122026-01-081-1/+1
| | | | | | | | | * dev: set --no-bail for lint task * lint: enable no-async-promise-executor lint and fix them * lint: enable no-unused-vars with allowing _ prefix * lint: fix semi
* chore(deps): update pnpm to v10.27.0 [security] (#17082)renovate[bot]2026-01-081-2/+2
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Bump version to 2026.1.0-alpha.2github-actions[bot]2026-01-071-1/+1
|
* migrate build scripts to esmodules (#17071)anatawa122026-01-061-3/+3
| | | | | * chore: migrate build scripts to esmodules * chore: do not use export default in build script
* Bump version to 2026.1.0-alpha.1github-actions[bot]2026-01-051-1/+1
|
* Minify backend (#17054)syuilo2026-01-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update build.js * Update build.js * [minify-backend用] フィジビリティ検証 (#16878) * fix: minify-backend * 間違えて入れちゃったのを戻す * 追従 * fix --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> * test * use node 24 * Revert "use node 24" This reverts commit 7ae2debf23448922de70e208fe2e432ef4665f27. * Revert "test" This reverts commit d91987909139405318e573effe5a5d1613713934. * Update package.json * wip * Update compile_config.js * Revert "Update compile_config.js" This reverts commit 0ee286f02be807b126b65de6d94f573c005f98d7. * Update config.ts * wip * Update .swcrc * Update ClientServerService.ts * [ci skip] update CHANGELOG --------- Co-authored-by: おさむのひと <46447427+samunohito@users.noreply.github.com>
* fix(deps): update [root] update dependencies [ci skip] (#17023)renovate[bot]2026-01-031-10/+10
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Bump version to 2026.1.0-alpha.0github-actions[bot]2026-01-021-1/+1
|
* feat: use tsgo where capable (#16984)anatawa122025-12-221-2/+3
|
* Release: 2025.12.2github-actions[bot]2025-12-221-1/+1
|
* Bump version to 2025.12.2-beta.4github-actions[bot]2025-12-201-1/+1
|
* Bump version to 2025.12.2-beta.3github-actions[bot]2025-12-201-1/+1
|
* Bump version to 2025.12.2-beta.2github-actions[bot]2025-12-171-1/+1
|
* Bump version to 2025.12.2-beta.1github-actions[bot]2025-12-161-1/+1
|
* Bump version to 2025.12.2-beta.0github-actions[bot]2025-12-161-1/+1
|
* Bump version to 2025.12.2-alpha.0github-actions[bot]2025-12-161-1/+1
|
* deps: update deps [ci skip] (#16997)かっこかり2025-12-161-9/+9
| | | | | | | | | | | * update deps * update chokidar to v5 * fix type error * rollback serviceworker types to r74 * fix [ci skip]
* Release: 2025.12.1github-actions[bot]2025-12-141-1/+1
|
* Bump version to 2025.12.1-alpha.1github-actions[bot]2025-12-131-1/+1
|
* Bump version to 2025.12.1-alpha.0github-actions[bot]2025-12-121-1/+1
|
* enhance: use native glob (#16965)syuilo2025-12-111-2/+0
| | | | | | | | | | | | | | | * enhance: use native glob * remove tiny-glob * remove fast-glob * refactor * fix: use async glob if possible --------- Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
* Release: 2025.12.0github-actions[bot]2025-12-061-1/+1
|
* Bump version to 2025.12.0-beta.0github-actions[bot]2025-12-061-1/+1
|
* update pnpm to 10.24.0syuilo2025-12-061-2/+2
|
* Bump version to 2025.12.0-alpha.2github-actions[bot]2025-12-041-1/+1
|
* refactor(backend): ↵syuilo2025-12-041-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 変換後.config.jsonに統一するように+修正など (#16929) * wip * Update config.ts * wip * convertは元ファイルを変更するようなニュアンスを若干感じるのでcompileに改名 * wip * Update package.json * Revert "Update package.json" This reverts commit e5c28023168f4631dc6b36a14b35cfddbad1fac0. * wip * wip * 謎 * clean up * wip * wip * Revert "wip" This reverts commit 3aa25ac7cf337d57412308e63d8f54e2536b0f7f. * wip * wip * Update dummy.yml * wip * Update compile_config.js * Update compile_config.js * wip * Revert "wip" This reverts commit fd78e097c65f747962e7a411938a0e67538ed347. * Update dummy.yml * Update compile_config.js
* fix actionsyuilo2025-12-031-0/+1
|
* Bump version to 2025.12.0-alpha.1github-actions[bot]2025-12-031-1/+1
|
* enhance(backend): 起動前にconfigをjson化 (#16923)おさむのひと2025-12-031-3/+3
| | | | | | | | | | | | | | | | | | | | | * enhance(backend): 起動前にconfigをjson化 * fix * fix * fix * fix * fix * fix CHANGELOG.md * fix * Update CHANGELOG.md * get original
* Bump version to 2025.12.0-alpha.0github-actions[bot]2025-12-011-1/+1
|
* Bump version to 2025.11.2-alpha.4github-actions[bot]2025-12-011-1/+1
|
* enhance(backend): pugをやめ、JSXベースのテンプレートに変更 ↵かっこかり2025-12-011-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#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 14313468d34f49c363eef4d0a932e9fc0d9a37fb. * 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>
* Bump version to 2025.11.2-alpha.3github-actions[bot]2025-11-301-1/+1
|
* Bump version to 2025.11.2-alpha.2github-actions[bot]2025-11-301-1/+1
|
* chore(deps): update [root] update dependencies (#16902)renovate[bot]2025-11-301-4/+4
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* refactor: localesをworkspace管理下のパッケージに (#16895)おさむのひと2025-11-301-7/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * refactor: localesをworkspace管理下のパッケージに * fix copilot review * move * move * rename * fix ci * revert unwanted indent changes * fix * fix * fix * fix * 間違えてコミットしていたのを戻す * 不要 * 追加漏れ * ymlの場所だけ戻す * localesの位置を戻したのでこの差分は不要 * 内容的にlocalesにある方が正しい * i18nパッケージ用のREADME.mdを用意 * fix locale.yml * fix locale.yml --------- Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
* Bump version to 2025.11.2-alpha.1github-actions[bot]2025-11-301-1/+1
|
* Bump version to 2025.11.2-alpha.0github-actions[bot]2025-11-291-1/+1
|
* Release: 2025.11.1github-actions[bot]2025-11-281-1/+1
|
* fix(deps): update dependency glob to v13 (#16870)renovate[bot]2025-11-271-1/+1
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Bump version to 2025.11.1-beta.3github-actions[bot]2025-11-271-1/+1
|
* fix(deps): update dependency js-yaml to v4.1.1 [security] [ci skip] (#16788)renovate[bot]2025-11-271-1/+1
| | | | | | | | | | * fix(deps): update dependency js-yaml to v4.1.1 [security] * :v: [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>
* Bump version to 2025.11.1-beta.2github-actions[bot]2025-11-271-1/+1
|
* fix(deps): update dependency glob to v11.1.0 [security] [ci skip] (#16861)renovate[bot]2025-11-261-1/+1
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>