fix(deps): update tempy to 0.7.0

This commit is contained in:
Zoltan Kochan
2020-09-15 02:39:23 +03:00
parent 0d74b5614a
commit 634dfd13b3
26 changed files with 126 additions and 78 deletions

View File

@@ -0,0 +1,5 @@
---
"@pnpm/git-fetcher": patch
---
tempy updated to v0.7.0.

View File

@@ -36,7 +36,7 @@
"@types/node": "^12.12.56", "@types/node": "^12.12.56",
"@types/ssri": "^6.0.3", "@types/ssri": "^6.0.3",
"@types/tar-stream": "^2.1.0", "@types/tar-stream": "^2.1.0",
"tempy": "^0.6.0" "tempy": "^0.7.0"
}, },
"bugs": { "bugs": {
"url": "https://github.com/pnpm/pnpm/issues" "url": "https://github.com/pnpm/pnpm/issues"

View File

@@ -47,7 +47,7 @@
"@types/ramda": "^0.27.15", "@types/ramda": "^0.27.15",
"@types/which": "^1.3.2", "@types/which": "^1.3.2",
"mz": "^2.7.0", "mz": "^2.7.0",
"tempy": "^0.6.0" "tempy": "^0.7.0"
}, },
"funding": "https://opencollective.com/pnpm" "funding": "https://opencollective.com/pnpm"
} }

View File

@@ -37,7 +37,7 @@
"@pnpm/filter-lockfile": "link:", "@pnpm/filter-lockfile": "link:",
"@pnpm/logger": "^3.2.2", "@pnpm/logger": "^3.2.2",
"@types/ramda": "^0.27.15", "@types/ramda": "^0.27.15",
"tempy": "^0.6.0", "tempy": "^0.7.0",
"write-yaml-file": "^4.1.0", "write-yaml-file": "^4.1.0",
"yaml-tag": "1.1.0" "yaml-tag": "1.1.0"
}, },

View File

@@ -46,7 +46,7 @@
"@types/touch": "^3.1.1", "@types/touch": "^3.1.1",
"is-ci": "^2.0.0", "is-ci": "^2.0.0",
"is-windows": "^1.0.2", "is-windows": "^1.0.2",
"tempy": "^0.6.0", "tempy": "^0.7.0",
"touch": "3.1.0" "touch": "3.1.0"
}, },
"funding": "https://opencollective.com/pnpm" "funding": "https://opencollective.com/pnpm"

View File

@@ -33,7 +33,7 @@
"@pnpm/fetcher-base": "workspace:8.0.2", "@pnpm/fetcher-base": "workspace:8.0.2",
"@zkochan/rimraf": "^1.0.0", "@zkochan/rimraf": "^1.0.0",
"execa": "^4.0.3", "execa": "^4.0.3",
"tempy": "^0.6.0" "tempy": "^0.7.0"
}, },
"devDependencies": { "devDependencies": {
"@pnpm/cafs": "workspace:1.0.7", "@pnpm/cafs": "workspace:1.0.7",

View File

@@ -38,7 +38,7 @@
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"sinon": "^9.0.3", "sinon": "^9.0.3",
"tape-promise": "4.0.0", "tape-promise": "4.0.0",
"tempy": "^0.6.0", "tempy": "^0.7.0",
"write-json-file": "4.0.0" "write-json-file": "4.0.0"
}, },
"directories": { "directories": {

View File

@@ -60,7 +60,7 @@
"ncp": "^2.0.0", "ncp": "^2.0.0",
"path-exists": "^4.0.0", "path-exists": "^4.0.0",
"sinon": "^9.0.3", "sinon": "^9.0.3",
"tempy": "^0.6.0" "tempy": "^0.7.0"
}, },
"funding": "https://opencollective.com/pnpm" "funding": "https://opencollective.com/pnpm"
} }

View File

@@ -41,7 +41,7 @@
"@types/normalize-path": "^3.0.0", "@types/normalize-path": "^3.0.0",
"@types/ramda": "^0.27.15", "@types/ramda": "^0.27.15",
"@types/write-file-atomic": "^3.0.1", "@types/write-file-atomic": "^3.0.1",
"tempy": "^0.6.0", "tempy": "^0.7.0",
"write-yaml-file": "^4.1.0", "write-yaml-file": "^4.1.0",
"yaml-tag": "1.1.0" "yaml-tag": "1.1.0"
}, },

View File

@@ -34,7 +34,7 @@
"@pnpm/lockfile-utils": "link:", "@pnpm/lockfile-utils": "link:",
"@types/js-yaml": "^3.12.5", "@types/js-yaml": "^3.12.5",
"@types/ramda": "^0.27.15", "@types/ramda": "^0.27.15",
"tempy": "^0.6.0", "tempy": "^0.7.0",
"write-yaml-file": "^4.1.0", "write-yaml-file": "^4.1.0",
"yaml-tag": "1.1.0" "yaml-tag": "1.1.0"
}, },

View File

@@ -32,7 +32,7 @@
"devDependencies": { "devDependencies": {
"@pnpm/lockfile-walker": "link:", "@pnpm/lockfile-walker": "link:",
"@types/ramda": "^0.27.15", "@types/ramda": "^0.27.15",
"tempy": "^0.6.0" "tempy": "^0.7.0"
}, },
"dependencies": { "dependencies": {
"@pnpm/lockfile-types": "workspace:2.0.1", "@pnpm/lockfile-types": "workspace:2.0.1",

View File

@@ -51,6 +51,6 @@
"@types/ncp": "^2.0.4", "@types/ncp": "^2.0.4",
"@types/ramda": "^0.27.15", "@types/ramda": "^0.27.15",
"ncp": "^2.0.0", "ncp": "^2.0.0",
"tempy": "^0.6.0" "tempy": "^0.7.0"
} }
} }

