Skip to content

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

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Package From To
@cap-js/hana 3.0.1 3.0.2
@json2csv/node 7.0.6 7.0.7
@sap-cloud-sdk/resilience 4.7.0 4.8.0
@sap/cds 10.0.3 10.0.5
js-yaml 5.2.1 5.2.3
terminal-kit 3.1.3 3.1.4
ws 8.21.0 8.21.1
yargs 18.0.0 18.1.0
@sap/eslint-plugin-cds 4.2.4 4.2.5
@types/node 26.1.1 26.1.2
@wdio/cli 9.29.1 9.30.0
@wdio/devtools-service 10.6.1 10.8.0
@wdio/local-runner 9.29.1 9.30.0
@wdio/mocha-framework 9.29.1 9.30.0
eslint 10.7.0 10.8.0
sinon 22.0.0 22.1.0
wdio-ui5-service 3.0.10 3.0.11

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

Changelog

Sourced from @​json2csv/node's changelog.

7.0.7 (2025-01-26)

Bug Fixes

  • fix incorrect docs about transformers actions (150cef3)
  • infinite loop in flatten (e81cd60)
Commits
  • a39217c chore: fix pipeline to new npm auth method
  • 4075e3b chore: update TypeScript to 7
  • c97c3a5 chore(deps): update @​types/node, commander, esbuild & typescript
  • 1f8d928 chore: add pre-commit and pre-push hooks with husky
  • 04a0aa4 chore: update CDN bundle
  • d04fe09 chore: add sideEffects: false for better tree-shaking
  • c8d2b52 chore: update homepage URLs to HTTPS
  • c2ccfc7 chore: fix typos in test descriptions
  • 8cddbc7 chore: update TypeScript target from es6 to es2020
  • 9fe847e chore: add clean scripts to all packages
  • 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 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.1

Release notes

Sourced from ws's releases.

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
  • 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
  • a2f4e7c [fix] Count empty fragments toward the limit (#2329)
  • e79f912 [pkg] Approve install scripts for bufferutil and utf-8-validate
  • 4ea355d [doc] Document 32-bit signed integer coercion for option values
  • 2120f4c [example] Remove uuid dependency
  • 4c534a6 [security] Add latest vulnerability to SECURITY.md
  • See full diff 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.1.2

Commits

Updates @wdio/cli from 9.29.1 to 9.30.0

Release notes

Sourced from @​wdio/cli's releases.

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
  • wdio-protocols, webdriver

🏠 Internal

Committers: 6

Changelog

Sourced from @​wdio/cli's changelog.

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
  • wdio-protocols, webdriver

🏠 Internal

Committers: 6

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

Release notes

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

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
  • wdio-protocols, webdriver

🏠 Internal

Committers: 6

Changelog

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

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
  • wdio-protocols, webdriver

🏠 Internal

Committers: 6

Commits

Updates @wdio/mocha-framework from 9.29.1 to 9.30.0

Release notes

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

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
  • wdio-protocols, webdriver

🏠 Internal

Committers: 6

Changelog

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

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
  • wdio-protocols, webdriver

🏠 Internal

Committers: 6

Commits

Updates eslint from 10.7.0 to 10.8.0

Release notes

Sourced from eslint's releases.

v10.8.0

Features

  • 2fee9bb feat: export ConfigObject from eslint/config (#21082) (sethamus)

Bug Fixes

  • 6b8d2f7 fix: escape reserved characters in rule id in html formatter (#21129) (Francesco Trotta)
  • 9091071 fix: prevent no-unreachable-loop crash when all loop types are ignored (#21116) (Pixel)
  • e23fafe fix: prefer-object-spread add semicolon when adding parenthesis (#21081) (synthex-byte)
  • 20b5ad0 fix: quadratic-time regex in prefer-template (#21096) (Milos Djermanovic)
  • 8b6f6c0 fix: apply ignore configs to computed methods in class-methods-use-this (#21094) (Pixel)
  • b2c608c fix: NewExpression with parenthesized callee in preserve-caught-error (#21083) (Francesco Trotta)

Documentation

  • 6ddf858 docs: fix broken Specify Parser Options anchor link (#21106) (Minsu)
  • 784dfbe docs: Clarify no-eq-null description (#21120) (Park Harin)
  • 7ec733a docs: Fix typos and grammar in glossary (#21095) (Marry (Subin Yang))
  • 92bb13f docs: replace quake link (#21108) (Jung Hyeon Jun)
  • 68eb4a5 docs: fix broken Specify Globals anchor links in rule pages (#21103) (Minsu)
  • d28f697 docs: replace Code Climate CLI links with Qlty CLI links (#21099) (Jung Hyeon Jun)
  • eccc68d docs: correct --suppressions-location option description (#21093) (Ga eun Lee)
  • c5963f7 docs: Update README (GitHub Actions Bot)

Chores

  • 4fbf46d test: pin webpack version to 5.108.4 (#21137) (Francesco Trotta)
  • 2d063e2 chore: update HTTP URLs to HTTPS in JSDoc and comments (#21101) (Bo Hyun Kim)
  • eccbe7b test: add error locations to no-class-assign (#21123) (devoil)
  • e7d1e43 ci: bump actions/setup-go from 6 to 7 (#21118) (dependabot[bot])
  • e9d66d0 ci: bump actions/setup-node from 6 to 7 (#21119) (dependabot[bot])
  • ee225b6 test: Add error location details to no-eq-null rule (#21117) (Park Harin)
  • 044a627 chore: update minimatch to ^10.2.5 (#21107) (김채영)
  • fb09aa8 chore: update ecosystem plugins (#21115) (ESLint Bot)
  • 5abd878 test: add error locations to no-proto (#21114) (Gihyeon Jeong / 정기현)
  • 9715887 test: Add error location details to no-div-regex (#21110) (Park Harin)
  • a746ec6 test: add error locations to no-new-wrappers (#21109) (Gihyeon Jeong / 정기현)
  • 8dde645 test: add error locations to no-ex-assign (#21102) (devoil)
  • 13ab0ec test: add error locations to no-label-var (#21098) (Gihyeon Jeong / 정기현)
  • a99906f test: Add error location details to no-delete-var rule (#21105) (Park Harin)
  • c47e8dc chore: add missing backticks to languages/js/index.js (#21104) (beeen)
  • 0174428 chore: add missing backticks to translate-cli-options.js (#21097) (dongkyu lee)

…8 updates

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

| Package | From | To |
| --- | --- | --- |
| [@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.7` |
| [@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` |
| [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.1` |
| [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.1.2` |
| [@wdio/cli](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-cli) | `9.29.1` | `9.30.0` |
| [@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.0` |
| [@wdio/mocha-framework](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-mocha-framework) | `9.29.1` | `9.30.0` |
| [eslint](https://github.com/eslint/eslint) | `10.7.0` | `10.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/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.7
- [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.7)

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 `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.1
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.21.0...8.21.1)

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.1.2
- [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.0
- [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.0/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.0
- [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.0/packages/wdio-local-runner)

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

Updates `eslint` from 10.7.0 to 10.8.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.7.0...v10.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.0
- [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.0/packages/webdriverio)

---
updated-dependencies:
- 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.7
  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: 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.1
  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.1.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@wdio/cli"
  dependency-version: 9.30.0
  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.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@wdio/mocha-framework"
  dependency-version: 9.30.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: eslint
  dependency-version: 10.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.0
  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 5, 2026
@dependabot
dependabot Bot requested a review from jung-thomas as a code owner August 5, 2026 03:26
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 5, 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