Commit graph

4928 commits

Author SHA1 Message Date
Oliver Blanthorn
e2eab6c75a
Fix #3096: improve setpref docs 2020-12-13 22:18:51 +01:00
Oliver Blanthorn
88202b526e
Fix #3100: skip # comments in RCs 2020-12-13 22:16:48 +01:00
Oliver Blanthorn
d42d1296f2
Fix #3101: fix space in browsermaps 2020-12-13 22:02:16 +01:00
Oliver Blanthorn
78f6050872
Tidy up viewconfig code 2020-12-13 21:12:27 +01:00
Oliver Blanthorn
46d739efe7
Fix #3089: remove extra space 2020-12-11 23:17:28 +01:00
Oliver Blanthorn
9f7f086a78
Fix #3077: add ;x and ;X xdotool fallback binds 2020-12-11 23:02:37 +01:00
Oliver Blanthorn
c1b3d62fcd
Simplify image search binds 2020-12-11 22:37:40 +01:00
dependabot-preview[bot]
2809b8235b
Merge pull request #3090 from tridactyl/dependabot/npm_and_yarn/jest-webextension-mock-3.7.4 2020-12-11 18:25:32 +00:00
dependabot-preview[bot]
f27e702696
Bump jest-webextension-mock from 3.7.3 to 3.7.4
Bumps jest-webextension-mock from 3.7.3 to 3.7.4.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-11 17:37:18 +00:00
dependabot-preview[bot]
2f6b948209
Merge pull request #3088 from tridactyl/dependabot/npm_and_yarn/ts-loader-8.0.12 2020-12-11 09:23:39 +00:00
dependabot-preview[bot]
f19b8021c8
Bump ts-loader from 8.0.11 to 8.0.12
Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 8.0.11 to 8.0.12.
- [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/v8.0.11...v8.0.12)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-11 08:52:10 +00:00
dependabot-preview[bot]
14f42dca02
Merge pull request #3062 from tridactyl/dependabot/npm_and_yarn/nearley-2.20.1 2020-12-10 23:23:01 +00:00
dependabot-preview[bot]
14fb2351b6
Bump nearley from 2.19.9 to 2.20.1
Bumps [nearley](https://github.com/hardmath123/nearley) from 2.19.9 to 2.20.1.
- [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-12-10 22:54:19 +00:00
dependabot-preview[bot]
1cb379a8b9
Merge pull request #3081 from tridactyl/dependabot/npm_and_yarn/marked-1.2.6 2020-12-10 22:52:01 +00:00
Oliver Blanthorn
ee295a212f
Merge pull request #3078 from Rummskartoffel/clipboard-api
Update yank to use Clipboard API
2020-12-10 22:04:07 +00:00
Oliver Blanthorn
90ee6410ca
Disable array type linting
There doesn't seem to be a way of allowing `MyType[]` but
disallowing `(string | number)[]` in lieu of
`Array<string | number>` so I'm just disabling it
completely
2020-12-10 22:56:16 +01:00
Oliver Blanthorn
65183e52e9
Update nativeinstall docstring 2020-12-10 22:48:04 +01:00
Oliver Blanthorn
c25e517cec
Mention HTTPS/background requirement on clipboard 2020-12-10 22:46:29 +01:00
Oliver Blanthorn
7ecc97ff8e
Bikeshed a few things 2020-12-10 22:33:34 +01:00
dependabot-preview[bot]
48a077ac8e
Merge pull request #3084 from tridactyl/dependabot/npm_and_yarn/ini-1.3.7 2020-12-10 19:47:21 +00:00
dependabot-preview[bot]
5655d37c62
[Security] Bump ini from 1.3.5 to 1.3.7
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. **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.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-10 18:46:57 +00:00
dependabot-preview[bot]
6232eb8c93
Bump marked from 1.2.5 to 1.2.6
Bumps [marked](https://github.com/markedjs/marked) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/release.config.js)
- [Commits](https://github.com/markedjs/marked/compare/v1.2.5...v1.2.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-10 16:34:29 +00:00
Rummskartoffel
02e39f99ab Rename setclip_api and getclip_api 2020-12-09 23:28:23 +01:00
Rummskartoffel
96c9e1f956 Also remove applyWithTmpTextArea
This function is an invitation to write terrible, hacky code, and it is
now unused.
2020-12-09 21:55:11 +01:00
Rummskartoffel
1d59231c21 Update yank to use Clipboard API 2020-12-09 21:40:30 +01:00
Oliver Blanthorn
26981ec0e1
Fix #3074: increase naming consistency 2020-12-09 17:48:51 +01:00
Rummskartoffel
d9223be3fa
Fix #1567: custom hint binds for WhatsApp 2020-12-09 17:46:45 +01:00
Oliver Blanthorn
d5394fab0d
Tidy up subconfig a little 2020-12-09 17:46:45 +01:00
dependabot-preview[bot]
4c8517d13a
Merge pull request #3073 from tridactyl/dependabot/npm_and_yarn/types/jest-26.0.18 2020-12-08 22:35:10 +00:00
dependabot-preview[bot]
02bd251d42
Bump @types/jest from 26.0.17 to 26.0.18
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.17 to 26.0.18.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-08 21:12:32 +00:00
dependabot-preview[bot]
f7ac8a1451
Merge pull request #3072 from tridactyl/dependabot/npm_and_yarn/types/node-14.14.11 2020-12-08 18:58:13 +00:00
Oliver Blanthorn
238ba8013f
Add helpful DOM commands 2020-12-08 19:50:24 +01:00
Oliver Blanthorn
b49be04730
Fix #2978: detail workaround for installing extension
Mozilla continues its war against its own users ; )
2020-12-08 19:19:07 +01:00
Oliver Blanthorn
2dc6d95681
Merge pull request #3061 from Rummskartoffel/explicit-type-annotations
Explicitly annotate state.getAsync
2020-12-08 18:04:26 +00:00
Oliver Blanthorn
d2ae4a2293
Remove unnecessary type assertion 2020-12-08 19:03:16 +01:00
dependabot-preview[bot]
d388d38243
Bump @types/node from 14.14.10 to 14.14.11
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.10 to 14.14.11.
- [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-12-08 17:06:51 +00:00
dependabot-preview[bot]
a6e5fea31e
Merge pull request #3071 from tridactyl/dependabot/npm_and_yarn/types/jest-26.0.17 2020-12-08 06:02:35 +00:00
dependabot-preview[bot]
10667fab80
Bump @types/jest from 26.0.16 to 26.0.17
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.16 to 26.0.17.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-08 05:22:38 +00:00
dependabot-preview[bot]
8c341d2636
Merge pull request #3069 from tridactyl/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-tslint-4.9.1 2020-12-07 18:43:58 +00:00
dependabot-preview[bot]
a4d728f66d
Bump @typescript-eslint/eslint-plugin-tslint from 4.8.2 to 4.9.1
Bumps [@typescript-eslint/eslint-plugin-tslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin-tslint) from 4.8.2 to 4.9.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin-tslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.9.1/packages/eslint-plugin-tslint)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-07 18:08:29 +00:00
dependabot-preview[bot]
0963901e39
Merge pull request #3068 from tridactyl/dependabot/npm_and_yarn/copy-webpack-plugin-6.4.0 2020-12-07 17:07:28 +00:00
dependabot-preview[bot]
15136face7
Merge pull request #3067 from tridactyl/dependabot/npm_and_yarn/ts-node-9.1.1 2020-12-07 16:22:29 +00:00
dependabot-preview[bot]
982964ee28
Bump copy-webpack-plugin from 6.3.2 to 6.4.0
Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 6.3.2 to 6.4.0.
- [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v6.3.2...v6.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-07 15:44:21 +00:00
dependabot-preview[bot]
595b949166
Bump ts-node from 9.1.0 to 9.1.1
Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 9.1.0 to 9.1.1.
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Commits](https://github.com/TypeStrong/ts-node/compare/v9.1.0...v9.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-07 14:53:32 +00:00
dependabot-preview[bot]
e74e636e33
Merge pull request #3065 from tridactyl/dependabot/npm_and_yarn/web-ext-5.4.1 2020-12-07 14:17:29 +00:00
dependabot-preview[bot]
be7b6fc7a6
Bump web-ext from 5.4.0 to 5.4.1
Bumps [web-ext](https://github.com/mozilla/web-ext) from 5.4.0 to 5.4.1.
- [Release notes](https://github.com/mozilla/web-ext/releases)
- [Commits](https://github.com/mozilla/web-ext/compare/5.4.0...5.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-07 13:35:56 +00:00
dependabot-preview[bot]
c7a409a959
Merge pull request #3059 from tridactyl/dependabot/npm_and_yarn/eslint-7.15.0 2020-12-06 10:11:13 +00:00
dependabot-preview[bot]
87ff9c345f
Bump eslint from 7.14.0 to 7.15.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.14.0 to 7.15.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.14.0...v7.15.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-06 08:34:03 +00:00
Oliver Blanthorn
4168cf6e8c
Merge pull request #3060 from tridactyl/dependabot/npm_and_yarn/eslint-config-prettier-7.0.0
Bump eslint-config-prettier from 6.15.0 to 7.0.0
2020-12-06 08:31:56 +00:00
Oliver Blanthorn
14e7e9b9c5
Merge pull request #3046 from Rummskartoffel/command-doc
Add remark to :command doc about creating excmds
2020-12-06 08:30:52 +00:00