feat(website): tighten the pricing page - #908
Merged
Merged
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
blove
enabled auto-merge (squash)
September 1, 2026 01:56
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Contributor
blove
added a commit
that referenced
this pull request
Sep 1, 2026
…g matrix #908 tightened the pricing page, deleting CompatibilityMatrix.tsx along with the WEBSITE_ANGULAR_SUPPORT_ROWS and WEBSITE_PRICING_SUPPORT_SUMMARY exports. scripts/verify-angular-support.mjs still imported both, so the module throws at import: SyntaxError: The requested module '.../angular-support.mjs' does not provide an export named 'WEBSITE_ANGULAR_SUPPORT_ROWS' That fails `Library — lint / test / build`, which fails `CI — required`, so main has been red since e8dc1ba and every PR inherits it. The Supported-row, Planned-row and pricing-summary assertions verified copy that no longer renders anywhere, so they go with the matrix rather than being propped up by restored constants. WEBSITE_SUPPORTED_ANGULAR_MAJORS still backs live page content and is still checked against the registry, so the drift this script exists to catch — the website advertising Angular majors the packages do not support — stays covered. Prunes the eight spec cases that drove only the removed assertions; the remaining 15 pass, and `node scripts/verify-angular-support.mjs` exits 0. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
blove
added a commit
that referenced
this pull request
Sep 1, 2026
…g matrix (#915) #908 tightened the pricing page, deleting CompatibilityMatrix.tsx along with the WEBSITE_ANGULAR_SUPPORT_ROWS and WEBSITE_PRICING_SUPPORT_SUMMARY exports. scripts/verify-angular-support.mjs still imported both, so the module throws at import: SyntaxError: The requested module '.../angular-support.mjs' does not provide an export named 'WEBSITE_ANGULAR_SUPPORT_ROWS' That fails `Library — lint / test / build`, which fails `CI — required`, so main has been red since e8dc1ba and every PR inherits it. The Supported-row, Planned-row and pricing-summary assertions verified copy that no longer renders anywhere, so they go with the matrix rather than being propped up by restored constants. WEBSITE_SUPPORTED_ANGULAR_MAJORS still backs live page content and is still checked against the registry, so the drift this script exists to catch — the website advertising Angular majors the packages do not support — stays covered. Prunes the eight spec cases that drove only the removed assertions; the remaining 15 pass, and `node scripts/verify-angular-support.mjs` exits 0. Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Per
docs/superpowers/specs/2026-08-31-pricing-tighten-design.md— the pricing page said "everything is MIT" six separate times at section level and spent ~700px on a compatibility table with two—rows:angular-support.mjs(single source of truth, orphaned exports pruned).<form>) takes the center with the Pilot-to-Prod link preserved under the subhead.repeat(4, 1fr)template for three cards, reserving a phantom fourth column.Page: 7,049px → 5,781px. Section-level MIT restatements: 6 → 1 (+ contextual mentions inside the tier card and boundary diagram, which the spec deliberately keeps).
Test Plan
nx test website— 48 files / 390 tests, all green (new LeadForm pinning spec passes against both the pre- and post-change component)nx build website --configuration=production— green (the.mjshero import survives prod type-check)🤖 Generated with Claude Code