Skip to content

Commit 52085ec

Browse files
committed
Merge branch 'feat/openapi-support-setBasePath' of github.com:SAP/cloud-sdk-js into feat/openapi-support-setBasePath
2 parents d46219b + 2df022c commit 52085ec

File tree

31 files changed

+301
-214
lines changed

31 files changed

+301
-214
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
Closes SAP/cloud-sdk-backlog#ISSUENUMBER.
44

5+
- [ ] I know which base branch I chose for this PR, as the default branch is `v3-main` now, which is not for v4 development.
6+
- [ ] If my change will be merged into the `main` branch (for v4), I've updated (V4-Upgrade-Guide.md)[./V4-Upgrade-Guide.md] in case my change has any implications for users updating to SDK v4
7+
58
<!-- Check List:
69
* Tests created/adjusted for your changes.
710
* PR title adheres to [conventional commit guidelines](https://www.conventionalcommits.org).

.github/dependabot.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,24 @@ updates:
1818
# execa v6 needs ESM, see https://github.com/sindresorhus/execa/releases/tag/v6.0.0, we'll stay on v5 until we can use ESM
1919
- dependency-name: 'execa'
2020
update-types: ['version-update:semver-major']
21+
- package-ecosystem: npm
22+
target-branch: v3-main
23+
directory: '/'
24+
schedule:
25+
interval: daily
26+
time: '01:00'
27+
timezone: 'Europe/Berlin'
28+
open-pull-requests-limit: 10
29+
ignore:
30+
# We only want to do major node updates on purpose, so don't create dependabot PRs for major versions
31+
- dependency-name: '@types/node'
32+
update-types: ['version-update:semver-major']
33+
# chalk v5 needs ESM, see https://github.com/chalk/chalk/releases/tag/v5.0.0, we'll stay on v4 until we can use ESM
34+
- dependency-name: 'chalk'
35+
update-types: ['version-update:semver-major']
36+
# execa v6 needs ESM, see https://github.com/sindresorhus/execa/releases/tag/v6.0.0, we'll stay on v5 until we can use ESM
37+
- dependency-name: 'execa'
38+
update-types: ['version-update:semver-major']
2139
- package-ecosystem: 'github-actions'
2240
directory: '/'
2341
schedule:

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: build
33
on:
44
pull_request: ~
55
push:
6-
branches: ['main']
6+
branches: ['v3-main']
77
tags: ['v*']
88
paths-ignore:
99
- 'docs/**'

.github/workflows/bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
with:
1616
token: ${{ secrets.GH_CLOUD_SDK_JS_ADMIN_WRITE_TOKEN }}
17-
ref: 'main'
17+
ref: 'v3-main'
1818

1919
- uses: actions/setup-node@v4
2020
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212
with:
13-
ref: 'main'
13+
ref: 'v3-main'
1414
- uses: actions/setup-node@v4
1515
with:
1616
node-version: 22

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@vercel/ncc": "^0.38.3",
2323
"depcheck": "^1.4.7",
2424
"eslint": "^8.57.1",
25-
"prettier": "^3.4.1",
26-
"typescript": "~5.6.3"
25+
"prettier": "^3.4.2",
26+
"typescript": "~5.7.2"
2727
}
2828
}

build-packages/check-license/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@vercel/ncc": "^0.38.3",
2020
"depcheck": "^1.4.7",
2121
"eslint": "^8.57.0",
22-
"prettier": "^3.4.1",
23-
"typescript": "~5.6.3"
22+
"prettier": "^3.4.2",
23+
"typescript": "~5.7.2"
2424
}
2525
}

build-packages/check-pr/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"depcheck": "^1.4.7",
2424
"eslint": "^8.57.1",
2525
"mock-fs": "^5.3.0",
26-
"prettier": "^3.4.1",
27-
"typescript": "~5.6.3"
26+
"prettier": "^3.4.2",
27+
"typescript": "~5.7.2"
2828
}
2929
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@vercel/ncc": "^0.38.3",
2828
"depcheck": "^1.4.7",
2929
"eslint": "^8.57.0",
30-
"prettier": "^3.4.1",
31-
"typescript": "~5.6.3"
30+
"prettier": "^3.4.2",
31+
"typescript": "~5.7.2"
3232
}
3333
}

build-packages/get-changelog/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@vercel/ncc": "^0.38.3",
2121
"depcheck": "^1.4.7",
2222
"eslint": "^8.57.1",
23-
"prettier": "^3.4.1",
24-
"typescript": "~5.6.3"
23+
"prettier": "^3.4.2",
24+
"typescript": "~5.7.2"
2525
}
2626
}

0 commit comments

Comments
 (0)