Codex/optimization roadmap - #51
Merged
Merged
Conversation
…he toolchain R10 — SearchBar gets a polite live region and an aria-busy results container. Loading, result counts, and no-result outcomes are announced with the query; clearing empties the region so nothing stale is read back. R11 — ImageRotator gets a persistent play/pause button. Rotation now holds for an explicit reader pause, pointer hover, keyboard focus inside the rotator, and a backgrounded tab, tracked separately so moving the pointer away never resumes a slideshow the reader paused. Reduced motion starts paused and can be opted into; turning the preference on mid-visit pauses. R12 — Pin pnpm 12.3.4 via packageManager and Node 22.12.0 via .nvmrc, with CI reading both instead of repeating versions. Two package scripts were broken: `analyze` called @astrojs/vercel/static-build, which the adapter does not provide, and `performance` chained into it after a redundant build; both are removed. `astro preview` also fails here because the Vercel adapter delegates to the Vercel CLI, so `preview` now serves dist/client from scripts/serve-dist.mjs and `preview:vercel` keeps the old command. The Lighthouse scripts start and stop that server themselves rather than assuming one on port 4321. Corrected stale font, gate, and cache claims in the two docs, preserving their audit dates. R15 — Remove FeaturedWritingsRotator and LazyPosts. No static, dynamic, or MDX consumer references either; the repo has no import.meta.glob component loading. Local gate: 261 tests, astro check (0/0/0), ESLint, Prettier, build, frontmatter, structured-data, feeds, and Remark42 rewrite all pass. R10 and R11 were exercised in a browser against the built output; R11's reduced-motion path is code-verified only, as the automation surface cannot emulate the preference. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Adding `packageManager` makes pnpm 12 self-manage: it records itself under `packageManagerDependencies` plus the per-platform `@pnpm/exe.*` entries. This is generated, additive (+101 lines, no existing entry changed), and it keeps the working tree from going dirty on every pnpm command. Watch the first CI run: the workflow no longer names a pnpm version and resolves it from `packageManager` instead, moving CI from pnpm 10 to 12. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
No description provided.