generated from SAP/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update of dependencies (#587)
* chore: update dependencies * chore: changeset * chore: update dependencies, min node version to 18
- Loading branch information
1 parent
ec246eb
commit 500d0a0
Showing
20 changed files
with
954 additions
and
709 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
"sap-guided-answers-extension": patch | ||
"@sap/guided-answers-extension-webapp": patch | ||
"@sap/guided-answers-extension-core": patch | ||
"@sap/guided-answers-extension-types": patch | ||
--- | ||
|
||
Update dependencies |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ jobs: | |
strategy: | ||
matrix: | ||
os: [ubuntu-latest, windows-latest] | ||
node-version: [16.x, 18.x, 20.x] | ||
node-version: [18.x, 20.x] | ||
runs-on: ${{ matrix.os }} | ||
timeout-minutes: 15 | ||
steps: | ||
|
@@ -45,7 +45,7 @@ jobs: | |
- name: Run unit tests | ||
run: pnpm run test | ||
- name: Run SonarCloud scan | ||
if: matrix.os == 'ubuntu-latest' && matrix.node-version == '16.x' | ||
if: matrix.os == 'ubuntu-latest' && matrix.node-version == '18.x' | ||
uses: sonarsource/[email protected] | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.ACCESS_PAT }} | ||
|
@@ -77,10 +77,10 @@ jobs: | |
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/pnpm-lock.yaml') }} | ||
restore-keys: | | ||
${{ runner.os }}-build-${{ env.cache-name }}- | ||
- name: Use Node.js 16.x | ||
- name: Use Node.js 18.x | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: 16.x | ||
node-version: 18.x | ||
- name: Install pnpm modules | ||
run: pnpm install | ||
- name: Apply changesets | ||
|
@@ -121,10 +121,10 @@ jobs: | |
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/pnpm-lock.yaml') }} | ||
restore-keys: | | ||
${{ runner.os }}-build-${{ env.cache-name }}- | ||
- name: Use Node.js 16.x | ||
- name: Use Node.js 18.x | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: 16.x | ||
node-version: 18.x | ||
- name: Install pnpm modules | ||
run: pnpm install | ||
- name: Replace placeholder with instrumentation key | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,18 +5,18 @@ | |
"private": true, | ||
"devDependencies": { | ||
"@changesets/cli": "2.27.1", | ||
"@commitlint/cli": "17.8.1", | ||
"@commitlint/config-conventional": "17.8.1", | ||
"@commitlint/cli": "18.4.4", | ||
"@commitlint/config-conventional": "18.4.4", | ||
"@types/jest": "29.5.11", | ||
"@types/node": "16.18.14", | ||
"@types/node": "18.19.6", | ||
"@typescript-eslint/eslint-plugin": "6.18.1", | ||
"@typescript-eslint/parser": "6.18.1", | ||
"changelog-parser": "3.0.1", | ||
"eslint": "8.56.0", | ||
"eslint-config-prettier": "9.1.0", | ||
"eslint-import-resolver-typescript": "3.6.1", | ||
"eslint-plugin-import": "2.29.1", | ||
"eslint-plugin-jsdoc": "46.10.1", | ||
"eslint-plugin-jsdoc": "48.0.2", | ||
"eslint-plugin-prettier": "5.1.3", | ||
"eslint-plugin-promise": "6.1.1", | ||
"eslint-plugin-react": "7.33.2", | ||
|
@@ -46,10 +46,13 @@ | |
"npm": "please-use-pnpm", | ||
"yarn": "please-use-pnpm", | ||
"pnpm": "8.14.0", | ||
"node": ">=16.1.0" | ||
"node": ">=18.x" | ||
}, | ||
"packageManager": "[email protected]", | ||
"pnpm": { | ||
"overrides": {} | ||
"overrides": { | ||
"@babel/traverse@<7.23.2": ">=7.23.2", | ||
"follow-redirects@<1.15.4": ">=1.15.4" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.