Skip to content

Commit ea315aa

Browse files
authored
chore: remove bintray tests (bintray is closed), update deps (#5872)
1 parent ca81c65 commit ea315aa

File tree

18 files changed

+780
-1108
lines changed

18 files changed

+780
-1108
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@
4444
"eslint": "^7.26.0",
4545
"eslint-config-prettier": "^8.3.0",
4646
"eslint-plugin-prettier": "^3.4.0",
47-
"fs-extra": "^9.1.0",
47+
"fs-extra": "^10.0.0",
4848
"globby": "^11.0.3",
4949
"husky": "5.1.3",
5050
"jest-cli": "^26.6.3",
5151
"jsdoc-to-markdown": "^7.0.1",
52-
"lint-staged": "^10.5.4",
52+
"lint-staged": "^11.0.0",
5353
"prettier": "^2.3.0",
5454
"ts-jsdoc": "^3.2.0",
5555
"typescript": "~4.2.4",

packages/app-builder-lib/package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "app-builder-lib",
33
"description": "electron-builder lib",
4-
"version": "22.11.1",
4+
"version": "22.11.2",
55
"main": "out/index.js",
66
"files": [
77
"out",
@@ -45,7 +45,7 @@
4545
"dependencies": {
4646
"7zip-bin": "~5.1.1",
4747
"@develar/schema-utils": "~2.6.5",
48-
"@electron/universal": "1.0.4",
48+
"@electron/universal": "1.0.5",
4949
"@malept/flatpak-bundler": "^0.4.0",
5050
"async-exit-hook": "^2.0.1",
5151
"bluebird-lst": "^1.0.9",
@@ -55,46 +55,46 @@
5555
"debug": "^4.3.2",
5656
"ejs": "^3.1.6",
5757
"electron-publish": "workspace:*",
58-
"fs-extra": "^9.1.0",
59-
"hosted-git-info": "^4.0.0",
58+
"fs-extra": "^10.0.0",
59+
"hosted-git-info": "^4.0.2",
6060
"is-ci": "^3.0.0",
6161
"isbinaryfile": "^4.0.8",
62-
"js-yaml": "^4.0.0",
62+
"js-yaml": "^4.1.0",
6363
"lazy-val": "^1.0.4",
6464
"minimatch": "^3.0.4",
6565
"read-config-file": "6.1.0",
6666
"sanitize-filename": "^1.6.3",
67-
"semver": "^7.3.4",
67+
"semver": "^7.3.5",
6868
"temp-file": "^3.3.7"
6969
},
7070
"///": "babel in devDependencies for proton tests",
7171
"devDependencies": {
72-
"@babel/core": "^7.12.16",
73-
"@babel/plugin-proposal-class-properties": "^7.12.13",
74-
"@babel/plugin-proposal-decorators": "^7.12.13",
75-
"@babel/plugin-proposal-do-expressions": "^7.12.13",
72+
"@babel/core": "^7.14.0",
73+
"@babel/plugin-proposal-class-properties": "^7.13.0",
74+
"@babel/plugin-proposal-decorators": "^7.13.15",
75+
"@babel/plugin-proposal-do-expressions": "^7.14.0",
7676
"@babel/plugin-proposal-export-default-from": "^7.12.13",
7777
"@babel/plugin-proposal-export-namespace-from": "^7.12.13",
7878
"@babel/plugin-proposal-function-bind": "^7.12.13",
7979
"@babel/plugin-proposal-function-sent": "^7.12.13",
80-
"@babel/plugin-proposal-json-strings": "^7.12.13",
81-
"@babel/plugin-proposal-logical-assignment-operators": "^7.12.13",
82-
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.13",
80+
"@babel/plugin-proposal-json-strings": "^7.13.8",
81+
"@babel/plugin-proposal-logical-assignment-operators": "^7.13.8",
82+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
8383
"@babel/plugin-proposal-numeric-separator": "^7.12.13",
84-
"@babel/plugin-proposal-optional-chaining": "^7.12.16",
84+
"@babel/plugin-proposal-optional-chaining": "^7.13.12",
8585
"@babel/plugin-proposal-pipeline-operator": "^7.12.13",
8686
"@babel/plugin-proposal-throw-expressions": "^7.12.13",
8787
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
8888
"@babel/plugin-syntax-import-meta": "^7.10.4",
89-
"@babel/preset-env": "^7.12.16",
90-
"@babel/preset-react": "^7.12.13",
89+
"@babel/preset-env": "^7.14.1",
90+
"@babel/preset-react": "^7.13.13",
9191
"@types/debug": "^4.1.5",
92-
"@types/ejs": "^3.0.5",
93-
"@types/fs-extra": "^9.0.7",
92+
"@types/ejs": "^3.0.6",
93+
"@types/fs-extra": "^9.0.11",
9494
"@types/hosted-git-info": "^3.0.1",
9595
"@types/is-ci": "^3.0.0",
96-
"@types/js-yaml": "^4.0.0",
97-
"@types/semver": "^7.3.4",
96+
"@types/js-yaml": "^4.0.1",
97+
"@types/semver": "^7.3.5",
9898
"dmg-builder": "workspace:*",
9999
"electron-builder-squirrel-windows": "workspace:*"
100100
},

packages/app-builder-lib/src/appInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export class AppInfo {
6969
get channel(): string | null {
7070
const prereleaseInfo = prerelease(this.version)
7171
if (prereleaseInfo != null && prereleaseInfo.length > 0) {
72-
return prereleaseInfo[0]
72+
return prereleaseInfo[0] as string | null
7373
}
7474
return null
7575
}

packages/builder-util/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "builder-util",
3-
"version": "22.11.1",
3+
"version": "22.11.2",
44
"main": "out/util.js",
55
"author": "Vladimir Krivosheev",
66
"license": "MIT",
@@ -13,22 +13,22 @@
1313
"dependencies": {
1414
"7zip-bin": "~5.1.1",
1515
"@types/debug": "^4.1.5",
16-
"@types/fs-extra": "^9.0.7",
16+
"@types/fs-extra": "^9.0.11",
1717
"app-builder-bin": "3.5.13",
1818
"bluebird-lst": "^1.0.9",
1919
"builder-util-runtime": "workspace:*",
20-
"chalk": "^4.1.0",
20+
"chalk": "^4.1.1",
2121
"debug": "^4.3.2",
22-
"fs-extra": "^9.1.0",
22+
"fs-extra": "^10.0.0",
2323
"is-ci": "^3.0.0",
24-
"js-yaml": "^4.0.0",
24+
"js-yaml": "^4.1.0",
2525
"source-map-support": "^0.5.19",
2626
"stat-mode": "^1.0.0",
2727
"temp-file": "^3.3.7"
2828
},
2929
"typings": "./out/util.d.ts",
3030
"devDependencies": {
31-
"@types/js-yaml": "^4.0.0",
31+
"@types/js-yaml": "^4.0.1",
3232
"@types/source-map-support": "^0.5.3"
3333
}
3434
}

packages/dmg-builder/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dmg-builder",
3-
"version": "22.11.1",
3+
"version": "22.11.2",
44
"main": "out/dmgUtil.js",
55
"author": "Vladimir Krivosheev",
66
"license": "MIT",
@@ -16,16 +16,16 @@
1616
"app-builder-lib": "workspace:*",
1717
"builder-util": "workspace:*",
1818
"builder-util-runtime": "workspace:*",
19-
"fs-extra": "^9.1.0",
19+
"fs-extra": "^10.0.0",
2020
"iconv-lite": "^0.6.2",
21-
"js-yaml": "^4.0.0"
21+
"js-yaml": "^4.1.0"
2222
},
2323
"optionalDependencies": {
2424
"dmg-license": "^1.0.8"
2525
},
2626
"devDependencies": {
27-
"@types/fs-extra": "^9.0.7",
28-
"@types/js-yaml": "^4.0.0",
27+
"@types/fs-extra": "^9.0.11",
28+
"@types/js-yaml": "^4.0.1",
2929
"temp-file": "^3.3.7"
3030
},
3131
"typings": "./out/dmg.d.ts"

packages/electron-builder-squirrel-windows/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "electron-builder-squirrel-windows",
3-
"version": "22.11.1",
3+
"version": "22.11.2",
44
"main": "out/SquirrelWindowsTarget.js",
55
"author": "Vladimir Krivosheev",
66
"license": "MIT",
@@ -12,13 +12,13 @@
1212
],
1313
"dependencies": {
1414
"app-builder-lib": "workspace:*",
15-
"archiver": "^5.2.0",
15+
"archiver": "^5.3.0",
1616
"builder-util": "workspace:*",
17-
"fs-extra": "^9.1.0"
17+
"fs-extra": "^10.0.0"
1818
},
1919
"devDependencies": {
2020
"@types/archiver": "^5.1.0",
21-
"@types/fs-extra": "^9.0.7"
21+
"@types/fs-extra": "^9.0.11"
2222
},
2323
"optionalDependencies": {
2424
"7zip-bin": "~5.1.1"

packages/electron-builder/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "electron-builder",
33
"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",
4-
"version": "22.11.1",
4+
"version": "22.11.2",
55
"main": "out/index.js",
66
"files": [
77
"out"
@@ -46,21 +46,21 @@
4646
"bugs": "https://github.com/electron-userland/electron-builder/issues",
4747
"homepage": "https://github.com/electron-userland/electron-builder",
4848
"dependencies": {
49-
"@types/yargs": "^16.0.0",
49+
"@types/yargs": "^16.0.1",
5050
"app-builder-lib": "workspace:*",
5151
"builder-util": "workspace:*",
5252
"builder-util-runtime": "workspace:*",
53-
"chalk": "^4.1.0",
53+
"chalk": "^4.1.1",
5454
"dmg-builder": "workspace:*",
55-
"fs-extra": "^9.1.0",
55+
"fs-extra": "^10.0.0",
5656
"is-ci": "^3.0.0",
5757
"lazy-val": "^1.0.4",
5858
"read-config-file": "6.1.0",
5959
"update-notifier": "^5.1.0",
60-
"yargs": "^16.2.0"
60+
"yargs": "^17.0.1"
6161
},
6262
"devDependencies": {
63-
"@types/fs-extra": "^9.0.7",
63+
"@types/fs-extra": "^9.0.11",
6464
"@types/is-ci": "^3.0.0"
6565
},
6666
"typings": "./out/index.d.ts",

packages/electron-forge-maker-appimage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "electron-forge-maker-appimage",
3-
"version": "22.11.1",
3+
"version": "22.11.2",
44
"main": "main.js",
55
"author": "Vladimir Krivosheev",
66
"license": "MIT",

packages/electron-forge-maker-nsis-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "electron-forge-maker-nsis-web",
3-
"version": "22.11.1",
3+
"version": "22.11.2",
44
"main": "main.js",
55
"author": "Vladimir Krivosheev",
66
"license": "MIT",

packages/electron-forge-maker-nsis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "electron-forge-maker-nsis",
3-
"version": "22.11.1",
3+
"version": "22.11.2",
44
"main": "main.js",
55
"author": "Vladimir Krivosheev",
66
"license": "MIT",

0 commit comments

Comments
 (0)