Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release: 2025.3.1 #15615

Merged
merged 27 commits into from
Mar 9, 2025
Merged

Release: 2025.3.1 #15615

merged 27 commits into from
Mar 9, 2025

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Mar 6, 2025

General

  • pnpmをv10に更新
  • Corepackを削除

Client

  • Feat: 設定の検索を追加(実験的)
  • Enhance: 設定項目の再配置

Server

  • Fix: DBマイグレーション際にシステムアカウントのユーザーID判定が正しくない問題を修正
  • Fix: user.featured列が状況によってJSON文字列になっていたのを修正

github-actions bot and others added 7 commits March 6, 2025 10:31
* wip

* wip

* wip

* test

* wip rollup pluginでsearchIndexの情報生成

* wip

* SPDX

* wip: markerIdを自動付与

* rollupでビルド時・devモード時に毎回uuidを生成するように

* 開発サーバーでだけ必要な挙動は開発サーバーのみで

* 条件が逆

* wip: childrenの生成

* update comment

* update comment

* rename auto generated file

* hashをパスと行数から決定

* Update privacy.vue

* Update privacy.vue

* wip

* Update general.vue

* Update general.vue

* wip

* wip

* Update SearchMarker.vue

* wip

* Update profile.vue

* Update mute-block.vue

* Update mute-block.vue

* Update general.vue

* Update general.vue

* childrenがduplicate key errorを吐く問題をいったん解決

* マーカーの形を成形

* loggerを置きかえ

* とりあえず省略記法に対応

* Refactor and Format codes

* wip

* Update settings-search-index.ts

* wip

* wip

* とりあえず不確定要因の仮置きidを削除

* hashの生成を正規化(絶対パスになっていたのを緩和)

* pathの入力を省略可能に

* adminでもパス生成できるように

* Update settings-search-index.ts

* Update privacy.vue

* wip

* build searchIndex

* wip

* build

* Update general.vue

* build

* Update sounds.vue

* build

* build

* Update sounds.vue

* 🎨

* 🎨

* Update privacy.vue

* Update privacy.vue

* Update security.vue

* create-search-indexを多少改善

* build

* Update 2fa.vue

* wip

* 必ずtransformCodeCacheを利用するように, キャッシュの明確な受け渡しを定義

* キャッシュはdevServerでなくても更新

* Revert "wip"

This reverts commit 41bffd3.

* inlining

* wip

* Update theme.vue

* 🎨

* wip normalize

* Update theme.vue

* キャッシュのパス変換

* build

* wip

* wip

* Update SearchMarker.vue

* i18n.ts['key'] の形式が取り出せない問題のFix

* build

* 仮でpath入れ

* 必ず絶対パスが使われるように

* wip

* 🎨

* storybookビルド時はcreateSearchIndexをしない

* inliningの構造化

* format code

* Update index.vue

* wip

* wip

* 🎨

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* clean up

* Update navbar.vue

* enhance: 検索で上下矢印を使用することで検索結果を移動できるように

* refactor

* fix(frontend): PageWindowでSearchMarkerが動作するように

* enhance(frontend): SearchMarkerの点滅を一定時間で止める

* lint fix

* fix: 子要素監視が抜けていたのを修正

* アニメーションの回数はCSSで制御するように

* refactor

* enhance(frontend): 検索インデックス作成時のログを削減

* revert

* fix

* fix

---------

Co-authored-by: tai-cha <dev@taichan.site>
Co-authored-by: taichan <40626578+tai-cha@users.noreply.github.com>
Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
…unts table (#15613)

Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
* New translations ja-jp.yml (English)

* New translations ja-jp.yml (Catalan)

* New translations ja-jp.yml (English)

* New translations ja-jp.yml (Chinese Simplified)

* New translations ja-jp.yml (Italian)
@github-actions github-actions bot added packages/frontend Client side specific issue/PR packages/backend Server side specific issue/PR packages/misskey-js labels Mar 6, 2025
Copy link

codecov bot commented Mar 6, 2025

Codecov Report

Attention: Patch coverage is 1.84282% with 3622 lines in your changes missing coverage. Please review.

Project coverage is 41.58%. Comparing base (ad708d8) to head (e16a14d).
Report is 9 commits behind head on master.

Files with missing lines Patch % Lines
...es/frontend/lib/vite-plugin-create-search-index.ts 0.10% 997 Missing ⚠️
...ntend/src/scripts/autogen/settings-search-index.ts 0.12% 794 Missing ⚠️
...ckages/frontend/src/pages/settings/preferences.vue 0.00% 362 Missing and 1 partial ⚠️
...ackages/frontend/src/pages/settings/appearance.vue 0.00% 243 Missing and 1 partial ⚠️
packages/frontend/src/pages/settings/privacy.vue 0.00% 171 Missing ⚠️
...ackages/frontend/src/pages/settings/mute-block.vue 0.00% 136 Missing ⚠️
...ages/frontend/src/pages/settings/import-export.vue 0.00% 128 Missing ⚠️
packages/frontend/src/pages/settings/profile.vue 0.00% 126 Missing ⚠️
packages/frontend/src/components/MkSuperMenu.vue 0.00% 115 Missing ⚠️
packages/frontend/src/pages/settings/other.vue 0.00% 81 Missing ⚠️
... and 13 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master   #15615      +/-   ##
==========================================
- Coverage   42.16%   41.58%   -0.59%     
==========================================
  Files        1609     1617       +8     
  Lines      162578   165038    +2460     
  Branches     4065     4072       +7     
==========================================
+ Hits        68555    68631      +76     
- Misses      93584    95965    +2381     
- Partials      439      442       +3     

☔ 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.

Copy link
Contributor Author

github-actions bot commented Mar 6, 2025

このPRによるapi.jsonの差分

差分はこちら
--- base
+++ head
@@ -1,7 +1,7 @@
 {
   "openapi": "3.1.0",
   "info": {
-    "version": "2025.3.0",
+    "version": "2025.3.1-beta.2",
     "title": "Misskey API"
   },
   "externalDocs": {

Get diff files from Workflow Page

@syuilo syuilo marked this pull request as ready for review March 7, 2025 00:03
@kakkokari-gtyih

This comment was marked as resolved.

renovate bot and others added 5 commits March 7, 2025 11:44
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Revert "fix(build): corepackのバグの回避 (#15387)"

This reverts commit 9c70a4e.

* deps: update pnpm to v10

* fix broken lockfile

* update changelog

* fix

* fix

* Revert "fix"

This reverts commit 4abc6c1.

* fix

* fix

* attempt to fix docker build

* lint fixes

* fix: revertしすぎた

* detect pnpm version and install it

* fix: そもそもpnpmを2回入れる必要がないかも

* fix

* refactor

* fix

* refactor: remove unnecessary arg

* Update Dockerfile

* update pnpm to v10.6.1

* Update Changelog

* chore: use node to avoid installing jq
github-actions bot and others added 8 commits March 7, 2025 07:07
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(deps): update [root] update dependencies

* fix: migrate tar library

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
Removes unnecessary arg `disableGlobbing` from chokidar FSWatcher, as it is no longer supports globging
* fix(deps): pnpm v10でre2のインストールに失敗することがある問題を修正

* fix

* fix docker build

* fix build failure on Windows
@kakkokari-gtyih kakkokari-gtyih added this to the v2025.3.1 milestone Mar 9, 2025
@misskey-release-bot misskey-release-bot bot merged commit bef73ff into master Mar 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
packages/backend:test packages/backend Server side specific issue/PR packages/frontend Client side specific issue/PR packages/misskey-js
Projects
Development

Successfully merging this pull request may close these issues.

4 participants