Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
develar committed Feb 26, 2019
1 parent a47dbbb commit 2461824
Show file tree
Hide file tree
Showing 14 changed files with 1,014 additions and 1,664 deletions.
58 changes: 28 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,31 +32,31 @@
"dependencies": {
"7zip-bin": "~4.1.0",
"@types/is-ci": "^1.1.0",
"app-builder-bin": "2.6.3",
"app-builder-bin": "2.6.4",
"archiver": "^3.0.0",
"async-exit-hook": "^2.0.1",
"bluebird-lst": "^1.0.6",
"bluebird-lst": "^1.0.7",
"chalk": "^2.4.2",
"chromium-pickle-js": "^0.2.0",
"debug": "^4.1.1",
"ejs": "^2.6.1",
"electron-osx-sign": "0.4.11",
"fs-extra-p": "^7.0.0",
"fs-extra-p": "^7.0.1",
"hosted-git-info": "^2.7.1",
"iconv-lite": "^0.4.24",
"ini": "^1.3.5",
"is-ci": "^2.0.0",
"isbinaryfile": "^4.0.0",
"js-yaml": "^3.12.1",
"lazy-val": "^1.0.3",
"lazy-val": "^1.0.4",
"lodash.isequal": "^4.5.0",
"mime": "^2.4.0",
"minimatch": "^3.0.4",
"normalize-package-data": "^2.4.0",
"normalize-package-data": "^2.5.0",
"pako": "^1.0.8",
"parse-color": "^1.0.0",
"plist": "^3.0.1",
"read-config-file": "3.2.1",
"read-config-file": "3.2.2",
"sanitize-filename": "^1.6.1",
"sax": "^1.2.4",
"semver": "^5.6.0",
Expand All @@ -66,12 +66,12 @@
"temp-file": "^3.3.2",
"tunnel-agent": "^0.6.0",
"update-notifier": "^2.5.0",
"yargs": "^12.0.5"
"yargs": "^13.2.1"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/plugin-proposal-decorators": "^7.2.3",
"@babel/core": "^7.3.4",
"@babel/plugin-proposal-class-properties": "^7.3.4",
"@babel/plugin-proposal-decorators": "^7.3.0",
"@babel/plugin-proposal-do-expressions": "^7.2.0",
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/plugin-proposal-export-namespace-from": "^7.2.0",
Expand All @@ -82,41 +82,42 @@
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.2.0",
"@babel/plugin-proposal-numeric-separator": "^7.2.0",
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
"@babel/plugin-proposal-pipeline-operator": "^7.2.0",
"@babel/plugin-proposal-pipeline-operator": "^7.3.2",
"@babel/plugin-proposal-throw-expressions": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/preset-env": "^7.2.3",
"@babel/preset-env": "^7.3.4",
"@babel/preset-react": "^7.0.0",
"@types/debug": "^0.0.31",
"@types/ejs": "^2.6.1",
"@types/debug": "^4.1.2",
"@types/ejs": "^2.6.3",
"@types/ini": "^1.3.30",
"@types/jest": "^23.3.12",
"@types/js-yaml": "^3.11.4",
"@types/lodash.isequal": "^4.5.3",
"@types/node-emoji": "^1.8.0",
"@types/jest": "^24.0.9",
"@types/js-yaml": "^3.12.0",
"@types/lodash.isequal": "^4.5.4",
"@types/node-emoji": "^1.8.1",
"@types/sanitize-filename": "^1.1.28",
"@types/sax": "^1.0.1",
"@types/semver": "^5.5.0",
"@types/source-map-support": "^0.4.1",
"@types/source-map-support": "^0.4.2",
"@types/stat-mode": "^0.2.0",
"@types/yargs": "^12.0.9",
"babel-core": "^7.0.0-bridge.0",
"babel-preset-ts-node6-bluebird": "^3.0.1",
"babel-preset-ts-node6-bluebird": "^3.0.2",
"convert-source-map": "^1.6.0",
"decompress-zip": "^0.3.1",
"depcheck": "^0.6.11",
"depcheck": "^0.7.1",
"develar-typescript-json-schema": "0.20.0",
"electron-builder-tslint-config": "^1.1.0",
"globby": "^9.0.0",
"jest-cli": "^23.6.0",
"jest-junit": "^6.0.1",
"jest-cli": "^24.1.0",
"jest-junit": "^6.3.0",
"jsdoc-to-markdown": "^4.0.1",
"path-sort": "^0.1.0",
"sumchecker": "^2.0.2",
"ts-babel": "6.1.2",
"ts-babel": "6.1.4",
"ts-jsdoc": "^3.0.1",
"tslint": "^5.12.1",
"typescript": "~3.2.2",
"tslint": "^5.13.0",
"typescript": "~3.3.3333",
"whitespace": "^2.1.0",
"worker-farm": "^1.6.0"
},
Expand All @@ -136,9 +137,6 @@
"modulePaths": [
"<rootDir>/packages"
],
"setupTestFrameworkScriptFile": "<rootDir>/test/jestSetup.js"
},
"yargs": {
"camel-case-expansion": false
"setupFilesAfterEnv": ["<rootDir>/test/jestSetup.js"]
}
}
12 changes: 6 additions & 6 deletions packages/app-builder-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,27 +42,27 @@
"homepage": "https://github.com/electron-userland/electron-builder",
"dependencies": {
"7zip-bin": "~4.1.0",
"app-builder-bin": "2.6.3",
"app-builder-bin": "2.6.4",
"async-exit-hook": "^2.0.1",
"bluebird-lst": "^1.0.6",
"bluebird-lst": "^1.0.7",
"chromium-pickle-js": "^0.2.0",
"builder-util-runtime": "0.0.0-semantic-release",
"builder-util": "0.0.0-semantic-release",
"electron-osx-sign": "0.4.11",
"electron-publish": "0.0.0-semantic-release",
"fs-extra-p": "^7.0.0",
"fs-extra-p": "^7.0.1",
"hosted-git-info": "^2.7.1",
"is-ci": "^2.0.0",
"isbinaryfile": "^4.0.0",
"js-yaml": "^3.12.1",
"read-config-file": "3.2.1",
"read-config-file": "3.2.2",
"minimatch": "^3.0.4",
"normalize-package-data": "^2.4.0",
"normalize-package-data": "^2.5.0",
"plist": "^3.0.1",
"sanitize-filename": "^1.6.1",
"semver": "^5.6.0",
"debug": "^4.1.1",
"lazy-val": "^1.0.3",
"lazy-val": "^1.0.4",
"temp-file": "^3.3.2",
"ejs": "^2.6.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/builder-util-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
},
"dependencies": {
"debug": "^4.1.1",
"fs-extra-p": "^7.0.0",
"bluebird-lst": "^1.0.6",
"fs-extra-p": "^7.0.1",
"bluebird-lst": "^1.0.7",
"sax": "^1.2.4"
},
"types": "./out/index.d.ts"
Expand Down
6 changes: 3 additions & 3 deletions packages/builder-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"out"
],
"dependencies": {
"app-builder-bin": "2.6.3",
"app-builder-bin": "2.6.4",
"temp-file": "^3.3.2",
"fs-extra-p": "^7.0.0",
"fs-extra-p": "^7.0.1",
"is-ci": "^2.0.0",
"stat-mode": "^0.2.2",
"bluebird-lst": "^1.0.6",
"bluebird-lst": "^1.0.7",
"chalk": "^2.4.2",
"debug": "^4.1.1",
"builder-util-runtime": "^0.0.0-semantic-release",
Expand Down
4 changes: 2 additions & 2 deletions packages/dmg-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"vendor"
],
"dependencies": {
"fs-extra-p": "^7.0.0",
"bluebird-lst": "^1.0.6",
"fs-extra-p": "^7.0.1",
"bluebird-lst": "^1.0.7",
"parse-color": "^1.0.0",
"builder-util": "~0.0.0-semantic-release",
"iconv-lite": "^0.4.24",
Expand Down
4 changes: 2 additions & 2 deletions packages/electron-builder-squirrel-windows/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
],
"dependencies": {
"builder-util": "~0.0.0-semantic-release",
"bluebird-lst": "^1.0.6",
"fs-extra-p": "^7.0.0",
"bluebird-lst": "^1.0.7",
"fs-extra-p": "^7.0.1",
"archiver": "^3.0.0",
"sanitize-filename": "^1.6.1"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/electron-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,17 @@
"bugs": "https://github.com/electron-userland/electron-builder/issues",
"homepage": "https://github.com/electron-userland/electron-builder",
"dependencies": {
"bluebird-lst": "^1.0.6",
"bluebird-lst": "^1.0.7",
"chalk": "^2.4.2",
"builder-util-runtime": "0.0.0-semantic-release",
"builder-util": "0.0.0-semantic-release",
"fs-extra-p": "^7.0.0",
"fs-extra-p": "^7.0.1",
"is-ci": "^2.0.0",
"read-config-file": "3.2.1",
"read-config-file": "3.2.2",
"sanitize-filename": "^1.6.1",
"update-notifier": "^2.5.0",
"yargs": "^12.0.5",
"lazy-val": "^1.0.3",
"yargs": "^13.2.1",
"lazy-val": "^1.0.4",
"app-builder-lib": "0.0.0-semantic-release",
"dmg-builder": "0.0.0-semantic-release"
},
Expand Down
9 changes: 7 additions & 2 deletions packages/electron-builder/src/builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { addValue, Arch, archFromString, deepAssign, getArchCliNames, InvalidCon
import chalk from "chalk"
import { build as _build, Configuration, DIR_TARGET, Packager, PackagerOptions, Platform } from "app-builder-lib"
import { PublishOptions } from "electron-publish"
import yargs from "yargs"

/** @internal */
export interface BuildOptions extends PackagerOptions, PublishOptions {
Expand Down Expand Up @@ -231,10 +232,14 @@ export function build(rawOptions?: CliOptions): Promise<Array<string>> {
* @private
* @internal
*/
export function configureBuildCommand(yargs: yargs.Yargs): yargs.Yargs {
export function configureBuildCommand(yargs: yargs.Argv): yargs.Argv {
const publishGroup = "Publishing:"
const buildGroup = "Building:"
const deprecated = "Deprecated:"
const deprecated = "Deprecated:";

(yargs as any).parserConfiguration({
"camel-case-expansion": false,
})

return yargs
.option("mac", {
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-builder/src/cli/install-app-deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import yargs from "yargs"
declare const PACKAGE_VERSION: string

/** @internal */
export function configureInstallAppDepsCommand(yargs: yargs.Yargs): yargs.Yargs {
export function configureInstallAppDepsCommand(yargs: yargs.Argv): yargs.Argv {
// https://github.com/yargs/yargs/issues/760
// demandOption is required to be set
return yargs
Expand Down
6 changes: 3 additions & 3 deletions packages/electron-publish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"out"
],
"dependencies": {
"lazy-val": "^1.0.3",
"fs-extra-p": "^7.0.0",
"lazy-val": "^1.0.4",
"fs-extra-p": "^7.0.1",
"mime": "^2.4.0",
"bluebird-lst": "^1.0.6",
"bluebird-lst": "^1.0.7",
"builder-util-runtime": "^0.0.0-semantic-release",
"builder-util": "~0.0.0-semantic-release",
"chalk": "^2.4.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/electron-updater/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"out"
],
"dependencies": {
"lazy-val": "^1.0.3",
"bluebird-lst": "^1.0.6",
"fs-extra-p": "^7.0.0",
"lazy-val": "^1.0.4",
"bluebird-lst": "^1.0.7",
"fs-extra-p": "^7.0.1",
"js-yaml": "^3.12.1",
"semver": "^5.6.0",
"source-map-support": "^0.5.10",
Expand Down
8 changes: 4 additions & 4 deletions test/out/__snapshots__/BuildTest.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1099,7 +1099,7 @@ Object {
"size": 1069,
},
"index.js": Object {
"size": 4691,
"size": 4770,
},
"package.json": Object {
"size": 524,
Expand Down Expand Up @@ -1207,13 +1207,13 @@ Object {
},
"bin.js": Object {
"executable": true,
"size": 2255,
"size": 2570,
},
"download.js": Object {
"size": 3611,
},
"error.js": Object {
"size": 330,
"size": 355,
},
"help.txt": Object {
"size": 867,
Expand All @@ -1225,7 +1225,7 @@ Object {
"size": 232,
},
"package.json": Object {
"size": 1158,
"size": 1137,
},
"proxy.js": Object {
"size": 1079,
Expand Down
Loading

0 comments on commit 2461824

Please sign in to comment.