aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use destructuring-assignment instead of delete operatorShin'ya Ueoka2020-09-221-3/+2
| | | | | | | | | | Operands for delete must be optional on TypeScript 4.0. When using the delete operator in strictNullChecks, the operand must now be any, unknown, never, or be optional (in that it contains undefined in the type). Otherwise, use of the delete operator is an error. https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-0.html#operands-for-delete-must-be-optional
* Bump typescript from 3.9.7 to 4.0.3dependabot-preview[bot]2020-09-212-2/+7
| | | | | | | Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.7 to 4.0.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.7...v4.0.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #837 from ueokande/use-styled-componentsShin'ya Ueoka2020-09-2122-454/+851
|\ | | | | Use styled-components instead of vanilla CSS/SCSS in console
| * Remove unused classNameShin'ya Ueoka2020-09-212-4/+1
| |
| * Fix console iconShin'ya Ueoka2020-09-211-2/+2
| |
| * Fix e2e testsShin'ya Ueoka2020-09-217-165/+148
| |
| * Improve a11y on Message componentShin'ya Ueoka2020-09-212-2/+29
| |
| * Fix Completion.testShin'ya Ueoka2020-09-215-92/+243
| |
| * Improve a11y in completion itemsShin'ya Ueoka2020-09-213-22/+54
| |
| * Remove unused stylesShin'ya Ueoka2020-08-162-33/+1
| |
| * Migrate Vanilla CSS to styled-componentsShin'ya Ueoka2020-08-166-150/+133
| |
| * Ignore react/prop-types on tsxShin'ya Ueoka2020-08-131-1/+9
| |
| * Define color themeShin'ya Ueoka2020-08-131-0/+53
| |
| * Install styled-componentShin'ya Ueoka2020-08-132-7/+202
| |
* | Merge pull request #822 from dev-output/console-frame-rendering-fixShin'ya Ueoka2020-09-211-2/+2
|\ \ | | | | | | Console frame rendering fix
| * | Prevent setting of console frame borderSteve Fromwork2020-08-311-1/+1
| | |
| * | Prevent setting of console frame backgroundSteve Fromwork2020-08-311-1/+1
| | |
* | | Merge pull request #832 from ↵Shin'ya Ueoka2020-09-211-3/+3
|\ \ \ | | | | | | | | | | | | | | | | ueokande/dependabot/npm_and_yarn/types/express-4.17.8 Bump @types/express from 4.17.7 to 4.17.8
| * | | Bump @types/express from 4.17.7 to 4.17.8dependabot-preview[bot]2020-09-171-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) from 4.17.7 to 4.17.8. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | Merge pull request #811 from ueokande/dependabot/npm_and_yarn/types/sinon-9.0.5Shin'ya Ueoka2020-09-211-3/+3
|\ \ \ \ | | | | | | | | | | Bump @types/sinon from 9.0.4 to 9.0.5
| * | | | Bump @types/sinon from 9.0.4 to 9.0.5dependabot-preview[bot]2020-08-221-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon) from 9.0.4 to 9.0.5. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sinon) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | | Merge pull request #816 from ↵Shin'ya Ueoka2020-09-212-39/+28
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ueokande/dependabot/npm_and_yarn/typescript-eslint/parser-3.10.1 Bump @typescript-eslint/parser from 3.9.0 to 3.10.1
| * | | | | Bump @typescript-eslint/parser from 3.9.0 to 3.10.1dependabot-preview[bot]2020-08-252-39/+28
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 3.9.0 to 3.10.1. - [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/v3.10.1/packages/parser) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | | Merge pull request #836 from ueokande/dependabot/npm_and_yarn/ts-loader-8.0.4Shin'ya Ueoka2020-09-211-3/+3
|\ \ \ \ \ | |_|_|/ / |/| | | | Bump ts-loader from 8.0.2 to 8.0.4
| * | | | Bump ts-loader from 8.0.2 to 8.0.4dependabot-preview[bot]2020-09-191-3/+3
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 8.0.2 to 8.0.4. - [Release notes](https://github.com/TypeStrong/ts-loader/releases) - [Changelog](https://github.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/TypeStrong/ts-loader/compare/v8.0.2...8.0.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | Merge pull request #830 from ueokande/dependabot/npm_and_yarn/prettier-2.1.2Shin'ya Ueoka2020-09-172-5/+5
|\ \ \ \ | |/ / / |/| | | Bump prettier from 2.0.5 to 2.1.2
| * | | Bump prettier from 2.0.5 to 2.1.2dependabot-preview[bot]2020-09-162-5/+5
|/ / / | | | | | | | | | | | | | | | | | | | | | Bumps [prettier](https://github.com/prettier/prettier) from 2.0.5 to 2.1.2. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/2.0.5...2.1.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Merge pull request #810 from ueokande/dependabot/npm_and_yarn/ts-node-9.0.0Shin'ya Ueoka2020-08-232-5/+5
|\ \ \ | |/ / |/| | Bump ts-node from 8.10.2 to 9.0.0
| * | Bump ts-node from 8.10.2 to 9.0.0dependabot-preview[bot]2020-08-222-5/+5
|/ / | | | | | | | | | | | | Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 8.10.2 to 9.0.0. - [Release notes](https://github.com/TypeStrong/ts-node/releases) - [Commits](https://github.com/TypeStrong/ts-node/compare/v8.10.2...v9.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #805 from ueokande/dependabot/npm_and_yarn/ajv-6.12.4Shin'ya Ueoka2020-08-191-3/+3
|\ \ | | | | | | Bump ajv from 6.12.3 to 6.12.4
| * | Bump ajv from 6.12.3 to 6.12.4dependabot-preview[bot]2020-08-181-3/+3
|/ / | | | | | | | | | | | | Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.3 to 6.12.4. - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/v6.12.3...v6.12.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #799 from ↵Shin'ya Ueoka2020-08-162-5/+5
|\ \ | | | | | | | | | | | | ueokande/dependabot/npm_and_yarn/eslint-plugin-react-7.20.6 Bump eslint-plugin-react from 7.20.5 to 7.20.6
| * | Bump eslint-plugin-react from 7.20.5 to 7.20.6dependabot-preview[bot]2020-08-162-5/+5
|/ / | | | | | | | | | | | | | | Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.20.5 to 7.20.6. - [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases) - [Changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/yannickcr/eslint-plugin-react/compare/v7.20.5...v7.20.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #801 from ueokande/dependabot/npm_and_yarn/eslint-7.7.0Shin'ya Ueoka2020-08-162-5/+5
|\ \ | |/ |/| Bump eslint from 7.6.0 to 7.7.0
| * Bump eslint from 7.6.0 to 7.7.0dependabot-preview[bot]2020-08-152-5/+5
|/ | | | | | | | Bumps [eslint](https://github.com/eslint/eslint) from 7.6.0 to 7.7.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.6.0...v7.7.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Release 0.30Shin'ya Ueoka2020-08-121-1/+1
|
* Remove QA.mdShin'ya Ueoka2020-08-121-29/+0
| | | | Goodbye manual testing
* Merge pull request #798 from ueokande/eslintShin'ya Ueoka2020-08-1228-129/+112
|\ | | | | Improve eslint
| * Enable eslint:recommended and prettier/reactShin'ya Ueoka2020-08-113-4/+4
| |
| * Set react version on eslintShin'ya Ueoka2020-08-111-0/+5
| |
| * Enable @typescript-eslint/explicit-function-return-typeShin'ya Ueoka2020-08-111-1/+0
| |
| * Enable @typescript-eslint/no-use-before-defineShin'ya Ueoka2020-08-111-2/+1
| |
| * Enable @typescript-eslint/no-extra-non-null-assertionShin'ya Ueoka2020-08-1119-52/+51
| |
| * Enable @typescript-eslint/no-namespaceShin'ya Ueoka2020-08-116-65/+27
| |
| * Enable @typescript-eslint/ban-types ruleShin'ya Ueoka2020-08-115-6/+25
| |
* | Merge pull request #783 from YoloClin/follow-js-click-last-ditch-effortShin'ya Ueoka2020-08-121-0/+1
|\ \ | | | | | | When no href value exists on a link the user selects to follow, attempt pt to click() the link to blindly trigger any JS events bound to it
| * | When no href value exists on a link the user selects to follow, attempt to ↵yoloClin2020-08-021-0/+1
| | | | | | | | | | | | click() the link to blindly trigger any JS events bound to it
* | | Merge pull request #797 from ueokande/dependabot/npm_and_yarn/types/mocha-8.0.2Shin'ya Ueoka2020-08-121-3/+3
|\ \ \ | | | | | | | | Bump @types/mocha from 8.0.1 to 8.0.2
| * | | Bump @types/mocha from 8.0.1 to 8.0.2dependabot-preview[bot]2020-08-121-3/+3
|/ / / | | | | | | | | | | | | | | | | | | Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) from 8.0.1 to 8.0.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Merge pull request #796 from ueokande/qa-0.30Shin'ya Ueoka2020-08-114-77/+211
|\ \ \ | | |/ | |/| Update some packages