mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
Update patch-package (fix remaining source of seemingly random ENOENT error)
Connects-to: #1723 Change-type: patch
This commit is contained in:
parent
0ae138db03
commit
e3c42cf63e
309
npm-shrinkwrap.json
generated
309
npm-shrinkwrap.json
generated
@ -2988,11 +2988,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"capture-stack-trace": {
|
|
||||||
"version": "1.0.1",
|
|
||||||
"resolved": "https://registry.npmjs.org/capture-stack-trace/-/capture-stack-trace-1.0.1.tgz",
|
|
||||||
"integrity": "sha512-mYQLZnx5Qt1JgB1WEiMCf2647plpGeQ2NMR/5L0HNZzGQo4fuSPnK+wjfPnKZV0aiJDgzmWqqkV/g7JD+DW0qw=="
|
|
||||||
},
|
|
||||||
"cardinal": {
|
"cardinal": {
|
||||||
"version": "2.1.1",
|
"version": "2.1.1",
|
||||||
"resolved": "https://registry.npmjs.org/cardinal/-/cardinal-2.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/cardinal/-/cardinal-2.1.1.tgz",
|
||||||
@ -3913,14 +3908,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"create-error-class": {
|
|
||||||
"version": "3.0.2",
|
|
||||||
"resolved": "https://registry.npmjs.org/create-error-class/-/create-error-class-3.0.2.tgz",
|
|
||||||
"integrity": "sha1-Br56vvlHo/FKMP1hBnHUAbyot7Y=",
|
|
||||||
"requires": {
|
|
||||||
"capture-stack-trace": "^1.0.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"cross-env": {
|
"cross-env": {
|
||||||
"version": "3.2.4",
|
"version": "3.2.4",
|
||||||
"resolved": "https://registry.npmjs.org/cross-env/-/cross-env-3.2.4.tgz",
|
"resolved": "https://registry.npmjs.org/cross-env/-/cross-env-3.2.4.tgz",
|
||||||
@ -8013,11 +8000,6 @@
|
|||||||
"resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.1.0.tgz",
|
||||||
"integrity": "sha1-eaKp7OfwlugPNtKy87wWwf9L8/o="
|
"integrity": "sha1-eaKp7OfwlugPNtKy87wWwf9L8/o="
|
||||||
},
|
},
|
||||||
"is-redirect": {
|
|
||||||
"version": "1.0.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/is-redirect/-/is-redirect-1.0.0.tgz",
|
|
||||||
"integrity": "sha1-HQPd7VO9jbDzDCbk+V02/HyH3CQ="
|
|
||||||
},
|
|
||||||
"is-regex": {
|
"is-regex": {
|
||||||
"version": "1.0.5",
|
"version": "1.0.5",
|
||||||
"resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.0.5.tgz",
|
"resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.0.5.tgz",
|
||||||
@ -13831,9 +13813,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"patch-package": {
|
"patch-package": {
|
||||||
"version": "6.1.2",
|
"version": "6.2.2",
|
||||||
"resolved": "https://registry.npmjs.org/patch-package/-/patch-package-6.1.2.tgz",
|
"resolved": "https://registry.npmjs.org/patch-package/-/patch-package-6.2.2.tgz",
|
||||||
"integrity": "sha512-5GnzR8lEyeleeariG+hGabUnD2b1yL7AIGFjlLo95zMGRWhZCel58IpeKD46wwPb7i+uNhUI8unV56ogk8Bgqg==",
|
"integrity": "sha512-YqScVYkVcClUY0v8fF0kWOjDYopzIM8e3bj/RU1DPeEF14+dCGm6UeOYm4jvCyxqIEQ5/eJzmbWfDWnUleFNMg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@yarnpkg/lockfile": "^1.1.0",
|
"@yarnpkg/lockfile": "^1.1.0",
|
||||||
"chalk": "^2.4.2",
|
"chalk": "^2.4.2",
|
||||||
@ -13846,42 +13828,9 @@
|
|||||||
"rimraf": "^2.6.3",
|
"rimraf": "^2.6.3",
|
||||||
"semver": "^5.6.0",
|
"semver": "^5.6.0",
|
||||||
"slash": "^2.0.0",
|
"slash": "^2.0.0",
|
||||||
"tmp": "^0.0.33",
|
"tmp": "^0.0.33"
|
||||||
"update-notifier": "^2.5.0"
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ansi-align": {
|
|
||||||
"version": "2.0.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-2.0.0.tgz",
|
|
||||||
"integrity": "sha1-w2rsy6VjuJzrVW82kPCx2eNUf38=",
|
|
||||||
"requires": {
|
|
||||||
"string-width": "^2.0.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"ansi-regex": {
|
|
||||||
"version": "3.0.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz",
|
|
||||||
"integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg="
|
|
||||||
},
|
|
||||||
"boxen": {
|
|
||||||
"version": "1.3.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/boxen/-/boxen-1.3.0.tgz",
|
|
||||||
"integrity": "sha512-TNPjfTr432qx7yOjQyaXm3dSR0MH9vXp7eT1BFSl/C51g+EFnOR9hTg1IreahGBmDNCehscshe45f+C1TBZbLw==",
|
|
||||||
"requires": {
|
|
||||||
"ansi-align": "^2.0.0",
|
|
||||||
"camelcase": "^4.0.0",
|
|
||||||
"chalk": "^2.0.1",
|
|
||||||
"cli-boxes": "^1.0.0",
|
|
||||||
"string-width": "^2.0.0",
|
|
||||||
"term-size": "^1.2.0",
|
|
||||||
"widest-line": "^2.0.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"camelcase": {
|
|
||||||
"version": "4.1.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz",
|
|
||||||
"integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0="
|
|
||||||
},
|
|
||||||
"chalk": {
|
"chalk": {
|
||||||
"version": "2.4.2",
|
"version": "2.4.2",
|
||||||
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
|
||||||
@ -13892,63 +13841,6 @@
|
|||||||
"supports-color": "^5.3.0"
|
"supports-color": "^5.3.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ci-info": {
|
|
||||||
"version": "1.6.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-1.6.0.tgz",
|
|
||||||
"integrity": "sha512-vsGdkwSCDpWmP80ncATX7iea5DWQemg1UgCW5J8tqjU3lYw4FBYuj89J0CTVomA7BEfvSZd84GmHko+MxFQU2A=="
|
|
||||||
},
|
|
||||||
"configstore": {
|
|
||||||
"version": "3.1.2",
|
|
||||||
"resolved": "https://registry.npmjs.org/configstore/-/configstore-3.1.2.tgz",
|
|
||||||
"integrity": "sha512-vtv5HtGjcYUgFrXc6Kx747B83MRRVS5R1VTEQoXvuP+kMI+if6uywV0nDGoiydJRy4yk7h9od5Og0kxx4zUXmw==",
|
|
||||||
"requires": {
|
|
||||||
"dot-prop": "^4.1.0",
|
|
||||||
"graceful-fs": "^4.1.2",
|
|
||||||
"make-dir": "^1.0.0",
|
|
||||||
"unique-string": "^1.0.0",
|
|
||||||
"write-file-atomic": "^2.0.0",
|
|
||||||
"xdg-basedir": "^3.0.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"crypto-random-string": {
|
|
||||||
"version": "1.0.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-1.0.0.tgz",
|
|
||||||
"integrity": "sha1-ojD2T1aDEOFJgAmUB5DsmVRbyn4="
|
|
||||||
},
|
|
||||||
"dot-prop": {
|
|
||||||
"version": "4.2.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-4.2.0.tgz",
|
|
||||||
"integrity": "sha512-tUMXrxlExSW6U2EXiiKGSBVdYgtV8qlHL+C10TsW4PURY/ic+eaysnSkwB4kA/mBlCyy/IKDJ+Lc3wbWeaXtuQ==",
|
|
||||||
"requires": {
|
|
||||||
"is-obj": "^1.0.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"execa": {
|
|
||||||
"version": "0.7.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/execa/-/execa-0.7.0.tgz",
|
|
||||||
"integrity": "sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c=",
|
|
||||||
"requires": {
|
|
||||||
"cross-spawn": "^5.0.1",
|
|
||||||
"get-stream": "^3.0.0",
|
|
||||||
"is-stream": "^1.1.0",
|
|
||||||
"npm-run-path": "^2.0.0",
|
|
||||||
"p-finally": "^1.0.0",
|
|
||||||
"signal-exit": "^3.0.0",
|
|
||||||
"strip-eof": "^1.0.0"
|
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"cross-spawn": {
|
|
||||||
"version": "5.1.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz",
|
|
||||||
"integrity": "sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=",
|
|
||||||
"requires": {
|
|
||||||
"lru-cache": "^4.0.1",
|
|
||||||
"shebang-command": "^1.2.0",
|
|
||||||
"which": "^1.2.9"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"fs-extra": {
|
"fs-extra": {
|
||||||
"version": "7.0.1",
|
"version": "7.0.1",
|
||||||
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz",
|
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz",
|
||||||
@ -13959,100 +13851,6 @@
|
|||||||
"universalify": "^0.1.0"
|
"universalify": "^0.1.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"get-stream": {
|
|
||||||
"version": "3.0.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz",
|
|
||||||
"integrity": "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ="
|
|
||||||
},
|
|
||||||
"global-dirs": {
|
|
||||||
"version": "0.1.1",
|
|
||||||
"resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-0.1.1.tgz",
|
|
||||||
"integrity": "sha1-sxnA3UYH81PzvpzKTHL8FIxJ9EU=",
|
|
||||||
"requires": {
|
|
||||||
"ini": "^1.3.4"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"got": {
|
|
||||||
"version": "6.7.1",
|
|
||||||
"resolved": "https://registry.npmjs.org/got/-/got-6.7.1.tgz",
|
|
||||||
"integrity": "sha1-JAzQV4WpoY5WHcG0S0HHY+8ejbA=",
|
|
||||||
"requires": {
|
|
||||||
"create-error-class": "^3.0.0",
|
|
||||||
"duplexer3": "^0.1.4",
|
|
||||||
"get-stream": "^3.0.0",
|
|
||||||
"is-redirect": "^1.0.0",
|
|
||||||
"is-retry-allowed": "^1.0.0",
|
|
||||||
"is-stream": "^1.0.0",
|
|
||||||
"lowercase-keys": "^1.0.0",
|
|
||||||
"safe-buffer": "^5.0.1",
|
|
||||||
"timed-out": "^4.0.0",
|
|
||||||
"unzip-response": "^2.0.1",
|
|
||||||
"url-parse-lax": "^1.0.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"is-installed-globally": {
|
|
||||||
"version": "0.1.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.1.0.tgz",
|
|
||||||
"integrity": "sha1-Df2Y9akRFxbdU13aZJL2e/PSWoA=",
|
|
||||||
"requires": {
|
|
||||||
"global-dirs": "^0.1.0",
|
|
||||||
"is-path-inside": "^1.0.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"is-npm": {
|
|
||||||
"version": "1.0.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/is-npm/-/is-npm-1.0.0.tgz",
|
|
||||||
"integrity": "sha1-8vtjpl5JBbQGyGBydloaTceTufQ="
|
|
||||||
},
|
|
||||||
"is-obj": {
|
|
||||||
"version": "1.0.1",
|
|
||||||
"resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz",
|
|
||||||
"integrity": "sha1-PkcprB9f3gJc19g6iW2rn09n2w8="
|
|
||||||
},
|
|
||||||
"is-path-inside": {
|
|
||||||
"version": "1.0.1",
|
|
||||||
"resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.1.tgz",
|
|
||||||
"integrity": "sha1-jvW33lBDej/cprToZe96pVy0gDY=",
|
|
||||||
"requires": {
|
|
||||||
"path-is-inside": "^1.0.1"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"latest-version": {
|
|
||||||
"version": "3.1.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/latest-version/-/latest-version-3.1.0.tgz",
|
|
||||||
"integrity": "sha1-ogU4P+oyKzO1rjsYq+4NwvNW7hU=",
|
|
||||||
"requires": {
|
|
||||||
"package-json": "^4.0.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"package-json": {
|
|
||||||
"version": "4.0.1",
|
|
||||||
"resolved": "https://registry.npmjs.org/package-json/-/package-json-4.0.1.tgz",
|
|
||||||
"integrity": "sha1-iGmgQBJTZhxMTKPabCEh7VVfXu0=",
|
|
||||||
"requires": {
|
|
||||||
"got": "^6.7.1",
|
|
||||||
"registry-auth-token": "^3.0.1",
|
|
||||||
"registry-url": "^3.0.3",
|
|
||||||
"semver": "^5.1.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"registry-auth-token": {
|
|
||||||
"version": "3.4.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-3.4.0.tgz",
|
|
||||||
"integrity": "sha512-4LM6Fw8eBQdwMYcES4yTnn2TqIasbXuwDx3um+QRs7S55aMKCBKBxvPXl2RiUjHwuJLTyYfxSpmfSAjQpcuP+A==",
|
|
||||||
"requires": {
|
|
||||||
"rc": "^1.1.6",
|
|
||||||
"safe-buffer": "^5.0.1"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"registry-url": {
|
|
||||||
"version": "3.1.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/registry-url/-/registry-url-3.1.0.tgz",
|
|
||||||
"integrity": "sha1-PU74cPc93h138M+aOBQyRE4XSUI=",
|
|
||||||
"requires": {
|
|
||||||
"rc": "^1.0.1"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"rimraf": {
|
"rimraf": {
|
||||||
"version": "2.7.1",
|
"version": "2.7.1",
|
||||||
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
|
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
|
||||||
@ -14066,39 +13864,6 @@
|
|||||||
"resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
|
"resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
|
||||||
"integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
|
"integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
|
||||||
},
|
},
|
||||||
"semver-diff": {
|
|
||||||
"version": "2.1.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/semver-diff/-/semver-diff-2.1.0.tgz",
|
|
||||||
"integrity": "sha1-S7uEN8jTfksM8aaP1ybsbWRdbTY=",
|
|
||||||
"requires": {
|
|
||||||
"semver": "^5.0.3"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"string-width": {
|
|
||||||
"version": "2.1.1",
|
|
||||||
"resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz",
|
|
||||||
"integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==",
|
|
||||||
"requires": {
|
|
||||||
"is-fullwidth-code-point": "^2.0.0",
|
|
||||||
"strip-ansi": "^4.0.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"strip-ansi": {
|
|
||||||
"version": "4.0.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz",
|
|
||||||
"integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=",
|
|
||||||
"requires": {
|
|
||||||
"ansi-regex": "^3.0.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"term-size": {
|
|
||||||
"version": "1.2.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/term-size/-/term-size-1.2.0.tgz",
|
|
||||||
"integrity": "sha1-RYuDiH8oj8Vtb/+/rSYuJmOO+mk=",
|
|
||||||
"requires": {
|
|
||||||
"execa": "^0.7.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"tmp": {
|
"tmp": {
|
||||||
"version": "0.0.33",
|
"version": "0.0.33",
|
||||||
"resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
|
"resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
|
||||||
@ -14106,64 +13871,6 @@
|
|||||||
"requires": {
|
"requires": {
|
||||||
"os-tmpdir": "~1.0.2"
|
"os-tmpdir": "~1.0.2"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"unique-string": {
|
|
||||||
"version": "1.0.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/unique-string/-/unique-string-1.0.0.tgz",
|
|
||||||
"integrity": "sha1-nhBXzKhRq7kzmPizOuGHuZyuwRo=",
|
|
||||||
"requires": {
|
|
||||||
"crypto-random-string": "^1.0.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"update-notifier": {
|
|
||||||
"version": "2.5.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-2.5.0.tgz",
|
|
||||||
"integrity": "sha512-gwMdhgJHGuj/+wHJJs9e6PcCszpxR1b236igrOkUofGhqJuG+amlIKwApH1IW1WWl7ovZxsX49lMBWLxSdm5Dw==",
|
|
||||||
"requires": {
|
|
||||||
"boxen": "^1.2.1",
|
|
||||||
"chalk": "^2.0.1",
|
|
||||||
"configstore": "^3.0.0",
|
|
||||||
"import-lazy": "^2.1.0",
|
|
||||||
"is-ci": "^1.0.10",
|
|
||||||
"is-installed-globally": "^0.1.0",
|
|
||||||
"is-npm": "^1.0.0",
|
|
||||||
"latest-version": "^3.0.0",
|
|
||||||
"semver-diff": "^2.0.0",
|
|
||||||
"xdg-basedir": "^3.0.0"
|
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"is-ci": {
|
|
||||||
"version": "1.2.1",
|
|
||||||
"resolved": "https://registry.npmjs.org/is-ci/-/is-ci-1.2.1.tgz",
|
|
||||||
"integrity": "sha512-s6tfsaQaQi3JNciBH6shVqEDvhGut0SUXr31ag8Pd8BBbVVlcGfWhpPmEOoM6RJ5TFhbypvf5yyRw/VXW1IiWg==",
|
|
||||||
"requires": {
|
|
||||||
"ci-info": "^1.5.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"which": {
|
|
||||||
"version": "1.3.1",
|
|
||||||
"resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
|
|
||||||
"integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
|
|
||||||
"requires": {
|
|
||||||
"isexe": "^2.0.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"write-file-atomic": {
|
|
||||||
"version": "2.4.3",
|
|
||||||
"resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-2.4.3.tgz",
|
|
||||||
"integrity": "sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==",
|
|
||||||
"requires": {
|
|
||||||
"graceful-fs": "^4.1.11",
|
|
||||||
"imurmurhash": "^0.1.4",
|
|
||||||
"signal-exit": "^3.0.2"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"xdg-basedir": {
|
|
||||||
"version": "3.0.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-3.0.0.tgz",
|
|
||||||
"integrity": "sha1-SWsswQnsqNus/i3HK2A8F8WHCtQ="
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -14185,7 +13892,8 @@
|
|||||||
"path-is-inside": {
|
"path-is-inside": {
|
||||||
"version": "1.0.2",
|
"version": "1.0.2",
|
||||||
"resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz",
|
"resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz",
|
||||||
"integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM="
|
"integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=",
|
||||||
|
"dev": true
|
||||||
},
|
},
|
||||||
"path-key": {
|
"path-key": {
|
||||||
"version": "2.0.1",
|
"version": "2.0.1",
|
||||||
@ -17968,11 +17676,6 @@
|
|||||||
"resolved": "https://registry.npmjs.org/untildify/-/untildify-3.0.3.tgz",
|
"resolved": "https://registry.npmjs.org/untildify/-/untildify-3.0.3.tgz",
|
||||||
"integrity": "sha512-iSk/J8efr8uPT/Z4eSUywnqyrQU7DSdMfdqK4iWEaUVVmcP5JcnpRqmVMwcwcnmI1ATFNgC5V90u09tBynNFKA=="
|
"integrity": "sha512-iSk/J8efr8uPT/Z4eSUywnqyrQU7DSdMfdqK4iWEaUVVmcP5JcnpRqmVMwcwcnmI1ATFNgC5V90u09tBynNFKA=="
|
||||||
},
|
},
|
||||||
"unzip-response": {
|
|
||||||
"version": "2.0.1",
|
|
||||||
"resolved": "https://registry.npmjs.org/unzip-response/-/unzip-response-2.0.1.tgz",
|
|
||||||
"integrity": "sha1-0vD3N9FrBhXnKmk17QQhRXLVb5c="
|
|
||||||
},
|
|
||||||
"unzip-stream": {
|
"unzip-stream": {
|
||||||
"version": "0.3.0",
|
"version": "0.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/unzip-stream/-/unzip-stream-0.3.0.tgz",
|
"resolved": "https://registry.npmjs.org/unzip-stream/-/unzip-stream-0.3.0.tgz",
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "patch-package",
|
"postinstall": "patch-package --patch-dir patches0 && patch-package",
|
||||||
"prebuild": "rimraf build/ build-bin/",
|
"prebuild": "rimraf build/ build-bin/",
|
||||||
"build": "npm run build:src && npm run catch-uncommitted",
|
"build": "npm run build:src && npm run catch-uncommitted",
|
||||||
"build:src": "npm run lint && npm run build:fast && npm run build:test && npm run build:doc",
|
"build:src": "npm run lint && npm run build:fast && npm run build:test && npm run build:doc",
|
||||||
@ -219,7 +219,7 @@
|
|||||||
"node-unzip-2": "^0.2.8",
|
"node-unzip-2": "^0.2.8",
|
||||||
"oclif": "^1.15.2",
|
"oclif": "^1.15.2",
|
||||||
"open": "^7.0.2",
|
"open": "^7.0.2",
|
||||||
"patch-package": "6.1.2",
|
"patch-package": "6.2.2",
|
||||||
"prettyjson": "^1.1.3",
|
"prettyjson": "^1.1.3",
|
||||||
"progress-stream": "^2.0.0",
|
"progress-stream": "^2.0.0",
|
||||||
"reconfix": "^0.1.0",
|
"reconfix": "^0.1.0",
|
||||||
|
@ -62,7 +62,7 @@ index a9d4276..4ac508f 100644
|
|||||||
File /r bin
|
File /r bin
|
||||||
File /r client
|
File /r client
|
||||||
diff --git a/node_modules/@oclif/dev-cli/lib/tarballs/build.js b/node_modules/@oclif/dev-cli/lib/tarballs/build.js
|
diff --git a/node_modules/@oclif/dev-cli/lib/tarballs/build.js b/node_modules/@oclif/dev-cli/lib/tarballs/build.js
|
||||||
index 3e613e0..dd23903 100644
|
index 3e613e0..8c8f698 100644
|
||||||
--- a/node_modules/@oclif/dev-cli/lib/tarballs/build.js
|
--- a/node_modules/@oclif/dev-cli/lib/tarballs/build.js
|
||||||
+++ b/node_modules/@oclif/dev-cli/lib/tarballs/build.js
|
+++ b/node_modules/@oclif/dev-cli/lib/tarballs/build.js
|
||||||
@@ -17,8 +17,11 @@ const pack = async (from, to) => {
|
@@ -17,8 +17,11 @@ const pack = async (from, to) => {
|
||||||
@ -78,7 +78,7 @@ index 3e613e0..dd23903 100644
|
|||||||
const packCLI = async () => {
|
const packCLI = async () => {
|
||||||
const stdout = await qq.x.stdout('npm', ['pack', '--unsafe-perm'], { cwd: c.root });
|
const stdout = await qq.x.stdout('npm', ['pack', '--unsafe-perm'], { cwd: c.root });
|
||||||
return path.join(c.root, stdout.split('\n').pop());
|
return path.join(c.root, stdout.split('\n').pop());
|
||||||
@@ -34,6 +37,34 @@ async function build(c, options = {}) {
|
@@ -34,6 +37,44 @@ async function build(c, options = {}) {
|
||||||
await qq.mv(f, '.');
|
await qq.mv(f, '.');
|
||||||
await qq.rm('package', tarball, 'bin/run.cmd');
|
await qq.rm('package', tarball, 'bin/run.cmd');
|
||||||
};
|
};
|
||||||
@ -87,9 +87,19 @@ index 3e613e0..dd23903 100644
|
|||||||
+ await qq.emptyDir(ws);
|
+ await qq.emptyDir(ws);
|
||||||
+ qq.cd(ws);
|
+ qq.cd(ws);
|
||||||
+ const sources = [
|
+ const sources = [
|
||||||
+ 'bin', 'build', 'patches', 'typings', 'CHANGELOG.md', 'INSTALL.md',
|
+ 'CHANGELOG.md',
|
||||||
+ 'LICENSE', 'package.json', 'npm-shrinkwrap.json', 'README.md',
|
+ 'INSTALL.md',
|
||||||
+ 'TROUBLESHOOTING.md', 'automation/check-npm-version.js',
|
+ 'LICENSE',
|
||||||
|
+ 'README.md',
|
||||||
|
+ 'TROUBLESHOOTING.md',
|
||||||
|
+ 'automation/check-npm-version.js',
|
||||||
|
+ 'bin',
|
||||||
|
+ 'build',
|
||||||
|
+ 'npm-shrinkwrap.json',
|
||||||
|
+ 'package.json',
|
||||||
|
+ 'patches',
|
||||||
|
+ 'patches0',
|
||||||
|
+ 'typings',
|
||||||
+ ];
|
+ ];
|
||||||
+ for (const source of sources) {
|
+ for (const source of sources) {
|
||||||
+ let destDir = ws;
|
+ let destDir = ws;
|
||||||
@ -113,7 +123,7 @@ index 3e613e0..dd23903 100644
|
|||||||
const updatePJSON = async () => {
|
const updatePJSON = async () => {
|
||||||
qq.cd(c.workspace());
|
qq.cd(c.workspace());
|
||||||
const pjson = await qq.readJSON('package.json');
|
const pjson = await qq.readJSON('package.json');
|
||||||
@@ -56,7 +87,13 @@ async function build(c, options = {}) {
|
@@ -56,7 +97,13 @@ async function build(c, options = {}) {
|
||||||
lockpath = qq.join(c.root, 'npm-shrinkwrap.json');
|
lockpath = qq.join(c.root, 'npm-shrinkwrap.json');
|
||||||
}
|
}
|
||||||
await qq.cp(lockpath, '.');
|
await qq.cp(lockpath, '.');
|
||||||
@ -128,7 +138,7 @@ index 3e613e0..dd23903 100644
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
const buildTarget = async (target) => {
|
const buildTarget = async (target) => {
|
||||||
@@ -71,7 +108,8 @@ async function build(c, options = {}) {
|
@@ -71,7 +118,8 @@ async function build(c, options = {}) {
|
||||||
output: path.join(workspace, 'bin', 'node'),
|
output: path.join(workspace, 'bin', 'node'),
|
||||||
platform: target.platform,
|
platform: target.platform,
|
||||||
arch: target.arch,
|
arch: target.arch,
|
||||||
@ -138,7 +148,7 @@ index 3e613e0..dd23903 100644
|
|||||||
});
|
});
|
||||||
if (options.pack === false)
|
if (options.pack === false)
|
||||||
return;
|
return;
|
||||||
@@ -124,7 +162,8 @@ async function build(c, options = {}) {
|
@@ -124,7 +172,8 @@ async function build(c, options = {}) {
|
||||||
await qq.writeJSON(c.dist(config.s3Key('manifest')), manifest);
|
await qq.writeJSON(c.dist(config.s3Key('manifest')), manifest);
|
||||||
};
|
};
|
||||||
log_1.log(`gathering workspace for ${config.bin} to ${c.workspace()}`);
|
log_1.log(`gathering workspace for ${config.bin} to ${c.workspace()}`);
|
13
patches0/patch-package+6.2.2.patch
Normal file
13
patches0/patch-package+6.2.2.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
diff --git a/node_modules/patch-package/dist/applyPatches.js b/node_modules/patch-package/dist/applyPatches.js
|
||||||
|
index 35a22f7..c43a3b8 100644
|
||||||
|
--- a/node_modules/patch-package/dist/applyPatches.js
|
||||||
|
+++ b/node_modules/patch-package/dist/applyPatches.js
|
||||||
|
@@ -85,7 +85,7 @@ function applyPatchesForApp(_a) {
|
||||||
|
})) {
|
||||||
|
// yay patch was applied successfully
|
||||||
|
// print warning if version mismatch
|
||||||
|
- if (installedPackageVersion !== version) {
|
||||||
|
+ if (installedPackageVersion !== version.replace(/\.dev$/, "")) {
|
||||||
|
printVersionMismatchWarning({
|
||||||
|
packageName: name,
|
||||||
|
actualVersion: installedPackageVersion,
|
Loading…
Reference in New Issue
Block a user