chore: update promise-toolbox to 0.17.0

Allow using `Disposable.use()`.
This commit is contained in:
Julien Fontanet
2021-02-26 11:49:47 +01:00
parent 2952b5a7ec
commit 71a6f70f46
22 changed files with 28 additions and 21 deletions

View File

@@ -12,7 +12,7 @@
"getopts": "^2.2.5",
"limit-concurrency-decorator": "^0.4.0",
"lodash": "^4.17.15",
"promise-toolbox": "^0.16.0",
"promise-toolbox": "^0.17.0",
"proper-lockfile": "^4.1.1",
"vhd-lib": "^1.0.0"
},

View File

@@ -32,7 +32,7 @@
"lodash": "^4.17.20",
"node-zone": "^0.4.0",
"parse-pairs": "^1.1.0",
"promise-toolbox": "^0.16.0",
"promise-toolbox": "^0.17.0",
"vhd-lib": "^1.0.0",
"yazl": "^2.5.1"
},

View File

@@ -33,7 +33,7 @@
"get-stream": "^6.0.0",
"limit-concurrency-decorator": "^0.4.0",
"lodash": "^4.17.4",
"promise-toolbox": "^0.16.0",
"promise-toolbox": "^0.17.0",
"readable-stream": "^3.0.6",
"through2": "^4.0.2",
"tmp": "^0.2.1",

View File

@@ -32,7 +32,7 @@
},
"dependencies": {
"lodash": "^4.17.4",
"promise-toolbox": "^0.16.0"
"promise-toolbox": "^0.17.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0",

View File

@@ -61,7 +61,7 @@
"ms": "^2.1.2",
"node-zone": "^0.4.0",
"parse-pairs": "^1.0.0",
"promise-toolbox": "^0.16.0",
"promise-toolbox": "^0.17.0",
"source-map-support": "^0.5.16",
"stoppable": "^1.0.6",
"xdg-basedir": "^4.0.0",

View File

@@ -43,7 +43,7 @@
"golike-defer": "^0.5.1",
"lodash": "^4.17.15",
"make-error": "^1.3.5",
"promise-toolbox": "^0.16.0"
"promise-toolbox": "^0.17.0"
},
"private": false,
"license": "AGPL-3.0-or-later",

View File

@@ -24,7 +24,7 @@
"lint-staged": "^10.2.7",
"lodash": "^4.17.4",
"prettier": "^2.0.5",
"promise-toolbox": "^0.16.0",
"promise-toolbox": "^0.17.0",
"sorted-object": "^2.0.1",
"vuepress": "^1.4.1"
},

View File

@@ -43,7 +43,7 @@
"cross-env": "^7.0.2",
"execa": "^5.0.0",
"index-modules": "^0.3.0",
"promise-toolbox": "^0.16.0",
"promise-toolbox": "^0.17.0",
"rimraf": "^3.0.0",
"tmp": "^0.2.1"
},

View File

@@ -27,7 +27,7 @@
"fs-extra": "^9.0.0",
"limit-concurrency-decorator": "^0.4.0",
"lodash": "^4.17.4",
"promise-toolbox": "^0.16.0",
"promise-toolbox": "^0.17.0",
"struct-fu": "^1.2.0",
"uuid": "^8.3.1"
},

View File

@@ -47,7 +47,7 @@
"make-error": "^1.3.0",
"minimist": "^1.2.0",
"ms": "^2.1.1",
"promise-toolbox": "^0.16.0",
"promise-toolbox": "^0.17.0",
"pw": "0.0.4",
"xmlrpc": "^1.3.2",
"xo-collection": "^0.4.1"

View File

@@ -46,7 +46,7 @@
"nice-pipe": "0.0.0",
"pretty-ms": "^7.0.0",
"progress-stream": "^2.0.0",
"promise-toolbox": "^0.16.0",
"promise-toolbox": "^0.17.0",
"pump": "^3.0.0",
"pw": "^0.0.4",
"strip-indent": "^3.0.0",

View File

