Skip to content

Commit eb1a425

Browse files
Merge branch 'main' into feature/01.25-readme-update
2 parents 6646529 + 06b0cee commit eb1a425

File tree

11 files changed

+1250
-717
lines changed

11 files changed

+1250
-717
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: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20099,6 +20099,8 @@
2009920099
"extract:contributions": "node --experimental-strip-types ./scripts/generateContributions.mts --extract",
2010020100
"// Generates contributions in contributions.json into package.json": "//",
2010120101
"generate:contributions": "node --experimental-strip-types ./scripts/generateContributions.mts",
20102+
"// Generates command types from contributions.json into src/constants.commands.generated.ts": "//",
20103+
"generate:commandTypes": "node --experimental-strip-types ./scripts/generateCommandTypes.mts",
2010220104
"// Generates docs/telemetry-events.md": "//",
2010320105
"generate:docs:telemetry": "node ./scripts/generateTelemetryDocs.mjs",
2010420106
"generate:emoji": "node ./scripts/generateEmojiShortcodeMap.mjs",
@@ -20154,22 +20156,22 @@
2015420156
"@lit/context": "1.1.3",
2015520157
"@lit/react": "1.0.7",
2015620158
"@lit/task": "1.0.2",
20157-
"@octokit/graphql": "8.1.2",
20159+
"@octokit/graphql": "8.2.0",
2015820160
"@octokit/request": "9.2.0",
2015920161
"@octokit/request-error": "6.1.6",
20160-
"@octokit/types": "13.7.0",
20162+
"@octokit/types": "13.8.0",
2016120163
"@opentelemetry/api": "1.9.0",
2016220164
"@opentelemetry/exporter-trace-otlp-http": "0.57.1",
2016320165
"@opentelemetry/resources": "1.30.1",
2016420166
"@opentelemetry/sdk-trace-base": "1.30.1",
20165-
"@opentelemetry/semantic-conventions": "1.28.0",
20166-
"@shoelace-style/shoelace": "2.19.1",
20167+
"@opentelemetry/semantic-conventions": "1.29.0",
20168+
"@shoelace-style/shoelace": "2.20.0",
2016720169
"@vscode/codicons": "0.0.36",
2016820170
"billboard.js": "3.14.3",
2016920171
"https-proxy-agent": "5.0.1",
2017020172
"iconv-lite": "0.6.3",
2017120173
"lit": "3.2.1",
20172-
"marked": "15.0.6",
20174+
"marked": "15.0.7",
2017320175
"node-fetch": "2.7.0",
2017420176
"os-browserify": "0.3.0",
2017520177
"path-browserify": "1.0.1",
@@ -20181,7 +20183,7 @@
2018120183
},
2018220184
"devDependencies": {
2018320185
"@eamodio/eslint-lite-webpack-plugin": "0.2.0",
20184-
"@eslint/js": "9.19.0",
20186+
"@eslint/js": "9.20.0",
2018520187
"@playwright/test": "1.50.1",
2018620188
"@swc/core": "1.10.4",
2018720189
"@twbs/fantasticon": "3.0.0",
@@ -20193,7 +20195,7 @@
2019320195
"@types/slug": "5.0.9",
2019420196
"@types/sortablejs": "1.15.8",
2019520197
"@types/vscode": "1.82.0",
20196-
"@typescript-eslint/parser": "8.22.0",
20198+
"@typescript-eslint/parser": "8.24.0",
2019720199
"@vscode/test-cli": "^0.0.10",
2019820200
"@vscode/test-electron": "2.4.1",
2019920201
"@vscode/test-web": "0.0.66",
@@ -20206,11 +20208,11 @@
2020620208
"css-loader": "7.1.2",
2020720209
"css-minimizer-webpack-plugin": "7.0.0",
2020820210
"cssnano-preset-advanced": "7.0.6",
20209-
"esbuild": "0.24.2",
20210-
"esbuild-loader": "4.2.2",
20211-
"esbuild-node-externals": "1.16.0",
20211+
"esbuild": "0.25.0",
20212+
"esbuild-loader": "4.3.0",
20213+
"esbuild-node-externals": "1.18.0",
2021220214
"esbuild-sass-plugin": "3.3.1",
20213-
"eslint": "9.19.0",
20215+
"eslint": "9.20.1",
2021420216
"eslint-import-resolver-oxc": "0.10.1",
2021520217
"eslint-plugin-anti-trojan-source": "1.1.1",
2021620218
"eslint-plugin-import-x": "4.6.1",
@@ -20230,15 +20232,15 @@
2023020232
"playwright": "1.50.1",
2023120233
"prettier": "3.1.0",
2023220234
"regex-to-strings": "2.1.0",
20233-
"sass": "1.83.4",
20235+
"sass": "1.84.0",
2023420236
"sass-loader": "16.0.4",
2023520237
"schema-utils": "4.3.0",
2023620238
"sharp": "0.33.5",
2023720239
"svgo": "3.3.2",
2023820240
"terser-webpack-plugin": "5.3.11",
2023920241
"ts-loader": "9.5.2",
20240-
"typescript": "5.7.3",
20241-
"typescript-eslint": "8.22.0",
20242+
"typescript": "5.8.0-beta",
20243+
"typescript-eslint": "8.24.0",
2024220244
"webpack": "5.97.1",
2024320245
"webpack-bundle-analyzer": "4.10.2",
2024420246
"webpack-cli": "6.0.1",

0 commit comments

Comments
 (0)