chore: update dev deps

This commit is contained in:
Julien Fontanet 2023-01-23 18:31:07 +01:00
parent 07e9f09692
commit a281682f7a
43 changed files with 1033 additions and 1033 deletions

View File

@ -31,7 +31,7 @@ beforeEach(async () => {
})
afterEach(async () => {
await pFromCallback(cb => rimraf(tempDir, cb))
await rimraf(tempDir)
await handler.forget()
})

View File

@ -46,7 +46,7 @@
"yazl": "^2.5.1"
},
"devDependencies": {
"rimraf": "^3.0.2",
"rimraf": "^4.1.1",
"sinon": "^15.0.1",
"test": "^3.2.1",
"tmp": "^0.2.1"

View File

@ -53,7 +53,7 @@
"babel-plugin-lodash": "^3.3.2",
"cross-env": "^7.0.2",
"dotenv": "^16.0.0",
"rimraf": "^3.0.0",
"rimraf": "^4.1.1",
"tmp": "^0.2.1"
},
"scripts": {

View File

@ -116,7 +116,7 @@ describe('encryption', () => {
dir = await pFromCallback(cb => tmp.dir(cb))
})
afterAll(async () => {
await pFromCallback(cb => rimraf(dir, cb))
await rimraf(dir)
})
it('sync should NOT create metadata if missing (not encrypted)', async () => {

View File

@ -27,7 +27,7 @@
"@babel/core": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"cross-env": "^7.0.2",
"rimraf": "^3.0.0"
"rimraf": "^4.1.1"
},
"dependencies": {
"@vates/read-chunk": "^1.0.1"

View File

@ -51,7 +51,7 @@
"@babel/preset-env": "^7.0.0",
"babel-plugin-lodash": "^3.3.2",
"cross-env": "^7.0.2",
"rimraf": "^3.0.0"
"rimraf": "^4.1.1"
},
"scripts": {
"build": "cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/",

View File

@ -19,7 +19,7 @@ beforeEach(async () => {
afterEach(async () => {
const tmpDir = process.cwd()
process.chdir(initialDir)
await pFromCallback(cb => rimraf(tmpDir, cb))
await rimraf(tmpDir)
})
test('can run the command', async () => {

View File

@ -39,7 +39,7 @@
},
"devDependencies": {
"execa": "^4.0.0",
"rimraf": "^3.0.2",
"rimraf": "^4.1.1",
"test": "^3.2.1",
"tmp": "^0.2.1"
}

View File

@ -23,7 +23,7 @@ beforeEach(async () => {
})
afterEach(async () => {
await pFromCallback(cb => rimraf(tempDir, cb))
await rimraf(tempDir)
})
const streamToBuffer = stream => {

View File

@ -25,7 +25,7 @@ beforeEach(async () => {
})
afterEach(async () => {
await pFromCallback(cb => rimraf(tempDir, cb))
await rimraf(tempDir)
disposeHandler()
})

View File

@ -38,7 +38,7 @@ beforeEach(async () => {
})
afterEach(async () => {
await pFromCallback(cb => rimraf(tempDir, cb))
await rimraf(tempDir)
disposeHandler()
})

View File

@ -20,7 +20,7 @@ beforeEach(async () => {
})
afterEach(async () => {
await pFromCallback(cb => rimraf(tempDir, cb))
await rimraf(tempDir)
})
test('It can read block and parent locator from a synthetic vhd', async () => {

View File

@ -19,7 +19,7 @@ beforeEach(async () => {
})
afterEach(async () => {
await pFromCallback(cb => rimraf(tempDir, cb))
await rimraf(tempDir)
})
test('is vhd alias recognize only *.alias.vhd files', () => {

View File

@ -22,7 +22,7 @@ beforeEach(async () => {
})
afterEach(async () => {
await pFromCallback(cb => rimraf(tempDir, cb))
await rimraf(tempDir)
})
const forOwn = (object, cb) => Object.keys(object).forEach(key => cb(object[key], key, object))

View File

@ -27,7 +27,7 @@ beforeEach(async () => {
})
afterEach(async () => {
await pFromCallback(cb => rimraf(tempDir, cb))
await rimraf(tempDir)
disposeHandler()
})

View File

@ -22,7 +22,7 @@ beforeEach(async () => {
})
afterEach(async () => {
await pFromCallback(cb => rimraf(tempDir, cb))
await rimraf(tempDir)
})
test('It opens a vhd file ( alias or not)', async () => {

View File

@ -34,7 +34,7 @@
"@xen-orchestra/fs": "^3.3.0",
"execa": "^5.0.0",
"get-stream": "^6.0.0",
"rimraf": "^3.0.2",
"rimraf": "^4.1.1",
"tmp": "^0.2.1"
},
"scripts": {

View File

@ -48,7 +48,7 @@
"@babel/preset-env": "^7.1.5",
"babel-plugin-lodash": "^3.2.11",
"cross-env": "^7.0.2",
"rimraf": "^3.0.0"
"rimraf": "^4.1.1"
},
"scripts": {
"build": "cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/",

View File

@ -56,7 +56,7 @@
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/preset-env": "^7.8.0",
"cross-env": "^7.0.2",
"rimraf": "^3.0.0",
"rimraf": "^4.1.1",
"tap": "^16.1.0"
},
"scripts": {

View File

@ -31,7 +31,7 @@
"@babel/preset-env": "^7.0.0",
"cross-env": "^7.0.2",
"promise-toolbox": "^0.21.0",
"rimraf": "^3.0.0"
"rimraf": "^4.1.1"
},
"scripts": {
"build": "cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/",

View File

@ -39,7 +39,7 @@
"@babel/preset-env": "^7.0.0",
"babel-plugin-lodash": "^3.3.2",
"cross-env": "^7.0.2",
"rimraf": "^3.0.0"
"rimraf": "^4.1.1"
},
"scripts": {
"build": "cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/",

View File

@ -31,7 +31,7 @@
"babel-plugin-lodash": "^3.3.2",
"cross-env": "^7.0.2",
"deep-freeze": "^0.0.1",
"rimraf": "^3.0.0",
"rimraf": "^4.1.1",
"test": "^3.2.1"
},
"scripts": {

View File

@ -34,7 +34,7 @@
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.8.0",
"cross-env": "^7.0.2",
"rimraf": "^3.0.0"
"rimraf": "^4.1.1"
},
"scripts": {
"build": "cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/",

View File

@ -36,7 +36,7 @@
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"cross-env": "^7.0.2",
"rimraf": "^3.0.0"
"rimraf": "^4.1.1"
},
"scripts": {
"build": "cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/",

View File

@ -43,7 +43,7 @@
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"cross-env": "^7.0.2",
"rimraf": "^3.0.0"
"rimraf": "^4.1.1"
},
"scripts": {
"build": "cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/",

View File

@ -36,7 +36,7 @@
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"cross-env": "^7.0.2",
"rimraf": "^3.0.0"
"rimraf": "^4.1.1"
},
"scripts": {
"build": "cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/",

View File

@ -44,7 +44,7 @@
"@babel/preset-env": "^7.8.0",
"babel-plugin-lodash": "^3.3.2",
"cross-env": "^7.0.2",
"rimraf": "^3.0.0"
"rimraf": "^4.1.1"
},
"scripts": {
"build": "cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/",

View File

@ -28,7 +28,7 @@
"@babel/preset-env": "^7.0.0",
"babel-plugin-lodash": "^3.3.2",
"cross-env": "^7.0.2",
"rimraf": "^3.0.0"
"rimraf": "^4.1.1"
},
"scripts": {
"build": "cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/",

View File

@ -37,7 +37,7 @@
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"cross-env": "^7.0.2",
"rimraf": "^3.0.0"
"rimraf": "^4.1.1"
},
"scripts": {
"build": "cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/",

View File

@ -37,7 +37,7 @@
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"cross-env": "^7.0.2",
"rimraf": "^3.0.0"
"rimraf": "^4.1.1"
},
"scripts": {
"build": "cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/",

View File

@ -37,7 +37,7 @@
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"cross-env": "^7.0.2",
"rimraf": "^3.0.0"
"rimraf": "^4.1.1"
},
"scripts": {
"build": "cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/",

View File

@ -37,7 +37,7 @@
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"cross-env": "^7.0.2",
"rimraf": "^3.0.0"
"rimraf": "^4.1.1"
},
"scripts": {
"build": "cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/",

View File

@ -45,7 +45,7 @@
"@babel/preset-env": "^7.0.0",
"babel-plugin-lodash": "^3.3.2",
"cross-env": "^7.0.2",
"rimraf": "^3.0.0"
"rimraf": "^4.1.1"
},
"scripts": {
"build": "cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/",

View File

@ -36,7 +36,7 @@
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.8.0",
"cross-env": "^7.0.2",
"rimraf": "^3.0.0"
"rimraf": "^4.1.1"
},
"scripts": {
"build": "cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/",

View File

@ -39,7 +39,7 @@
"execa": "^5.0.0",
"fs-extra": "^10.0.0",
"get-stream": "^6.0.0",
"rimraf": "^3.0.0",
"rimraf": "^4.1.1",
"tmp": "^0.2.1"
},
"scripts": {

View File

@ -19,7 +19,7 @@ beforeEach(async () => {
afterEach(async () => {
const tmpDir = process.cwd()
process.chdir(initialDir)
await pFromCallback(cb => rimraf(tmpDir, cb))
await rimraf(tmpDir)
})
// from https://github.com/aautio/validate-with-xmllint/blob/master/src/index.ts
// that way the test will fail if user does not have xml-lint installed on its os

View File

@ -20,7 +20,7 @@ beforeEach(async () => {
afterEach(async () => {
const tmpDir = process.cwd()
process.chdir(initialDir)
await pFromCallback(cb => rimraf(tmpDir, cb))
await rimraf(tmpDir)
})
export class NodeParsableFile extends ParsableFile {

View File

@ -18,7 +18,7 @@ beforeEach(async () => {
afterEach(async () => {
const tmpDir = process.cwd()
process.chdir(initialDir)
await pFromCallback(cb => rimraf(tmpDir, cb))
await rimraf(tmpDir)
})
test('Virtual Buffer can read a file correctly', async () => {

View File

@ -46,7 +46,7 @@ beforeEach(async () => {
afterEach(async () => {
const tmpDir = process.cwd()
process.chdir(initialDir)
await pFromCallback(cb => rimraf(tmpDir, cb))
await rimraf(tmpDir)
})
test('VMDKDirectParser reads OK', async () => {

View File

@ -24,7 +24,7 @@ beforeEach(async () => {
afterEach(async () => {
const tmpDir = process.cwd()
process.chdir(initialDir)
await pFromCallback(cb => rimraf(tmpDir, cb))
await rimraf(tmpDir)
})
function bufferToArray(buffer) {

View File

@ -296,5 +296,5 @@ gulp.task('build', gulp.parallel('buildPages', 'buildScripts', 'buildStyles', 'c
// -------------------------------------------------------------------
gulp.task(function clean(done) {
require('rimraf')(DIST_DIR, done)
require('rimraf')(DIST_DIR).then(value => done(null, value), done)
})

View File

@ -122,7 +122,7 @@
"redux": "^4.0.0",
"redux-thunk": "^2.0.1",
"reselect": "^2.5.4",
"rimraf": "^3.0.0",
"rimraf": "^4.1.1",
"sass": "^1.38.1",
"semver": "^6.0.0",
"strip-ansi": "^5.2.0",

1982
yarn.lock

File diff suppressed because it is too large Load Diff