Skip to content

Commit b1bfda1

Browse files
committed
Merge remote-tracking branch 'origin/main' into dependabot/npm_and_yarn/main/typescript-6.0.2
* origin/main: (63 commits) 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) fix: Refactor HTTP agent cache for better runtime compatibility. (#6695) chore(deps): bump typescript-eslint from 8.62.0 to 8.62.1 (#6738) chore(deps): bump js-yaml from 5.2.0 to 5.2.1 (#6737) chore(deps): bump prettier from 3.9.1 to 3.9.4 (#6734) chore(deps): bump @typescript-eslint/parser from 8.62.0 to 8.62.1 (#6733) chore(deps-dev): bump @vercel/ncc from 0.38.4 to 0.44.1 (#6729) chore(deps): bump fs-extra from 11.3.5 to 11.3.6 (#6730) fix: Include extended compiler options in tsconfig (#6726) chore(deps-dev): bump openapi-backend from 5.17.0 to 5.18.0 (#6724) chore(deps-dev): bump eslint from 10.5.0 to 10.6.0 (#6723) chore: Fix lockfile (#6727) chore(deps): bump axios from 1.18.0 to 1.18.1 (#6720) chore(deps): bump prettier from 3.8.4 to 3.8.5 (#6721) chore(deps): bump eslint-plugin-jsdoc from 63.0.7 to 63.0.9 (#6719) chore(deps-dev): bump @sap/cds from 9.9.1 to 10.0.1 (#6698) chore(deps): bump js-yaml from 4.2.0 to 5.1.0 (#6712) ...
2 parents 94fc58c + 32aab37 commit b1bfda1

99 files changed

Lines changed: 8885 additions & 8140 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/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.

0 commit comments

Comments
 (0)