summaryrefslogtreecommitdiff
path: root/pnpm-lock.yaml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* enhance(dev): ↵かっこかり2025-03-121-0/+3
| | | | frontendの検索インデックス作成を単独のコマンドで行えるように (#15653)
* chore(deps): update [root] update dependencies (#15624)renovate[bot]2025-03-101-141/+194
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* enhnace(frontend): ↵かっこかり2025-03-091-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | 文字列比較のためのローマナイズを強化(設定の検索) (#15632) * enhnace(frontend): 文字列比較のためのローマナイズを強化 * docs * fix * fix * fix * comment * wanakanaの初回ロードをコンポーネント内に移動 * comment * fix * add tests --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix(deps): pnpm ↵かっこかり2025-03-081-2/+7
| | | | | | | | | | | v10でre2のインストールに失敗することがある問題を修正 (#15627) * fix(deps): pnpm v10でre2のインストールに失敗することがある問題を修正 * fix * fix docker build * fix build failure on Windows
* fix(deps): update [root] update dependencies (major) (#15620)renovate[bot]2025-03-071-70/+97
| | | | | | | | | | * 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>
* chore(deps): update [frontend] update dependencies to v10 (#15619)renovate[bot]2025-03-071-73/+29
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(deps): update [root] update dependencies (#15543)renovate[bot]2025-03-071-330/+236
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* deps: update pnpm to v10 (#15588)かっこかり2025-03-071-229/+138
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Revert "fix(build): corepackのバグの回避 (#15387)" This reverts commit 9c70a4e63130f85d191c5bc16d0a4be5cd1dece2. * deps: update pnpm to v10 * fix broken lockfile * update changelog * fix * fix * Revert "fix" This reverts commit 4abc6c194edc20989f5ec97d343307a4b8c9047d. * 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
* fix(deps): update [frontend] update dependencies (#15617)renovate[bot]2025-03-071-339/+346
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* feat(frontend): 設定の検索 (#15505)syuilo2025-03-061-11/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 41bffd3a13f55618bf939dc1c9acb2a77ead4054. * 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>
* fix(frontend): ↵かっこかり2025-03-061-12/+11
| | | | tabler-iconsが読み込めない問題を修正(正式リリースに差し替え) (#15608)
* chore(deps): update [misskey-js] update dependencies (#15594)renovate[bot]2025-03-061-221/+60
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(deps): update [frontend] update dependencies (#15595)renovate[bot]2025-03-051-164/+286
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(deps): update [frontend] update dependencies (#15587)renovate[bot]2025-03-031-525/+562
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(deps): update [frontend] update dependencies (#15566)renovate[bot]2025-03-011-904/+604
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* chore(deps): update [misskey-js] update dependencies (#15565)renovate[bot]2025-03-011-91/+233
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* feat: google analytics (#15451)syuilo2025-02-251-0/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip backend * wip frontend * build misskey-js * implement control panel * fix * introduce analytics wrapper * spdx * Update analytics.ts * Update common.ts * wip * wip * wip * wip * wip * Update CHANGELOG.md --------- Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
* fix(deps): update [frontend] update dependencies (#15542)renovate[bot]2025-02-241-591/+588
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(deps): update dependency shiki to v3 (#15544)renovate[bot]2025-02-241-38/+36
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* chore(deps): update [misskey-js] update dependencies (#15539)renovate[bot]2025-02-241-370/+322
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(deps): broken lockfile (#15508)かっこかり2025-02-161-17/+158
|
* fix(deps): update dependency bullmq to v5.41.1 (#15503)renovate[bot]2025-02-161-5/+10
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(deps): update [frontend] update dependencies (#15504)renovate[bot]2025-02-161-95/+71
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(deps): update [frontend] update dependencies (major) (#15497)renovate[bot]2025-02-151-825/+487
| | | | | | | | | | * fix(deps): update [frontend] update dependencies * remove uuid types (v11 is typescript) --------- 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): update [backend] update dependencies (#15494)renovate[bot]2025-02-151-2304/+1786
| | | | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: おさむのひと <46447427+samunohito@users.noreply.github.com>
* fix(deps): update [root] update dependencies (#15495)renovate[bot]2025-02-151-412/+331
| | | | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: おさむのひと <46447427+samunohito@users.noreply.github.com>
* chore(deps): update [misskey-js] update dependencies (#15492)renovate[bot]2025-02-151-218/+134
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(deps): update [frontend] update dependencies (#15489)renovate[bot]2025-02-151-857/+999
| | | | | | | | | | | | | | | | | | | | | * fix(deps): update [frontend] update dependencies * fix type error * fix * Revert "fix" This reverts commit de27d254f413b6938f7c42a5954c88da7da95b02. * fix version * attempt to fix test --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: おさむのひと <46447427+samunohito@users.noreply.github.com> Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
* chore(deps): update dependency vitest to v1.6.1 [security] (#15473)renovate[bot]2025-02-151-77/+72
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(deps): update dependency esbuild to v0.25.0 [security] (#15476)renovate[bot]2025-02-151-187/+197
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(deps): update dependency vite [security] (#15472)renovate[bot]2025-02-151-24/+24
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(deps): update deps @fastify/multipart to v9.0.3 [security] (#15469)renovate[bot]2025-02-151-34/+120
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* update deps (#15311)syuilo2025-02-151-2736/+3072
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * bump misskey-dev/eslint-plugin * lint fixes (backend) * lint fixes (frontend) * lint fixes (frontend-embed) * rollback nsfwjs to 4.2.0 ref: infinitered/nsfwjs#904 * rollback openapi-typescript to v6 v7でOpenAPIのバリデーションが入るようになった関係でスコープ外での変更が避けられないため一時的に戻した * lint fixes (misskey-js) * temporarily disable errored lint rule (frontend-shared) * fix lint * temporarily ignore errored file for lint (frontend-shared) * rollback simplewebauthn/server to 12.0.0 v13 contains breaking changes that require some decision making * lint fixes (frontend-shared) * build misskey-js with types * fix(backend): migrate simplewebauthn/server to v12 * fix(misskey-js/autogen): ignore indent rules to generate consistent output * attempt to fix test changes due to capricorn86/happy-dom#1617 (XMLSerializer now produces valid XML) * attempt to fix test changes due to capricorn86/happy-dom#1617 (XMLSerializer now produces valid XML) * fix test * fix test * fix test * Apply suggestions from code review Co-authored-by: anatawa12 <anatawa12@icloud.com> * bump summaly to v5.2.0 * update tabler-icons to v3.30.0-based --------- Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> Co-authored-by: anatawa12 <anatawa12@icloud.com>
* fix(frontend): ↵かっこかり2025-01-281-47/+19
| | | | | | | | | | | tabler-iconsが読み込めない問題を修正(暫定的対応) (#15332) * fix(frontend): update tabler icons * Update Changelog * update * update
* fix: node.js の punycode ↵anatawa122025-01-141-286/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | モジュールが使用されている場所がある問題 (#15248) * fix: punycode.js が使用されていない場所がある問題 * fix: use punycode/punycode.js on backend * fix: use punycode/punycode.es6.js on backend * fix: d.ts missing declare keyword * chore: don't use punycode.js on backend * update pnpm-lock.yaml * chore: remove punycode.d.ts * chore: use punycode.js instead of punycode npm package * chore: bump psl to 1.15.0 * chore: bump nsfwjs to 4.2.0 4.2.1 is not usable because of https://github.com/infinitered/nsfwjs/issues/904 * chore: prevent loading node-fetch from tensorflow * chore: DOMWindow['document'] => Document IDK why DOMWindow['document'] fails, but might be related to tsc internal complexity limit * fix: disable --trace-deprecation --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* refactor/deps(frontend): shikiのdeprecated表現を修正 (#15169)かっこかり2025-01-111-6/+6
| | | | | | | | | | | | | * fix(frontend): shikiのdeprecated表現を修正 * update aiscript-vscode * :v: * fix * remove unused imports * bump aiscript-vscode to 0.1.15
* fix(frontend-shared): nodemonをdevDependenciesに追加 (#15225)Nanashi.2025-01-071-72/+51
|
* use execa 8.0.1syuilo2024-11-151-121/+27
| | | | #14966
* Revert "use nodemon 3.0.2"syuilo2024-11-151-18/+18
| | | | This reverts commit ce1f84e5a3c4c906ca611a4c4aa558f5012394d9.
* use nodemon 3.0.2syuilo2024-11-151-18/+18
| | | | #14966
* update deps (#14950)syuilo2024-11-151-3219/+2131
| | | | | | | | | | | | | | | | | * update deps * wip * Revert "wip" This reverts commit 393de249fe248ae181221266e0b7828a3ac53152. * wip * wip * wip * wip
* fix(frontend): canvas-confettiの型定義を追加 (#14692)かっこかり2024-10-041-56/+35
|
* update depssyuilo2024-10-041-428/+519
|
* fix(misskey-js): type fixes related to signup and signin (#14679)zyoshoka2024-10-031-0/+3
|
* update depssyuilo2024-10-031-330/+330
|
* fix(backend): update and re-enable Bull Dashboard (#14648)zyoshoka2024-09-291-99/+66
|
* update depssyuilo2024-09-281-571/+592
|
* update deps (#14594)syuilo2024-09-221-4259/+3066
| | | | | | | | | | | * wip * Update ClientServerService.ts * eslint * Update fetch-resource.ts * wip
* fix: EmailServiceでインラインスタイルを適用するように (#14600)Esurio/1673beta2024-09-211-4/+251
| | | Co-authored-by: Esurio <esurio@esurio1673.net>
* fix(deps): broken lockfile (#14556)かっこかり2024-09-151-123/+155
|