Skip to content

Commit fcc725e

Browse files
authored
AAP-29950: Swap axios for electron fetch (#1762)
* Swap axios for electron fetch
1 parent 02e3363 commit fcc725e

19 files changed

+538
-397
lines changed

.config/dictionary.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ autocrlf
5858
autofix
5959
automount
6060
autoupdate
61-
axios
6261
backticks
6362
basepath
6463
bashate

.depcheckrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ ignores:
1818
- vscode
1919
- webpack-cli
2020
- yarn-audit-fix
21+
- electron

.sonarcloud.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ sonar.cpd.exclusions=\
77
src/webview/apps/contentCreator/createDevcontainerPageApp.ts, \
88
src/features/contentCreator/addPluginPage.ts, \
99
src/webview/apps/contentCreator/addPluginPageApp.ts, \
10-
test/ui-test/*.ts
10+
test/ui-test/*.ts, \
11+
test/units/lightspeed/utils/handleApiError.test.ts

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,6 @@
925925
"@types/ini": "^4.1.1",
926926
"@vscode-elements/elements": "^1.9.1",
927927
"@vscode/webview-ui-toolkit": "^1.4.0",
928-
"axios": "^1.7.9",
929928
"ini": "^5.0.0",
930929
"marked": "^15.0.6",
931930
"minimatch": "^10.0.1",
@@ -958,7 +957,6 @@
958957
"@typescript-eslint/parser": "^8.19.1",
959958
"@vscode/test-electron": "^2.4.1",
960959
"@vscode/vsce": "^3.2.1",
961-
"axios": "^1.7.9",
962960
"chai": "^4.5.0",
963961
"depcheck": "^1.4.7",
964962
"eslint": "^9.18.0",

0 commit comments

Comments
 (0)