Commit graph

3949 commits

Author SHA1 Message Date
MatiasStorm
37dc2d371a Change pretty.sh to use eslint 2020-06-16 21:06:58 +02:00
MatiasStorm
6db33666e3 Readd tslint 2020-06-16 20:49:16 +02:00
MatiasStorm
d69a95754e Make circleci use eslint 2020-06-11 13:19:17 +02:00
MatiasStorm
c2f66f14a8 Remove tslint extensions 2020-06-11 12:12:14 +02:00
MatiasStorm
7fee2df26f Add sonarjs 2020-06-11 12:11:03 +02:00
MatiasStorm
670fc2f3de Create initial ESlint configuration with tslint-to-eslint-config 2020-06-06 11:37:14 +02:00
Oliver Blanthorn
4df8fd0ee4 Fix typo in CI config 2020-06-04 21:27:50 +01:00
Oliver Blanthorn
de58918f36 Fix CI indentation 2020-06-04 17:35:46 +01:00
Oliver Blanthorn
55c5dc72c0
Make Circle CI e2e job only run e2e tests 2020-06-04 17:07:22 +01:00
Oliver Blanthorn
1576aaf8e8
Merge pull request #2449 from csabahenk/excmds-unit-tests
introduce excmds unit tests
2020-06-04 17:01:09 +01:00
Csaba Henk
53b4c78156 introduce excmds unit tests
So far it covers tabopen("-c", ...). Primarily this
serves as a proof of concept for unit testing UI elements.
2020-06-04 01:23:45 +02:00
Oliver Blanthorn
a34bb31fe2
Merge pull request #2440 from tridactyl/less_bind_latency
Cache conversion of bind configs to minimalkeys
2020-05-31 21:08:02 +01:00
Oliver Blanthorn
dca519ed2d
Merge pull request #2433 from tridactyl/dependabot/npm_and_yarn/immer-6.0.9
Bump immer from 6.0.8 to 6.0.9
2020-05-31 17:22:12 +01:00
Oliver Blanthorn
4a4390ed55
Merge pull request #2437 from tridactyl/dependabot/npm_and_yarn/types/node-14.0.6
Bump @types/node from 14.0.5 to 14.0.6
2020-05-31 17:21:55 +01:00
Oliver Blanthorn
f58eb6a09f
Invalidate the cache when the configuration changes 2020-05-31 17:17:43 +01:00
Oliver Blanthorn
5ea4243ee8
Cache conversion of bind configs to minimalkeys
The cache is invalidated on bind change
2020-05-31 15:41:12 +01:00
Oliver Blanthorn
9246f28c1e
Extract key translation from keyMap 2020-05-31 15:23:48 +01:00
Oliver Blanthorn
8e9eff4ebe
Merge pull request #2439 from csabahenk/tabopen-force-no-container
Allow :tabopen to open in no container even with 'tabopencontaineraware'
2020-05-30 13:49:37 +01:00
Csaba Henk
65e278ebe4 Allow :tabopen to open in no container even with 'tabopencontaineraware' 2020-05-30 12:35:26 +02:00
dependabot-preview[bot]
55f70aa4a4
Bump @types/node from 14.0.5 to 14.0.6
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.0.5 to 14.0.6.
- [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>
2020-05-30 01:32:34 +00:00
Oliver Blanthorn
53d0d18929
release 1.19.1 2020-05-29 16:51:53 +01:00
Oliver Blanthorn
b48444e632
Fix #2196: make Tridactyl compatible with ESR
I used the browser for quite a bit and it seemed fine.
2020-05-29 16:51:01 +01:00
Oliver Blanthorn
d6d367282b
Update changelog for 1.19.1 2020-05-29 16:51:01 +01:00
dependabot-preview[bot]
299e55a7b2
Merge pull request #2436 from tridactyl/dependabot/npm_and_yarn/ts-node-8.10.2 2020-05-28 19:06:46 +00:00
dependabot-preview[bot]
b1f2628285
Bump ts-node from 8.10.1 to 8.10.2
Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 8.10.1 to 8.10.2.
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Commits](https://github.com/TypeStrong/ts-node/compare/v8.10.1...v8.10.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-28 18:51:33 +00:00
Oliver Blanthorn
dda987d5ea
Merge pull request #2435 from tridactyl/fix_tristart_docs
Fix TriStart Documentation
2020-05-28 09:38:02 +01:00
glacambre
b7f2b47d06 lib/config.ts: fix TriStart documentation 2020-05-28 08:20:01 +02:00
dependabot-preview[bot]
0d3bf9ca8a
Bump immer from 6.0.8 to 6.0.9
Bumps [immer](https://github.com/immerjs/immer) from 6.0.8 to 6.0.9.
- [Release notes](https://github.com/immerjs/immer/releases)
- [Commits](https://github.com/immerjs/immer/compare/v6.0.8...v6.0.9)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-27 13:20:41 +00:00
Oliver Blanthorn
4276cd68e9
Stop TS breaking everything
This is very annoying - I built this, it worked, but `tslint`
changed ['readOnly'] to .readOnly and broke Tridactyl
2020-05-27 12:56:48 +01:00
Oliver Blanthorn
cf1c136f35
Fix #2389: don't enter insert mode on readonly elements 2020-05-27 12:38:52 +01:00
Oliver Blanthorn
0ab9bd2b73
Change while loop to switch statement
This should fix #2349
2020-05-27 12:32:35 +01:00
Oliver Blanthorn
80e74c31f3
Merge pull request #2428 from tridactyl/dependabot/npm_and_yarn/source-map-loader-1.0.0
Bump source-map-loader from 0.2.4 to 1.0.0
2020-05-27 12:08:47 +01:00
Oliver Blanthorn
9814954c9a
Merge pull request #2390 from tridactyl/dependabot/npm_and_yarn/nearley-2.19.3
Bump nearley from 2.19.2 to 2.19.3
2020-05-27 12:06:47 +01:00
dependabot-preview[bot]
da2c8d2578
Bump nearley from 2.19.2 to 2.19.3
Bumps [nearley](https://github.com/hardmath123/nearley) from 2.19.2 to 2.19.3.
- [Release notes](https://github.com/hardmath123/nearley/releases)
- [Commits](https://github.com/hardmath123/nearley/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-27 11:05:43 +00:00
Oliver Blanthorn
9d941631c0
Merge pull request #2392 from tridactyl/dependabot/npm_and_yarn/rss-parser-3.8.0
Bump rss-parser from 3.7.6 to 3.8.0
2020-05-27 12:05:38 +01:00
Oliver Blanthorn
b82adbe5d6
Merge pull request #2403 from tridactyl/dependabot/npm_and_yarn/types/node-14.0.5
Bump @types/node from 14.0.1 to 14.0.5
2020-05-27 12:04:21 +01:00
Oliver Blanthorn
5b88ba22b1
Merge pull request #2430 from tridactyl/dependabot/npm_and_yarn/jest-webextension-mock-3.6.0
Bump jest-webextension-mock from 3.5.4 to 3.6.0
2020-05-27 12:03:50 +01:00
Oliver Blanthorn
7221b68646
Merge branch 'dependabot/npm_and_yarn/copy-webpack-plugin-6.0.1' 2020-05-27 12:03:15 +01:00
Oliver Blanthorn
3ff84e6166
Update to CopyWebPackPlugin v6 API 2020-05-27 12:01:22 +01:00
dependabot-preview[bot]
4d323769db
Bump source-map-loader from 0.2.4 to 1.0.0
Bumps [source-map-loader](https://github.com/webpack-contrib/source-map-loader) from 0.2.4 to 1.0.0.
- [Release notes](https://github.com/webpack-contrib/source-map-loader/releases)
- [Changelog](https://github.com/webpack-contrib/source-map-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/source-map-loader/compare/v0.2.4...v1.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-27 10:53:16 +00:00
Oliver Blanthorn
00ab42e2e9
Merge pull request #2429 from tridactyl/dependabot/npm_and_yarn/ts-loader-7.0.5
Bump ts-loader from 7.0.4 to 7.0.5
2020-05-27 11:51:03 +01:00
Oliver Blanthorn
876882de6e
Fix #2415: mkt now stores setnulls 2020-05-27 11:21:48 +01:00
Oliver Blanthorn
bf91666c5f
Add unbind handling for mkt - issue #2415 2020-05-27 11:00:54 +01:00
Oliver Blanthorn
1d42219e3e
Fix incorrect comment on webpack config
We've accidentally been running in dev mode for a while
but it doesn't seem to have broken anything and it means
that error messages are better, so let's keep it.
2020-05-27 10:53:36 +01:00
dependabot-preview[bot]
bfd8aa0b5c Merge pull request #2426 from tridactyl/dependabot/npm_and_yarn/minimist-1.2.5 2020-05-27 09:40:18 +00:00
dependabot-preview[bot]
b4cd246cfe Bump jest-webextension-mock from 3.5.4 to 3.6.0
Bumps jest-webextension-mock from 3.5.4 to 3.6.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-27 09:36:30 +00:00
dependabot-preview[bot]
bce6e97a8c [Security] Bump minimist from 1.2.0 to 1.2.5
Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.5. **This update includes security fixes.**
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.0...1.2.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-27 09:36:05 +00:00
Oliver Blanthorn
2ec16c6c33
Make tests fail faster and give them more chances to succeed 2020-05-27 10:25:29 +01:00
dependabot-preview[bot]
75a5f34dde Merge pull request #2427 from tridactyl/dependabot/npm_and_yarn/typescript-3.9.3 2020-05-27 06:56:25 +00:00
dependabot-preview[bot]
5d93040da8
Bump ts-loader from 7.0.4 to 7.0.5
Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 7.0.4 to 7.0.5.
- [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/v7.0.4...v7.0.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-27 06:49:54 +00:00