929 Commits

Author SHA1 Message Date
Christian Budde Christensen
a3315465ff
feat: Remove prepended ampersand and pipe 2020-11-18 23:31:34 +01:00
Christian Budde Christensen
a63db3774d
feat: Improve support for allOf, oneOf, and anyOf 2020-11-18 23:31:34 +01:00
Ferdi Koomen
2d8aa162cd - Cleanup and latest dependencies 2020-11-18 23:16:57 +01:00
dependabot-preview[bot]
bd495d39c9
Merge pull request #423 from ferdikoomen/dependabot/npm_and_yarn/types/node-14.14.7 2020-11-16 05:29:43 +00:00
dependabot-preview[bot]
8da2107cec
Merge pull request #425 from ferdikoomen/dependabot/npm_and_yarn/rollup-2.33.2 2020-11-16 05:25:47 +00:00
dependabot-preview[bot]
6139bd8310
Bump @types/node from 14.14.6 to 14.14.7
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.6 to 14.14.7.
- [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-11-16 05:24:55 +00:00
dependabot-preview[bot]
3324fc6b79
Merge pull request #426 from ferdikoomen/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-4.7.0 2020-11-16 05:23:15 +00:00
dependabot-preview[bot]
9ddadb6a44
Bump rollup from 2.33.1 to 2.33.2
Bumps [rollup](https://github.com/rollup/rollup) from 2.33.1 to 2.33.2.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.33.1...v2.33.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-16 05:21:13 +00:00
dependabot-preview[bot]
8dedcff53f
Merge pull request #424 from ferdikoomen/dependabot/npm_and_yarn/types/express-4.17.9 2020-11-16 05:19:25 +00:00
dependabot-preview[bot]
a7e0c16f0f
Bump @typescript-eslint/eslint-plugin from 4.6.1 to 4.7.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.6.1 to 4.7.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.7.0/packages/eslint-plugin)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-16 05:18:40 +00:00
dependabot-preview[bot]
802b0e7d11
Merge pull request #422 from ferdikoomen/dependabot/npm_and_yarn/typescript-eslint/parser-4.7.0 2020-11-16 05:16:52 +00:00
dependabot-preview[bot]
421fe12715
Merge pull request #421 from ferdikoomen/dependabot/npm_and_yarn/eslint-plugin-simple-import-sort-6.0.0 2020-11-16 05:15:41 +00:00
dependabot-preview[bot]
e00b4fdeda
Bump @types/express from 4.17.8 to 4.17.9
Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) from 4.17.8 to 4.17.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-16 05:14:47 +00:00
dependabot-preview[bot]
8696cf6045
Bump @typescript-eslint/parser from 4.6.1 to 4.7.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.6.1 to 4.7.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.7.0/packages/parser)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-16 05:13:28 +00:00
dependabot-preview[bot]
5992c95eab
Bump eslint-plugin-simple-import-sort from 5.0.3 to 6.0.0
Bumps [eslint-plugin-simple-import-sort](https://github.com/lydell/eslint-plugin-simple-import-sort) from 5.0.3 to 6.0.0.
- [Release notes](https://github.com/lydell/eslint-plugin-simple-import-sort/releases)
- [Changelog](https://github.com/lydell/eslint-plugin-simple-import-sort/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lydell/eslint-plugin-simple-import-sort/compare/v5.0.3...v6.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-16 05:12:02 +00:00
Ferdi Koomen
ef2542a188 - Fixed types 2020-11-15 22:04:31 +01:00
Ferdi Koomen
b871eab07f - Fixed #408 2020-11-15 13:05:36 +01:00
Ferdi Koomen
9ab697327e - Minor fix in formatting to reduce unneeded whitespace generation 2020-11-15 12:40:19 +01:00
Ferdi Koomen
c76d3c41e4
Merge pull request #410 from thetrime/use_options_tsdoc
Correctly document params when useOptions is set
2020-11-15 12:35:30 +01:00
Ferdi Koomen
f9465ac4de - Bumped version 2020-11-15 12:21:12 +01:00
Ferdi Koomen
476d7e104a - Prettier issue 2020-11-15 12:11:42 +01:00
Ferdi Koomen
fe6a3be63e - Fixed #411 2020-11-15 12:08:31 +01:00
Ferdi Koomen
bf30cbfb85 - Fixed #389 2020-11-15 10:48:31 +01:00
Ferdi Koomen
427c138c39 - Latest yarn lock 2020-11-14 22:26:55 +01:00
Ferdi Koomen
ae1c04081a - Latest lockfile 2020-11-12 19:43:16 +01:00
dependabot-preview[bot]
53136ad295
Merge pull request #403 from ferdikoomen/dependabot/npm_and_yarn/rollup-plugin-typescript2-0.29.0 2020-11-09 07:30:28 +00:00
dependabot-preview[bot]
b505d34af8
Bump rollup-plugin-typescript2 from 0.28.0 to 0.29.0
Bumps [rollup-plugin-typescript2](https://github.com/ezolenko/rollup-plugin-typescript2) from 0.28.0 to 0.29.0.
- [Release notes](https://github.com/ezolenko/rollup-plugin-typescript2/releases)
- [Commits](https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.28.0...0.29.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-09 07:26:42 +00:00
dependabot-preview[bot]
a034c1a824
Merge pull request #413 from ferdikoomen/dependabot/npm_and_yarn/rollup-2.33.1 2020-11-09 07:25:03 +00:00
dependabot-preview[bot]
2288b2639f
Merge pull request #416 from ferdikoomen/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-4.6.1 2020-11-09 05:41:05 +00:00
dependabot-preview[bot]
8ebd8e7914
Bump @typescript-eslint/eslint-plugin from 4.6.0 to 4.6.1
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.6.0 to 4.6.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.6.1/packages/eslint-plugin)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-09 05:35:07 +00:00
dependabot-preview[bot]
0deb9a98fd
Merge pull request #417 from ferdikoomen/dependabot/npm_and_yarn/typescript-eslint/parser-4.6.1 2020-11-09 05:33:30 +00:00
dependabot-preview[bot]
ed381758f6
Merge pull request #418 from ferdikoomen/dependabot/npm_and_yarn/jest-26.6.3 2020-11-09 05:29:44 +00:00
dependabot-preview[bot]
02026c13c3
Bump @typescript-eslint/parser from 4.6.0 to 4.6.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.6.0 to 4.6.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.6.1/packages/parser)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-09 05:29:37 +00:00
dependabot-preview[bot]
b677939209
Merge pull request #414 from ferdikoomen/dependabot/npm_and_yarn/codecov-3.8.1 2020-11-09 05:27:59 +00:00
dependabot-preview[bot]
0a5a548ca0
Bump jest from 26.6.1 to 26.6.3
Bumps [jest](https://github.com/facebook/jest) from 26.6.1 to 26.6.3.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/compare/v26.6.1...v26.6.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-09 05:21:45 +00:00
dependabot-preview[bot]
21377515fb
Bump codecov from 3.8.0 to 3.8.1
Bumps [codecov](https://github.com/codecov/codecov-node) from 3.8.0 to 3.8.1.
- [Release notes](https://github.com/codecov/codecov-node/releases)
- [Changelog](https://github.com/codecov/codecov-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-node/compare/v3.8.0...v3.8.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-09 05:21:17 +00:00
dependabot-preview[bot]
15b9175a3e
Merge pull request #415 from ferdikoomen/dependabot/npm_and_yarn/jest-cli-26.6.3 2020-11-09 05:19:47 +00:00
dependabot-preview[bot]
42a130ab9f
Merge pull request #412 from ferdikoomen/dependabot/npm_and_yarn/eslint-7.13.0 2020-11-09 05:19:11 +00:00
dependabot-preview[bot]
bff1df76a3
Bump jest-cli from 26.6.1 to 26.6.3
Bumps [jest-cli](https://github.com/facebook/jest/tree/HEAD/packages/jest-cli) from 26.6.1 to 26.6.3.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v26.6.3/packages/jest-cli)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-09 05:14:06 +00:00
dependabot-preview[bot]
bb002e5b6d
Bump rollup from 2.32.1 to 2.33.1
Bumps [rollup](https://github.com/rollup/rollup) from 2.32.1 to 2.33.1.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.32.1...v2.33.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-09 05:12:09 +00:00
dependabot-preview[bot]
89560870b6
Bump eslint from 7.12.1 to 7.13.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.12.1 to 7.13.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.12.1...v7.13.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-09 05:11:54 +00:00
Matt Lilley
64624b240a Correctly document params when useOptions is set 2020-11-05 13:45:37 +00:00
Ferdi Koomen
fa6fbbc672 Update yarn.lock 2020-11-03 19:51:50 +01:00
dependabot-preview[bot]
74225f3b82
Merge pull request #406 from ferdikoomen/dependabot/npm_and_yarn/types/node-14.14.6 2020-11-02 22:49:27 +00:00
dependabot-preview[bot]
7d2a867e2e
Merge pull request #405 from ferdikoomen/dependabot/npm_and_yarn/camelcase-6.2.0 2020-11-02 21:59:26 +00:00
dependabot-preview[bot]
0db9c48a6c
Bump @types/node from 14.14.5 to 14.14.6
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.5 to 14.14.6.
- [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-11-02 20:10:04 +00:00
dependabot-preview[bot]
ad62e30f73
Bump camelcase from 6.1.0 to 6.2.0
Bumps [camelcase](https://github.com/sindresorhus/camelcase) from 6.1.0 to 6.2.0.
- [Release notes](https://github.com/sindresorhus/camelcase/releases)
- [Commits](https://github.com/sindresorhus/camelcase/compare/v6.1.0...v6.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-02 20:09:50 +00:00
Ferdi Koomen
50a90424b8 - Latest dependencies 2020-11-02 21:08:02 +01:00
Ferdi Koomen
478aa2ae91 - Removed icon 2020-11-01 11:20:25 +01:00
Ferdi Koomen
f441f36113 Fixed #398 #397 2020-11-01 09:13:45 +01:00