Skip to content

Commit 0ab2f40

Browse files
committed
Updates dependencies
Fixes new lint issues
1 parent b7515ee commit 0ab2f40

File tree

15 files changed

+496
-612
lines changed

15 files changed

+496
-612
lines changed

ThirdPartyNotices.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,30 +12,30 @@ This project incorporates components from the projects listed below.
1212
7. @octokit/graphql version 9.0.2 (https://github.com/octokit/graphql.js)
1313
8. @octokit/request-error version 7.0.1 (https://github.com/octokit/request-error.js)
1414
9. @octokit/request version 10.0.5 (https://github.com/octokit/request.js)
15-
10. @octokit/types version 15.0.0 (https://github.com/octokit/types.ts)
15+
10. @octokit/types version 15.0.1 (https://github.com/octokit/types.ts)
1616
11. @opentelemetry/api version 1.9.0 (https://github.com/open-telemetry/opentelemetry-js)
17-
12. @opentelemetry/exporter-trace-otlp-http version 0.206.0 (https://github.com/open-telemetry/opentelemetry-js)
18-
13. @opentelemetry/resources version 2.1.0 (https://github.com/open-telemetry/opentelemetry-js)
19-
14. @opentelemetry/sdk-trace-base version 2.1.0 (https://github.com/open-telemetry/opentelemetry-js)
17+
12. @opentelemetry/exporter-trace-otlp-http version 0.207.0 (https://github.com/open-telemetry/opentelemetry-js)
18+
13. @opentelemetry/resources version 2.2.0 (https://github.com/open-telemetry/opentelemetry-js)
19+
14. @opentelemetry/sdk-trace-base version 2.2.0 (https://github.com/open-telemetry/opentelemetry-js)
2020
15. @opentelemetry/semantic-conventions version 1.37.0 (https://github.com/open-telemetry/opentelemetry-js)
2121
16. @shoelace-style/shoelace version 2.20.1 (https://github.com/shoelace-style/shoelace)
2222
17. @vscode/codicons version 0.0.41 (https://github.com/microsoft/vscode-codicons)
23-
18. billboard.js version 3.17.0 (https://github.com/naver/billboard.js)
23+
18. billboard.js version 3.17.2 (https://github.com/naver/billboard.js)
2424
19. diff2html version 3.4.52 (https://github.com/rtfpessoa/diff2html)
2525
20. driver.js version 1.3.6 (https://github.com/kamranahmedse/driver.js)
2626
21. fflate version 0.8.2 (https://github.com/101arrowz/fflate)
2727
22. https-proxy-agent version 5.0.1 (https://github.com/TooTallNate/node-https-proxy-agent)
2828
23. iconv-lite version 0.6.3 (https://github.com/ashtuchkin/iconv-lite)
2929
24. lit version 3.3.1 (https://github.com/lit/lit)
30-
25. marked version 16.4.0 (https://github.com/markedjs/marked)
30+
25. marked version 16.4.1 (https://github.com/markedjs/marked)
3131
26. microsoft/vscode (https://github.com/microsoft/vscode)
3232
27. node-fetch version 2.7.0 (https://github.com/bitinn/node-fetch)
3333
28. os-browserify version 0.3.0 (https://github.com/CoderPuppy/os-browserify)
3434
29. path-browserify version 1.0.1 (https://github.com/browserify/path-browserify)
3535
30. react-dom version 19.0.0 (https://github.com/facebook/react)
3636
31. react version 19.0.0 (https://github.com/facebook/react)
3737
32. signal-utils version 0.21.1 (https://github.com/proposal-signals/signal-utils)
38-
33. slug version 11.0.0 (https://github.com/Trott/slug)
38+
33. slug version 11.0.1 (https://github.com/Trott/slug)
3939
34. sortablejs version 1.15.6 (https://github.com/SortableJS/Sortable)
4040
35. vscode-uri version 3.1.0 (https://github.com/microsoft/vscode-uri)
4141

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -25954,50 +25954,50 @@
2595425954
"@octokit/graphql": "9.0.2",
2595525955
"@octokit/request": "10.0.5",
2595625956
"@octokit/request-error": "7.0.1",
25957-
"@octokit/types": "15.0.0",
25957+
"@octokit/types": "15.0.1",
2595825958
"@opentelemetry/api": "1.9.0",
25959-
"@opentelemetry/exporter-trace-otlp-http": "0.206.0",
25960-
"@opentelemetry/resources": "2.1.0",
25961-
"@opentelemetry/sdk-trace-base": "2.1.0",
25959+
"@opentelemetry/exporter-trace-otlp-http": "0.207.0",
25960+
"@opentelemetry/resources": "2.2.0",
25961+
"@opentelemetry/sdk-trace-base": "2.2.0",
2596225962
"@opentelemetry/semantic-conventions": "1.37.0",
2596325963
"@shoelace-style/shoelace": "2.20.1",
2596425964
"@vscode/codicons": "0.0.41",
25965-
"billboard.js": "3.17.0",
25965+
"billboard.js": "3.17.2",
2596625966
"diff2html": "3.4.52",
2596725967
"driver.js": "1.3.6",
2596825968
"fflate": "0.8.2",
2596925969
"https-proxy-agent": "5.0.1",
2597025970
"iconv-lite": "0.6.3",
2597125971
"lit": "3.3.1",
25972-
"marked": "16.4.0",
25972+
"marked": "16.4.1",
2597325973
"node-fetch": "2.7.0",
2597425974
"os-browserify": "0.3.0",
2597525975
"path-browserify": "1.0.1",
2597625976
"react": "19.0.0",
2597725977
"react-dom": "19.0.0",
2597825978
"signal-utils": "0.21.1",
25979-
"slug": "11.0.0",
25979+
"slug": "11.0.1",
2598025980
"sortablejs": "1.15.6",
2598125981
"vscode-uri": "3.1.0"
2598225982
},
2598325983
"devDependencies": {
2598425984
"@custom-elements-manifest/analyzer": "0.10.10",
2598525985
"@eamodio/eslint-lite-webpack-plugin": "0.3.4",
2598625986
"@eslint/compat": "1.4.0",
25987-
"@eslint/js": "9.37.0",
25988-
"@playwright/test": "1.56.0",
25987+
"@eslint/js": "9.38.0",
25988+
"@playwright/test": "1.56.1",
2598925989
"@prettier/plugin-oxc": "0.0.4",
25990-
"@swc/core": "1.13.5",
25990+
"@swc/core": "1.13.21",
2599125991
"@twbs/fantasticon": "3.1.0",
2599225992
"@types/mocha": "10.0.10",
2599325993
"@types/node": "20.16.15",
2599425994
"@types/react": "19.0.14",
2599525995
"@types/react-dom": "19.0.6",
2599625996
"@types/sinon": "17.0.4",
2599725997
"@types/slug": "5.0.9",
25998-
"@types/sortablejs": "1.15.8",
25998+
"@types/sortablejs": "1.15.9",
2599925999
"@types/vscode": "1.95.0",
26000-
"@typescript-eslint/parser": "8.46.1",
26000+
"@typescript-eslint/parser": "8.46.2",
2600126001
"@vscode/test-cli": "0.0.12",
2600226002
"@vscode/test-electron": "2.5.2",
2600326003
"@vscode/test-web": "0.0.74",
@@ -26014,7 +26014,7 @@
2601426014
"esbuild-loader": "4.4.0",
2601526015
"esbuild-node-externals": "1.18.0",
2601626016
"esbuild-sass-plugin": "3.3.1",
26017-
"eslint": "9.37.0",
26017+
"eslint": "9.38.0",
2601826018
"eslint-import-resolver-typescript": "4.4.4",
2601926019
"eslint-plugin-anti-trojan-source": "1.1.1",
2602026020
"eslint-plugin-import-x": "4.16.1",
@@ -26031,11 +26031,11 @@
2603126031
"lz-string": "1.5.0",
2603226032
"mini-css-extract-plugin": "2.9.4",
2603326033
"ovsx": "0.10.6",
26034-
"playwright": "1.56.0",
26034+
"playwright": "1.56.1",
2603526035
"prettier": "3.6.2",
2603626036
"regex-to-strings": "2.1.0",
2603726037
"sass": "1.93.2",
26038-
"sass-loader": "16.0.5",
26038+
"sass-loader": "16.0.6",
2603926039
"schema-utils": "4.3.3",
2604026040
"sharp": "0.34.4",
2604126041
"sinon": "21.0.0",
@@ -26044,7 +26044,7 @@
2604426044
"tinybench": "5.0.1",
2604526045
"ts-loader": "9.5.4",
2604626046
"typescript": "5.9.3",
26047-
"typescript-eslint": "8.46.0",
26047+
"typescript-eslint": "8.46.2",
2604826048
"webpack": "5.102.1",
2604926049
"webpack-bundle-analyzer": "4.10.2",
2605026050
"webpack-cli": "6.0.1",
@@ -26058,5 +26058,5 @@
2605826058
"iconv-lite": "0.6.3",
2605926059
"node-fetch": "2.7.0"
2606026060
},
26061-
"packageManager": "pnpm@10.17.1"
26061+
"packageManager": "pnpm@10.20.0"
2606226062
}

0 commit comments

Comments
 (0)