Skip to content

merge in wise/master, update bedrock commit to sqlite 3.51#23

Merged
tantaman merged 35 commits intomainfrom
mlaw/update
Apr 6, 2026
Merged

merge in wise/master, update bedrock commit to sqlite 3.51#23
tantaman merged 35 commits intomainfrom
mlaw/update

Conversation

@tantaman
Copy link
Copy Markdown
Contributor

@tantaman tantaman commented Apr 6, 2026

git merge wise/master

Also updated download.sh to pull SQLite 3.51 from the bedrock branch: https://sqlite.org/src/info/0e862bc9ed7aa9ae

JoshuaWise and others added 30 commits November 14, 2025 20:05
Co-authored-by: mceachen <216377+mceachen@users.noreply.github.com>
* update node-abi

* added switch for latest v8 api due to deprecation of context->GetIsolate

* added Electron v39 to prebuilds

* fix typo

* use GetPrototypeV2 on v8 API version 13+
* chore(build): Add support for Electron 39+ builds in CI workflow by running those prebuilds with bookworm (and keeping the older prebuilds on bullseye). Fixes #1421

* chore(build): add support for node 25 (see #1412)
chore(build): add OIDC permissions and upgrade npm for trusted publishing
Co-authored-by: mceachen <216377+mceachen@users.noreply.github.com>
Co-authored-by: mceachen <216377+mceachen@users.noreply.github.com>
… (#1438)

* chore(build.yml): Update Electron build command to include version 40.0.0

* chore: Add EOL date for v40
fix: update node-abi version in package.json to ^4.25.0
* Fix Node v25 errors on tests

* Disable fail-fast on test jobs
Co-authored-by: mceachen <216377+mceachen@users.noreply.github.com>
* Revert "Fix Node v25 test errors (#1454)"

This reverts commit 128cdf4.

* ci: disable fail-fast in test job strategy
…456)

fix: use Holder() instead of This() in PropertyCallbackInfo contexts

PropertyCallbackInfo::This() was removed in V8 13.x (Electron 41),
causing compilation errors in NODE_GETTER functions.
Co-authored-by: mceachen <216377+mceachen@users.noreply.github.com>
* Requires Node.js v20 or later

* generic wording

* link
JoshuaWise and others added 4 commits March 13, 2026 12:43
Co-authored-by: mceachen <216377+mceachen@users.noreply.github.com>
fix: use HolderV2() for PropertyCallbackInfo on V8 >= 13

PR #1456 replaced This() with Holder() in NODE_GETTER contexts, but
Electron 41 (V8 14.6) removed both This() and Holder() from
PropertyCallbackInfo. Only HolderV2() remains (to be renamed back to
Holder() in a future V8 version per crbug.com/333672197).

Add a PROPERTY_HOLDER compat macro that uses HolderV2() on V8 >= 13
and falls back to This() on older versions. Same pattern as the
existing GET_PROTOTYPE macro.

Verified: compiles and runs on Electron 41.0.1 (V8 14.6.202).

Fixes #1458
@tantaman tantaman requested a review from darkgnotic April 6, 2026 16:04
@tantaman tantaman merged commit 45419e4 into main Apr 6, 2026
31 checks passed
@tantaman tantaman deleted the mlaw/update branch April 6, 2026 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants