node-exist icon indicating copy to clipboard operation
node-exist copied to clipboard

Interact with eXist DB instances via XML-RPC and REST

Results 11 node-exist issues
Sort by recently updated
recently updated
newest added

Bumps [tape](https://github.com/ljharb/tape) from 5.7.2 to 5.7.4. Changelog Sourced from tape's changelog. v5.7.4 - 2024-01-24 Fixed [Fix] handle native ESM URLs in at: [#601](https://github.com/ljharb/tape/issues/601) Commits [Deps] update has-dynamic-import 1e50cb3 v5.7.3 -...

dependencies
javascript

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 20.0.2 to 23.0.0. Release notes Sourced from semantic-release's releases. v23.0.0 23.0.0 (2024-01-12) Bug Fixes deps: update dependency cosmiconfig to v9 (#3105) (07dde04) deps: update dependency marked to...

dependencies
javascript

Bumps [@semantic-release/github](https://github.com/semantic-release/github) from 8.0.7 to 9.2.6. Release notes Sourced from @​semantic-release/github's releases. v9.2.6 9.2.6 (2023-12-22) Bug Fixes deps: update dependency p-filter to v4 (#764) (85367c1) v9.2.5 9.2.5 (2023-12-07) Bug Fixes...

dependencies
javascript

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3. Release notes Sourced from github/codeql-action's releases. CodeQL Bundle v2.15.4 Bundles CodeQL CLI v2.15.4 (changelog, release) Includes the following CodeQL language packs from github/codeql@codeql-cli/v2.15.4: codeql/cpp-queries...

dependencies
github_actions

Bumps [mime](https://github.com/broofa/mime) from 3.0.0 to 4.0.1. Changelog Sourced from mime's changelog. 4.0.1 (2023-12-17) Bug Fixes update mime-score version, fixes #297 (c150f9b) 4.0.0 (2023-11-29) 4.0.0-beta.1 (2023-09-14) 4.0.0-beta.0 (2023-09-13) ⚠ BREAKING CHANGES...

dependencies
javascript

I just noticed these on ci. Need to investigate further

Bumps [got](https://github.com/sindresorhus/got) from 12.5.3 to 14.0.0. Release notes Sourced from got's releases. v14.0.0 Breaking Require Node.js 20 (#2313) a004263 Improvements Make followRedirect option accept a function (#2306) 7c3f147 https://github.com/sindresorhus/got/compare/v13.0.0...v14.0.0 v13.0.0...

dependencies
javascript

Bumps [fast-glob](https://github.com/mrmlnc/fast-glob) from 3.3.1 to 3.3.2. Release notes Sourced from fast-glob's releases. 3.3.2 Full Changelog: https://github.com/mrmlnc/fast-glob/compare/3.3.1...3.3.2 🐛 Bug fixes Handle square brackets as a special character on Windows in escape...

dependencies
javascript

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. Release notes Sourced from actions/setup-node's releases. v4.0.0 What's Changed In scope of this release we changed version of node runtime for action from node16...

dependencies
github_actions

I now have a pretty robust and dynamic test generator for xqsuite tests executed on the server and then "parsed" by Mocha. see [generators/app/templates/tests/xqs/xqSuite.js](https://github.com/eXist-db/generator-exist/blob/main/generators/app/templates/specs/xqs/xqSuite.js). Should we include that here? The...

enhancement
question