View File

@@ -39,7 +39,7 @@
"devDependencies": { "devDependencies": {
"@pnpm/modules-yaml": "link:", "@pnpm/modules-yaml": "link:",
"@types/is-windows": "^1.0.0", "@types/is-windows": "^1.0.0",
"tempy": "^0.6.0" "tempy": "^0.7.0"
}, },
"funding": "https://opencollective.com/pnpm" "funding": "https://opencollective.com/pnpm"
} }

View File

@@ -64,7 +64,7 @@
"@types/ssri": "^6.0.3", "@types/ssri": "^6.0.3",
"nock": "12.0.3", "nock": "12.0.3",
"path-exists": "^4.0.0", "path-exists": "^4.0.0",
"tempy": "^0.6.0" "tempy": "^0.7.0"
}, },
"funding": "https://opencollective.com/pnpm" "funding": "https://opencollective.com/pnpm"
} }

View File

@@ -69,7 +69,7 @@
"nock": "12.0.3", "nock": "12.0.3",
"normalize-path": "^3.0.0", "normalize-path": "^3.0.0",
"sinon": "^9.0.3", "sinon": "^9.0.3",
"tempy": "^0.6.0" "tempy": "^0.7.0"
}, },
"funding": "https://opencollective.com/pnpm" "funding": "https://opencollective.com/pnpm"
} }

View File

@@ -46,7 +46,7 @@
"@types/ssri": "^6.0.3", "@types/ssri": "^6.0.3",
"proxyquire": "^2.1.3", "proxyquire": "^2.1.3",
"sinon": "^9.0.3", "sinon": "^9.0.3",
"tempy": "^0.6.0" "tempy": "^0.7.0"
}, },
"directories": { "directories": {
"test": "test" "test": "test"

View File

@@ -39,7 +39,7 @@
"@pnpm/prepare": "workspace:0.0.9", "@pnpm/prepare": "workspace:0.0.9",
"@types/ncp": "^2.0.4", "@types/ncp": "^2.0.4",
"ncp": "^2.0.0", "ncp": "^2.0.0",
"tempy": "^0.6.0" "tempy": "^0.7.0"
}, },
"dependencies": { "dependencies": {
"@pnpm/cli-utils": "workspace:0.4.26", "@pnpm/cli-utils": "workspace:0.4.26",

View File

@@ -48,7 +48,7 @@
"proxyquire": "^2.1.3", "proxyquire": "^2.1.3",
"read-yaml-file": "^2.0.0", "read-yaml-file": "^2.0.0",
"sinon": "^9.0.3", "sinon": "^9.0.3",
"tempy": "^0.6.0", "tempy": "^0.7.0",
"write-json-file": "4.0.0", "write-json-file": "4.0.0",
"write-yaml-file": "^4.1.0" "write-yaml-file": "^4.1.0"
}, },

View File

@@ -47,7 +47,7 @@
"path-exists": "^4.0.0", "path-exists": "^4.0.0",
"proxyquire": "^2.1.3", "proxyquire": "^2.1.3",
"sinon": "^9.0.3", "sinon": "^9.0.3",
"tempy": "^0.6.0", "tempy": "^0.7.0",
"write-yaml-file": "^4.1.0" "write-yaml-file": "^4.1.0"
}, },
"dependencies": { "dependencies": {

View File

@@ -48,7 +48,7 @@
"path-exists": "^4.0.0", "path-exists": "^4.0.0",
"sinon": "^9.0.3", "sinon": "^9.0.3",
"ssri": "6.0.1", "ssri": "6.0.1",
"tempy": "^0.6.0" "tempy": "^0.7.0"
}, },
"dependencies": { "dependencies": {
"@pnpm/cafs": "workspace:^1.0.7", "@pnpm/cafs": "workspace:^1.0.7",

View File

@@ -48,7 +48,7 @@
"@types/is-windows": "^1.0.0", "@types/is-windows": "^1.0.0",
"@types/json5": "0.0.30", "@types/json5": "0.0.30",
"@types/parse-json": "^4.0.0", "@types/parse-json": "^4.0.0",
"tempy": "^0.6.0" "tempy": "^0.7.0"
}, },
"funding": "https://opencollective.com/pnpm" "funding": "https://opencollective.com/pnpm"
} }

View File

@@ -46,7 +46,7 @@
"load-json-file": "^6.2.0", "load-json-file": "^6.2.0",
"mz": "^2.7.0", "mz": "^2.7.0",
"node-fetch": "^2.6.1", "node-fetch": "^2.6.1",
"tempy": "^0.6.0" "tempy": "^0.7.0"
}, },
"dependencies": { "dependencies": {
"@pnpm/fetch": "workspace:2.1.4", "@pnpm/fetch": "workspace:2.1.4",

View File

@@ -55,7 +55,7 @@
"@types/ssri": "^6.0.3", "@types/ssri": "^6.0.3",
"cp-file": "^9.0.0", "cp-file": "^9.0.0",
"nock": "12.0.3", "nock": "12.0.3",
"tempy": "^0.6.0" "tempy": "^0.7.0"
}, },
"funding": "https://opencollective.com/pnpm" "funding": "https://opencollective.com/pnpm"
} }

View File

