misskey/packages/frontend-embed/src
anatawa12 145c6cf2b5
fix: node.js の punycode モジュールが使用されている場所がある問題 (#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>
2025-01-14 12:37:39 +00:00
..
components fix: node.js の punycode モジュールが使用されている場所がある問題 (#15248) 2025-01-14 12:37:39 +00:00
pages refactor(frontend): prefix css variables (UI) (#14739) 2024-10-10 16:12:16 +09:00
workers
boot.ts fix(frontend-embed): localeのバージョンチェックが抜けており起動に失敗することがある問題を修正 (#15212) 2025-01-08 10:33:43 +00:00
custom-emojis.ts
di.ts perf(embed): improve embed performance (#14613) 2024-09-23 19:49:52 +09:00
i18n.ts refactor(frontend): frontend-embed/src/to-be-sharedを共通化 (#14536) 2024-09-10 18:39:53 +09:00
index.html
misskey-api.ts refactor(frontend): frontend-embed/src/to-be-sharedを共通化 (#14536) 2024-09-10 18:39:53 +09:00
post-message.ts
server-context.ts perf(embed): improve embed performance (#14613) 2024-09-23 19:49:52 +09:00
server-metadata.ts fix(frontend/frontend-embed): インポートパス・テーマまわりなどの修正 (#14535) 2024-09-10 16:14:02 +09:00
style.scss refactor(frontend): prefix css variables (UI) (#14739) 2024-10-10 16:12:16 +09:00
theme.ts fix(frontend-embed): 型チェックエラーを修正 (#15216) 2025-01-08 12:00:02 +00:00
ui.vue refactor(frontend): prefix css variables (UI) (#14739) 2024-10-10 16:12:16 +09:00
utils.ts fix(frontend-embed): #14613 で抜け落ちた処理を戻す (#14623) 2024-09-24 19:27:20 +09:00