Skip to content

Commit

Permalink
chore(deps): Bump the sap-cloud-sdk group with 6 updates (#59)
Browse files Browse the repository at this point in the history
Bumps the sap-cloud-sdk group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@sap-cloud-sdk/eslint-config](https://github.com/SAP/cloud-sdk-js) | `3.17.0` | `3.18.0` |
| [@sap-cloud-sdk/connectivity](https://github.com/SAP/cloud-sdk-js) | `3.17.0` | `3.18.0` |
| [@sap-cloud-sdk/http-client](https://github.com/SAP/cloud-sdk-js) | `3.17.0` | `3.18.0` |
| [@sap-cloud-sdk/openapi](https://github.com/SAP/cloud-sdk-js) | `3.17.0` | `3.18.0` |
| [@sap-cloud-sdk/util](https://github.com/SAP/cloud-sdk-js) | `3.17.0` | `3.18.0` |
| [@sap-cloud-sdk/openapi-generator](https://github.com/SAP/cloud-sdk-js) | `3.17.0` | `3.18.0` |


Updates `@sap-cloud-sdk/eslint-config` from 3.17.0 to 3.18.0
- [Release notes](https://github.com/SAP/cloud-sdk-js/releases)
- [Changelog](https://github.com/SAP/cloud-sdk-js/blob/main/CHANGELOG.md)
- [Commits](SAP/cloud-sdk-js@v3.17.0...v3.18.0)

Updates `@sap-cloud-sdk/connectivity` from 3.17.0 to 3.18.0
- [Release notes](https://github.com/SAP/cloud-sdk-js/releases)
- [Changelog](https://github.com/SAP/cloud-sdk-js/blob/main/CHANGELOG.md)
- [Commits](SAP/cloud-sdk-js@v3.17.0...v3.18.0)

Updates `@sap-cloud-sdk/http-client` from 3.17.0 to 3.18.0
- [Release notes](https://github.com/SAP/cloud-sdk-js/releases)
- [Changelog](https://github.com/SAP/cloud-sdk-js/blob/main/CHANGELOG.md)
- [Commits](SAP/cloud-sdk-js@v3.17.0...v3.18.0)

Updates `@sap-cloud-sdk/openapi` from 3.17.0 to 3.18.0
- [Release notes](https://github.com/SAP/cloud-sdk-js/releases)
- [Changelog](https://github.com/SAP/cloud-sdk-js/blob/main/CHANGELOG.md)
- [Commits](SAP/cloud-sdk-js@v3.17.0...v3.18.0)

Updates `@sap-cloud-sdk/util` from 3.17.0 to 3.18.0
- [Release notes](https://github.com/SAP/cloud-sdk-js/releases)
- [Changelog](https://github.com/SAP/cloud-sdk-js/blob/main/CHANGELOG.md)
- [Commits](SAP/cloud-sdk-js@v3.17.0...v3.18.0)

Updates `@sap-cloud-sdk/openapi-generator` from 3.17.0 to 3.18.0
- [Release notes](https://github.com/SAP/cloud-sdk-js/releases)
- [Changelog](https://github.com/SAP/cloud-sdk-js/blob/main/CHANGELOG.md)
- [Commits](SAP/cloud-sdk-js@v3.17.0...v3.18.0)

---
updated-dependencies:
- dependency-name: "@sap-cloud-sdk/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: sap-cloud-sdk
- dependency-name: "@sap-cloud-sdk/connectivity"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sap-cloud-sdk
- dependency-name: "@sap-cloud-sdk/http-client"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sap-cloud-sdk
- dependency-name: "@sap-cloud-sdk/openapi"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sap-cloud-sdk
- dependency-name: "@sap-cloud-sdk/util"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sap-cloud-sdk
- dependency-name: "@sap-cloud-sdk/openapi-generator"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: sap-cloud-sdk
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 8, 2024
1 parent fd4e8d2 commit 58894ef
Show file tree
Hide file tree
Showing 4 changed files with 91 additions and 127 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
},
"devDependencies": {
"@changesets/cli": "^2.27.7",
"@sap-cloud-sdk/eslint-config": "^3.17.0",
"@sap-cloud-sdk/connectivity": "^3.17.0",
"@sap-cloud-sdk/http-client": "^3.17.0",
"@sap-cloud-sdk/eslint-config": "^3.18.0",
"@sap-cloud-sdk/connectivity": "^3.18.0",
"@sap-cloud-sdk/http-client": "^3.18.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.14",
"eslint": "^9.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ai-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"lint:fix": "eslint . --fix && prettier . --config ../../.prettierrc --ignore-path ../../.prettierignore -w --log-level error"
},
"dependencies": {
"@sap-cloud-sdk/openapi": "^3.17.0"
"@sap-cloud-sdk/openapi": "^3.18.0"
},
"devDependencies": {
"typescript": "^5.5.4"
Expand Down
8 changes: 4 additions & 4 deletions packages/gen-ai-hub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"generate": "openapi-generator -i ./src/orchestration/spec/ -o ./src/orchestration/client"
},
"dependencies": {
"@sap-cloud-sdk/http-client": "^3.17.0",
"@sap-cloud-sdk/connectivity": "^3.17.0",
"@sap-cloud-sdk/util": "^3.17.0"
"@sap-cloud-sdk/http-client": "^3.18.0",
"@sap-cloud-sdk/connectivity": "^3.18.0",
"@sap-cloud-sdk/util": "^3.18.0"
},
"devDependencies": {
"@sap-cloud-sdk/openapi-generator": "^3.17.0",
"@sap-cloud-sdk/openapi-generator": "^3.18.0",
"typescript": "^5.5.4",
"nock": "^13.5.4"
}
Expand Down
Loading

0 comments on commit 58894ef

Please sign in to comment.