Skip to content

chore: upgrade portfolio to Astro 7#56

Merged
jonathanperis merged 1 commit into
mainfrom
chore/astro-7-upgrade
Jun 22, 2026
Merged

chore: upgrade portfolio to Astro 7#56
jonathanperis merged 1 commit into
mainfrom
chore/astro-7-upgrade

Conversation

@jonathanperis

Copy link
Copy Markdown
Owner

Summary

  • Upgrade the portfolio from Astro 6.4 to Astro 7 and refresh the Bun lockfile, including the matching @astrojs/react 6 integration.
  • Add Astro 7 background dev-server scripts (dev:bg, dev:status, dev:logs, dev:stop) for agent-assisted local work.
  • Update repo guidance, README/wiki Astro references, and the terminal runtime label to document the adopted Astro 7 features and the static-Pages features intentionally skipped.
  • Add explicit is:inline markers to existing inline script components so astro check is clean under Astro 7.

Astro 7 fit notes

  • Adopted: Rust .astro compiler, Vite 8/Rolldown path through Astro 7, queued rendering improvements, default Sätteri pipeline through Astro itself, and background dev-server commands.
  • Not adopted: src/fetch.ts, route cache providers, CDN cache providers, SSR adapters, or route rules because this repo still deploys a pure static GitHub Pages artifact.

Test Plan

  • bun install --frozen-lockfile
  • bun run lint
  • GITHUB_TOKEN=$(gh auth token) PUBLIC_GA_ID=G-35CN95481D bun run build
  • Generated-output check for required HTML/sitemap files, route markers, and _astro asset references
  • Astro 7 background dev server script smoke: dev:bg, dev:status, dev:logs, dev:stop
  • Local astro preview smoke for / and /resume/

@coderabbitai

coderabbitai Bot commented Jun 22, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@jonathanperis, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 46 minutes and 42 seconds. Learn how PR review limits work.

Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file).

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits.

🚦 How do rate limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, the refill rate gradually slows as usage increases. The highest same-day bursts are limited more strictly.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 53ff572b-5123-4c0b-b356-2e4aaf26e5ec

📥 Commits

Reviewing files that changed from the base of the PR and between c21d52f and 6e6f61e.

⛔ Files ignored due to path filters (1)
  • bun.lock is excluded by !**/*.lock, !**/bun.lock
📒 Files selected for processing (11)
  • .agents/memory/MEMORY.md
  • .agents/memory/architecture.md
  • AGENTS.md
  • README.md
  • package.json
  • src/components/Analytics.astro
  • src/components/JsonLd.astro
  • src/components/Portfolio.tsx
  • wiki/architecture.md
  • wiki/deployment.md
  • wiki/index.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/astro-7-upgrade

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@jonathanperis

Copy link
Copy Markdown
Owner Author

Local verification completed before opening this PR:

  • bun install --frozen-lockfile
  • bun run lint (0 errors, 0 warnings, 0 hints)
  • GITHUB_TOKEN=*** PUBLIC_GA_ID=G-35CN95481D bun run build
  • Generated output check for required HTML/sitemap files, route markers, and /_astro/* asset references
  • Astro 7 background dev server scripts smoke: dev:bg, dev:status, dev:logs, dev:stop
  • Local astro preview smoke for / and /resume/

PR checks are green. CodeRabbit posted only a rate-limit notice, with no actionable review comments.

@jonathanperis jonathanperis merged commit bb0ae45 into main Jun 22, 2026
4 checks passed
@jonathanperis jonathanperis deleted the chore/astro-7-upgrade branch June 22, 2026 18:43
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.

1 participant