Skip to content

Bump the minor-patch group in /ams-cap-nodejs-bookshop with 5 updates - #114

Merged
finkmanAtSap merged 1 commit into
mainfrom
dependabot/npm_and_yarn/ams-cap-nodejs-bookshop/minor-patch-0aa77b6e18
Sep 21, 2026
Merged

finkmanAtSap merged 1 commit into
mainfrom
dependabot/npm_and_yarn/ams-cap-nodejs-bookshop/minor-patch-0aa77b6e18

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the minor-patch group in /ams-cap-nodejs-bookshop with 5 updates:

Package From To
@cap-js/sqlite 3.1.0 3.1.1
@sap/cds 10.1.0 10.1.1
express 4.22.2 4.22.3
@sap/cds-dk 10.1.1 10.1.2
jest 30.5.1 30.5.2

Updates @cap-js/sqlite from 3.1.0 to 3.1.1

Release notes

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

db-service: v3.1.1

3.1.1 (2026-09-15)

Fixed

  • cqn4sql: correctly expand not exists alongside a null-check branch (#1736) (bfb0a01)

Performance Improvements

  • do not use ranked search for static values (#1727) (33fb36b)
  • if explicit order by is specified, do not add ranked search as a secondary clause (33fb36b)

hana: v3.1.1

3.1.1 (2026-09-15)

Fixed

Performance Improvements

  • do not use ranked search for static values (#1727) (33fb36b)
  • if explicit order by is specified, do not add ranked search as a secondary clause (33fb36b)

Dependencies

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

postgres: v3.1.1

3.1.1 (2026-09-15)

Dependencies

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

sqlite: v3.1.1

3.1.1 (2026-09-15)

Dependencies

... (truncated)

Commits
  • 7241d2d chore: release main (#1728)
  • bfb0a01 fix(cqn4sql): correctly expand not exists \<assoc> alongside a null-check br...
  • 960ac9b fix: resolve service projections for upsert (#1735)
  • 33fb36b perf: do not use ranked search for static values (#1727)
  • See full diff in compare view

Updates @sap/cds from 10.1.0 to 10.1.1

Updates express from 4.22.2 to 4.22.3

Changelog

Sourced from express's changelog.

4.22.3

  • Allow conditional revalidation for QUERY requests
    • req.fresh now includes QUERY in the freshness check, so QUERY responses can return 304 when a validator matches
  • deps: qs@~6.16.0
Commits
Maintainer changes

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


Updates @sap/cds-dk from 10.1.1 to 10.1.2

Updates jest from 30.5.1 to 30.5.2

Release notes

Sourced from jest's releases.

v30.5.2

Features

  • [@jest/transform] Strip TypeScript types with Node when no transformer claims a .ts, .mts or .cts file (#16421)

Fixes

  • [jest-core, jest-haste-map, jest-transform] Keep require('../package.json') external when bundling, so jest --version and the transform and haste-map cache keys report the released version instead of the previous one (#16422)
  • [jest-each] Escape a table row's keys before building the $variable interpolation RegExp, so a column name such as count(*) no longer fails the whole table with Invalid regular expression, and a . or | in a column name is matched literally (#16345)
  • [@jest/source-map] Resolve absolute Windows paths in a source map's sources and sourceRoot again, instead of appending them to the transformed file's directory (#16439)

New Contributors

Full Changelog: jestjs/jest@v30.5.1...v30.5.2

Changelog

Sourced from jest's changelog.

30.5.2

Features

  • [@jest/transform] Strip TypeScript types with Node when no transformer claims a .ts, .mts or .cts file (#16421)

Fixes

  • [jest-core, jest-haste-map, jest-transform] Keep require('../package.json') external when bundling, so jest --version and the transform and haste-map cache keys report the released version instead of the previous one (#16422)
  • [jest-each] Escape a table row's keys before building the $variable interpolation RegExp, so a column name such as count(*) no longer fails the whole table with Invalid regular expression, and a . or | in a column name is matched literally (#16345)
  • [@jest/source-map] Resolve absolute Windows paths in a source map's sources and sourceRoot again, instead of appending them to the transformed file's directory (#16439)
Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
express [>= 5.a, < 6]

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 minor-patch group in /ams-cap-nodejs-bookshop with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@cap-js/sqlite](https://github.com/cap-js/cds-dbs) | `3.1.0` | `3.1.1` |
| [@sap/cds](https://cap.cloud.sap/) | `10.1.0` | `10.1.1` |
| [express](https://github.com/expressjs/express) | `4.22.2` | `4.22.3` |
| [@sap/cds-dk](https://cap.cloud.sap/) | `10.1.1` | `10.1.2` |
| [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `30.5.1` | `30.5.2` |


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

Updates `@sap/cds` from 10.1.0 to 10.1.1

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

Updates `@sap/cds-dk` from 10.1.1 to 10.1.2

Updates `jest` from 30.5.1 to 30.5.2
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.5.2/packages/jest)

---
updated-dependencies:
- dependency-name: "@cap-js/sqlite"
  dependency-version: 3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: "@sap/cds"
  dependency-version: 10.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: express
  dependency-version: 4.22.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: "@sap/cds-dk"
  dependency-version: 10.1.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: jest
  dependency-version: 30.5.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 21, 2026
@finkmanAtSap
finkmanAtSap merged commit 018deed into main Sep 21, 2026
5 checks passed
@finkmanAtSap
finkmanAtSap deleted the dependabot/npm_and_yarn/ams-cap-nodejs-bookshop/minor-patch-0aa77b6e18 branch September 21, 2026 14:44
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.

1 participant