Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
develar committed Dec 22, 2020
1 parent ca20151 commit eec01f7
Show file tree
Hide file tree
Showing 17 changed files with 529 additions and 378 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
"dependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-transform-modules-commonjs": "^7.12.1",
"@babel/preset-env": "^7.12.10",
"@typescript-eslint/eslint-plugin": "^4.9.1",
"@typescript-eslint/parser": "^4.9.1",
"@babel/preset-env": "^7.12.11",
"@typescript-eslint/eslint-plugin": "^4.11.0",
"@typescript-eslint/parser": "^4.11.0",
"babel-core": "^6.26.3",
"babel-preset-jest": "^26.6.2",
"bluebird-lst": "^1.0.9",
"electron-builder-tslint-config": "^1.1.0",
"eslint": "^7.15.0",
"eslint": "^7.16.0",
"fs-extra": "^9.0.1",
"globby": "^11.0.1",
"jest-cli": "^26.6.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/app-builder-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "app-builder-lib",
"description": "electron-builder lib",
"version": "22.10.0",
"version": "22.10.3",
"main": "out/index.js",
"files": [
"out",
Expand Down Expand Up @@ -50,7 +50,7 @@
"builder-util": "workspace:*",
"builder-util-runtime": "workspace:*",
"chromium-pickle-js": "^0.2.0",
"debug": "^4.3.2",
"debug": "^4.3.1",
"ejs": "^3.1.5",
"electron-publish": "workspace:*",
"fs-extra": "^9.0.1",
Expand Down Expand Up @@ -85,7 +85,7 @@
"@babel/plugin-proposal-throw-expressions": "^7.12.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/preset-env": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@types/debug": "^4.1.5",
"@types/ejs": "^3.0.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/builder-util-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "builder-util-runtime",
"version": "8.7.2",
"version": "8.7.3",
"main": "out/index.js",
"author": "Vladimir Krivosheev",
"license": "MIT",
Expand All @@ -14,7 +14,7 @@
"node": ">=8.2.5"
},
"dependencies": {
"debug": "^4.3.2",
"debug": "^4.3.1",
"sax": "^1.2.4"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/builder-util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "builder-util",
"version": "22.10.0",
"version": "22.10.3",
"main": "out/util.js",
"author": "Vladimir Krivosheev",
"license": "MIT",
Expand All @@ -14,11 +14,11 @@
"7zip-bin": "~5.0.3",
"@types/debug": "^4.1.5",
"@types/fs-extra": "^9.0.5",
"app-builder-bin": "3.5.10",
"app-builder-bin": "3.5.12",
"bluebird-lst": "^1.0.9",
"builder-util-runtime": "workspace:*",
"chalk": "^4.1.0",
"debug": "^4.3.2",
"debug": "^4.3.1",
"fs-extra": "^9.0.1",
"is-ci": "^2.0.0",
"js-yaml": "^3.14.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/dmg-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dmg-builder",
"version": "22.10.0",
"version": "22.10.3",
"main": "out/dmgUtil.js",
"author": "Vladimir Krivosheev",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-builder-squirrel-windows/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-builder-squirrel-windows",
"version": "22.10.0",
"version": "22.10.3",
"main": "out/SquirrelWindowsTarget.js",
"author": "Vladimir Krivosheev",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/electron-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "electron-builder",
"description": "A complete solution to package and build a ready for distribution Electron app for MacOS, Windows and Linux with “auto update” support out of the box",
"version": "22.10.0",
"version": "22.10.3",
"main": "out/index.js",
"files": [
"out"
Expand Down Expand Up @@ -45,7 +45,7 @@
"bugs": "https://github.com/electron-userland/electron-builder/issues",
"homepage": "https://github.com/electron-userland/electron-builder",
"dependencies": {
"@types/yargs": "^15.0.11",
"@types/yargs": "^15.0.12",
"app-builder-lib": "workspace:*",
"bluebird-lst": "^1.0.9",
"builder-util": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-forge-maker-appimage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-forge-maker-appimage",
"version": "22.10.0",
"version": "22.10.3",
"main": "main.js",
"author": "Vladimir Krivosheev",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-forge-maker-nsis-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-forge-maker-nsis-web",
"version": "22.10.0",
"version": "22.10.3",
"main": "main.js",
"author": "Vladimir Krivosheev",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-forge-maker-nsis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-forge-maker-nsis",
"version": "22.10.0",
"version": "22.10.3",
"main": "main.js",
"author": "Vladimir Krivosheev",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-forge-maker-snap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-forge-maker-snap",
"version": "22.10.0",
"version": "22.10.3",
"main": "main.js",
"author": "Vladimir Krivosheev",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/electron-publish/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-publish",
"version": "22.10.0",
"version": "22.10.3",
"main": "out/publisher.js",
"author": "Vladimir Krivosheev",
"license": "MIT",
Expand All @@ -18,7 +18,7 @@
"chalk": "^4.1.0",
"fs-extra": "^9.0.1",
"lazy-val": "^1.0.4",
"mime": "^2.4.6"
"mime": "^2.4.7"
},
"typings": "./out/publisher.d.ts"
}
2 changes: 1 addition & 1 deletion packages/electron-updater/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-updater",
"version": "4.3.5",
"version": "4.3.7",
"description": "Cross platform updater for electron applications",
"main": "out/main.js",
"author": "Vladimir Krivosheev",
Expand Down
6 changes: 3 additions & 3 deletions test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"7zip-bin": "~5.0.3",
"@babel/core": "^7.12.10",
"@babel/plugin-transform-typescript": "^7.12.1",
"@babel/preset-env": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-typescript": "^7.12.7",
"@jest/core": "^26.6.3",
"@types/ci-info": "^2.0.0",
"@types/fs-extra": "^9.0.5",
"@types/jest": "^26.0.19",
"@types/js-yaml": "^3.12.5",
"@types/node": "^14.14.13",
"@types/node": "^14.14.14",
"@types/semver": "^7.3.4",
"app-builder-lib": "workspace:*",
"bluebird-lst": "^1.0.9",
Expand All @@ -21,7 +21,7 @@
"chalk": "^4.1.0",
"ci-info": "^2.0.0",
"decompress-zip": "^0.2.2",
"depcheck": "1.2.0",
"depcheck": "1.3.1",
"dmg-builder": "workspace:*",
"electron-builder": "workspace:*",
"electron-builder-squirrel-windows": "workspace:*",
Expand Down
Loading

1 comment on commit eec01f7

@mmaietta
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@develar this commit introduced multiple build errors and now master won't test at all:
https://app.circleci.com/pipelines/github/electron-userland/electron-builder/271/workflows/109b1d76-c1c5-4a3c-95c4-efd854d726e4/jobs/3334
yarn pretest fails at checkDeps.js

Building builder-util-runtime
Building builder-util, electron-updater
Building electron-publish
Building app-builder-lib
Building dmg-builder, electron-builder-squirrel-windows
Building electron-builder
builder-util Unused dependencies: [
  "7zip-bin",
  "app-builder-bin",
  "builder-util-runtime",
  "chalk",
  "debug",
  "fs-extra",
  "is-ci",
  "js-yaml",
  "source-map-support",
  "stat-mode",
  "temp-file"
]
dmg-builder Unused dependencies: [
  "app-builder-lib",
  "builder-util",
  "fs-extra",
  "iconv-lite",
  "js-yaml",
  "sanitize-filename"
]
builder-util-runtime Unused dependencies: [
  "debug",
  "sax"
]
electron-builder Unused dependencies: [
  "app-builder-lib",
  "builder-util",
  "builder-util-runtime",
  "chalk",
  "fs-extra",
  "is-ci",
  "lazy-val",
  "read-config-file",
  "sanitize-filename",
  "update-notifier",
  "yargs"
]
electron-builder-squirrel-windows Unused dependencies: [
  "app-builder-lib",
  "archiver",
  "builder-util",
  "fs-extra",
  "sanitize-filename"
]
electron-forge-maker-appimage Unused dependencies: [
  "app-builder-lib"
]
electron-forge-maker-nsis-web Unused dependencies: [
  "app-builder-lib"
]
electron-forge-maker-snap Unused dependencies: [
  "app-builder-lib"
]
electron-publish Unused dependencies: [
  "builder-util",
  "builder-util-runtime",
  "chalk",
  "fs-extra",
  "lazy-val",
  "mime"
]
electron-forge-maker-nsis Unused dependencies: [
  "app-builder-lib"
]
electron-updater Unused dependencies: [
  "builder-util-runtime",
  "fs-extra",
  "js-yaml",
  "lazy-val",
  "lodash.isequal",
  "semver"
]
app-builder-lib Unused dependencies: [
  "7zip-bin",
  "@develar/schema-utils",
  "@electron/universal",
  "async-exit-hook",
  "builder-util",
  "builder-util-runtime",
  "chromium-pickle-js",
  "debug",
  "ejs",
  "electron-publish",
  "fs-extra",
  "hosted-git-info",
  "is-ci",
  "istextorbinary",
  "js-yaml",
  "lazy-val",
  "minimatch",
  "normalize-package-data",
  "read-config-file",
  "sanitize-filename",
  "semver",
  "temp-file"
]

In the future, can these dep upgrades be a PR so that we can validate compilation+testing results? Or can we have a bot automatically open PRs like this for us to easily review? I find the regularity of master branch breaking to be a bit disconcerting

CC @quanglam2807

Please sign in to comment.