chore: update dependencies
This commit is contained in:
10
.eslintrc.js
10
.eslintrc.js
@@ -1,13 +1,5 @@
|
||||
module.exports = {
|
||||
extends: [
|
||||
'plugin:eslint-comments/recommended',
|
||||
|
||||
'standard',
|
||||
'standard-jsx',
|
||||
'prettier',
|
||||
'prettier/standard',
|
||||
'prettier/react',
|
||||
],
|
||||
extends: ['plugin:eslint-comments/recommended', 'standard', 'standard-jsx', 'prettier'],
|
||||
globals: {
|
||||
__DEV__: true,
|
||||
$Dict: true,
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"filenamify": "^4.1.0",
|
||||
"getopts": "^2.2.5",
|
||||
"lodash": "^4.17.15",
|
||||
"promise-toolbox": "^0.17.0",
|
||||
"promise-toolbox": "^0.18.0",
|
||||
"vhd-lib": "^1.0.0"
|
||||
},
|
||||
"engines": {
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
"lodash": "^4.17.20",
|
||||
"node-zone": "^0.4.0",
|
||||
"parse-pairs": "^1.1.0",
|
||||
"promise-toolbox": "^0.17.0",
|
||||
"promise-toolbox": "^0.18.0",
|
||||
"vhd-lib": "^1.0.0",
|
||||
"yazl": "^2.5.1"
|
||||
},
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
"get-stream": "^6.0.0",
|
||||
"limit-concurrency-decorator": "^0.4.0",
|
||||
"lodash": "^4.17.4",
|
||||
"promise-toolbox": "^0.17.0",
|
||||
"promise-toolbox": "^0.18.0",
|
||||
"proper-lockfile": "^4.1.2",
|
||||
"readable-stream": "^3.0.6",
|
||||
"through2": "^4.0.2",
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"lodash": "^4.17.4",
|
||||
"promise-toolbox": "^0.17.0"
|
||||
"promise-toolbox": "^0.18.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.0.0",
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
"getopts": "^2.2.3",
|
||||
"http-request-plus": "^0.9.1",
|
||||
"json-rpc-protocol": "^0.13.1",
|
||||
"promise-toolbox": "^0.15.1",
|
||||
"promise-toolbox": "^0.18.1",
|
||||
"pump": "^3.0.0",
|
||||
"pumpify": "^2.0.1",
|
||||
"split2": "^3.1.1"
|
||||
|
||||
@@ -32,6 +32,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@iarna/toml": "^2.2.0",
|
||||
"@koa/router": "^10.0.0",
|
||||
"@vates/compose": "^2.0.0",
|
||||
"@vates/decorate-with": "^0.0.1",
|
||||
"@vates/disposable": "^0.1.1",
|
||||
@@ -42,25 +43,24 @@
|
||||
"@xen-orchestra/log": "^0.2.0",
|
||||
"@xen-orchestra/self-signed": "^0.1.0",
|
||||
"@xen-orchestra/xapi": "^0.6.0",
|
||||
"ajv": "^6.10.0",
|
||||
"ajv": "^8.0.3",
|
||||
"app-conf": "^0.9.0",
|
||||
"async-iterator-to-stream": "^1.1.0",
|
||||
"fs-extra": "^8.1.0",
|
||||
"get-stream": "^5.1.0",
|
||||
"fs-extra": "^9.1.0",
|
||||
"get-stream": "^6.0.0",
|
||||
"getopts": "^2.2.3",
|
||||
"golike-defer": "^0.5.1",
|
||||
"http-server-plus": "^0.11.0",
|
||||
"json-rpc-protocol": "^0.13.1",
|
||||
"jsonrpc-websocket-client": "^0.5.0",
|
||||
"koa": "^2.5.1",
|
||||
"koa-compress": "^3.0.0",
|
||||
"koa-compress": "^4.0.0",
|
||||
"koa-helmet": "^5.1.0",
|
||||
"koa-router": "^7.4.0",
|
||||
"lodash": "^4.17.10",
|
||||
"ms": "^2.1.2",
|
||||
"node-zone": "^0.4.0",
|
||||
"parse-pairs": "^1.0.0",
|
||||
"promise-toolbox": "^0.17.0",
|
||||
"promise-toolbox": "^0.18.0",
|
||||
"source-map-support": "^0.5.16",
|
||||
"stoppable": "^1.0.6",
|
||||
"xdg-basedir": "^4.0.0",
|
||||
|
||||
@@ -8,7 +8,7 @@ import getStream from 'get-stream'
|
||||
import helmet from 'koa-helmet'
|
||||
import Koa from 'koa'
|
||||
import once from 'lodash/once'
|
||||
import Router from 'koa-router'
|
||||
import Router from '@koa/router'
|
||||
import Zone from 'node-zone'
|
||||
import { createLogger } from '@xen-orchestra/log'
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
"dependencies": {
|
||||
"chalk": "^4.1.0",
|
||||
"exec-promise": "^0.7.0",
|
||||
"form-data": "^3.0.0",
|
||||
"form-data": "^4.0.0",
|
||||
"fs-extra": "^9.0.0",
|
||||
"fs-promise": "^2.0.3",
|
||||
"get-stream": "^6.0.0",
|
||||
|
||||
@@ -43,11 +43,11 @@
|
||||
"dependencies": {
|
||||
"@xen-orchestra/async-map": "^0.1.2",
|
||||
"@xen-orchestra/log": "^0.2.0",
|
||||
"d3-time-format": "^2.2.3",
|
||||
"d3-time-format": "^3.0.0",
|
||||
"golike-defer": "^0.5.1",
|
||||
"lodash": "^4.17.15",
|
||||
"make-error": "^1.3.5",
|
||||
"promise-toolbox": "^0.17.0"
|
||||
"promise-toolbox": "^0.18.0"
|
||||
},
|
||||
"private": false,
|
||||
"license": "AGPL-3.0-or-later",
|
||||
|
||||
@@ -453,12 +453,12 @@ module.exports = class Vm {
|
||||
if (!vm.tags.includes('xo-disable-quiesce')) {
|
||||
try {
|
||||
ref = await pRetry(
|
||||
async bail => {
|
||||
async () => {
|
||||
try {
|
||||
return await this.callAsync(cancelToken, 'VM.snapshot_with_quiesce', vmRef, name_label)
|
||||
} catch (error) {
|
||||
if (error == null || error.code !== 'VM_SNAPSHOT_WITH_QUIESCE_FAILED') {
|
||||
throw bail(error)
|
||||
throw pRetry.bail(error)
|
||||
}
|
||||
// detect and remove new broken snapshots
|
||||
//
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"babel-jest": "^26.0.1",
|
||||
"benchmark": "^2.1.4",
|
||||
"eslint": "^7.6.0",
|
||||
"eslint-config-prettier": "^7.1.0",
|
||||
"eslint-config-prettier": "^8.1.0",
|
||||
"eslint-config-standard": "^16.0.2",
|
||||
"eslint-config-standard-jsx": "^10.0.0",
|
||||
"eslint-plugin-eslint-comments": "^3.2.0",
|
||||
@@ -16,7 +16,7 @@
|
||||
"eslint-plugin-promise": "^4.2.1",
|
||||
"eslint-plugin-react": "^7.21.5",
|
||||
"exec-promise": "^0.7.0",
|
||||
"flow-bin": "^0.142.0",
|
||||
"flow-bin": "^0.148.0",
|
||||
"globby": "^11.0.1",
|
||||
"handlebars": "^4.7.6",
|
||||
"husky": "^4.2.5",
|
||||
@@ -24,7 +24,7 @@
|
||||
"lint-staged": "^10.2.7",
|
||||
"lodash": "^4.17.4",
|
||||
"prettier": "^2.0.5",
|
||||
"promise-toolbox": "^0.17.0",
|
||||
"promise-toolbox": "^0.18.0",
|
||||
"sorted-object": "^2.0.1",
|
||||
"vuepress": "^1.4.1"
|
||||
},
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
"cross-env": "^7.0.2",
|
||||
"execa": "^5.0.0",
|
||||
"index-modules": "^0.3.0",
|
||||
"promise-toolbox": "^0.17.0",
|
||||
"promise-toolbox": "^0.18.0",
|
||||
"rimraf": "^3.0.0",
|
||||
"tmp": "^0.2.1"
|
||||
},
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
"fs-extra": "^9.0.0",
|
||||
"limit-concurrency-decorator": "^0.4.0",
|
||||
"lodash": "^4.17.4",
|
||||
"promise-toolbox": "^0.17.0",
|
||||
"promise-toolbox": "^0.18.0",
|
||||
"struct-fu": "^1.2.0",
|
||||
"uuid": "^8.3.1"
|
||||
},
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
"make-error": "^1.3.0",
|
||||
"minimist": "^1.2.0",
|
||||
"ms": "^2.1.1",
|
||||
"promise-toolbox": "^0.17.0",
|
||||
"promise-toolbox": "^0.18.0",
|
||||
"pw": "0.0.4",
|
||||
"xmlrpc": "^1.3.2",
|
||||
"xo-collection": "^0.4.1"
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
"nice-pipe": "0.0.0",
|
||||
"pretty-ms": "^7.0.0",
|
||||
"progress-stream": "^2.0.0",
|
||||
"promise-toolbox": "^0.17.0",
|
||||
"promise-toolbox": "^0.18.0",
|
||||
"pump": "^3.0.0",
|
||||
"pw": "^0.0.4",
|
||||
"strip-indent": "^3.0.0",
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
"@xen-orchestra/log": "^0.2.0",
|
||||
"async-iterator-to-stream": "^1.1.0",
|
||||
"lodash": "^4.17.19",
|
||||
"promise-toolbox": "^0.17.0",
|
||||
"promise-toolbox": "^0.18.0",
|
||||
"readable-stream": "^3.5.0",
|
||||
"xo-common": "^0.7.0"
|
||||
},
|
||||
|
||||
@@ -35,9 +35,9 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"exec-promise": "^0.7.0",
|
||||
"inquirer": "^7.0.0",
|
||||
"inquirer": "^8.0.0",
|
||||
"ldapts": "^2.2.1",
|
||||
"promise-toolbox": "^0.17.0"
|
||||
"promise-toolbox": "^0.18.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.0.0",
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
"ipaddr.js": "^1.9.1",
|
||||
"lodash": "^4.17.11",
|
||||
"node-openssl-cert": "^0.0.117",
|
||||
"promise-toolbox": "^0.17.0",
|
||||
"promise-toolbox": "^0.18.0",
|
||||
"uuid": "^8.3.1"
|
||||
},
|
||||
"private": true,
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
"golike-defer": "^0.5.1",
|
||||
"jest": "^24.8.0",
|
||||
"lodash": "^4.17.11",
|
||||
"promise-toolbox": "^0.17.0",
|
||||
"promise-toolbox": "^0.18.0",
|
||||
"xo-collection": "^0.4.1",
|
||||
"xo-common": "^0.7.0",
|
||||
"xo-lib": "^0.10.1"
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
"dependencies": {
|
||||
"nodemailer": "^6.1.0",
|
||||
"nodemailer-markdown": "^1.0.1",
|
||||
"promise-toolbox": "^0.17.0"
|
||||
"promise-toolbox": "^0.18.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.0.0",
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
"node": ">=6"
|
||||
},
|
||||
"dependencies": {
|
||||
"promise-toolbox": "^0.17.0",
|
||||
"promise-toolbox": "^0.18.0",
|
||||
"slack-node": "^0.1.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
"html-minifier": "^4.0.0",
|
||||
"human-format": "^0.11.0",
|
||||
"lodash": "^4.17.4",
|
||||
"promise-toolbox": "^0.17.0"
|
||||
"promise-toolbox": "^0.18.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.0.0",
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
"@xen-orchestra/self-signed": "^0.1.0",
|
||||
"@xen-orchestra/template": "^0.1.0",
|
||||
"@xen-orchestra/xapi": "^0.6.0",
|
||||
"ajv": "^6.1.1",
|
||||
"ajv": "^8.0.3",
|
||||
"app-conf": "^0.9.0",
|
||||
"archiver": "^5.0.0",
|
||||
"async-iterator-to-stream": "^1.0.1",
|
||||
@@ -92,7 +92,7 @@
|
||||
"json-stringify-safe": "^5.0.1",
|
||||
"json5": "^2.0.1",
|
||||
"kindof": "^2.0.0",
|
||||
"level-party": "^4.0.0",
|
||||
"level-party": "^5.0.0",
|
||||
"limit-concurrency-decorator": "^0.4.0",
|
||||
"lodash": "^4.17.4",
|
||||
"make-error": "^1",
|
||||
@@ -111,7 +111,7 @@
|
||||
"passport": "^0.4.0",
|
||||
"passport-local": "^1.0.0",
|
||||
"pretty-format": "^26.4.2",
|
||||
"promise-toolbox": "^0.17.0",
|
||||
"promise-toolbox": "^0.18.0",
|
||||
"proxy-agent": "^4.0.0",
|
||||
"pug": "^3.0.0",
|
||||
"pump": "^3.0.0",
|
||||
@@ -119,7 +119,7 @@
|
||||
"pw": "^0.0.4",
|
||||
"readable-stream": "^3.2.0",
|
||||
"redis": "^3.0.2",
|
||||
"schema-inspector": "^1.6.8",
|
||||
"schema-inspector": "^2.0.0",
|
||||
"semver": "^7.3.2",
|
||||
"serve-static": "^1.13.1",
|
||||
"set-cookie-parser": "^2.3.5",
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
"core-js": "^3.0.0",
|
||||
"lodash": "^4.17.15",
|
||||
"pako": "^1.0.11",
|
||||
"promise-toolbox": "^0.17.0",
|
||||
"promise-toolbox": "^0.18.0",
|
||||
"vhd-lib": "^1.0.0",
|
||||
"xml2js": "^0.4.23"
|
||||
},
|
||||
|
||||
@@ -97,7 +97,7 @@
|
||||
"moment-timezone": "^0.5.14",
|
||||
"notifyjs": "^3.0.0",
|
||||
"otplib": "^11.0.0",
|
||||
"promise-toolbox": "^0.17.0",
|
||||
"promise-toolbox": "^0.18.0",
|
||||
"prop-types": "^15.6.0",
|
||||
"qrcode": "^1.3.2",
|
||||
"random-password": "^0.1.2",
|
||||
|
||||
Reference in New Issue
Block a user