Skip to content

Commit cbd6de9

Browse files
committed
Updates dependencies
1 parent c39ec45 commit cbd6de9

File tree

4 files changed

+699
-644
lines changed

4 files changed

+699
-644
lines changed

ThirdPartyNotices.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ This project incorporates components from the projects listed below.
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.1 (https://github.com/lit/lit)
88
3. @lit/context version 1.1.3 (https://github.com/lit/lit)
9-
4. @lit/react version 1.0.6 (https://github.com/lit/lit)
10-
5. @lit/task version 1.0.1 (https://github.com/lit/lit)
9+
4. @lit/react version 1.0.7 (https://github.com/lit/lit)
10+
5. @lit/task version 1.0.2 (https://github.com/lit/lit)
1111
6. @octokit/graphql version 8.1.2 (https://github.com/octokit/graphql.js)
1212
7. @octokit/request-error version 6.1.6 (https://github.com/octokit/request-error.js)
13-
8. @octokit/request version 9.1.4 (https://github.com/octokit/request.js)
14-
9. @octokit/types version 13.6.2 (https://github.com/octokit/types.ts)
13+
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)
1515
10. @opentelemetry/api version 1.9.0 (https://github.com/open-telemetry/opentelemetry-js)
16-
11. @opentelemetry/exporter-trace-otlp-http version 0.57.0 (https://github.com/open-telemetry/opentelemetry-js)
17-
12. @opentelemetry/resources version 1.30.0 (https://github.com/open-telemetry/opentelemetry-js)
18-
13. @opentelemetry/sdk-trace-base version 1.30.0 (https://github.com/open-telemetry/opentelemetry-js)
16+
11. @opentelemetry/exporter-trace-otlp-http version 0.57.1 (https://github.com/open-telemetry/opentelemetry-js)
17+
12. @opentelemetry/resources version 1.30.1 (https://github.com/open-telemetry/opentelemetry-js)
18+
13. @opentelemetry/sdk-trace-base version 1.30.1 (https://github.com/open-telemetry/opentelemetry-js)
1919
14. @opentelemetry/semantic-conventions version 1.28.0 (https://github.com/open-telemetry/opentelemetry-js)
2020
15. @shoelace-style/shoelace version 2.19.1 (https://github.com/shoelace-style/shoelace)
2121
16. @vscode/codicons version 0.0.36 (https://github.com/microsoft/vscode-codicons)

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ export default ts.config(
212212
'@typescript-eslint/no-inferrable-types': ['warn', { ignoreParameters: true, ignoreProperties: true }],
213213
'@typescript-eslint/no-invalid-void-type': 'off',
214214
'@typescript-eslint/no-misused-promises': ['error', { checksVoidReturn: false }],
215+
'@typescript-eslint/no-misused-spread': 'off', // Too noisy
215216
'@typescript-eslint/no-non-null-assertion': 'off',
216217
'@typescript-eslint/no-redundant-type-constituents': 'off',
217218
'@typescript-eslint/no-restricted-imports': [

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20122,16 +20122,16 @@
2012220122
"@gk-nzaytsev/fast-string-truncated-width": "1.1.0",
2012320123
"@lit-labs/signals": "0.1.1",
2012420124
"@lit/context": "1.1.3",
20125-
"@lit/react": "1.0.6",
20126-
"@lit/task": "1.0.1",
20125+
"@lit/react": "1.0.7",
20126+
"@lit/task": "1.0.2",
2012720127
"@octokit/graphql": "8.1.2",
20128-
"@octokit/request": "9.1.4",
20128+
"@octokit/request": "9.2.0",
2012920129
"@octokit/request-error": "6.1.6",
20130-
"@octokit/types": "13.6.2",
20130+
"@octokit/types": "13.7.0",
2013120131
"@opentelemetry/api": "1.9.0",
20132-
"@opentelemetry/exporter-trace-otlp-http": "0.57.0",
20133-
"@opentelemetry/resources": "1.30.0",
20134-
"@opentelemetry/sdk-trace-base": "1.30.0",
20132+
"@opentelemetry/exporter-trace-otlp-http": "0.57.1",
20133+
"@opentelemetry/resources": "1.30.1",
20134+
"@opentelemetry/sdk-trace-base": "1.30.1",
2013520135
"@opentelemetry/semantic-conventions": "1.28.0",
2013620136
"@shoelace-style/shoelace": "2.19.1",
2013720137
"@vscode/codicons": "0.0.36",
@@ -20151,8 +20151,8 @@
2015120151
},
2015220152
"devDependencies": {
2015320153
"@eamodio/eslint-lite-webpack-plugin": "0.2.0",
20154-
"@eslint/js": "9.17.0",
20155-
"@playwright/test": "1.49.1",
20154+
"@eslint/js": "9.19.0",
20155+
"@playwright/test": "1.50.0",
2015620156
"@swc/core": "1.10.4",
2015720157
"@twbs/fantasticon": "3.0.0",
2015820158
"@types/eslint__js": "8.42.3",
@@ -20163,7 +20163,7 @@
2016320163
"@types/slug": "5.0.9",
2016420164
"@types/sortablejs": "1.15.8",
2016520165
"@types/vscode": "1.82.0",
20166-
"@typescript-eslint/parser": "8.19.1",
20166+
"@typescript-eslint/parser": "8.21.0",
2016720167
"@vscode/test-cli": "^0.0.10",
2016820168
"@vscode/test-electron": "2.4.1",
2016920169
"@vscode/test-web": "0.0.65",
@@ -20180,14 +20180,14 @@
2018020180
"esbuild-loader": "4.2.2",
2018120181
"esbuild-node-externals": "1.16.0",
2018220182
"esbuild-sass-plugin": "3.3.1",
20183-
"eslint": "9.17.0",
20184-
"eslint-import-resolver-oxc": "0.8.0",
20183+
"eslint": "9.19.0",
20184+
"eslint-import-resolver-oxc": "0.10.1",
2018520185
"eslint-plugin-anti-trojan-source": "1.1.1",
2018620186
"eslint-plugin-import-x": "4.6.1",
2018720187
"eslint-plugin-lit": "1.15.0",
2018820188
"eslint-plugin-wc": "2.2.0",
2018920189
"fork-ts-checker-webpack-plugin": "9.0.2",
20190-
"glob": "11.0.0",
20190+
"glob": "11.0.1",
2019120191
"globals": "15.14.0",
2019220192
"html-loader": "5.1.0",
2019320193
"html-webpack-plugin": "5.6.3",
@@ -20197,18 +20197,18 @@
2019720197
"mini-css-extract-plugin": "2.9.2",
2019820198
"mocha": "10.8.2",
2019920199
"ovsx": "0.10.1",
20200-
"playwright": "1.49.1",
20200+
"playwright": "1.50.0",
2020120201
"prettier": "3.1.0",
2020220202
"regex-to-strings": "2.1.0",
20203-
"sass": "1.83.1",
20203+
"sass": "1.83.4",
2020420204
"sass-loader": "16.0.4",
2020520205
"schema-utils": "4.3.0",
2020620206
"sharp": "0.33.5",
2020720207
"svgo": "3.3.2",
2020820208
"terser-webpack-plugin": "5.3.11",
20209-
"ts-loader": "9.5.1",
20209+
"ts-loader": "9.5.2",
2021020210
"typescript": "5.7.3",
20211-
"typescript-eslint": "8.19.1",
20211+
"typescript-eslint": "8.21.0",
2021220212
"webpack": "5.97.1",
2021320213
"webpack-bundle-analyzer": "4.10.2",
2021420214
"webpack-cli": "6.0.1",

0 commit comments

Comments
 (0)