Skip to content

fix: resolve main→develop merge conflicts#203

Merged
github-actions[bot] merged 2 commits into
developfrom
fix/resolve-main-conflicts
Apr 23, 2026
Merged

fix: resolve main→develop merge conflicts#203
github-actions[bot] merged 2 commits into
developfrom
fix/resolve-main-conflicts

Conversation

@tomymaritano

Copy link
Copy Markdown
Collaborator

Summary

Resolves merge conflicts between main and develop for the release PR #202:

  • apps/desktop/src/main/index.ts: Keep develop's cross-plugin overwrite protection (smarter than main's strict equality check)
  • apps/desktop/src/renderer/ui/patterns/Modal.tsx: Keep develop's useId() placement above early return (React hook order fix)

🤖 Generated with Claude Code

tomymaritano and others added 2 commits April 23, 2026 16:00
## Summary

Post-merge fixes addressing all review findings from PR #194, plus CI
failures and additional improvements.

### Security
- Fix YAML frontmatter escaping (backslashes, control chars) — CodeQL
critical
- Validate plugin IDs with regex + path traversal check
- Fix PowerShell path interpolation (separate args)
- Add 50MB size limit + tmpDir cleanup in finally for plugin install
- HTML-escape table cell content in clipboard export
- Validate installFromUrl slug matches manifest.id
- HTTPS-only validation in preload for plugin URLs
- Enforce minimum 100k PBKDF2 iterations in encryption service

### CI Fixes
- Fix mcp-server TS2532 from noUncheckedIndexedAccess
- Restructure ESLint: type-aware rules only for src/ files in tsconfig
projects (0 errors)
- ci.yml: add contents:read permission to label job

### Accessibility
- `aria-pressed` on filter pills, `useId()` for modal, conditional toast
role
- Auto-focus primary button in welcome dialog

### UX
- Save indicator no longer flashes on note switch
- UpdateBanner shows error messages with retry
- SidebarFooter "Synced Xm ago" display
- Error toasts on failed plugin install/uninstall
- Marketplace API response validation

### Code Quality
- Async clipboard handlers, Unicode-safe filenames
- CSS camelCase consistency, danger hover tokens via color-mix
- Stricter semver regex, .env.example formatting

## Test plan
- [x] `pnpm typecheck` — 17/17 pass
- [x] `pnpm test` — 16/16 pass
- [x] `pnpm lint` — 0 errors

🤖 Generated with [Claude Code](https://claude.com/claude-code)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…licts

# Conflicts:
#	apps/desktop/src/main/index.ts
#	apps/desktop/src/renderer/ui/patterns/Modal.tsx
@vercel

vercel Bot commented Apr 23, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
readide Error Error Apr 23, 2026 7:42pm

Request Review

@github-actions github-actions Bot enabled auto-merge (squash) April 23, 2026 19:42
@github-actions github-actions Bot merged commit ebb4c17 into develop Apr 23, 2026
14 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant