Skip to content

Commit b1dc05c

Browse files
authored
Merge branch 'main' into playground-add-precision
2 parents 94b6437 + 5119580 commit b1dc05c

File tree

13 files changed

+334
-196
lines changed

13 files changed

+334
-196
lines changed

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@sap-cloud-sdk/util": "^3.22.2",
2121
"@sap-cloud-sdk/generator-common": "^3.22.2",
2222
"@types/mock-fs": "^4.13.4",
23-
"glob": "^10.4.3",
23+
"glob": "^11.0.1",
2424
"mock-fs": "^5.3.0"
2525
},
2626
"devDependencies": {

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,21 +95,21 @@
9595
"@types/jsonwebtoken": "^9.0.7",
9696
"@types/license-checker": "^25.0.6",
9797
"@types/mock-fs": "^4.13.4",
98-
"@types/node": "^22.0.0",
98+
"@types/node": "^22.10.7",
9999
"@types/uuid": "^10.0.0",
100100
"@types/voca": "^1.4.6",
101101
"axios": "^1.7.9",
102102
"cross-env": "7.0.3",
103103
"depcheck": "^1.4.7",
104104
"eslint": "^8.57.1",
105105
"execa": "^5.0.0",
106-
"glob": "^10.4.3",
106+
"glob": "^11.0.1",
107107
"jest": "^29.7.0",
108108
"jest-junit": "^16.0.0",
109109
"license-checker": "^25.0.1",
110110
"madge": "^8.0.0",
111111
"prettier": "^3.4.2",
112-
"puppeteer": "^23.11.1",
112+
"puppeteer": "^24.1.0",
113113
"semver": "^7.6.3",
114114
"ts-jest": "^29.2.5",
115115
"ts-node": "^10.9.2",

packages/connectivity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@sap-cloud-sdk/resilience": "^3.24.0",
4040
"@sap-cloud-sdk/util": "^3.24.0",
4141
"@sap/xsenv": "^5.4.0",
42-
"@sap/xssec": "^4.2.7",
42+
"@sap/xssec": "^4.2.8",
4343
"async-retry": "^1.3.3",
4444
"axios": "^1.7.9",
4545
"jsonwebtoken": "^9.0.2"

packages/eslint-config/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@
2525
"readme": "ts-node ../../scripts/replace-common-readme.ts"
2626
},
2727
"dependencies": {
28-
"@eslint/js": "^9.17.0",
29-
"@stylistic/eslint-plugin": "^2.12.1",
28+
"@eslint/js": "^9.18.0",
29+
"@stylistic/eslint-plugin": "^2.13.0",
3030
"@typescript-eslint/parser": "^8.16.0",
31-
"eslint-config-prettier": "^9.1.0",
31+
"eslint-config-prettier": "^10.0.1",
3232
"eslint-import-resolver-typescript": "^3.7.0",
3333
"eslint-plugin-import": "^2.31.0",
3434
"eslint-plugin-jsdoc": "^50.6.1",
35-
"eslint-plugin-prettier": "^5.2.1",
35+
"eslint-plugin-prettier": "^5.2.2",
3636
"eslint-plugin-regex": "^1.10.0",
3737
"eslint-plugin-unused-imports": "^4.1.4",
38-
"typescript-eslint": "^8.19.1"
38+
"typescript-eslint": "^8.20.0"
3939
},
4040
"peerDependencies": {
4141
"eslint": "^8.0.0"

packages/generator-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@sap-cloud-sdk/util": "^3.24.0",
4040
"fast-levenshtein": "~3.0.0",
4141
"fs-extra": "^11.2.0",
42-
"glob": "^10.4.3",
42+
"glob": "^11.0.1",
4343
"typescript": "~5.7.3",
4444
"prettier": "^3.4.2",
4545
"yargs": "^17.7.2",

packages/mail-client/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
> [!caution]
77
> This package has been deprecated and is no longer maintained.
88
> Use at your own risk.
9+
>
10+
> Alternatively, you can use the SAP Cloud SDK to fetch a mail destination and send the mail yourself.
11+
> This can be done, for example, by reading the SAP BTP [documentation](https://help.sap.com/docs/connectivity/sap-btp-connectivity-cf/using-tcp-protocol-for-cloud-applications?locale=en-US) or by copying the existing SAP Cloud SDK [source code](https://github.com/SAP/cloud-sdk-js/tree/v3-main/packages/mail-client/src) (just 2 files).
912
1013

1114
# @sap-cloud-sdk/mail-client

packages/odata-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@sap-cloud-sdk/util": "^3.24.0",
4242
"bignumber.js": "^9.1.2",
4343
"moment": "^2.30.1",
44-
"uuid": "^11.0.4",
44+
"uuid": "^11.0.5",
4545
"voca": "^1.4.1"
4646
},
4747
"devDependencies": {

packages/odata-v2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@sap-cloud-sdk/util": "^3.24.0",
4343
"bignumber.js": "^9.1.2",
4444
"moment": "^2.30.1",
45-
"uuid": "^11.0.4"
45+
"uuid": "^11.0.5"
4646
},
4747
"devDependencies": {
4848
"@sap-cloud-sdk/test-services-odata-v2": "^3.24.0",

packages/odata-v4/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@sap-cloud-sdk/util": "^3.24.0",
4343
"bignumber.js": "^9.1.2",
4444
"moment": "^2.30.1",
45-
"uuid": "^11.0.4"
45+
"uuid": "^11.0.5"
4646
},
4747
"devDependencies": {
4848
"@sap-cloud-sdk/test-services-odata-v4": "^3.24.0",

0 commit comments

Comments
 (0)