feat: updates to Astro 7, with package updates#50
Merged
Conversation
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
Routine dependency maintenance plus a major upgrade to Astro 7. Also fixes a pre-existing type error and clears an outstanding CVE. All changes respect the repo's supply-chain policy (
minimumReleaseAge, audit gate).Changes
⬆️ Astro 6 → 7 (
feat: updates to astro 7)astro6.4.8 → 7.0.6.viteoverride inpnpm-workspace.yamlfrom7.3.5→>=8.0.13— Astro 7 requires Vite 8, and the old pin brokeastro build(rollupOptions.input should not be an html file). Added a comment to bump this on each Astro major.eslint-plugin-astro1.7.0 → 2.1.1. (v3.0.0 was intentionally not taken — it was published within the 7-dayminimumReleaseAgewindow; upgrade separately once it matures, noting it adds aneslint-plugin-jsx-a11ypeer.)astro.config.mjschanges needed —scopedStyleStrategy,image.service,compressHTML: true, andbuild.formatall remain valid in v7.🔒 yaml CVE (
feat: updates yaml to prevent cve)yaml: ">=2.8.3"override to patch GHSA-48c2-rrv3-qjmp (stack overflow via deeply nested YAML), pulled in transitively via@astrojs/check. Resolves to 2.9.0.🐛 Broken education variable (
fix: fixes broken education var)PrintResume.astroreferencedpersonal.education, which doesn't exist inpersonal.json(the data hasgradEducation/undergradEducation). This brokeastro checkand rendered an empty Education section in the print resume. Now renders both degrees, matchingAbout.astro.📦 Routine package bumps (
chore: updates packages)tailwindcss&@tailwindcss/vite4.3.1 → 4.3.2@types/node26.0.0 → 26.1.0@typescript-eslint/parser8.61.1 → 8.62.1eslint10.5.0 → 10.6.0Validation
astro check(typecheck) — 0 errors, 0 warningseslint .— cleanastro build— 5 pages built under Vite 8 + Astro's new Rust compilerpnpm audit— no known vulnerabilitiesFollow-ups
eslint-plugin-astroto v3 once it clears the 7-day maturity hold (addseslint-plugin-jsx-a11ypeer).