Dependency roundup: frontend bumps + docs vite/esbuild security patch#23
Merged
Conversation
ident: frontend-tooling group (@types/node, @types/react, vite, vitest), lint-staged 16 -> 17, @vitejs/plugin-react 5 -> 6. docs: pin vite >=6.4.2 and esbuild >=0.25.0 to clear GHSA-4w7w-66w2-5vf9 (path traversal) and GHSA-67mh-4wv8-2f99 (dev-server request leak). site workflow: bump Pages actions (configure-pages v6, upload-pages-artifact v5, deploy-pages v5). Supersedes #15, #19, #20, #21, #22.
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.
Consolidates the open Dependabot updates into one PR and patches the two security advisories on
docs/.ident/
@types/node25.8.0→25.9.1,@types/react19.2.14→19.2.15,vite8.0.13→8.0.14,vitest4.1.6→4.1.7 (Bump the frontend-tooling group across 1 directory with 4 updates #22)lint-staged16.4.0→17.0.5 (Bump lint-staged from 16.4.0 to 17.0.5 in /ident #20)@vitejs/plugin-react5.2.0→6.0.2 (Bump @vitejs/plugin-react from 5.2.0 to 6.0.2 in /ident #19)Verified:
pnpm buildand fullvitest run(587 tests) pass.docs/ (security)
Pinned
vite≥6.4.2 andesbuild≥0.25.0 via pnpm overrides (resolved to vite 6.4.2 / esbuild 0.25.12) to clear:.maphandlingVerified:
pnpm auditreports no known vulnerabilities;vitepress buildsucceeds on vite 6.CI
Bumped GitHub Pages actions in
site.yml(configure-pages v6, upload-pages-artifact v5, deploy-pages v5) — this carries #21's intent, since its targetdocs.ymlwas replaced bysite.yml.Supersedes
Closes #15 (Dockerfile node:26 already on main), #19, #20, #21, #22.