Skip to content

deps: update dependencies#17400

Merged
syuilo merged 7 commits into
misskey-dev:developfrom
kakkokari-gtyih:update-deps-20260514
May 14, 2026
Merged

deps: update dependencies#17400
syuilo merged 7 commits into
misskey-dev:developfrom
kakkokari-gtyih:update-deps-20260514

Conversation

@kakkokari-gtyih

Copy link
Copy Markdown
Member

What

Why

Additional info (optional)

Checklist

  • Read the contribution guide
  • Test working in a local environment
  • (If needed) Add story of storybook
  • (If needed) Update CHANGELOG.md
  • (If possible) Add tests

@dosubot dosubot Bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label May 14, 2026
@github-actions github-actions Bot added packages/frontend Client side specific issue/PR packages/backend Server side specific issue/PR packages/misskey-js packages/sw labels May 14, 2026
@github-actions

github-actions Bot commented May 14, 2026

Copy link
Copy Markdown
Contributor

このPRによるapi.jsonの差分
差分はありません。
Get diff files from Workflow Page

@github-actions

github-actions Bot commented May 14, 2026

Copy link
Copy Markdown
Contributor

Backend memory usage comparison

Before GC

Metric base (MB) head (MB) Diff (MB) Diff (%)
VmRSS 313.67 MB 315.11 MB +1.43 MB +0.45%
VmHWM 313.67 MB 315.11 MB +1.43 MB +0.45%
VmSize 23159.57 MB 23161.94 MB +2.37 MB +0.01%
VmData 1360.49 MB 1361.77 MB +1.27 MB +0.09%

After GC

Metric base (MB) head (MB) Diff (MB) Diff (%)
VmRSS 313.69 MB 315.17 MB +1.47 MB +0.47%
VmHWM 313.69 MB 315.17 MB +1.47 MB +0.47%
VmSize 23160.07 MB 23162.02 MB 1.95 MB 0%
VmData 1360.99 MB 1361.85 MB +0.85 MB +0.06%

After Request

Metric base (MB) head (MB) Diff (MB) Diff (%)
VmRSS 314.36 MB 315.57 MB +1.21 MB +0.38%
VmHWM 314.36 MB 315.57 MB +1.21 MB +0.38%
VmSize 23160.40 MB 23162.02 MB 1.62 MB 0%
VmData 1361.33 MB 1361.85 MB +0.52 MB +0.03%

See workflow logs for details

@codecov

codecov Bot commented May 14, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 25.20%. Comparing base (b950f90) to head (8599172).
⚠️ Report is 5 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop   #17400      +/-   ##
===========================================
+ Coverage    24.83%   25.20%   +0.37%     
===========================================
  Files         1155     1156       +1     
  Lines        39313    39509     +196     
  Branches     10947    10982      +35     
===========================================
+ Hits          9762     9958     +196     
- Misses       23681    23682       +1     
+ Partials      5870     5869       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@syuilo
syuilo merged commit a3227c9 into misskey-dev:develop May 14, 2026
43 checks passed
@github-project-automation github-project-automation Bot moved this from Todo to Done in [実験中] 管理用 May 14, 2026
@syuilo

syuilo commented May 14, 2026

Copy link
Copy Markdown
Member

🙏

@kakkokari-gtyih
kakkokari-gtyih deleted the update-deps-20260514 branch May 14, 2026 13:54
anatawa12 added a commit to anatawa12/misskey that referenced this pull request May 18, 2026
* [skip ci] Update CHANGELOG.md (prepend template)

