Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
develar committed Jul 14, 2020
1 parent f20eca9 commit 0bf0f9a
Show file tree
Hide file tree
Showing 19 changed files with 2,783 additions and 2,465 deletions.
16 changes: 8 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@ jobs:
- checkout
- restore_cache:
keys:
- install-dep-cache-{{ checksum "yarn.lock" }}-{{ checksum ".yarn/releases/yarn-sources.js" }}
- install-dep-cache-{{ checksum "yarn.lock" }}-{{ checksum ".yarn/releases/yarn-2.1.1.js" }}
- restore_cache:
keys:
- v-8.2.5-electron
- run:
command: YARN_CHECKSUM_BEHAVIOR=ignore node .yarn/releases/yarn-sources.js install
command: YARN_CHECKSUM_BEHAVIOR=ignore node .yarn/releases/yarn-2.1.1.js install
- run:
command: node .yarn/releases/yarn-sources.js pretest
command: node .yarn/releases/yarn-2.1.1.js pretest
- run:
command: cp .pnp.js .yarn/.pnp.js
- save_cache:
key: install-dep-cache-{{ checksum "yarn.lock" }}-{{ checksum ".yarn/releases/yarn-sources.js" }}
key: install-dep-cache-{{ checksum "yarn.lock" }}-{{ checksum ".yarn/releases/yarn-2.1.1.js" }}
paths:
- .yarn
- run:
command: node .yarn/releases/yarn-sources.js node ./test/out/helpers/downloadElectron.js
command: node .yarn/releases/yarn-2.1.1.js node ./test/out/helpers/downloadElectron.js
- save_cache:
key: v-8.2.5-electron
paths:
Expand All @@ -40,7 +40,7 @@ jobs:
- checkout
- restore_cache:
keys:
- install-dep-cache-{{ checksum "yarn.lock" }}-{{ checksum ".yarn/releases/yarn-sources.js" }}
- install-dep-cache-{{ checksum "yarn.lock" }}-{{ checksum ".yarn/releases/yarn-2.1.1.js" }}
- restore_cache:
keys:
- v-8.2.5-electron
Expand All @@ -55,8 +55,8 @@ jobs:
- run:
# do not use yarn test because lint is done in the build job
command: |
node .yarn/releases/yarn-sources.js compile
node .yarn/releases/yarn-sources.js node ./test/out/helpers/runTests.js
node .yarn/releases/yarn-2.1.1.js compile
node .yarn/releases/yarn-2.1.1.js node ./test/out/helpers/runTests.js
- store_test_results:
path: /tmp/test-reports

