Commit graph

5423 commits

Author SHA1 Message Date
dependabot-preview[bot]
039b71f9fa
Merge pull request #3450 from tridactyl/dependabot/npm_and_yarn/typescript-eslint/parser-4.17.0 2021-03-08 19:29:34 +00:00
dependabot-preview[bot]
b7eead555a
Bump @typescript-eslint/parser from 4.16.1 to 4.17.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.16.1 to 4.17.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.17.0/packages/parser)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-08 19:07:35 +00:00
dependabot-preview[bot]
25c6276a6d
Merge pull request #3449 from tridactyl/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-tslint-4.17.0 2021-03-08 19:05:25 +00:00
dependabot-preview[bot]
6784534115
Bump @typescript-eslint/eslint-plugin-tslint from 4.16.1 to 4.17.0
Bumps [@typescript-eslint/eslint-plugin-tslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin-tslint) from 4.16.1 to 4.17.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.17.0/packages/eslint-plugin-tslint)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-08 18:35:20 +00:00
dependabot-preview[bot]
60da82d56e
Merge pull request #3451 from tridactyl/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-4.17.0 2021-03-08 18:33:21 +00:00
dependabot-preview[bot]
f9e8a12adb
Bump @typescript-eslint/eslint-plugin from 4.16.1 to 4.17.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.16.1 to 4.17.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.17.0/packages/eslint-plugin)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-08 18:12:39 +00:00
dependabot-preview[bot]
afe6757a69
Merge pull request #3448 from tridactyl/dependabot/npm_and_yarn/webpack-5.24.4 2021-03-08 11:15:54 +00:00
dependabot-preview[bot]
eb8c0aeca3
Bump webpack from 5.24.3 to 5.24.4
Bumps [webpack](https://github.com/webpack/webpack) from 5.24.3 to 5.24.4.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.24.3...v5.24.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-08 10:51:00 +00:00
dependabot-preview[bot]
407ef1708b
Merge pull request #3447 from tridactyl/dependabot/npm_and_yarn/types/node-14.14.32 2021-03-07 12:12:59 +00:00
dependabot-preview[bot]
d07ca9f40f
Bump @types/node from 14.14.31 to 14.14.32
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.31 to 14.14.32.
- [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-07 10:22:09 +00:00
Rummskartoffel
6c013b947d
Fix #3435 and #3418
Previous native version behaved incorrectly
when trying to read an empty file.

0.3.4+ returns an empty string like the old
Python messenger
2021-03-05 22:57:30 +01:00
Oliver Blanthorn
ac4c0232a6
Rename browser variable 2021-03-05 19:22:07 +00:00
dependabot-preview[bot]
bec8ec2dde
Merge pull request #3445 from tridactyl/dependabot/npm_and_yarn/geckodriver-1.22.2 2021-03-05 15:29:06 +00:00
dependabot-preview[bot]
787611d378
Bump geckodriver from 1.22.1 to 1.22.2
Bumps [geckodriver](https://github.com/vladikoff/node-geckodriver) from 1.22.1 to 1.22.2.
- [Release notes](https://github.com/vladikoff/node-geckodriver/releases)
- [Commits](https://github.com/vladikoff/node-geckodriver/compare/v1.22.1...v1.22.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-05 15:07:47 +00:00
Oliver Blanthorn
aeb1fd2092
Fix errors preventing build 2021-03-05 16:07:42 +01:00
Rummskartoffel
bb0e567d77 Windows: fix infinite loop in native.ff_cmdline()
On native messenger >= 0.3.3, we now just directly ask for the
messenger's parent's command line.
On native messenger < 0.3.3, we loop up the process tree like before,
but we now respect 'browser' and gracefully fail if no matching process
is found.
2021-03-05 15:43:10 +01:00
Dhruva Sambrani
45054a59f6
Revert inadvertent license change
Thank God for diffs, or I'd be in jail 😱

Co-authored-by: Oliver Blanthorn <freedom4cows@gmail.com>
2021-03-05 02:15:31 +05:30
Dhruva Sambrani
84b4e9d64d
Update src/excmds.ts to fix documentation
Co-authored-by: Oliver Blanthorn <freedom4cows@gmail.com>
2021-03-05 02:14:33 +05:30
Dhruva Sambrani
6d4ddba226
Add music 2021-03-05 00:42:18 +05:30
Dhruva Sambrani
57df8d24d2
Update excmds.ts 2021-03-05 00:33:26 +05:30
Dhruva Sambrani
cf7d9a48b5
Update toys.ts 2021-03-05 00:19:49 +05:30
Dhruva Sambrani
2b2ff5ee07
Merge pull request #1 from tridactyl/master
level
2021-03-05 00:12:21 +05:30
Oliver Blanthorn
43429f4651
Merge pull request #3440 from jezcope/fix/tweak-matrix-link
Tweak Matrix link on new tab
2021-03-04 16:17:14 +00:00
Jez Cope
ba6297734a
Update Matrix link in excmds.ts 2021-03-04 15:47:38 +00:00
Jez Cope
89cd2a7565
Update Matrix link in readme.md 2021-03-04 15:46:48 +00:00
Jez Cope
698c46c342
Update Matrix link in contributing.md 2021-03-04 15:45:46 +00:00
Oliver Blanthorn
f329a47ee5
Merge pull request #3439 from nindwen/patch-1
Fix FAQ link in readme
2021-03-04 15:38:44 +00:00
Jez Cope
db0a99bcbd
Tweak Matrix link on new tab
Change Matrix room link to use [matrix.to](https://matrix.to) to make it easier to open in any Matrix client (not just the one at app.element.io).
2021-03-04 15:26:36 +00:00
Laura
09e5715470
Fix FAQ link in readme 2021-03-04 16:49:22 +02:00
dependabot-preview[bot]
41de9509c9
Merge pull request #3436 from tridactyl/dependabot/npm_and_yarn/webpack-5.24.3 2021-03-03 19:35:14 +00:00
dependabot-preview[bot]
be11f11d65
Bump webpack from 5.24.2 to 5.24.3
Bumps [webpack](https://github.com/webpack/webpack) from 5.24.2 to 5.24.3.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.24.2...v5.24.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-03 19:12:22 +00:00
Dhruva Sambrani
6f7f951fb3
Update toys.ts 2021-03-03 16:33:50 +05:30
dependabot-preview[bot]
cb10fd96a9
Merge pull request #3425 from tridactyl/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-tslint-4.16.1 2021-03-02 15:53:20 +00:00
dependabot-preview[bot]
b0a351b588
Bump @typescript-eslint/eslint-plugin-tslint from 4.15.2 to 4.16.1
Bumps [@typescript-eslint/eslint-plugin-tslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin-tslint) from 4.15.2 to 4.16.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.16.1/packages/eslint-plugin-tslint)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-02 14:52:41 +00:00
dependabot-preview[bot]
60f39284cd
Merge pull request #3427 from tridactyl/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-4.16.1 2021-03-02 14:50:38 +00:00
dependabot-preview[bot]
ef214b7b28
Bump @typescript-eslint/eslint-plugin from 4.15.2 to 4.16.1
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.15.2 to 4.16.1.
- [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.16.1/packages/eslint-plugin)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-02 13:23:26 +00:00
Oliver Blanthorn
cb05835f3c
Merge pull request #3426 from tridactyl/dependabot/npm_and_yarn/typescript-eslint/parser-4.16.1
Bump @typescript-eslint/parser from 3.10.1 to 4.16.1
2021-03-02 13:21:14 +00:00
Oliver Blanthorn
5829c75930
Merge pull request #3402 from tridactyl/dependabot/npm_and_yarn/eslint-plugin-jsdoc-32.2.0
Bump eslint-plugin-jsdoc from 31.6.1 to 32.2.0
2021-03-02 13:19:24 +00:00
Oliver Blanthorn
f17e99d425
Bump native version 2021-03-02 14:17:38 +01:00
dependabot-preview[bot]
45fe9ef0e2
Bump @typescript-eslint/parser from 3.10.1 to 4.16.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 3.10.1 to 4.16.1.
- [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.16.1/packages/parser)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-01 21:38:15 +00:00
dependabot-preview[bot]
3078d5be56
Merge pull request #3419 from tridactyl/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-4.15.2 2021-02-28 21:35:37 +00:00
dependabot-preview[bot]
72234d9627
Bump @typescript-eslint/eslint-plugin from 4.0.0 to 4.15.2
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.0.0 to 4.15.2.
- [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.15.2/packages/eslint-plugin)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-28 20:09:29 +00:00
Oliver Blanthorn
57795b44ff
Bump native version 2021-02-28 15:50:07 +01:00
Oliver Blanthorn
ac2b061093
Merge pull request #3404 from Rummskartoffel/windows-update
Windows: Fix native updating
2021-02-28 13:15:26 +00:00
Rummskartoffel
33003b1639 Native, Windows: fix 'nativeinstallcmd' for Windows 8 and earlier
To be able to download the installer, Powershell must be able to use a
security protocol that GitHub supports. Before Windows 10, we have to
set it.  We do the same thing in the installer already, but we have to
do it in both places so the installer works both when invoked as part
of 'nativeinstallcmd' and and on its own.
2021-02-28 13:11:41 +01:00
dependabot-preview[bot]
d021836b8e
Bump eslint-plugin-jsdoc from 31.6.1 to 32.2.0
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 31.6.1 to 32.2.0.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v31.6.1...v32.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-27 23:04:53 +00:00
dependabot-preview[bot]
812bb058af
Merge pull request #3417 from tridactyl/dependabot/npm_and_yarn/eslint-7.21.0 2021-02-27 23:02:57 +00:00
dependabot-preview[bot]
7e5370743e
Bump eslint from 7.20.0 to 7.21.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.20.0 to 7.21.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.20.0...v7.21.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-27 22:25:50 +00:00
Oliver Blanthorn
85129c3463
Fix #3396: let openInNewTab wait for DOM 2021-02-27 13:55:07 +01:00
Oliver Blanthorn
f6853ae53a
Merge pull request #3415 from niyumard/patch-1
Added search in a new tab.
2021-02-27 07:57:51 +00:00