Skip to content

Bump uuid, @sap-cloud-sdk/odata-v2 and @sap-cloud-sdk/generator in /src/api#190

Merged
MartinPankraz merged 1 commit into
mainfrom
dependabot/npm_and_yarn/src/api/multi-6061aed1ef
Jun 19, 2026
Merged

Bump uuid, @sap-cloud-sdk/odata-v2 and @sap-cloud-sdk/generator in /src/api#190
MartinPankraz merged 1 commit into
mainfrom
dependabot/npm_and_yarn/src/api/multi-6061aed1ef

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Removes uuid. It's no longer used after updating ancestor dependencies uuid, @sap-cloud-sdk/odata-v2 and @sap-cloud-sdk/generator. These dependencies need to be updated together.

Removes uuid

Updates @sap-cloud-sdk/odata-v2 from 3.0.1 to 4.7.0

Release notes

Sourced from @​sap-cloud-sdk/odata-v2's releases.

v4.7.0

Compatibility Notes

  • [connectivity] IAS tokens are now cached via @sap/xssec. @sap/xssec uses an LRU cache limited to 100 items, previously this cache was unbound. (9102f18)
  • [eslint-config] Replaced eslint-plugin-import with eslint-plugin-import-x. Please ensure that you have eslint-plugin-import-x installed. (9cbf19d)

New Features

  • [connectivity] Add createDestinationFromIasService() convenience function to build IAS-backed destinations. This function aims to offer more convenience for obtaining IAS-backed destinations outside SAP BTP-environments. (9102f18)
  • [connectivity] Add getIasToken() convenience function to fetch IAS token. This function aims to offer more convenience for obtaining IAS tokens outside SAP BTP-environments. (9102f18)

Fixed Issues

  • [connectivity] Avoid caching JWT if forwardAuthToken is set to true.
    • @​sap-cloud-sdk/resilience@​4.7.0
    • @​sap-cloud-sdk/util@​4.7.0 (df84426)
  • [http-client] Warn when the CSRF token fetch URL has a different host than the request URL, as sensitive headers would be forwarded to the cross-host endpoint. (67e1c53)

Improvements

  • [connectivity, http-client] Cache custom http and https agents and enable the keep-alive option by default. (d54ba5a)
  • [connectivity, http-client] Use node's global http/https agent unless a custom agent is required by the destination configuration. (d54ba5a)

v4.6.0

Compatibility Notes

  • [util] Deprecate unixEOL and webEOL. Use '\n' or '\r\n' respectively. (a6c8ff6)

