Skip to content

Commit 06b0cee

Browse files
committed
Updates dependencies
1 parent c4fc56e commit 06b0cee

File tree

3 files changed

+244
-169
lines changed

3 files changed

+244
-169
lines changed

ThirdPartyNotices.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@ This project incorporates components from the projects listed below.
88
3. @lit/context version 1.1.3 (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.1.2 (https://github.com/octokit/graphql.js)
11+
6. @octokit/graphql version 8.2.0 (https://github.com/octokit/graphql.js)
1212
7. @octokit/request-error version 6.1.6 (https://github.com/octokit/request-error.js)
1313
8. @octokit/request version 9.2.0 (https://github.com/octokit/request.js)
14-
9. @octokit/types version 13.7.0 (https://github.com/octokit/types.ts)
14+
9. @octokit/types version 13.8.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.57.1 (https://github.com/open-telemetry/opentelemetry-js)
1717
12. @opentelemetry/resources version 1.30.1 (https://github.com/open-telemetry/opentelemetry-js)
1818
13. @opentelemetry/sdk-trace-base version 1.30.1 (https://github.com/open-telemetry/opentelemetry-js)
19-
14. @opentelemetry/semantic-conventions version 1.28.0 (https://github.com/open-telemetry/opentelemetry-js)
20-
15. @shoelace-style/shoelace version 2.19.1 (https://github.com/shoelace-style/shoelace)
19+
14. @opentelemetry/semantic-conventions version 1.29.0 (https://github.com/open-telemetry/opentelemetry-js)
20+
15. @shoelace-style/shoelace version 2.20.0 (https://github.com/shoelace-style/shoelace)
2121
16. @vscode/codicons version 0.0.36 (https://github.com/microsoft/vscode-codicons)
2222
17. billboard.js version 3.14.3 (https://github.com/naver/billboard.js)
2323
18. https-proxy-agent version 5.0.1 (https://github.com/TooTallNate/node-https-proxy-agent)
2424
19. iconv-lite version 0.6.3 (https://github.com/ashtuchkin/iconv-lite)
2525
20. lit version 3.2.1 (https://github.com/lit/lit)
26-
21. marked version 15.0.6 (https://github.com/markedjs/marked)
26+
21. marked version 15.0.7 (https://github.com/markedjs/marked)
2727
22. microsoft/vscode (https://github.com/microsoft/vscode)
2828
23. node-fetch version 2.7.0 (https://github.com/bitinn/node-fetch)
2929
24. os-browserify version 0.3.0 (https://github.com/CoderPuppy/os-browserify)

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20156,22 +20156,22 @@
2015620156
"@lit/context": "1.1.3",
2015720157
"@lit/react": "1.0.7",
2015820158
"@lit/task": "1.0.2",
20159-
"@octokit/graphql": "8.1.2",
20159+
"@octokit/graphql": "8.2.0",
2016020160
"@octokit/request": "9.2.0",
2016120161
"@octokit/request-error": "6.1.6",
20162-
"@octokit/types": "13.7.0",
20162+
"@octokit/types": "13.8.0",
2016320163
"@opentelemetry/api": "1.9.0",
2016420164
"@opentelemetry/exporter-trace-otlp-http": "0.57.1",
2016520165
"@opentelemetry/resources": "1.30.1",
2016620166
"@opentelemetry/sdk-trace-base": "1.30.1",
20167-
"@opentelemetry/semantic-conventions": "1.28.0",
20168-
"@shoelace-style/shoelace": "2.19.1",
20167+
"@opentelemetry/semantic-conventions": "1.29.0",
20168+
"@shoelace-style/shoelace": "2.20.0",
2016920169
"@vscode/codicons": "0.0.36",
2017020170
"billboard.js": "3.14.3",
2017120171
"https-proxy-agent": "5.0.1",
2017220172
"iconv-lite": "0.6.3",
2017320173
"lit": "3.2.1",
20174-
"marked": "15.0.6",
20174+
"marked": "15.0.7",
2017520175
"node-fetch": "2.7.0",
2017620176
"os-browserify": "0.3.0",
2017720177
"path-browserify": "1.0.1",
@@ -20183,7 +20183,7 @@
2018320183
},
2018420184
"devDependencies": {
2018520185
"@eamodio/eslint-lite-webpack-plugin": "0.2.0",
20186-
"@eslint/js": "9.19.0",
20186+
"@eslint/js": "9.20.0",
2018720187
"@playwright/test": "1.50.1",
2018820188
"@swc/core": "1.10.4",
2018920189
"@twbs/fantasticon": "3.0.0",
@@ -20195,7 +20195,7 @@
2019520195
"@types/slug": "5.0.9",
2019620196
"@types/sortablejs": "1.15.8",
2019720197
"@types/vscode": "1.82.0",
20198-
"@typescript-eslint/parser": "8.22.0",
20198+
"@typescript-eslint/parser": "8.24.0",
2019920199
"@vscode/test-cli": "^0.0.10",
2020020200
"@vscode/test-electron": "2.4.1",
2020120201
"@vscode/test-web": "0.0.66",
@@ -20208,11 +20208,11 @@
2020820208
"css-loader": "7.1.2",
2020920209
"css-minimizer-webpack-plugin": "7.0.0",
2021020210
"cssnano-preset-advanced": "7.0.6",
20211-
"esbuild": "0.24.2",
20212-
"esbuild-loader": "4.2.2",
20213-
"esbuild-node-externals": "1.16.0",
20211+
"esbuild": "0.25.0",
20212+
"esbuild-loader": "4.3.0",
20213+
"esbuild-node-externals": "1.18.0",
2021420214
"esbuild-sass-plugin": "3.3.1",
20215-
"eslint": "9.19.0",
20215+
"eslint": "9.20.1",
2021620216
"eslint-import-resolver-oxc": "0.10.1",
2021720217
"eslint-plugin-anti-trojan-source": "1.1.1",
2021820218
"eslint-plugin-import-x": "4.6.1",
@@ -20232,15 +20232,15 @@
2023220232
"playwright": "1.50.1",
2023320233
"prettier": "3.1.0",
2023420234
"regex-to-strings": "2.1.0",
20235-
"sass": "1.83.4",
20235+
"sass": "1.84.0",
2023620236
"sass-loader": "16.0.4",
2023720237
"schema-utils": "4.3.0",
2023820238
"sharp": "0.33.5",
2023920239
"svgo": "3.3.2",
2024020240
"terser-webpack-plugin": "5.3.11",
2024120241
"ts-loader": "9.5.2",
20242-
"typescript": "5.7.3",
20243-
"typescript-eslint": "8.22.0",
20242+
"typescript": "5.8.0-beta",
20243+
"typescript-eslint": "8.24.0",
2024420244
"webpack": "5.97.1",
2024520245
"webpack-bundle-analyzer": "4.10.2",
2024620246
"webpack-cli": "6.0.1",

0 commit comments

Comments
 (0)