Browse Source

Updates dependencies: codicons, etc

Switches from unmaintained fantasticon to @twbs/fantasticon
main
Eric Amodio 1 year ago
parent
commit
388778c1d1
14 changed files with 253 additions and 370 deletions
  1. +1
    -1
      .fantasticonrc.js
  2. +4
    -4
      ThirdPartyNotices.txt
  3. +8
    -8
      package.json
  4. +1
    -1
      src/webviews/apps/commitDetails/commitDetails.html
  5. +1
    -1
      src/webviews/apps/home/home.html
  6. +1
    -1
      src/webviews/apps/plus/account/account.html
  7. +1
    -1
      src/webviews/apps/plus/focus/focus.html
  8. +1
    -1
      src/webviews/apps/plus/graph/graph.html
  9. +1
    -1
      src/webviews/apps/plus/timeline/timeline.html
  10. +1
    -1
      src/webviews/apps/rebase/rebase.html
  11. +1
    -1
      src/webviews/apps/settings/settings.html
  12. +1
    -1
      src/webviews/apps/welcome/welcome.html
  13. +1
    -1
      webpack.config.js
  14. +230
    -347
      yarn.lock

+ 1
- 1
.fantasticonrc.js View File

@ -1,6 +1,6 @@
//@ts-check
/** @type { import('fantasticon').RunnerOptions} } */
/** @type { import('@twbs/fantasticon').RunnerOptions} } */
const config = {
name: 'glicons',
prefix: 'glicon',

+ 4
- 4
ThirdPartyNotices.txt View File

@ -3,20 +3,20 @@ GitLens
THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
This project incorporates components from the projects listed below.
1. @lit/react version 1.0.0 (https://github.com/lit/lit)
1. @lit/react version 1.0.1 (https://github.com/lit/lit)
2. @microsoft/fast-element version 1.12.0 (https://github.com/Microsoft/fast)
3. @octokit/graphql version 7.0.2 (https://github.com/octokit/graphql.js)
4. @octokit/request version 8.1.4 (https://github.com/octokit/request.js)
5. @opentelemetry/api version 1.6.0 (https://github.com/open-telemetry/opentelemetry-js)
6. @opentelemetry/exporter-trace-otlp-http version 0.43.0 (https://github.com/open-telemetry/opentelemetry-js)
7. @opentelemetry/sdk-trace-base version 1.17.0 (https://github.com/open-telemetry/opentelemetry-js)
8. @vscode/codicons version 0.0.33 (https://github.com/microsoft/vscode-codicons)
8. @vscode/codicons version 0.0.35 (https://github.com/microsoft/vscode-codicons)
9. @vscode/webview-ui-toolkit version 1.2.2 (https://github.com/microsoft/vscode-webview-ui-toolkit)
10. ansi-regex version 6.0.1 (https://github.com/chalk/ansi-regex)
11. billboard.js version 3.10.0 (https://github.com/naver/billboard.js)
11. billboard.js version 3.10.2 (https://github.com/naver/billboard.js)
12. https-proxy-agent version 5.0.1 (https://github.com/TooTallNate/node-https-proxy-agent)
13. iconv-lite version 0.6.3 (https://github.com/ashtuchkin/iconv-lite)
14. lit version 3.0.0 (https://github.com/lit/lit)
14. lit version 3.0.1 (https://github.com/lit/lit)
15. microsoft/vscode (https://github.com/microsoft/vscode)
16. node-fetch version 2.7.0 (https://github.com/bitinn/node-fetch)
17. os-browserify version 0.3.0 (https://github.com/CoderPuppy/os-browserify)

+ 8
- 8
package.json View File

@ -15354,20 +15354,20 @@
"dependencies": {
"@gitkraken/gitkraken-components": "10.2.0",
"@gitkraken/shared-web-components": "0.1.1-rc.15",
"@lit/react": "1.0.0",
"@lit/react": "1.0.1",
"@microsoft/fast-element": "1.12.0",
"@octokit/graphql": "7.0.2",
"@octokit/request": "8.1.4",
"@opentelemetry/api": "1.6.0",
"@opentelemetry/exporter-trace-otlp-http": "0.43.0",
"@opentelemetry/sdk-trace-base": "1.17.0",
"@vscode/codicons": "0.0.33",
"@vscode/codicons": "0.0.35",
"@vscode/webview-ui-toolkit": "1.2.2",
"ansi-regex": "6.0.1",
"billboard.js": "3.10.0",
"billboard.js": "3.10.2",
"https-proxy-agent": "5.0.1",
"iconv-lite": "0.6.3",
"lit": "3.0.0",
"lit": "3.0.1",
"node-fetch": "2.7.0",
"os-browserify": "0.3.0",
"path-browserify": "1.0.1",
@ -15376,6 +15376,7 @@
"sortablejs": "1.15.0"
},
"devDependencies": {
"@twbs/fantasticon": "2.7.1",
"@types/mocha": "10.0.1",
"@types/node": "16.11.47",
"@types/react": "17.0.69",
@ -15385,8 +15386,8 @@
"@typescript-eslint/eslint-plugin": "6.9.0",
"@typescript-eslint/parser": "6.9.0",
"@vscode/test-electron": "2.3.6",
"@vscode/test-web": "0.0.47",
"@vscode/vsce": "2.21.1",
"@vscode/test-web": "0.0.48",
"@vscode/vsce": "2.22.0",
"circular-dependency-plugin": "5.2.2",
"clean-webpack-plugin": "4.0.0",
"concurrently": "8.2.2",
@ -15406,7 +15407,6 @@
"eslint-plugin-import": "2.29.0",
"eslint-plugin-lit": "1.10.1",
"eslint-plugin-wc": "2.0.4",
"fantasticon": "1.2.3",
"fork-ts-checker-webpack-plugin": "6.5.3",
"glob": "10.3.10",
"html-loader": "4.2.0",
@ -15417,7 +15417,7 @@
"mini-css-extract-plugin": "2.7.6",
"mocha": "10.2.0",
"prettier": "3.0.3",
"sass": "1.69.4",
"sass": "1.69.5",
"sass-loader": "13.3.2",
"schema-utils": "4.2.0",
"sharp": "0.32.6",

+ 1
- 1
src/webviews/apps/commitDetails/commitDetails.html View File

@ -6,7 +6,7 @@
@font-face {
font-family: 'codicon';
font-display: block;
src: url('#{webroot}/codicon.ttf?2ab61cbaefbdf4c7c5589068100bee0c') format('truetype');
src: url('#{webroot}/codicon.ttf?79130123c9d3674a686cf03962523e8a') format('truetype');
}
@font-face {
font-family: 'glicons';

+ 1
- 1
src/webviews/apps/home/home.html View File

@ -6,7 +6,7 @@
@font-face {
font-family: 'codicon';
font-display: block;
src: url('#{webroot}/codicon.ttf?2ab61cbaefbdf4c7c5589068100bee0c') format('truetype');
src: url('#{webroot}/codicon.ttf?79130123c9d3674a686cf03962523e8a') format('truetype');
}
@font-face {
font-family: 'glicons';

+ 1
- 1
src/webviews/apps/plus/account/account.html View File

@ -6,7 +6,7 @@
@font-face {
font-family: 'codicon';
font-display: block;
src: url('#{webroot}/codicon.ttf?2ab61cbaefbdf4c7c5589068100bee0c') format('truetype');
src: url('#{webroot}/codicon.ttf?79130123c9d3674a686cf03962523e8a') format('truetype');
}
</style>
</head>

+ 1
- 1
src/webviews/apps/plus/focus/focus.html View File

@ -6,7 +6,7 @@
@font-face {
font-family: 'codicon';
font-display: block;
src: url('#{webroot}/codicon.ttf?2ab61cbaefbdf4c7c5589068100bee0c') format('truetype');
src: url('#{webroot}/codicon.ttf?79130123c9d3674a686cf03962523e8a') format('truetype');
}
@font-face {
font-family: 'glicons';

+ 1
- 1
src/webviews/apps/plus/graph/graph.html View File

@ -6,7 +6,7 @@
@font-face {
font-family: 'codicon';
font-display: block;
src: url('#{webroot}/codicon.ttf?2ab61cbaefbdf4c7c5589068100bee0c') format('truetype');
src: url('#{webroot}/codicon.ttf?79130123c9d3674a686cf03962523e8a') format('truetype');
}
@font-face {
font-family: 'glicons';

+ 1
- 1
src/webviews/apps/plus/timeline/timeline.html View File

@ -6,7 +6,7 @@
@font-face {
font-family: 'codicon';
font-display: block;
src: url('#{webroot}/codicon.ttf?2ab61cbaefbdf4c7c5589068100bee0c') format('truetype');
src: url('#{webroot}/codicon.ttf?79130123c9d3674a686cf03962523e8a') format('truetype');
}
@font-face {
font-family: 'glicons';

+ 1
- 1
src/webviews/apps/rebase/rebase.html View File

@ -6,7 +6,7 @@
@font-face {
font-family: 'codicon';
font-display: block;
src: url('#{webroot}/codicon.ttf?2ab61cbaefbdf4c7c5589068100bee0c') format('truetype');
src: url('#{webroot}/codicon.ttf?79130123c9d3674a686cf03962523e8a') format('truetype');
}
</style>
</head>

+ 1
- 1
src/webviews/apps/settings/settings.html View File

@ -6,7 +6,7 @@
@font-face {
font-family: 'codicon';
font-display: block;
src: url('#{webroot}/codicon.ttf?2ab61cbaefbdf4c7c5589068100bee0c') format('truetype');
src: url('#{webroot}/codicon.ttf?79130123c9d3674a686cf03962523e8a') format('truetype');
}
</style>
</head>

+ 1
- 1
src/webviews/apps/welcome/welcome.html View File

@ -6,7 +6,7 @@
@font-face {
font-family: 'codicon';
font-display: block;
src: url('#{webroot}/codicon.ttf?2ab61cbaefbdf4c7c5589068100bee0c') format('truetype');
src: url('#{webroot}/codicon.ttf?79130123c9d3674a686cf03962523e8a') format('truetype');
}
@font-face {
font-family: 'glicons';

+ 1
- 1
webpack.config.js View File

@ -10,7 +10,7 @@ const CspHtmlPlugin = require('csp-html-webpack-plugin');
const CssMinimizerPlugin = require('css-minimizer-webpack-plugin');
const esbuild = require('esbuild');
const { EsbuildPlugin } = require('esbuild-loader');
const { generateFonts } = require('fantasticon');
const { generateFonts } = require('@twbs/fantasticon');
const ForkTsCheckerPlugin = require('fork-ts-checker-webpack-plugin');
const fs = require('fs');
const HtmlPlugin = require('html-webpack-plugin');

+ 230
- 347
yarn.lock
File diff suppressed because it is too large
View File


Loading…
Cancel
Save