| ![renovate[bot]](/avatar/8555d8629c2fc48c5a5a2280a4715590?size=56) renovate[bot] | 1c2e57d60c | fix(deps): update [frontend] update dependencies [ci skip] (#16684) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-10-21 11:06:25 +09:00 | 
				
					
						| ![renovate[bot]](/avatar/8555d8629c2fc48c5a5a2280a4715590?size=56) renovate[bot] | 0a75d6fcf1 | fix(deps): update [frontend] update dependencies [ci skip] (#16613) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-10-20 16:44:58 +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]](/avatar/8555d8629c2fc48c5a5a2280a4715590?size=56) 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 | 
				
					
						|  かっこかり | 3804028b6e | chore(deps): update dependency @types/node to v22.18.8 (#16630) * chore(deps): update dependency @types/node to v22.18.8
* run pnpm dedupe
* Update Changelog | 2025-10-09 10:35:39 +09:00 | 
				
					
						|  かっこかり | 72a5daeb9a | update deps [ci skip] (#16628) | 2025-10-09 09:57:49 +09:00 | 
				
					
						| ![renovate[bot]](/avatar/8555d8629c2fc48c5a5a2280a4715590?size=56) renovate[bot] | e2f939080a | fix(deps): update [frontend] update dependencies [ci skip] (#16548) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-10-04 15:26:26 +09:00 | 
				
					
						|  かっこかり | 218070eb13 | fix(frontend): ビルド成果物のファイル名にlocalesのhashを含めるように (#16580) | 2025-09-24 17:01:48 +09:00 | 
				
					
						| ![renovate[bot]](/avatar/8555d8629c2fc48c5a5a2280a4715590?size=56) renovate[bot] | b7da6cad87 | fix(deps): update dependency vite [security] (#16535) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-09-13 10:32:49 +09:00 | 
				
					
						|  taiy | 7673874675 | fix(eslint): add window prefix rules to frontend-embed & frontend-shared (#16531) | 2025-09-10 09:22:12 +09:00 | 
				
					
						| ![renovate[bot]](/avatar/8555d8629c2fc48c5a5a2280a4715590?size=56) renovate[bot] | 85aea9077f | fix(deps): update [frontend] update dependencies (#16492) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-09-08 15:16:22 +09:00 | 
				
					
						|  syuilo | 5e3d8fc9b8 | refactor | 2025-08-26 20:17:25 +09:00 | 
				
					
						| ![renovate[bot]](/avatar/8555d8629c2fc48c5a5a2280a4715590?size=56) renovate[bot] | 9f25d96ec3 | fix(deps): update [frontend] update dependencies (#16387) * fix(deps): update [frontend] update dependencies
* fix build 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> | 2025-08-24 09:13:04 +09:00 | 
				
					
						|  anatawa12 | adb3ad6b7f | Follow up per locale bundle (#16381) * fix docker build
* enable check spdx license id in frontend-builder
* fix eslint config
* run eslint for frontend-builder in ci
* fix eslint
* add license headers
* fix unnecessary comments
* update changelog
* fix generateDts
* fix tsx | 2025-08-08 18:47:35 +09:00 | 
				
					
						|  anatawa12 | 8598f3912e | per-locale bundle & inline locale (#16369) * feat: split entry file by locale name
* chore: とりあえず transform hook で雑に分割
* chore: とりあえず transform 結果をいい感じに
* chore: concurrent buildで高速化
* chore: vite ではローケルのないものをビルドして後処理でどうにかするように
* chore: 後処理のためにi18n.jを単体になるように切り出す
* chore: use typescript
* chore: remove unref(i18n) in vite build process
* chore: inline variable
* fix: build error
* fix: i18n.ts.something.replaceAll() become error
* chore: ignore export specifier from error
* chore: support i18n.tsx as object
* chore: process literal for all files
* chore: split config and locale
* chore: inline locale name
* chore: remove updating locale in boot common
* chore: use top-level await to load locales
* chore: inline locale
* chore: remove loading locale from boot.js
* chore: remove loading locale from boot.js
* コメント追加
* fix test; fetchに失敗する
* import削除ログをdebugレベルに
* fix: watch pug
* chore: use hash for entry files
* chore: remove es-module-lexer from dependencies
* chore: move to frontend-builder
* chore: use inline locale in embed
* chore: refetch json on hot reload
* feat: store localization related to boot.js in backend in bootloaderLocales localstorage
* 応急処置を戻す
* fix spex
* fix `Using i18n identifier "e" directly. Skipping inlining.` warning
* refactor: use scriptsDir parameter
* chore: remove i18n from depmap
* chore: make build crash if errors
* error -> warn few conditions
* use inline object
* update localstorage keys
* remove accessing locale localstorage
* fix: failed to process i18n.tsx.aaa({x:i18n.bbb}) | 2025-08-08 11:26:18 +09:00 | 
				
					
						| ![renovate[bot]](/avatar/8555d8629c2fc48c5a5a2280a4715590?size=56) renovate[bot] | aa10e537a5 | fix(deps): update [frontend] update dependencies (#16350) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-08-03 13:33:27 +09:00 | 
				
					
						| ![renovate[bot]](/avatar/8555d8629c2fc48c5a5a2280a4715590?size=56) renovate[bot] | c79fe6dc33 | fix(deps): update [frontend] update dependencies (#16347) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-08-03 12:53:17 +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 | 
				
					
						|  tamaina | b660769288 | perf(frontend): draw-blurhash workerの結果をpostMessageする際にImageBitmapを移譲する (#16330) | 2025-07-30 09:30:07 +09:00 | 
				
					
						| ![renovate[bot]](/avatar/8555d8629c2fc48c5a5a2280a4715590?size=56) renovate[bot] | 1b791258ce | fix(deps): update [frontend] update dependencies (#16202) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-07-17 12:14:19 +09:00 | 
				
					
						|  syuilo | 525a330637 | tweak eslint config | 2025-06-26 10:49:41 +09:00 | 
				
					
						| ![renovate[bot]](/avatar/8555d8629c2fc48c5a5a2280a4715590?size=56) renovate[bot] | 0ffd9e267a | fix(deps): update [frontend] update dependencies (#16144) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-06-10 16:07:34 +09:00 | 
				
					
						| ![renovate[bot]](/avatar/8555d8629c2fc48c5a5a2280a4715590?size=56) renovate[bot] | b48a25ea77 | fix(deps): update [frontend] update dependencies (#16086) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-06-02 09:13:06 +09:00 | 
				
					
						|  anatawa12 | e954060f3b | chore(dev): update vite configuration (#16110) | 2025-05-27 15:18:37 +09:00 | 
				
					
						|  かっこかり | e6e8bfa591 | feat(frontend): tabler-iconsのサブセット化 (#15340) * feat(frontend): tabler-iconsの使用されていないアイコンを削除するように
* fix
* fix
* fix
* fix
* fix
* Update Changelog
* enhance: tablerのCSSを使用されているクラスのみに限定
* 使用するアイコンパッケージをそろえる
* Update CONTRIBUTING.md
* Update CONTRIBUTING.md
* spdx
* typo
* fix: サブセットから除外される書き方をしている部分を修正
* fix: 同じunicodeに複数のアイコンclassが割り当てられている場合に対応
* remove debug code
* Update CHANGELOG.md
* fix merge error
* setup renovate
* fix: woff2ではなくwoffに変換していたのを修正
* update deps
* update changelog | 2025-05-22 22:56:38 +09:00 | 
				
					
						| ![renovate[bot]](/avatar/8555d8629c2fc48c5a5a2280a4715590?size=56) renovate[bot] | d072dfaede | fix(deps): update [frontend] update dependencies (#15910) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-05-22 19:16:10 +09:00 | 
				
					
						|  syuilo | 9480120eba | Feat: ドライブ周りのUIの強化 (#16011) * wip
* wip
* Update MkDrive.vue
* wip
* Update MkDrive.vue
* Update MkDrive.vue
* wip
* Update MkDrive.vue
* Update MkDrive.vue
* wip
* Update MkDrive.vue
* wip
* wip
* wip
* wip
* Update MkDrive.vue
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* feat(frontend): upload dialog (#16032)
* wip
* wip
* Update MkUploadDialog.vue
* wip
* wip
* wip
* wip
* wip
* Update MkUploadDialog.vue
* wip
* wip
* Update MkDrive.vue
* wip
* wip
* Update MkPostForm.vue
* wip
* Update room.form.vue
* Update os.ts
* wiop
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Update select-file.ts
* wip
* wip
* Update MkDrive.vue
* Update drag-and-drop.ts
* wip
* wip
* wop
* wip
* wip
* Update MkDrive.vue
* Update CHANGELOG.md
* wipo
* Update MkDrive.folder.vue
* wip
* Update MkUploaderDialog.vue
* wip
* wip
* Update MkUploaderDialog.vue
* wip
* Update MkDrive.vue
* Update MkDrive.vue
* wip
* wip | 2025-05-21 07:31:24 +09:00 | 
				
					
						|  syuilo | 4d08c0a82b | enhance(frontend): blurhash無効化オプションを追加 | 2025-05-11 14:17:08 +09:00 | 
				
					
						|  syuilo | 8959bfa1c0 | refactor(frontend): 空/エラー結果表示をコンポーネント化 (#15963) * wip
* wip
* wip
* wip
* wip
* Update MkResult.vue
* Add storybook story for MkResult (#15964)
* Update MkResult.vue
---------
Co-authored-by: taichan <40626578+tai-cha@users.noreply.github.com> | 2025-05-06 14:41:31 +09:00 | 
				
					
						| ![renovate[bot]](/avatar/8555d8629c2fc48c5a5a2280a4715590?size=56) renovate[bot] | 42a2ed8b67 | fix(deps): update dependency vite to v6.3.4 [security] (#15918) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-05-04 14:54:35 +09:00 | 
				
					
						| ![renovate[bot]](/avatar/8555d8629c2fc48c5a5a2280a4715590?size=56) renovate[bot] | e8eb4e1965 | fix(deps): update [frontend] update dependencies (#15809) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-04-28 11:41:23 +09:00 | 
				
					
						|  かっこかり | 96de18b096 | fix(deps): update vite to v6.3.1 (#15857) | 2025-04-17 02:57:53 +00:00 | 
				
					
						| ![renovate[bot]](/avatar/8555d8629c2fc48c5a5a2280a4715590?size=56) renovate[bot] | e2b68aabae | fix(deps): update [frontend] update dependencies (#15736) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-04-10 18:26:01 +09:00 | 
				
					
						| ![renovate[bot]](/avatar/8555d8629c2fc48c5a5a2280a4715590?size=56) renovate[bot] | b0c3ec3267 | fix(deps): update dependency vite to v6.2.4 [security] (#15733) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-04-01 15:48:48 +09:00 | 
				
					
						|  syuilo | ea722b8360 | 🎨 | 2025-03-31 13:00:34 +09:00 | 
				
					
						| ![renovate[bot]](/avatar/8555d8629c2fc48c5a5a2280a4715590?size=56) renovate[bot] | 2618585a25 | fix(deps): update dependency vite to v6.2.3 [security] (#15710) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-03-30 08:39:40 +09:00 | 
				
					
						|  syuilo | 1af4081090 | enhance(frontend): disable horizontal swipe for timeline/notifications to improve ux | 2025-03-29 15:00:29 +09:00 | 
				
					
						|  syuilo | f1f24e39d2 | Feat: Chat (#15686) * wip
* wip
* wip
* wip
* wip
* wip
* Update types.ts
* Create 1742203321812-chat.js
* wip
* wip
* Update room.vue
* Update home.vue
* Update home.vue
* Update ja-JP.yml
* Update index.d.ts
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Update CHANGELOG.md
* wip
* Update home.vue
* clean up
* Update misskey-js.api.md
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* lint fixes
* lint
* Update UserEntityService.ts
* search
* wip
* 🎨
* wip
* Update home.ownedRooms.vue
* wip
* Update CHANGELOG.md
* Update style.scss
* wip
* improve performance
* improve performance
* Update timeline.test.ts | 2025-03-24 21:32:46 +09:00 | 
				
					
						| ![renovate[bot]](/avatar/8555d8629c2fc48c5a5a2280a4715590?size=56) renovate[bot] | 50724b6ab8 | fix(deps): update [frontend] update dependencies (#15625) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-03-21 19:41:26 +09:00 | 
				
					
						|  syuilo | fd3e28812e | clean up console | 2025-03-20 15:15:46 +09:00 | 
				
					
						|  syuilo | dca42fd6e6 | enhance(frontend): improve ux for touch devices | 2025-03-16 13:59:08 +09:00 | 
				
					
						|  syuilo | 2ddedd0ce6 | refactor | 2025-03-14 19:54:30 +09:00 | 
				
					
						| ![renovate[bot]](/avatar/8555d8629c2fc48c5a5a2280a4715590?size=56) renovate[bot] | baf3f4a1d1 | chore(deps): update [frontend] update dependencies to v10 (#15619) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-03-07 19:41:34 +09:00 | 
				
					
						| ![renovate[bot]](/avatar/8555d8629c2fc48c5a5a2280a4715590?size=56) renovate[bot] | 6c150ef1fb | fix(deps): update [frontend] update dependencies (#15617) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-03-07 11:44:04 +09:00 | 
				
					
						|  かっこかり | 6d0242277d | fix(frontend): tabler-iconsが読み込めない問題を修正(正式リリースに差し替え) (#15608) | 2025-03-06 05:34:24 +00:00 | 
				
					
						| ![renovate[bot]](/avatar/8555d8629c2fc48c5a5a2280a4715590?size=56) renovate[bot] | f3be426383 | fix(deps): update [frontend] update dependencies (#15595) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-03-05 21:01:44 +09:00 | 
				
					
						| ![renovate[bot]](/avatar/8555d8629c2fc48c5a5a2280a4715590?size=56) renovate[bot] | a17acf647b | fix(deps): update [frontend] update dependencies (#15587) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-03-03 17:48:17 +09:00 | 
				
					
						| ![renovate[bot]](/avatar/8555d8629c2fc48c5a5a2280a4715590?size=56) renovate[bot] | 830da5e9f1 | fix(deps): update [frontend] update dependencies (#15566) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-03-01 13:11:09 +09:00 | 
				
					
						| ![renovate[bot]](/avatar/8555d8629c2fc48c5a5a2280a4715590?size=56) renovate[bot] | 5dc99e6f89 | fix(deps): update [frontend] update dependencies (#15542) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-02-24 14:13:44 +09:00 |