summaryrefslogtreecommitdiff
path: root/pnpm-lock.yaml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update deps (#14312)syuilo2024-07-281-2927/+2425
|
* revert 5f88d56d96syuilo2024-07-201-31/+13
| | | | バグがある(かつすぐに修正できそうにない) & まだレビュー途中で意図せずマージされたため
* perf(federation): Ed25519署名に対応する (#13464)tamaina2024-07-181-13/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 1. ed25519キーペアを発行・Personとして公開鍵を送受信 * validate additionalPublicKeys * getAuthUserFromApIdはmainを選ぶ * :v: * fix * signatureAlgorithm * set publicKeyCache lifetime * refresh * httpMessageSignatureAcceptable * ED25519_SIGNED_ALGORITHM * ED25519_PUBLIC_KEY_SIGNATURE_ALGORITHM * remove sign additionalPublicKeys signature requirements * httpMessageSignaturesSupported * httpMessageSignaturesImplementationLevel * httpMessageSignaturesImplementationLevel: '01' * perf(federation): Use hint for getAuthUserFromApId (#13470) * Hint for getAuthUserFromApId * とどのつまりこれでいいのか? * use @misskey-dev/node-http-message-signatures * fix * signedPost, signedGet * ap-request.tsを復活させる * remove digest prerender * fix test? * fix test * add httpMessageSignaturesImplementationLevel to FederationInstance * ManyToOne * fetchPersonWithRenewal * exactKey * :v: * use const * use gen-key-pair fn. from '@misskey-dev/node-http-message-signatures' * update node-http-message-signatures * fix * @misskey-dev/node-http-message-signatures@0.0.0-alpha.11 * getAuthUserFromApIdでupdatePersonの頻度を増やす * cacheRaw.date * use requiredInputs https://github.com/misskey-dev/misskey/pull/13464#discussion_r1509964359 * update @misskey-dev/node-http-message-signatures * clean up * err msg * fix(backend): fetchInstanceMetadataのLockが永遠に解除されない問題を修正 Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com> * fix httpMessageSignaturesImplementationLevel validation * fix test * fix * comment * comment * improve test * fix * use Promise.all in genRSAAndEd25519KeyPair * refreshAndprepareEd25519KeyPair * refreshAndfindKey * commetn * refactor public keys add * digestプリレンダを復活させる RFC実装時にどうするか考える * fix, async * fix * !== true * use save * Deliver update person when new key generated (not tested) https://github.com/misskey-dev/misskey/pull/13464#issuecomment-1977049061 * 循環参照で落ちるのを解消? * fix? * Revert "fix?" This reverts commit 0082f6f8e8c5d5febd14933ba9a1ac643f70ca92. * a * logger * log * change logger * 秘密鍵の変更は、フラグではなく鍵を引き回すようにする * addAllKnowingSharedInboxRecipe * nanka meccha kaeta * delivre * キャッシュ有効チェックはロック取得前に行う * @misskey-dev/node-http-message-signatures@0.0.3 * PrivateKeyPem * getLocalUserPrivateKey * fix test * if * fix ap-request * update node-http-message-signatures * fix type error * update package * fix type * update package * retry no key * @misskey-dev/node-http-message-signatures@0.0.8 * fix type error * log keyid * logger * db-resolver * JSON.stringify * HTTP Signatureがなかったり使えなかったりしそうな場合にLD Signatureを活用するように * inbox-delayed use actor if no signature * ユーザーとキーの同一性チェックはhostの一致にする * log signature parse err * save array * とりあえずtryで囲っておく * fetchPersonWithRenewalでエラーが起きたら古いデータを返す * use transactionalEntityManager * fix spdx * @misskey-dev/node-http-message-signatures@0.0.10 * add comment * fix * publicKeyに配列が入ってもいいようにする https://github.com/misskey-dev/misskey/pull/13950 * define additionalPublicKeys * fix * merge fix * refreshAndprepareEd25519KeyPair → refreshAndPrepareEd25519KeyPair * remove gen-key-pair.ts * defaultMaxListeners = 512 * Revert "defaultMaxListeners = 512" This reverts commit f2c412c18057a9300540794ccbe4dfbf6d259ed6. * genRSAAndEd25519KeyPairではキーを直列に生成する? * maxConcurrency: 8 * maxConcurrency: 16 * maxConcurrency: 8 * Revert "genRSAAndEd25519KeyPairではキーを直列に生成する?" This reverts commit d0aada55c1ed5aa98f18731ec82f3ac5eb5a6c16. * maxWorkers: '90%' * Revert "maxWorkers: '90%'" This reverts commit 9e0a93f110456320d6485a871f014f7cdab29b33. * e2e/timelines.tsで個々のテストに対するtimeoutを削除, maxConcurrency: 32 * better error handling of this.userPublickeysRepository.delete * better comment * set result to keypairEntityCache * deliverJobConcurrency: 16, deliverJobPerSec: 1024, inboxJobConcurrency: 4 * inboxJobPerSec: 64 * delete request.headers['host']; * fix * // node-fetch will generate this for us. if we keep 'Host', it won't change with redirects! * move delete host * modify comment * modify comment * fix correct → collect * refreshAndfindKey → refreshAndFindKey * modify comment * modify attachLdSignature * getApId, InboxProcessorService * TODO * [skip ci] add CHANGELOG --------- Co-authored-by: MeiMei <30769358+mei23@users.noreply.github.com> Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com>
* AiScriptを0.19.0にアップデート (#14226)FineArchs2024-07-171-300/+602
| | | | | | | * Update autogen files * Update CHANGELOG.md * Update flash-edit.vue
* deps(frontend): AiScript VSCodeのバージョンを上げる (#14199)かっこかり2024-07-141-33/+17
|
* update deps (#14057)syuilo2024-07-021-3943/+4974
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * locales/index.jsのymlファイル取得ロジックを調節 * regenerate pnpm-lock.yaml * fix(backend): typecheck fails * chore(deps): bump ip-cidr from 4.0.0 to 4.0.1 in /packages/backend * chore: migrate ESLint configs to flat config (#14094) * chore: migrate ESLint configs to flat config * fix: update paths * fix: frontend lint fails * refactor(misskey-js): lint build.js * update deps --------- Co-authored-by: samunohito <46447427+samunohito@users.noreply.github.com> Co-authored-by: zyoshoka <root@zyoshoka.com> Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com>
* Remove @types/node-fetch (#13948)woxtu2024-06-221-11/+0
|
* update typescriptsyuilo2024-06-211-132/+132
|
* node 22 supportsyuilo2024-06-131-60/+60
|
* test(#10336): add `components/MkC.*` stories (#13830)zyoshoka2024-06-081-41/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * test(storybook): add `components/MkC.*` stories * test(storybook): add some tests * test: add sleep * test: comment-out flaky test * test(storybook): add test for `MkChannelFollowButton` * chore(storybook): tweak sleep duration in `MkChannelFollowButton` story test * fix(chromatic): add delay to `MkChannelList` * chore: replace `mswDecorator` with `mswLoader` * fix(storybook): tweak some parameters * chore: serve static files * fix(chromatic): add delay to `MkCwButton` * chore: delete logging for debug * fix: add right click in `MkContextMenu` play * refactor: remove unused imports
* feat: sentry integration (#13897)syuilo2024-05-281-0/+630
| | | | | | | | | | | | | | | * wip * wip * wip * wip * Update CHANGELOG.md * Update ApiCallService.ts * Update config.ts
* happy-domにメモリリークがありそうsyuilo2024-05-211-25/+35
|
* deps: AiScript VSCodeのバージョンを上げる (#13851)かっこかり2024-05-211-33/+17
|
* update deps (#13624)syuilo2024-05-041-10250/+13694
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update deps * Update package.json * update deps * build: pass --strip-leading-paths to restore 0.2.x behavior (#13684) * :v: * :v: * pureimageの代わりに@napi-rs/canvasを使う (#13748) * pureimageの代わりに@napi-rs/canvasを使う * remove writestream * remove createtemp * wip * Update ClientServerService.ts * update pnpm to 9.x * update deps * re: update pnpm to 9.x * update node * :v: --------- Co-authored-by: anatawa12 <anatawa12@icloud.com> Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* fix(frontend): fix Storybook type errors (#13779)zyoshoka2024-05-011-664/+844
| | | | | * fix(frontend): fix Storybook type errors * fix: `hasReduce` doesn't work in args
* AiScriptのバージョンを0.18.0に上げる (#13743)FineArchs2024-04-251-7/+7
| | | | | | | | | | | | | * Update package.json * Update autogen files * Update flash-edit.vue * Update flash-edit.vue * Update CHANGELOG.md * revert
* fix(deps): ↵かっこかり2024-04-051-20/+19
| | | | aiscript-vscodeのインストール中にWARNが出るのを修正 (#13661)
* fix(backend): バックエンドのpnpm ↵おさむのひと2024-04-041-3/+3
| | | | | | | devによるビルド後にbuild-assetsを行うようにする (#13659) * moveto scripts * add scripts/dev.mjs
* fix: misskey-js、bubble-game、reversiのビルドをesbuildに統合する ↵おさむのひと2024-03-301-154/+34
| | | | | | | | | | | | | | | (#13600) * fix: ビルドが遅いパッケージのビルド速度を改善 * dependenciesの整理 * fix ci * ビルド開始時に古いファイルを消す * fix ci * fix ci
* fix: URLプレビューの動作改善+動作設定を可能にする (#13579)おさむのひと2024-03-211-2/+16
| | | | | | | | | | | | | | | | | | | | | | | * wip * support new version * URLプレビュー無効化時、フロント側も非表示にしてリクエストをしないようにする * fix lint * fix lint * tweak preview request error handles * fix: CHANGELOG.md * fix * fix --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* Cypress typescript (#13591)Gianni Ceccarelli2024-03-201-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | * convert Cypress tests to TypeScript this work was done by @lunaisnotaboy https://github.com/lunaisnotaboy for their fork https://github.com/cutiekey/cutiekey/pull/7 I just repacked their changes into a minimal set * fix call to `window` in cypress tests this error was spotted thanks to the TypeScript compiler: ``` support/commands.ts:33:12 - error TS2559: Type '(win: any) => void' has no properties in common with type 'Partial<Loggable & Timeoutable>'. 33 cy.window(win => { ~~~~~~~~ Found 1 error in support/commands.ts:33 ``` (again, @lunaisnotaboy did the actual work)
* fix(frontend): ↵おさむのひと2024-03-201-8/+12
| | | | | | | shikiの言語・テーマの定義ファイルをCDN(esm.sh)から取るようにする (#13598) * fix(frontend): shikiの言語・テーマの定義ファイルをCDN(esm.sh)から取るようにする * fix CHANGELOG.md
* update depssyuilo2024-03-011-31/+27
|
* update depssyuilo2024-03-011-25/+25
|
* update depssyuilo2024-03-011-126/+141
|
* update depssyuilo2024-02-291-951/+1026
|
* fix: SSR時のmetaをエスケープするように (#13440)かっこかり2024-02-231-0/+15
| | | | | * fix: SSR時のmetaをエスケープするように * エスケープ方法を変更
* fix: Bump sharp to 0.33.2 (#13391)tamaina2024-02-211-102/+233
|
* refactor(backend): remove/replace deprecated type deps (#13252)zyoshoka2024-02-161-27/+30
|
* fix(frontend): vue ↵かっこかり2024-02-161-96/+66
| | | | | | | | | | | | | | | | | | v3.4.16以降でタイムラインが正常に表示できない問題を修正 (#13248) * fix(frontend): vue v3.4.16でタイムラインが正常に表示できない問題を修正 * type * Revert "fix: downgrade vue to 3.4.15" This reverts commit e12369ac13a906321397dfee5142f2af4b12f5b6. * Update pnpm-lock.yaml --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* build: upgrade Storybook to 8 beta (#13297)Acid Chicken (硫酸鶏)2024-02-141-2160/+1195
| | | | | | | | | * chore: upgrade Storybook to 8 * ci: restore Storybook workflow * build: createRequire * ci: TurboSnap life extension
* fix: downgrade vue to 3.4.15tamaina2024-02-121-144/+148
|
* feat: provide tarball (#13260)Acid Chicken (硫酸鶏)2024-02-121-0/+28
| | | | | | | | | | | * feat: provide tarball * build: pack on build-assets * chore: use ignore-walk * chore: debug * build: dependencies
* update depssyuilo2024-02-091-188/+276
|
* chore: use vite@5.1.0 / pnpm@8.15.1tamaina2024-02-081-29/+37
|
* fix(frontend): ↵かっこかり2024-02-091-5/+57
| | | | aiscriptのコードブロックでのハイライト指定を修正 (#13208)
* test(frontend): migrate MSW in Storybook to v2 (#13195)zyoshoka2024-02-081-70/+54
|
* enhance(frontend): shiki v1に移行 (#13138)かっこかり2024-02-021-20/+10
| | | | | | | | | | | * enhance(frontend): shiki v1に移行 * optimize chunks, エラーを握りつぶす * wasmを分離 * バンドルサイズの警告の最小値を650kBに引き上げ * optimize
* refactor(frontend): `os.popup()`の`props`の型チェックを有効化 ↵zyoshoka2024-02-021-41/+42
| | | | | | | | | (#13140) * refactor(frontend): `os.popup()`の`props`の型チェックを有効化 * refactor: `ComponentProps`に書き換え * refacor: `import type`
* update depssyuilo2024-01-301-206/+337
|
* fix/refactor(reversi): 既存のバグを修正・型定義を強化 (#13105)かっこかり2024-01-301-39/+41
| | | | | | | | | | | | | * 既存のバグを修正 * fix types * fix misskey-js autogen * Update index.d.ts --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* iOSで大きな画像を変換してアップロードできない問題を ↵tamaina2024-01-301-43/+24
| | | | | 正 (#13109) Fix https://github.com/misskey-dev/misskey/issues/12026
* fix(frontend/pizzax): ↵かっこかり2024-01-241-64/+79
| | | | | | | | | オブジェクトにnullがある場合に正しくマージされないのを修正 (#13073) * fix(frontend/pizzax): オブジェクトにnullがある場合に正しくマージされない * fix types * マージを内製
* enhance(reversi): improve desync handlingsyuilo2024-01-231-7/+4
|
* perf: ↵tamaina2024-01-231-14/+22
| | | | | | | | | (productionの)dependenciesから@typesを削除、reversi/bubble-gameをesbuildにする (#13067) * perf: (productionの)dependenciesから@typesを削除、reversi/bubble-gameをesbuildにする * fix * fix
* fix: 2024-01-22 10:50時点のdevelopにてCIがコケている (#13060)おさむのひと2024-01-221-227/+213
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix: バブルゲームのビルド失敗修正 * fix: api.jsonの定義誤りを修正 * fix: lint.yml(typecheck) * fix: fix eslint error * fix: frontend vitest version * fix: frontend vitest version * fix: * fix: cypress * fix: misskey-js test * fix: misskey-js tsd(tsdはpakcage.jsonのexportsをサポートしない?) * fix: conflict * fix: 間違えて上書きしたところを修正 * fix: 再 * fix: api.json * fix: api.json * fix: タイムアウト延長 * Update packages/misskey-js/jest.config.cjs Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com> --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>
* fix(frontend/pizzax): ↵かっこかり2024-01-221-118/+49
| | | | | | | | | デフォルト値が適用できないことがあるのを修正 (#13057) * fix(frontend/pizzax): デフォルト値が適用できないことがあるのを修正 * fix * いらんプロパティをけす
* update depssyuilo2024-01-211-1780/+1346
|
* fix(dev): fix pnpm devsyuilo2024-01-201-0/+6
|
* refactor: extract bubble-game engine as independent packagesyuilo2024-01-201-50/+97
|