pullrequests Search Results · language:Edge language:TypeScript language:PHP language:JavaScript is:public language:Java
Filter by
222M results
Este Pull Request foi aberto automaticamente após os testes passarem com sucesso na branch develop. Revise as alterações
e aprove para promover para produção.
Problem
Merging a Version Packages PR bumps @moxxy/desktop s version on main but never produces a desktop build/release.
The two release workflows were decoupled:
- release.yml (changesets) only publishes ...
Summary
Major modernization of the build and development toolchain. This is a v2.0.0 release with new distribution paths.
What changed
Build System
- Vite 8 in library mode producing ESM (.mjs) and ...
This PR was opened by the Changesets release GitHub action. When you re ready to do a release, you can merge this and
the packages will be published to npm automatically. If you re not ready to do a release ...
Context
tsc --noEmit (strict, all 764 files), bun run lint (campaign scope), and backend ruff were already green — CLAUDE.md s
many existing errors note is stale. A correctness-only sweep of the areas ...
Summary
Adds a new Account page accessible from the sidebar navigation and keyboard shortcut (A). Consolidates all user-facing
info in one place:
- Profile header — avatar, name, email, member since, ...
요약
클라이언트가 보낸 외래 userId(결재자·채팅방 멤버·일정 대상자·프로젝트 멤버)가 검증 없이 nested create / publish(userId, …) SSE 푸시로 흘러 테넌트 경계를 넘던 입력검증 구멍을
닫습니다.
배경 — 왜 자동 스코프로는 부족한가
- Prisma $extends 자동 스코프(lib/db.ts)는 쓰는 행의 companyId ...