Expand Down
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ module.exports = {
"@typescript-eslint/no-use-before-define": "off",
"no-constant-condition": "off",
"@typescript-eslint/no-inferrable-types": "off",
"@typescript-eslint/no-var-requires": "off",
"@typescript-eslint/explicit-function-return-type": ["off", {
// "allowExpressions": false,
}]
Expand Down
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ cache:
- /tmp/jest-electron-builder-tests

install:
- YARN_CHECKSUM_BEHAVIOR=ignore node .yarn/releases/yarn-sources.js install
- YARN_CHECKSUM_BEHAVIOR=ignore node .yarn/releases/yarn-2.1.1.js install

script:
- node .yarn/releases/yarn-sources.js pretest
- node .yarn/releases/yarn-sources.js node ./test/out/helpers/runTests.js
- node .yarn/releases/yarn-2.1.1.js pretest
- node .yarn/releases/yarn-2.1.1.js node ./test/out/helpers/runTests.js

branches:
except:
Expand Down
86 changes: 86 additions & 0 deletions .yarn/releases/yarn-2.1.1.js

Large diffs are not rendered by default.

56 changes: 0 additions & 56 deletions .yarn/releases/yarn-sources.js

This file was deleted.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.js
spec: "@yarnpkg/plugin-workspace-tools"

yarnPath: .yarn/releases/yarn-sources.js
yarnPath: .yarn/releases/yarn-2.1.1.js
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ environment:
install:
- ps: Install-Product node 12 x64
- set YARN_CHECKSUM_BEHAVIOR=ignore
- node .yarn/releases/yarn-sources.js install
- node .yarn/releases/yarn-2.1.1.js install

build: off

test_script:
- node .yarn/releases/yarn-sources.js pretest
- node .yarn/releases/yarn-sources.js node ./test/out/helpers/runTests.js
- node .yarn/releases/yarn-2.1.1.js pretest
- node .yarn/releases/yarn-2.1.1.js node ./test/out/helpers/runTests.js
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,23 @@
"///": "All dependencies for all packages (hoisted)",
"////": "All typings are added into root `package.json` to avoid duplication errors in the IDE compiler (several `node.d.ts` files).",
"dependencies": {
"@babel/core": "^7.9.6",
"@babel/plugin-transform-modules-commonjs": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@typescript-eslint/eslint-plugin": "^3.0.1",
"@typescript-eslint/parser": "^3.0.1",
"@babel/core": "^7.10.4",
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@typescript-eslint/eslint-plugin": "^3.6.1",
"@typescript-eslint/parser": "^3.6.1",
"babel-core": "^6.26.3",
"babel-preset-jest": "^26.0.0",
"babel-preset-jest": "^26.1.0",
"bluebird-lst": "^1.0.9",
"electron-builder-tslint-config": "^1.1.0",
"eslint": "^7.1.0",
"fs-extra": "^9.0.0",
"globby": "^11.0.0",
"jest-cli": "^26.0.1",
"jsdoc-to-markdown": "^5.0.3",
"eslint": "^7.4.0",
"fs-extra": "^9.0.1",
"globby": "^11.0.1",
"jest-cli": "^26.1.0",
"jsdoc-to-markdown": "^6.0.1",
"ts-babel": "6.1.7",
"ts-jsdoc": "^3.1.1",
"typescript": "~3.9.3",
"typescript": "~3.9.6",
"typescript-json-schema": "^0.42.0"
},
"eslintIgnore": [
Expand Down
46 changes: 23 additions & 23 deletions packages/app-builder-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
"builder-util": "workspace:*",
"builder-util-runtime": "workspace:*",
"chromium-pickle-js": "^0.2.0",
"debug": "^4.2.0",
"debug": "^4.1.1",
"ejs": "^3.1.3",
"electron-publish": "workspace:*",
"fs-extra": "^9.0.0",
"hosted-git-info": "^3.0.4",
"fs-extra": "^9.0.1",
"hosted-git-info": "^3.0.5",
"is-ci": "^2.0.0",
"isbinaryfile": "^4.0.6",
"js-yaml": "^3.14.0",
Expand All @@ -67,32 +67,32 @@
},
"///": "babel in devDependencies for proton tests",
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/plugin-proposal-do-expressions": "^7.8.3",
"@babel/plugin-proposal-export-default-from": "^7.8.3",
"@babel/plugin-proposal-export-namespace-from": "^7.8.3",
"@babel/plugin-proposal-function-bind": "^7.8.3",
"@babel/plugin-proposal-function-sent": "^7.8.3",
"@babel/plugin-proposal-json-strings": "^7.8.3",
"@babel/plugin-proposal-logical-assignment-operators": "^7.8.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-numeric-separator": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/plugin-proposal-pipeline-operator": "^7.8.3",
"@babel/plugin-proposal-throw-expressions": "^7.8.3",
"@babel/core": "^7.10.4",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-decorators": "^7.10.4",
"@babel/plugin-proposal-do-expressions": "^7.10.4",
"@babel/plugin-proposal-export-default-from": "^7.10.4",
"@babel/plugin-proposal-export-namespace-from": "^7.10.4",
"@babel/plugin-proposal-function-bind": "^7.10.4",
"@babel/plugin-proposal-function-sent": "^7.10.4",
"@babel/plugin-proposal-json-strings": "^7.10.4",
"@babel/plugin-proposal-logical-assignment-operators": "^7.10.4",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",
"@babel/plugin-proposal-numeric-separator": "^7.10.4",
"@babel/plugin-proposal-optional-chaining": "^7.10.4",
"@babel/plugin-proposal-pipeline-operator": "^7.10.4",
"@babel/plugin-proposal-throw-expressions": "^7.10.4",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.8.3",
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.9.4",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@types/debug": "^4.1.5",
"@types/ejs": "^3.0.3",
"@types/ejs": "^3.0.4",
"@types/fs-extra": "^9.0.1",
"@types/is-ci": "^2.0.0",
"@types/js-yaml": "^3.12.3",
"@types/normalize-package-data": "^2.4.0",
"@types/semver": "^7.2.0",
"@types/semver": "^7.3.1",
"dmg-builder": "workspace:*",
"electron-builder-squirrel-windows": "workspace:*"
},
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.0",
"version": "8.7.2",
"main": "out/index.js",
"author": "Vladimir Krivosheev",
"license": "MIT",
Expand All @@ -14,7 +14,7 @@
"node": ">=8.2.5"
},
"dependencies": {
"debug": "^4.2.0",
"debug": "^4.1.1",
"sax": "^1.2.4"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/builder-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"app-builder-bin": "3.5.9",
"bluebird-lst": "^1.0.9",
"builder-util-runtime": "workspace:*",
"chalk": "^4.0.0",
"debug": "^4.2.0",
"fs-extra": "^9.0.0",
"chalk": "^4.1.0",
"debug": "^4.1.1",
"fs-extra": "^9.0.1",
"is-ci": "^2.0.0",
"js-yaml": "^3.14.0",
"source-map-support": "^0.5.19",
Expand All @@ -29,6 +29,6 @@
"typings": "./out/util.d.ts",
"devDependencies": {
"@types/js-yaml": "^3.12.3",
"@types/source-map-support": "^0.5.1"
"@types/source-map-support": "^0.5.2"
}
}
4 changes: 2 additions & 2 deletions packages/dmg-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"dependencies": {
"app-builder-lib": "workspace:*",
"builder-util": "workspace:*",
"fs-extra": "^9.0.0",
"iconv-lite": "^0.5.1",
"fs-extra": "^9.0.1",
"iconv-lite": "^0.6.2",
"js-yaml": "^3.14.0",
"sanitize-filename": "^1.6.3"
},
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,10 +12,10 @@
],
"dependencies": {
"app-builder-lib": "workspace:*",
"archiver": "^4.0.1",
"archiver": "^4.0.2",
"bluebird-lst": "^1.0.9",
"builder-util": "workspace:*",
"fs-extra": "^9.0.0",
"fs-extra": "^9.0.1",
"sanitize-filename": "^1.6.3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/electron-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
"bluebird-lst": "^1.0.9",
"builder-util": "workspace:*",
"builder-util-runtime": "workspace:*",
"chalk": "^4.0.0",
"chalk": "^4.1.0",
"dmg-builder": "workspace:*",
"fs-extra": "^9.0.0",
"fs-extra": "^9.0.1",
"is-ci": "^2.0.0",
"lazy-val": "^1.0.4",
"read-config-file": "6.0.0",
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 @@ -15,10 +15,10 @@
"bluebird-lst": "^1.0.9",
"builder-util": "workspace:*",
"builder-util-runtime": "workspace:*",
"chalk": "^4.0.0",
"fs-extra": "^9.0.0",
"chalk": "^4.1.0",
"fs-extra": "^9.0.1",
"lazy-val": "^1.0.4",
"mime": "^2.4.5"
"mime": "^2.4.6"
},
"typings": "./out/publisher.d.ts"
}
6 changes: 3 additions & 3 deletions 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.2",
"version": "4.3.4",
"description": "Cross platform updater for electron applications",
"main": "out/main.js",
"author": "Vladimir Krivosheev",
Expand All @@ -12,9 +12,9 @@
"out"
],
"dependencies": {
"@types/semver": "^7.2.0",
"@types/semver": "^7.3.1",
"builder-util-runtime": "workspace:*",
"fs-extra": "^9.0.0",
"fs-extra": "^9.0.1",
"js-yaml": "^3.14.0",
"lazy-val": "^1.0.4",
"lodash.isequal": "^4.5.0",
Expand Down
26 changes: 13 additions & 13 deletions test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,34 @@
"private": true,
"dependencies": {
"7zip-bin": "~5.0.3",
"@babel/core": "^7.9.6",
"@babel/plugin-transform-typescript": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@babel/preset-typescript": "^7.9.0",
"@jest/core": "^26.0.1",
"@babel/core": "^7.10.4",
"@babel/plugin-transform-typescript": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@jest/core": "^26.1.0",
"@types/ci-info": "^2.0.0",
"@types/depcheck": "^0.9.1",
"@types/fs-extra": "^9.0.1",
"@types/jest": "^25.2.2",
"@types/jest": "^26.0.4",
"@types/js-yaml": "^3.12.3",
"@types/node": "^14.0.5",
"@types/semver": "^7.2.0",
"@types/node": "^14.0.23",
"@types/semver": "^7.3.1",
"app-builder-lib": "workspace:*",
"bluebird-lst": "^1.0.9",
"builder-util": "workspace:*",
"builder-util-runtime": "workspace:*",
"chalk": "^4.0.0",
"chalk": "^4.1.0",
"ci-info": "^2.0.0",
"decompress-zip": "^0.2.2",
"depcheck": "^0.9.2",
"depcheck": "^1.0.0",
"dmg-builder": "workspace:*",
"electron-builder": "workspace:*",
"electron-builder-squirrel-windows": "workspace:*",
"electron-publish": "workspace:*",
"electron-updater": "workspace:*",
"fs-extra": "^9.0.0",
"jest": "^26.0.1",
"jest-junit": "^10.0.0",
"fs-extra": "^9.0.1",
"jest": "^26.1.0",
"jest-junit": "^11.0.1",
"js-yaml": "^3.14.0",
"path-sort": "^0.1.0",
"semver": "^7.3.2",
Expand Down
Loading

0 comments on commit 0bf0f9a

Please sign in to comment.