Update theia/cli version

This commit is contained in:
Silvano Cerza 2021-11-04 14:48:54 +01:00 committed by Silvano Cerza
parent 72750f0be3
commit 7bc83eba1d
2 changed files with 105 additions and 3 deletions

View File

@ -10,7 +10,7 @@
"node": ">=12.14.1 <13"
},
"devDependencies": {
"@theia/cli": "1.17.2",
"@theia/cli": "1.19.0",
"@types/sinon": "^2.3.5",
"@types/jsdom": "^11.0.4",
"@typescript-eslint/eslint-plugin": "^4.27.0",
@ -43,7 +43,7 @@
"test": "lerna run test",
"download:plugins": "theia download:plugins",
"update:version": "node ./scripts/update-version.js",
"i18n:generate": "theia extract -e vscode -p '+(arduino-ide-extension|browser-app|electron|electron-app|plugins)/**/*.ts' -o ./i18n/en.json",
"i18n:generate": "theia nls-extract -e vscode -f '+(arduino-ide-extension|browser-app|electron|electron-app|plugins)/**/*.ts' -o ./i18n/en.json",
"i18n:check": "yarn i18n:generate && git add -N ./i18n && git diff --exit-code ./i18n",
"i18n:push": "node ./scripts/i18n/transifex-push.js ./i18n/en.json",
"i18n:pull": "node ./scripts/i18n/transifex-pull.js ./i18n/"

104
yarn.lock
View File

@ -2136,6 +2136,38 @@
worker-loader "^3.0.8"
yargs "^15.3.1"
"@theia/application-manager@1.19.0":
version "1.19.0"
resolved "https://registry.yarnpkg.com/@theia/application-manager/-/application-manager-1.19.0.tgz#e608e55e1bc5252b185e6f8917ea274de2a8dc7a"
integrity sha512-h4PspeMtDyHnpz3qELTKwUeWTFmpXe4OzDmET6u6NgXh93ba94gnIh0OZg7xjDD/3vrJLz1yQhVc263FioxBjw==
dependencies:
"@babel/core" "^7.10.0"
"@babel/plugin-transform-classes" "^7.10.0"
"@babel/plugin-transform-runtime" "^7.10.0"
"@babel/preset-env" "^7.10.0"
"@theia/application-package" "1.19.0"
"@theia/compression-webpack-plugin" "^3.0.0"
"@types/fs-extra" "^4.0.2"
babel-loader "^8.2.2"
buffer "^6.0.3"
circular-dependency-plugin "^5.2.2"
copy-webpack-plugin "^8.1.1"
css-loader "^6.2.0"
electron-rebuild "^1.8.6"
font-awesome-webpack "0.0.5-beta.2"
fs-extra "^4.0.2"
ignore-loader "^0.1.2"
less "^3.0.3"
setimmediate "^1.0.5"
source-map-loader "^2.0.1"
source-map-support "^0.5.19"
style-loader "^2.0.0"
umd-compat-loader "^2.1.2"
webpack "^5.48.0"
webpack-cli "4.7.0"
worker-loader "^3.0.8"
yargs "^15.3.1"
"@theia/application-package@1.17.2":
version "1.17.2"
resolved "https://registry.yarnpkg.com/@theia/application-package/-/application-package-1.17.2.tgz#05b1f2c749bbd693013f17cdf8b57d5789cb70fb"
@ -2170,6 +2202,23 @@
semver "^5.4.1"
write-json-file "^2.2.0"
"@theia/application-package@1.19.0":
version "1.19.0"
resolved "https://registry.yarnpkg.com/@theia/application-package/-/application-package-1.19.0.tgz#a6045bec3ebcc7acb80dbfbb644c7fd429799aeb"
integrity sha512-+WToWAofmvFafuY6kmsNAKz1IRwWwurHmj4U7JYpJ2jgey3H7lcO6qUMd8ZfWt3wK9ckPqlnuasuI7nHTZgcrA==
dependencies:
"@types/fs-extra" "^4.0.2"
"@types/request" "^2.0.3"
"@types/semver" "^5.4.0"
"@types/write-json-file" "^2.2.1"
changes-stream "^2.2.0"
deepmerge "^4.2.2"
fs-extra "^4.0.2"
is-electron "^2.1.0"
request "^2.82.0"
semver "^5.4.1"
write-json-file "^2.2.0"
"@theia/bulk-edit@1.18.0":
version "1.18.0"
resolved "https://registry.yarnpkg.com/@theia/bulk-edit/-/bulk-edit-1.18.0.tgz#bf24abd1fb25085e0c763beacfb13c2f084641dd"
@ -2218,6 +2267,34 @@
temp "^0.9.1"
yargs "^15.3.1"
"@theia/cli@1.19.0":
version "1.19.0"
resolved "https://registry.yarnpkg.com/@theia/cli/-/cli-1.19.0.tgz#d9316b5e294ad5e7c4f66fd6d44efd9419d60955"
integrity sha512-qMpI4cjVWzYbStN/+9wxyWCimKCVmrP+uSykRqlRFnRJcsLQC1om8ED98//9BgwYW5y3zSwB7rmBd/S0Io8tsQ==
dependencies:
"@theia/application-manager" "1.19.0"
"@theia/application-package" "1.19.0"
"@theia/localization-manager" "1.19.0"
"@theia/ovsx-client" "1.19.0"
"@types/chai" "^4.2.7"
"@types/mkdirp" "^0.5.2"
"@types/mocha" "^5.2.7"
"@types/node-fetch" "^2.5.7"
"@types/puppeteer" "^2.0.0"
"@types/requestretry" "^1.12.3"
"@types/tar" "^4.0.3"
chai "^4.2.0"
colors "^1.4.0"
decompress "^4.2.1"
https-proxy-agent "^5.0.0"
mocha "^7.0.0"
node-fetch "^2.6.0"
proxy-from-env "^1.1.0"
puppeteer "^2.0.0"
puppeteer-to-istanbul "^1.2.2"
temp "^0.9.1"
yargs "^15.3.1"
"@theia/compression-webpack-plugin@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@theia/compression-webpack-plugin/-/compression-webpack-plugin-3.0.0.tgz#3d1b932327caf33b218fd5d3d1a64a5dbee4324a"
@ -2440,6 +2517,17 @@
ajv "^6.5.3"
jsonc-parser "^2.2.0"
"@theia/localization-manager@1.19.0":
version "1.19.0"
resolved "https://registry.yarnpkg.com/@theia/localization-manager/-/localization-manager-1.19.0.tgz#6b6eab185c032b376f72c0ddc2a07e6a51ebd4ea"
integrity sha512-bzVZNraNU181CyRI7EVKbkFSM7Q/gZ79avXoZISTWNQSZBdU7mHJiSDDZIIl9qzJdjo5fxtml5oUI98TRw0lnA==
dependencies:
"@types/fs-extra" "^4.0.2"
deepmerge "^4.2.2"
fs-extra "^4.0.2"
glob "^7.2.0"
typescript "^4.4.3"
"@theia/markers@1.18.0":
version "1.18.0"
resolved "https://registry.yarnpkg.com/@theia/markers/-/markers-1.18.0.tgz#8e1b0c1c55727915f4ea9c384dcf0c7d250774b8"
@ -2528,6 +2616,15 @@
bent "^7.1.0"
semver "^5.4.1"
"@theia/ovsx-client@1.19.0":
version "1.19.0"
resolved "https://registry.yarnpkg.com/@theia/ovsx-client/-/ovsx-client-1.19.0.tgz#6d350c831c7e3280a10269b1ce72f4312896d441"
integrity sha512-TCdEURZTywMv7TbvFZpYjCF/mrB2ltu+9gVIk49eGAQISbmyWOoq3h9D4p+r+HTC+9TvBwAP6LSkvfHjuu+3tw==
dependencies:
"@types/bent" "^7.0.1"
bent "^7.1.0"
semver "^5.4.1"
"@theia/plugin-ext-vscode@1.18.0":
version "1.18.0"
resolved "https://registry.yarnpkg.com/@theia/plugin-ext-vscode/-/plugin-ext-vscode-1.18.0.tgz#ef1e44992c0fb5b52d02a4c9b93b1da94f3f9a94"
@ -7571,7 +7668,7 @@ glob@^7.0.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
once "^1.3.0"
path-is-absolute "^1.0.0"
glob@^7.0.5:
glob@^7.0.5, glob@^7.2.0:
version "7.2.0"
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
@ -13992,6 +14089,11 @@ typescript@^3.9.2:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.9.tgz#e69905c54bc0681d0518bd4d587cc6f2d0b1a674"
integrity sha512-kdMjTiekY+z/ubJCATUPlRDl39vXYiMV9iyeMuEuXZh2we6zz80uovNN2WlAxmmdE/Z/YQe+EbOEXB5RHEED3w==
typescript@^4.4.3:
version "4.4.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.4.tgz#2cd01a1a1f160704d3101fd5a58ff0f9fcb8030c"
integrity sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==
uc.micro@^1.0.1, uc.micro@^1.0.5:
version "1.0.6"
resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-1.0.6.tgz#9c411a802a409a91fc6cf74081baba34b24499ac"