Commit graph

1537 commits

Author SHA1 Message Date
Labhansh Agrawal
2c7e240474 webpack config type improvements 2020-01-22 17:16:54 +01:00
Benjamin Staneck
4822ea8fa2 Add webpack types and fix config 2020-01-22 17:16:54 +01:00
Benjamin Staneck
ab4b97c2ee move webpack config to ts 2020-01-22 17:16:54 +01:00
Benjamin Staneck
2a630a63d7 Add environment checks 2020-01-22 17:16:54 +01:00
Benjamin Staneck
312f0ed559 Switch to Terser 2020-01-22 17:16:54 +01:00
Benjamin Staneck
b4c996e9f9 Update CircleCI to use Node v12 2020-01-20 21:30:46 +01:00
Benjamin Staneck
309ead35cf Update ava config and fix line endings 2020-01-20 21:30:46 +01:00
dependabot-preview[bot]
d4437905ce Bump uuid from 3.3.3 to 3.4.0 in /app
Bumps [uuid](https://github.com/uuidjs/uuid) from 3.3.3 to 3.4.0.
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uuidjs/uuid/compare/v3.3.3...v3.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-20 16:43:16 +01:00
dependabot-preview[bot]
c1f6799980 Bump @babel/plugin-proposal-object-rest-spread from 7.8.0 to 7.8.3
Bumps [@babel/plugin-proposal-object-rest-spread](https://github.com/babel/babel) from 7.8.0 to 7.8.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.8.0...v7.8.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-20 16:43:08 +01:00
dependabot-preview[bot]
4bf577dd97 Bump ts-node from 8.6.1 to 8.6.2
Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 8.6.1 to 8.6.2.
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Commits](https://github.com/TypeStrong/ts-node/compare/v8.6.1...v8.6.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-20 16:42:54 +01:00
dependabot-preview[bot]
c2a8c8cbee Bump uuid from 3.3.3 to 3.4.0
Bumps [uuid](https://github.com/uuidjs/uuid) from 3.3.3 to 3.4.0.
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uuidjs/uuid/compare/v3.3.3...v3.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-20 16:10:16 +01:00
dependabot-preview[bot]
0d2736d1b1 Bump @babel/preset-react from 7.8.0 to 7.8.3
Bumps [@babel/preset-react](https://github.com/babel/babel) from 7.8.0 to 7.8.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.8.0...v7.8.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-20 16:09:25 +01:00
dependabot-preview[bot]
de929e8f66 Bump electron from 7.1.8 to 7.1.9
Bumps [electron](https://github.com/electron/electron) from 7.1.8 to 7.1.9.
- [Release notes](https://github.com/electron/electron/releases)
- [Commits](https://github.com/electron/electron/compare/v7.1.8...v7.1.9)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-20 16:08:56 +01:00
dependabot-preview[bot]
38706123b6 Bump typescript from 3.7.4 to 3.7.5
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.7.4 to 3.7.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.7.4...v3.7.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-20 15:07:23 +00:00
dependabot-preview[bot]
9ed6145aa1 Bump @babel/cli from 7.8.0 to 7.8.3
Bumps [@babel/cli](https://github.com/babel/babel) from 7.8.0 to 7.8.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.8.0...v7.8.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-20 15:07:13 +00:00
Labhansh Agrawal
943186a51c add back the useCapture option in mousetrap 2020-01-15 18:06:25 +01:00
dependabot-preview[bot]
51d4a36584 Bump @babel/preset-typescript from 7.7.7 to 7.8.0
Bumps [@babel/preset-typescript](https://github.com/babel/babel) from 7.7.7 to 7.8.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.7.7...v7.8.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-13 20:37:36 +01:00
Labhansh Agrawal
4d046bd85e Add canary icon copy and limit push jobs for github actions 2020-01-13 20:37:27 +01:00
dependabot-preview[bot]
d76d8aeb20 Bump got from 10.2.1 to 10.2.2
Bumps [got](https://github.com/sindresorhus/got) from 10.2.1 to 10.2.2.
- [Release notes](https://github.com/sindresorhus/got/releases)
- [Commits](https://github.com/sindresorhus/got/compare/v10.2.1...v10.2.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-13 16:33:03 +01:00
dependabot-preview[bot]
1de9e85756 Bump node-gyp from 6.0.1 to 6.1.0
Bumps [node-gyp](https://github.com/nodejs/node-gyp) from 6.0.1 to 6.1.0.
- [Release notes](https://github.com/nodejs/node-gyp/releases)
- [Changelog](https://github.com/nodejs/node-gyp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodejs/node-gyp/compare/v6.0.1...v6.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-13 16:32:32 +01:00
dependabot-preview[bot]
0250f02be6 Bump @typescript-eslint/eslint-plugin from 2.14.0 to 2.15.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 2.14.0 to 2.15.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v2.15.0/packages/eslint-plugin)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-13 16:32:08 +01:00
dependabot-preview[bot]
6254c21037 Bump @babel/preset-react from 7.7.4 to 7.8.0
Bumps [@babel/preset-react](https://github.com/babel/babel) from 7.7.4 to 7.8.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.7.4...v7.8.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-13 16:31:45 +01:00
dependabot-preview[bot]
71f10c123a Bump electron from 7.1.7 to 7.1.8
Bumps [electron](https://github.com/electron/electron) from 7.1.7 to 7.1.8.
- [Release notes](https://github.com/electron/electron/releases)
- [Commits](https://github.com/electron/electron/compare/v7.1.7...v7.1.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-13 16:31:17 +01:00
dependabot-preview[bot]
4f3e452293 Bump @babel/plugin-proposal-numeric-separator from 7.7.4 to 7.8.0
Bumps [@babel/plugin-proposal-numeric-separator](https://github.com/babel/babel) from 7.7.4 to 7.8.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.7.4...v7.8.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-13 10:32:57 +01:00
Bet4
51625eb50c Fix autoUpdater error on Linux 2020-01-13 10:24:26 +01:00
dependabot-preview[bot]
afc8a3f794 Bump @babel/plugin-proposal-object-rest-spread from 7.7.7 to 7.8.0
Bumps [@babel/plugin-proposal-object-rest-spread](https://github.com/babel/babel) from 7.7.7 to 7.8.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.7.7...v7.8.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-13 10:24:13 +01:00
dependabot-preview[bot]
12de8c52de Bump inquirer from 7.0.2 to 7.0.3
Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js) from 7.0.2 to 7.0.3.
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@7.0.2...inquirer@7.0.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-13 10:24:07 +01:00
dependabot-preview[bot]
1229fd26f7 Bump css-loader from 3.4.1 to 3.4.2
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.4.1 to 3.4.2.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v3.4.1...v3.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-13 09:14:04 +01:00
dependabot-preview[bot]
069c329c9f Bump @typescript-eslint/parser from 2.14.0 to 2.15.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 2.14.0 to 2.15.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v2.15.0/packages/parser)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-13 09:13:39 +01:00
dependabot-preview[bot]
52d82c124b Bump husky from 3.1.0 to 4.0.7
Bumps [husky](https://github.com/typicode/husky) from 3.1.0 to 4.0.7.
- [Release notes](https://github.com/typicode/husky/releases)
- [Changelog](https://github.com/typicode/husky/blob/master/CHANGELOG.md)
- [Commits](https://github.com/typicode/husky/compare/v3.1.0...v4.0.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-13 09:13:28 +01:00
dependabot-preview[bot]
9ad6d326d4 Bump @babel/plugin-proposal-optional-chaining from 7.7.5 to 7.8.0
Bumps [@babel/plugin-proposal-optional-chaining](https://github.com/babel/babel) from 7.7.5 to 7.8.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.7.5...v7.8.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-13 09:12:24 +01:00
dependabot-preview[bot]
2dc78705ce Bump @babel/plugin-proposal-class-properties from 7.7.4 to 7.8.0
Bumps [@babel/plugin-proposal-class-properties](https://github.com/babel/babel) from 7.7.4 to 7.8.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.7.4...v7.8.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-13 09:12:18 +01:00
dependabot-preview[bot]
93e35f14ef Bump @babel/cli from 7.7.7 to 7.8.0
Bumps [@babel/cli](https://github.com/babel/babel) from 7.7.7 to 7.8.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.7.7...v7.8.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-13 09:12:02 +01:00
dependabot-preview[bot]
c8c634bdbb Bump ts-node from 8.5.4 to 8.6.1
Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 8.5.4 to 8.6.1.
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Commits](https://github.com/TypeStrong/ts-node/compare/v8.5.4...v8.6.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-13 09:11:41 +01:00
Labhansh Agrawal
8423ce5d03 Add github actions 2020-01-12 08:36:51 +01:00
Cristian Granda
28f49ebdbc Update year 2020 2020-01-10 09:48:59 +01:00
dependabot-preview[bot]
709cfe9d74 Bump css-loader from 3.4.0 to 3.4.1
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.4.0 to 3.4.1.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v3.4.0...v3.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-06 20:12:47 +01:00
dependabot-preview[bot]
2ec40d6e19 Bump @typescript-eslint/eslint-plugin from 2.13.0 to 2.14.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 2.13.0 to 2.14.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v2.14.0/packages/eslint-plugin)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-06 20:12:21 +01:00
dependabot-preview[bot]
b2ab068bc0 Bump async-retry from 1.2.3 to 1.3.1 in /app
Bumps [async-retry](https://github.com/zeit/async-retry) from 1.2.3 to 1.3.1.
- [Release notes](https://github.com/zeit/async-retry/releases)
- [Commits](https://github.com/zeit/async-retry/compare/1.2.3...1.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-06 14:28:57 +01:00
dependabot-preview[bot]
5d255466f3 Bump @types/color from 3.0.0 to 3.0.1
Bumps [@types/color](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/color) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/color)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-06 14:28:43 +01:00
dependabot-preview[bot]
5af7666d40 Bump inquirer from 7.0.1 to 7.0.2
Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js) from 7.0.1 to 7.0.2.
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@7.0.1...inquirer@7.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-06 14:28:24 +01:00
dependabot-preview[bot]
12667dd340 Bump @typescript-eslint/parser from 2.13.0 to 2.14.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 2.13.0 to 2.14.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v2.14.0/packages/parser)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-06 14:28:06 +01:00
dependabot-preview[bot]
d9944dbab1 Bump got from 10.2.0 to 10.2.1
Bumps [got](https://github.com/sindresorhus/got) from 10.2.0 to 10.2.1.
- [Release notes](https://github.com/sindresorhus/got/releases)
- [Commits](https://github.com/sindresorhus/got/compare/v10.2.0...v10.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-06 14:26:34 +01:00
Labhansh Agrawal
624cd1e6c8 port some more files from app/ to ts 2020-01-05 19:44:02 +01:00
Labhansh Agrawal
9485b3297e add/update action creators types 2020-01-02 21:11:35 +01:00
Labhansh Agrawal
c0b72f9939 rename remaining js files in lib/actions to ts 2020-01-02 21:11:35 +01:00
Labhansh Agrawal
1b70f9e727 add Hyper Dispatch type 2020-01-02 21:11:35 +01:00
Labhansh Agrawal
7355d871d5 rename lib/store/*.js to ts 2020-01-02 21:11:35 +01:00
Labhansh Agrawal
36e08165d6 fix fs stats.mtime usage in config.js 2020-01-02 21:11:20 +01:00
Labhansh Agrawal
f684093e94 split package.json to separate config files 2019-12-31 05:15:53 +01:00