aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Bump sinon from 9.2.0 to 9.2.2dependabot-preview[bot]2020-12-131-8/+8
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sinon](https://github.com/sinonjs/sinon) from 9.2.0 to 9.2.2. - [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/v9.2.0...v9.2.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | Merge pull request #911 from ueokande/dependabot/npm_and_yarn/types/react-17.0.0Shin'ya Ueoka2020-12-132-5/+5
|\ \ \ \ | |/ / / |/| | | Bump @types/react from 16.9.51 to 17.0.0
| * | | Bump @types/react from 16.9.51 to 17.0.0dependabot-preview[bot]2020-11-302-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 16.9.51 to 17.0.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | Merge pull request #914 from ueokande/dependabot/npm_and_yarn/webpack-cli-4.2.0Shin'ya Ueoka2020-12-132-131/+220
|\ \ \ \ | | | | | | | | | | Bump webpack-cli from 3.3.12 to 4.2.0
| * | | | Remove --display-error-details flag on webpackShin'ya Ueoka2020-12-131-1/+1
| | | | |
| * | | | Bump webpack-cli from 3.3.12 to 4.2.0dependabot-preview[bot]2020-12-132-130/+219
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.12 to 4.2.0. - [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/v3.3.12...webpack-cli@4.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | Merge pull request #860 from ueokande/dependabot/npm_and_yarn/webpack-4.44.2Shin'ya Ueoka2020-12-132-16/+6
|\ \ \ \ | | | | | | | | | | Bump webpack from 4.44.1 to 4.44.2
| * | | | Bump webpack from 4.44.1 to 4.44.2dependabot-preview[bot]2020-12-072-16/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.44.1 to 4.44.2. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.44.1...v4.44.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | | Merge pull request #922 from ueokande/dependabot/npm_and_yarn/ini-1.3.8Shin'ya Ueoka2020-12-131-3/+3
|\ \ \ \ \ | | | | | | | | | | | | [Security] Bump ini from 1.3.5 to 1.3.8
| * | | | | [Security] Bump ini from 1.3.5 to 1.3.8dependabot-preview[bot]2020-12-111-3/+3
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. **This update includes a security fix.** - [Release notes](https://github.com/isaacs/ini/releases) - [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | | Merge pull request #919 from ueokande/loaded-settings-is-invalidShin'ya Ueoka2020-12-132-3/+3
|\ \ \ \ \ | |/ / / / |/| | | | Fix "loaded settings are invalid"
| * | | | Fix error grammarShin'ya Ueoka2020-12-101-2/+2
| | | | |
| * | | | Use useClass for a classShin'ya Ueoka2020-12-101-1/+1
|/ / / /
* | | | Merge pull request #917 from ueokande/operation-as-a-operatorShin'ya Ueoka2020-12-10193-1049/+4186
|\ \ \ \ | |/ / / |/| | | refactor: Make each operation as an operator
| * | | Stabilize x$ test case on e2e testsShin'ya Ueoka2020-12-091-2/+4
| | | |
| * | | Remove unused classesShin'ya Ueoka2020-12-0916-538/+10
| | | |
| * | | Add operator testsShin'ya Ueoka2020-12-0947-0/+1583
| | | |
| * | | Make WindowPresenter interfaceShin'ya Ueoka2020-12-095-6/+12
| | | |
| * | | Fix select next/prevShin'ya Ueoka2020-12-093-13/+7
| | | |
| * | | Make background operator as an operatorShin'ya Ueoka2020-12-0923-49/+177
| | | |
| * | | Make background operations as a operatorShin'ya Ueoka2020-12-0946-108/+892
| | | |
| * | | Remove unused usecasesShin'ya Ueoka2020-12-096-216/+0
| | | |
| * | | Add operators' testShin'ya Ueoka2020-12-0945-34/+836
| | | |
| * | | extract independent classesShin'ya Ueoka2020-12-0928-323/+403
| | | |
| * | | Make operators as a strategy patternShin'ya Ueoka2020-12-0915-78/+590
| | | |
| * | | Make HintKeyRepositoryShin'ya Ueoka2020-12-096-94/+84
| | | |
* | | | Merge pull request #912 from ueokande/dependabot/npm_and_yarn/prettier-2.2.1Shin'ya Ueoka2020-12-072-5/+5
|\ \ \ \ | |/ / / |/| | | Bump prettier from 2.2.0 to 2.2.1
| * | | Bump prettier from 2.2.0 to 2.2.1dependabot-preview[bot]2020-12-012-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [prettier](https://github.com/prettier/prettier) from 2.2.0 to 2.2.1. - [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.2.0...2.2.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | Merge pull request #913 from TeepaBlue/patch-1Shin'ya Ueoka2020-12-051-1/+1
|\ \ \ \ | |/ / / |/| | | Update ScrollPresenter.ts
| * | | Update ScrollPresenter.tsTeepaBlue2020-12-031-1/+1
|/ / / | | | | | | fix a typo
* | | Merge pull request #846 from ueokande/dependabot/npm_and_yarn/types/assert-1.5.2Shin'ya Ueoka2020-12-011-3/+3
|\ \ \ | |/ / |/| | Bump @types/assert from 1.5.1 to 1.5.2
| * | Bump @types/assert from 1.5.1 to 1.5.2dependabot-preview[bot]2020-09-221-3/+3
| | | | | | | | | | | | | | | | | | | | | Bumps [@types/assert](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/assert) from 1.5.1 to 1.5.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/assert) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Merge pull request #841 from ↵Shin'ya Ueoka2020-11-302-5/+5
|\ \ \ | | | | | | | | | | | | | | | | ueokande/dependabot/npm_and_yarn/html-webpack-plugin-4.5.0 Bump html-webpack-plugin from 4.3.0 to 4.5.0
| * | | Bump html-webpack-plugin from 4.3.0 to 4.5.0dependabot-preview[bot]2020-11-292-5/+5
|/ / / | | | | | | | | | | | | | | | | | | | | | Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 4.3.0 to 4.5.0. - [Release notes](https://github.com/jantimon/html-webpack-plugin/releases) - [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/jantimon/html-webpack-plugin/compare/v4.3.0...v4.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Merge pull request #905 from ↵Shin'ya Ueoka2020-11-292-5/+5
|\ \ \ | | | | | | | | | | | | | | | | ueokande/dependabot/npm_and_yarn/eslint-plugin-standard-5.0.0 Bump eslint-plugin-standard from 4.1.0 to 5.0.0
| * | | Bump eslint-plugin-standard from 4.1.0 to 5.0.0dependabot-preview[bot]2020-11-262-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [eslint-plugin-standard](https://github.com/standard/eslint-plugin-standard) from 4.1.0 to 5.0.0. - [Release notes](https://github.com/standard/eslint-plugin-standard/releases) - [Commits](https://github.com/standard/eslint-plugin-standard/compare/v4.1.0...v5.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | Merge pull request #909 from hyiltiz/patch-1Shin'ya Ueoka2020-11-281-1/+1
|\ \ \ \ | | | | | | | | | | update copyright time frame
| * | | | update copyright time frameHörmet Yiltiz2020-11-271-1/+1
|/ / / /
* | | | Merge pull request #906 from ueokande/dependabot/npm_and_yarn/tsyringe-4.4.0Shin'ya Ueoka2020-11-262-5/+5
|\ \ \ \ | |/ / / |/| | | Bump tsyringe from 4.3.0 to 4.4.0
| * | | Bump tsyringe from 4.3.0 to 4.4.0dependabot-preview[bot]2020-11-262-5/+5
|/ / / | | | | | | | | | | | | | | | | | | Bumps [tsyringe](https://github.com/Microsoft/tsyringe) from 4.3.0 to 4.4.0. - [Release notes](https://github.com/Microsoft/tsyringe/releases) - [Commits](https://github.com/Microsoft/tsyringe/compare/v4.3.0...v4.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Merge pull request #903 from ueokande/dependabot/npm_and_yarn/prettier-2.2.0Shin'ya Ueoka2020-11-262-5/+5
|\ \ \ | | | | | | | | Bump prettier from 2.1.2 to 2.2.0
| * | | Bump prettier from 2.1.2 to 2.2.0dependabot-preview[bot]2020-11-242-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [prettier](https://github.com/prettier/prettier) from 2.1.2 to 2.2.0. - [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.1.2...2.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | Merge pull request #904 from ueokande/dependabot/npm_and_yarn/types/sinon-9.0.9Shin'ya Ueoka2020-11-251-3/+3
|\ \ \ \ | |/ / / |/| | | Bump @types/sinon from 9.0.7 to 9.0.9
| * | | Bump @types/sinon from 9.0.7 to 9.0.9dependabot-preview[bot]2020-11-241-3/+3
|/ / / | | | | | | | | | | | | | | | | | | Bumps [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon) from 9.0.7 to 9.0.9. - [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 #897 from ueokande/dependabot/npm_and_yarn/types/mocha-8.0.4Shin'ya Ueoka2020-11-241-3/+3
|\ \ \ | | | | | | | | Bump @types/mocha from 8.0.3 to 8.0.4
| * | | Bump @types/mocha from 8.0.3 to 8.0.4dependabot-preview[bot]2020-11-111-3/+3
|/ / / | | | | | | | | | | | | | | | | | | Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) from 8.0.3 to 8.0.4. - [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 #896 from ↵Shin'ya Ueoka2020-11-111-3/+3
|\ \ \ | | | | | | | | | | | | | | | | ueokande/dependabot/npm_and_yarn/eslint-plugin-standard-4.1.0 Bump eslint-plugin-standard from 4.0.1 to 4.1.0
| * | | Bump eslint-plugin-standard from 4.0.1 to 4.1.0dependabot-preview[bot]2020-11-101-3/+3
|/ / / | | | | | | | | | | | | | | | | | | Bumps [eslint-plugin-standard](https://github.com/standard/eslint-plugin-standard) from 4.0.1 to 4.1.0. - [Release notes](https://github.com/standard/eslint-plugin-standard/releases) - [Commits](https://github.com/standard/eslint-plugin-standard/compare/v4.0.1...v4.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Merge pull request #891 from ↵Shin'ya Ueoka2020-11-042-7/+8
|\ \ \ | | | | | | | | | | | | | | | | ueokande/dependabot/npm_and_yarn/karma-firefox-launcher-2.1.0 Bump karma-firefox-launcher from 1.3.0 to 2.1.0
| * | | Bump karma-firefox-launcher from 1.3.0 to 2.1.0dependabot-preview[bot]2020-11-032-7/+8
|/ / / | | | | | | | | | | | | | | | | | | | | | Bumps [karma-firefox-launcher](https://github.com/karma-runner/karma-firefox-launcher) from 1.3.0 to 2.1.0. - [Release notes](https://github.com/karma-runner/karma-firefox-launcher/releases) - [Changelog](https://github.com/karma-runner/karma-firefox-launcher/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma-firefox-launcher/compare/v1.3.0...v2.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>