chore(deps): bump sql.js and @types/sql.js in /frontend#2247
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump sql.js and @types/sql.js in /frontend#2247dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Greptile SummaryRoutine dependabot bump of
Confidence Score: 5/5Safe 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.
|
| 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()
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>
e3bfc8c to
6394843
Compare
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 sql.js and @types/sql.js. These dependencies needed to be updated together.
Updates
sql.jsfrom 1.13.0 to 1.14.1Commits
8088a68Fix browser bundle (#625)ee29605Update devcontainer + migrate linting to ESLint 10 (#623)c2f5c17feat: add browser-only WASM build to eliminate Node.js require() warnings in ...52e5649Update CONTRIBUTING.md (#610)ee67aebRemove usage of emscripten's allocate function. (#606)b645ca0make updateHook return the db object8dd13e5fix jsdoc for updatehookb78df58fix execBtn293d57dmonobdd3cdasyntax in snippetUpdates
@types/sql.jsfrom 1.4.9 to 1.4.11Commits