aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add custom keybindings to vim-vixenHEADmasterYuchen Pei2023-09-092-59/+57
* fix READMEShin'ya Ueoka2023-03-211-1/+1
* Announce new projectShin'ya Ueoka2023-03-211-0/+4
* Release 1.2.4Shin'ya Ueoka2022-05-151-1/+1
* Merge pull request #1418 from ueokande/await-completionsShin'ya Ueoka2022-05-0815-270/+265
|\
| * 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.3dependabot[bot]2022-02-202-121/+100
* | | 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.0dependabot[bot]2022-03-072-5/+11
|/ /
* | 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.1dependabot[bot]2022-02-202-429/+743
|/ /
* | Merge pull request #1367 from ueokande/dependabot/npm_and_yarn/html-webpack-p...Shin'ya Ueoka2022-02-202-267/+158
|\ \
| * | Bump html-webpack-plugin from 4.5.2 to 5.5.0dependabot[bot]2022-02-202-267/+158
* | | Merge pull request #1380 from ueokande/dependabot/npm_and_yarn/types/node-17....Shin'ya Ueoka2022-02-202-5/+5
|\ \ \ | |/ / |/| |
| * | Bump @types/node from 17.0.14 to 17.0.18dependabot[bot]2022-02-202-119/+72
| |/
* | Merge pull request #1364 from ueokande/dependabot/npm_and_yarn/eslint-plugin-...Shin'ya Ueoka2022-02-202-87/+40
|\ \
| * | Bump eslint-plugin-react from 7.26.1 to 7.28.0dependabot[bot]2022-02-032-87/+40
| |/
* | 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.0dependabot[bot]2022-02-032-5/+5
| |/
* | 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.2dependabot[bot]2022-02-032-5/+5
| |/
* | 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.1dependabot[bot]2022-02-182-12/+12
| |/
* | Merge pull request #1375 from ueokande/dependabot/npm_and_yarn/types/styled-c...Shin'ya Ueoka2022-02-202-5/+5
|\ \ | |/ |/|
| * Bump @types/styled-components from 5.1.11 to 5.1.23dependabot[bot]2022-02-182-5/+5
|/
* 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.0dependabot[bot]2022-02-022-10/+10
|/
* 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.1dependabot[bot]2022-02-022-24/+48
* | Merge pull request #1358 from ueokande/dependabot/npm_and_yarn/types/express-...Shin'ya Ueoka2022-02-022-5/+5
|\ \
| * | Bump @types/express from 4.17.11 to 4.17.13dependabot[bot]2022-02-022-5/+5
| |/
* | 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.2dependabot[bot]2022-02-022-22/+21
| |/
* | 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.6dependabot[bot]2022-02-022-17/+17
| |/
* | Merge pull request #1359 from ueokande/dependabot/npm_and_yarn/types/prop-typ...Shin'ya Ueoka2022-02-022-5/+5
|\ \
| * | Bump @types/prop-types from 15.7.3 to 15.7.4dependabot[bot]2022-02-022-5/+5
| |/
* | 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.0dependabot[bot]2022-02-022-12/+31
| |/
* | 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.3dependabot[bot]2022-02-022-7/+12
|/
* Merge pull request #1353 from ueokande/node-17Shin'ya Ueoka2022-02-013-8/+8
|\
| * Update node-version to v17 on GitHub ActionsShin'ya Ueoka2022-02-011-3/+3