Commit graph

4049 commits

Author SHA1 Message Date
Oliver Blanthorn
d5192f6dac
Re-enable prefer-regexp-exec 2020-06-19 15:19:46 +01:00
Oliver Blanthorn
ff5c0d7323
Re-enable quotes 2020-06-19 13:55:22 +01:00
Oliver Blanthorn
dee3b7e6c1
Re-enable require-await 2020-06-19 13:48:22 +01:00
Oliver Blanthorn
ab13c700ee
Update comments on linting rules 2020-06-19 13:34:25 +01:00
Oliver Blanthorn
3155301bb9
Re-enable unbound-method 2020-06-19 13:31:00 +01:00
Oliver Blanthorn
beebb6ffe5
Re-enable unified-signatures 2020-06-19 13:11:03 +01:00
Oliver Blanthorn
a6ca46d147
Re-enable arrow-body-style 2020-06-19 13:08:23 +01:00
Oliver Blanthorn
db8f0e21ad
Re-enable brace-style 2020-06-19 13:05:31 +01:00
Oliver Blanthorn
d72016f10f
Re-enable guard-for-in 2020-06-19 13:02:43 +01:00
Oliver Blanthorn
96f763e42e
Re-enable no-extra-semi and prettier
Prettier re-enabled as the semi-colon removal made quite a few files
uglier than they were previously.
2020-06-19 12:56:25 +01:00
Oliver Blanthorn
f2cd6a7988
Revert "Re-enable no-unused-collection rule"
This reverts commit 2ea8fd0263.

