Skip to content

chore(deps): bump sql.js and @types/sql.js in /frontend#2247

Open
dependabot[bot] wants to merge 1 commit into
stagingfrom
dependabot/npm_and_yarn/frontend/staging/multi-da4a29f647
Open

chore(deps): bump sql.js and @types/sql.js in /frontend#2247
dependabot[bot] wants to merge 1 commit into
stagingfrom
dependabot/npm_and_yarn/frontend/staging/multi-da4a29f647

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 12, 2026

Copy link
Copy Markdown
Contributor

Bumps sql.js and @types/sql.js. These dependencies needed to be updated together.
Updates sql.js from 1.13.0 to 1.14.1

Commits

Updates @types/sql.js from 1.4.9 to 1.4.11

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 12, 2026
@greptile-apps

greptile-apps Bot commented May 12, 2026

Copy link
Copy Markdown

Greptile Summary

Routine dependabot bump of sql.js (1.13.0 → 1.14.1) and its companion type definitions @types/sql.js (1.4.9 → 1.4.11) in the frontend package manifest.

  • sql.js 1.14.1 adds a browser-only WASM build to eliminate Node.js require() warnings, removes usage of Emscripten's deprecated allocate function, and makes updateHook return the db object for chaining.
  • @types/sql.js 1.4.11 aligns the type definitions with the updated runtime API.

Confidence Score: 5/5

Safe to merge — only two version strings in package.json are changed, both within existing caret ranges.

The change touches only version constraints in package.json. The sql.js 1.14.1 release is a patch/minor improvement (browser WASM build, Emscripten deprecation cleanup) with no breaking API changes, and the type definitions track the same minor version. No application logic is modified.

No files require special attention.

Important Files Changed

Filename Overview
frontend/package.json Bumps sql.js from 1.13.0 to 1.14.1 and @types/sql.js from 1.4.9 to 1.4.11; straightforward version range update with no logic changes.

Sequence Diagram

sequenceDiagram
    participant App as Frontend App
    participant SqlJs as sql.js (WASM)
    participant DB as In-Memory SQLite DB

    App->>SqlJs: "initSqlJs({ locateFile })"
    SqlJs-->>App: SQL instance (v1.14.1)
    App->>DB: new SQL.Database()
    App->>DB: db.run(sql)
    DB-->>App: results
    App->>DB: db.export() / db.close()
Loading

Reviews (2): Last reviewed commit: "chore(deps): bump sql.js and @types/sql...." | Re-trigger Greptile

Bumps [sql.js](https://github.com/sql-js/sql.js) and [@types/sql.js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sql.js). These dependencies needed to be updated together.

Updates `sql.js` from 1.13.0 to 1.14.1
- [Release notes](https://github.com/sql-js/sql.js/releases)
- [Commits](sql-js/sql.js@v1.13.0...v1.14.1)

Updates `@types/sql.js` from 1.4.9 to 1.4.11
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sql.js)

---
updated-dependencies:
- dependency-name: "@types/sql.js"
  dependency-version: 1.4.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: sql.js
  dependency-version: 1.14.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/frontend/staging/multi-da4a29f647 branch from e3bfc8c to 6394843 Compare June 8, 2026 07:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants