Skip to content

chore(deps): bump the minor-and-patch group across 1 directory with 32 updates - #229

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-and-patch-bf1c244eca
Open

chore(deps): bump the minor-and-patch group across 1 directory with 32 updates#229
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-and-patch-bf1c244eca

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 2, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 32 updates in the / directory:

Package From To
@cap-js-community/odata-v2-adapter 1.16.0 1.16.1
@cap-js/hana 3.0.1 3.0.2
@inquirer/prompts 8.5.2 8.7.0
@json2csv/node 7.0.6 7.0.8
@sap-cloud-sdk/resilience 4.7.0 4.9.1
@sap/cds 10.0.3 10.0.6
@sap/textbundle 6.2.0 6.3.0
@sap/xsenv 6.2.1 6.2.2
csv-parse 7.0.1 7.0.2
hdb 2.29.5 2.29.6
inquirer 14.0.2 14.2.0
js-yaml 5.2.1 5.4.1
multer 2.2.0 2.3.0
open 11.0.0 11.0.2
terminal-kit 3.1.3 3.1.4
uuid 14.0.1 14.0.2
ws 8.21.0 8.21.3
yargs 18.0.0 18.1.0
@sap/eslint-plugin-cds 4.2.4 4.2.5
@types/node 26.1.1 26.4.0
@wdio/cli 9.29.1 9.31.5
@wdio/devtools-service 10.6.1 10.9.1
@wdio/globals 9.29.1 9.31.3
@wdio/local-runner 9.29.1 9.31.5
@wdio/mocha-framework 9.29.1 9.31.5
@wdio/spec-reporter 9.29.1 9.31.2
eslint 10.7.0 10.9.1
mermaid 11.16.0 11.17.2
mocha 11.7.6 11.8.0
sinon 22.0.0 22.1.0
wdio-ui5-service 3.0.10 3.0.11
webdriverio 9.29.1 9.31.5

Updates @cap-js-community/odata-v2-adapter from 1.16.0 to 1.16.1

Release notes

Sourced from @​cap-js-community/odata-v2-adapter's releases.

v1.16.1

Fixed:

  • Migrate jest to vitest
  • Dependencies
Changelog

Sourced from @​cap-js-community/odata-v2-adapter's changelog.

Version 1.16.1 - 2026-08-04

Fixed

  • Migrate jest to vitest
  • Dependencies
Commits

Updates @cap-js/hana from 3.0.1 to 3.0.2

Release notes

Sourced from @​cap-js/hana's releases.

sqlite: v3.0.2

3.0.2 (2026-07-01)

