Skip to content

Commit dcfc23d

Browse files
committed
Updates dependencies
1 parent dfc6ae8 commit dcfc23d

File tree

9 files changed

+943
-717
lines changed

9 files changed

+943
-717
lines changed

ThirdPartyNotices.txt

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,25 @@ This project incorporates components from the projects listed below.
99
4. @lit/context version 1.1.6 (https://github.com/lit/lit)
1010
5. @lit/react version 1.0.8 (https://github.com/lit/lit)
1111
6. @lit/task version 1.0.3 (https://github.com/lit/lit)
12-
7. @octokit/graphql version 9.0.2 (https://github.com/octokit/graphql.js)
13-
8. @octokit/request-error version 7.0.1 (https://github.com/octokit/request-error.js)
14-
9. @octokit/request version 10.0.5 (https://github.com/octokit/request.js)
15-
10. @octokit/types version 15.0.1 (https://github.com/octokit/types.ts)
12+
7. @octokit/graphql version 9.0.3 (https://github.com/octokit/graphql.js)
13+
8. @octokit/request-error version 7.1.0 (https://github.com/octokit/request-error.js)
14+
9. @octokit/request version 10.0.7 (https://github.com/octokit/request.js)
15+
10. @octokit/types version 16.0.0 (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.207.0 (https://github.com/open-telemetry/opentelemetry-js)
17+
12. @opentelemetry/exporter-trace-otlp-http version 0.208.0 (https://github.com/open-telemetry/opentelemetry-js)
1818
13. @opentelemetry/resources version 2.2.0 (https://github.com/open-telemetry/opentelemetry-js)
1919
14. @opentelemetry/sdk-trace-base version 2.2.0 (https://github.com/open-telemetry/opentelemetry-js)
20-
15. @opentelemetry/semantic-conventions version 1.37.0 (https://github.com/open-telemetry/opentelemetry-js)
20+
15. @opentelemetry/semantic-conventions version 1.38.0 (https://github.com/open-telemetry/opentelemetry-js)
2121
16. @shoelace-style/shoelace version 2.20.1 (https://github.com/shoelace-style/shoelace)
22-
17. @vscode/codicons version 0.0.41 (https://github.com/microsoft/vscode-codicons)
22+
17. @vscode/codicons version 0.0.42 (https://github.com/microsoft/vscode-codicons)
2323
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.1 (https://github.com/markedjs/marked)
30+
25. marked version 17.0.0 (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)
@@ -1773,6 +1773,10 @@ the avoidance of doubt, this paragraph does not form part of the
17731773
public licenses.
17741774

17751775
Creative Commons may be contacted at creativecommons.org.
1776+
1777+
---
1778+
1779+
Git Logo by [Jason Long](https://bsky.app/profile/jasonlong.me) is licensed under the [Creative Commons Attribution 3.0 Unported License](https://creativecommons.org/licenses/by/3.0/).
17761780
=========================================
17771781
END OF @vscode/codicons NOTICES AND INFORMATION
17781782

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -26721,25 +26721,25 @@
2672126721
"@lit/context": "1.1.6",
2672226722
"@lit/react": "1.0.8",
2672326723
"@lit/task": "1.0.3",
26724-
"@octokit/graphql": "9.0.2",
26725-
"@octokit/request": "10.0.5",
26726-
"@octokit/request-error": "7.0.1",
26727-
"@octokit/types": "15.0.1",
26724+
"@octokit/graphql": "9.0.3",
26725+
"@octokit/request": "10.0.7",
26726+
"@octokit/request-error": "7.1.0",
26727+
"@octokit/types": "16.0.0",
2672826728
"@opentelemetry/api": "1.9.0",
26729-
"@opentelemetry/exporter-trace-otlp-http": "0.207.0",
26729+
"@opentelemetry/exporter-trace-otlp-http": "0.208.0",
2673026730
"@opentelemetry/resources": "2.2.0",
2673126731
"@opentelemetry/sdk-trace-base": "2.2.0",
26732-
"@opentelemetry/semantic-conventions": "1.37.0",
26732+
"@opentelemetry/semantic-conventions": "1.38.0",
2673326733
"@shoelace-style/shoelace": "2.20.1",
26734-
"@vscode/codicons": "0.0.41",
26734+
"@vscode/codicons": "0.0.42",
2673526735
"billboard.js": "3.17.2",
2673626736
"diff2html": "3.4.52",
2673726737
"driver.js": "1.3.6",
2673826738
"fflate": "0.8.2",
2673926739
"https-proxy-agent": "5.0.1",
2674026740
"iconv-lite": "0.6.3",
2674126741
"lit": "3.3.1",
26742-
"marked": "16.4.1",
26742+
"marked": "17.0.0",
2674326743
"node-fetch": "2.7.0",
2674426744
"os-browserify": "0.3.0",
2674526745
"path-browserify": "1.0.1",
@@ -26751,13 +26751,13 @@
2675126751
"vscode-uri": "3.1.0"
2675226752
},
2675326753
"devDependencies": {
26754-
"@custom-elements-manifest/analyzer": "0.10.10",
26754+
"@custom-elements-manifest/analyzer": "0.11.0",
2675526755
"@eamodio/eslint-lite-webpack-plugin": "0.3.4",
26756-
"@eslint/compat": "1.4.0",
26757-
"@eslint/js": "9.38.0",
26756+
"@eslint/compat": "1.4.1",
26757+
"@eslint/js": "9.39.1",
2675826758
"@playwright/test": "1.56.1",
2675926759
"@prettier/plugin-oxc": "0.0.4",
26760-
"@swc/core": "1.13.21",
26760+
"@swc/core": "1.15.1",
2676126761
"@twbs/fantasticon": "3.1.0",
2676226762
"@types/mocha": "10.0.10",
2676326763
"@types/node": "20.16.15",
@@ -26770,29 +26770,29 @@
2677026770
"@typescript-eslint/parser": "8.46.2",
2677126771
"@vscode/test-cli": "0.0.12",
2677226772
"@vscode/test-electron": "2.5.2",
26773-
"@vscode/test-web": "0.0.74",
26774-
"@vscode/vsce": "3.6.2",
26773+
"@vscode/test-web": "0.0.75",
26774+
"@vscode/vsce": "3.7.0",
2677526775
"cheerio": "1.0.0-rc.12",
2677626776
"circular-dependency-plugin": "5.2.2",
2677726777
"clean-webpack-plugin": "4.0.0",
2677826778
"copy-webpack-plugin": "13.0.1",
2677926779
"csp-html-webpack-plugin": "5.1.0",
2678026780
"css-loader": "7.1.2",
2678126781
"css-minimizer-webpack-plugin": "7.0.2",
26782-
"cssnano-preset-advanced": "7.0.9",
26783-
"esbuild": "0.25.10",
26782+
"cssnano-preset-advanced": "7.0.10",
26783+
"esbuild": "0.25.12",
2678426784
"esbuild-loader": "4.4.0",
2678526785
"esbuild-node-externals": "1.18.0",
2678626786
"esbuild-sass-plugin": "3.3.1",
26787-
"eslint": "9.38.0",
26787+
"eslint": "9.39.1",
2678826788
"eslint-import-resolver-typescript": "4.4.4",
26789-
"eslint-plugin-anti-trojan-source": "1.1.1",
26789+
"eslint-plugin-anti-trojan-source": "1.1.2",
2679026790
"eslint-plugin-import-x": "4.16.1",
2679126791
"eslint-plugin-lit": "2.1.1",
2679226792
"eslint-plugin-wc": "3.0.2",
2679326793
"fork-ts-checker-webpack-plugin": "9.1.0",
2679426794
"glob": "11.0.3",
26795-
"globals": "16.4.0",
26795+
"globals": "16.5.0",
2679626796
"hogan.js": "3.0.2",
2679726797
"html-loader": "5.1.0",
2679826798
"html-webpack-plugin": "5.6.4",
@@ -26807,11 +26807,11 @@
2680726807
"sass": "1.93.2",
2680826808
"sass-loader": "16.0.6",
2680926809
"schema-utils": "4.3.3",
26810-
"sharp": "0.34.4",
26810+
"sharp": "0.34.5",
2681126811
"sinon": "21.0.0",
2681226812
"svgo": "4.0.0",
2681326813
"terser-webpack-plugin": "5.3.14",
26814-
"tinybench": "5.0.1",
26814+
"tinybench": "5.1.0",
2681526815
"ts-loader": "9.5.4",
2681626816
"typescript": "5.9.3",
2681726817
"typescript-eslint": "8.46.2",
@@ -26823,10 +26823,10 @@
2682326823
},
2682426824
"resolutions": {
2682526825
"@types/vscode": "1.95.0",
26826-
"esbuild": "0.25.10",
26826+
"esbuild": "0.25.12",
2682726827
"https-proxy-agent": "5.0.1",
2682826828
"iconv-lite": "0.6.3",
2682926829
"node-fetch": "2.7.0"
2683026830
},
26831-
"packageManager": "pnpm@10.20.0"
26831+
"packageManager": "pnpm@10.22.0"
2683226832
}

0 commit comments

Comments
 (0)