Commit graph

5748 commits

Author SHA1 Message Date
dependabot-preview[bot]
438748baf8
Bump @types/jest from 26.0.21 to 26.0.22
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.21 to 26.0.22.
- [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>
2021-03-27 01:19:37 +00:00
dependabot-preview[bot]
dd42705504
Merge pull request #3524 from tridactyl/dependabot/npm_and_yarn/types/node-14.14.37 2021-03-27 01:17:43 +00:00
dependabot-preview[bot]
795635778e
Bump @types/node from 14.14.36 to 14.14.37
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.36 to 14.14.37.
- [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>
2021-03-27 00:16:33 +00:00
dependabot-preview[bot]
d5a955218a
Merge pull request #3523 from tridactyl/dependabot/npm_and_yarn/eslint-7.23.0 2021-03-26 21:40:21 +00:00
dependabot-preview[bot]
1a3eb5ea4f
Bump eslint from 7.22.0 to 7.23.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.22.0 to 7.23.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.22.0...v7.23.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-26 21:06:22 +00:00
Oliver Blanthorn
01eb09cbba
Merge pull request #3522 from alerque/changelog-typo
Fix date typo in changelog
2021-03-26 11:43:11 +00:00
Caleb Maclennan
73b54c7c49
Fix date typo in changelog 2021-03-26 14:38:36 +03:00
dependabot-preview[bot]
5fe13804e7
Bump typedoc-default-themes from 0.12.5 to 0.12.10
Bumps [typedoc-default-themes](https://github.com/TypeStrong/typedoc-default-themes) from 0.12.5 to 0.12.10.
- [Release notes](https://github.com/TypeStrong/typedoc-default-themes/releases)
- [Commits](https://github.com/TypeStrong/typedoc-default-themes/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-26 03:04:27 +00:00
Oliver Blanthorn
0dfb2b5ba0
Merge pull request #3520 from Rummskartoffel/win-term-emu
Windows: add `start /wait` as a terminal emulator to getBestEditor()
2021-03-26 00:21:52 +00:00
Rummskartoffel
72537227ae Windows: add start /wait as a terminal emulator to getBestEditor()
This gives Windows users a fighting chance at having a working default
for `:editor` by making it not dependent on them using a custom terminal
emulator.

Addresses part of #3150
2021-03-25 23:09:15 +01:00
dependabot-preview[bot]
ca40354223
Merge pull request #3516 from tridactyl/dependabot/npm_and_yarn/types/selenium-webdriver-4.0.12 2021-03-25 19:06:17 +00:00
dependabot-preview[bot]
670d525f83
Bump @types/selenium-webdriver from 4.0.11 to 4.0.12
Bumps [@types/selenium-webdriver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/selenium-webdriver) from 4.0.11 to 4.0.12.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/selenium-webdriver)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-25 18:38:59 +00:00
dependabot-preview[bot]
9a71de9860
Merge pull request #3519 from tridactyl/dependabot/npm_and_yarn/types/node-14.14.36 2021-03-25 18:37:01 +00:00
dependabot-preview[bot]
e73a91e66b
Bump @types/node from 14.14.35 to 14.14.36
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.35 to 14.14.36.
- [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>
2021-03-25 18:13:08 +00:00
dependabot-preview[bot]
49c887222b
Merge pull request #3515 from tridactyl/dependabot/npm_and_yarn/webpack-5.28.0 2021-03-24 13:18:02 +00:00
dependabot-preview[bot]
f9c9739906
Bump webpack from 5.27.2 to 5.28.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.27.2 to 5.28.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.27.2...v5.28.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-24 12:43:45 +00:00
Oliver Blanthorn
245941b0b9
Merge pull request #3513 from Rummskartoffel/focus-img
Allow focusing img elements using `hint -;`
2021-03-23 22:44:33 +00:00
Rummskartoffel
eaa7bd4227 Allow focusing img elements using hint -; 2021-03-23 22:39:27 +01:00
Oliver Blanthorn
a23e65ea41
Merge pull request #3511 from Rummskartoffel/hint-y
Make `:hint -y` more sensible
2021-03-23 00:03:05 +00:00
Rummskartoffel
34f483d967 Make :hint -y more sensible
* Only hint Anchors that have a meaningful `href`
* Properly `yank` instead of going through the excmd parser
2021-03-22 22:50:34 +01:00
dependabot-preview[bot]
d9eecafc59
Merge pull request #3510 from tridactyl/dependabot/npm_and_yarn/typescript-eslint/parser-4.19.0 2021-03-22 18:43:33 +00:00
dependabot-preview[bot]
02198ad8d9
Bump @typescript-eslint/parser from 4.18.0 to 4.19.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.18.0 to 4.19.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.19.0/packages/parser)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-22 18:16:33 +00:00
dependabot-preview[bot]
90aaab0bba
Merge pull request #3508 from tridactyl/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-tslint-4.19.0 2021-03-22 18:14:04 +00:00
dependabot-preview[bot]
a847e38095
Bump @typescript-eslint/eslint-plugin-tslint from 4.18.0 to 4.19.0
Bumps [@typescript-eslint/eslint-plugin-tslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin-tslint) from 4.18.0 to 4.19.0.
- [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.19.0/packages/eslint-plugin-tslint)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-22 17:56:07 +00:00
dependabot-preview[bot]
4a34355038
Merge pull request #3509 from tridactyl/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-4.19.0 2021-03-22 17:54:07 +00:00
dependabot-preview[bot]
54679e0460
Bump @typescript-eslint/eslint-plugin from 4.18.0 to 4.19.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.18.0 to 4.19.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.19.0/packages/eslint-plugin)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-22 17:25:22 +00:00
dependabot-preview[bot]
13efcd22e6
Merge pull request #3507 from tridactyl/dependabot/npm_and_yarn/copy-webpack-plugin-8.1.0 2021-03-22 17:23:13 +00:00
dependabot-preview[bot]
d43cfd7d86
Bump copy-webpack-plugin from 8.0.0 to 8.1.0
Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 8.0.0 to 8.1.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/v8.0.0...v8.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-22 16:36:10 +00:00
dependabot-preview[bot]
6d7501b8bd
Merge pull request #3505 from tridactyl/dependabot/npm_and_yarn/webpack-5.27.2 2021-03-22 15:09:32 +00:00
dependabot-preview[bot]
b7fa3fcd30
Bump webpack from 5.27.1 to 5.27.2
Bumps [webpack](https://github.com/webpack/webpack) from 5.27.1 to 5.27.2.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.27.1...v5.27.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-22 14:47:11 +00:00
dependabot-preview[bot]
8a9bb872b8
Merge pull request #3500 from tridactyl/dependabot/npm_and_yarn/webpack-5.27.1 2021-03-20 20:21:53 +00:00
dependabot-preview[bot]
92f12095ba
Bump webpack from 5.27.0 to 5.27.1
Bumps [webpack](https://github.com/webpack/webpack) from 5.27.0 to 5.27.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.27.0...v5.27.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-20 19:52:06 +00:00
Oliver Blanthorn
d184ab0a63
Merge pull request #3495 from tridactyl/jsonview_for_real
Add POC jsonviewer that works anywhere
2021-03-20 17:20:50 +00:00
Oliver Blanthorn
1f7ea2c9ed
Clarify viewconfig help 2021-03-20 17:13:43 +01:00
Oliver Blanthorn
b71eedf4bb
Update src/excmds.ts
Co-authored-by: Rummskartoffel <20257197+Rummskartoffel@users.noreply.github.com>
2021-03-20 15:53:42 +00:00
dependabot-preview[bot]
c4ed33376f
Merge pull request #3496 from tridactyl/dependabot/npm_and_yarn/webpack-5.27.0 2021-03-19 17:53:37 +00:00
dependabot-preview[bot]
960b9ca9de
Bump webpack from 5.26.3 to 5.27.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.26.3 to 5.27.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.26.3...v5.27.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-19 16:52:43 +00:00
Oliver Blanthorn
a1c5201142
release 1.21.1 2021-03-19 17:04:43 +01:00
Oliver Blanthorn
528af5cde3
Update changelog for 1.21.0 2021-03-19 17:04:21 +01:00
Oliver Blanthorn
96a96e0cb1
Add POC jsonviewer that works anywhere 2021-03-18 14:56:39 +01:00
WorldCodeCentral
822ba3e3db
Document hint -W open 2021-03-18 13:34:08 +01:00
Oliver Blanthorn
ee8bd48d46
Update changelog for 1.21.1 2021-03-17 19:01:37 +01:00
Oliver Blanthorn
c481d0c8e9
Expose waitForDom with tabopen -w 2021-03-17 18:57:35 +01:00
dependabot-preview[bot]
7e564f9880
Merge pull request #3493 from tridactyl/dependabot/npm_and_yarn/types/jest-26.0.21 2021-03-17 16:34:28 +00:00
dependabot-preview[bot]
4c293d0425
Bump @types/jest from 26.0.20 to 26.0.21
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.20 to 26.0.21.
- [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>
2021-03-17 16:15:46 +00:00
dependabot-preview[bot]
c268047a94
Merge pull request #3492 from tridactyl/dependabot/npm_and_yarn/webpack-5.26.3 2021-03-17 14:15:59 +00:00
dependabot-preview[bot]
1829455cb1
Bump webpack from 5.26.2 to 5.26.3
Bumps [webpack](https://github.com/webpack/webpack) from 5.26.2 to 5.26.3.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.26.2...v5.26.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-17 13:50:52 +00:00
dependabot-preview[bot]
792c709991
Merge pull request #3485 from tridactyl/dependabot/npm_and_yarn/tsconfig-paths-webpack-plugin-3.5.1 2021-03-17 01:33:32 +00:00
Oliver Blanthorn
3d39ccb07a
Fix a real linting error 2021-03-16 22:07:09 +01:00
Oliver Blanthorn
c07044585d
Stop trying to lint non-project files 2021-03-16 22:06:47 +01:00