-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make HttpRequestOptions accept 'headers' parameter when Axios request. #3211
Conversation
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
1 similar comment
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "@singleton-i18n/js-core-sdk-server", | |||
"version": "0.5.7", | |||
"version": "0.5.8", |
Check notice
Code scanning / Tslint (reported by Codacy)
" should be ' Note
@@ -54,6 +54,15 @@ | |||
"webpack-cli": "^3.3.0" | |||
}, | |||
"changelogHistory": [ | |||
{ | |||
"date": "11/11/24", | |||
"version": "0.5.8", |
Check notice
Code scanning / Tslint (reported by Codacy)
" should be ' Note
{ | ||
"date": "11/11/24", | ||
"version": "0.5.8", | ||
"notes": [ |
Check notice
Code scanning / Tslint (reported by Codacy)
" should be ' Note
"version": "0.5.8", | ||
"notes": [ | ||
{ | ||
"description": "Make HttpRequestOptions accept 'headers' parameter when Axios request." |
Check notice
Code scanning / Tslint (reported by Codacy)
" should be ' Note
68e8046
to
c701d5c
Compare
codacy-analysis-cli: | ||
name: Codacy Analysis CLI | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@main | ||
- name: Run Codacy Analysis CLI | ||
uses: codacy/codacy-analysis-cli-action@master | ||
uses: codacy/codacy-analysis-cli-action@master |
Check warning
Code scanning / Semgrep (reported by Codacy)
An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release. Warning
bed566d
to
c86e663
Compare
882398d
to
14f0cda
Compare
@@ -10,7 +10,7 @@ | |||
"load-translation": "load-translation --directory `pwd`/src/sources --product CoreSDKClient --component ui --host http://localhost:8091 --version 1.0 --languages zh,en" | |||
}, | |||
"dependencies": { | |||
"@singleton-i18n/js-core-sdk": "file:../../../singleton-i18n-js-core-sdk-0.5.7.tgz", | |||
"@singleton-i18n/js-core-sdk": "file:../../../singleton-i18n-js-core-sdk-0.5.8.tgz", |
Check notice
Code scanning / Tslint (reported by Codacy)
" should be ' Note
"jest": "^24.9.0", | ||
"webpack": "^4.39.1", | ||
"webpack-cli": "^3.3.6" | ||
"jest": "^29.7.0", |
Check notice
Code scanning / Tslint (reported by Codacy)
" should be ' Note
"webpack": "^4.39.1", | ||
"webpack-cli": "^3.3.6" | ||
"jest": "^29.7.0", | ||
"webpack": "^5.96.1", |
Check notice
Code scanning / Tslint (reported by Codacy)
" should be ' Note
"webpack-cli": "^3.3.6" | ||
"jest": "^29.7.0", | ||
"webpack": "^5.96.1", | ||
"webpack-cli": "^5.1.4" |
Check notice
Code scanning / Tslint (reported by Codacy)
" should be ' Note
@@ -8,7 +8,7 @@ | |||
"collect-source-bundle": "collect-source-bundle --source-dir `pwd`/i18n --product NodeSample --component NodeJS --host http://localhost:8091 --version 1.0" | |||
}, | |||
"dependencies": { | |||
"@singleton-i18n/js-core-sdk-server": "file:../../../singleton-i18n-js-core-sdk-server-0.5.7.tgz", | |||
"@singleton-i18n/js-core-sdk-server": "file:../../../singleton-i18n-js-core-sdk-server-0.5.8.tgz", |
Check notice
Code scanning / Tslint (reported by Codacy)
" should be ' Note
14f0cda
to
2eb32c1
Compare
@@ -42,18 +42,26 @@ | |||
"@types/node": "^10.11.7", | |||
"awesome-typescript-loader": "^5.2.1", | |||
"axios": "^0.21.1", | |||
"jest": "^24.5.0", | |||
"ts-jest": "^24.0.0", | |||
"jest": "^29.7.0", |
Check notice
Code scanning / Tslint (reported by Codacy)
" should be ' Note
"jest": "^24.5.0", | ||
"ts-jest": "^24.0.0", | ||
"jest": "^29.7.0", | ||
"jest-environment-jsdom": "^28.1.3", |
Check notice
Code scanning / Tslint (reported by Codacy)
" should be ' Note
"ts-jest": "^24.0.0", | ||
"jest": "^29.7.0", | ||
"jest-environment-jsdom": "^28.1.3", | ||
"ts-jest": "^29.2.5", |
Check notice
Code scanning / Tslint (reported by Codacy)
" should be ' Note
"typings": "^2.1.1", | ||
"webpack": "^4.20.2", | ||
"webpack-cli": "^3.3.0" | ||
"webpack": "^5.96.1", |
Check notice
Code scanning / Tslint (reported by Codacy)
" should be ' Note
"webpack": "^4.20.2", | ||
"webpack-cli": "^3.3.0" | ||
"webpack": "^5.96.1", | ||
"webpack-cli": "^5.1.4" |
Check notice
Code scanning / Tslint (reported by Codacy)
" should be ' Note
}, | ||
"changelogHistory": [ | ||
{ | ||
"date": "11/15/24", |
Check notice
Code scanning / Tslint (reported by Codacy)
" should be ' Note
"webpack": "^5.96.1", | ||
"webpack-cli": "^5.1.4" | ||
}, | ||
"jest": { |
Check notice
Code scanning / Tslint (reported by Codacy)
" should be ' Note
"webpack-cli": "^5.1.4" | ||
}, | ||
"jest": { | ||
"testEnvironment": "jsdom" |
Check notice
Code scanning / Tslint (reported by Codacy)
" should be ' Note
No description provided.