eXist-db / xst

Command line tool to interact with exist-db instances
https://npmjs.com/@existdb/xst
MIT License
17 stars 4 forks source link

build(deps): bump @existdb/node-exist from 5.0.0 to 5.2.0 #40

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @existdb/node-exist from 5.0.0 to 5.2.0.

Release notes

Sourced from @​existdb/node-exist's releases.

v5.2.0

5.2.0 (2022-10-25)

Features

  • add method to check for collections (b76805e)

v5.1.0

5.1.0 (2022-08-08)

Bug Fixes

  • reliable results in rest-tests with sorting (e40546a)
  • restClient: reliable check for attributes (911a164)
  • rest: safe require of isGeneratorFunction (6a914fa)
  • use envOptions in collections.read test (6f54988)

Features

  • rest: add POST and parameters to GET (f7e33e8)
  • rest: add REST client for resources (7c369cb)
  • rest: extend wrapped results (048327a)

Performance Improvements

  • exist-upload: utilize new REST-client (11f760a)

v5.0.2

5.0.2 (2022-08-08)

Bug Fixes

  • dependencies: reduce package size (8dd5b1f)

v5.0.1

5.0.1 (2022-08-05)

Bug Fixes

  • app: applyEachWith only acts on functions (ea30bbb)
Commits
  • 8f35e31 doc(readme): add db.collections.exists
  • b76805e feat: add method to check for collections
  • 77c5bf7 build(deps): bump got from 12.3.1 to 12.5.2
  • cdeb5f8 build(deps-dev): bump tape from 5.5.2 to 5.5.3
  • 4e79f91 build(deps): bump got from 12.1.0 to 12.3.1
  • 745ed5e build(deps-dev): bump @​semantic-release/github from 8.0.2 to 8.0.5
  • 628b540 sec(deps): audit fix
  • 6f54988 fix: use envOptions in collections.read test
  • 911a164 fix(restClient): reliable check for attributes
  • c4a29a1 chore: debug failing session test
  • Additional commits viewable in compare view


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[bot] commented 1 year ago

Superseded by #41.