Skip to content

Bump file-type and arangojs in /scripts/hash-domains#7092

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/scripts/hash-domains/multi-a0a08184d3
Open

Bump file-type and arangojs in /scripts/hash-domains#7092
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/scripts/hash-domains/multi-a0a08184d3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2026

Removes file-type. It's no longer used after updating ancestor dependency arangojs. These dependencies need to be updated together.

Removes file-type

Updates arangojs from 8.0.0 to 10.2.2

Release notes

Sourced from arangojs's releases.

v10.2.2

Fixed

  • Fixed "Fetch failed: Invalid URL" error when using agentOptions by ensuring request creation consistently uses undici.Request together with undici.fetch when the undici-based dispatcher is active. This avoids invalid URL errors caused by mixing globalThis.Request with undici request implementations.

v10.2.1

Fixed

  • Fixed a JSON Parse error: Unexpected EOF occurring in the Bun runtime when using documentExists, vertexExists, or edgeExists. The driver now correctly skips response body parsing for HEAD requests, which must not include a body per RFC 7231. This fix also applies to all HEAD requests made via Route.head(), ensuring consistent behavior and compatibility across all fetch implementations. (#821)

  • Fixed ECONNRESET errors in NextJS 15 production builds when using next/cookies by explicitly setting the Content-Length header for all fixed-size request bodies. The driver now calculates and sets Content-Length for strings (JSON and plain text), Blobs, Buffers, FormData, and empty bodies, ensuring compatibility with NextJS 15 dynamic routes and other environments that don't automatically set this header. (#831)

v10.2.0

Fixed

  • Fixed agentOptions not being passed to createHost function, preventing configuration of undici agent for self-signed certificates and other TLS options. The agentOptions parameter is now properly extracted from configuration and passed to all host creation calls. (#824)

Added

  • Added maxSkewThreshold and minDeletionRatio options to TierConsolidationPolicy type (DE-1094)

    These options are available from ArangoDB 3.12.7 onward and can be used for both arangosearch Views and inverted indexes.

  • Added storedValues option for vector indexes (DE-1098)

    Vector indexes now support storing additional attributes for efficient filtering. This option is available in ArangoDB 3.12.7+.

  • Added innerProduct metric support for vector indexes

    Vector indexes now support the innerProduct metric, which was introduced in ArangoDB 3.12.6. This metric compares both angle and magnitude without normalization, making it faster than cosine similarity.

... (truncated)

Changelog

Sourced from arangojs's changelog.

[10.2.2] - 2026-01-30

Fixed

  • Fixed "Fetch failed: Invalid URL" error when using agentOptions by ensuring request creation consistently uses undici.Request together with undici.fetch when the undici-based dispatcher is active. This avoids invalid URL errors caused by mixing globalThis.Request with undici request implementations.

[10.2.1] - 2026-01-23

Fixed

  • Fixed a JSON Parse error: Unexpected EOF occurring in the Bun runtime when using documentExists, vertexExists, or edgeExists. The driver now correctly skips response body parsing for HEAD requests, which must not include a body per RFC 7231. This fix also applies to all HEAD requests made via Route.head(), ensuring consistent behavior and compatibility across all fetch implementations. (#821)

  • Fixed ECONNRESET errors in NextJS 15 production builds when using next/cookies by explicitly setting the Content-Length header for all fixed-size request bodies. The driver now calculates and sets Content-Length for strings (JSON and plain text), Blobs, Buffers, FormData, and empty bodies, ensuring compatibility with NextJS 15 dynamic routes and other environments that don't automatically set this header. (#831)

[10.2.0] - 2026-01-16

Fixed

  • Fixed agentOptions not being passed to createHost function, preventing configuration of undici agent for self-signed certificates and other TLS options. The agentOptions parameter is now properly extracted from configuration and passed to all host creation calls. (#824)

Added

  • Added maxSkewThreshold and minDeletionRatio options to TierConsolidationPolicy type (DE-1094)

    These options are available from ArangoDB 3.12.7 onward and can be used for both arangosearch Views and inverted indexes.

  • Added storedValues option for vector indexes (DE-1098)

    Vector indexes now support storing additional attributes for efficient filtering. This option is available in ArangoDB 3.12.7+.

  • Added innerProduct metric support for vector indexes

    Vector indexes now support the innerProduct metric, which was introduced in

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by yaswanthp, a new releaser for arangojs since your current version.


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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [file-type](https://github.com/sindresorhus/file-type). It's no longer used after updating ancestor dependency [arangojs](https://github.com/arangodb/arangojs). These dependencies need to be updated together.


Removes `file-type`

Updates `arangojs` from 8.0.0 to 10.2.2
- [Release notes](https://github.com/arangodb/arangojs/releases)
- [Changelog](https://github.com/arangodb/arangojs/blob/main/CHANGELOG.md)
- [Commits](arangodb/arangojs@v8.0.0...v10.2.2)

---
updated-dependencies:
- dependency-name: file-type
  dependency-version: 
  dependency-type: indirect
- dependency-name: arangojs
  dependency-version: 10.2.2
  dependency-type: direct:production
...

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 Mar 11, 2026
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