chore: node 22 LTS + dependency majors + repo hygiene#78
Merged
Conversation
- ci: fix percy path (_site/ → public/), add concurrency, least-privilege permissions, npm cache, narrow push trigger - stale: bump actions/stale v1 → v9, add permissions - greetings: bump actions/first-interaction v1 → v3, add permissions, switch to pull_request_target for fork PRs
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
Stack upgrade
.nvmrc, CI workflow)react-helmet+gatsby-plugin-react-helmet; SEO migrated to Gatsby Head API (per-pageHeadexport)eslint-config-react-app(CRA-deprecated) →oxlintCI hardening
_site/→public/, add concurrency, least-privilege permissions, npm cache, narrow push triggeractions/stalev1 → v9 andactions/first-interactionv1 → v3 (with proper permissions)Repo hygiene
README.mdwith logo, tagline, and modern shields.io badgesCLAUDE.md(AI-assistant guide) and refresh it for the upgraded stackCONTRIBUTING.mdand.github/PULL_REQUEST_TEMPLATE.mdResolves
Supersedes 12 open Dependabot PRs (transitive security advisories): #61, #62, #64, #65, #67, #69, #70, #71, #73, #74, #75, #76 — all targets are at or above the requested versions in the new lockfile, and four (devcert, url-parse, object-path, tar) are pruned out entirely.
Test plan
npm run lint(oxlint) — 0 warnings, 0 errorsnpm run develop— boots clean;/,/about/,/code-of-conduct/,/speakers/,/topic-tables/→ 200;/no-such-page/→ 404npm run build && npm run serve— SSR HTML contains<title>per page via Head API + i18n strings renderCONFIG.activeEvent = true(formatted date rendered correctly in SSR)