Skip to content

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

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 22 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
@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.5
csv-parse 7.0.1 7.0.2
js-yaml 5.2.1 5.2.3
terminal-kit 3.1.3 3.1.4
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.30.1
@wdio/devtools-service 10.6.1 10.8.0
@wdio/local-runner 9.29.1 9.30.1
@wdio/mocha-framework 9.29.1 9.30.1
@wdio/spec-reporter 9.29.1 9.30.1
eslint 10.7.0 10.8.1
mermaid 11.16.0 11.16.1
mocha 11.7.6 11.8.0
sinon 22.0.0 22.1.0
wdio-ui5-service 3.0.10 3.0.11

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 @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.5

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 js-yaml from 5.2.1 to 5.2.3

Changelog

Sourced from js-yaml's changelog.

[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
  • 6740445 5.2.3 released
  • 94e766d Update changelog
  • c3bd7ca Polish previous commit, #780
  • 00209b6 presenter: treat a tab-indented line in a folded scalar as more-indented (#780)
  • 40fcb4f Fix missing mapping values before document markers and reject unpaired mappin...
  • 49280f3 Fix !!timestamp resolution for years 0000-0099, #775
  • 355dc96 fix: prevent prototype fallback in tag and harden object lookups, #782 (than...
  • d524f83 docs: add contributing guidelines
  • 3c29559 5.2.2 released
  • 3e5240f parser: avoid reparsing flow sequence pair keys
  • Additional commits viewable in compare view

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

Release notes

Sourced from @​wdio/cli's releases.

v9.30.1 (2026-08-03)

🐛 Bug Fix

📝 Documentation

🏠 Internal

Committers: 7

v9.30.0 (2026-07-21)

👓 Spec Compliancy

🐛 Bug Fix

  • webdriverio
    • #15400 fix(webdriverio): stop unrelated shadow roots leaking into scoped element lookups (@​mccmrunal)
  • wdio-browser-runner, wdio-utils
    • #15399 fix(deps): bump geckodriver to 6.1.1 to fix geckoDriverVersion CLI leak (@​mccmrunal)
  • wdio-allure-reporter
    • #15390 PR: Bug Fix 🐛fix(allure-reporter): attach suite-level before/after all hook steps to every test (@​mccmrunal)
  • wdio-browserstack-service
    • #15376 fix(browserstack-service): report mocha hooks in the CLI/testhub flow [SDK-6809] (@​pranay-v29)

... (truncated)

Changelog

Sourced from @​wdio/cli's changelog.

v9.30.1 (2026-08-03)

🐛 Bug Fix

📝 Documentation

🏠 Internal

Committers: 7

v9.30.0 (2026-07-21)

👓 Spec Compliancy

🐛 Bug Fix

  • webdriverio
    • #15400 fix(webdriverio): stop unrelated shadow roots leaking into scoped element lookups (@​mccmrunal)
  • wdio-browser-runner, wdio-utils
    • #15399 fix(deps): bump geckodriver to 6.1.1 to fix geckoDriverVersion CLI leak (@​mccmrunal)
  • wdio-allure-reporter
    • #15390 PR: Bug Fix 🐛fix(allure-reporter): attach suite-level before/after all hook steps to every test (@​mccmrunal)
  • wdio-browserstack-service

... (truncated)

Commits

Updates @wdio/devtools-service from 10.6.1 to 10.8.0

Release notes

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

v10.8.0

What's Changed

Full Changelog: webdriverio/devtools@v10.7.1...v10.8.0

v10.7.1

What's Changed

Full Changelog: webdriverio/devtools@v10.7.0...v10.7.1

v10.7.0

What's Changed

Full Changelog: webdriverio/devtools@v10.6.1...v10.7.0

Commits

Updates @wdio/local-runner from 9.29.1 to 9.30.1

Release notes

Sourced from @​wdio/local-runner's releases.

v9.30.1 (2026-08-03)

🐛 Bug Fix

📝 Documentation

🏠 Internal

Committers: 7

v9.30.0 (2026-07-21)

👓 Spec Compliancy

🐛 Bug Fix

  • webdriverio
    • #15400 fix(webdriverio): stop unrelated shadow roots leaking into scoped element lookups (@​mccmrunal)
  • wdio-browser-runner, wdio-utils
    • #15399 fix(deps): bump geckodriver to 6.1.1 to fix geckoDriverVersion CLI leak (@​mccmrunal)
  • wdio-allure-reporter
    • #15390 PR: Bug Fix 🐛fix(allure-reporter): attach suite-level before/after all hook steps to every test (@​mccmrunal)
  • wdio-browserstack-service
    • #15376 fix(browserstack-service): report mocha hooks in the CLI/testhub flow [SDK-6809] (@​pranay-v29)

... (truncated)

Changelog

Sourced from @​wdio/local-runner's changelog.

v9.30.1 (2026-08-03)

🐛 Bug Fix

📝 Documentation

🏠 Internal

Committers: 7

v9.30.0 (2026-07-21)

👓 Spec Compliancy

🐛 Bug Fix

  • webdriverio
    • #15400 fix(webdriverio): stop unrelated shadow roots leaking into scoped element lookups (@​mccmrunal)
  • wdio-browser-runner, wdio-utils
    • #15399 fix(deps): bump geckodriver to 6.1.1 to fix geckoDriverVersion CLI leak (@​mccmrunal)
  • wdio-allure-reporter
    • #15390 PR: Bug Fix 🐛fix(allure-reporter): attach suite-level before/after all hook steps to every test (@​mccmrunal)
  • wdio-browserstack-service

... (truncated)

Commits

Updates @wdio/mocha-framework from 9.29.1 to 9.30.1

Release notes

Sourced from @​wdio/mocha-framework's releases.

v9.30.1 (2026-08-03)

🐛 Bug Fix

📝 Documentation

🏠 Internal

Committers: 7

v9.30.0 (2026-07-21)

👓 Spec Compliancy

🐛 Bug Fix

  • webdriverio
    • #15400 fix(webdriverio): stop unrelated shadow roots leaking into scoped element lookups (@​mccmrunal)
  • wdio-browser-runner, wdio-utils
    • #15399 fix(deps): bump geckodriver to 6.1.1 to fix geckoDriverVersion CLI leak (@​mccmrunal)
  • wdio-allure-reporter
    • #15390 PR: Bug Fix 🐛fix(allure-reporter): attach suite-level before/after all hook steps to every test (@​mccmrunal)
  • wdio-browserstack-service
    • #15376 fix(browserstack-service): report mocha hooks in the CLI/testhub flow [SDK-6809] (@​pranay-v29)

... (truncated)

Changelog

Sourced from @​wdio/mocha-framework's changelog.Description has been truncated

…3 updates

Bumps the minor-and-patch group with 22 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` |
| [@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.5` |
| [csv-parse](https://github.com/adaltas/node-csv/tree/HEAD/packages/csv-parse) | `7.0.1` | `7.0.2` |
| [js-yaml](https://github.com/nodeca/js-yaml) | `5.2.1` | `5.2.3` |
| [terminal-kit](https://github.com/cronvel/terminal-kit) | `3.1.3` | `3.1.4` |
| [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.30.1` |
| [@wdio/devtools-service](https://github.com/webdriverio/devtools/tree/HEAD/packages/devtools-service) | `10.6.1` | `10.8.0` |
| [@wdio/local-runner](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-local-runner) | `9.29.1` | `9.30.1` |
| [@wdio/mocha-framework](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-mocha-framework) | `9.29.1` | `9.30.1` |
| [@wdio/spec-reporter](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-spec-reporter) | `9.29.1` | `9.30.1` |
| [eslint](https://github.com/eslint/eslint) | `10.7.0` | `10.8.1` |
| [mermaid](https://github.com/mermaid-js/mermaid) | `11.16.0` | `11.16.1` |
| [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` |



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 `@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.5

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 `js-yaml` from 5.2.1 to 5.2.3
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](nodeca/js-yaml@5.2.1...5.2.3)

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 `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.30.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.30.1/packages/wdio-cli)

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

Updates `@wdio/local-runner` from 9.29.1 to 9.30.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.30.1/packages/wdio-local-runner)

Updates `@wdio/mocha-framework` from 9.29.1 to 9.30.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.30.1/packages/wdio-mocha-framework)

Updates `@wdio/spec-reporter` from 9.29.1 to 9.30.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.30.1/packages/wdio-spec-reporter)

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

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

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.30.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.30.1/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: "@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.5
  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: js-yaml
  dependency-version: 5.2.3
  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: 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.30.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@wdio/devtools-service"
  dependency-version: 10.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@wdio/local-runner"
  dependency-version: 9.30.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@wdio/mocha-framework"
  dependency-version: 9.30.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@wdio/spec-reporter"
  dependency-version: 9.30.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: eslint
  dependency-version: 10.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: mermaid
  dependency-version: 11.16.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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.30.1
  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 12, 2026
@dependabot
dependabot Bot requested a review from jung-thomas as a code owner August 12, 2026 03:26
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 12, 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