Skip to content

Commit 18e6d88

Browse files
committed
Merge branch 'main' of https://github.com/SAP/cloud-sdk-js into I753325-esm-support-oData
2 parents 825ad4b + 5f92ef3 commit 18e6d88

File tree

480 files changed

+12236
-11904
lines changed

Some content is hidden

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

480 files changed

+12236
-11904
lines changed

.github/actions/check-license/index.js

Lines changed: 4011 additions & 4011 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/check-public-api/index.js

Lines changed: 4774 additions & 4728 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
node-version: 22
6666
cache: 'yarn'
6767
- name: REUSE Compliance Check
68-
uses: fsfe/reuse-action@v5
68+
uses: fsfe/reuse-action@v6
6969
- run: yarn install --frozen-lockfile --ignore-engines
7070
- run: yarn lint
7171
name: Static Code Check

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
# Initializes the CodeQL tools for scanning.
4040
- name: Initialize CodeQL
41-
uses: github/codeql-action/init@v3
41+
uses: github/codeql-action/init@v4
4242
with:
4343
languages: ${{ matrix.language }}
4444
config-file: ./.github/codeql/codeql-config.yml
@@ -50,7 +50,7 @@ jobs:
5050
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5151
# If this step fails, then you should remove it and run the build manually (see below)
5252
- name: Autobuild
53-
uses: github/codeql-action/autobuild@v3
53+
uses: github/codeql-action/autobuild@v4
5454

5555
# ℹ️ Command-line programs to run using the OS shell.
5656
# 📚 https://git.io/JvXDl
@@ -64,4 +64,4 @@ jobs:
6464
# make release
6565

6666
- name: Perform CodeQL Analysis
67-
uses: github/codeql-action/analyze@v3
67+
uses: github/codeql-action/analyze@v4

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@
2828

2929
-
3030

31+
# 4.1.2
32+
## Fixed Issues
33+
34+
- [connectivity, http-client, openapi, resilience, util] Update `axios` to `1.12.2` to fix vulnerability to DoS attack. Refer [here](https://github.com/advisories/GHSA-4hjh-wcwx-xvwj) for more details. (011b841)
35+
3136
# 4.1.1
3237
## Fixed Issues
3338

DOCUMENTATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Version: 4.1.1
1+
## Version: 4.1.2
22

33
The SAP Cloud SDK for JavaScript consists of multiple libraries to enable you to write side-by-side extensions on SAP Business Technology Platform.
44

build-packages/changesets-fixed-version-bump/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"semver": "^7.7.2"
2020
},
2121
"devDependencies": {
22-
"@vercel/ncc": "^0.38.3",
22+
"@vercel/ncc": "^0.38.4",
2323
"depcheck": "^1.4.7",
2424
"eslint": "^8.57.1",
2525
"prettier": "^3.6.2",
26-
"typescript": "~5.9.2"
26+
"typescript": "~5.9.3"
2727
}
2828
}

build-packages/check-license/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"@actions/core": "^1.10.1"
1717
},
1818
"devDependencies": {
19-
"@vercel/ncc": "^0.38.3",
19+
"@vercel/ncc": "^0.38.4",
2020
"depcheck": "^1.4.7",
2121
"eslint": "^8.57.0",
2222
"prettier": "^3.6.2",
23-
"typescript": "~5.9.2"
23+
"typescript": "~5.9.3"
2424
}
2525
}

build-packages/check-pr/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"@actions/github": "^6.0.1"
2020
},
2121
"devDependencies": {
22-
"@vercel/ncc": "^0.38.3",
22+
"@vercel/ncc": "^0.38.4",
2323
"depcheck": "^1.4.7",
2424
"eslint": "^8.57.1",
2525
"mock-fs": "^5.5.0",
2626
"prettier": "^3.6.2",
27-
"typescript": "~5.9.2"
27+
"typescript": "~5.9.3"
2828
}
2929
}

build-packages/check-public-api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
"mock-fs": "^5.5.0"
2525
},
2626
"devDependencies": {
27-
"@vercel/ncc": "^0.38.3",
27+
"@vercel/ncc": "^0.38.4",
2828
"depcheck": "^1.4.7",
2929
"eslint": "^8.57.0",
3030
"prettier": "^3.6.2",
31-
"typescript": "~5.9.2"
31+
"typescript": "~5.9.3"
3232
}
3333
}

0 commit comments

Comments
 (0)