Skip to content

chore(deps-dev): Bump @cap-js/cds-types from 0.11.0 to 0.17.0 in the development-dependencies group across 1 directory#629

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/development-dependencies-bfd0900b48
Closed

chore(deps-dev): Bump @cap-js/cds-types from 0.11.0 to 0.17.0 in the development-dependencies group across 1 directory#629
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/development-dependencies-bfd0900b48

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor

Bumps the development-dependencies group with 1 update in the / directory: @cap-js/cds-types.

Updates @cap-js/cds-types from 0.11.0 to 0.17.0

Release notes

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

v0.17.0

Added

  • Types for nested .where and .having predicates
  • Passing events generated by cds-typer into service.on now offers code completion for the event's properties in the handler
  • Allow all events that can be used in service.on to be used in service.once as well

Changed

  • ResultHandler now returns unknown instead of void, to accommodate asynchronous functions when having @typescript-eslint/strict-void-return activated
  • Documentation for cds.test.axios mentioning that @cap-js/cds-test@1 now returns an axios facade in absence of axios.
  • made cds.context.locale optional
  • cds.tx(ƒ) now returns the return type of ƒ

Deprecated

  • cds.test.chai, cds.test.assert pointing to either cds.test.expect or a custom import of chai.
  • cds.test.axios in favor of cds.test.defaults

Removed

Fixed

Security

v0.16.0

Added

  • Added Request.messages, Request.errors and Request.results
  • Types for SELECT.stream()
  • service.actions

Changed

Deprecated

  • service.operations
  • Undocumented service.entities(), service.events(), service.types(), and service.operations()

Removed

Fixed

  • Types for req.error() et al.
  • Types for cds.error()
  • Type for cds.middlewares.before

Security

v0.15.0

Added

  • Allow array-like params in CQN.expr via { list: [...] } syntax
  • Types for cds.error()
  • GetRequest and PostRequest types

Changed

Deprecated

Removed

Fixed

Security

v0.14.0

Added

  • Types for alpha task scheduling API

... (truncated)

Changelog

Sourced from @​cap-js/cds-types's changelog.

[0.17.0] - 2026-05-11

Added

  • Types for nested .where and .having predicates
  • Passing events generated by cds-typer into service.on now offers code completion for the event's properties in the handler
  • Allow all events that can be used in service.on to be used in service.once as well

Changed

  • ResultHandler now returns unknown instead of void, to accommodate asynchronous functions when having @typescript-eslint/strict-void-return activated
  • Documentation for cds.test.axios mentioning that @cap-js/cds-test@1 now returns an axios facade in absence of axios.
  • made cds.context.locale optional
  • cds.tx(ƒ) now returns the return type of ƒ

Deprecated

  • cds.test.chai, cds.test.assert pointing to either cds.test.expect or a custom import of chai.
  • cds.test.axios in favor of cds.test.defaults

Removed

Fixed

Security

[0.16.0] - 2026-02-09

Added

  • Added Request.messages, Request.errors and Request.results
  • Types for SELECT.stream()
  • service.actions

Changed

Deprecated

  • service.operations
  • Undocumented service.entities(), service.events(), service.types(), and service.operations()

Removed

Fixed

  • Types for req.error() et al.
  • Types for cds.error()
  • Type for cds.middlewares.before

Security

[0.15.0] - 2025-09-26

Added

  • Allow array-like params in CQN.expr via { list: [...] } syntax
  • Types for cds.error()
  • GetRequest and PostRequest types

Changed

Deprecated

Removed

Fixed

Security

... (truncated)

Commits
  • 5c4e0a0 chore(version): minor version 0.17.0 (#554)
  • 0b9140c build(deps-dev): bump fast-uri from 3.1.0 to 3.1.2 (#552)
  • f9c9a86 build(deps-dev): bump axios from 1.15.1 to 1.16.0 (#551)
  • fe0045f fix: add missing once events (#550)
  • 8358aff Revert "Allow on events in once"
  • 4d70141 Allow on events in once
  • 2d54f7a feat: Add code completion for custom events in handlers (#547)
  • 662aeb7 fix(test): add cds.test.defaults, deprecate .axios (#545)
  • adcf9ba feat: Strong type where condition predicates (#503)
  • 0111641 fix: signature of cds.tx (#544)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​cap-js/cds-types since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 22, 2026
Bumps the development-dependencies group with 1 update in the / directory: [@cap-js/cds-types](https://github.com/cap-js/cds-types).


Updates `@cap-js/cds-types` from 0.11.0 to 0.17.0
- [Release notes](https://github.com/cap-js/cds-types/releases)
- [Changelog](https://github.com/cap-js/cds-types/blob/main/CHANGELOG.md)
- [Commits](cap-js/cds-types@v0.11.0...v0.17.0)

---
updated-dependencies:
- dependency-name: "@cap-js/cds-types"
  dependency-version: 0.17.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps-dev): Bump @cap-js/cds-types from 0.11.0 to 0.17.0 in the development-dependencies group chore(deps-dev): Bump @cap-js/cds-types from 0.11.0 to 0.17.0 in the development-dependencies group across 1 directory Jun 22, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/development-dependencies-bfd0900b48 branch from 61a84bb to be58325 Compare June 22, 2026 12:17
@dependabot @github

dependabot Bot commented on behalf of github Jun 30, 2026

Copy link
Copy Markdown
Contributor Author

Looks like @cap-js/cds-types is updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 30, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/development-dependencies-bfd0900b48 branch June 30, 2026 12:53
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