deps(deps): bump actions/setup-node from 4 to 6 - #69
Merged
DrunkOnJava merged 1 commit intoAug 29, 2026
Conversation
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
dependabot
Bot
force-pushed
the
dependabot/github_actions/actions/setup-node-6.4.0
branch
2 times, most recently
from
April 25, 2026 10:52
7e81c9e to
d8bdd97
Compare
dependabot
Bot
force-pushed
the
dependabot/github_actions/actions/setup-node-6.4.0
branch
3 times, most recently
from
April 25, 2026 12:15
65129d5 to
e36c086
Compare
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4...v6) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/github_actions/actions/setup-node-6.4.0
branch
from
April 25, 2026 12:36
e36c086 to
870ceae
Compare
DrunkOnJava
deleted the
dependabot/github_actions/actions/setup-node-6.4.0
branch
August 29, 2026 08:43
3 tasks
DrunkOnJava
added a commit
that referenced
this pull request
Aug 29, 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>
DrunkOnJava
added a commit
that referenced
this pull request
Aug 31, 2026
…71) #61 — Legal positioning (README + NOTICE) - Dropped inaccurate 17 USC §1201(f) cite (that clause is about TPM circumvention, not applicable here) - Dropped "clean-room reimplementation" claim (we don't have the required team-separation structure) - Dropped "Autodesk v. ODA settlement (2006)" reference (agreement specific to ODA, not a general precedent) - Dropped DWG trademark note (this project doesn't touch DWG) - Replaced with Sega v. Accolade + Connectix v. Sony + EU 2009/24/EC Art. 6 + Australia s.47D as accurate authority; Baker v. Selden + Lotus v. Borland for file-format-not- copyrightable #62 — README claim audit - 1,156 fields → 1,114 (current parser output) - "34 field names + ~400 classes" → accurate current numbers - "19 probes" → 23 probes (actual examples/ count) - "11 addenda" → 12 addenda (actual section count) - "375 class records" → 395 (current schema parser output) #65 — Examples cleanup - field_type_probe.rs: #[allow(dead_code)] on the inspection struct (clean warning) - roundtrip.rs: added module-level //! doc header - All 23 examples now build clean + have doc headers #67 — Doctests - RevitFile::open + open_bytes: runnable usage snippets - compression::inflate_at: truncated-gzip round-trip demo - redact::redact_path_str: before/after example - 5 doctests pass #68 — Announcement draft refresh - Replaced Phase-C-era stale numbers with current (15 tests → 51; 30-byte invariant → 165-byte; etc.) - Removed $500-5k ODA pricing speculation - Removed "Whoever owns that wins" polemic - Softened "nobody has publicly explained" to "I haven't found a published explanation" - Added Phase D findings (tag drift, 2021 transition, format GUID, 84% field decoding) #69 — Recon-report review - Title: "Moat-Break Reconnaissance" → "on-disk format — reconnaissance report" (neutral technical framing) - TL;DR: removed "bigger whale than DWG" comparison + pricing table - Strategic framing: softened "Autodesk has structurally prevented it" phrasing while keeping accurate openBIM context with its published sources - Section 7-8 removed: internal decision memo with whale comparison (Tyler Tech, Enverus, CiteCodes), revenue speculation, and "STRONG GO" business framework — not appropriate for public technical report. Replaced with a concise "Status & next steps" section keyed to the moat-layer model #71 — Final verification cargo clean → cargo build --release → cargo test --release → cargo doc (with -D warnings) all green. 43 unit + 8 integration + 5 doctests = 56 tests passing. 0 warnings. Also bundled in this tranche (from prior commits not yet pushed): the rewrite to reader.rs (doctest additions), NOTICE legal cleanup, examples/roundtrip.rs doc header.
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.
Bumps actions/setup-node from 4 to 6.
Release notes
Sourced from actions/setup-node's releases.
... (truncated)
Commits
48b55a0Update Node.js versions in versions.yml and bump package to v6.4.0 (#1533)ab72c7eUpgrade@actionsdependencies (#1525)53b8394Bump minimatch from 3.1.2 to 3.1.5 (#1498)54045abScope test lockfiles by package manager and update cache tests (#1495)c882bffReplace uuid with crypto.randomUUID() (#1378)774c1d6feat(node-version-file): support parsingdevEnginesfield (#1283)efcb663fix: remove hardcoded bearer (#1467)d02c89dFix npm audit issues (#1491)6044e13Docs: bump actions/checkout from v5 to v6 (#1468)8e49463Fix README typo (#1226)