Skip to content

Commit eb76a30

Browse files
committed
Merge remote-tracking branch 'origin/main' into extend-generator-ts-options
* origin/main: (47 commits) feat(deps): bump eslint-plugin-jsdoc from 63.0.10 to 63.0.13 (#6751) feat(deps-dev): bump typedoc from 0.28.19 to 0.28.20 (#6752) feat(deps-dev): bump @types/node from 22.20.0 to 22.20.1 (#6756) feat(deps): bump the codeql group across 1 directory with 3 updates (#6763) chore: Remove devEngines constraint again (#6760) chore: Only allow single pnpm version for dependabot (corepack) (#6761) chore: re-add pnpm-version option (#6762) chore: group codeql action updates (#6759) feat(deps): bump typescript to v6/v7 (#6472) chore: Try to fix dependabot pnpm handling (#6747) chore(deps): bump actions/setup-node in /.github/actions/setup (#6754) chore(deps): bump bignumber.js from 11.1.4 to 11.1.5 (#6749) chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 (#6708) chore(deps-dev): bump @cap-js/sqlite from 2.4.0 to 3.0.2 (#6739) chore(deps-dev): bump @sap/cds-dk from 9.9.2 to 10.0.3 (#6736) fix: destination fetch option XOR typing (#6701) feat: Add agentOptions for configuration (#6725) chore: Rewrite resolution dynamically to avoid artifactory tarballs (#6735) chore: Move to pnpm 11 (#6740) chore(deps-dev): bump @sap/cds from 10.0.2 to 10.0.3 (#6742) ...
2 parents 8b97c5e + 29ec5cc commit eb76a30

206 files changed

Lines changed: 9009 additions & 7952 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/five-boats-share.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@sap-cloud-sdk/openapi-generator': minor
3+
'@sap-cloud-sdk/generator': minor
4+
---
5+
6+
[compat] Transpilation now includes inherited compiler options.

.changeset/free-pans-bow.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@sap-cloud-sdk/connectivity": patch
3+
---
4+
5+
[fix] Refactor HTTP agent cache for better runtime compatibility.
6+

.changeset/giant-paws-rhyme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@sap-cloud-sdk/connectivity": minor
3+
"@sap-cloud-sdk/http-client": minor
4+
---
5+
6+
[feat] A new `agentOptions` property on `Destination` allows configuring the underlying HTTP(S) agent (e.g. `keepAlive`, `timeout`) without constructing an agent manually.

.changeset/late-dodos-drop.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
'@sap-cloud-sdk/openapi-generator': minor
3+
'@sap-cloud-sdk/generator-common': minor
4+
'@sap-cloud-sdk/generator': minor
5+
---
6+
7+
[Compatibility Note] The project has been updated to `typescript` version 6.
8+
Some options are deprecated in TypeScript 6, reference the [breaking changes page](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-6-0.html#breaking-changes-and-deprecations-in-typescript-60) for more details.

.changeset/modern-cycles-learn.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@sap-cloud-sdk/generator': minor
3+
'@sap-cloud-sdk/openapi-generator': minor
4+
---
5+
6+
[fix] Transpilation now resolves `extends` inheritance in tsconfig files, merging base config options with child options taking precedence.

.changeset/tricky-impalas-rush.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@sap-cloud-sdk/connectivity": patch
3+
---
4+
5+
[fix] Fix `DestinationOrFetchOptions` and `HttpDestinationOrFetchOptions` so the `service` key surfaces at the type level.

0 commit comments

Comments
 (0)