chore: Dependabot triage log + vite ^8.2.2 range - #120
Merged
Conversation
Record merge/close/leave-open decisions for the 15 open Dependabot PRs (viewer npm, Rust crates, GitHub Actions). Co-authored-by: DrunkOnJava <DrunkOnJava@users.noreply.github.com>
Co-authored-by: DrunkOnJava <DrunkOnJava@users.noreply.github.com>
Land the security bump that Dependabot #111 could not merge (conflicts). Update the Lane Eleven triage log with merge/close/leave-open outcomes. Co-authored-by: DrunkOnJava <DrunkOnJava@users.noreply.github.com>
The prior commit restored an older package.json snapshot and briefly downgraded @playwright/test; restore the version already merged from Dependabot #104. Co-authored-by: DrunkOnJava <DrunkOnJava@users.noreply.github.com>
Avoid downgrading the lockfile from 8.2.2 (already on main) to Dependabot's 8.1.5 target. Raise the package.json range and keep npm audit clean. Co-authored-by: DrunkOnJava <DrunkOnJava@users.noreply.github.com>
DrunkOnJava
added a commit
that referenced
this pull request
Aug 31, 2026
## Summary Lane Eleven Dependabot triage: - Document merge/close/leave-open decisions for all 15 open Dependabot PRs in `docs/dependabot-triage-2026-08-29.md`. - Raise viewer `vite` package.json range to `^8.2.2` to match the secure lockfile already on `main` (8.2.2). Dependabot #111 (8.1.5) conflicted and is closed as superseded — 8.2.2 is newer than that target. ### Already merged via Dependabot (this session) - #104 playwright, #69 setup-node, #6 upload-artifact, #4 setup-python, #3 rust-cache, #2 download-artifact ### Closed as obsolete/superseded - #102 / #76 pyo3 (main already on 0.29), #72 quick-xml (main on 0.41), #111 vite (superseded; main lock already 8.2.2) ### Left open for dedicated migrations - #109 TypeScript 7, #108 three.js 0.185, #74 thiserror 2, #71 criterion 0.7, #70 cfb 0.14 ## Test plan - [x] `cd viewer && npm run typecheck` - [x] `cd viewer && npm audit --audit-level=high` → 0 vulnerabilities - [ ] CI on this PR --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: DrunkOnJava <DrunkOnJava@users.noreply.github.com>
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
Lane Eleven Dependabot triage:
docs/dependabot-triage-2026-08-29.md.vitepackage.json range to^8.2.2to match the secure lockfile already onmain(8.2.2). Dependabot deps(deps-dev): bump vite from 8.0.9 to 8.1.5 in /viewer #111 (8.1.5) conflicted and is closed as superseded — 8.2.2 is newer than that target.Already merged via Dependabot (this session)
Closed as obsolete/superseded
Left open for dedicated migrations
Test plan
cd viewer && npm run typecheckcd viewer && npm audit --audit-level=high→ 0 vulnerabilities