* enhance(frontend): テーマの適用管理を改善 (misskey-dev#17376)

* wip

* add test

* use themeManager.currentCompiledTheme for obtaining theme variables / reduce getComputedStyle usage

* fix

* fix: better error handling on theme installation

* Update Changelog

* chore: remove frontend-shared builds as it is currently working as a stub package

* fix: broken lockfile

* fix

* fix lint

* fix

* Update CHANGELOG.md

* enhance(frontend): MkInputでthrottleできるように & delay設定できるように

* fix(frontend): ドライブのファイル更新が即座に反映されない問題の修正 (misskey-dev#17383)

* enhance: 絵文字データの参照を自前ライブラリに変更 (misskey-dev#17381)

* wip

* enhance: 絵文字データの参照を自前ライブラリに変更

* fix

* update to v17.0.2

* fix assets handling

* fix

* update mfm-js

* update emoji library

* Update COPYING [ci skip]

* Update Changelog

* Update Changelog

* fix: 端末の絵文字にフォールバックできるように

* Fix: リスト編集画面におけるユーザー追加時のユーザー選択ダイアログにおいて、自身のアカウントが検索結果の一覧に表示されない問題を修正 (misskey-dev#17386)

* fix(frontend): cannot add self to list by selectUser dialog

* docs(changelog): update changelog

* fix(frontend): デッキのカラムから開いたアンテナ・リストの編集ウィンドウを、"ポップアウト"、"新しいタブで表示"、"リンクをコピー"した場合に誤ったリンクが与えられる問題を修正 (misskey-dev#17384)

* fix(frontend): incorrect page link for deck pageWindow

* docs(changelog): update changelog

* fix(frontend): missing はい/いいえ in base-role 「チャンネルの作成」 header (misskey-dev#17380)

* Initial plan

* fix(frontend): show base-role value text for channel creation policy

Agent-Logs-Url: https://github.com/misskey-dev/misskey/sessions/c4fcb1b7-eb6e-444b-bbdf-9b367bc13544

Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>

* Update changelog [ci skip]

* fix

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>

* perf: rsa sign on slacc (misskey-dev#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>

* docs: AI コーディングエージェント共通設定を追加 (misskey-dev#17396)

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>

* Bump version to 2026.5.2-alpha.0

* feat: 投稿通知設定したユーザーをリストで見ることができるように (misskey-dev#17385)

* feat: 投稿通知を設定したユーザーをリストで見ることができるように

* test(e2e): 投稿通知のテスト追加

* chore: 不必要なコードの削除

* Update CHANGELOG.md

* Bump version to 2026.5.2-beta.0

* deps: update dependencies (misskey-dev#17400)

* deps: Update Dependencies

* run pnpm dedupe

* update some major packages

* update to pnpm v11

* update systeminformation

* fix indent

* fix: rollback sharp to 0.33

* update re2

* fix(deps): update dependency sanitize-html to v2.17.4 [security] [ci skip] (misskey-dev#17402)

* fix(deps): update dependency sanitize-html to v2.17.4 [security]

* fix minimumReleaseAgeExclude

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>

* fix(deps): broken lockfile (misskey-dev#17404)

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update CHANGELOG.md

* fix: move `users/notify/list` to `following/list` (misskey-dev#17416)

* fix: move `users/notify/list` to `following/list`

* fix

* fix lint

* fix test

* fix test

* fix test title

* Bump version to 2026.5.2-beta.1

* fix: add-i18n-keyの記述が間違っていたので修正 (misskey-dev#17418)

* Release: 2026.5.2

* [skip ci] Update CHANGELOG.md (prepend template)

* Update about-misskey.vue

* fix(docker): runnerでのpnpmの依存関係チェックを無効化 (misskey-dev#17425)

* fix(docker): runnerでのpnpmの依存関係チェックを無効化

* Update Changelog

* update changelog

* Bump version to 2026.5.3-alpha.0

* Release: 2026.5.3

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
Co-authored-by: 4ster1sk <146138447+4ster1sk@users.noreply.github.com>
Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Acid Chicken <root@acid-chicken.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: おさむのひと <46447427+samunohito@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

packages/backend Server side specific issue/PR packages/frontend Client side specific issue/PR packages/misskey-js packages/sw size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

Development

Successfully merging this pull request may close these issues.

2 participants