Skip to content

Commit

Permalink
Updates dependencies
Browse files Browse the repository at this point in the history
Renames `update-emoji` to `generate:emoji`
Renames `update-licenses` to `generate:licenses`
  • Loading branch information
eamodio committed Nov 25, 2024
1 parent c49cc5b commit 2eee0c1
Show file tree
Hide file tree
Showing 4 changed files with 714 additions and 555 deletions.
28 changes: 21 additions & 7 deletions ThirdPartyNotices.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ This project incorporates components from the projects listed below.
8. @octokit/request version 9.1.3 (https://github.com/octokit/request.js)
9. @octokit/types version 13.6.1 (https://github.com/octokit/types.ts)
10. @opentelemetry/api version 1.9.0 (https://github.com/open-telemetry/opentelemetry-js)
11. @opentelemetry/exporter-trace-otlp-http version 0.54.0 (https://github.com/open-telemetry/opentelemetry-js)
12. @opentelemetry/resources version 1.27.0 (https://github.com/open-telemetry/opentelemetry-js)
13. @opentelemetry/sdk-trace-base version 1.27.0 (https://github.com/open-telemetry/opentelemetry-js)
14. @opentelemetry/semantic-conventions version 1.27.0 (https://github.com/open-telemetry/opentelemetry-js)
11. @opentelemetry/exporter-trace-otlp-http version 0.55.0 (https://github.com/open-telemetry/opentelemetry-js)
12. @opentelemetry/resources version 1.28.0 (https://github.com/open-telemetry/opentelemetry-js)
13. @opentelemetry/sdk-trace-base version 1.28.0 (https://github.com/open-telemetry/opentelemetry-js)
14. @opentelemetry/semantic-conventions version 1.28.0 (https://github.com/open-telemetry/opentelemetry-js)
15. @shoelace-style/shoelace version 2.18.0 (https://github.com/shoelace-style/shoelace)
16. @vscode/codicons version 0.0.36 (https://github.com/microsoft/vscode-codicons)
17. ansi-regex version 6.1.0 (https://github.com/chalk/ansi-regex)
18. billboard.js version 3.14.0 (https://github.com/naver/billboard.js)
18. billboard.js version 3.14.1 (https://github.com/naver/billboard.js)
19. https-proxy-agent version 5.0.1 (https://github.com/TooTallNate/node-https-proxy-agent)
20. iconv-lite version 0.6.3 (https://github.com/ashtuchkin/iconv-lite)
21. lit version 3.2.1 (https://github.com/lit/lit)
22. marked version 14.1.3 (https://github.com/markedjs/marked)
22. marked version 15.0.2 (https://github.com/markedjs/marked)
23. microsoft/vscode (https://github.com/microsoft/vscode)
24. node-fetch version 2.7.0 (https://github.com/bitinn/node-fetch)
25. os-browserify version 0.3.0 (https://github.com/CoderPuppy/os-browserify)
Expand All @@ -34,7 +34,8 @@ This project incorporates components from the projects listed below.
29. signal-utils version 0.20.0 (https://github.com/proposal-signals/signal-utils)
30. sindresorhus/is-fullwidth-code-point (https://github.com/sindresorhus/is-fullwidth-code-point)
31. sindresorhus/string-width (https://github.com/sindresorhus/string-width)
32. sortablejs version 1.15.0 (https://github.com/SortableJS/Sortable)
32. slug version 10.0.0 (https://github.com/Trott/slug)
33. sortablejs version 1.15.0 (https://github.com/SortableJS/Sortable)

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

%% slug NOTICES AND INFORMATION BEGIN HERE
=========================================
Copyright (c) 2014 ▟ ▖▟ ▖(dodo)

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:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

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.

=========================================
END OF slug NOTICES AND INFORMATION

%% sortablejs NOTICES AND INFORMATION BEGIN HERE
=========================================
MIT License
Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19563,6 +19563,8 @@
"build:icons": "pnpm run icons:svgo && pnpm fantasticon && pnpm run icons:apply",
"build:tests": "node ./scripts/esbuild.tests.mjs --mode development",
"generate:docs:telemetry": "node ./scripts/generate-telemetry-docs.mjs",
"generate:emoji": "node ./scripts/generateEmojiShortcodeMap.mjs",
"generate:licenses": "node ./scripts/generateLicenses.mjs",
"bundle": "webpack --mode production",
"bundle:extension": "webpack --mode production --config-name extension:node",
"clean": "pnpx rimraf --glob dist out .vscode-test .vscode-test-web .eslintcache* tsconfig*.tsbuildinfo",
Expand Down Expand Up @@ -19600,8 +19602,6 @@
"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' })\"",
"update-dts": "pushd \"src/@types\" && pnpx @vscode/dts dev && popd",
"update-dts:main": "pushd \"src/@types\" && pnpx @vscode/dts main && popd",
"update-emoji": "node ./scripts/generateEmojiShortcodeMap.mjs",
"update-licenses": "node ./scripts/generateLicenses.mjs",
"pretest": "pnpm run build:tests",
"vscode:prepublish": "pnpm run bundle"
},
Expand All @@ -19619,18 +19619,18 @@
"@octokit/request-error": "6.1.5",
"@octokit/types": "13.6.1",
"@opentelemetry/api": "1.9.0",
"@opentelemetry/exporter-trace-otlp-http": "0.54.0",
"@opentelemetry/resources": "1.27.0",
"@opentelemetry/sdk-trace-base": "1.27.0",
"@opentelemetry/semantic-conventions": "1.27.0",
"@opentelemetry/exporter-trace-otlp-http": "0.55.0",
"@opentelemetry/resources": "1.28.0",
"@opentelemetry/sdk-trace-base": "1.28.0",
"@opentelemetry/semantic-conventions": "1.28.0",
"@shoelace-style/shoelace": "2.18.0",
"@vscode/codicons": "0.0.36",
"ansi-regex": "6.1.0",
"billboard.js": "3.14.0",
"billboard.js": "3.14.1",
"https-proxy-agent": "5.0.1",
"iconv-lite": "0.6.3",
"lit": "3.2.1",
"marked": "14.1.3",
"marked": "15.0.2",
"node-fetch": "2.7.0",
"os-browserify": "0.3.0",
"path-browserify": "1.0.1",
Expand All @@ -19647,17 +19647,17 @@
"@swc/core": "1.9.1",
"@twbs/fantasticon": "3.0.0",
"@types/eslint__js": "8.42.3",
"@types/mocha": "10.0.9",
"@types/mocha": "10.0.10",
"@types/node": "18.15.0",
"@types/react": "17.0.82",
"@types/react-dom": "17.0.21",
"@types/slug": "5.0.9",
"@types/sortablejs": "1.15.8",
"@types/vscode": "1.82.0",
"@typescript-eslint/parser": "8.13.0",
"@typescript-eslint/parser": "8.15.0",
"@vscode/test-cli": "^0.0.10",
"@vscode/test-electron": "2.4.1",
"@vscode/test-web": "0.0.63",
"@vscode/test-web": "0.0.64",
"@vscode/vsce": "3.2.1",
"cheerio": "1.0.0-rc.12",
"circular-dependency-plugin": "5.2.2",
Expand All @@ -19671,34 +19671,34 @@
"esbuild-loader": "4.2.2",
"esbuild-node-externals": "1.15.0",
"esbuild-sass-plugin": "3.3.1",
"eslint": "9.14.0",
"eslint": "9.15.0",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-plugin-anti-trojan-source": "1.1.1",
"eslint-plugin-import-x": "4.4.0",
"eslint-plugin-import-x": "4.4.3",
"eslint-plugin-lit": "1.15.0",
"eslint-plugin-wc": "2.2.0",
"fork-ts-checker-webpack-plugin": "6.5.3",
"glob": "11.0.0",
"globals": "15.12.0",
"html-loader": "5.1.0",
"html-webpack-plugin": "5.6.3",
"image-minimizer-webpack-plugin": "4.1.0",
"image-minimizer-webpack-plugin": "4.1.1",
"license-checker-rseidelsohn": "4.4.2",
"lz-string": "1.5.0",
"mini-css-extract-plugin": "2.9.2",
"mocha": "10.8.2",
"ovsx": "0.10.0",
"playwright": "1.48.2",
"ovsx": "0.10.1",
"playwright": "1.49.0",
"prettier": "3.1.0",
"sass": "1.80.6",
"sass": "1.81.0",
"sass-loader": "16.0.3",
"schema-utils": "4.2.0",
"sharp": "0.32.6",
"svgo": "3.3.2",
"terser-webpack-plugin": "5.3.10",
"ts-loader": "9.5.1",
"typescript": "5.7.1-rc",
"typescript-eslint": "8.13.0",
"typescript": "5.7.2",
"typescript-eslint": "8.15.0",
"webpack": "5.96.1",
"webpack-bundle-analyzer": "4.10.2",
"webpack-cli": "5.1.4",
Expand Down
Loading

0 comments on commit 2eee0c1

Please sign in to comment.