aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1418 from ueokande/await-completionsShin'ya Ueoka2022-05-0815-270/+265
|\ | | | | Await fetching completions done completely
| * Stabilize testShin'ya Ueoka2022-05-051-5/+7
| |
| * Await loading completions done on selecting itemsShin'ya Ueoka2022-05-052-14/+54
| |
| * Pass source string via argumentShin'ya Ueoka2022-05-052-16/+7
| |
| * Use useDebounceShin'ya Ueoka2022-05-053-89/+71
| |
| * Get completion types on component initializationShin'ya Ueoka2022-05-055-56/+31
| |
| * Rename completion fieldsShin'ya Ueoka2022-05-056-48/+48
| |
| * Use React.StrictModeShin'ya Ueoka2022-02-202-58/+63
| |
* | Merge pull request #1378 from ueokande/dependabot/npm_and_yarn/express-4.17.3Shin'ya Ueoka2022-03-072-121/+100
|\ \ | | | | | | Bump express from 4.17.1 to 4.17.3
| * | Bump express from 4.17.1 to 4.17.3dependabot[bot]2022-02-202-121/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.17.3. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](https://github.com/expressjs/express/compare/4.17.1...4.17.3) --- updated-dependencies: - dependency-name: express dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #1387 from ueokande/dependabot/npm_and_yarn/ts-node-10.7.0Shin'ya Ueoka2022-03-072-5/+11
|\ \ \ | |/ / |/| | Bump ts-node from 10.4.0 to 10.7.0
| * | Bump ts-node from 10.4.0 to 10.7.0dependabot[bot]2022-03-072-5/+11
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 10.4.0 to 10.7.0. - [Release notes](https://github.com/TypeStrong/ts-node/releases) - [Commits](https://github.com/TypeStrong/ts-node/compare/v10.4.0...v10.7.0) --- updated-dependencies: - dependency-name: ts-node dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #1377 from ueokande/dependabot/npm_and_yarn/jest-27.5.1Shin'ya Ueoka2022-02-202-429/+743
|\ \ | | | | | | Bump jest from 27.2.2 to 27.5.1
| * | Bump jest from 27.2.2 to 27.5.1dependabot[bot]2022-02-202-429/+743
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [jest](https://github.com/facebook/jest) from 27.2.2 to 27.5.1. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/compare/v27.2.2...v27.5.1) --- updated-dependencies: - dependency-name: jest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #1367 from ↵Shin'ya Ueoka2022-02-202-267/+158
|\ \ | | | | | | | | | | | | ueokande/dependabot/npm_and_yarn/html-webpack-plugin-5.5.0 Bump html-webpack-plugin from 4.5.2 to 5.5.0
| * | Bump html-webpack-plugin from 4.5.2 to 5.5.0dependabot[bot]2022-02-202-267/+158
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 4.5.2 to 5.5.0. - [Release notes](https://github.com/jantimon/html-webpack-plugin/releases) - [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/jantimon/html-webpack-plugin/compare/v4.5.2...v5.5.0) --- updated-dependencies: - dependency-name: html-webpack-plugin dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #1380 from ↵Shin'ya Ueoka2022-02-202-5/+5
|\ \ \ | |/ / |/| | | | | | | | ueokande/dependabot/npm_and_yarn/types/node-17.0.18 Bump @types/node from 17.0.14 to 17.0.18
| * | Bump @types/node from 17.0.14 to 17.0.18dependabot[bot]2022-02-202-119/+72
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.14 to 17.0.18. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #1364 from ↵Shin'ya Ueoka2022-02-202-87/+40
|\ \ | | | | | | | | | | | | ueokande/dependabot/npm_and_yarn/eslint-plugin-react-7.28.0 Bump eslint-plugin-react from 7.26.1 to 7.28.0
| * | Bump eslint-plugin-react from 7.26.1 to 7.28.0dependabot[bot]2022-02-032-87/+40
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.26.1 to 7.28.0. - [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.26.1...v7.28.0) --- updated-dependencies: - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #1366 from ueokande/dependabot/npm_and_yarn/tsyringe-4.6.0Shin'ya Ueoka2022-02-202-5/+5
|\ \ | | | | | | Bump tsyringe from 4.5.0 to 4.6.0
| * | Bump tsyringe from 4.5.0 to 4.6.0dependabot[bot]2022-02-032-5/+5
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [tsyringe](https://github.com/Microsoft/tsyringe) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/Microsoft/tsyringe/releases) - [Commits](https://github.com/Microsoft/tsyringe/commits) --- updated-dependencies: - dependency-name: tsyringe dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #1369 from ueokande/dependabot/npm_and_yarn/redux-4.1.2Shin'ya Ueoka2022-02-202-5/+5
|\ \ | | | | | | Bump redux from 4.1.0 to 4.1.2
| * | Bump redux from 4.1.0 to 4.1.2dependabot[bot]2022-02-032-5/+5
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [redux](https://github.com/reduxjs/redux) from 4.1.0 to 4.1.2. - [Release notes](https://github.com/reduxjs/redux/releases) - [Changelog](https://github.com/reduxjs/redux/blob/master/CHANGELOG.md) - [Commits](https://github.com/reduxjs/redux/compare/v4.1.0...v4.1.2) --- updated-dependencies: - dependency-name: redux dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #1374 from ueokande/dependabot/npm_and_yarn/webpack-5.69.1Shin'ya Ueoka2022-02-202-12/+12
|\ \ | | | | | | Bump webpack from 5.67.0 to 5.69.1
| * | Bump webpack from 5.67.0 to 5.69.1dependabot[bot]2022-02-182-12/+12
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 5.67.0 to 5.69.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.67.0...v5.69.1) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #1375 from ↵Shin'ya Ueoka2022-02-202-5/+5
|\ \ | |/ |/| | | | | ueokande/dependabot/npm_and_yarn/types/styled-components-5.1.23 Bump @types/styled-components from 5.1.11 to 5.1.23
| * Bump @types/styled-components from 5.1.11 to 5.1.23dependabot[bot]2022-02-182-5/+5
|/ | | | | | | | | | | | | | Bumps [@types/styled-components](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/styled-components) from 5.1.11 to 5.1.23. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/styled-components) --- updated-dependencies: - dependency-name: "@types/styled-components" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #1362 from ueokande/dependabot/npm_and_yarn/eslint-7.32.0Shin'ya Ueoka2022-02-022-10/+10
|\ | | | | Bump eslint from 7.30.0 to 7.32.0
| * Bump eslint from 7.30.0 to 7.32.0dependabot[bot]2022-02-022-10/+10
|/ | | | | | | | | | | | | | | Bumps [eslint](https://github.com/eslint/eslint) from 7.30.0 to 7.32.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.30.0...v7.32.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #1363 from ueokande/dependabot/npm_and_yarn/prettier-2.5.1Shin'ya Ueoka2022-02-022-5/+5
|\ | | | | Bump prettier from 2.3.2 to 2.5.1
| * Bump prettier from 2.3.2 to 2.5.1dependabot[bot]2022-02-022-24/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [prettier](https://github.com/prettier/prettier) from 2.3.2 to 2.5.1. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/2.3.2...2.5.1) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #1358 from ↵Shin'ya Ueoka2022-02-022-5/+5
|\ \ | | | | | | | | | | | | ueokande/dependabot/npm_and_yarn/types/express-4.17.13 Bump @types/express from 4.17.11 to 4.17.13
| * | Bump @types/express from 4.17.11 to 4.17.13dependabot[bot]2022-02-022-5/+5
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) from 4.17.11 to 4.17.13. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express) --- updated-dependencies: - dependency-name: "@types/express" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #1357 from ueokande/dependabot/npm_and_yarn/webpack-cli-4.9.2Shin'ya Ueoka2022-02-022-22/+21
|\ \ | | | | | | Bump webpack-cli from 4.9.0 to 4.9.2
| * | Bump webpack-cli from 4.9.0 to 4.9.2dependabot[bot]2022-02-022-22/+21
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.9.0 to 4.9.2. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.9.0...webpack-cli@4.9.2) --- updated-dependencies: - dependency-name: webpack-cli dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #1361 from ueokande/dependabot/npm_and_yarn/react-redux-7.2.6Shin'ya Ueoka2022-02-022-17/+17
|\ \ | | | | | | Bump react-redux from 7.2.4 to 7.2.6
| * | Bump react-redux from 7.2.4 to 7.2.6dependabot[bot]2022-02-022-17/+17
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [react-redux](https://github.com/reduxjs/react-redux) from 7.2.4 to 7.2.6. - [Release notes](https://github.com/reduxjs/react-redux/releases) - [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md) - [Commits](https://github.com/reduxjs/react-redux/compare/v7.2.4...v7.2.6) --- updated-dependencies: - dependency-name: react-redux dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #1359 from ↵Shin'ya Ueoka2022-02-022-5/+5
|\ \ | | | | | | | | | | | | ueokande/dependabot/npm_and_yarn/types/prop-types-15.7.4 Bump @types/prop-types from 15.7.3 to 15.7.4
| * | Bump @types/prop-types from 15.7.3 to 15.7.4dependabot[bot]2022-02-022-5/+5
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@types/prop-types](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/prop-types) from 15.7.3 to 15.7.4. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/prop-types) --- updated-dependencies: - dependency-name: "@types/prop-types" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #1354 from ueokande/dependabot/npm_and_yarn/ts-node-10.4.0Shin'ya Ueoka2022-02-022-12/+31
|\ \ | | | | | | Bump ts-node from 10.0.0 to 10.4.0
| * | Bump ts-node from 10.0.0 to 10.4.0dependabot[bot]2022-02-022-12/+31
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 10.0.0 to 10.4.0. - [Release notes](https://github.com/TypeStrong/ts-node/releases) - [Commits](https://github.com/TypeStrong/ts-node/compare/v10.0.0...v10.4.0) --- updated-dependencies: - dependency-name: ts-node dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #1356 from ueokande/dependabot/npm_and_yarn/ts-jest-27.1.3Shin'ya Ueoka2022-02-022-7/+12
|\ \ | |/ |/| Bump ts-jest from 27.0.5 to 27.1.3
| * Bump ts-jest from 27.0.5 to 27.1.3dependabot[bot]2022-02-022-7/+12
|/ | | | | | | | | | | | | | | Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 27.0.5 to 27.1.3. - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/kulshekhar/ts-jest/compare/v27.0.5...v27.1.3) --- updated-dependencies: - dependency-name: ts-jest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #1353 from ueokande/node-17Shin'ya Ueoka2022-02-013-8/+8
|\ | | | | Node 17
| * Update node-version to v17 on GitHub ActionsShin'ya Ueoka2022-02-011-3/+3
| |
| * Bump @types/node from 14.14.41 to 17.0.14dependabot[bot]2022-02-012-5/+5
|/ | | | | | | | | | | | | | | Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.41 to 17.0.14. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #1351 from ueokande/dependabot/npm_and_yarn/types/jest-27.4.0Shin'ya Ueoka2022-02-012-5/+5
|\ | | | | Bump @types/jest from 27.0.2 to 27.4.0
| * Bump @types/jest from 27.0.2 to 27.4.0dependabot[bot]2022-02-012-5/+5
|/ | | | | | | | | | | | | | Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 27.0.2 to 27.4.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) --- updated-dependencies: - dependency-name: "@types/jest" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #1222 from ueokande/dependabot/bundler/docs/addressable-2.8.0Shin'ya Ueoka2022-02-011-1/+1
|\ | | | | Bump addressable from 2.7.0 to 2.8.0 in /docs