Fixed

  • prevent SQLite in memory connection from being cleaned up (#1672) (9b9e2b3)

hana: v3.0.2

3.0.2 (2026-07-27)

Fixed

Commits
  • f7c8961 chore: release main (#1689)
  • 7d32a7a chore(deps-dev): bump better-sqlite3 from 12.11.1 to 13.0.1 in the dependenci...
  • 33024d7 fix: invalid credentials created a useless retry (#1684)
  • 7105d96 chore: cds10 from npm (#1661)
  • e935692 chore(deps-dev): bump @​sap/hana-client from 2.29.23 to 2.29.25 in the depende...
  • ae92b76 chore(deps): bump the dependencies group across 1 directory with 2 updates (#...
  • 47a4145 chore: release main (#1673)
  • 9b9e2b3 fix: prevent SQLite in memory connection from being cleaned up (#1672)
  • ea65108 chore(cqn4sql): replace deep copies with shallow spreads (#1641)
  • See full diff in compare view

Updates @inquirer/prompts from 8.5.2 to 8.7.0

Release notes

Sourced from @​inquirer/prompts's releases.

@​inquirer/prompts@​8.7.0

What's new

  • password gains the toggleMask option (ctrl+t to reveal the typed value).
  • confirm now matches localized yes/no answers per-locale.
  • Prettified prompt and theme types for better IDE display.
  • Added inquirer-grouped-checkbox to the community prompts list (#2236).

Included

  • @inquirer/checkbox@^5.2.3
  • @inquirer/confirm@^6.3.0
  • @inquirer/editor@^5.3.1
  • @inquirer/expand@^5.1.3
  • @inquirer/input@^5.1.4
  • @inquirer/number@^4.2.1
  • @inquirer/password@^5.2.0
  • @inquirer/rawlist@^5.3.3
  • @inquirer/search@^4.3.1
  • @inquirer/select@^5.2.3

@​inquirer/prompts@​8.6.0

The all-in-one prompts package, re-exporting every individual prompt at its latest version.

Highlights

This release rides on @inquirer/core@12.0.0, which makes the useState setter accept a reducer/updater function. It also brings a new initialValue option to search, plus fixes for number, confirm, and editor.

What's new

  • @inquirer/search — new initialValue?: string option to pre-fill the search input (#2205)

What's fixed

  • @inquirer/number — avoid floating-point step errors; accept explicit undefined as default (#2166, #2182)
  • @inquirer/confirm — accept explicit undefined as default (#2182)
  • @inquirer/editor — accept explicit undefined as default (#2182)

Included prompts

  • @inquirer/checkbox@5.2.2
  • @inquirer/confirm@6.2.0
  • @inquirer/editor@5.3.0
  • @inquirer/expand@5.1.2
  • @inquirer/input@5.1.3
  • @inquirer/number@4.2.0
  • @inquirer/password@5.1.2
  • @inquirer/rawlist@5.3.2

... (truncated)

Commits
  • 51ac389 chore: Publish new release
  • 0f1718e feat(@​inquirer/password): add ctrl+t toggle to reveal password
  • 5fa76b1 feat: prettify prompt and theme types for better IDE display (#2239)
  • 6730c32 fix(@​inquirer/i18n): mock Intl in auto-detect test to fix Windows flake (#2235)
  • 00ebec7 fix(@​inquirer/i18n): accept the localized yes/no answers each locale hints at
  • 9637a2a chore(deps-dev): Bump globals in the linting group (#2238)
  • 45b1479 docs: add inquirer-grouped-checkbox to community prompts (#2236)
  • 9997067 fix(release): serialize staging with --concurrency 1
  • 2073546 fix(release): disable auto-install hook event in postpack restore
  • 7f00eb7 fix(release): bypass auto-install hook in postpack restore
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​inquirer/prompts since your current version.


Updates @json2csv/node from 7.0.6 to 7.0.8

Changelog

Sourced from @​json2csv/node's changelog.

7.0.8 (2026-08-04)

Bug Fixes

  • --config file values silently overridden by CLI option defaults (3785565)
  • --pretty tears quoted values apart on embedded delimiter/newline (5705272)
  • flatten treats empty objects and empty arrays inconsistently (7231780)
  • includeEmptyRows:true silently drops single-field empty rows (6e28964)
  • null array elements crash field-inference with raw TypeError (f1bf37f)
  • quote/separator regex injection and decimals:0 in formatters (14c9f8d)
  • TablePrinter splits astral characters (emoji) across wrapped lines (2863e5f)
  • unencoded file paths break dynamic import() in CLI (2d7289c)
  • WHATWG AsyncParser mutates caller's asyncOpts on array/object input (3476a15)
  • WHATWG TransformStream events silently no-op outside a browser (2b24b5d)

Performance Improvements

  • avoid array allocation in quote-only formatter (e5066f8)
  • batch stream output per input chunk (3afffb5)
  • cache parsed field paths (2e945d6)
  • cache parsed property paths in transforms getProp (4127458)
  • discover unwind paths once (c2fdaee)
  • flatten arrays without spread (256c36b)
  • lazily consume array inputs in AsyncParser (417012f)
  • precompile TablePrinter's cell-wrapping regex per column (e8e97e1)
  • use a Set for field inference (6f295e6)

7.0.7 (2025-01-26)

Bug Fixes

  • fix incorrect docs about transformers actions (150cef3)
  • infinite loop in flatten (e81cd60)
Commits
  • 6b90db8 chore: bump version number and update changelog
  • 06d5ab1 docs: fix outdated and incorrect documentation
  • 2f29c59 chore: update dependencies
  • 2863e5f fix: TablePrinter splits astral characters (emoji) across wrapped lines
  • e8e97e1 perf: precompile TablePrinter's cell-wrapping regex per column
  • 471098c chore: mark WHATWG TransformStream's readable field as declare
  • 34c9959 chore: remove dead getProp export from plainjs/utils.ts
  • 7231780 fix: flatten treats empty objects and empty arrays inconsistently
  • 5705272 fix: --pretty tears quoted values apart on embedded delimiter/newline
  • 4127458 perf: cache parsed property paths in transforms getProp
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​json2csv/node since your current version.


Updates @sap-cloud-sdk/resilience from 4.7.0 to 4.9.1

Release notes

Sourced from @​sap-cloud-sdk/resilience's releases.

v4.9.1

Fixed Issues

  • [connectivity, generator, generator-common, http-client, odata-common, odata-v2, odata-v4, openapi, openapi-generator, resilience, temporal-de-serializers] Export ./internal.js named export in package.json for compatibility. Please migrate to the new named export ./internal, the old export is deprecated and will be removed in the next major release. (e8f8134)

v4.9.0

Compatibility Notes

  • [generator-common] Generated files now include a blank line between the copyright header and the file content. (118131d)
  • [openapi-generator] Fields with contentMediaType: application/json and a contentSchema will now be typed as the contentSchema type instead of string. Re-generate your client to pick up the new types. (404dc92)

New Features

  • [openapi-generator] Support contentSchema in OpenAPI 3.1 schemas: fields with contentMediaType: application/json and a contentSchema are now typed as the contentSchema type instead of string. Serialization to a JSON string is supported for multipart bodies via FormDataBuilder; non-multipart bodies are not yet handled. (404dc92)
  • [openapi-generator] OpenAPI generator now supports OAS 3.1 input. This feature is experiemental. Use with caution. (5f6fe80)

Fixed Issues

  • [connectivity] Extend OnPremise HTTP agent cache key to scope it more strongly. The cache key now includes the subaccount identity ensuring keep-alive sockets are not reused across tenants in multi-tenant technical user flows. If no stable identity context can be derived from the request, a fresh agent without keep-alive is created for each request. This matches the behavior of the previous implementation in SAP Cloud SDK v4.6.0 and lower, which did not cache agents in any case. (9f55261)
  • [generator-common] readCompilerOptions now uses the TypeScript compiler API for tsconfig parsing, fixing support for JSONC (comments, trailing commas), package-name extends (e.g. @tsconfig/node18), and circular extends chains. (88c304e)
  • [http-client] Restore proxy authorization headers for same-origin redirects when using proxy configuration. (05e9299)

v4.8.0

Compatibility Notes

  • [generator, openapi-generator] Transpilation now includes inherited compiler options. (82a6d2d)
  • [generator, generator-common, openapi-generator] The project has been updated to typescript version 6. Some options are deprecated in TypeScript 6, reference the breaking changes page for more details. (b7cfc1b)

New Features

  • [connectivity, http-client] A new agentOptions property on Destination allows configuring the underlying HTTP(S) agent (e.g. keepAlive, timeout) without constructing an agent manually. (32aab37)

Fixed Issues

  • [connectivity] HTTP(S) agents are now cached per destination instead of per protocol and options, preventing unintended agent reuse across different destinations. (34da40e)
  • [connectivity] Refactor HTTP agent cache for better runtime compatibility. (a42a3a2)
  • [connectivity, util] Fix DestinationOrFetchOptions and HttpDestinationOrFetchOptions so the service key surfaces at the type level. (24fe0c5)
  • [generator, openapi-generator] Transpilation now resolves extends inheritance in tsconfig files, merging base config options with child options taking precedence. (82a6d2d)
  • [openapi] Wrap Buffer responses in Blob when executing OpenAPI requests that return binary data. (e568017)

Improvements

  • [generator-common] Extend script target mapper to handle ES2023, ES2024, and ES2025 targets. Extend module kind mapper to handle UMD, System, ES2022, Node18, Node20, and Preserve module kinds. Extend module resolution mapping to handle Bundler. (9df742e)
Changelog

Sourced from @​sap-cloud-sdk/resilience's changelog.

4.9.1

Patch Changes

  • e8f8134: [fix] Export ./internal.js named export in package.json for compatibility. Please migrate to the new named export ./internal, the old export is deprecated and will be removed in the next major release.
  • @​sap-cloud-sdk/util@​4.9.1

4.9.0

Patch Changes

  • @​sap-cloud-sdk/util@​4.9.0

4.8.0

Patch Changes

  • @​sap-cloud-sdk/util@​4.8.0
Commits

Updates @sap/cds from 10.0.3 to 10.0.6

Updates @sap/textbundle from 6.2.0 to 6.3.0

Updates @sap/xsenv from 6.2.1 to 6.2.2

Updates csv-parse from 7.0.1 to 7.0.2

Changelog

Sourced from csv-parse's changelog.

7.0.2 (2026-08-02)

Bug Fixes

  • csv-parse: prototype replacement reachable via columns (#497)

Performance Improvements

  • csv-parse: avoid unnecessary allocation in ResizeableBuffer.toString (#495)
Commits
  • 288c9c6 chore(release): publish
  • 2ad6c07 refactor(csv-parse): rename group_columns_by_name tests
  • eb4d148 fix(csv-parse): prototype replacement reachable via columns (#497)
  • 1d4ed3b perf(csv-parse): avoid unnecessary allocation in ResizeableBuffer.toString (#...
  • See full diff in compare view

Updates hdb from 2.29.5 to 2.29.6

Release notes

Sourced from hdb's releases.

v2.29.6

Changelog v2.29.6

Fixes

  • Keep extra space for potential client info updates ([a691e82])

Infrastructure

Commits

Updates inquirer from 14.0.2 to 14.2.0

Release notes

Sourced from inquirer's releases.

inquirer@14.2.0

The umbrella package, bundling @inquirer/prompts and @inquirer/core.

What's new

  • Updated to @inquirer/prompts@^8.7.0 and @inquirer/core@^12.0.1.
  • Includes the new toggleMask option for password (ctrl+t to reveal), localized yes/no parsing for confirm, and prettified prompt/theme types for better IDE display.

Included

  • @inquirer/core@^12.0.1
  • @inquirer/prompts@^8.7.0
  • @inquirer/type@^4.1.0
  • @inquirer/ansi@^2.0.7

inquirer@14.1.0

The umbrella package, bundling @inquirer/prompts and @inquirer/core.

What's new

  • Updated to @inquirer/prompts@^8.6.0 and @inquirer/core@^12.0.0.
  • Includes the new initialValue option for search, floating-point step fixes for number, and explicit-undefined default handling in number/confirm/editor.

⚠️ Note on @inquirer/core@12

inquirer@14.1.0 depends on @inquirer/core@^12.0.0, which changed the useState setter to accept a reducer function (currentValue) => nextValue. This is a type-level change for consumers of the core hook API (relevant if you build custom prompts with @inquirer/core). The built-in prompts are unaffected.

Included

  • @inquirer/core@^12.0.0
  • @inquirer/prompts@^8.6.0
  • @inquirer/type@^4.0.7
  • @inquirer/ansi@^2.0.7
Commits
  • 51ac389 chore: Publish new release
  • 0f1718e feat(@​inquirer/password): add ctrl+t toggle to reveal password
  • 5fa76b1 feat: prettify prompt and theme types for better IDE display (#2239)
  • 6730c32 fix(@​inquirer/i18n): mock Intl in auto-detect test to fix Windows flake (#2235)
  • 00ebec7 fix(@​inquirer/i18n): accept the localized yes/no answers each locale hints at
  • 9637a2a chore(deps-dev): Bump globals in the linting group (#2238)
  • 45b1479 docs: add inquirer-grouped-checkbox to community prompts (#2236)
  • 9997067 fix(release): serialize staging with --concurrency 1
  • 2073546 fix(release): disable auto-install hook event in postpack restore
  • 7f00eb7 fix(release): bypass auto-install hook in postpack restore
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for inquirer since your current version.


Updates js-yaml from 5.2.1 to 5.4.1

Changelog

Sourced from js-yaml's changelog.

[5.4.1] - 2026-08-26

Changed

  • Hard-limit merge sequence size to 100.

Security

  • Count empty mappings in merge sequences toward maxTotalMergeKeys to limit CPU usage, #797.

[5.4.0] - 2026-08-25

Added

  • Added the scalarStyleRules dumper option to customize string formatting. See Scalar styling for details.

Changed

  • [breaking] Flattened the low-level AST node style representation. Scalar and collection nodes now use SCALAR_STYLE and COLLECTION_STYLE values; explicit tags use the separate tagged property. Alias nodes now contain only kind and anchor. This only affects code that directly constructs or edits AST nodes.
  • [breaking] The sortKeys option was rewritten using AST mutation to avoid side effects.
  • Reworked scalar style selection. This can change formatting without changing loaded values; in particular, whitespace-only strings are now double-quoted.

Fixed

  • Accept a byte order mark at the start of each document in a stream, #791.
  • Produce valid flow mappings with quoteFlowKeys and flowSkipColonSpace, including alias and property-only keys, #786.
  • Preserve empty scalar items when converting block sequences to flow style.
  • Do not apply the 1024-character simple-key limit to flow mapping keys.
  • Count Unicode code points, rather than UTF-16 code units, for the 1024-character simple-key limit.
  • Add an explicit document-end marker after keep-chomped block scalars when needed to preserve trailing newlines.

[5.3.0] - 2026-08-14

This release focuses on reworking the documentation and making small architectural improvements before moving forward.

Added

  • Added completely new documentation.
  • Exported DUMP_SCHEMA, the default schema used by the dumper.
  • Added YAMLException.throwAt() for throwing an error at a source position.

Changed

... (truncated)

Commits

Updates multer from 2.2.0 to 2.3.0

Release notes

Sourced from multer's releases.

v2.3.0

Important

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from multer's changelog.

2.3.0

Commits
  • 4e8edf5 2.3.0 (#1455)
  • 87a584e fix: reject invalid field names instead of crashing on append-field errors
  • ab6aeae fix: enforce file size limit with async fileFilter
  • eef7444 fix: destroy disk write stream on aborted uploads to prevent fd leak
  • 25ec9bb docs: refresh all README translations (#1462)
  • 73c1759 feat: add an opt-in fieldArrayIndexLimit (#1438)
  • ece6735 Update 'README-zh-cn.md' up to now (#1264)
  • 3278e1b docs: add Japanese translation to README (#1354)
  • 3c0bc5e test: accept files exactly at fileSize limit (#1382)
  • b6d84b0 docs: add Indonesian translation for README (#1431)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for multer since your current version.


Updates open from 11.0.0 to 11.0.2

Release notes

Sourced from open's releases.

v11.0.2

  • Update dependencies 6f006ad

sindresorhus/open@v11.0.1...v11.0.2

v11.0.1

  • Fix WSL failure when the working directory is unreachable from Windows 6ac3fe4

sindresorhus/open@v11.0.0...v11.0.1

Commits

Updates terminal-kit from 3.1.3 to 3.1.4

Changelog

Sourced from terminal-kit's changelog.

v3.1.4

Pull request #272: Fix crash on mouse drag arriving without a prior button press

Commits
  • c63ebdf Pull request #272: Fix crash on mouse drag arriving without a prior button press
  • 1dccf7f Merge branch 'SAY-5-fix-mouse-drag-null-button'
  • 4e2cbfc Fix crash on mouse drag arriving without a prior button press
  • See full diff in compare view

Updates uuid from 14.0.1 to 14.0.2

Release notes

Sourced from uuid's releases.

v14.0.2

14.0.2 (2026-08-18)

Bug Fixes

  • v1: carry nsecs overflow into the timestamp's high bits (#972) (6adcc1d)
  • v1: set the multicast bit on v1Bytes's own randomly-generated node (#973) (b1da338)
  • v7: align default seq formula in v7Bytes with updateV7State (#965) (a67db57)
Changelog

Sourced from uuid's changelog.

14.0.2 (2026-08-18)

Bug Fixes

  • v1: carry nsecs overflow into the timestamp's high bits (#972) (6adcc1d)
  • v1: set the multicast bit on v1Bytes's own randomly-generated node (#973) (b1da338)
  • v7: align default seq formula in v7Bytes with updateV7State (#965) (a67db57)
Commits
  • fd59f02 chore(main): release 14.0.2 (#967)
  • f3c564e docs: point the Node support permalink at the CI version matrix (#974)

…2 updates

Bumps the minor-and-patch group with 32 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@cap-js-community/odata-v2-adapter](https://github.com/cap-js-community/odata-v2-adapter) | `1.16.0` | `1.16.1` |
| [@cap-js/hana](https://github.com/cap-js/cds-dbs) | `3.0.1` | `3.0.2` |
| [@inquirer/prompts](https://github.com/SBoudrias/Inquirer.js) | `8.5.2` | `8.7.0` |
| [@json2csv/node](https://github.com/juanjoDiaz/json2csv) | `7.0.6` | `7.0.8` |
| [@sap-cloud-sdk/resilience](https://github.com/SAP/cloud-sdk-js/tree/HEAD/packages/resilience) | `4.7.0` | `4.9.1` |
| [@sap/cds](https://cap.cloud.sap/) | `10.0.3` | `10.0.6` |
| @sap/textbundle | `6.2.0` | `6.3.0` |
| @sap/xsenv | `6.2.1` | `6.2.2` |
| [csv-parse](https://github.com/adaltas/node-csv/tree/HEAD/packages/csv-parse) | `7.0.1` | `7.0.2` |
| [hdb](https://github.com/SAP/node-hdb) | `2.29.5` | `2.29.6` |
| [inquirer](https://github.com/SBoudrias/Inquirer.js) | `14.0.2` | `14.2.0` |
| [js-yaml](https://github.com/nodeca/js-yaml) | `5.2.1` | `5.4.1` |
| [multer](https://github.com/expressjs/multer) | `2.2.0` | `2.3.0` |
| [open](https://github.com/sindresorhus/open) | `11.0.0` | `11.0.2` |
| [terminal-kit](https://github.com/cronvel/terminal-kit) | `3.1.3` | `3.1.4` |
| [uuid](https://github.com/uuidjs/uuid) | `14.0.1` | `14.0.2` |
| [ws](https://github.com/websockets/ws) | `8.21.0` | `8.21.3` |
| [yargs](https://github.com/yargs/yargs) | `18.0.0` | `18.1.0` |
| [@sap/eslint-plugin-cds](https://cap.cloud.sap/) | `4.2.4` | `4.2.5` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `26.1.1` | `26.4.0` |
| [@wdio/cli](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-cli) | `9.29.1` | `9.31.5` |
| [@wdio/devtools-service](https://github.com/webdriverio/devtools/tree/HEAD/packages/devtools-service) | `10.6.1` | `10.9.1` |
| [@wdio/globals](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-globals) | `9.29.1` | `9.31.3` |
| [@wdio/local-runner](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-local-runner) | `9.29.1` | `9.31.5` |
| [@wdio/mocha-framework](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-mocha-framework) | `9.29.1` | `9.31.5` |
| [@wdio/spec-reporter](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-spec-reporter) | `9.29.1` | `9.31.2` |
| [eslint](https://github.com/eslint/eslint) | `10.7.0` | `10.9.1` |
| [mermaid](https://github.com/mermaid-js/mermaid) | `11.16.0` | `11.17.2` |
| [mocha](https://github.com/mochajs/mocha) | `11.7.6` | `11.8.0` |
| [sinon](https://github.com/sinonjs/sinon) | `22.0.0` | `22.1.0` |
| [wdio-ui5-service](https://github.com/ui5-community/wdi5) | `3.0.10` | `3.0.11` |
| [webdriverio](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/webdriverio) | `9.29.1` | `9.31.5` |



Updates `@cap-js-community/odata-v2-adapter` from 1.16.0 to 1.16.1
- [Release notes](https://github.com/cap-js-community/odata-v2-adapter/releases)
- [Changelog](https://github.com/cap-js-community/odata-v2-adapter/blob/main/CHANGELOG.md)
- [Commits](cap-js-community/odata-v2-adapter@v1.16.0...v1.16.1)

Updates `@cap-js/hana` from 3.0.1 to 3.0.2
- [Release notes](https://github.com/cap-js/cds-dbs/releases)
- [Commits](cap-js/cds-dbs@hana-v3.0.1...hana-v3.0.2)

Updates `@inquirer/prompts` from 8.5.2 to 8.7.0
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@8.5.2...@inquirer/prompts@8.7.0)

Updates `@json2csv/node` from 7.0.6 to 7.0.8
- [Release notes](https://github.com/juanjoDiaz/json2csv/releases)
- [Changelog](https://github.com/juanjoDiaz/json2csv/blob/main/CHANGELOG.md)
- [Commits](juanjoDiaz/json2csv@v7.0.6...v7.0.8)

Updates `@sap-cloud-sdk/resilience` from 4.7.0 to 4.9.1
- [Release notes](https://github.com/SAP/cloud-sdk-js/releases)
- [Changelog](https://github.com/SAP/cloud-sdk-js/blob/main/packages/resilience/CHANGELOG.md)
- [Commits](https://github.com/SAP/cloud-sdk-js/commits/v4.9.1/packages/resilience)

Updates `@sap/cds` from 10.0.3 to 10.0.6

Updates `@sap/textbundle` from 6.2.0 to 6.3.0

Updates `@sap/xsenv` from 6.2.1 to 6.2.2

Updates `csv-parse` from 7.0.1 to 7.0.2
- [Changelog](https://github.com/adaltas/node-csv/blob/master/packages/csv-parse/CHANGELOG.md)
- [Commits](https://github.com/adaltas/node-csv/commits/csv-parse@7.0.2/packages/csv-parse)

Updates `hdb` from 2.29.5 to 2.29.6
- [Release notes](https://github.com/SAP/node-hdb/releases)
- [Commits](SAP/node-hdb@v2.29.5...v2.29.6)

Updates `inquirer` from 14.0.2 to 14.2.0
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@14.0.2...inquirer@14.2.0)

Updates `js-yaml` from 5.2.1 to 5.4.1
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](nodeca/js-yaml@5.2.1...5.4.1)

Updates `multer` from 2.2.0 to 2.3.0
- [Release notes](https://github.com/expressjs/multer/releases)
- [Changelog](https://github.com/expressjs/multer/blob/main/CHANGELOG.md)
- [Commits](expressjs/multer@v2.2.0...v2.3.0)

Updates `open` from 11.0.0 to 11.0.2
- [Release notes](https://github.com/sindresorhus/open/releases)
- [Commits](sindresorhus/open@v11.0.0...v11.0.2)

Updates `terminal-kit` from 3.1.3 to 3.1.4
- [Changelog](https://github.com/cronvel/terminal-kit/blob/master/CHANGELOG)
- [Commits](cronvel/terminal-kit@v3.1.3...v3.1.4)

Updates `uuid` from 14.0.1 to 14.0.2
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v14.0.1...v14.0.2)

Updates `ws` from 8.21.0 to 8.21.3
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.21.0...8.21.3)

Updates `yargs` from 18.0.0 to 18.1.0
- [Release notes](https://github.com/yargs/yargs/releases)
- [Changelog](https://github.com/yargs/yargs/blob/main/CHANGELOG.md)
- [Commits](yargs/yargs@v18.0.0...v18.1.0)

Updates `@sap/eslint-plugin-cds` from 4.2.4 to 4.2.5

Updates `@types/node` from 26.1.1 to 26.4.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@wdio/cli` from 9.29.1 to 9.31.5
- [Release notes](https://github.com/webdriverio/webdriverio/releases)
- [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webdriverio/webdriverio/commits/v9.31.5/packages/wdio-cli)

Updates `@wdio/devtools-service` from 10.6.1 to 10.9.1
- [Release notes](https://github.com/webdriverio/devtools/releases)
- [Commits](https://github.com/webdriverio/devtools/commits/HEAD/packages/devtools-service)

Updates `@wdio/globals` from 9.29.1 to 9.31.3
- [Release notes](https://github.com/webdriverio/webdriverio/releases)
- [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webdriverio/webdriverio/commits/v9.31.3/packages/wdio-globals)

Updates `@wdio/local-runner` from 9.29.1 to 9.31.5
- [Release notes](https://github.com/webdriverio/webdriverio/releases)
- [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webdriverio/webdriverio/commits/v9.31.5/packages/wdio-local-runner)

Updates `@wdio/mocha-framework` from 9.29.1 to 9.31.5
- [Release notes](https://github.com/webdriverio/webdriverio/releases)
- [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webdriverio/webdriverio/commits/v9.31.5/packages/wdio-mocha-framework)

Updates `@wdio/spec-reporter` from 9.29.1 to 9.31.2
- [Release notes](https://github.com/webdriverio/webdriverio/releases)
- [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webdriverio/webdriverio/commits/v9.31.2/packages/wdio-spec-reporter)

Updates `eslint` from 10.7.0 to 10.9.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.7.0...v10.9.1)

Updates `mermaid` from 11.16.0 to 11.17.2
- [Release notes](https://github.com/mermaid-js/mermaid/releases)
- [Commits](https://github.com/mermaid-js/mermaid/compare/mermaid@11.16.0...mermaid@11.17.2)

Updates `mocha` from 11.7.6 to 11.8.0
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/v11.8.0/CHANGELOG.md)
- [Commits](mochajs/mocha@v11.7.6...v11.8.0)

Updates `sinon` from 22.0.0 to 22.1.0
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/main/CHANGES.md)
- [Commits](sinonjs/sinon@v22.0.0...v22.1.0)

Updates `wdio-ui5-service` from 3.0.10 to 3.0.11
- [Release notes](https://github.com/ui5-community/wdi5/releases)
- [Changelog](https://github.com/ui5-community/wdi5/blob/main/CHANGELOG.md)
- [Commits](ui5-community/wdi5@v3.0.10...v3.0.11)

Updates `webdriverio` from 9.29.1 to 9.31.5
- [Release notes](https://github.com/webdriverio/webdriverio/releases)
- [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webdriverio/webdriverio/commits/v9.31.5/packages/webdriverio)

---
updated-dependencies:
- dependency-name: "@cap-js-community/odata-v2-adapter"
  dependency-version: 1.16.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@cap-js/hana"
  dependency-version: 3.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@inquirer/prompts"
  dependency-version: 8.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@json2csv/node"
  dependency-version: 7.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@sap-cloud-sdk/resilience"
  dependency-version: 4.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@sap/cds"
  dependency-version: 10.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@sap/textbundle"
  dependency-version: 6.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@sap/xsenv"
  dependency-version: 6.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: csv-parse
  dependency-version: 7.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: hdb
  dependency-version: 2.29.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: inquirer
  dependency-version: 14.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: js-yaml
  dependency-version: 5.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: multer
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: open
  dependency-version: 11.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: terminal-kit
  dependency-version: 3.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: uuid
  dependency-version: 14.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: ws
  dependency-version: 8.21.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: yargs
  dependency-version: 18.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@sap/eslint-plugin-cds"
  dependency-version: 4.2.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/node"
  dependency-version: 26.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@wdio/cli"
  dependency-version: 9.31.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@wdio/devtools-service"
  dependency-version: 10.9.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@wdio/globals"
  dependency-version: 9.31.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@wdio/local-runner"
  dependency-version: 9.31.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@wdio/mocha-framework"
  dependency-version: 9.31.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@wdio/spec-reporter"
  dependency-version: 9.31.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: eslint
  dependency-version: 10.9.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: mermaid
  dependency-version: 11.17.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: mocha
  dependency-version: 11.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: sinon
  dependency-version: 22.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: wdio-ui5-service
  dependency-version: 3.0.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: webdriverio
  dependency-version: 9.31.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

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 Sep 2, 2026
@dependabot
dependabot Bot requested a review from jung-thomas as a code owner September 2, 2026 03:28
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 2, 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