Skip to content
This repository was archived by the owner on Sep 3, 2022. It is now read-only.

Bump arangojs from 6.14.1 to 7.6.1 - #322

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/arangojs-7.6.1
Closed

dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/arangojs-7.6.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 29, 2021

Copy link
Copy Markdown

Bumps arangojs from 6.14.1 to 7.6.1.

Release notes

Sourced from arangojs's releases.

v7.6.1

This is a bugfix release that addresses a backwards incompatibility in the TypeScript type signatures in v7.6.0 and does not include any changes relevant to non-TypeScript users.

Fixed

  • Changed all uses of Record<string, unknown> to Record<string, any> (#750)

    This should allow using more specific types without having to implement index signatures.

v7.6.0

Added

  • Added collection.documents for fetching multiple documents

  • Added support for fillBlockCache query option

  • Added support for passing Graph objects in AQL queries (#740)

    This also adds the isArangoGraph helper function for type checking.

  • Added User Management API (#664)

    This implements the endpoints of the HTTP Interface for User Management

Fixed

  • Added missing hex flag to StopwordsAnalyzer type (#732)

  • Added missing details flag to collection.figures (#728)

  • Added missing inBackground flag to index options (#734)

v7.5.0

Added

  • Added support for new ArangoDB 3.8 Analyzer types

    This adds the PipelineAnalyzer, AqlAnalyzer, GeoJsonAnalyzer, GeoPointAnalyzer and StopwordsAnalyzer types in TypeScript, as well as the Analyzer-specific properties types.

  • Added support for new ArangoDB 3.8 estimates option for indexes

    This affects the PersistentIndex, HashIndex and SkiplistIndex types in TypeScript.

v7.5.0-preview-arangodb.3.8

This is a preview release which is not intended for use in production and has been published under the npm next tag.

... (truncated)

Changelog

Sourced from arangojs's changelog.

[7.6.1] - 2021-10-26

Fixed

  • Changed all uses of Record<string, unknown> to Record<string, any> (#750)

    This should allow using more specific types without having to implement index signatures.

[7.6.0] - 2021-10-20

Added

  • Added collection.documents for fetching multiple documents

  • Added support for fillBlockCache query option

  • Added support for passing Graph objects in AQL queries (#740)

    This also adds the isArangoGraph helper function for type checking.

  • Added User Management API (#664)

    This implements the endpoints of the HTTP Interface for User Management

Fixed

  • Added missing hex flag to StopwordsAnalyzer type (#732)

  • Added missing details flag to collection.figures (#728)

  • Added missing inBackground flag to index options (#734)

[7.5.0] - 2021-04-22

Added

  • Added support for new ArangoDB 3.8 Analyzer types

    This adds the PipelineAnalyzer, AqlAnalyzer, GeoJsonAnalyzer, GeoPointAnalyzer and StopwordsAnalyzer types in TypeScript, as well as the Analyzer-specific properties types.

  • Added support for new ArangoDB 3.8 estimates option for indexes

    This affects the PersistentIndex, HashIndex and SkiplistIndex types in TypeScript.

[7.4.0] - 2021-04-09

... (truncated)

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 29, 2021
Bumps [arangojs](https://github.com/arangodb/arangojs) from 6.14.1 to 7.6.1.
- [Release notes](https://github.com/arangodb/arangojs/releases)
- [Changelog](https://github.com/arangodb/arangojs/blob/main/CHANGELOG.md)
- [Commits](arangodb/arangojs@v6.14.1...v7.6.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/arangojs-7.6.1 branch from d8e42e8 to 71640fa Compare October 29, 2021 15:57
@dependabot @github

dependabot Bot commented on behalf of github Jan 27, 2022

Copy link
Copy Markdown
Author

Superseded by #347.

@dependabot dependabot Bot closed this Jan 27, 2022
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/arangojs-7.6.1 branch January 27, 2022 11:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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