Skip to content

Bump arangojs from 10.2.2 to 10.3.0 in /scanners/domain-dispatcher#7299

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/scanners/domain-dispatcher/arangojs-10.3.0
Open

Bump arangojs from 10.2.2 to 10.3.0 in /scanners/domain-dispatcher#7299
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/scanners/domain-dispatcher/arangojs-10.3.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 30, 2026

Bumps arangojs from 10.2.2 to 10.3.0.

Release notes

Sourced from arangojs's releases.

v10.3.0

Added

  • Added missing AQL query tracking attributes to match HTTP API documentation (DE-1139)

    The query tracking types now include all attributes supported by the ArangoDB query tracking endpoints:

    • slowStreamingQueryThreshold: Added to QueryTrackingOptions (optional) and QueryTrackingInfo (required)
      • Threshold in seconds for treating a streaming query as slow (when stream option is true)
    • modificationQuery: Added to QueryDescription (required)
      • Boolean indicating whether the query writes data (true) or only reads (false)
    • exitCode: Added to QueryDescription (optional)
      • Error code (errorNum) indicating why the query failed, or 0 on success
      • Only present in slow queries (finished queries), not in running queries
  • Added missing options to ExplainOptions type for Database.explain() method (DE-1009)

    The ExplainOptions type now includes all options supported by the ArangoDB explain endpoint:

    • fullCount: Calculate total documents as if LIMIT wasn't applied
    • profile: Include query profiling information (0, 1, or 2)
    • maxNodesPerCallstack: Control stack splitting threshold
    • maxWarningCount: Limit the number of warnings returned
    • failOnWarning: Throw exception on warnings instead of returning them
  • Added trainingState, errorMessage, and sparse for vector indexes (DE-1147)

    VectorIndexDescription now reflects ArangoDB 3.12.9+ index responses: optional trainingState (unusable, training, ingesting, or ready) and optional errorMessage when training or usability fails (for example, insufficient training data). The VectorIndexTrainingState type alias documents the allowed trainingState values.

    EnsureVectorIndexOptions now includes optional sparse, aligned with the vector index HTTP API so documents without the indexed vector field can be omitted when sparse is true.

Fixed

  • Fixed incorrect handling of maxPlans in QueryOptions. The driver now supports maxNumberOfPlans and maps legacy maxPlans to maxNumberOfPlans when the latter is not provided. The driver always sends options.maxNumberOfPlans to the server. If both are provided, maxNumberOfPlans takes precedence. maxPlans is deprecated and will be removed in a future major release. (#845)
Changelog

Sourced from arangojs's changelog.

[10.3.0] - 2026-04-14

Added

  • Added missing AQL query tracking attributes to match HTTP API documentation (DE-1139)

    The query tracking types now include all attributes supported by the ArangoDB query tracking endpoints:

    • slowStreamingQueryThreshold: Added to QueryTrackingOptions (optional) and QueryTrackingInfo (required)
      • Threshold in seconds for treating a streaming query as slow (when stream option is true)
    • modificationQuery: Added to QueryDescription (required)
      • Boolean indicating whether the query writes data (true) or only reads (false)
    • exitCode: Added to QueryDescription (optional)
      • Error code (errorNum) indicating why the query failed, or 0 on success
      • Only present in slow queries (finished queries), not in running queries
  • Added missing options to ExplainOptions type for Database.explain() method (DE-1009)

    The ExplainOptions type now includes all options supported by the ArangoDB explain endpoint:

    • fullCount: Calculate total documents as if LIMIT wasn't applied
    • profile: Include query profiling information (0, 1, or 2)
    • maxNodesPerCallstack: Control stack splitting threshold
    • maxWarningCount: Limit the number of warnings returned
    • failOnWarning: Throw exception on warnings instead of returning them
  • Added trainingState, errorMessage, and sparse for vector indexes (DE-1147)

    VectorIndexDescription now reflects ArangoDB 3.12.9+ index responses: optional trainingState (unusable, training, ingesting, or ready) and optional errorMessage when training or usability fails (for example, insufficient training data). The VectorIndexTrainingState type alias documents the allowed trainingState values.

    EnsureVectorIndexOptions now includes optional sparse, aligned with the vector index HTTP API so documents without the indexed vector field can be omitted when sparse is true.

Fixed

  • Fixed incorrect handling of maxPlans in QueryOptions. The driver now supports maxNumberOfPlans and maps legacy maxPlans to maxNumberOfPlans when the latter is not provided. The driver always sends options.maxNumberOfPlans to the server. If both are provided, maxNumberOfPlans takes precedence. maxPlans is deprecated and will be removed in a future major release. (#845)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [arangojs](https://github.com/arangodb/arangojs) from 10.2.2 to 10.3.0.
- [Release notes](https://github.com/arangodb/arangojs/releases)
- [Changelog](https://github.com/arangodb/arangojs/blob/main/CHANGELOG.md)
- [Commits](arangodb/arangojs@v10.2.2...v10.3.0)

---
updated-dependencies:
- dependency-name: arangojs
  dependency-version: 10.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 30, 2026
@tracker-suivi
Copy link
Copy Markdown
Collaborator

/gcbrun

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.

1 participant