Skip to content

Bump the all-npm-dependencies group across 2 directories with 6 updates - #718

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/all-npm-dependencies-0b211d1b2c
Open

Bump the all-npm-dependencies group across 2 directories with 6 updates#718
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/all-npm-dependencies-0b211d1b2c

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the all-npm-dependencies group with 5 updates in the / directory:

Package From To
@sap/cds-dk 10.0.7 10.1.0
@sap/cds-mtxs 4.0.2 4.1.0
@cap-js/hana 3.0.2 3.1.0
@sap/cds 10.0.6 10.1.0
@cap-js/sqlite 3.0.2 3.1.0

Bumps the all-npm-dependencies group with 4 updates in the /mtx/sidecar directory: @sap/cds-mtxs, @cap-js/hana, @sap/cds and @cap-js/sqlite.

Updates @sap/cds-dk from 10.0.7 to 10.1.0

Updates @sap/cds-mtxs from 4.0.2 to 4.1.0

Updates @cap-js/hana from 3.0.2 to 3.1.0

Release notes

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

db-service: v3.1.0

3.1.0 (2026-09-07)

Added

Fixed

  • cqn4sql: reject overly nested query expressions instead of crashing (#1712) (29a45b7)
  • don't throw when releasing/destroying a resource that's no longer in the pool (#1696) (5d3b277)
  • exclude cds.Vector from wildcard select expansion (#1716) (398bacc)
  • INSERT.from(SELECT) used non-existent value (#1565) (fd98844)
  • pool: recover lost connection after stale acquire timeout (#1724) (cf6af99)
  • pql groupby path expression (#1700) (82b5e03)

hana: v3.1.0

3.1.0 (2026-09-07)

Added

Fixed

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​cap-js/db-service bumped from ^3.0.1 to ^3.1.0

postgres: v3.1.0

3.1.0 (2026-09-07)

Added

  • Add support for cds.Vector on SQLite and Postgres (#1676) (f0d2203)

... (truncated)

Commits
  • dba03e9 chore: release main (#1703)
  • bc93160 feat: rank $search results by relevance (#1725)
  • 633db11 test(cqn4sql): refactor calculated elements test suite (#1643)
  • cf6af99 fix(pool): recover lost connection after stale acquire timeout (#1724)
  • c9228a6 chore(deps-dev): bump @​sap/hana-client from 2.29.25 to 2.29.27 in the depende...
  • 1443f85 chore(deps): bump qs from 6.15.3 to 6.16.0 (#1722)
  • 398bacc fix: exclude cds.Vector from wildcard select expansion (#1716)
  • fd98844 fix: INSERT.from(SELECT) used non-existent value (#1565)
  • 01cb981 feat: cache prepare statement for reuse (#1496)
  • 29a45b7 fix(cqn4sql): reject overly nested query expressions instead of crashing (#1712)
  • Additional commits viewable in compare view

Updates @sap/cds from 10.0.6 to 10.1.0

Updates express from 4.22.2 to 5.2.1

Release notes

Sourced from express's releases.

v5.2.1

What's Changed

[!IMPORTANT]
The prior release (5.2.0) included an erroneous breaking change related to the extended query parser. There is no actual security vulnerability associated with this behavior (CVE-2024-51999 has been rejected). The change has been fully reverted in this release.

Full Changelog: expressjs/express@v5.2.0...v5.2.1

v5.2.0

Important: Security

What's Changed

... (truncated)

Changelog

Sourced from express's changelog.

5.2.1 / 2025-12-01

  • Revert security fix for CVE-2024-51999 (GHSA-pj86-cfqh-vqx6)
    • The prior release (5.2.0) included an erroneous breaking change related to the extended query parser. There is no actual security vulnerability associated with this behavior (CVE-2024-51999 has been rejected). The change has been fully reverted in this release.

5.2.0 / 2025-12-01

  • Security fix for CVE-2024-51999 (GHSA-pj86-cfqh-vqx6)
  • deps: body-parser@^2.2.1
  • A deprecation warning was added when using res.redirect with undefined arguments, Express now emits a warning to help detect calls that pass undefined as the status or URL and make them easier to fix.

5.1.0 / 2025-03-31

  • Add support for Uint8Array in res.send()
  • Add support for ETag option in res.sendFile()
  • Add support for multiple links with the same rel in res.links()
  • Add funding field to package.json
  • perf: use loop for acceptParams
  • refactor: prefix built-in node module imports
  • deps: remove setprototypeof
  • deps: remove safe-buffer
  • deps: remove utils-merge
  • deps: remove methods
  • deps: remove depd
  • deps: debug@^4.4.0
  • deps: body-parser@^2.2.0
  • deps: router@^2.2.0
  • deps: content-type@^1.0.5
  • deps: finalhandler@^2.1.0
  • deps: qs@^6.14.0
  • deps: server-static@2.2.0
  • deps: type-is@2.0.1

5.0.1 / 2024-10-08

5.0.0 / 2024-09-10

  • remove:
    • path-is-absolute dependency - use path.isAbsolute instead
  • breaking:
    • res.status() accepts only integers, and input must be greater than 99 and less than 1000
      • will throw a RangeError: Invalid status code: ${code}. Status code must be greater than 99 and less than 1000. for inputs outside this range
      • will throw a TypeError: Invalid status code: ${code}. Status code must be an integer. for non integer inputs
    • deps: send@1.0.0

... (truncated)

Commits

Updates @cap-js/sqlite from 3.0.2 to 3.1.0

Release notes

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

db-service: v3.1.0

3.1.0 (2026-09-07)

Added

Fixed

  • cqn4sql: reject overly nested query expressions instead of crashing (#1712) (29a45b7)
  • don't throw when releasing/destroying a resource that's no longer in the pool (#1696) (5d3b277)
  • exclude cds.Vector from wildcard select expansion (#1716) (398bacc)
  • INSERT.from(SELECT) used non-existent value (#1565) (fd98844)
  • pool: recover lost connection after stale acquire timeout (#1724) (cf6af99)
  • pql groupby path expression (#1700) (82b5e03)

hana: v3.1.0

3.1.0 (2026-09-07)

Added

Fixed

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​cap-js/db-service bumped from ^3.0.1 to ^3.1.0

postgres: v3.1.0

3.1.0 (2026-09-07)

Added

  • Add support for cds.Vector on SQLite and Postgres (#1676) (f0d2203)

... (truncated)

Commits
  • dba03e9 chore: release main (#1703)
  • bc93160 feat: rank $search results by relevance (#1725)
  • 633db11 test(cqn4sql): refactor calculated elements test suite (#1643)
  • cf6af99 fix(pool): recover lost connection after stale acquire timeout (#1724)
  • c9228a6 chore(deps-dev): bump @​sap/hana-client from 2.29.25 to 2.29.27 in the depende...
  • 1443f85 chore(deps): bump qs from 6.15.3 to 6.16.0 (#1722)
  • 398bacc fix: exclude cds.Vector from wildcard select expansion (#1716)
  • fd98844 fix: INSERT.from(SELECT) used non-existent value (#1565)
  • 01cb981 feat: cache prepare statement for reuse (#1496)
  • 29a45b7 fix(cqn4sql): reject overly nested query expressions instead of crashing (#1712)
  • Additional commits viewable in compare view

Updates @sap/cds-mtxs from 4.0.2 to 4.1.0

Updates @cap-js/hana from 3.0.2 to 3.1.0

Release notes

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

db-service: v3.1.0

3.1.0 (2026-09-07)

Added

Fixed

  • cqn4sql: reject overly nested query expressions instead of crashing (#1712) (29a45b7)
  • don't throw when releasing/destroying a resource that's no longer in the pool (#1696) (5d3b277)
  • exclude cds.Vector from wildcard select expansion (#1716) (398bacc)
  • INSERT.from(SELECT) used non-existent value (#1565) (fd98844)
  • pool: recover lost connection after stale acquire timeout (#1724) (cf6af99)
  • pql groupby path expression (#1700) (82b5e03)

hana: v3.1.0

3.1.0 (2026-09-07)

Added

Fixed

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​cap-js/db-service bumped from ^3.0.1 to ^3.1.0

postgres: v3.1.0

3.1.0 (2026-09-07)

Added

  • Add support for cds.Vector on SQLite and Postgres (#1676) (f0d2203)

... (truncated)

Commits
  • dba03e9 chore: release main (#1703)
  • bc93160 feat: rank $search results by relevance (#1725)
  • 633db11 test(cqn4sql): refactor calculated elements test suite (#1643)
  • cf6af99 fix(pool): recover lost connection after stale acquire timeout (#1724)
  • c9228a6 chore(deps-dev): bump @​sap/hana-client from 2.29.25 to 2.29.27 in the depende...
  • 1443f85 chore(deps): bump qs from 6.15.3 to 6.16.0 (#1722)
  • 398bacc fix: exclude cds.Vector from wildcard select expansion (#1716)
  • fd98844 fix: INSERT.from(SELECT) used non-existent value (#1565)
  • 01cb981 feat: cache prepare statement for reuse (#1496)
  • 29a45b7 fix(cqn4sql): reject overly nested query expressions instead of crashing (#1712)
  • Additional commits viewable in compare view

Updates @sap/cds from 10.0.6 to 10.1.0

Updates @cap-js/sqlite from 3.0.2 to 3.1.0

Release notes

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

db-service: v3.1.0

3.1.0 (2026-09-07)

Added

Fixed

  • cqn4sql: reject overly nested query expressions instead of crashing (#1712) (29a45b7)
  • don't throw when releasing/destroying a resource that's no longer in the pool (#1696) (5d3b277)
  • exclude cds.Vector from wildcard select expansion (#1716) (398bacc)
  • INSERT.from(SELECT) used non-existent value (#1565) (fd98844)
  • pool: recover lost connection after stale acquire timeout (#1724) (cf6af99)
  • pql groupby path expression (#1700) (82b5e03)

hana: v3.1.0

3.1.0 (2026-09-07)

Added

Fixed

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​cap-js/db-service bumped from ^3.0.1 to ^3.1.0

postgres: v3.1.0

3.1.0 (2026-09-07)

Added

  • Add support for cds.Vector on SQLite and Postgres (#1676) (f0d2203)

... (truncated)

Commits
  • dba03e9 chore: release main (#1703)
  • bc93160 feat: rank $search results by relevance (#1725)
  • 633db11 test(cqn4sql): refactor calculated elements test suite (#1643)
  • cf6af99 fix(pool): recover lost connection after stale acquire timeout (#1724)
  • c9228a6 chore(deps-dev): bump @​sap/hana-client from 2.29.25 to 2.29.27 in the depende...
  • 1443f85 chore(deps): bump qs from 6.15.3 to 6.16.0 (#1722)
  • 398bacc fix: exclude cds.Vector from wildcard select expansion (#1716)
  • fd98844 fix: INSERT.from(SELECT) used non-existent value (#1565)
  • 01cb981 feat: cache prepare statement for reuse (#1496)
  • 29a45b7 fix(cqn4sql): reject overly nested query expressions instead of crashing (#1712)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all-npm-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@sap/cds-dk](https://cap.cloud.sap/) | `10.0.7` | `10.1.0` |
| [@sap/cds-mtxs](https://cap.cloud.sap/) | `4.0.2` | `4.1.0` |
| [@cap-js/hana](https://github.com/cap-js/cds-dbs) | `3.0.2` | `3.1.0` |
| [@sap/cds](https://cap.cloud.sap/) | `10.0.6` | `10.1.0` |
| [@cap-js/sqlite](https://github.com/cap-js/cds-dbs) | `3.0.2` | `3.1.0` |

Bumps the all-npm-dependencies group with 4 updates in the /mtx/sidecar directory: [@sap/cds-mtxs](https://cap.cloud.sap/), [@cap-js/hana](https://github.com/cap-js/cds-dbs), [@sap/cds](https://cap.cloud.sap/) and [@cap-js/sqlite](https://github.com/cap-js/cds-dbs).


Updates `@sap/cds-dk` from 10.0.7 to 10.1.0

Updates `@sap/cds-mtxs` from 4.0.2 to 4.1.0

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

Updates `@sap/cds` from 10.0.6 to 10.1.0

Updates `express` from 4.22.2 to 5.2.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@v4.22.2...v5.2.1)

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

Updates `@sap/cds-mtxs` from 4.0.2 to 4.1.0

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

Updates `@sap/cds` from 10.0.6 to 10.1.0

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

---
updated-dependencies:
- dependency-name: "@sap/cds-dk"
  dependency-version: 10.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-npm-dependencies
- dependency-name: "@sap/cds-mtxs"
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-npm-dependencies
- dependency-name: "@cap-js/hana"
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-npm-dependencies
- dependency-name: "@sap/cds"
  dependency-version: 10.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-npm-dependencies
- dependency-name: express
  dependency-version: 5.2.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-npm-dependencies
- dependency-name: "@cap-js/sqlite"
  dependency-version: 3.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-npm-dependencies
- dependency-name: "@sap/cds-mtxs"
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-npm-dependencies
- dependency-name: "@cap-js/hana"
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-npm-dependencies
- dependency-name: "@sap/cds"
  dependency-version: 10.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-npm-dependencies
- dependency-name: "@cap-js/sqlite"
  dependency-version: 3.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-npm-dependencies
...

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 11, 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