Skip to content

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

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 26, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 31 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.6.0
@json2csv/node 7.0.6 7.0.8
@sap-cloud-sdk/resilience 4.7.0 4.8.0
@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.1.0
js-yaml 5.2.1 5.3.0
open 11.0.0 11.0.1
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.2.0
@wdio/cli 9.29.1 9.31.2
@wdio/devtools-service 10.6.1 10.9.1
@wdio/globals 9.29.1 9.31.1
@wdio/local-runner 9.29.1 9.31.2
@wdio/mocha-framework 9.29.1 9.31.2
@wdio/spec-reporter 9.29.1 9.31.2
eslint 10.7.0 10.9.0
mermaid 11.16.0 11.17.0
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.2

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.6.0

Release notes

Sourced from @​inquirer/prompts's releases.

@​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
  • @inquirer/search@4.3.0
  • @inquirer/select@5.2.2

Note: This release depends on @inquirer/core@^12.0.0, which contains a breaking change to the useState setter type (it now accepts a reducer function). See the @inquirer/core@12.0.0 release notes for details.

Commits
  • 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
  • 5384fa6 chore(release): add workflow_dispatch trigger to publish workflow
  • d11785f fix(release): warm turbo cache before staging in publish job
  • 36d4928 chore: Publish new release
  • 15dfc54 chore(deps): Bump globby from 16.2.2 to 16.2.3 (#2234)
  • 6678f5f chore(deps-dev): Bump oxfmt in the formatting group (#2233)
  • e57dafa chore: secure release pipeline with npm Trusted Publishing
  • 2d677bb fix: don't restore package.json in postpack before publish (#2231)
  • 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.8.0

Release notes

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

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.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.1.0

Release notes

Sourced from inquirer's releases.

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
  • 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
  • 5384fa6 chore(release): add workflow_dispatch trigger to publish workflow
  • d11785f fix(release): warm turbo cache before staging in publish job
  • 36d4928 chore: Publish new release
  • 15dfc54 chore(deps): Bump globby from 16.2.2 to 16.2.3 (#2234)
  • 6678f5f chore(deps-dev): Bump oxfmt in the formatting group (#2233)
  • e57dafa chore: secure release pipeline with npm Trusted Publishing
  • 2d677bb fix: don't restore package.json in postpack before publish (#2231)
  • 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.3.0

Changelog

Sourced from js-yaml's changelog.

[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

  • Changed flat constant exports to grouped exports: EVENT_ID, SCALAR_STYLE, COLLECTION_STYLE, and CHOMPING_MODE, along with their value types. The old exports are still preserved, but deprecated.
  • Made identify mandatory for custom tag definitions. Use identify: () => false for load-only tags.

Deprecated

  • Deprecated flat constant exports. Use grouped ones instead.

Removed

  • Removed the MERGE_KEY export (not used anymore after last fixes).

Fixed

  • Validate << sequence items at merge time, so aliased merge sources are checked too.
  • Resolve << outside of a mapping key as the plain string '<<', matching v4, instead of leaking an internal symbol into the result.

[5.2.3] - 2026-08-01

Fixed

  • Prevent prototype fallback when resolving tags and mapping entries, #782.
  • Resolve !!timestamp years 0000-0099 correctly, #775.
  • Preserve implicit null mapping values before document markers and reject unpaired mapping event streams, #784.
  • Preserve folded scalar values with tab-indented lines when round-tripping a parsed AST through present(); dump() and loading are unaffected, #780.

[5.2.2] - 2026-07-24

Fixed

  • Quote flow scalars where a colon precedes a flow indicator, #773.

Security

  • Avoid exponential parsing time for nested flow sequence pairs.
Commits
  • 04db458 5.3.0 released
  • 22ce0a0 Changelog update
  • fae37b8 fix: << outside a mapping key no longer leaks the internal merge symbol
  • b62ef83 fix: validate << sequence items at merge time, so aliased sources are check...
  • cc665ec docs: review and update annotations
  • 2aa24a6 Changelog update
  • eec6902 Restore deprecated parser constant exports
  • 03397ac Move throwErrorAt to YAMLException as throwAt
  • d9dd2c7 docs: new condensed theme
  • 0f898e6 docs: annotation tweaks
  • Additional commits viewable in compare view

Updates open from 11.0.0 to 11.0.1

Release notes

Sourced from open's releases.

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)
  • b1da338 fix(v1): set the multicast bit on v1Bytes's own randomly-generated node (#973)
  • 6adcc1d fix(v1): carry nsecs overflow into the timestamp's high bits (#972)
  • ea83515 docs: cleanup API summary (#968)
  • ac36860 chore: pin publint version in CI (#966)
  • a67db57 fix(v7): align default seq formula in v7Bytes with updateV7State (#965)
  • See full diff in compare view

Updates ws from 8.21.0 to 8.21.3

Release notes

Sourced from ws's releases.

8.21.3

Bug fixes

  • The server now correctly rejects permessage-deflate offers if the incoming client_max_window_bits parameter value is smaller than its configured clientMaxWindowBits (e97a20ea).

8.21.2

Bug fixes

  • Fixed a test for CITGM (2eb3be0b).

8.21.1

Bug fixes

  • Empty fragments are now counted toward the limit (a2f4e7c0).
  • The default values of the maxBufferedChunks and maxFragments options have been reduced (f197ac65).
Commits
  • c791e70 [dist] 8.21.3
  • e97a20e [fix] Reject offers with client_max_window_bits below config
  • 787ebf2 [dist] 8.21.2
  • b4d62eb Revert "[ci] Trust Coveralls Homebrew tap"
  • e4bb883 [security] Use GitHub PVR as main reporting channel
  • 2eb3be0 [test] Skip test on Node.js versions where it does not apply
  • ae1de54 [dist] 8.21.1
  • 8e9511b [ci] Trust Coveralls Homebrew tap
  • f197ac6 [fix] Lower default values of maxBufferedChunks and maxFragments
  • 8df8265 [ci] Update actions/checkout action to v7
  • Additional commits viewable in compare view

Updates yargs from 18.0.0 to 18.1.0

Changelog

Sourced from yargs's changelog.

18.1.0 (2026-07-26)

Features

  • ignore bun when getting bin name (b77831c)

Bug Fixes

  • lang: 'count' for de locale (#2476) (971e351)
  • local prototype pollution vulnerability in apply-extends (437f3a4)
  • locale: add Georgian translation (#2474) (086aeaa)

17.7.3 (2026-06-19)

Bug Fixes

  • fix: use entry point with file extension for anything that supports exports (#2514) (c7597e3)

16.2.2 (2026-06-19)

Bug Fixes

  • fix: use entry point with .cjs file extension for yargs export (#2546) (6feb819)
Commits
Maintainer changes

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


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

Updates @types/node from 26.1.1 to 26.2.0

Commits

Updates @wdio/cli from 9.29.1 to 9.31.2

Release notes

Sourced from @​wdio/cli's releases.

v9.31.2 (2026-08-21)

🚀 New Feature

🐛 Bug Fix

💅 Polish

  • create-wdio
    • #15515 fix(create-wdio): install @​serenity-js/html-reporter instead of @​senity-js/serenity-bdd (@​jan-molak)

Committers: 5

v9.31.1

No updates!

v9.31.0

⚠️ Partially failed release. Please use v9.31.1 instead.

v9.31.0 (2026-08-18)

🚀 New Feature

  • eslint-plugin-wdio, wdio-browser-runner, wdio-globals, wdio-jasmine-framework, wdio-local-runner, wdio-runner

🐛 Bug Fix

  • wdio-utils
  • wdio-utils, webdriver
  • webdriver
    • #15504 fix(webdriver): retry requests aborted by connectionRetryTimeout (@​birtles)
  • wdio-cli
  • wdio-browser-runner, webdriverio
  • webdriverio
    • #15477 fix(webdriverio): reset current context when browsing context is destroyed (@​Badisi)

... (truncated)

Changelog

Sourced from @​wdio/cli's changelog.

v9.31.2 (2026-08-21)

🚀 New Feature

🐛 Bug Fix

💅 Polish

  • create-wdio
    • #15515 fix(create-wdio): install @​serenity-js/html-reporter instead of @​senity-js/serenity-bdd (@​jan-molak)

Committers: 5

v9.31.0 (2026-08-18)

🚀 New Feature

  • eslint-plugin-wdio, wdio-browser-runner, wdio-globals, wdio-jasmine-framework, wdio-local-runner, wdio-runner

🐛 Bug Fix

  • wdio-utils
  • wdio-utils, webdriver
  • webdriver
    • #15504 fix(webdriver): retry requests aborted by connectionRetryTimeout (@​birtles)
  • wdio-cli
  • wdio-browser-runner, webdriverio
  • webdriverio
    • #15477 fix(webdriverio): reset current context when browsing context is destroyed (@​Badisi)
    • #15473 fix(webdriverio): scroll by deltaX/deltaY in scrollIntoView wheel action (@​wswebcreation)
    • #15350 fix(webdriverio): guard ShadowRootManager preload script against partial-Bidi remotes (@​navin772)
  • wdio-utils, webdriverio
  • wdio-allure-reporter

... (truncated)

Commits

Updates @wdio/devtools-service from 10.6.1 to 10.9.1

Release notes

Sourced from @​wdio/devtools-service's releases.

v10.8.2

What's Changed

…1 updates

Bumps the minor-and-patch group with 31 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.6.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.8.0` |
| [@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.1.0` |
| [js-yaml](https://github.com/nodeca/js-yaml) | `5.2.1` | `5.3.0` |
| [open](https://github.com/sindresorhus/open) | `11.0.0` | `11.0.1` |
| [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.2.0` |
| [@wdio/cli](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-cli) | `9.29.1` | `9.31.2` |
| [@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.1` |
| [@wdio/local-runner](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-local-runner) | `9.29.1` | `9.31.2` |
| [@wdio/mocha-framework](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-mocha-framework) | `9.29.1` | `9.31.2` |
| [@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.0` |
| [mermaid](https://github.com/mermaid-js/mermaid) | `11.16.0` | `11.17.0` |
| [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.2` |



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.6.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.6.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.8.0
- [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.8.0/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.1.0
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@14.0.2...inquirer@14.1.0)

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

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

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.2.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.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-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.1
- [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.1/packages/wdio-globals)

Updates `@wdio/local-runner` 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-local-runner)

Updates `@wdio/mocha-framework` 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-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.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.7.0...v10.9.0)

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

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.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/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.6.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.8.0
  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.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: js-yaml
  dependency-version: 5.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: open
  dependency-version: 11.0.1
  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.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@wdio/cli"
  dependency-version: 9.31.2
  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.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@wdio/local-runner"
  dependency-version: 9.31.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@wdio/mocha-framework"
  dependency-version: 9.31.2
  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.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: mermaid
  dependency-version: 11.17.0
  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.2
  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 Aug 26, 2026
@dependabot
dependabot Bot requested a review from jung-thomas as a code owner August 26, 2026 03:27
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 26, 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