chore(deps): update node docker tag to v26 #2

Merged
jcabillot merged 6 commits from renovate/node-26.x into main 2026-07-13 19:31:27 -04:00
Owner

This PR contains the following updates:

Package Type Update Change
node stage major 24-trixie26-trixie

Release Notes

nodejs/node (node)

v26

Moved to doc/changelogs/CHANGELOG_V6.md#6.0.0.

v25

Moved to doc/changelogs/CHANGELOG_V012.md#0.12.8.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [node](https://github.com/nodejs/node) | stage | major | `24-trixie` → `26-trixie` | --- ### Release Notes <details> <summary>nodejs/node (node)</summary> ### [`v26`](https://github.com/nodejs/node/blob/HEAD/CHANGELOG.md#2016-04-26-Version-600-Current--jasnell) <a href="doc/changelogs/CHANGELOG_V6.md#6.0.0">Moved to doc/changelogs/CHANGELOG\_V6.md#6.0.0</a>. ### [`v25`](https://github.com/nodejs/node/blob/HEAD/CHANGELOG.md#20151125-Version-0128-LTS--rvagg) <a href="doc/changelogs/CHANGELOG_V012.md#0.12.8">Moved to doc/changelogs/CHANGELOG\_V012.md#0.12.8</a>. </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [x] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xOTUuMTIiLCJ1cGRhdGVkSW5WZXIiOiI0My4xOTUuMTIiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
jcabillot self-assigned this 2026-05-26 20:41:59 -04:00
jcabillot added 1 commit 2026-07-13 19:09:32 -04:00
chore(deps): update node docker tag to v26
PR Checks / hadolint (pull_request) Successful in 7s
PR Checks / build-test (pull_request) Failing after 2m21s
cc86526f47
jcabillot force-pushed renovate/node-26.x from 06ac591ece to cc86526f47 2026-07-13 19:09:32 -04:00 Compare
opencodecabilloteu added 1 commit 2026-07-13 19:18:28 -04:00
fix: upgrade better-sqlite3 to v12 for Node 26 compatibility
PR Checks / hadolint (pull_request) Failing after 6s
PR Checks / build-test (pull_request) Failing after 2m39s
6ccd634cd9
n2-soul@9.0.9 depends on better-sqlite3@^11.10.0 which does not
support Node.js 26. The V8 API changed (GetPrototype removed in
favor of GetPrototypeV2), causing native compilation to fail.

Upgrade to better-sqlite3@12.11.1 which supports Node 26 and has
prebuilt binaries.
opencodecabilloteu added 1 commit 2026-07-13 19:19:24 -04:00
fix: use subshell to avoid hadolint DL3003 warning
PR Checks / hadolint (pull_request) Failing after 6s
PR Checks / build-test (pull_request) Failing after 2m39s
25ce5423ed
opencodecabilloteu added 1 commit 2026-07-13 19:21:23 -04:00
fix: suppress hadolint DL3003 for subshell cd pattern
PR Checks / hadolint (pull_request) Successful in 7s
PR Checks / build-test (pull_request) Failing after 2m26s
523c39808f
opencodecabilloteu added 1 commit 2026-07-13 19:26:24 -04:00
fix: install n2-soul with --ignore-scripts, then upgrade better-sqlite3
PR Checks / hadolint (pull_request) Successful in 6s
PR Checks / build-test (pull_request) Failing after 39s
988bf26667
n2-soul's npm install fails on Node 26 because its dependency
better-sqlite3@11.10.0 cannot compile (V8 API removed GetPrototype).
The subsequent upgrade to v12 never runs due to set -eux.

Fix: install n2-soul without scripts, then replace better-sqlite3
with v12.11.1 which has prebuilt binaries for Node 26.

open-code-ai is installed separately with scripts allowed.
opencodecabilloteu added 1 commit 2026-07-13 19:28:20 -04:00
fix: install better-sqlite3 globally, remove local copy in n2-soul
PR Checks / hadolint (pull_request) Successful in 6s
PR Checks / build-test (pull_request) Successful in 1m32s
9cf881a8fd
npm 10+ rejects --allow-scripts in project-scoped (non-global) installs.
Install better-sqlite3@12.11.1 globally with --allow-scripts, then remove
the incompatible v11.10.0 from n2-soul's node_modules so Node.js resolves
the global v12.11.1 instead.
jcabillot merged commit 5a4ad2f76e into main 2026-07-13 19:31:27 -04:00
jcabillot deleted branch renovate/node-26.x 2026-07-13 19:31:28 -04:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: perso/opencode#2