That commit didn't do what it said - it just removed a comment.
2020-06-18 23:07:18 +01:00
Oliver Blanthorn
2ea8fd0263
Re-enable no-unused-collection rule 2020-06-18 23:06:31 +01:00
Oliver Blanthorn
df43e39592
Merge pull request #2502 from tridactyl/more_rules
Enable a few more eslint rules
2020-06-18 23:05:52 +01:00
Oliver Blanthorn
f64698923f
Re-enable radix 2020-06-18 22:52:49 +01:00
Oliver Blanthorn
6f030f7537
Re-enable space-before-function-paren 2020-06-18 22:44:30 +01:00
Oliver Blanthorn
bd4a87bb36
Re-enable spaced-comment 2020-06-18 22:43:38 +01:00
Oliver Blanthorn
eac06ae39a
Re-enable no-empty-function 2020-06-18 22:35:24 +01:00
Oliver Blanthorn
a146306d0b
Re-enable member-ordering 2020-06-18 22:18:13 +01:00
Oliver Blanthorn
c8c6505ae8
Re-enable dot-notation
Warn all 'pretty' users (regardless of attractiveness) that their
builds may break.
2020-06-18 22:08:02 +01:00
Oliver Blanthorn
2abb740153
Re-enable array-type 2020-06-18 21:57:16 +01:00
Oliver Blanthorn
7e386f87b8
Re-enable ban-types 2020-06-18 21:55:04 +01:00
Oliver Blanthorn
f711265f1b
Document intention to never care about duplicate strings
I think this is rule is a bit daft most of the time
2020-06-18 21:30:58 +01:00
Oliver Blanthorn
026f69d394
Ensure CI uses a frozen lockfile
This should help us catch builds which are likely to be
hard to reproduce
2020-06-18 21:08:38 +01:00
dependabot-preview[bot]
5f15311380
Merge pull request #2501 from tridactyl/dependabot/npm_and_yarn/webpack-cli-3.3.12 2020-06-18 17:40:08 +00:00
dependabot-preview[bot]
6f1be48e17
Merge pull request #2457 from tridactyl/dependabot/npm_and_yarn/typescript-3.9.5 2020-06-18 17:39:51 +00:00
dependabot-preview[bot]
5cab811b13
Bump typescript from 3.9.3 to 3.9.5
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.3 to 3.9.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-18 17:35:31 +00:00
dependabot-preview[bot]
f586853f75
Bump webpack-cli from 3.3.11 to 3.3.12
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.11 to 3.3.12.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/v3.3.12/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.11...v3.3.12)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-18 17:35:12 +00:00
Oliver Blanthorn
5c3c16d376
Re-enable prefer-const rule 2020-06-18 18:34:29 +01:00
dependabot-preview[bot]
2edc03b821
Merge pull request #2452 from tridactyl/dependabot/npm_and_yarn/copy-webpack-plugin-6.0.2 2020-06-18 17:33:19 +00:00
Oliver Blanthorn
a9a7a03a1e
Merge pull request #2500 from tridactyl/e2e_local_pages
Run e2e rssexec test on a local page
2020-06-18 18:32:03 +01:00
glacambre
4c3f59f04a e2e_tests/utils.ts: make tests slower
Running tests on my computer showed that a 10ms delay was no longer
sufficient.
2020-06-18 19:23:50 +02:00
dependabot-preview[bot]
cd4b6590d7
Bump copy-webpack-plugin from 6.0.1 to 6.0.2
Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 6.0.1 to 6.0.2.
- [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.0.1...v6.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-18 17:18:06 +00:00
Oliver Blanthorn
f2d3268156
Merge pull request #2477 from MatiasStorm/ESlint-migration
ESlint migration
2020-06-18 18:16:07 +01:00
Oliver Blanthorn
bc2523492d
Merge branch 'master' into ESlint-migration 2020-06-18 18:04:48 +01:00
Oliver Blanthorn
08e454724e
Fix precommit hook 2020-06-18 17:45:23 +01:00
Oliver Blanthorn
13b1be80bd
Ensure eslint sees temporary files 2020-06-18 15:29:18 +01:00
Oliver Blanthorn
10b00b4f68
Remove mithril + related deps
Redevelopment of the commandline has stalled so there isn't
much point in keeping these around.
2020-06-18 15:04:15 +01:00
Oliver Blanthorn
e92be787a6
Fix rss page URL 2020-06-17 22:56:27 +01:00
Oliver Blanthorn
0250c871c4
Make anchors relative 2020-06-17 22:46:36 +01:00
Oliver Blanthorn
50aedf60cc
Run e2e rssexec test on a local page 2020-06-17 22:15:15 +01:00
dependabot-preview[bot]
91fc4f6f31
Merge pull request #2499 from tridactyl/dependabot/npm_and_yarn/fuse.js-6.2.0 2020-06-17 18:40:30 +00:00
dependabot-preview[bot]
786ee8cfc1
Bump fuse.js from 6.0.4 to 6.2.0
Bumps [fuse.js](https://github.com/krisk/Fuse) from 6.0.4 to 6.2.0.
- [Release notes](https://github.com/krisk/Fuse/releases)
- [Changelog](https://github.com/krisk/Fuse/blob/master/CHANGELOG.md)
- [Commits](https://github.com/krisk/Fuse/compare/v6.0.4...v6.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-17 18:28:46 +00:00
Oliver Blanthorn
3082943cfb
Merge pull request #2498 from tridactyl/e2e_rerun_more
Rerun more things if build fails
2020-06-17 18:34:47 +01:00
Oliver Blanthorn
a6ed997731
Clean up build before retrying 2020-06-17 18:24:30 +01:00
Oliver Blanthorn
07464f9ef6
Rerun more things if build fails 2020-06-17 17:32:17 +01:00
dependabot-preview[bot]
e6407eefbe
Merge pull request #2494 from tridactyl/dependabot/npm_and_yarn/nearley-2.19.4 2020-06-17 15:01:32 +00:00
dependabot-preview[bot]
44dbea0b80
Bump nearley from 2.19.3 to 2.19.4
Bumps [nearley](https://github.com/hardmath123/nearley) from 2.19.3 to 2.19.4.
- [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-06-17 14:56:58 +00:00
Oliver Blanthorn
56d4632e17
Merge pull request #2495 from tridactyl/action_retry
Retry e2e tests if they fail
2020-06-17 15:54:26 +01:00
Oliver Blanthorn
fd765e4759
Reduce retry wait seconds 2020-06-17 15:45:53 +01:00
Oliver Blanthorn
7a7ee50155
Offload retries to retry action 2020-06-17 15:36:36 +01:00