@@ -54,7 +54,7 @@
"@xen-orchestra/log": "^0.2.0",
"async-iterator-to-stream": "^1.1.0",
"lodash": "^4.17.19",
"promise-toolbox": "^0.16.0",
"promise-toolbox": "^0.17.0",
"readable-stream": "^3.5.0",
"xo-common": "^0.6.0"
},

View File

@@ -37,7 +37,7 @@
"exec-promise": "^0.7.0",
"inquirer": "^7.0.0",
"ldapts": "^2.2.1",
"promise-toolbox": "^0.16.0"
"promise-toolbox": "^0.17.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0",

View File

@@ -35,7 +35,7 @@
"ipaddr.js": "^1.9.1",
"lodash": "^4.17.11",
"node-openssl-cert": "^0.0.117",
"promise-toolbox": "^0.16.0",
"promise-toolbox": "^0.17.0",
"uuid": "^8.3.1"
},
"private": true,

View File

@@ -37,7 +37,7 @@
"golike-defer": "^0.5.1",
"jest": "^24.8.0",
"lodash": "^4.17.11",
"promise-toolbox": "^0.16.0",
"promise-toolbox": "^0.17.0",
"xo-collection": "^0.4.1",
"xo-common": "^0.6.0",
"xo-lib": "^0.10.1"

View File

@@ -34,7 +34,7 @@
"dependencies": {
"nodemailer": "^6.1.0",
"nodemailer-markdown": "^1.0.1",
"promise-toolbox": "^0.16.0"
"promise-toolbox": "^0.17.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0",

View File

@@ -33,7 +33,7 @@
"node": ">=6"
},
"dependencies": {
"promise-toolbox": "^0.16.0",
"promise-toolbox": "^0.17.0",
"slack-node": "^0.1.8"
},
"devDependencies": {

View File

@@ -43,7 +43,7 @@
"html-minifier": "^4.0.0",
"human-format": "^0.11.0",
"lodash": "^4.17.4",
"promise-toolbox": "^0.16.0"
"promise-toolbox": "^0.17.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0",

View File

@@ -111,7 +111,7 @@
"passport-local": "^1.0.0",
"passport": "^0.4.0",
"pretty-format": "^26.4.2",
"promise-toolbox": "^0.16.0",
"promise-toolbox": "^0.17.0",
"proxy-agent": "^4.0.0",
"pug": "^3.0.0",
"pump": "^3.0.0",

View File

@@ -29,7 +29,7 @@
"core-js": "^3.0.0",
"lodash": "^4.17.15",
"pako": "^1.0.11",
"promise-toolbox": "^0.16.0",
"promise-toolbox": "^0.17.0",
"vhd-lib": "^1.0.0",
"xml2js": "^0.4.23"
},

View File

@@ -98,7 +98,7 @@
"moment-timezone": "^0.5.14",
"notifyjs": "^3.0.0",
"otplib": "^11.0.0",
"promise-toolbox": "^0.16.0",
"promise-toolbox": "^0.17.0",
"prop-types": "^15.6.0",
"qrcode": "^1.3.2",
"random-password": "^0.1.2",

View File

@@ -14937,6 +14937,13 @@ promise-toolbox@^0.16.0:
dependencies:
make-error "^1.3.2"
promise-toolbox@^0.17.0:
version "0.17.0"
resolved "https://registry.yarnpkg.com/promise-toolbox/-/promise-toolbox-0.17.0.tgz#e5402705c646f42a006baa8f683e30830ab2aa17"
integrity sha512-JZFJh+sMsWUL3kCuAziBan/BNYV006Ymj+hSZCuWLZB3kxQgstih6iXf9eCPU6t6QdXBer5uEj2qkgbNWBG7Sw==
dependencies:
make-error "^1.3.2"
promise-toolbox@^0.8.0:
version "0.8.3"
resolved "https://registry.yarnpkg.com/promise-toolbox/-/promise-toolbox-0.8.3.tgz#b757232a21d246d8702df50da6784932dd0f5348"