Skip to content

fix(deps): update dependency alasql to v4.19.0 - #2516

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/alasql
Sep 8, 2026
Merged

renovate[bot] merged 1 commit into
mainfrom
renovate/alasql

Conversation

@renovate

@renovate renovate Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
alasql 4.18.04.19.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

alasql/alasql (alasql)

v4.19.0: 2026-08-25

Compare Source

What's Changed

  • Add MODE aggregate function to close #​2482 by @​Abhirup0
  • Add Runtime parameters for TOP and FETCH to close #​2529
  • Better types for AST statements to close #​2498
  • Fix Async ATTACH SQLITE DATABASE to close #​1284
  • Fix ORDER BY on GROUP'd cols when SELECT via alias to close #​2515
  • Fix AUTOINCREMENT for IndexedDB to close #​861

New Contributors

  • Thank you to @​Abhirup0 for making their first contribution

Full Changelog: AlaSQL/alasql@v4.18.0...v4.19.0


Configuration

📅 Schedule: (in timezone America/New_York)

  • Branch creation
    • "before 9am on Monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot enabled auto-merge (squash) September 7, 2026 06:26
@github-actions
github-actions Bot requested a review from kriszyp September 7, 2026 06:26
@socket-security

socket-security Bot commented Sep 7, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedalasql@​4.18.0 ⏵ 4.19.06610010094 +2100

View full report

@renovate
renovate Bot force-pushed the renovate/alasql branch 3 times, most recently from 15c76bb to 077ab98 Compare September 7, 2026 13:00

@dawsontoth dawsontoth left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verified locally and safe to merge. macOS, Node 24.19.0, npm 11.17.0, worktree at 077ab980f.

  • npm ci → exit 0 (lockfile is in sync; react-native* pruning is not present on this branch)
  • npm run build → exit 0, no tsc diagnostics
  • SQL suites — sqlTranslator/**, sqlEngine/**, dataLayer/sql-update, dataLayer/SQLSearch, utility/functions/sql/alaSQLExtension: 258 passing / 8 pending / 0 failing, identical to the base commit 38fcbf1. Those are the suites that actually exercise alasql (sqlEngine/parser/*, sqlTranslator/*, dataLayer/SQLSearch.ts all import it).

Diff is a single line: alasql 4.18.04.19.0 in package.json, plus the matching lockfile entry. No transitive movement.

The red Unit Test checks are a main defect, not this PR

Unit Test (Node.js v22/v24/v26) all fail on exactly one test:

1) test MQTT connections and commands
     subscribe to retained record with patch operations:
   Uncaught AssertionError [ERR_ASSERTION]: 'update 3' == 'update 2'
   at unitTests/apiTests/mqtt-test.mjs:503:14

Deterministic, 3/3 Node versions. It cannot plausibly be alasql — it's MQTT retained-record patch ordering. Two independent controls confirm it's on main:

  • #2515 (a completely different dependency set) fails on the identical assertion, all three Node versions.
  • #2476, an unrelated feature PR run against the same base this morning at 13:07, fails on the identical assertion too.

Filing that separately. Approving here on the strength of the build + SQL parity; the MQTT check will go green once main is fixed.

@renovate
renovate Bot force-pushed the renovate/alasql branch from cd3e9da to 38a9e78 Compare September 8, 2026 15:45
@renovate
renovate Bot merged commit 3e8e8d1 into main Sep 8, 2026
48 of 49 checks passed
@renovate
renovate Bot deleted the renovate/alasql branch September 8, 2026 15:54
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.

1 participant