Skip to content
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

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

sjiang-cb
Copy link
Contributor

No description provided.

@github-advanced-security
Copy link

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
@github-advanced-security
Copy link

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

" should be '
package.json Fixed Show fixed Hide fixed
@@ -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

" should be '
{
"date": "11/11/24",
"version": "0.5.8",
"notes": [

Check notice

Code scanning / Tslint (reported by Codacy)

" should be ' Note

" should be '
"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

" should be '
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

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.
@sjiang-cb sjiang-cb force-pushed the g11n-js-client branch 2 times, most recently from bed566d to c86e663 Compare November 11, 2024 13:04
src/loader.ts Fixed Show fixed Hide fixed
src/loader.ts Fixed Show fixed Hide fixed
jhua-vmware
jhua-vmware previously approved these changes Nov 11, 2024
@@ -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

" should be '
"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

" should be '
"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

" should be '
"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

" should be '
@@ -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

" should be '
@@ -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

" should be '
"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

" should be '
"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

" should be '
"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

" should be '
"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

" should be '
},
"changelogHistory": [
{
"date": "11/15/24",

Check notice

Code scanning / Tslint (reported by Codacy)

" should be ' Note

" should be '
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4"
},
"jest": {

Check notice

Code scanning / Tslint (reported by Codacy)

" should be ' Note

" should be '
"webpack-cli": "^5.1.4"
},
"jest": {
"testEnvironment": "jsdom"

Check notice

Code scanning / Tslint (reported by Codacy)

" should be ' Note

" should be '
@sjiang-cb sjiang-cb merged commit 7061f16 into vmware:g11n-js-client Nov 15, 2024
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants