Skip to content

Commit 8b4a7b4

Browse files
committed
Updates dependencies
1 parent a8879aa commit 8b4a7b4

File tree

3 files changed

+354
-356
lines changed

3 files changed

+354
-356
lines changed

ThirdPartyNotices.txt

+8-8
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,25 @@ This project incorporates components from the projects listed below.
55

66
1. @gk-nzaytsev/fast-string-truncated-width version 1.1.0 (https://github.com/nzaytsev/fast-string-truncated-width)
77
2. @lit-labs/signals version 0.1.2 (https://github.com/lit/lit)
8-
3. @lit/context version 1.1.4 (https://github.com/lit/lit)
8+
3. @lit/context version 1.1.5 (https://github.com/lit/lit)
99
4. @lit/react version 1.0.7 (https://github.com/lit/lit)
1010
5. @lit/task version 1.0.2 (https://github.com/lit/lit)
11-
6. @octokit/graphql version 8.2.1 (https://github.com/octokit/graphql.js)
12-
7. @octokit/request-error version 6.1.7 (https://github.com/octokit/request-error.js)
13-
8. @octokit/request version 9.2.2 (https://github.com/octokit/request.js)
14-
9. @octokit/types version 13.10.0 (https://github.com/octokit/types.ts)
11+
6. @octokit/graphql version 8.2.2 (https://github.com/octokit/graphql.js)
12+
7. @octokit/request-error version 6.1.8 (https://github.com/octokit/request-error.js)
13+
8. @octokit/request version 9.2.3 (https://github.com/octokit/request.js)
14+
9. @octokit/types version 14.0.0 (https://github.com/octokit/types.ts)
1515
10. @opentelemetry/api version 1.9.0 (https://github.com/open-telemetry/opentelemetry-js)
1616
11. @opentelemetry/exporter-trace-otlp-http version 0.200.0 (https://github.com/open-telemetry/opentelemetry-js)
1717
12. @opentelemetry/resources version 2.0.0 (https://github.com/open-telemetry/opentelemetry-js)
1818
13. @opentelemetry/sdk-trace-base version 2.0.0 (https://github.com/open-telemetry/opentelemetry-js)
19-
14. @opentelemetry/semantic-conventions version 1.30.0 (https://github.com/open-telemetry/opentelemetry-js)
19+
14. @opentelemetry/semantic-conventions version 1.32.0 (https://github.com/open-telemetry/opentelemetry-js)
2020
15. @r2wc/react-to-web-component version 2.0.4 (https://github.com/bitovi/react-to-web-component)
21-
16. @shoelace-style/shoelace version 2.20.0 (https://github.com/shoelace-style/shoelace)
21+
16. @shoelace-style/shoelace version 2.20.1 (https://github.com/shoelace-style/shoelace)
2222
17. @vscode/codicons version 0.0.36 (https://github.com/microsoft/vscode-codicons)
2323
18. billboard.js version 3.15.0 (https://github.com/naver/billboard.js)
2424
19. https-proxy-agent version 5.0.1 (https://github.com/TooTallNate/node-https-proxy-agent)
2525
20. iconv-lite version 0.6.3 (https://github.com/ashtuchkin/iconv-lite)
26-
21. lit version 3.2.1 (https://github.com/lit/lit)
26+
21. lit version 3.3.0 (https://github.com/lit/lit)
2727
22. marked version 15.0.8 (https://github.com/markedjs/marked)
2828
23. microsoft/vscode (https://github.com/microsoft/vscode)
2929
24. node-fetch version 2.7.0 (https://github.com/bitinn/node-fetch)

package.json

+14-11
Original file line numberDiff line numberDiff line change
@@ -21334,25 +21334,25 @@
2133421334
"@gitkraken/shared-web-components": "0.1.1-rc.15",
2133521335
"@gk-nzaytsev/fast-string-truncated-width": "1.1.0",
2133621336
"@lit-labs/signals": "0.1.2",
21337-
"@lit/context": "1.1.4",
21337+
"@lit/context": "1.1.5",
2133821338
"@lit/react": "1.0.7",
2133921339
"@lit/task": "1.0.2",
21340-
"@octokit/graphql": "8.2.1",
21341-
"@octokit/request": "9.2.2",
21342-
"@octokit/request-error": "6.1.7",
21343-
"@octokit/types": "13.10.0",
21340+
"@octokit/graphql": "8.2.2",
21341+
"@octokit/request": "9.2.3",
21342+
"@octokit/request-error": "6.1.8",
21343+
"@octokit/types": "14.0.0",
2134421344
"@opentelemetry/api": "1.9.0",
2134521345
"@opentelemetry/exporter-trace-otlp-http": "0.200.0",
2134621346
"@opentelemetry/resources": "2.0.0",
2134721347
"@opentelemetry/sdk-trace-base": "2.0.0",
21348-
"@opentelemetry/semantic-conventions": "1.30.0",
21348+
"@opentelemetry/semantic-conventions": "1.32.0",
2134921349
"@r2wc/react-to-web-component": "2.0.4",
21350-
"@shoelace-style/shoelace": "2.20.0",
21350+
"@shoelace-style/shoelace": "2.20.1",
2135121351
"@vscode/codicons": "0.0.36",
2135221352
"billboard.js": "3.15.0",
2135321353
"https-proxy-agent": "5.0.1",
2135421354
"iconv-lite": "0.6.3",
21355-
"lit": "3.2.1",
21355+
"lit": "3.3.0",
2135621356
"marked": "15.0.8",
2135721357
"node-fetch": "2.7.0",
2135821358
"os-browserify": "0.3.0",
@@ -21369,7 +21369,7 @@
2136921369
"@eamodio/eslint-lite-webpack-plugin": "0.2.0",
2137021370
"@eslint/js": "9.24.0",
2137121371
"@playwright/test": "1.51.1",
21372-
"@swc/core": "1.11.18",
21372+
"@swc/core": "1.11.20",
2137321373
"@twbs/fantasticon": "3.1.0",
2137421374
"@types/mocha": "10.0.10",
2137521375
"@types/node": "20.14.15",
@@ -21383,7 +21383,7 @@
2138321383
"@types/vscode": "1.92.0",
2138421384
"@typescript-eslint/parser": "8.29.1",
2138521385
"@vscode/test-cli": "0.0.10",
21386-
"@vscode/test-electron": "2.5.1",
21386+
"@vscode/test-electron": "2.5.2",
2138721387
"@vscode/test-web": "0.0.68",
2138821388
"@vscode/vsce": "3.3.2",
2138921389
"cheerio": "1.0.0-rc.12",
@@ -21427,14 +21427,17 @@
2142721427
"ts-loader": "9.5.2",
2142821428
"typescript": "5.8.3",
2142921429
"typescript-eslint": "8.29.1",
21430-
"webpack": "5.99.3",
21430+
"webpack": "5.99.5",
2143121431
"webpack-bundle-analyzer": "4.10.2",
2143221432
"webpack-cli": "6.0.1",
2143321433
"webpack-node-externals": "3.0.0",
2143421434
"webpack-require-from": "1.8.6"
2143521435
},
2143621436
"resolutions": {
21437+
"@types/vscode": "1.92.0",
2143721438
"esbuild": "0.25.2",
21439+
"eslint-plugin-import-x": "4.9.4",
21440+
"https-proxy-agent": "5.0.1",
2143821441
"iconv-lite": "0.6.3",
2143921442
"node-fetch": "2.7.0",
2144021443
"semver-regex": "4.0.5"

0 commit comments

Comments
 (0)