Skip to content

Commit 2eee0c1

Browse files
committed
Updates dependencies
Renames `update-emoji` to `generate:emoji` Renames `update-licenses` to `generate:licenses`
1 parent c49cc5b commit 2eee0c1

File tree

4 files changed

+714
-555
lines changed

4 files changed

+714
-555
lines changed

ThirdPartyNotices.txt

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ This project incorporates components from the projects listed below.
1313
8. @octokit/request version 9.1.3 (https://github.com/octokit/request.js)
1414
9. @octokit/types version 13.6.1 (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.54.0 (https://github.com/open-telemetry/opentelemetry-js)
17-
12. @opentelemetry/resources version 1.27.0 (https://github.com/open-telemetry/opentelemetry-js)
18-
13. @opentelemetry/sdk-trace-base version 1.27.0 (https://github.com/open-telemetry/opentelemetry-js)
19-
14. @opentelemetry/semantic-conventions version 1.27.0 (https://github.com/open-telemetry/opentelemetry-js)
16+
11. @opentelemetry/exporter-trace-otlp-http version 0.55.0 (https://github.com/open-telemetry/opentelemetry-js)
17+
12. @opentelemetry/resources version 1.28.0 (https://github.com/open-telemetry/opentelemetry-js)
18+
13. @opentelemetry/sdk-trace-base version 1.28.0 (https://github.com/open-telemetry/opentelemetry-js)
19+
14. @opentelemetry/semantic-conventions version 1.28.0 (https://github.com/open-telemetry/opentelemetry-js)
2020
15. @shoelace-style/shoelace version 2.18.0 (https://github.com/shoelace-style/shoelace)
2121
16. @vscode/codicons version 0.0.36 (https://github.com/microsoft/vscode-codicons)
2222
17. ansi-regex version 6.1.0 (https://github.com/chalk/ansi-regex)
23-
18. billboard.js version 3.14.0 (https://github.com/naver/billboard.js)
23+
18. billboard.js version 3.14.1 (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)
2626
21. lit version 3.2.1 (https://github.com/lit/lit)
27-
22. marked version 14.1.3 (https://github.com/markedjs/marked)
27+
22. marked version 15.0.2 (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)
3030
25. os-browserify version 0.3.0 (https://github.com/CoderPuppy/os-browserify)
@@ -34,7 +34,8 @@ This project incorporates components from the projects listed below.
3434
29. signal-utils version 0.20.0 (https://github.com/proposal-signals/signal-utils)
3535
30. sindresorhus/is-fullwidth-code-point (https://github.com/sindresorhus/is-fullwidth-code-point)
3636
31. sindresorhus/string-width (https://github.com/sindresorhus/string-width)
37-
32. sortablejs version 1.15.0 (https://github.com/SortableJS/Sortable)
37+
32. slug version 10.0.0 (https://github.com/Trott/slug)
38+
33. sortablejs version 1.15.0 (https://github.com/SortableJS/Sortable)
3839

3940
%% @gk-nzaytsev/fast-string-truncated-width NOTICES AND INFORMATION BEGIN HERE
4041
=========================================
@@ -2253,6 +2254,19 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
22532254
=========================================
22542255
END OF sindresorhus/string-width NOTICES AND INFORMATION
22552256

2257+
%% slug NOTICES AND INFORMATION BEGIN HERE
2258+
=========================================
2259+
Copyright (c) 2014 ▟ ▖▟ ▖(dodo)
2260+
2261+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2262+
2263+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2264+
2265+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2266+
2267+
=========================================
2268+
END OF slug NOTICES AND INFORMATION
2269+
22562270
%% sortablejs NOTICES AND INFORMATION BEGIN HERE
22572271
=========================================
22582272
MIT License

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -19563,6 +19563,8 @@
1956319563
"build:icons": "pnpm run icons:svgo && pnpm fantasticon && pnpm run icons:apply",
1956419564
"build:tests": "node ./scripts/esbuild.tests.mjs --mode development",
1956519565
"generate:docs:telemetry": "node ./scripts/generate-telemetry-docs.mjs",
19566+
"generate:emoji": "node ./scripts/generateEmojiShortcodeMap.mjs",
19567+
"generate:licenses": "node ./scripts/generateLicenses.mjs",
1956619568
"bundle": "webpack --mode production",
1956719569
"bundle:extension": "webpack --mode production --config-name extension:node",
1956819570
"clean": "pnpx rimraf --glob dist out .vscode-test .vscode-test-web .eslintcache* tsconfig*.tsbuildinfo",
@@ -19600,8 +19602,6 @@
1960019602
"web:serve": "node -e \"const p = require('path'); const h = require('os').homedir(); require('child_process').execSync('pnpx serve --cors -l 5000 --ssl-cert '+p.resolve(h, 'certs/localhost.pem')+' --ssl-key '+p.resolve(h, 'certs/localhost-key.pem'), { stdio: 'inherit' })\"",
1960119603
"update-dts": "pushd \"src/@types\" && pnpx @vscode/dts dev && popd",
1960219604
"update-dts:main": "pushd \"src/@types\" && pnpx @vscode/dts main && popd",
19603-
"update-emoji": "node ./scripts/generateEmojiShortcodeMap.mjs",
19604-
"update-licenses": "node ./scripts/generateLicenses.mjs",
1960519605
"pretest": "pnpm run build:tests",
1960619606
"vscode:prepublish": "pnpm run bundle"
1960719607
},
@@ -19619,18 +19619,18 @@
1961919619
"@octokit/request-error": "6.1.5",
1962019620
"@octokit/types": "13.6.1",
1962119621
"@opentelemetry/api": "1.9.0",
19622-
"@opentelemetry/exporter-trace-otlp-http": "0.54.0",
19623-
"@opentelemetry/resources": "1.27.0",
19624-
"@opentelemetry/sdk-trace-base": "1.27.0",
19625-
"@opentelemetry/semantic-conventions": "1.27.0",
19622+
"@opentelemetry/exporter-trace-otlp-http": "0.55.0",
19623+
"@opentelemetry/resources": "1.28.0",
19624+
"@opentelemetry/sdk-trace-base": "1.28.0",
19625+
"@opentelemetry/semantic-conventions": "1.28.0",
1962619626
"@shoelace-style/shoelace": "2.18.0",
1962719627
"@vscode/codicons": "0.0.36",
1962819628
"ansi-regex": "6.1.0",
19629-
"billboard.js": "3.14.0",
19629+
"billboard.js": "3.14.1",
1963019630
"https-proxy-agent": "5.0.1",
1963119631
"iconv-lite": "0.6.3",
1963219632
"lit": "3.2.1",
19633-
"marked": "14.1.3",
19633+
"marked": "15.0.2",
1963419634
"node-fetch": "2.7.0",
1963519635
"os-browserify": "0.3.0",
1963619636
"path-browserify": "1.0.1",
@@ -19647,17 +19647,17 @@
1964719647
"@swc/core": "1.9.1",
1964819648
"@twbs/fantasticon": "3.0.0",
1964919649
"@types/eslint__js": "8.42.3",
19650-
"@types/mocha": "10.0.9",
19650+
"@types/mocha": "10.0.10",
1965119651
"@types/node": "18.15.0",
1965219652
"@types/react": "17.0.82",
1965319653
"@types/react-dom": "17.0.21",
1965419654
"@types/slug": "5.0.9",
1965519655
"@types/sortablejs": "1.15.8",
1965619656
"@types/vscode": "1.82.0",
19657-
"@typescript-eslint/parser": "8.13.0",
19657+
"@typescript-eslint/parser": "8.15.0",
1965819658
"@vscode/test-cli": "^0.0.10",
1965919659
"@vscode/test-electron": "2.4.1",
19660-
"@vscode/test-web": "0.0.63",
19660+
"@vscode/test-web": "0.0.64",
1966119661
"@vscode/vsce": "3.2.1",
1966219662
"cheerio": "1.0.0-rc.12",
1966319663
"circular-dependency-plugin": "5.2.2",
@@ -19671,34 +19671,34 @@
1967119671
"esbuild-loader": "4.2.2",
1967219672
"esbuild-node-externals": "1.15.0",
1967319673
"esbuild-sass-plugin": "3.3.1",
19674-
"eslint": "9.14.0",
19674+
"eslint": "9.15.0",
1967519675
"eslint-import-resolver-typescript": "3.6.3",
1967619676
"eslint-plugin-anti-trojan-source": "1.1.1",
19677-
"eslint-plugin-import-x": "4.4.0",
19677+
"eslint-plugin-import-x": "4.4.3",
1967819678
"eslint-plugin-lit": "1.15.0",
1967919679
"eslint-plugin-wc": "2.2.0",
1968019680
"fork-ts-checker-webpack-plugin": "6.5.3",
1968119681
"glob": "11.0.0",
1968219682
"globals": "15.12.0",
1968319683
"html-loader": "5.1.0",
1968419684
"html-webpack-plugin": "5.6.3",
19685-
"image-minimizer-webpack-plugin": "4.1.0",
19685+
"image-minimizer-webpack-plugin": "4.1.1",
1968619686
"license-checker-rseidelsohn": "4.4.2",
1968719687
"lz-string": "1.5.0",
1968819688
"mini-css-extract-plugin": "2.9.2",
1968919689
"mocha": "10.8.2",
19690-
"ovsx": "0.10.0",
19691-
"playwright": "1.48.2",
19690+
"ovsx": "0.10.1",
19691+
"playwright": "1.49.0",
1969219692
"prettier": "3.1.0",
19693-
"sass": "1.80.6",
19693+
"sass": "1.81.0",
1969419694
"sass-loader": "16.0.3",
1969519695
"schema-utils": "4.2.0",
1969619696
"sharp": "0.32.6",
1969719697
"svgo": "3.3.2",
1969819698
"terser-webpack-plugin": "5.3.10",
1969919699
"ts-loader": "9.5.1",
19700-
"typescript": "5.7.1-rc",
19701-
"typescript-eslint": "8.13.0",
19700+
"typescript": "5.7.2",
19701+
"typescript-eslint": "8.15.0",
1970219702
"webpack": "5.96.1",
1970319703
"webpack-bundle-analyzer": "4.10.2",
1970419704
"webpack-cli": "5.1.4",

0 commit comments

Comments
 (0)