dependabot-preview[bot]
429214b58a
Bump @typescript-eslint/parser from 4.19.0 to 4.21.0
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 4.19.0 to 4.21.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.21.0/packages/parser )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-05 17:07:27 +00:00
Oliver Blanthorn
4cfb4b613b
Merge pull request #3540 from Rummskartoffel/source-data-urls
...
Fix data URIs not being :source-able
2021-04-02 07:24:59 +01:00
Oliver Blanthorn
195e7a95a2
Merge pull request #3541 from Rummskartoffel/guiset-error
...
Improve error message from :guiset on malformed userChrome.css
2021-04-02 07:24:23 +01:00
Oliver Blanthorn
6ebe623028
Compact userChrome error
2021-04-02 07:24:09 +01:00
dependabot-preview[bot]
cfa3c06009
Merge pull request #3542 from tridactyl/dependabot/npm_and_yarn/webpack-5.30.0
2021-04-01 19:34:41 +00:00
dependabot-preview[bot]
7002193d56
Bump webpack from 5.28.0 to 5.30.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.28.0 to 5.30.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.28.0...v5.30.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-01 18:50:49 +00:00
Rummskartoffel
0a76d174af
Improve error message from :guiset on malformed userChrome.css
2021-04-01 19:44:49 +02:00
Oliver Blanthorn
957ea1b382
Merge pull request #3538 from gnull/master
...
mpvsafe: Allow mpv to keep running after Firefox quits
2021-04-01 17:34:51 +01:00
Ivan Oleynikov
6db1284004
mpvsafe: Allow mpv to keep running after Firefox quits
...
Invoke mpv with --no-terminal option. This way, mpv doesn't try to write
anything to stdin or stderr, and can keep running after Firefox quits.
Without this option, when Firefox quits, the pipes where mpv's stderr and stdout
are redirected get closed, and mpv crashes with SIGPIPE.
I think this should be the sensible behaviour. There's no use it terminating all
the mpv instances after user closes Firefox. This shouldn't make anything worse,
because we're not using the output of mpv in any way right now.
2021-04-01 16:10:36 +02:00
Oliver Blanthorn
e3f08611f7
Add t visual bind to RC
2021-04-01 11:22:30 +02:00
Oliver Blanthorn
619ba91040
Merge pull request #3539 from Rummskartoffel/viewcontainers-jsonview
...
Use jsonview() for :viewcontainers
2021-04-01 06:47:09 +01:00
Rummskartoffel
b8317819c1
Fix data URIs not being :source-able
2021-04-01 00:06:18 +02:00
Rummskartoffel
4a4a095f6d
Use jsonview() for :viewcontainers
2021-03-31 23:11:12 +02:00
Oliver Blanthorn
cbce8db9f5
Merge pull request #3536 from Rummskartoffel/containerclose-nonexistent-container
...
Throw from `containers.getId()` when container does not exist
2021-03-31 20:43:48 +01:00
Oliver Blanthorn
bfc40aa41e
Merge pull request #3537 from Rummskartoffel/auconcreatecontainer
...
Fix `'auconcreatecontainer'` not being respected when false
2021-03-31 20:41:34 +01:00
Rummskartoffel
f3d4aeb390
Throw from containers.getId() when container does not exist
2021-03-31 19:16:53 +02:00
Rummskartoffel
60e2b63e50
Fix 'auconcreatecontainer' not being respected when false
2021-03-30 19:45:33 +02:00
Oliver Blanthorn
42a51e0cd1
Merge pull request #3530 from tridactyl/dependabot/npm_and_yarn/y18n-4.0.1
...
[Security] Bump y18n from 4.0.0 to 4.0.1
2021-03-30 04:57:41 +01:00
dependabot-preview[bot]
e37a81fe4d
[Security] Bump y18n from 4.0.0 to 4.0.1
...
Bumps [y18n](https://github.com/yargs/y18n ) from 4.0.0 to 4.0.1. **This update includes a security fix.**
- [Release notes](https://github.com/yargs/y18n/releases )
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md )
- [Commits](https://github.com/yargs/y18n/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-29 18:23:36 +00:00
dependabot-preview[bot]
ced62d5fca
Merge pull request #3528 from tridactyl/dependabot/npm_and_yarn/ts-loader-8.1.0
2021-03-28 10:34:36 +00:00
dependabot-preview[bot]
cd56111a7f
Bump ts-loader from 8.0.18 to 8.1.0
...
Bumps [ts-loader](https://github.com/TypeStrong/ts-loader ) from 8.0.18 to 8.1.0.
- [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.18...v8.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-28 10:01:31 +00:00
dependabot-preview[bot]
62f8804eaf
Merge pull request #3518 from tridactyl/dependabot/npm_and_yarn/types/jest-26.0.22
2021-03-27 02:51:03 +00:00
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
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