pullrequests Search Results · language:Dune language:TypeScript language:JavaScript language:JavaScript language:TypeScript
Filter by
176M results
Summary
- Firestoreに memberIds: null で保存されたロスターがあるとページ全体がクラッシュしていた
- 読み込み時に memberIds を正規化(null → []、配列内のnullエントリを除去)
Root cause
コンソールエラー:
- TypeError: Cannot read properties of null (reading ...
Motivation
- Prevent private-use icon-font glyphs from becoming garbled in exported PPTX by treating pseudo-element icon glyphs
as images and avoiding them in editable text flows.
- Robustly detect ...
codex
Summary
- Decouple the session comments panel from the friend/invite network readiness flag so comments do not disappear when
unrelated network queries are not ready or fail.
- Keep existing messages ...
ℹ️ Note
This PR body was truncated due to platform limits.
This PR contains the following updates:
| Package | Change | Age | Confidence |
| --- | --- | --- | --- |
| pnpm (source) | 10.30.3 → 11.6.0 ...
This PR contains the following updates:
| Package | Type | Update | Change | OpenSSF |
| --- | --- | --- | --- | --- |
| pnpm (source) | packageManager | minor | 11.5.2 → 11.6.0 | OpenSSF Scorecard | ...
dependencies
📝작업 내용
✨ 내 정보 쿼리 캐싱 개선 (useMe)
- [ me ] 쿼리를 공용 useMe 훅으로 통합 (InfoForm, SideMenu, UserSection, ActivityHeader)
- staleTime 5분 적용 → 페이지/사이드 메뉴 이동 시 매번 발생하던 getMe refetch 제거
- 캐시는 정보 수정·프로필 이미지 변경 ...
🐜 Fix
♻️ Refactor
Support modal and corresponding CSS
!-- This is an auto-generated comment: release notes by coderabbit.ai --
Summary by CodeRabbit
- New Features
- Added a support ticket system accessible via ...
Summary
Comment bodies are now sanitized on both create and update so stray empty lines and line breaks typed before/after the
content aren t persisted.
sanitizeCommentJson (in validate.ts):
- Trims ...
Summary
Closes the Semgrep gcm-no-tag-length finding on backend/crypto.mjs (Semgrep autotriaged it True positive).
crypto.createDecipheriv( aes-256-gcm , key, iv) accepts any GCM-legal tag length (4–16 ...