Fixed Issues

  • [connectivity] Destinations with authentication type "SAMLAssertion" are no longer cached, even if caching is enabled. (see SAP/cloud-sdk-js#6396) (0800e7a)
  • [connectivity] Support TrustStoreLocation for OAuth2ClientCredentials destinations. (8637346)
  • [connectivity] Extend isDestinationFetchOptions to check service property. (259d8ad)
  • [http-client] Improve handling of missing zlib-module in the compress() middleware and lazy-load it only when needed. To compress requests in the browser, ensure that a suitable polyfill is provided. (7ea34ce)

v4.5.1

Fixed Issues

  • [eslint-config] Correct formatting in ESLint flat-config (330230c)

v4.5.0

Compatibility Notes

  • [connectivity] Update @sap/xssec to version 4.12.2 with changed XSUAA URL behavior. When fetching XSUAA tokens with zone ID (multi-tenant scenarios), xssec now uses the base domain without a tenant subdomain prefix. (02d1302)

... (truncated)

Changelog

Sourced from @​sap-cloud-sdk/odata-v2's changelog.

4.7.0

Patch Changes

  • Updated dependencies [9102f18]
  • Updated dependencies [d54ba5a]
  • Updated dependencies [df84426]
  • Updated dependencies [9102f18]
  • Updated dependencies [d54ba5a]
  • Updated dependencies [67e1c53]
  • Updated dependencies [9102f18]
    • @​sap-cloud-sdk/connectivity@​4.7.0
    • @​sap-cloud-sdk/http-client@​4.7.0
    • @​sap-cloud-sdk/odata-common@​4.7.0
    • @​sap-cloud-sdk/util@​4.7.0

4.6.0

Patch Changes

  • Updated dependencies [7ea34ce]
  • Updated dependencies [8637346]
  • Updated dependencies [259d8ad]
  • Updated dependencies [a6c8ff6]
  • Updated dependencies [0800e7a]
    • @​sap-cloud-sdk/http-client@​4.6.0
    • @​sap-cloud-sdk/connectivity@​4.6.0
    • @​sap-cloud-sdk/util@​4.6.0
    • @​sap-cloud-sdk/odata-common@​4.6.0

4.5.1

Patch Changes

  • @​sap-cloud-sdk/connectivity@​4.5.1
  • @​sap-cloud-sdk/http-client@​4.5.1
  • @​sap-cloud-sdk/odata-common@​4.5.1
  • @​sap-cloud-sdk/util@​4.5.1

4.5.0

Patch Changes

  • Updated dependencies [cbed72f]
  • Updated dependencies [02d1302]
  • Updated dependencies [f5715de]
  • Updated dependencies [962cdcb]
    • @​sap-cloud-sdk/http-client@​4.5.0
    • @​sap-cloud-sdk/connectivity@​4.5.0
    • @​sap-cloud-sdk/odata-common@​4.5.0

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​sap-cloud-sdk/odata-v2 since your current version.


Updates @sap-cloud-sdk/generator from 3.0.1 to 4.7.0

Release notes

Sourced from @​sap-cloud-sdk/generator's releases.

v4.7.0

Compatibility Notes

  • [connectivity] IAS tokens are now cached via @sap/xssec. @sap/xssec uses an LRU cache limited to 100 items, previously this cache was unbound. (9102f18)
  • [eslint-config] Replaced eslint-plugin-import with eslint-plugin-import-x. Please ensure that you have eslint-plugin-import-x installed. (9cbf19d)

New Features

  • [connectivity] Add createDestinationFromIasService() convenience function to build IAS-backed destinations. This function aims to offer more convenience for obtaining IAS-backed destinations outside SAP BTP-environments. (9102f18)
  • [connectivity] Add getIasToken() convenience function to fetch IAS token. This function aims to offer more convenience for obtaining IAS tokens outside SAP BTP-environments. (9102f18)

Fixed Issues

  • [connectivity] Avoid caching JWT if forwardAuthToken is set to true.
    • @​sap-cloud-sdk/resilience@​4.7.0
    • @​sap-cloud-sdk/util@​4.7.0 (df84426)
  • [http-client] Warn when the CSRF token fetch URL has a different host than the request URL, as sensitive headers would be forwarded to the cross-host endpoint. (67e1c53)

Improvements

  • [connectivity, http-client] Cache custom http and https agents and enable the keep-alive option by default. (d54ba5a)
  • [connectivity, http-client] Use node's global http/https agent unless a custom agent is required by the destination configuration. (d54ba5a)

v4.6.0

Compatibility Notes

  • [util] Deprecate unixEOL and webEOL. Use '\n' or '\r\n' respectively. (a6c8ff6)

Fixed Issues

  • [connectivity] Destinations with authentication type "SAMLAssertion" are no longer cached, even if caching is enabled. (see SAP/cloud-sdk-js#6396) (0800e7a)
  • [connectivity] Support TrustStoreLocation for OAuth2ClientCredentials destinations. (8637346)
  • [connectivity] Extend isDestinationFetchOptions to check service property. (259d8ad)
  • [http-client] Improve handling of missing zlib-module in the compress() middleware and lazy-load it only when needed. To compress requests in the browser, ensure that a suitable polyfill is provided. (7ea34ce)

v4.5.1

Fixed Issues

  • [eslint-config] Correct formatting in ESLint flat-config (330230c)

v4.5.0

Compatibility Notes

  • [connectivity] Update @sap/xssec to version 4.12.2 with changed XSUAA URL behavior. When fetching XSUAA tokens with zone ID (multi-tenant scenarios), xssec now uses the base domain without a tenant subdomain prefix. (02d1302)

... (truncated)

Changelog

Sourced from @​sap-cloud-sdk/generator's changelog.

4.7.0

Patch Changes

  • @​sap-cloud-sdk/generator-common@​4.7.0
  • @​sap-cloud-sdk/odata-common@​4.7.0
  • @​sap-cloud-sdk/odata-v2@​4.7.0
  • @​sap-cloud-sdk/odata-v4@​4.7.0
  • @​sap-cloud-sdk/util@​4.7.0

4.6.0

Patch Changes

  • Updated dependencies [a6c8ff6]
    • @​sap-cloud-sdk/util@​4.6.0
    • @​sap-cloud-sdk/generator-common@​4.6.0
    • @​sap-cloud-sdk/odata-common@​4.6.0
    • @​sap-cloud-sdk/odata-v2@​4.6.0
    • @​sap-cloud-sdk/odata-v4@​4.6.0

4.5.1

Patch Changes

  • @​sap-cloud-sdk/generator-common@​4.5.1
  • @​sap-cloud-sdk/odata-common@​4.5.1
  • @​sap-cloud-sdk/odata-v2@​4.5.1
  • @​sap-cloud-sdk/odata-v4@​4.5.1
  • @​sap-cloud-sdk/util@​4.5.1

4.5.0

Patch Changes

  • @​sap-cloud-sdk/generator-common@​4.5.0
  • @​sap-cloud-sdk/odata-common@​4.5.0
  • @​sap-cloud-sdk/odata-v2@​4.5.0
  • @​sap-cloud-sdk/odata-v4@​4.5.0
  • @​sap-cloud-sdk/util@​4.5.0

4.4.0

Patch Changes

  • @​sap-cloud-sdk/generator-common@​4.4.0
  • @​sap-cloud-sdk/odata-common@​4.4.0
  • @​sap-cloud-sdk/odata-v2@​4.4.0
  • @​sap-cloud-sdk/odata-v4@​4.4.0
  • @​sap-cloud-sdk/util@​4.4.0

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​sap-cloud-sdk/generator since your current version.


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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [uuid](https://github.com/uuidjs/uuid). It's no longer used after updating ancestor dependencies [uuid](https://github.com/uuidjs/uuid), [@sap-cloud-sdk/odata-v2](https://github.com/SAP/cloud-sdk-js/tree/HEAD/packages/odata-v2) and [@sap-cloud-sdk/generator](https://github.com/SAP/cloud-sdk-js/tree/HEAD/packages/generator). These dependencies need to be updated together.


Removes `uuid`

Updates `@sap-cloud-sdk/odata-v2` from 3.0.1 to 4.7.0
- [Release notes](https://github.com/SAP/cloud-sdk-js/releases)
- [Changelog](https://github.com/SAP/cloud-sdk-js/blob/main/packages/odata-v2/CHANGELOG.md)
- [Commits](https://github.com/SAP/cloud-sdk-js/commits/v4.7.0/packages/odata-v2)

Updates `@sap-cloud-sdk/generator` from 3.0.1 to 4.7.0
- [Release notes](https://github.com/SAP/cloud-sdk-js/releases)
- [Changelog](https://github.com/SAP/cloud-sdk-js/blob/main/packages/generator/CHANGELOG.md)
- [Commits](https://github.com/SAP/cloud-sdk-js/commits/v4.7.0/packages/generator)

---
updated-dependencies:
- dependency-name: uuid
  dependency-version:
  dependency-type: indirect
- dependency-name: "@sap-cloud-sdk/odata-v2"
  dependency-version: 4.7.0
  dependency-type: direct:production
- dependency-name: "@sap-cloud-sdk/generator"
  dependency-version: 4.7.0
  dependency-type: direct:development
...

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 Jun 15, 2026
@MartinPankraz MartinPankraz merged commit daaab24 into main Jun 19, 2026
1 check passed
@MartinPankraz MartinPankraz deleted the dependabot/npm_and_yarn/src/api/multi-6061aed1ef branch June 19, 2026 07:03
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