chore: update dependencies and sitemap lastmod dates - #92
Merged
Merged
Conversation
- Updated vite from version 5.0.0 to 6.4.3 and vite-react-ssg from 0.7.0 to 0.9.2 in package.json. - Added overrides for js-yaml, postcss, brace-expansion, and minimatch in package.json. - Changed lastmod dates in sitemap.xml from 2026-07-26 to 2026-07-27 for multiple URLs.
|
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.
What changed
vite: 5.4.21 → 6.4.3vite-react-ssg: 0.7.0 → 0.9.2 (required pairing — supports vite 6.x; also incidentally removes a separate high-severityhtml-minifierdependency entirely)package.jsonoverridesblock forcing three transitive dependencies that wouldn't bump on their own:postcss→ 8.5.23js-yaml→ 4.3.0brace-expansion→ 1.1.16 (root) and 5.0.8 (nested, under@typescript-eslint/typescript-estree)esbuildresolved naturally to 0.25.12 via vite 6.4.3's own dependency, rather than force-overriding to a version outside vite's declared rangeWhy
Deliberately NOT changed
react-router/react-router-dom(2 moderate CVEs, both left untouched): no version ofvite-react-ssg— including the latest 0.9.2 just adopted here — supports react-router 7.x as a peer dependency. Upgrading this would break SSR/prerendering entirely. Revisit oncevite-react-ssgadds react-router 7 support.@babel/core(1 low CVE): wasn't part of the original patch list, brought in by@vitejs/plugin-react, left untouched — flagged for future visibility only.Validation
npm run build— succeeded, all 3 routes prerendered correctlynpm run lint— 0 errors (26 pre-existing unrelated warnings)npm run typecheck— cleannpm run preview— manually confirmed:/shows real SSR content with JSON-LD intact,/viewerloads and a test file uploads/orbits correctly with no console errors,/guides/split-step-assemblystill fully server-renderednpm auditcount (10→8) as the final word, since it doesn't cleanly match Hostinger's own count/methodologyNotes