@@ -40,7 +40,7 @@
"@types/json5": "^0.0.30", "@types/json5": "^0.0.30",
"@types/mz": "^2.7.1", "@types/mz": "^2.7.1",
"@types/write-file-atomic": "^3.0.1", "@types/write-file-atomic": "^3.0.1",
"tempy": "^0.6.0" "tempy": "^0.7.0"
}, },
"funding": "https://opencollective.com/pnpm" "funding": "https://opencollective.com/pnpm"
} }

151
pnpm-lock.yaml generated
View File

@@ -120,7 +120,7 @@ importers:
'@types/node': 12.12.56 '@types/node': 12.12.56
'@types/ssri': 6.0.3 '@types/ssri': 6.0.3
'@types/tar-stream': 2.1.0 '@types/tar-stream': 2.1.0
tempy: 0.6.0 tempy: 0.7.0
specifiers: specifiers:
'@pnpm/fetcher-base': 'workspace:8.0.2' '@pnpm/fetcher-base': 'workspace:8.0.2'
'@pnpm/store-controller-types': 'workspace:8.0.2' '@pnpm/store-controller-types': 'workspace:8.0.2'
@@ -141,7 +141,7 @@ importers:
ssri: 6.0.1 ssri: 6.0.1
strip-bom: ^4.0.0 strip-bom: ^4.0.0
tar-stream: ^2.1.3 tar-stream: ^2.1.3
tempy: ^0.6.0 tempy: ^0.7.0
packages/cli-meta: packages/cli-meta:
dependencies: dependencies:
load-json-file: 6.2.0 load-json-file: 6.2.0
@@ -225,7 +225,7 @@ importers:
'@types/ramda': 0.27.15 '@types/ramda': 0.27.15
'@types/which': 1.3.2 '@types/which': 1.3.2
mz: 2.7.0 mz: 2.7.0
tempy: 0.6.0 tempy: 0.7.0
specifiers: specifiers:
'@pnpm/config': 'link:' '@pnpm/config': 'link:'
'@pnpm/constants': 'workspace:4.0.0' '@pnpm/constants': 'workspace:4.0.0'
@@ -240,7 +240,7 @@ importers:
is-subdir: ^1.1.1 is-subdir: ^1.1.1
mz: ^2.7.0 mz: ^2.7.0
ramda: ^0.27.1 ramda: ^0.27.1
tempy: ^0.6.0 tempy: ^0.7.0
which: ^2.0.2 which: ^2.0.2
packages/constants: packages/constants:
specifiers: {} specifiers: {}
@@ -459,7 +459,7 @@ importers:
'@pnpm/filter-lockfile': 'link:' '@pnpm/filter-lockfile': 'link:'
'@pnpm/logger': 3.2.2 '@pnpm/logger': 3.2.2
'@types/ramda': 0.27.15 '@types/ramda': 0.27.15
tempy: 0.6.0 tempy: 0.7.0
write-yaml-file: 4.1.0 write-yaml-file: 4.1.0
yaml-tag: 1.1.0 yaml-tag: 1.1.0
specifiers: specifiers:
@@ -475,7 +475,7 @@ importers:
'@types/ramda': ^0.27.15 '@types/ramda': ^0.27.15
dependency-path: 'workspace:5.0.3' dependency-path: 'workspace:5.0.3'
ramda: ^0.27.1 ramda: ^0.27.1
tempy: ^0.6.0 tempy: ^0.7.0
write-yaml-file: ^4.1.0 write-yaml-file: ^4.1.0
yaml-tag: 1.1.0 yaml-tag: 1.1.0
packages/filter-workspace-packages: packages/filter-workspace-packages:
@@ -496,7 +496,7 @@ importers:
'@types/touch': 3.1.1 '@types/touch': 3.1.1
is-ci: 2.0.0 is-ci: 2.0.0
is-windows: 1.0.2 is-windows: 1.0.2
tempy: 0.6.0 tempy: 0.7.0
touch: 3.1.0 touch: 3.1.0
specifiers: specifiers:
'@pnpm/error': 'workspace:1.3.1' '@pnpm/error': 'workspace:1.3.1'
@@ -514,7 +514,7 @@ importers:
is-windows: ^1.0.2 is-windows: ^1.0.2
pkgs-graph: 'workspace:5.2.0' pkgs-graph: 'workspace:5.2.0'
ramda: ^0.27.1 ramda: ^0.27.1
tempy: ^0.6.0 tempy: ^0.7.0
touch: 3.1.0 touch: 3.1.0
packages/find-packages: packages/find-packages:
dependencies: dependencies:
@@ -594,7 +594,7 @@ importers:
'@pnpm/fetcher-base': 'link:../fetcher-base' '@pnpm/fetcher-base': 'link:../fetcher-base'
'@zkochan/rimraf': 1.0.0 '@zkochan/rimraf': 1.0.0
execa: 4.0.3 execa: 4.0.3
tempy: 0.6.0 tempy: 0.7.0
devDependencies: devDependencies:
'@pnpm/cafs': 'link:../cafs' '@pnpm/cafs': 'link:../cafs'
'@pnpm/git-fetcher': 'link:' '@pnpm/git-fetcher': 'link:'
@@ -608,7 +608,7 @@ importers:
'@zkochan/rimraf': ^1.0.0 '@zkochan/rimraf': ^1.0.0
execa: ^4.0.3 execa: ^4.0.3
p-defer: ^3.0.0 p-defer: ^3.0.0
tempy: ^0.6.0 tempy: ^0.7.0
packages/git-resolver: packages/git-resolver:
dependencies: dependencies:
'@pnpm/fetch': 'link:../fetch' '@pnpm/fetch': 'link:../fetch'
@@ -701,7 +701,7 @@ importers:
npm-run-all: 4.1.5 npm-run-all: 4.1.5
sinon: 9.0.3 sinon: 9.0.3
tape-promise: 4.0.0 tape-promise: 4.0.0
tempy: 0.6.0 tempy: 0.7.0
write-json-file: 4.0.0 write-json-file: 4.0.0
specifiers: specifiers:
'@pnpm/assert-project': 'workspace:*' '@pnpm/assert-project': 'workspace:*'
@@ -751,7 +751,7 @@ importers:
realpath-missing: ^1.0.0 realpath-missing: ^1.0.0
sinon: ^9.0.3 sinon: ^9.0.3
tape-promise: 4.0.0 tape-promise: 4.0.0
tempy: ^0.6.0 tempy: ^0.7.0
write-json-file: 4.0.0 write-json-file: 4.0.0
packages/hoist: packages/hoist:
dependencies: dependencies:
@@ -837,7 +837,7 @@ importers:
ncp: 2.0.0 ncp: 2.0.0
path-exists: 4.0.0 path-exists: 4.0.0
sinon: 9.0.3 sinon: 9.0.3
tempy: 0.6.0 tempy: 0.7.0
specifiers: specifiers:
'@pnpm/error': 'workspace:1.3.1' '@pnpm/error': 'workspace:1.3.1'
'@pnpm/link-bins': 'link:' '@pnpm/link-bins': 'link:'
@@ -864,7 +864,7 @@ importers:
path-exists: ^4.0.0 path-exists: ^4.0.0
ramda: ^0.27.1 ramda: ^0.27.1
sinon: ^9.0.3 sinon: ^9.0.3
tempy: ^0.6.0 tempy: ^0.7.0
packages/list: packages/list:
dependencies: dependencies:
'@pnpm/matcher': 'link:../matcher' '@pnpm/matcher': 'link:../matcher'
@@ -950,7 +950,7 @@ importers:
'@types/normalize-path': 3.0.0 '@types/normalize-path': 3.0.0
'@types/ramda': 0.27.15 '@types/ramda': 0.27.15
'@types/write-file-atomic': 3.0.1 '@types/write-file-atomic': 3.0.1
tempy: 0.6.0 tempy: 0.7.0
write-yaml-file: 4.1.0 write-yaml-file: 4.1.0
yaml-tag: 1.1.0 yaml-tag: 1.1.0
specifiers: specifiers:
@@ -971,7 +971,7 @@ importers:
normalize-path: ^3.0.0 normalize-path: ^3.0.0
ramda: ^0.27.1 ramda: ^0.27.1
read-yaml-file: ^2.0.0 read-yaml-file: ^2.0.0
tempy: ^0.6.0 tempy: ^0.7.0
write-file-atomic: ^2.4.3 write-file-atomic: ^2.4.3
write-yaml-file: ^4.1.0 write-yaml-file: ^4.1.0
yaml-tag: 1.1.0 yaml-tag: 1.1.0
@@ -989,7 +989,7 @@ importers:
'@pnpm/lockfile-utils': 'link:' '@pnpm/lockfile-utils': 'link:'
'@types/js-yaml': 3.12.5 '@types/js-yaml': 3.12.5
'@types/ramda': 0.27.15 '@types/ramda': 0.27.15
tempy: 0.6.0 tempy: 0.7.0
write-yaml-file: 4.1.0 write-yaml-file: 4.1.0
yaml-tag: 1.1.0 yaml-tag: 1.1.0
specifiers: specifiers:
@@ -1002,7 +1002,7 @@ importers:
dependency-path: 'workspace:5.0.3' dependency-path: 'workspace:5.0.3'
get-npm-tarball-url: ^2.0.1 get-npm-tarball-url: ^2.0.1
ramda: ^0.27.1 ramda: ^0.27.1
tempy: ^0.6.0 tempy: ^0.7.0
write-yaml-file: ^4.1.0 write-yaml-file: ^4.1.0
yaml-tag: 1.1.0 yaml-tag: 1.1.0
packages/lockfile-walker: packages/lockfile-walker:
@@ -1014,7 +1014,7 @@ importers:
devDependencies: devDependencies:
'@pnpm/lockfile-walker': 'link:' '@pnpm/lockfile-walker': 'link:'
'@types/ramda': 0.27.15 '@types/ramda': 0.27.15
tempy: 0.6.0 tempy: 0.7.0
specifiers: specifiers:
'@pnpm/lockfile-types': 'workspace:2.0.1' '@pnpm/lockfile-types': 'workspace:2.0.1'
'@pnpm/lockfile-walker': 'link:' '@pnpm/lockfile-walker': 'link:'
@@ -1022,7 +1022,7 @@ importers:
'@types/ramda': ^0.27.15 '@types/ramda': ^0.27.15
dependency-path: 'workspace:5.0.3' dependency-path: 'workspace:5.0.3'
ramda: ^0.27.1 ramda: ^0.27.1
tempy: ^0.6.0 tempy: ^0.7.0
packages/make-dedicated-lockfile: packages/make-dedicated-lockfile:
dependencies: dependencies:
'@pnpm/error': 'link:../error' '@pnpm/error': 'link:../error'
@@ -1042,7 +1042,7 @@ importers:
'@types/ncp': 2.0.4 '@types/ncp': 2.0.4
'@types/ramda': 0.27.15 '@types/ramda': 0.27.15
ncp: 2.0.0 ncp: 2.0.0
tempy: 0.6.0 tempy: 0.7.0
specifiers: specifiers:
'@pnpm/error': 'workspace:^1.3.1' '@pnpm/error': 'workspace:^1.3.1'
'@pnpm/exec': ^1.1.5 '@pnpm/exec': ^1.1.5
@@ -1060,7 +1060,7 @@ importers:
ncp: ^2.0.0 ncp: ^2.0.0
ramda: ^0.27.1 ramda: ^0.27.1
rename-overwrite: ^3.0.0 rename-overwrite: ^3.0.0
tempy: ^0.6.0 tempy: ^0.7.0
packages/manifest-utils: packages/manifest-utils:
dependencies: dependencies:
'@pnpm/core-loggers': 'link:../core-loggers' '@pnpm/core-loggers': 'link:../core-loggers'
@@ -1124,14 +1124,14 @@ importers:
devDependencies: devDependencies:
'@pnpm/modules-yaml': 'link:' '@pnpm/modules-yaml': 'link:'
'@types/is-windows': 1.0.0 '@types/is-windows': 1.0.0
tempy: 0.6.0 tempy: 0.7.0
specifiers: specifiers:
'@pnpm/modules-yaml': 'link:' '@pnpm/modules-yaml': 'link:'
'@pnpm/types': 'workspace:6.2.0' '@pnpm/types': 'workspace:6.2.0'
'@types/is-windows': ^1.0.0 '@types/is-windows': ^1.0.0
is-windows: ^1.0.2 is-windows: ^1.0.2
read-yaml-file: ^2.0.0 read-yaml-file: ^2.0.0
tempy: ^0.6.0 tempy: ^0.7.0
write-yaml-file: ^4.1.0 write-yaml-file: ^4.1.0
packages/normalize-registries: packages/normalize-registries:
dependencies: dependencies:
@@ -1196,7 +1196,7 @@ importers:
'@types/ssri': 6.0.3 '@types/ssri': 6.0.3
nock: 12.0.3 nock: 12.0.3
path-exists: 4.0.0 path-exists: 4.0.0
tempy: 0.6.0 tempy: 0.7.0
specifiers: specifiers:
'@pnpm/error': 'workspace:1.3.1' '@pnpm/error': 'workspace:1.3.1'
'@pnpm/fetch': 'workspace:^2.1.4' '@pnpm/fetch': 'workspace:^2.1.4'
@@ -1225,7 +1225,7 @@ importers:
rename-overwrite: ^3.0.0 rename-overwrite: ^3.0.0
semver: ^7.3.2 semver: ^7.3.2
ssri: 6.0.1 ssri: 6.0.1
tempy: ^0.6.0 tempy: ^0.7.0
version-selector-type: ^3.0.0 version-selector-type: ^3.0.0
packages/outdated: packages/outdated:
dependencies: dependencies:
@@ -1342,7 +1342,7 @@ importers:
nock: 12.0.3 nock: 12.0.3
normalize-path: 3.0.0 normalize-path: 3.0.0
sinon: 9.0.3 sinon: 9.0.3
tempy: 0.6.0 tempy: 0.7.0
specifiers: specifiers:
'@pnpm/cafs': 'workspace:1.0.7' '@pnpm/cafs': 'workspace:1.0.7'
'@pnpm/client': 'workspace:*' '@pnpm/client': 'workspace:*'
@@ -1376,7 +1376,7 @@ importers:
rename-overwrite: ^3.0.0 rename-overwrite: ^3.0.0
sinon: ^9.0.3 sinon: ^9.0.3
ssri: 6.0.1 ssri: 6.0.1
tempy: ^0.6.0 tempy: ^0.7.0
packages/package-store: packages/package-store:
dependencies: dependencies:
'@pnpm/cafs': 'link:../cafs' '@pnpm/cafs': 'link:../cafs'
@@ -1408,7 +1408,7 @@ importers:
'@types/ssri': 6.0.3 '@types/ssri': 6.0.3
proxyquire: 2.1.3 proxyquire: 2.1.3
sinon: 9.0.3 sinon: 9.0.3
tempy: 0.6.0 tempy: 0.7.0
specifiers: specifiers:
'@pnpm/cafs': 'workspace:1.0.7' '@pnpm/cafs': 'workspace:1.0.7'
'@pnpm/client': 'workspace:^2.0.2' '@pnpm/client': 'workspace:^2.0.2'
@@ -1437,7 +1437,7 @@ importers:
rename-overwrite: ^3.0.0 rename-overwrite: ^3.0.0
sinon: ^9.0.3 sinon: ^9.0.3
ssri: 6.0.1 ssri: 6.0.1
tempy: ^0.6.0 tempy: ^0.7.0
write-json-file: 4.0.0 write-json-file: 4.0.0
packages/parse-cli-args: packages/parse-cli-args:
dependencies: dependencies:
@@ -1538,7 +1538,7 @@ importers:
'@pnpm/prepare': 'link:../../privatePackages/prepare' '@pnpm/prepare': 'link:../../privatePackages/prepare'
'@types/ncp': 2.0.4 '@types/ncp': 2.0.4
ncp: 2.0.0 ncp: 2.0.0
tempy: 0.6.0 tempy: 0.7.0
specifiers: specifiers:
'@pnpm/assert-project': 'workspace:2.1.7' '@pnpm/assert-project': 'workspace:2.1.7'
'@pnpm/cli-utils': 'workspace:0.4.26' '@pnpm/cli-utils': 'workspace:0.4.26'
@@ -1554,7 +1554,7 @@ importers:
ncp: ^2.0.0 ncp: ^2.0.0
render-help: ^1.0.0 render-help: ^1.0.0
supi: 'workspace:0.41.28' supi: 'workspace:0.41.28'
tempy: ^0.6.0 tempy: ^0.7.0
packages/plugin-commands-installation: packages/plugin-commands-installation:
dependencies: dependencies:
'@pnpm/cli-utils': 'link:../cli-utils' '@pnpm/cli-utils': 'link:../cli-utils'
@@ -1613,7 +1613,7 @@ importers:
proxyquire: 2.1.3 proxyquire: 2.1.3
read-yaml-file: 2.0.0 read-yaml-file: 2.0.0
sinon: 9.0.3 sinon: 9.0.3
tempy: 0.6.0 tempy: 0.7.0
write-json-file: 4.0.0 write-json-file: 4.0.0
write-yaml-file: 4.1.0 write-yaml-file: 4.1.0
specifiers: specifiers:
@@ -1671,7 +1671,7 @@ importers:
sinon: ^9.0.3 sinon: ^9.0.3
supi: 'workspace:0.41.28' supi: 'workspace:0.41.28'
table: ^6.0.3 table: ^6.0.3
tempy: ^0.6.0 tempy: ^0.7.0
version-selector-type: ^3.0.0 version-selector-type: ^3.0.0
write-json-file: 4.0.0 write-json-file: 4.0.0
write-yaml-file: ^4.1.0 write-yaml-file: ^4.1.0
@@ -1825,7 +1825,7 @@ importers:
path-exists: 4.0.0 path-exists: 4.0.0
proxyquire: 2.1.3 proxyquire: 2.1.3
sinon: 9.0.3 sinon: 9.0.3
tempy: 0.6.0 tempy: 0.7.0
write-yaml-file: 4.1.0 write-yaml-file: 4.1.0
specifiers: specifiers:
'@pnpm/cli-utils': 'workspace:0.4.26' '@pnpm/cli-utils': 'workspace:0.4.26'
@@ -1862,7 +1862,7 @@ importers:
realpath-missing: ^1.0.0 realpath-missing: ^1.0.0
render-help: ^1.0.0 render-help: ^1.0.0
sinon: ^9.0.3 sinon: ^9.0.3
tempy: ^0.6.0 tempy: ^0.7.0
write-json-file: 4.0.0 write-json-file: 4.0.0
write-yaml-file: ^4.1.0 write-yaml-file: ^4.1.0
packages/plugin-commands-rebuild: packages/plugin-commands-rebuild:
@@ -2091,7 +2091,7 @@ importers:
path-exists: 4.0.0 path-exists: 4.0.0
sinon: 9.0.3 sinon: 9.0.3
ssri: 6.0.1 ssri: 6.0.1
tempy: 0.6.0 tempy: 0.7.0
specifiers: specifiers:
'@pnpm/assert-store': 'workspace:1.0.8' '@pnpm/assert-store': 'workspace:1.0.8'
'@pnpm/cafs': 'workspace:^1.0.7' '@pnpm/cafs': 'workspace:^1.0.7'
@@ -2128,7 +2128,7 @@ importers:
render-help: ^1.0.0 render-help: ^1.0.0
sinon: ^9.0.3 sinon: ^9.0.3
ssri: 6.0.1 ssri: 6.0.1
tempy: ^0.6.0 tempy: ^0.7.0
packages/pnpm: packages/pnpm:
dependencies: dependencies:
'@pnpm/cli-meta': 'link:../cli-meta' '@pnpm/cli-meta': 'link:../cli-meta'
@@ -2393,7 +2393,7 @@ importers:
'@types/is-windows': 1.0.0 '@types/is-windows': 1.0.0
'@types/json5': 0.0.30 '@types/json5': 0.0.30
'@types/parse-json': 4.0.0 '@types/parse-json': 4.0.0
tempy: 0.6.0 tempy: 0.7.0
specifiers: specifiers:
'@pnpm/error': 'workspace:1.3.1' '@pnpm/error': 'workspace:1.3.1'
'@pnpm/read-project-manifest': 'link:' '@pnpm/read-project-manifest': 'link:'
@@ -2412,7 +2412,7 @@ importers:
read-yaml-file: ^2.0.0 read-yaml-file: ^2.0.0
sort-keys: ^4.0.0 sort-keys: ^4.0.0
strip-bom: ^4.0.0 strip-bom: ^4.0.0
tempy: ^0.6.0 tempy: ^0.7.0
packages/read-projects-context: packages/read-projects-context:
dependencies: dependencies:
'@pnpm/lockfile-file': 'link:../lockfile-file' '@pnpm/lockfile-file': 'link:../lockfile-file'
@@ -2560,7 +2560,7 @@ importers:
load-json-file: 6.2.0 load-json-file: 6.2.0
mz: 2.7.0 mz: 2.7.0
node-fetch: 2.6.1 node-fetch: 2.6.1
tempy: 0.6.0 tempy: 0.7.0
specifiers: specifiers:
'@pnpm/client': 'workspace:^2.0.2' '@pnpm/client': 'workspace:^2.0.2'
'@pnpm/fetch': 'workspace:2.1.4' '@pnpm/fetch': 'workspace:2.1.4'
@@ -2580,7 +2580,7 @@ importers:
node-fetch: ^2.6.1 node-fetch: ^2.6.1
p-limit: ^3.0.2 p-limit: ^3.0.2
promise-share: ^1.0.0 promise-share: ^1.0.0
tempy: ^0.6.0 tempy: ^0.7.0
uuid: ^3.4.0 uuid: ^3.4.0
packages/sort-packages: packages/sort-packages:
dependencies: dependencies:
@@ -2853,7 +2853,7 @@ importers:
'@types/ssri': 6.0.3 '@types/ssri': 6.0.3
cp-file: 9.0.0 cp-file: 9.0.0
nock: 12.0.3 nock: 12.0.3
tempy: 0.6.0 tempy: 0.7.0
specifiers: specifiers:
'@pnpm/cafs': 'workspace:1.0.7' '@pnpm/cafs': 'workspace:1.0.7'
'@pnpm/core-loggers': 'workspace:^4.2.0' '@pnpm/core-loggers': 'workspace:^4.2.0'
@@ -2874,7 +2874,7 @@ importers:
mz: ^2.7.0 mz: ^2.7.0
nock: 12.0.3 nock: 12.0.3
ssri: 6.0.1 ssri: 6.0.1
tempy: ^0.6.0 tempy: ^0.7.0
packages/tarball-resolver: packages/tarball-resolver:
dependencies: dependencies:
'@pnpm/resolver-base': 'link:../resolver-base' '@pnpm/resolver-base': 'link:../resolver-base'
@@ -2897,7 +2897,7 @@ importers:
'@types/json5': 0.0.30 '@types/json5': 0.0.30
'@types/mz': 2.7.1 '@types/mz': 2.7.1
'@types/write-file-atomic': 3.0.1 '@types/write-file-atomic': 3.0.1
tempy: 0.6.0 tempy: 0.7.0
specifiers: specifiers:
'@pnpm/types': 'workspace:^6.2.0' '@pnpm/types': 'workspace:^6.2.0'
'@pnpm/write-project-manifest': 'link:' '@pnpm/write-project-manifest': 'link:'
@@ -2906,7 +2906,7 @@ importers:
'@types/write-file-atomic': ^3.0.1 '@types/write-file-atomic': ^3.0.1
json5: ^2.1.3 json5: ^2.1.3
mz: ^2.7.0 mz: ^2.7.0
tempy: ^0.6.0 tempy: ^0.7.0
write-file-atomic: ^3.0.3 write-file-atomic: ^3.0.3
write-yaml-file: ^4.1.0 write-yaml-file: ^4.1.0
privatePackages/assert-project: privatePackages/assert-project:
@@ -2959,7 +2959,7 @@ importers:
dependencies: dependencies:
'@pnpm/assert-project': 'link:../assert-project' '@pnpm/assert-project': 'link:../assert-project'
'@pnpm/types': 'link:../../packages/types' '@pnpm/types': 'link:../../packages/types'
tempy: 0.6.0 tempy: 0.7.0
write-json5-file: 3.0.0 write-json5-file: 3.0.0
write-pkg: 4.0.0 write-pkg: 4.0.0
write-yaml-file: 4.1.0 write-yaml-file: 4.1.0
@@ -2971,7 +2971,7 @@ importers:
'@pnpm/assert-project': 'workspace:*' '@pnpm/assert-project': 'workspace:*'
'@pnpm/types': 'workspace:*' '@pnpm/types': 'workspace:*'
'@types/node': ^12.12.56 '@types/node': ^12.12.56
tempy: ^0.6.0 tempy: ^0.7.0
tslint-config-standard: 9.0.0 tslint-config-standard: 9.0.0
tslint-eslint-rules: 5.4.0 tslint-eslint-rules: 5.4.0
write-json5-file: ^3.0.0 write-json5-file: ^3.0.0
@@ -3674,7 +3674,7 @@ packages:
/@types/glob/7.1.3: /@types/glob/7.1.3:
dependencies: dependencies:
'@types/minimatch': 3.0.3 '@types/minimatch': 3.0.3
'@types/node': 14.6.4 '@types/node': 14.10.1
resolution: resolution:
integrity: sha512-SEYeGAIQIQX8NN6LDKprLjbrd5dARM5EXsd8GI/A5l0apYI1fGMWgPHSe4ZKL4eozlAyI+doUE9XbYS4xCkQ1w== integrity: sha512-SEYeGAIQIQX8NN6LDKprLjbrd5dARM5EXsd8GI/A5l0apYI1fGMWgPHSe4ZKL4eozlAyI+doUE9XbYS4xCkQ1w==
/@types/got/8.3.5: /@types/got/8.3.5:
@@ -3771,6 +3771,9 @@ packages:
dev: true dev: true
resolution: resolution:
integrity: sha512-8OdIupOIZtmObR13fvGyTvpcuzKmMugkATeVcfNwCjGtHxhjEKmOvLqXwR8U9VOtNnZ4EXaSfNiLVsPinaCXkQ== integrity: sha512-8OdIupOIZtmObR13fvGyTvpcuzKmMugkATeVcfNwCjGtHxhjEKmOvLqXwR8U9VOtNnZ4EXaSfNiLVsPinaCXkQ==
/@types/node/14.10.1:
resolution:
integrity: sha512-aYNbO+FZ/3KGeQCEkNhHFRIzBOUgc7QvcVNKXbfnhDkSfwUv91JsQQa10rDgKSTSLkXZ1UIyPe4FJJNVgw1xWQ==
/@types/node/14.6.4: /@types/node/14.6.4:
resolution: resolution:
integrity: sha512-Wk7nG1JSaMfMpoMJDKUsWYugliB2Vy55pdjLpmLixeyMi7HizW2I/9QoxsPCkXl3dO+ZOVqPumKaDUv5zJu2uQ== integrity: sha512-Wk7nG1JSaMfMpoMJDKUsWYugliB2Vy55pdjLpmLixeyMi7HizW2I/9QoxsPCkXl3dO+ZOVqPumKaDUv5zJu2uQ==
@@ -4251,7 +4254,6 @@ packages:
dependencies: dependencies:
clean-stack: 2.2.0 clean-stack: 2.2.0
indent-string: 4.0.0 indent-string: 4.0.0
dev: true
engines: engines:
node: '>=8' node: '>=8'
resolution: resolution:
@@ -5241,7 +5243,6 @@ packages:
resolution: resolution:
integrity: sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg== integrity: sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==
/clean-stack/2.2.0: /clean-stack/2.2.0:
dev: true
engines: engines:
node: '>=6' node: '>=6'
resolution: resolution:
@@ -5975,6 +5976,20 @@ packages:
dev: true dev: true
resolution: resolution:
integrity: sha1-yY2bzvdWdBiOEQlpFRGZ45sfppM= integrity: sha1-yY2bzvdWdBiOEQlpFRGZ45sfppM=
/del/5.1.0:
dependencies:
globby: 10.0.2
graceful-fs: 4.2.4
is-glob: 4.0.1
is-path-cwd: 2.2.0
is-path-inside: 3.0.2
p-map: 3.0.0
rimraf: 3.0.2
slash: 3.0.0
engines:
node: '>=8'
resolution:
integrity: sha512-wH9xOVHnczo9jN2IW68BabcecVPxacIA3g/7z6vhSU/4stOKQzeCRK0yD0A24WiAAUJmmVpWqrERcTxnLo3AnA==
/delay/4.4.0: /delay/4.4.0:
engines: engines:
node: '>=6' node: '>=6'
@@ -7295,6 +7310,20 @@ packages:
node: '>=8' node: '>=8'
resolution: resolution:
integrity: sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg== integrity: sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg==
/globby/10.0.2:
dependencies:
'@types/glob': 7.1.3
array-union: 2.1.0
dir-glob: 3.0.1
fast-glob: 3.2.4
glob: 7.1.6
ignore: 5.1.8
merge2: 1.4.1
slash: 3.0.0
engines:
node: '>=8'
resolution:
integrity: sha512-7dUi7RvCoT/xast/o/dLN53oqND4yk0nsHkhRgn9w65C4PofCLOoJ39iSOg+qVDdWQPIEj+eszMHQ+aLVwwQSg==
/globby/11.0.1: /globby/11.0.1:
dependencies: dependencies:
array-union: 2.1.0 array-union: 2.1.0
@@ -7696,7 +7725,6 @@ packages:
resolution: resolution:
integrity: sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok= integrity: sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok=
/indent-string/4.0.0: /indent-string/4.0.0:
dev: true
engines: engines:
node: '>=8' node: '>=8'
resolution: resolution:
@@ -7985,8 +8013,12 @@ packages:
dev: true dev: true
resolution: resolution:
integrity: sha1-iVJojF7C/9awPsyF52ngKQMINHA= integrity: sha1-iVJojF7C/9awPsyF52ngKQMINHA=
/is-path-cwd/2.2.0:
engines:
node: '>=6'
resolution:
integrity: sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==
/is-path-inside/3.0.2: /is-path-inside/3.0.2:
dev: false
engines: engines:
node: '>=8' node: '>=8'
resolution: resolution:
@@ -9812,7 +9844,6 @@ packages:
/p-map/3.0.0: /p-map/3.0.0:
dependencies: dependencies:
aggregate-error: 3.1.0 aggregate-error: 3.1.0
dev: true
engines: engines:
node: '>=8' node: '>=8'
resolution: resolution:
@@ -11866,10 +11897,22 @@ packages:
temp-dir: 2.0.0 temp-dir: 2.0.0
type-fest: 0.16.0 type-fest: 0.16.0
unique-string: 2.0.0 unique-string: 2.0.0
dev: true
engines: engines:
node: '>=10' node: '>=10'
resolution: resolution:
integrity: sha512-G13vtMYPT/J8A4X2SjdtBTphZlrp1gKv6hZiOjw14RCWg6GbHuQBGtjlx75xLbYV/wEc0D7G5K4rxKP/cXk8Bw== integrity: sha512-G13vtMYPT/J8A4X2SjdtBTphZlrp1gKv6hZiOjw14RCWg6GbHuQBGtjlx75xLbYV/wEc0D7G5K4rxKP/cXk8Bw==
/tempy/0.7.0:
dependencies:
del: 5.1.0
is-stream: 2.0.0
temp-dir: 2.0.0
type-fest: 0.16.0
unique-string: 2.0.0
engines:
node: '>=10'
resolution:
integrity: sha512-YcFJbGum4B10jqKroKsci0kE5eEzRCMCTCa0ATtRC6zApBboaOnug1igqAbRC9SCvyqTRI9Xt8NYVggQr4k9hw==
/term-size/1.2.0: /term-size/1.2.0:
dependencies: dependencies:
execa: 0.7.0 execa: 0.7.0

View File

@@ -7,7 +7,7 @@
"dependencies": { "dependencies": {
"@pnpm/assert-project": "workspace:*", "@pnpm/assert-project": "workspace:*",
"@pnpm/types": "workspace:*", "@pnpm/types": "workspace:*",
"tempy": "^0.6.0", "tempy": "^0.7.0",
"write-json5-file": "^3.0.0", "write-json5-file": "^3.0.0",
"write-pkg": "4.0.0", "write-pkg": "4.0.0",
"write-yaml-file": "^4.1.0" "write-yaml-file": "^4.1.0"