Update dependency sql.js to v1.14.2 - #28
Conversation
Bumps the `sql.js` dependency in `countries-sqljs-idb-worker` from 1.8.0 to 1.14.2. Both `kotlin-js-store/yarn.lock` and `kotlin-js-store/wasm/yarn.lock` are updated to resolve the new version.
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
sql.js's version lives in two spots that must agree: the npm("sql.js")
call in network/build.gradle.kts (which supplies the copied
sql-wasm.wasm) and the worker's package.json (its JS glue). Renovate
only sees the package.json half, so its bump (PR #28) left the glue at
1.14.2 against a 1.8.0 wasm -- initSqlJs() then hangs forever and the
web app shows a permanent spinner. Disable sql.js so it is bumped by
hand, in both places, with a web smoke test.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Closing — this bump breaks the web app (silent infinite spinner on the country list), on both js and wasmJs. sql.js's version is declared in two places that must match:
This PR only touches the Reproduced in a clean browser (no service worker): sql.js is also deliberately pinned (see the comment at |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
1.8.0→1.14.2Release Notes
sql-js/sql.js (sql.js)
v1.14.2Compare Source
v1.14.1Compare Source
v1.14.0Compare Source
v1.13.0Compare Source
sql.js v1.13 Release Notes
This release of sql.js brings significant updates and improvements, primarily focused on modernizing the underlying toolchain and enhancing functionality.
The online playground was rewritten:
Key highlights include:
🚀 Dependency Updates and Modernization
SQLite Core Upgrade: sql.js is now built with SQLite version 3.49. This incorporates all the enhancements and bug fixes from SQLite versions 3.45.0 through 3.49.1. See SQLite release notes. Notable SQLite improvements in this range include:
INoperators. These improvements are detailed in the SQLite release notes for versions 3.47.0, 3.49.0, and 3.46.0.iif()function with support for multiple arguments (SQLite 3.49.0).->>operator (SQLite 3.47.0).json_pretty()function for formatted JSON output (SQLite 3.46.0).ceilingandfloor(SQLite 3.46.0).Emscripten 4.x Upgrade: sql.js is now compiled with Emscripten 4. See changes in emscripten. This major update to the Emscripten toolchain brings several under-the-hood improvements:
Node.js Worker Thread Compatibility: The worker scripts are now fully compatible with Node.js worker threads, allowing for seamless integration in Node.js environments leveraging worker threads. This is a significant step towards better performance and concurrency in Node.js.
Removal of Puppeteer Dev Dependency: The project no longer depends on Puppeteer for worker tests. Worker tests now utilize Node.js worker threads directly, simplifying the testing setup and removing an external dependency. This also speeds up the devcontainer installation.
✨ New Features
updateHookAPI (#604): This release introduces a new low-level API,Database.updateHook, providing a mechanism to register a callback function that is invoked whenever a row is updated, inserted, or deleted in the database. view docssqlite3_update_hookfunctionality, allowing developers to monitor database modifications at a granular level.🛠️ Internal and Development Changes
v1.12.0Compare Source
v1.11.0Compare Source
v1.10.3Compare Source
v1.10.2Compare Source
v1.10.1Compare Source
v1.9.0Compare Source
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.