Skip to content

fix(landing): prevent Prettier from splitting "via Supabase" across lines - #267

Merged
guyghost merged 2 commits into
guyghost-expert-carnivalfrom
copilot/fix-copilot-issues
Jul 28, 2026
Merged

fix(landing): prevent Prettier from splitting "via Supabase" across lines#267
guyghost merged 2 commits into
guyghost-expert-carnivalfrom
copilot/fix-copilot-issues

Conversation

Copilot AI commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

privacy-copy.test.ts reads the raw Svelte source and asserts toContain('via Supabase'). The list item was 104 chars, causing Prettier (printWidth: 100) to wrap "via" and "Supabase." onto separate lines, breaking the substring match.

Change

Shortened the premium plan list item from:

Synchronisation multi-appareils (shortlist, candidatures, profil) — à venir, via
Supabase.

to:

Synchronisation multi-appareils (profil, candidatures) à venir, via Supabase.

The condensed phrasing (91 chars with indent) stays under the 100-char printWidth, so Prettier keeps it on one line and the raw-source assertion passes.

@vercel

vercel Bot commented Jul 27, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
pulse Ready Ready Preview, Comment Jul 27, 2026 8:43pm
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
pulse-dashboard Skipped Skipped Jul 27, 2026 8:43pm

@vercel
vercel Bot temporarily deployed to Preview – pulse-dashboard July 27, 2026 20:42 Inactive
Copilot AI changed the title [WIP] Fix issues with Copilot in CI workflow fix(landing): prevent Prettier from splitting "via Supabase" across lines Jul 27, 2026
Copilot AI requested a review from guyghost July 27, 2026 20:45
@guyghost
guyghost marked this pull request as ready for review July 28, 2026 14:04
Copilot AI review requested due to automatic review settings July 28, 2026 14:04
@guyghost
guyghost merged commit b093fbf into guyghost-expert-carnival Jul 28, 2026
4 checks passed
@guyghost
guyghost deleted the copilot/fix-copilot-issues branch July 28, 2026 14:05

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adjusts a Premium plan bullet in the landing page to keep the literal substring via Supabase on a single line after Prettier formatting, so the raw-source assertion in privacy-copy.test.ts remains stable.

Changes:

  • Condensed the Premium plan “Synchronisation multi-appareils … via Supabase.” list item into a single-line <li> to avoid Prettier wrapping at printWidth: 100.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants