aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1109 from ueokande/dependabot/npm_and_yarn/ssri-6.0.2Shin'ya Ueoka2021-04-181-3/+3
|\ | | | | [Security] Bump ssri from 6.0.1 to 6.0.2
| * [Security] Bump ssri from 6.0.1 to 6.0.2dependabot-preview[bot]2021-04-161-3/+3
|/ | | | | | | | Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. **This update includes a security fix.** - [Release notes](https://github.com/npm/ssri/releases) - [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md) - [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #1105 from ↵Shin'ya Ueoka2021-04-151-3/+3
|\ | | | | | | | | ueokande/dependabot/npm_and_yarn/types/node-14.14.39 Bump @types/node from 14.14.37 to 14.14.39
| * Bump @types/node from 14.14.37 to 14.14.39dependabot-preview[bot]2021-04-141-3/+3
| | | | | | | | | | | | | | Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.37 to 14.14.39. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #1108 from ueokande/focus-after-error-messageShin'ya Ueoka2021-04-151-0/+1
|\ \ | | | | | | Hide console to focus main window after find executed
| * | Hide console to focus main window after find executedShin'ya Ueoka2021-04-141-0/+1
| | |
* | | Merge pull request #1104 from ueokande/mark-error-messageShin'ya Ueoka2021-04-151-2/+3
|\ \ \ | | | | | | | | Show an error on mark not set
| * | | Show an error on mark not setShin'ya Ueoka2021-04-141-2/+3
| |/ /
* | | Merge pull request #1106 from ↵Shin'ya Ueoka2021-04-152-11/+6
|\ \ \ | |_|/ |/| | | | | | | | ueokande/dependabot/npm_and_yarn/types/sinon-10.0.0 Bump @types/sinon from 9.0.11 to 10.0.0
| * | Bump @types/sinon from 9.0.11 to 10.0.0dependabot-preview[bot]2021-04-142-11/+6
|/ / | | | | | | | | | | | | Bumps [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon) from 9.0.11 to 10.0.0. - [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 #1100 from ueokande/dependabot/npm_and_yarn/eslint-7.24.0Shin'ya Ueoka2021-04-142-5/+5
|\ \ | |/ |/| Bump eslint from 7.23.0 to 7.24.0
| * Bump eslint from 7.23.0 to 7.24.0dependabot-preview[bot]2021-04-132-5/+5
|/ | | | | | | | Bumps [eslint](https://github.com/eslint/eslint) from 7.23.0 to 7.24.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.23.0...v7.24.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #1103 from ↵Shin'ya Ueoka2021-04-132-5/+5
|\ | | | | | | | | ueokande/dependabot/npm_and_yarn/eslint-config-prettier-8.2.0 Bump eslint-config-prettier from 8.1.0 to 8.2.0
| * Bump eslint-config-prettier from 8.1.0 to 8.2.0dependabot-preview[bot]2021-04-132-5/+5
|/ | | | | | | | Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.1.0 to 8.2.0. - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-config-prettier/compare/v8.1.0...v8.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #1099 from ueokande/delay-completionShin'ya Ueoka2021-04-137-345/+166
|\ | | | | Delay before filling completions
| * Delay completion query for users inputShin'ya Ueoka2021-04-121-55/+115
| |
| * Revert PrefetchAndCacheShin'ya Ueoka2021-04-126-290/+51
|/
* Merge pull request #1098 from ueokande/replace-redux-with-react-hooksShin'ya Ueoka2021-04-1239-1254/+1627
|\ | | | | Refactor state management with React Hooks on Console
| * Replace app state with Custom HooksShin'ya Ueoka2021-04-1114-284/+401
| |
| * Reload colorscheme on mode changedShin'ya Ueoka2021-04-111-2/+4
| |
| * Replace completion state with Custom HooksShin'ya Ueoka2021-04-1115-595/+645
| |
| * Replace colorscheme state with React HooksShin'ya Ueoka2021-04-0614-90/+89
| |
| * Make resize to a custom hookShin'ya Ueoka2021-04-053-24/+34
| |
| * Separate Command and Completion reducerShin'ya Ueoka2021-04-0514-618/+734
| |
| * Separate as CommandPromptShin'ya Ueoka2021-04-043-185/+186
| |
| * Separate FindPromptShin'ya Ueoka2021-04-043-32/+92
| |
| * Separate Message to InfoMessage and ErrorMessageShin'ya Ueoka2021-04-047-62/+72
| |
| * Extract ttheme as a ColorSchemeProviderShin'ya Ueoka2021-04-046-33/+37
| |
| * Replace Console component with a React HooksShin'ya Ueoka2021-04-044-155/+174
| |
| * Fix props typeShin'ya Ueoka2021-04-042-8/+6
| |
| * Make Completion as a React.FCShin'ya Ueoka2021-04-045-140/+127
| |
* | Merge pull request #1096 from ↵Shin'ya Ueoka2021-04-112-5/+5
|\ \ | | | | | | | | | | | | ueokande/dependabot/npm_and_yarn/eslint-plugin-react-7.23.2 Bump eslint-plugin-react from 7.23.1 to 7.23.2
| * | Bump eslint-plugin-react from 7.23.1 to 7.23.2dependabot-preview[bot]2021-04-092-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.23.1 to 7.23.2. - [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.23.1...v7.23.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Merge pull request #1095 from ueokande/dependabot/npm_and_yarn/css-loader-5.2.1Shin'ya Ueoka2021-04-111-3/+3
|\ \ \ | |/ / |/| | Bump css-loader from 5.2.0 to 5.2.1
| * | Bump css-loader from 5.2.0 to 5.2.1dependabot-preview[bot]2021-04-091-3/+3
|/ / | | | | | | | | | | | | | | Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 5.2.0 to 5.2.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/v5.2.0...v5.2.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #1094 from ueokande/dependabot/npm_and_yarn/sinon-10.0.1Shin'ya Ueoka2021-04-091-15/+22
|\ \ | | | | | | Bump sinon from 10.0.0 to 10.0.1
| * | Bump sinon from 10.0.0 to 10.0.1dependabot-preview[bot]2021-04-081-15/+22
| |/ | | | | | | | | | | | | | | Bumps [sinon](https://github.com/sinonjs/sinon) from 10.0.0 to 10.0.1. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/master/CHANGELOG.md) - [Commits](https://github.com/sinonjs/sinon/compare/v10.0.0...v10.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #1091 from ueokande/dependabot/npm_and_yarn/typescript-4.2.4Shin'ya Ueoka2021-04-092-5/+5
|\ \ | |/ |/| Bump typescript from 4.2.3 to 4.2.4
| * Bump typescript from 4.2.3 to 4.2.4dependabot-preview[bot]2021-04-072-5/+5
|/ | | | | | | Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.3 to 4.2.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #1089 from ueokande/dependabot/npm_and_yarn/types/chai-4.2.16Shin'ya Ueoka2021-04-031-3/+3
|\ | | | | Bump @types/chai from 4.2.15 to 4.2.16
| * Bump @types/chai from 4.2.15 to 4.2.16dependabot-preview[bot]2021-04-021-3/+3
| | | | | | | | | | | | | | Bumps [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai) from 4.2.15 to 4.2.16. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #1082 from ↵Shin'ya Ueoka2021-04-031-3/+3
|\ \ | |/ |/| | | | | ueokande/dependabot/npm_and_yarn/styled-components-5.2.3 Bump styled-components from 5.2.2 to 5.2.3
| * Bump styled-components from 5.2.2 to 5.2.3dependabot-preview[bot]2021-03-311-3/+3
|/ | | | | | | | Bumps [styled-components](https://github.com/styled-components/styled-components) from 5.2.2 to 5.2.3. - [Release notes](https://github.com/styled-components/styled-components/releases) - [Changelog](https://github.com/styled-components/styled-components/blob/v5.2.3/CHANGELOG.md) - [Commits](https://github.com/styled-components/styled-components/compare/v5.2.2...v5.2.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #1080 from ueokande/dependabot/npm_and_yarn/karma-6.3.2Shin'ya Ueoka2021-03-311-3/+3
|\ | | | | Bump karma from 6.3.1 to 6.3.2
| * Bump karma from 6.3.1 to 6.3.2dependabot-preview[bot]2021-03-301-3/+3
| | | | | | | | | | | | | | | | Bumps [karma](https://github.com/karma-runner/karma) from 6.3.1 to 6.3.2. - [Release notes](https://github.com/karma-runner/karma/releases) - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma/compare/v6.3.1...v6.3.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #1079 from ↵Shin'ya Ueoka2021-03-311-8/+8
|\ \ | |/ |/| | | | | ueokande/dependabot/npm_and_yarn/styled-components-5.2.2 Bump styled-components from 5.2.1 to 5.2.2
| * Bump styled-components from 5.2.1 to 5.2.2dependabot-preview[bot]2021-03-301-8/+8
|/ | | | | | | | Bumps [styled-components](https://github.com/styled-components/styled-components) from 5.2.1 to 5.2.2. - [Release notes](https://github.com/styled-components/styled-components/releases) - [Changelog](https://github.com/styled-components/styled-components/blob/master/CHANGELOG.md) - [Commits](https://github.com/styled-components/styled-components/compare/v5.2.1...v5.2.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #1073 from ueokande/dependabot/npm_and_yarn/y18n-4.0.1Shin'ya Ueoka2021-03-301-3/+3
|\ | | | | [Security] Bump y18n from 4.0.0 to 4.0.1
| * [Security] Bump y18n from 4.0.0 to 4.0.1dependabot-preview[bot]2021-03-291-3/+3
| | | | | | | | | | | | | | | | Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. **This update includes a security fix.** - [Release notes](https://github.com/yargs/y18n/releases) - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/yargs/y18n/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #1078 from ueokande/dependabot/npm_and_yarn/eslint-7.23.0Shin'ya Ueoka2021-03-302-5/+5
|\ \ | | | | | | Bump eslint from 7.22.0 to 7.23.0