From 633036568091eb4052e2312cf77e9ba29baed7d9 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Wed, 21 Sep 2022 03:36:30 +0000 Subject: [PATCH 01/22] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 237 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 237 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..b738f9fb9 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,237 @@ +# v1.1.0 (Wed Sep 21 2022) + +:tada: This release contains work from new contributors! :tada: + +Thanks for all your work! + +:heart: Hadrien Milano ([@hmil](https://github.com/hmil)) + +:heart: Remi Cattiau ([@loopingz](https://github.com/loopingz)) + +:heart: Filipe Pomar ([@filipomar](https://github.com/filipomar)) + +:heart: Daan Boer ([@daanboer](https://github.com/daanboer)) + +:heart: Sergei Dyshel ([@sergei-dyshel](https://github.com/sergei-dyshel)) + +:heart: null[@baggoedw](https://github.com/baggoedw) + +:heart: Tom Mrazauskas ([@mrazauskas](https://github.com/mrazauskas)) + +:heart: Adam Coster ([@adam-coster](https://github.com/adam-coster)) + +#### 🚀 Enhancement + +- feat: add `discriminator` tag to generate `if-then` schemas [#1376](https://github.com/vega/ts-json-schema-generator/pull/1376) ([@daanboer](https://github.com/daanboer)) +- feat: support inferred types in conditionals [#1265](https://github.com/vega/ts-json-schema-generator/pull/1265) ([@daanboer](https://github.com/daanboer)) +- feat: export typescript dependency [#1339](https://github.com/vega/ts-json-schema-generator/pull/1339) ([@sergei-dyshel](https://github.com/sergei-dyshel)) +- feat: support empty mapped types [#1261](https://github.com/vega/ts-json-schema-generator/pull/1261) ([@daanboer](https://github.com/daanboer)) +- feat: support for named tuple members [#1236](https://github.com/vega/ts-json-schema-generator/pull/1236) ([@filipomar](https://github.com/filipomar)) +- feat: adding support for intersection of arrays and tuples [#1237](https://github.com/vega/ts-json-schema-generator/pull/1237) ([@filipomar](https://github.com/filipomar)) +- feat: support $ref [#1208](https://github.com/vega/ts-json-schema-generator/pull/1208) ([@hmil](https://github.com/hmil)) +- feat: add basic support for example tag [#1200](https://github.com/vega/ts-json-schema-generator/pull/1200) ([@hmil](https://github.com/hmil)) + +#### 🐛 Bug Fix + +- chore: improve caching and token handling [#1362](https://github.com/vega/ts-json-schema-generator/pull/1362) ([@domoritz](https://github.com/domoritz)) +- fix(build): convert auto config file from TS to JSON [#1413](https://github.com/vega/ts-json-schema-generator/pull/1413) ([@hydrosquall](https://github.com/hydrosquall)) +- chore: upgrade deps [#1405](https://github.com/vega/ts-json-schema-generator/pull/1405) ([@domoritz](https://github.com/domoritz)) +- chore: upgrade deps [#1404](https://github.com/vega/ts-json-schema-generator/pull/1404) ([@domoritz](https://github.com/domoritz)) +- fix: JSDoc `null` values being interpreted as strings, and added test README [#1377](https://github.com/vega/ts-json-schema-generator/pull/1377) ([@adam-coster](https://github.com/adam-coster)) +- feat: bump `typescript` to 4.8.2 [#1388](https://github.com/vega/ts-json-schema-generator/pull/1388) ([@mrazauskas](https://github.com/mrazauskas)) +- fix: consistently use NeverType [#1367](https://github.com/vega/ts-json-schema-generator/pull/1367) ([@daanboer](https://github.com/daanboer)) +- fix: support valid circular reference breaking the parsing process [#1263](https://github.com/vega/ts-json-schema-generator/pull/1263) ([@filipomar](https://github.com/filipomar) [@domoritz](https://github.com/domoritz)) +- fix: incorrect output of Record with numeric key [#1321](https://github.com/vega/ts-json-schema-generator/pull/1321) ([@baggoedw](https://github.com/baggoedw)) +- fix: typeof function [#1182](https://github.com/vega/ts-json-schema-generator/pull/1182) ([@loopingz](https://github.com/loopingz)) +- chore: upgrade Vega-Lite and rebuild schemas [#1326](https://github.com/vega/ts-json-schema-generator/pull/1326) ([@domoritz](https://github.com/domoritz)) +- chore(deps): bump glob from 7.2.0 to 8.0.1 [#1221](https://github.com/vega/ts-json-schema-generator/pull/1221) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@domoritz](https://github.com/domoritz)) +- chore: remove Changelog [#1222](https://github.com/vega/ts-json-schema-generator/pull/1222) ([@domoritz](https://github.com/domoritz)) +- fix: add missing imports [#1184](https://github.com/vega/ts-json-schema-generator/pull/1184) ([@loopingz](https://github.com/loopingz)) +- fix: update package.json version [#1210](https://github.com/vega/ts-json-schema-generator/pull/1210) ([@hydrosquall](https://github.com/hydrosquall)) +- fix: preserve empty `@description` [#1177](https://github.com/vega/ts-json-schema-generator/pull/1177) ([@Jason3S](https://github.com/Jason3S)) + +#### 🔩 Dependency Updates + +- chore(deps-dev): bump @babel/preset-env from 7.19.0 to 7.19.1 [#1408](https://github.com/vega/ts-json-schema-generator/pull/1408) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/jest from 29.0.2 to 29.0.3 [#1409](https://github.com/vega/ts-json-schema-generator/pull/1409) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 18.7.17 to 18.7.18 [#1410](https://github.com/vega/ts-json-schema-generator/pull/1410) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps): bump safe-stable-stringify from 2.3.1 to 2.4.0 [#1411](https://github.com/vega/ts-json-schema-generator/pull/1411) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/core from 7.19.0 to 7.19.1 [#1412](https://github.com/vega/ts-json-schema-generator/pull/1412) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/core from 7.18.13 to 7.19.0 [#1397](https://github.com/vega/ts-json-schema-generator/pull/1397) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.36.1 to 5.36.2 [#1402](https://github.com/vega/ts-json-schema-generator/pull/1402) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 18.7.14 to 18.7.16 [#1398](https://github.com/vega/ts-json-schema-generator/pull/1398) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps): bump typescript from 4.8.2 to 4.8.3 [#1399](https://github.com/vega/ts-json-schema-generator/pull/1399) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/preset-env from 7.18.10 to 7.19.0 [#1400](https://github.com/vega/ts-json-schema-generator/pull/1400) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump jest from 29.0.2 to 29.0.3 [#1401](https://github.com/vega/ts-json-schema-generator/pull/1401) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.36.1 to 5.36.2 [#1403](https://github.com/vega/ts-json-schema-generator/pull/1403) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.35.1 to 5.36.1 [#1392](https://github.com/vega/ts-json-schema-generator/pull/1392) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/glob from 7.2.0 to 8.0.0 [#1391](https://github.com/vega/ts-json-schema-generator/pull/1391) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.35.1 to 5.36.1 [#1393](https://github.com/vega/ts-json-schema-generator/pull/1393) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 18.7.13 to 18.7.14 [#1394](https://github.com/vega/ts-json-schema-generator/pull/1394) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump jest and @types/jest [#1395](https://github.com/vega/ts-json-schema-generator/pull/1395) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump jest from 28.1.3 to 29.0.1 [#1383](https://github.com/vega/ts-json-schema-generator/pull/1383) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.33.1 to 5.35.1 [#1382](https://github.com/vega/ts-json-schema-generator/pull/1382) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/core from 7.18.10 to 7.18.13 [#1378](https://github.com/vega/ts-json-schema-generator/pull/1378) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 18.7.8 to 18.7.13 [#1380](https://github.com/vega/ts-json-schema-generator/pull/1380) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump eslint from 8.22.0 to 8.23.0 [#1381](https://github.com/vega/ts-json-schema-generator/pull/1381) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump jest-junit from 14.0.0 to 14.0.1 [#1384](https://github.com/vega/ts-json-schema-generator/pull/1384) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.33.1 to 5.35.1 [#1385](https://github.com/vega/ts-json-schema-generator/pull/1385) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump vega-lite from 5.4.0 to 5.5.0 [#1371](https://github.com/vega/ts-json-schema-generator/pull/1371) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@domoritz](https://github.com/domoritz)) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.33.0 to 5.33.1 [#1370](https://github.com/vega/ts-json-schema-generator/pull/1370) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/jest from 28.1.6 to 28.1.7 [#1368](https://github.com/vega/ts-json-schema-generator/pull/1368) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 18.7.3 to 18.7.8 [#1369](https://github.com/vega/ts-json-schema-generator/pull/1369) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.33.0 to 5.33.1 [#1372](https://github.com/vega/ts-json-schema-generator/pull/1372) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.32.0 to 5.33.0 [#1364](https://github.com/vega/ts-json-schema-generator/pull/1364) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 18.6.4 to 18.7.3 [#1363](https://github.com/vega/ts-json-schema-generator/pull/1363) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump eslint from 8.21.0 to 8.22.0 [#1365](https://github.com/vega/ts-json-schema-generator/pull/1365) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.32.0 to 5.33.0 [#1366](https://github.com/vega/ts-json-schema-generator/pull/1366) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.31.0 to 5.32.0 [#1356](https://github.com/vega/ts-json-schema-generator/pull/1356) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/preset-env from 7.18.9 to 7.18.10 [#1357](https://github.com/vega/ts-json-schema-generator/pull/1357) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.31.0 to 5.32.0 [#1358](https://github.com/vega/ts-json-schema-generator/pull/1358) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/core from 7.18.9 to 7.18.10 [#1359](https://github.com/vega/ts-json-schema-generator/pull/1359) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 18.6.3 to 18.6.4 [#1360](https://github.com/vega/ts-json-schema-generator/pull/1360) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump eslint from 8.20.0 to 8.21.0 [#1361](https://github.com/vega/ts-json-schema-generator/pull/1361) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.30.7 to 5.31.0 [#1348](https://github.com/vega/ts-json-schema-generator/pull/1348) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @auto-it/conventional-commits from 10.37.2 to 10.37.4 [#1346](https://github.com/vega/ts-json-schema-generator/pull/1346) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 18.0.6 to 18.6.3 [#1347](https://github.com/vega/ts-json-schema-generator/pull/1347) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @auto-it/first-time-contributor from 10.37.2 to 10.37.4 [#1349](https://github.com/vega/ts-json-schema-generator/pull/1349) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.30.7 to 5.31.0 [#1351](https://github.com/vega/ts-json-schema-generator/pull/1351) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump auto from 10.37.2 to 10.37.4 [#1352](https://github.com/vega/ts-json-schema-generator/pull/1352) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.30.6 to 5.30.7 [#1341](https://github.com/vega/ts-json-schema-generator/pull/1341) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/core from 7.18.6 to 7.18.9 [#1344](https://github.com/vega/ts-json-schema-generator/pull/1344) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.30.6 to 5.30.7 [#1342](https://github.com/vega/ts-json-schema-generator/pull/1342) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 18.0.5 to 18.0.6 [#1343](https://github.com/vega/ts-json-schema-generator/pull/1343) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/preset-env from 7.18.6 to 7.18.9 [#1345](https://github.com/vega/ts-json-schema-generator/pull/1345) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.30.5 to 5.30.6 [#1330](https://github.com/vega/ts-json-schema-generator/pull/1330) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @auto-it/conventional-commits from 10.37.1 to 10.37.2 [#1329](https://github.com/vega/ts-json-schema-generator/pull/1329) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @auto-it/first-time-contributor from 10.37.1 to 10.37.2 [#1331](https://github.com/vega/ts-json-schema-generator/pull/1331) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.30.5 to 5.30.6 [#1332](https://github.com/vega/ts-json-schema-generator/pull/1332) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps): bump commander from 9.3.0 to 9.4.0 [#1333](https://github.com/vega/ts-json-schema-generator/pull/1333) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump eslint from 8.19.0 to 8.20.0 [#1334](https://github.com/vega/ts-json-schema-generator/pull/1334) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 18.0.3 to 18.0.5 [#1335](https://github.com/vega/ts-json-schema-generator/pull/1335) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump auto from 10.37.1 to 10.37.2 [#1336](https://github.com/vega/ts-json-schema-generator/pull/1336) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump ts-node from 10.8.2 to 10.9.1 [#1337](https://github.com/vega/ts-json-schema-generator/pull/1337) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.30.4 to 5.30.5 [#1323](https://github.com/vega/ts-json-schema-generator/pull/1323) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 18.0.1 to 18.0.3 [#1322](https://github.com/vega/ts-json-schema-generator/pull/1322) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.30.4 to 5.30.5 [#1325](https://github.com/vega/ts-json-schema-generator/pull/1325) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.30.3 to 5.30.4 [#1318](https://github.com/vega/ts-json-schema-generator/pull/1318) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 18.0.0 to 18.0.1 [#1320](https://github.com/vega/ts-json-schema-generator/pull/1320) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/core from 7.18.5 to 7.18.6 [#1310](https://github.com/vega/ts-json-schema-generator/pull/1310) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.30.3 to 5.30.4 [#1319](https://github.com/vega/ts-json-schema-generator/pull/1319) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/preset-env from 7.18.2 to 7.18.6 [#1312](https://github.com/vega/ts-json-schema-generator/pull/1312) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.29.0 to 5.30.3 [#1315](https://github.com/vega/ts-json-schema-generator/pull/1315) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump eslint-plugin-prettier from 4.0.0 to 4.2.1 [#1311](https://github.com/vega/ts-json-schema-generator/pull/1311) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/preset-typescript from 7.17.12 to 7.18.6 [#1313](https://github.com/vega/ts-json-schema-generator/pull/1313) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump ts-node from 10.8.1 to 10.8.2 [#1314](https://github.com/vega/ts-json-schema-generator/pull/1314) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.29.0 to 5.30.3 [#1316](https://github.com/vega/ts-json-schema-generator/pull/1316) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump eslint from 8.18.0 to 8.19.0 [#1317](https://github.com/vega/ts-json-schema-generator/pull/1317) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump jest-junit from 13.2.0 to 14.0.0 [#1307](https://github.com/vega/ts-json-schema-generator/pull/1307) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.28.0 to 5.29.0 [#1305](https://github.com/vega/ts-json-schema-generator/pull/1305) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/jest from 28.1.2 to 28.1.3 [#1306](https://github.com/vega/ts-json-schema-generator/pull/1306) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.28.0 to 5.29.0 [#1308](https://github.com/vega/ts-json-schema-generator/pull/1308) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 17.0.42 to 18.0.0 [#1297](https://github.com/vega/ts-json-schema-generator/pull/1297) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.27.1 to 5.28.0 [#1296](https://github.com/vega/ts-json-schema-generator/pull/1296) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps): bump typescript from 4.7.3 to 4.7.4 [#1295](https://github.com/vega/ts-json-schema-generator/pull/1295) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump prettier from 2.6.2 to 2.7.1 [#1298](https://github.com/vega/ts-json-schema-generator/pull/1298) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/core from 7.18.2 to 7.18.5 [#1299](https://github.com/vega/ts-json-schema-generator/pull/1299) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump eslint from 8.17.0 to 8.18.0 [#1300](https://github.com/vega/ts-json-schema-generator/pull/1300) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/jest from 28.1.1 to 28.1.2 [#1301](https://github.com/vega/ts-json-schema-generator/pull/1301) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.27.1 to 5.28.0 [#1302](https://github.com/vega/ts-json-schema-generator/pull/1302) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.27.0 to 5.27.1 [#1288](https://github.com/vega/ts-json-schema-generator/pull/1288) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 17.0.40 to 17.0.42 [#1289](https://github.com/vega/ts-json-schema-generator/pull/1289) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump jest from 28.1.0 to 28.1.1 [#1290](https://github.com/vega/ts-json-schema-generator/pull/1290) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.27.0 to 5.27.1 [#1291](https://github.com/vega/ts-json-schema-generator/pull/1291) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/jest from 27.5.1 to 28.1.1 [#1283](https://github.com/vega/ts-json-schema-generator/pull/1283) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.26.0 to 5.27.0 [#1278](https://github.com/vega/ts-json-schema-generator/pull/1278) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps): bump typescript from 4.7.2 to 4.7.3 [#1277](https://github.com/vega/ts-json-schema-generator/pull/1277) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump ts-node from 10.8.0 to 10.8.1 [#1279](https://github.com/vega/ts-json-schema-generator/pull/1279) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump eslint from 8.16.0 to 8.17.0 [#1280](https://github.com/vega/ts-json-schema-generator/pull/1280) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.26.0 to 5.27.0 [#1281](https://github.com/vega/ts-json-schema-generator/pull/1281) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @auto-it/first-time-contributor from 10.37.0 to 10.37.1 [#1282](https://github.com/vega/ts-json-schema-generator/pull/1282) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 17.0.36 to 17.0.40 [#1284](https://github.com/vega/ts-json-schema-generator/pull/1284) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.25.0 to 5.26.0 [#1266](https://github.com/vega/ts-json-schema-generator/pull/1266) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.25.0 to 5.26.0 [#1267](https://github.com/vega/ts-json-schema-generator/pull/1267) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump auto from 10.37.0 to 10.37.1 [#1268](https://github.com/vega/ts-json-schema-generator/pull/1268) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/preset-env from 7.18.0 to 7.18.2 [#1269](https://github.com/vega/ts-json-schema-generator/pull/1269) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps): bump typescript from 4.6.4 to 4.7.2 [#1270](https://github.com/vega/ts-json-schema-generator/pull/1270) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump eslint from 8.15.0 to 8.16.0 [#1271](https://github.com/vega/ts-json-schema-generator/pull/1271) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/core from 7.18.0 to 7.18.2 [#1272](https://github.com/vega/ts-json-schema-generator/pull/1272) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 17.0.35 to 17.0.36 [#1273](https://github.com/vega/ts-json-schema-generator/pull/1273) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @auto-it/conventional-commits from 10.37.0 to 10.37.1 [#1274](https://github.com/vega/ts-json-schema-generator/pull/1274) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps): bump commander from 9.2.0 to 9.3.0 [#1275](https://github.com/vega/ts-json-schema-generator/pull/1275) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.23.0 to 5.25.0 [#1252](https://github.com/vega/ts-json-schema-generator/pull/1252) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/core from 7.17.10 to 7.18.0 [#1254](https://github.com/vega/ts-json-schema-generator/pull/1254) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 17.0.33 to 17.0.35 [#1251](https://github.com/vega/ts-json-schema-generator/pull/1251) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump auto from 10.36.5 to 10.37.0 [#1253](https://github.com/vega/ts-json-schema-generator/pull/1253) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump ts-node from 10.7.0 to 10.8.0 [#1255](https://github.com/vega/ts-json-schema-generator/pull/1255) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @auto-it/conventional-commits from 10.36.5 to 10.37.0 [#1256](https://github.com/vega/ts-json-schema-generator/pull/1256) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.23.0 to 5.25.0 [#1257](https://github.com/vega/ts-json-schema-generator/pull/1257) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/preset-typescript from 7.16.7 to 7.17.12 [#1258](https://github.com/vega/ts-json-schema-generator/pull/1258) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @auto-it/first-time-contributor from 10.36.5 to 10.37.0 [#1259](https://github.com/vega/ts-json-schema-generator/pull/1259) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/preset-env from 7.17.10 to 7.18.0 [#1260](https://github.com/vega/ts-json-schema-generator/pull/1260) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.22.0 to 5.23.0 [#1247](https://github.com/vega/ts-json-schema-generator/pull/1247) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 17.0.31 to 17.0.33 [#1245](https://github.com/vega/ts-json-schema-generator/pull/1245) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.22.0 to 5.23.0 [#1246](https://github.com/vega/ts-json-schema-generator/pull/1246) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/jest from 27.5.0 to 27.5.1 [#1248](https://github.com/vega/ts-json-schema-generator/pull/1248) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps): bump glob from 8.0.1 to 8.0.3 [#1249](https://github.com/vega/ts-json-schema-generator/pull/1249) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.21.0 to 5.22.0 [#1240](https://github.com/vega/ts-json-schema-generator/pull/1240) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/jest from 27.4.1 to 27.5.0 [#1241](https://github.com/vega/ts-json-schema-generator/pull/1241) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.21.0 to 5.22.0 [#1242](https://github.com/vega/ts-json-schema-generator/pull/1242) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump eslint from 8.14.0 to 8.15.0 [#1243](https://github.com/vega/ts-json-schema-generator/pull/1243) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump jest from 28.0.3 to 28.1.0 [#1244](https://github.com/vega/ts-json-schema-generator/pull/1244) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 17.0.30 to 17.0.31 [#1239](https://github.com/vega/ts-json-schema-generator/pull/1239) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump jest from 27.5.1 to 28.0.3 [#1232](https://github.com/vega/ts-json-schema-generator/pull/1232) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/core from 7.17.9 to 7.17.10 [#1229](https://github.com/vega/ts-json-schema-generator/pull/1229) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.20.0 to 5.21.0 [#1233](https://github.com/vega/ts-json-schema-generator/pull/1233) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 17.0.25 to 17.0.30 [#1230](https://github.com/vega/ts-json-schema-generator/pull/1230) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/preset-env from 7.16.11 to 7.17.10 [#1231](https://github.com/vega/ts-json-schema-generator/pull/1231) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps): bump typescript from 4.6.3 to 4.6.4 [#1234](https://github.com/vega/ts-json-schema-generator/pull/1234) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.20.0 to 5.21.0 [#1235](https://github.com/vega/ts-json-schema-generator/pull/1235) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.19.0 to 5.20.0 [#1226](https://github.com/vega/ts-json-schema-generator/pull/1226) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 17.0.24 to 17.0.25 [#1224](https://github.com/vega/ts-json-schema-generator/pull/1224) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump jest-junit from 13.1.0 to 13.2.0 [#1225](https://github.com/vega/ts-json-schema-generator/pull/1225) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.19.0 to 5.20.0 [#1227](https://github.com/vega/ts-json-schema-generator/pull/1227) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump eslint from 8.13.0 to 8.14.0 [#1228](https://github.com/vega/ts-json-schema-generator/pull/1228) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.18.0 to 5.19.0 [#1217](https://github.com/vega/ts-json-schema-generator/pull/1217) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps): bump commander from 9.1.0 to 9.2.0 [#1218](https://github.com/vega/ts-json-schema-generator/pull/1218) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 17.0.23 to 17.0.24 [#1219](https://github.com/vega/ts-json-schema-generator/pull/1219) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.18.0 to 5.19.0 [#1220](https://github.com/vega/ts-json-schema-generator/pull/1220) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.17.0 to 5.18.0 [#1212](https://github.com/vega/ts-json-schema-generator/pull/1212) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/core from 7.17.8 to 7.17.9 [#1213](https://github.com/vega/ts-json-schema-generator/pull/1213) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump eslint from 8.12.0 to 8.13.0 [#1214](https://github.com/vega/ts-json-schema-generator/pull/1214) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.17.0 to 5.18.0 [#1215](https://github.com/vega/ts-json-schema-generator/pull/1215) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump jest-junit from 13.0.0 to 13.1.0 [#1216](https://github.com/vega/ts-json-schema-generator/pull/1216) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps): bump codecov/codecov-action from 2.1.0 to 3 [#1211](https://github.com/vega/ts-json-schema-generator/pull/1211) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.16.0 to 5.17.0 [#1203](https://github.com/vega/ts-json-schema-generator/pull/1203) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump prettier from 2.6.1 to 2.6.2 [#1204](https://github.com/vega/ts-json-schema-generator/pull/1204) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.16.0 to 5.17.0 [#1205](https://github.com/vega/ts-json-schema-generator/pull/1205) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @auto-it/conventional-commits from 10.34.2 to 10.36.5 [#1197](https://github.com/vega/ts-json-schema-generator/pull/1197) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.15.0 to 5.16.0 [#1185](https://github.com/vega/ts-json-schema-generator/pull/1185) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps): bump node-fetch from 2.6.6 to 2.6.7 [#1195](https://github.com/vega/ts-json-schema-generator/pull/1195) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps): bump minimist from 1.2.5 to 1.2.6 [#1196](https://github.com/vega/ts-json-schema-generator/pull/1196) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps): bump json5 from 2.2.0 to 2.2.1 [#1198](https://github.com/vega/ts-json-schema-generator/pull/1198) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump prettier from 2.6.0 to 2.6.1 [#1199](https://github.com/vega/ts-json-schema-generator/pull/1199) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump eslint from 8.11.0 to 8.12.0 [#1186](https://github.com/vega/ts-json-schema-generator/pull/1186) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @auto-it/first-time-contributor from 10.34.2 to 10.36.5 [#1187](https://github.com/vega/ts-json-schema-generator/pull/1187) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump auto from 10.34.2 to 10.36.5 [#1188](https://github.com/vega/ts-json-schema-generator/pull/1188) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps): bump typescript from 4.6.2 to 4.6.3 [#1189](https://github.com/vega/ts-json-schema-generator/pull/1189) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps): bump @types/json-schema from 7.0.10 to 7.0.11 [#1190](https://github.com/vega/ts-json-schema-generator/pull/1190) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 17.0.21 to 17.0.23 [#1191](https://github.com/vega/ts-json-schema-generator/pull/1191) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.15.0 to 5.16.0 [#1192](https://github.com/vega/ts-json-schema-generator/pull/1192) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump vega from 5.22.0 to 5.22.1 [#1193](https://github.com/vega/ts-json-schema-generator/pull/1193) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump ajv from 8.10.0 to 8.11.0 [#1194](https://github.com/vega/ts-json-schema-generator/pull/1194) ([@dependabot[bot]](https://github.com/dependabot[bot])) + +#### Authors: 12 + +- [@baggoedw](https://github.com/baggoedw) +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Adam Coster ([@adam-coster](https://github.com/adam-coster)) +- Cameron Yick ([@hydrosquall](https://github.com/hydrosquall)) +- Daan Boer ([@daanboer](https://github.com/daanboer)) +- Dominik Moritz ([@domoritz](https://github.com/domoritz)) +- Filipe Pomar ([@filipomar](https://github.com/filipomar)) +- Hadrien Milano ([@hmil](https://github.com/hmil)) +- Jason Dent ([@Jason3S](https://github.com/Jason3S)) +- Remi Cattiau ([@loopingz](https://github.com/loopingz)) +- Sergei Dyshel ([@sergei-dyshel](https://github.com/sergei-dyshel)) +- Tom Mrazauskas ([@mrazauskas](https://github.com/mrazauskas)) From ea05b174aa07f396f83f69f8ad5b99b89b5e6438 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Wed, 21 Sep 2022 03:36:31 +0000 Subject: [PATCH 02/22] Bump version to: 1.1.0 [skip ci] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fcfa4eb32..92f1bf112 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-json-schema-generator", - "version": "1.0.0", + "version": "1.1.0", "description": "Generate JSON schema from your Typescript sources", "main": "dist/index.js", "types": "dist/index.d.ts", From 8b9e0933728b0046a718048edc2e694899430e3d Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Thu, 22 Sep 2022 01:10:40 +0000 Subject: [PATCH 03/22] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b738f9fb9..d8603177b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# v1.1.1 (Thu Sep 22 2022) + +#### 🐛 Bug Fix + +- fix: Hidden should not cause `additionalProperties` to be `true`. [#1417](https://github.com/vega/ts-json-schema-generator/pull/1417) ([@Jason3S](https://github.com/Jason3S)) + +#### Authors: 2 + +- Dominik Moritz ([@domoritz](https://github.com/domoritz)) +- Jason Dent ([@Jason3S](https://github.com/Jason3S)) + +--- + # v1.1.0 (Wed Sep 21 2022) :tada: This release contains work from new contributors! :tada: From 088636094b5be3bcbad238dbf0cf38e21d4698ca Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Thu, 22 Sep 2022 01:10:41 +0000 Subject: [PATCH 04/22] Bump version to: 1.1.1 [skip ci] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 92f1bf112..869d56bd7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-json-schema-generator", - "version": "1.1.0", + "version": "1.1.1", "description": "Generate JSON schema from your Typescript sources", "main": "dist/index.js", "types": "dist/index.d.ts", From c1bf3df5d4f2ab7203d82d838e0c58cd6437bc53 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Wed, 28 Sep 2022 20:59:10 +0000 Subject: [PATCH 05/22] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8603177b..647ec16a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +# v1.1.2 (Wed Sep 28 2022) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, Moyo George ([@ThatOneAwkwardGuy](https://github.com/ThatOneAwkwardGuy)), for all your work! + +#### 🐛 Bug Fix + +- fix: Definition Not Created When Properties Are Nullable [#1420](https://github.com/vega/ts-json-schema-generator/pull/1420) ([@ThatOneAwkwardGuy](https://github.com/ThatOneAwkwardGuy)) + +#### 🔩 Dependency Updates + +- chore(deps-dev): bump eslint from 8.23.1 to 8.24.0 [#1421](https://github.com/vega/ts-json-schema-generator/pull/1421) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 18.7.18 to 18.7.20 [#1422](https://github.com/vega/ts-json-schema-generator/pull/1422) ([@dependabot[bot]](https://github.com/dependabot[bot])) + +#### Authors: 3 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Dominik Moritz ([@domoritz](https://github.com/domoritz)) +- Moyo George ([@ThatOneAwkwardGuy](https://github.com/ThatOneAwkwardGuy)) + +--- + # v1.1.1 (Thu Sep 22 2022) #### 🐛 Bug Fix From 9babda4afd7f83fb4cf2b3c8598032bea38d284b Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Wed, 28 Sep 2022 20:59:11 +0000 Subject: [PATCH 06/22] Bump version to: 1.1.2 [skip ci] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 869d56bd7..187c599d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-json-schema-generator", - "version": "1.1.1", + "version": "1.1.2", "description": "Generate JSON schema from your Typescript sources", "main": "dist/index.js", "types": "dist/index.d.ts", From 0b699c9ca41d8830d952a4e762120dc4c7d874fb Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Thu, 22 Dec 2022 17:31:44 +0000 Subject: [PATCH 07/22] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 114 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 114 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 647ec16a8..4cf5a56e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,117 @@ +# v1.2.0 (Thu Dec 22 2022) + +:tada: This release contains work from new contributors! :tada: + +Thanks for all your work! + +:heart: Sean Keenan ([@sean9keenan](https://github.com/sean9keenan)) + +:heart: Arthur Fiorette ([@arthurfiorette](https://github.com/arthurfiorette)) + +:heart: Thomas ([@thomaswr](https://github.com/thomaswr)) + +:heart: null[@swnf](https://github.com/swnf) + +:heart: null[@mvanniekerkSQ](https://github.com/mvanniekerkSQ) + +:heart: Alexander Tømmerås ([@flugg](https://github.com/flugg)) + +#### 🚀 Enhancement + +- fix: support non-literal types in template literal strings [#1509](https://github.com/vega/ts-json-schema-generator/pull/1509) ([@flugg](https://github.com/flugg)) +- feat: support conditionals in mapped types [#1510](https://github.com/vega/ts-json-schema-generator/pull/1510) ([@flugg](https://github.com/flugg) [@domoritz](https://github.com/domoritz)) +- feat: support constructor node types [#1512](https://github.com/vega/ts-json-schema-generator/pull/1512) ([@flugg](https://github.com/flugg)) +- feat: support method signatures in objects [#1511](https://github.com/vega/ts-json-schema-generator/pull/1511) ([@flugg](https://github.com/flugg)) +- feat: basic support for inferrable types [#1407](https://github.com/vega/ts-json-schema-generator/pull/1407) ([@swnf](https://github.com/swnf)) +- feat: add support for type URL (string with format "uri") [#1480](https://github.com/vega/ts-json-schema-generator/pull/1480) (thomas.riener@derstandard.at [@thomaswr](https://github.com/thomaswr)) +- feat: support for sourceless nodes. [#1386](https://github.com/vega/ts-json-schema-generator/pull/1386) ([@arthurfiorette](https://github.com/arthurfiorette)) +- feat: Add support for computed types on literals [#1438](https://github.com/vega/ts-json-schema-generator/pull/1438) ([@sean9keenan](https://github.com/sean9keenan)) + +#### 🐛 Bug Fix + +- fix: add enum to discriminator to avoid schema accepting too much (#1492) [#1493](https://github.com/vega/ts-json-schema-generator/pull/1493) ([@mvanniekerkSQ](https://github.com/mvanniekerkSQ)) +- chore: upgrade deps [#1490](https://github.com/vega/ts-json-schema-generator/pull/1490) ([@domoritz](https://github.com/domoritz)) +- docs: clarify escaping [#1489](https://github.com/vega/ts-json-schema-generator/pull/1489) ([@domoritz](https://github.com/domoritz)) +- chore: upgrade deps [#1487](https://github.com/vega/ts-json-schema-generator/pull/1487) ([@domoritz](https://github.com/domoritz)) +- fix: Export HiddenType and HiddenTypeFormatter [#1437](https://github.com/vega/ts-json-schema-generator/pull/1437) ([@sean9keenan](https://github.com/sean9keenan)) + +#### 🔩 Dependency Updates + +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.46.0 to 5.46.1 [#1504](https://github.com/vega/ts-json-schema-generator/pull/1504) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.46.0 to 5.46.1 [#1505](https://github.com/vega/ts-json-schema-generator/pull/1505) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps): bump json5 from 2.2.1 to 2.2.2 [#1506](https://github.com/vega/ts-json-schema-generator/pull/1506) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump eslint from 8.29.0 to 8.30.0 [#1507](https://github.com/vega/ts-json-schema-generator/pull/1507) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 18.11.13 to 18.11.17 [#1508](https://github.com/vega/ts-json-schema-generator/pull/1508) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.45.0 to 5.46.0 [#1497](https://github.com/vega/ts-json-schema-generator/pull/1497) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps): bump typescript from 4.9.3 to 4.9.4 [#1496](https://github.com/vega/ts-json-schema-generator/pull/1496) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 18.11.10 to 18.11.13 [#1498](https://github.com/vega/ts-json-schema-generator/pull/1498) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.45.0 to 5.46.0 [#1499](https://github.com/vega/ts-json-schema-generator/pull/1499) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/jest from 29.2.3 to 29.2.4 [#1500](https://github.com/vega/ts-json-schema-generator/pull/1500) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump prettier from 2.8.0 to 2.8.1 [#1501](https://github.com/vega/ts-json-schema-generator/pull/1501) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.43.0 to 5.44.0 [#1483](https://github.com/vega/ts-json-schema-generator/pull/1483) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump prettier from 2.7.1 to 2.8.0 [#1482](https://github.com/vega/ts-json-schema-generator/pull/1482) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.43.0 to 5.44.0 [#1484](https://github.com/vega/ts-json-schema-generator/pull/1484) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump jest-junit from 14.0.1 to 15.0.0 [#1479](https://github.com/vega/ts-json-schema-generator/pull/1479) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.42.1 to 5.43.0 [#1473](https://github.com/vega/ts-json-schema-generator/pull/1473) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/jest from 29.2.2 to 29.2.3 [#1474](https://github.com/vega/ts-json-schema-generator/pull/1474) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.42.1 to 5.43.0 [#1475](https://github.com/vega/ts-json-schema-generator/pull/1475) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump eslint from 8.27.0 to 8.28.0 [#1476](https://github.com/vega/ts-json-schema-generator/pull/1476) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump ajv from 8.11.0 to 8.11.2 [#1478](https://github.com/vega/ts-json-schema-generator/pull/1478) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.42.0 to 5.42.1 [#1468](https://github.com/vega/ts-json-schema-generator/pull/1468) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump chai from 4.3.6 to 4.3.7 [#1469](https://github.com/vega/ts-json-schema-generator/pull/1469) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.42.0 to 5.42.1 [#1470](https://github.com/vega/ts-json-schema-generator/pull/1470) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump jest from 29.2.2 to 29.3.1 [#1471](https://github.com/vega/ts-json-schema-generator/pull/1471) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.41.0 to 5.42.0 [#1461](https://github.com/vega/ts-json-schema-generator/pull/1461) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/preset-env from 7.19.4 to 7.20.2 [#1464](https://github.com/vega/ts-json-schema-generator/pull/1464) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/jest from 29.0.3 to 29.2.2 [#1462](https://github.com/vega/ts-json-schema-generator/pull/1462) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump eslint from 8.26.0 to 8.27.0 [#1463](https://github.com/vega/ts-json-schema-generator/pull/1463) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.41.0 to 5.42.0 [#1465](https://github.com/vega/ts-json-schema-generator/pull/1465) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 18.11.7 to 18.11.9 [#1466](https://github.com/vega/ts-json-schema-generator/pull/1466) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/core from 7.19.6 to 7.20.2 [#1467](https://github.com/vega/ts-json-schema-generator/pull/1467) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.40.1 to 5.41.0 [#1458](https://github.com/vega/ts-json-schema-generator/pull/1458) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump jest from 29.2.1 to 29.2.2 [#1457](https://github.com/vega/ts-json-schema-generator/pull/1457) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.40.1 to 5.41.0 [#1459](https://github.com/vega/ts-json-schema-generator/pull/1459) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 18.11.3 to 18.11.7 [#1460](https://github.com/vega/ts-json-schema-generator/pull/1460) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps): bump safe-stable-stringify from 2.4.0 to 2.4.1 [#1448](https://github.com/vega/ts-json-schema-generator/pull/1448) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@domoritz](https://github.com/domoritz)) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.40.0 to 5.40.1 [#1449](https://github.com/vega/ts-json-schema-generator/pull/1449) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump eslint from 8.25.0 to 8.26.0 [#1447](https://github.com/vega/ts-json-schema-generator/pull/1447) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 18.11.0 to 18.11.3 [#1450](https://github.com/vega/ts-json-schema-generator/pull/1450) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/core from 7.19.3 to 7.19.6 [#1451](https://github.com/vega/ts-json-schema-generator/pull/1451) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump jest from 29.2.0 to 29.2.1 [#1452](https://github.com/vega/ts-json-schema-generator/pull/1452) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.40.0 to 5.40.1 [#1453](https://github.com/vega/ts-json-schema-generator/pull/1453) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump vega-lite from 5.5.0 to 5.6.0 [#1444](https://github.com/vega/ts-json-schema-generator/pull/1444) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@domoritz](https://github.com/domoritz)) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.39.0 to 5.40.0 [#1441](https://github.com/vega/ts-json-schema-generator/pull/1441) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 18.8.3 to 18.11.0 [#1440](https://github.com/vega/ts-json-schema-generator/pull/1440) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump jest from 29.1.2 to 29.2.0 [#1442](https://github.com/vega/ts-json-schema-generator/pull/1442) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.39.0 to 5.40.0 [#1443](https://github.com/vega/ts-json-schema-generator/pull/1443) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/preset-env from 7.19.3 to 7.19.4 [#1445](https://github.com/vega/ts-json-schema-generator/pull/1445) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.38.1 to 5.39.0 [#1435](https://github.com/vega/ts-json-schema-generator/pull/1435) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump eslint from 8.24.0 to 8.25.0 [#1432](https://github.com/vega/ts-json-schema-generator/pull/1432) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump jest from 29.0.3 to 29.1.2 [#1433](https://github.com/vega/ts-json-schema-generator/pull/1433) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 18.7.23 to 18.8.3 [#1434](https://github.com/vega/ts-json-schema-generator/pull/1434) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.38.1 to 5.39.0 [#1436](https://github.com/vega/ts-json-schema-generator/pull/1436) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.38.0 to 5.38.1 [#1426](https://github.com/vega/ts-json-schema-generator/pull/1426) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 18.7.20 to 18.7.23 [#1424](https://github.com/vega/ts-json-schema-generator/pull/1424) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/core from 7.19.1 to 7.19.3 [#1425](https://github.com/vega/ts-json-schema-generator/pull/1425) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/preset-env from 7.19.1 to 7.19.3 [#1427](https://github.com/vega/ts-json-schema-generator/pull/1427) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.38.0 to 5.38.1 [#1428](https://github.com/vega/ts-json-schema-generator/pull/1428) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps): bump commander from 9.4.0 to 9.4.1 [#1429](https://github.com/vega/ts-json-schema-generator/pull/1429) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps): bump typescript from 4.8.3 to 4.8.4 [#1430](https://github.com/vega/ts-json-schema-generator/pull/1430) ([@dependabot[bot]](https://github.com/dependabot[bot])) + +#### Authors: 9 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- [@mvanniekerkSQ](https://github.com/mvanniekerkSQ) +- [@swnf](https://github.com/swnf) +- Alexander Tømmerås ([@flugg](https://github.com/flugg)) +- Arthur Fiorette ([@arthurfiorette](https://github.com/arthurfiorette)) +- Dominik Moritz ([@domoritz](https://github.com/domoritz)) +- Sean Keenan ([@sean9keenan](https://github.com/sean9keenan)) +- Thomas ([@thomaswr](https://github.com/thomaswr)) +- Thomas Riener (thomas.riener@derstandard.at) + +--- + # v1.1.2 (Wed Sep 28 2022) :tada: This release contains work from a new contributor! :tada: From 17f47aa3fba70dd305b2347a388df818299266ad Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Thu, 22 Dec 2022 17:31:45 +0000 Subject: [PATCH 08/22] Bump version to: 1.2.0 [skip ci] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b10f57901..229488eaa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-json-schema-generator", - "version": "1.1.2", + "version": "1.2.0", "description": "Generate JSON schema from your Typescript sources", "main": "dist/index.js", "types": "dist/index.d.ts", From ec07bf1263f92dba057d646243f6826d7b78e67c Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Mon, 14 Aug 2023 16:43:29 +0000 Subject: [PATCH 09/22] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 230 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 230 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cf5a56e6..7735d94a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,233 @@ +# v1.3.0 (Mon Aug 14 2023) + +:tada: This release contains work from new contributors! :tada: + +Thanks for all your work! + +:heart: Grant Dickinson ([@grant-d](https://github.com/grant-d)) + +:heart: Mario DeSousa ([@mdesousa](https://github.com/mdesousa)) + +:heart: Grigas ([@grigasp](https://github.com/grigasp)) + +:heart: Chris ([@cengels](https://github.com/cengels)) + +:heart: Code From Anywhere ([@CodeFromAnywhere](https://github.com/CodeFromAnywhere)) + +:heart: Amy J. Ko ([@amyjko](https://github.com/amyjko)) + +#### 🚀 Enhancement + +- feat: satisfies support [#1748](https://github.com/vega/ts-json-schema-generator/pull/1748) ([@amyjko](https://github.com/amyjko)) +- feat: update to ts 5 [#1612](https://github.com/vega/ts-json-schema-generator/pull/1612) ([@domoritz](https://github.com/domoritz)) +- fix: support indexed circular access [#1593](https://github.com/vega/ts-json-schema-generator/pull/1593) ([@domoritz](https://github.com/domoritz)) +- feat: add `discriminatorOpenApi` tag to generate `discriminator` schemas [#1572](https://github.com/vega/ts-json-schema-generator/pull/1572) ([@mdesousa](https://github.com/mdesousa)) + +#### 🐛 Bug Fix + +- fix: support bun [#1737](https://github.com/vega/ts-json-schema-generator/pull/1737) (wijnand@karsens.com [@domoritz](https://github.com/domoritz) [@CodeFromAnywhere](https://github.com/CodeFromAnywhere)) +- fix: add DefinitionTypes to extractLiterals() [#1717](https://github.com/vega/ts-json-schema-generator/pull/1717) ([@cengels](https://github.com/cengels)) +- chore: upgrade deps [#1710](https://github.com/vega/ts-json-schema-generator/pull/1710) ([@domoritz](https://github.com/domoritz)) +- fix: Support `enum` type discriminators when using the `@discriminator` annotation [#1683](https://github.com/vega/ts-json-schema-generator/pull/1683) ([@daanboer](https://github.com/daanboer)) +- fix: support enum template literals [#1637](https://github.com/vega/ts-json-schema-generator/pull/1637) ([@grigasp](https://github.com/grigasp)) +- chore: assertValidSchema should take config as argument [#1578](https://github.com/vega/ts-json-schema-generator/pull/1578) ([@mdesousa](https://github.com/mdesousa)) +- fix: errors for sourceless nodes [#1552](https://github.com/vega/ts-json-schema-generator/pull/1552) ([@arthurfiorette](https://github.com/arthurfiorette)) +- style: simplify return [#1546](https://github.com/vega/ts-json-schema-generator/pull/1546) ([@domoritz](https://github.com/domoritz)) +- fix: Handle multiple sourceless nodes [#1545](https://github.com/vega/ts-json-schema-generator/pull/1545) ([@arthurfiorette](https://github.com/arthurfiorette)) +- fix: imported string-key loses annotations [#1293](https://github.com/vega/ts-json-schema-generator/pull/1293) ([@grant-d](https://github.com/grant-d) p-spacek@email.cz) + +#### 🔩 Dependency Updates + +- chore(deps-dev): bump @babel/preset-env from 7.22.9 to 7.22.10 [#1744](https://github.com/vega/ts-json-schema-generator/pull/1744) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 20.4.8 to 20.4.10 [#1745](https://github.com/vega/ts-json-schema-generator/pull/1745) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @auto-it/first-time-contributor from 11.0.0 to 11.0.1 [#1746](https://github.com/vega/ts-json-schema-generator/pull/1746) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.2.1 to 6.3.0 [#1747](https://github.com/vega/ts-json-schema-generator/pull/1747) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump eslint-config-prettier from 8.9.0 to 9.0.0 [#1742](https://github.com/vega/ts-json-schema-generator/pull/1742) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 20.4.5 to 20.4.8 [#1741](https://github.com/vega/ts-json-schema-generator/pull/1741) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump prettier from 3.0.0 to 3.0.1 [#1743](https://github.com/vega/ts-json-schema-generator/pull/1743) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump eslint from 8.45.0 to 8.46.0 [#1734](https://github.com/vega/ts-json-schema-generator/pull/1734) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump eslint-config-prettier from 8.8.0 to 8.9.0 [#1736](https://github.com/vega/ts-json-schema-generator/pull/1736) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps): bump typescript from 5.1.3 to 5.1.6 [#1728](https://github.com/vega/ts-json-schema-generator/pull/1728) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/preset-env from 7.22.5 to 7.22.9 [#1730](https://github.com/vega/ts-json-schema-generator/pull/1730) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 20.4.1 to 20.4.4 [#1731](https://github.com/vega/ts-json-schema-generator/pull/1731) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump eslint from 8.44.0 to 8.45.0 [#1724](https://github.com/vega/ts-json-schema-generator/pull/1724) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/core from 7.22.5 to 7.22.9 [#1725](https://github.com/vega/ts-json-schema-generator/pull/1725) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.60.1 to 5.62.0 [#1726](https://github.com/vega/ts-json-schema-generator/pull/1726) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps): bump semver from 5.7.1 to 5.7.2 [#1723](https://github.com/vega/ts-json-schema-generator/pull/1723) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 20.3.3 to 20.4.1 [#1719](https://github.com/vega/ts-json-schema-generator/pull/1719) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.60.1 to 5.61.0 [#1720](https://github.com/vega/ts-json-schema-generator/pull/1720) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump jest from 29.5.0 to 29.6.1 [#1721](https://github.com/vega/ts-json-schema-generator/pull/1721) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.60.0 to 5.60.1 [#1714](https://github.com/vega/ts-json-schema-generator/pull/1714) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump eslint from 8.43.0 to 8.44.0 [#1712](https://github.com/vega/ts-json-schema-generator/pull/1712) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.60.0 to 5.60.1 [#1713](https://github.com/vega/ts-json-schema-generator/pull/1713) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 20.3.1 to 20.3.3 [#1715](https://github.com/vega/ts-json-schema-generator/pull/1715) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.59.11 to 5.60.0 [#1706](https://github.com/vega/ts-json-schema-generator/pull/1706) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump eslint from 8.42.0 to 8.43.0 [#1707](https://github.com/vega/ts-json-schema-generator/pull/1707) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.59.11 to 5.60.0 [#1708](https://github.com/vega/ts-json-schema-generator/pull/1708) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps): bump commander from 10.0.1 to 11.0.0 [#1700](https://github.com/vega/ts-json-schema-generator/pull/1700) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.59.9 to 5.59.11 [#1702](https://github.com/vega/ts-json-schema-generator/pull/1702) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 20.2.5 to 20.3.1 [#1701](https://github.com/vega/ts-json-schema-generator/pull/1701) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.59.8 to 5.59.11 [#1703](https://github.com/vega/ts-json-schema-generator/pull/1703) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/preset-env from 7.22.4 to 7.22.5 [#1696](https://github.com/vega/ts-json-schema-generator/pull/1696) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/core from 7.22.1 to 7.22.5 [#1698](https://github.com/vega/ts-json-schema-generator/pull/1698) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.59.8 to 5.59.9 [#1697](https://github.com/vega/ts-json-schema-generator/pull/1697) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/preset-typescript from 7.21.5 to 7.22.5 [#1699](https://github.com/vega/ts-json-schema-generator/pull/1699) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump eslint from 8.41.0 to 8.42.0 [#1692](https://github.com/vega/ts-json-schema-generator/pull/1692) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/jest from 29.5.1 to 29.5.2 [#1693](https://github.com/vega/ts-json-schema-generator/pull/1693) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.59.7 to 5.59.8 [#1694](https://github.com/vega/ts-json-schema-generator/pull/1694) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/preset-env from 7.22.2 to 7.22.4 [#1695](https://github.com/vega/ts-json-schema-generator/pull/1695) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.59.6 to 5.59.7 [#1684](https://github.com/vega/ts-json-schema-generator/pull/1684) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/core from 7.21.8 to 7.22.1 [#1687](https://github.com/vega/ts-json-schema-generator/pull/1687) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps): bump @types/json-schema from 7.0.11 to 7.0.12 [#1685](https://github.com/vega/ts-json-schema-generator/pull/1685) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.59.6 to 5.59.7 [#1686](https://github.com/vega/ts-json-schema-generator/pull/1686) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/preset-env from 7.21.5 to 7.22.2 [#1688](https://github.com/vega/ts-json-schema-generator/pull/1688) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 20.2.1 to 20.2.5 [#1689](https://github.com/vega/ts-json-schema-generator/pull/1689) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.59.5 to 5.59.6 [#1678](https://github.com/vega/ts-json-schema-generator/pull/1678) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 20.1.4 to 20.2.1 [#1677](https://github.com/vega/ts-json-schema-generator/pull/1677) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump eslint from 8.40.0 to 8.41.0 [#1679](https://github.com/vega/ts-json-schema-generator/pull/1679) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.59.5 to 5.59.6 [#1680](https://github.com/vega/ts-json-schema-generator/pull/1680) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.59.2 to 5.59.5 [#1673](https://github.com/vega/ts-json-schema-generator/pull/1673) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 20.1.0 to 20.1.4 [#1674](https://github.com/vega/ts-json-schema-generator/pull/1674) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.59.2 to 5.59.5 [#1675](https://github.com/vega/ts-json-schema-generator/pull/1675) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 18.16.3 to 20.1.0 [#1667](https://github.com/vega/ts-json-schema-generator/pull/1667) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.59.0 to 5.59.2 [#1666](https://github.com/vega/ts-json-schema-generator/pull/1666) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @auto-it/conventional-commits from 10.45.0 to 10.46.0 [#1664](https://github.com/vega/ts-json-schema-generator/pull/1664) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump auto from 10.45.0 to 10.46.0 [#1665](https://github.com/vega/ts-json-schema-generator/pull/1665) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/core from 7.21.5 to 7.21.8 [#1668](https://github.com/vega/ts-json-schema-generator/pull/1668) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.59.1 to 5.59.2 [#1670](https://github.com/vega/ts-json-schema-generator/pull/1670) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump eslint from 8.39.0 to 8.40.0 [#1671](https://github.com/vega/ts-json-schema-generator/pull/1671) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump vega from 5.22.1 to 5.25.0 [#1660](https://github.com/vega/ts-json-schema-generator/pull/1660) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@domoritz](https://github.com/domoritz)) +- chore(deps-dev): bump @babel/core from 7.21.4 to 7.21.5 [#1655](https://github.com/vega/ts-json-schema-generator/pull/1655) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/preset-env from 7.21.4 to 7.21.5 [#1657](https://github.com/vega/ts-json-schema-generator/pull/1657) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 18.15.11 to 18.16.3 [#1654](https://github.com/vega/ts-json-schema-generator/pull/1654) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump eslint from 8.38.0 to 8.39.0 [#1656](https://github.com/vega/ts-json-schema-generator/pull/1656) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @auto-it/first-time-contributor from 10.45.0 to 10.46.0 [#1658](https://github.com/vega/ts-json-schema-generator/pull/1658) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.59.0 to 5.59.1 [#1659](https://github.com/vega/ts-json-schema-generator/pull/1659) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/preset-typescript from 7.21.4 to 7.21.5 [#1661](https://github.com/vega/ts-json-schema-generator/pull/1661) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @auto-it/conventional-commits from 10.44.0 to 10.45.0 [#1647](https://github.com/vega/ts-json-schema-generator/pull/1647) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.58.0 to 5.59.0 [#1649](https://github.com/vega/ts-json-schema-generator/pull/1649) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump auto from 10.44.0 to 10.45.0 [#1650](https://github.com/vega/ts-json-schema-generator/pull/1650) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/jest from 29.5.0 to 29.5.1 [#1648](https://github.com/vega/ts-json-schema-generator/pull/1648) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @auto-it/first-time-contributor from 10.44.0 to 10.45.0 [#1651](https://github.com/vega/ts-json-schema-generator/pull/1651) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.58.0 to 5.59.0 [#1652](https://github.com/vega/ts-json-schema-generator/pull/1652) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump prettier from 2.8.7 to 2.8.8 [#1653](https://github.com/vega/ts-json-schema-generator/pull/1653) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump jest-junit from 15.0.0 to 16.0.0 [#1643](https://github.com/vega/ts-json-schema-generator/pull/1643) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.57.1 to 5.58.0 [#1639](https://github.com/vega/ts-json-schema-generator/pull/1639) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @auto-it/first-time-contributor from 10.43.0 to 10.44.0 [#1638](https://github.com/vega/ts-json-schema-generator/pull/1638) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps): bump commander from 10.0.0 to 10.0.1 [#1640](https://github.com/vega/ts-json-schema-generator/pull/1640) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.57.1 to 5.58.0 [#1641](https://github.com/vega/ts-json-schema-generator/pull/1641) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.57.0 to 5.57.1 [#1632](https://github.com/vega/ts-json-schema-generator/pull/1632) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 18.15.10 to 18.15.11 [#1633](https://github.com/vega/ts-json-schema-generator/pull/1633) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump auto from 10.43.0 to 10.44.0 [#1627](https://github.com/vega/ts-json-schema-generator/pull/1627) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @auto-it/conventional-commits from 10.43.0 to 10.44.0 [#1628](https://github.com/vega/ts-json-schema-generator/pull/1628) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.57.0 to 5.57.1 [#1629](https://github.com/vega/ts-json-schema-generator/pull/1629) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump eslint from 8.37.0 to 8.38.0 [#1630](https://github.com/vega/ts-json-schema-generator/pull/1630) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps): bump typescript from 5.0.3 to 5.0.4 [#1631](https://github.com/vega/ts-json-schema-generator/pull/1631) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.56.0 to 5.57.0 [#1620](https://github.com/vega/ts-json-schema-generator/pull/1620) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/preset-typescript from 7.21.0 to 7.21.4 [#1621](https://github.com/vega/ts-json-schema-generator/pull/1621) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/core from 7.21.3 to 7.21.4 [#1622](https://github.com/vega/ts-json-schema-generator/pull/1622) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump eslint from 8.36.0 to 8.37.0 [#1623](https://github.com/vega/ts-json-schema-generator/pull/1623) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/preset-env from 7.20.2 to 7.21.4 [#1624](https://github.com/vega/ts-json-schema-generator/pull/1624) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps): bump typescript from 5.0.2 to 5.0.3 [#1625](https://github.com/vega/ts-json-schema-generator/pull/1625) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.56.0 to 5.57.0 [#1626](https://github.com/vega/ts-json-schema-generator/pull/1626) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.55.0 to 5.56.0 [#1613](https://github.com/vega/ts-json-schema-generator/pull/1613) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump eslint-config-prettier from 8.7.0 to 8.8.0 [#1614](https://github.com/vega/ts-json-schema-generator/pull/1614) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 18.15.3 to 18.15.10 [#1615](https://github.com/vega/ts-json-schema-generator/pull/1615) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps): bump safe-stable-stringify from 2.4.2 to 2.4.3 [#1616](https://github.com/vega/ts-json-schema-generator/pull/1616) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.55.0 to 5.56.0 [#1617](https://github.com/vega/ts-json-schema-generator/pull/1617) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump prettier from 2.8.4 to 2.8.7 [#1618](https://github.com/vega/ts-json-schema-generator/pull/1618) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.54.0 to 5.54.1 [#1609](https://github.com/vega/ts-json-schema-generator/pull/1609) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump eslint-config-prettier from 8.6.0 to 8.7.0 [#1605](https://github.com/vega/ts-json-schema-generator/pull/1605) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump jest from 29.4.3 to 29.5.0 [#1606](https://github.com/vega/ts-json-schema-generator/pull/1606) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump eslint from 8.35.0 to 8.36.0 [#1607](https://github.com/vega/ts-json-schema-generator/pull/1607) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 18.14.6 to 18.15.0 [#1608](https://github.com/vega/ts-json-schema-generator/pull/1608) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.54.0 to 5.54.1 [#1611](https://github.com/vega/ts-json-schema-generator/pull/1611) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.53.0 to 5.54.0 [#1596](https://github.com/vega/ts-json-schema-generator/pull/1596) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @auto-it/first-time-contributor from 10.42.2 to 10.43.0 [#1600](https://github.com/vega/ts-json-schema-generator/pull/1600) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @auto-it/conventional-commits from 10.42.2 to 10.43.0 [#1597](https://github.com/vega/ts-json-schema-generator/pull/1597) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.53.0 to 5.54.0 [#1598](https://github.com/vega/ts-json-schema-generator/pull/1598) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump auto from 10.42.2 to 10.43.0 [#1601](https://github.com/vega/ts-json-schema-generator/pull/1601) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 18.14.1 to 18.14.6 [#1603](https://github.com/vega/ts-json-schema-generator/pull/1603) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump eslint from 8.34.0 to 8.35.0 [#1602](https://github.com/vega/ts-json-schema-generator/pull/1602) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump vega from 5.22.1 to 5.23.0 [#1592](https://github.com/vega/ts-json-schema-generator/pull/1592) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @auto-it/first-time-contributor from 10.42.0 to 10.42.2 [#1583](https://github.com/vega/ts-json-schema-generator/pull/1583) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.52.0 to 5.53.0 [#1586](https://github.com/vega/ts-json-schema-generator/pull/1586) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 18.14.0 to 18.14.1 [#1582](https://github.com/vega/ts-json-schema-generator/pull/1582) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/glob from 8.0.1 to 8.1.0 [#1584](https://github.com/vega/ts-json-schema-generator/pull/1584) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/core from 7.20.12 to 7.21.0 [#1585](https://github.com/vega/ts-json-schema-generator/pull/1585) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/preset-typescript from 7.18.6 to 7.21.0 [#1587](https://github.com/vega/ts-json-schema-generator/pull/1587) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @auto-it/conventional-commits from 10.42.0 to 10.42.2 [#1588](https://github.com/vega/ts-json-schema-generator/pull/1588) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.52.0 to 5.53.0 [#1589](https://github.com/vega/ts-json-schema-generator/pull/1589) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump auto from 10.42.0 to 10.42.2 [#1590](https://github.com/vega/ts-json-schema-generator/pull/1590) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.51.0 to 5.52.0 [#1573](https://github.com/vega/ts-json-schema-generator/pull/1573) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 18.13.0 to 18.14.0 [#1574](https://github.com/vega/ts-json-schema-generator/pull/1574) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump jest from 29.4.2 to 29.4.3 [#1575](https://github.com/vega/ts-json-schema-generator/pull/1575) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.51.0 to 5.52.0 [#1576](https://github.com/vega/ts-json-schema-generator/pull/1576) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.50.0 to 5.51.0 [#1563](https://github.com/vega/ts-json-schema-generator/pull/1563) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @auto-it/first-time-contributor from 10.38.5 to 10.42.0 [#1564](https://github.com/vega/ts-json-schema-generator/pull/1564) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 18.11.19 to 18.13.0 [#1565](https://github.com/vega/ts-json-schema-generator/pull/1565) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump prettier from 2.8.3 to 2.8.4 [#1566](https://github.com/vega/ts-json-schema-generator/pull/1566) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump eslint from 8.33.0 to 8.34.0 [#1567](https://github.com/vega/ts-json-schema-generator/pull/1567) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.50.0 to 5.51.0 [#1568](https://github.com/vega/ts-json-schema-generator/pull/1568) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump jest from 29.4.1 to 29.4.2 [#1569](https://github.com/vega/ts-json-schema-generator/pull/1569) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump auto from 10.38.5 to 10.42.0 [#1562](https://github.com/vega/ts-json-schema-generator/pull/1562) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @auto-it/conventional-commits from 10.38.5 to 10.42.0 [#1570](https://github.com/vega/ts-json-schema-generator/pull/1570) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.49.0 to 5.50.0 [#1553](https://github.com/vega/ts-json-schema-generator/pull/1553) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @auto-it/conventional-commits from 10.37.6 to 10.38.5 [#1555](https://github.com/vega/ts-json-schema-generator/pull/1555) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump auto from 10.37.6 to 10.38.5 [#1556](https://github.com/vega/ts-json-schema-generator/pull/1556) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps): bump typescript from 4.9.4 to 4.9.5 [#1554](https://github.com/vega/ts-json-schema-generator/pull/1554) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 18.11.18 to 18.11.19 [#1557](https://github.com/vega/ts-json-schema-generator/pull/1557) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @auto-it/first-time-contributor from 10.37.6 to 10.38.5 [#1558](https://github.com/vega/ts-json-schema-generator/pull/1558) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.49.0 to 5.50.0 [#1559](https://github.com/vega/ts-json-schema-generator/pull/1559) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.48.2 to 5.49.0 [#1549](https://github.com/vega/ts-json-schema-generator/pull/1549) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump eslint from 8.32.0 to 8.33.0 [#1547](https://github.com/vega/ts-json-schema-generator/pull/1547) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump jest from 29.3.1 to 29.4.1 [#1548](https://github.com/vega/ts-json-schema-generator/pull/1548) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.48.2 to 5.49.0 [#1550](https://github.com/vega/ts-json-schema-generator/pull/1550) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.48.1 to 5.48.2 [#1540](https://github.com/vega/ts-json-schema-generator/pull/1540) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.48.1 to 5.48.2 [#1541](https://github.com/vega/ts-json-schema-generator/pull/1541) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/jest from 29.2.5 to 29.2.6 [#1542](https://github.com/vega/ts-json-schema-generator/pull/1542) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/glob from 8.0.0 to 8.0.1 [#1543](https://github.com/vega/ts-json-schema-generator/pull/1543) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps): bump commander from 9.5.0 to 10.0.0 [#1538](https://github.com/vega/ts-json-schema-generator/pull/1538) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.48.0 to 5.48.1 [#1534](https://github.com/vega/ts-json-schema-generator/pull/1534) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump prettier from 2.8.2 to 2.8.3 [#1533](https://github.com/vega/ts-json-schema-generator/pull/1533) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump eslint from 8.31.0 to 8.32.0 [#1535](https://github.com/vega/ts-json-schema-generator/pull/1535) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.48.0 to 5.48.1 [#1536](https://github.com/vega/ts-json-schema-generator/pull/1536) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps): bump glob from 8.0.3 to 8.1.0 [#1537](https://github.com/vega/ts-json-schema-generator/pull/1537) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.47.1 to 5.48.0 [#1524](https://github.com/vega/ts-json-schema-generator/pull/1524) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump eslint-config-prettier from 8.5.0 to 8.6.0 [#1525](https://github.com/vega/ts-json-schema-generator/pull/1525) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.47.1 to 5.48.0 [#1526](https://github.com/vega/ts-json-schema-generator/pull/1526) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump ajv from 8.11.2 to 8.12.0 [#1527](https://github.com/vega/ts-json-schema-generator/pull/1527) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps): bump commander from 9.4.1 to 9.5.0 [#1528](https://github.com/vega/ts-json-schema-generator/pull/1528) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump prettier from 2.8.1 to 2.8.2 [#1529](https://github.com/vega/ts-json-schema-generator/pull/1529) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/core from 7.20.7 to 7.20.12 [#1530](https://github.com/vega/ts-json-schema-generator/pull/1530) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.47.0 to 5.47.1 [#1520](https://github.com/vega/ts-json-schema-generator/pull/1520) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps): bump safe-stable-stringify from 2.4.1 to 2.4.2 [#1517](https://github.com/vega/ts-json-schema-generator/pull/1517) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/jest from 29.2.4 to 29.2.5 [#1518](https://github.com/vega/ts-json-schema-generator/pull/1518) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps): bump json5 from 2.2.2 to 2.2.3 [#1519](https://github.com/vega/ts-json-schema-generator/pull/1519) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 18.11.17 to 18.11.18 [#1521](https://github.com/vega/ts-json-schema-generator/pull/1521) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.47.0 to 5.47.1 [#1522](https://github.com/vega/ts-json-schema-generator/pull/1522) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump eslint from 8.30.0 to 8.31.0 [#1523](https://github.com/vega/ts-json-schema-generator/pull/1523) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.46.1 to 5.47.0 [#1514](https://github.com/vega/ts-json-schema-generator/pull/1514) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 5.46.1 to 5.47.0 [#1515](https://github.com/vega/ts-json-schema-generator/pull/1515) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/core from 7.20.5 to 7.20.7 [#1516](https://github.com/vega/ts-json-schema-generator/pull/1516) ([@dependabot[bot]](https://github.com/dependabot[bot])) + +#### Authors: 12 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Amy J. Ko ([@amyjko](https://github.com/amyjko)) +- Arthur Fiorette ([@arthurfiorette](https://github.com/arthurfiorette)) +- Chris ([@cengels](https://github.com/cengels)) +- Code From Anywhere ([@CodeFromAnywhere](https://github.com/CodeFromAnywhere)) +- Daan Boer ([@daanboer](https://github.com/daanboer)) +- Dominik Moritz ([@domoritz](https://github.com/domoritz)) +- Grant Dickinson ([@grant-d](https://github.com/grant-d)) +- Grigas ([@grigasp](https://github.com/grigasp)) +- Mario DeSousa ([@mdesousa](https://github.com/mdesousa)) +- Petr Spacek (p-spacek@email.cz) +- Wijnand Karsens (wijnand@karsens.com) + +--- + # v1.2.0 (Thu Dec 22 2022) :tada: This release contains work from new contributors! :tada: From 26a35568c33f62f97d6bfdc96278dbdfdc947b18 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Mon, 14 Aug 2023 16:43:30 +0000 Subject: [PATCH 10/22] Bump version to: 1.3.0 [skip ci] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6814e4c39..efdffb728 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-json-schema-generator", - "version": "1.2.0", + "version": "1.3.0", "description": "Generate JSON schema from your Typescript sources", "main": "dist/index.js", "types": "dist/index.d.ts", From c325ded98ded4dc148751d02c6cf34588777acfa Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Mon, 16 Oct 2023 01:06:31 +0000 Subject: [PATCH 11/22] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7735d94a8..39547a751 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,62 @@ +# v1.4.0 (Mon Oct 16 2023) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, null[@georeith](https://github.com/georeith), for all your work! + +#### 🚀 Enhancement + +- feat: Add option to generate `markdownDescription` [#1773](https://github.com/vega/ts-json-schema-generator/pull/1773) ([@Jason3S](https://github.com/Jason3S)) +- feat: required object annotation [#1789](https://github.com/vega/ts-json-schema-generator/pull/1789) ([@georeith](https://github.com/georeith)) + +#### 🔩 Dependency Updates + +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.7.0 to 6.7.5 [#1795](https://github.com/vega/ts-json-schema-generator/pull/1795) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/preset-env from 7.22.20 to 7.23.2 [#1796](https://github.com/vega/ts-json-schema-generator/pull/1796) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump eslint-plugin-prettier from 5.0.0 to 5.0.1 [#1797](https://github.com/vega/ts-json-schema-generator/pull/1797) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/core from 7.22.20 to 7.23.0 [#1793](https://github.com/vega/ts-json-schema-generator/pull/1793) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps): bump @types/json-schema from 7.0.12 to 7.0.13 [#1791](https://github.com/vega/ts-json-schema-generator/pull/1791) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump eslint from 8.50.0 to 8.51.0 [#1794](https://github.com/vega/ts-json-schema-generator/pull/1794) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump prettier from 3.0.1 to 3.0.3 [#1783](https://github.com/vega/ts-json-schema-generator/pull/1783) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump eslint from 8.49.0 to 8.50.0 [#1784](https://github.com/vega/ts-json-schema-generator/pull/1784) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump chai from 4.3.8 to 4.3.10 [#1785](https://github.com/vega/ts-json-schema-generator/pull/1785) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump auto from 11.0.1 to 11.0.4 [#1786](https://github.com/vega/ts-json-schema-generator/pull/1786) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps): bump get-func-name from 2.0.0 to 2.0.2 [#1782](https://github.com/vega/ts-json-schema-generator/pull/1782) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 6.4.0 to 6.7.2 [#1778](https://github.com/vega/ts-json-schema-generator/pull/1778) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @auto-it/first-time-contributor from 11.0.1 to 11.0.4 [#1779](https://github.com/vega/ts-json-schema-generator/pull/1779) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 20.6.0 to 20.6.4 [#1780](https://github.com/vega/ts-json-schema-generator/pull/1780) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/core from 7.22.17 to 7.22.20 [#1781](https://github.com/vega/ts-json-schema-generator/pull/1781) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @auto-it/conventional-commits from 11.0.1 to 11.0.4 [#1774](https://github.com/vega/ts-json-schema-generator/pull/1774) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/preset-env from 7.22.14 to 7.22.20 [#1775](https://github.com/vega/ts-json-schema-generator/pull/1775) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump eslint from 8.46.0 to 8.49.0 [#1776](https://github.com/vega/ts-json-schema-generator/pull/1776) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.6.0 to 6.7.0 [#1777](https://github.com/vega/ts-json-schema-generator/pull/1777) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/core from 7.22.11 to 7.22.17 [#1769](https://github.com/vega/ts-json-schema-generator/pull/1769) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/preset-typescript from 7.22.11 to 7.22.15 [#1770](https://github.com/vega/ts-json-schema-generator/pull/1770) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 20.5.9 to 20.6.0 [#1771](https://github.com/vega/ts-json-schema-generator/pull/1771) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.3.0 to 6.6.0 [#1772](https://github.com/vega/ts-json-schema-generator/pull/1772) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps): bump actions/checkout from 3 to 4 [#1767](https://github.com/vega/ts-json-schema-generator/pull/1767) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 20.5.1 to 20.5.9 [#1762](https://github.com/vega/ts-json-schema-generator/pull/1762) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump chai from 4.3.7 to 4.3.8 [#1763](https://github.com/vega/ts-json-schema-generator/pull/1763) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @auto-it/conventional-commits from 11.0.0 to 11.0.1 [#1764](https://github.com/vega/ts-json-schema-generator/pull/1764) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/preset-env from 7.22.10 to 7.22.14 [#1765](https://github.com/vega/ts-json-schema-generator/pull/1765) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump jest and @types/jest [#1757](https://github.com/vega/ts-json-schema-generator/pull/1757) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/core from 7.22.10 to 7.22.11 [#1758](https://github.com/vega/ts-json-schema-generator/pull/1758) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/preset-typescript from 7.22.5 to 7.22.11 [#1759](https://github.com/vega/ts-json-schema-generator/pull/1759) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps): bump typescript from 5.1.6 to 5.2.2 [#1760](https://github.com/vega/ts-json-schema-generator/pull/1760) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 6.2.1 to 6.4.0 [#1751](https://github.com/vega/ts-json-schema-generator/pull/1751) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 20.4.10 to 20.5.1 [#1752](https://github.com/vega/ts-json-schema-generator/pull/1752) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/core from 7.22.9 to 7.22.10 [#1753](https://github.com/vega/ts-json-schema-generator/pull/1753) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump auto from 11.0.0 to 11.0.1 [#1754](https://github.com/vega/ts-json-schema-generator/pull/1754) ([@dependabot[bot]](https://github.com/dependabot[bot])) + +#### Authors: 4 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- [@georeith](https://github.com/georeith) +- Dominik Moritz ([@domoritz](https://github.com/domoritz)) +- Jason Dent ([@Jason3S](https://github.com/Jason3S)) + +--- + # v1.3.0 (Mon Aug 14 2023) :tada: This release contains work from new contributors! :tada: From 67d95724db3359e6b37fad608b0079ff5dd11280 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Mon, 16 Oct 2023 01:06:33 +0000 Subject: [PATCH 12/22] Bump version to: 1.4.0 [skip ci] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7931cd190..d45699bb2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-json-schema-generator", - "version": "1.3.0", + "version": "1.4.0", "description": "Generate JSON schema from your Typescript sources", "main": "dist/index.js", "types": "dist/index.d.ts", From 47da47aae8c3d5da20a393822996047970efcff3 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Mon, 27 Nov 2023 15:40:09 +0000 Subject: [PATCH 13/22] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39547a751..41d1615fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,43 @@ +# v1.4.1 (Mon Nov 27 2023) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, Michael Hoffmann ([@mghoffmann](https://github.com/mghoffmann)), for all your work! + +#### 🐛 Bug Fix + +- fix: Removed "(default: false)" from the --additional-properties option be… [#1766](https://github.com/vega/ts-json-schema-generator/pull/1766) ([@mghoffmann](https://github.com/mghoffmann)) + +#### 🔩 Dependency Updates + +- chore(deps): bump typescript from 5.2.2 to 5.3.2 [#1821](https://github.com/vega/ts-json-schema-generator/pull/1821) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps): bump @types/json-schema from 7.0.14 to 7.0.15 [#1822](https://github.com/vega/ts-json-schema-generator/pull/1822) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 6.11.0 to 6.12.0 [#1823](https://github.com/vega/ts-json-schema-generator/pull/1823) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/normalize-path from 3.0.1 to 3.0.2 [#1816](https://github.com/vega/ts-json-schema-generator/pull/1816) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 6.9.0 to 6.11.0 [#1815](https://github.com/vega/ts-json-schema-generator/pull/1815) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.10.0 to 6.11.0 [#1817](https://github.com/vega/ts-json-schema-generator/pull/1817) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/preset-typescript from 7.23.2 to 7.23.3 [#1812](https://github.com/vega/ts-json-schema-generator/pull/1812) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.9.1 to 6.10.0 [#1813](https://github.com/vega/ts-json-schema-generator/pull/1813) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 20.8.9 to 20.9.0 [#1814](https://github.com/vega/ts-json-schema-generator/pull/1814) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps): bump @types/json-schema from 7.0.13 to 7.0.14 [#1808](https://github.com/vega/ts-json-schema-generator/pull/1808) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump jest and @types/jest [#1810](https://github.com/vega/ts-json-schema-generator/pull/1810) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.7.5 to 6.9.1 [#1809](https://github.com/vega/ts-json-schema-generator/pull/1809) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 6.7.2 to 6.9.0 [#1806](https://github.com/vega/ts-json-schema-generator/pull/1806) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 20.6.4 to 20.8.9 [#1805](https://github.com/vega/ts-json-schema-generator/pull/1805) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump eslint from 8.51.0 to 8.52.0 [#1807](https://github.com/vega/ts-json-schema-generator/pull/1807) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps): bump actions/setup-node from 3 to 4 [#1804](https://github.com/vega/ts-json-schema-generator/pull/1804) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps): bump commander from 11.0.0 to 11.1.0 [#1803](https://github.com/vega/ts-json-schema-generator/pull/1803) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/preset-typescript from 7.22.15 to 7.23.2 [#1802](https://github.com/vega/ts-json-schema-generator/pull/1802) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/normalize-path from 3.0.0 to 3.0.1 [#1801](https://github.com/vega/ts-json-schema-generator/pull/1801) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps): bump @babel/traverse from 7.23.0 to 7.23.2 [#1800](https://github.com/vega/ts-json-schema-generator/pull/1800) ([@dependabot[bot]](https://github.com/dependabot[bot])) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Michael Hoffmann ([@mghoffmann](https://github.com/mghoffmann)) + +--- + # v1.4.0 (Mon Oct 16 2023) :tada: This release contains work from a new contributor! :tada: From 404ea5e24f75c693e2b43a1bc52fd1b899f6a238 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Mon, 27 Nov 2023 15:40:10 +0000 Subject: [PATCH 14/22] Bump version to: 1.4.1 [skip ci] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 82c24ea3d..880ee2605 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-json-schema-generator", - "version": "1.4.0", + "version": "1.4.1", "description": "Generate JSON schema from your Typescript sources", "main": "dist/index.js", "types": "dist/index.d.ts", From 9dc48bdb2a2a8e9087640793fa96bf27dc18f4eb Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Tue, 5 Dec 2023 19:09:41 +0000 Subject: [PATCH 15/22] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41d1615fb..c0019b656 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +# v1.5.0 (Tue Dec 05 2023) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, Marcus Jøsendal ([@marcus-josendal](https://github.com/marcus-josendal)), for all your work! + +#### 🚀 Enhancement + +- feat: bigint support [#1828](https://github.com/vega/ts-json-schema-generator/pull/1828) ([@marcus-josendal](https://github.com/marcus-josendal)) + +#### 🔩 Dependency Updates + +- chore(deps-dev): bump @typescript-eslint/parser from 6.12.0 to 6.13.1 [#1826](https://github.com/vega/ts-json-schema-generator/pull/1826) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 20.9.0 to 20.10.2 [#1825](https://github.com/vega/ts-json-schema-generator/pull/1825) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/preset-env from 7.23.2 to 7.23.5 [#1827](https://github.com/vega/ts-json-schema-generator/pull/1827) ([@dependabot[bot]](https://github.com/dependabot[bot])) + +#### Authors: 3 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Dominik Moritz ([@domoritz](https://github.com/domoritz)) +- Marcus Jøsendal ([@marcus-josendal](https://github.com/marcus-josendal)) + +--- + # v1.4.1 (Mon Nov 27 2023) :tada: This release contains work from a new contributor! :tada: From 6b44791fdd67ebfdb7e4a36f352ded0d21fd7f86 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Tue, 5 Dec 2023 19:09:42 +0000 Subject: [PATCH 16/22] Bump version to: 1.5.0 [skip ci] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 880ee2605..f696d5d96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-json-schema-generator", - "version": "1.4.1", + "version": "1.5.0", "description": "Generate JSON schema from your Typescript sources", "main": "dist/index.js", "types": "dist/index.d.ts", From cb664530763f4b8061715bdd93a07f20ce659063 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Mon, 8 Apr 2024 14:40:25 +0000 Subject: [PATCH 17/22] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 85 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0019b656..5f4deef6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,88 @@ +# v1.5.1 (Mon Apr 08 2024) + +:tada: This release contains work from new contributors! :tada: + +Thanks for all your work! + +:heart: Joshua ([@Josh-a-e](https://github.com/Josh-a-e)) + +:heart: Guillaume Châtelet ([@chatelgu](https://github.com/chatelgu)) + +:heart: Michael Matloka ([@Twixes](https://github.com/Twixes)) + +#### 🐛 Bug Fix + +- fix: support comments on extracted literals [#1908](https://github.com/vega/ts-json-schema-generator/pull/1908) ([@domoritz](https://github.com/domoritz)) +- fix: Generate schema for unspecified re-exported types [#1893](https://github.com/vega/ts-json-schema-generator/pull/1893) ([@Twixes](https://github.com/Twixes)) +- fix(deepMerge): deepMerge is altering parameter definitions [#1888](https://github.com/vega/ts-json-schema-generator/pull/1888) ([@chatelgu](https://github.com/chatelgu)) +- Consistent camelCase variable names in README.md [#1883](https://github.com/vega/ts-json-schema-generator/pull/1883) ([@Josh-a-e](https://github.com/Josh-a-e)) +- chore: update vega and Vega-Lite [#1846](https://github.com/vega/ts-json-schema-generator/pull/1846) ([@domoritz](https://github.com/domoritz)) +- fix: conditional-generic-default [#1830](https://github.com/vega/ts-json-schema-generator/pull/1830) ([@marcus-josendal](https://github.com/marcus-josendal)) + +#### 🔩 Dependency Updates + +- chore(deps-dev): bump @types/node from 20.11.28 to 20.12.5 [#1904](https://github.com/vega/ts-json-schema-generator/pull/1904) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/core from 7.24.3 to 7.24.4 [#1905](https://github.com/vega/ts-json-schema-generator/pull/1905) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/preset-env from 7.24.3 to 7.24.4 [#1906](https://github.com/vega/ts-json-schema-generator/pull/1906) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump ajv-formats from 2.1.1 to 3.0.1 [#1903](https://github.com/vega/ts-json-schema-generator/pull/1903) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @auto-it/conventional-commits from 11.1.1 to 11.1.2 [#1901](https://github.com/vega/ts-json-schema-generator/pull/1901) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/preset-env from 7.24.0 to 7.24.3 [#1902](https://github.com/vega/ts-json-schema-generator/pull/1902) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps): bump typescript from 5.4.2 to 5.4.3 [#1895](https://github.com/vega/ts-json-schema-generator/pull/1895) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump auto from 11.1.1 to 11.1.2 [#1896](https://github.com/vega/ts-json-schema-generator/pull/1896) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/core from 7.24.0 to 7.24.3 [#1897](https://github.com/vega/ts-json-schema-generator/pull/1897) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.21.0 to 7.0.0 [#1889](https://github.com/vega/ts-json-schema-generator/pull/1889) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 20.11.25 to 20.11.28 [#1890](https://github.com/vega/ts-json-schema-generator/pull/1890) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/preset-env from 7.23.9 to 7.24.0 [#1891](https://github.com/vega/ts-json-schema-generator/pull/1891) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/core from 7.23.9 to 7.24.0 [#1886](https://github.com/vega/ts-json-schema-generator/pull/1886) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 20.11.24 to 20.11.25 [#1884](https://github.com/vega/ts-json-schema-generator/pull/1884) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps): bump typescript from 5.3.3 to 5.4.2 [#1885](https://github.com/vega/ts-json-schema-generator/pull/1885) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 20.11.17 to 20.11.24 [#1880](https://github.com/vega/ts-json-schema-generator/pull/1880) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @auto-it/conventional-commits from 11.0.4 to 11.1.1 [#1881](https://github.com/vega/ts-json-schema-generator/pull/1881) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump chai from 5.0.0 to 5.1.0 [#1882](https://github.com/vega/ts-json-schema-generator/pull/1882) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @auto-it/first-time-contributor from 11.0.4 to 11.1.1 [#1876](https://github.com/vega/ts-json-schema-generator/pull/1876) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump eslint from 8.56.0 to 8.57.0 [#1877](https://github.com/vega/ts-json-schema-generator/pull/1877) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump auto from 11.0.4 to 11.1.1 [#1878](https://github.com/vega/ts-json-schema-generator/pull/1878) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/preset-env from 7.23.8 to 7.23.9 [#1870](https://github.com/vega/ts-json-schema-generator/pull/1870) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump prettier from 3.2.4 to 3.2.5 [#1871](https://github.com/vega/ts-json-schema-generator/pull/1871) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/jest from 29.5.11 to 29.5.12 [#1869](https://github.com/vega/ts-json-schema-generator/pull/1869) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.20.0 to 6.21.0 [#1867](https://github.com/vega/ts-json-schema-generator/pull/1867) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 20.11.16 to 20.11.17 [#1866](https://github.com/vega/ts-json-schema-generator/pull/1866) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 6.19.1 to 6.21.0 [#1868](https://github.com/vega/ts-json-schema-generator/pull/1868) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps): bump commander from 11.1.0 to 12.0.0 [#1864](https://github.com/vega/ts-json-schema-generator/pull/1864) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 20.11.0 to 20.11.16 [#1862](https://github.com/vega/ts-json-schema-generator/pull/1862) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.18.0 to 6.20.0 [#1863](https://github.com/vega/ts-json-schema-generator/pull/1863) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps): bump codecov/codecov-action from 3 to 4 [#1860](https://github.com/vega/ts-json-schema-generator/pull/1860) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/core from 7.23.6 to 7.23.9 [#1856](https://github.com/vega/ts-json-schema-generator/pull/1856) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump eslint-plugin-prettier from 5.1.2 to 5.1.3 [#1857](https://github.com/vega/ts-json-schema-generator/pull/1857) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 6.19.0 to 6.19.1 [#1858](https://github.com/vega/ts-json-schema-generator/pull/1858) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump prettier from 3.2.2 to 3.2.4 [#1852](https://github.com/vega/ts-json-schema-generator/pull/1852) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 6.18.1 to 6.19.0 [#1853](https://github.com/vega/ts-json-schema-generator/pull/1853) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/preset-env from 7.23.6 to 7.23.8 [#1854](https://github.com/vega/ts-json-schema-generator/pull/1854) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 6.18.0 to 6.18.1 [#1848](https://github.com/vega/ts-json-schema-generator/pull/1848) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 20.10.5 to 20.11.0 [#1849](https://github.com/vega/ts-json-schema-generator/pull/1849) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump prettier from 3.1.1 to 3.2.2 [#1850](https://github.com/vega/ts-json-schema-generator/pull/1850) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/parser from 6.13.2 to 6.18.0 [#1843](https://github.com/vega/ts-json-schema-generator/pull/1843) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.13.2 to 6.18.0 [#1844](https://github.com/vega/ts-json-schema-generator/pull/1844) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump chai from 4.3.10 to 5.0.0 [#1840](https://github.com/vega/ts-json-schema-generator/pull/1840) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump eslint-plugin-prettier from 5.0.1 to 5.1.2 [#1839](https://github.com/vega/ts-json-schema-generator/pull/1839) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump eslint from 8.55.0 to 8.56.0 [#1837](https://github.com/vega/ts-json-schema-generator/pull/1837) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @types/node from 20.10.4 to 20.10.5 [#1838](https://github.com/vega/ts-json-schema-generator/pull/1838) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/preset-env from 7.23.5 to 7.23.6 [#1835](https://github.com/vega/ts-json-schema-generator/pull/1835) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/core from 7.23.5 to 7.23.6 [#1834](https://github.com/vega/ts-json-schema-generator/pull/1834) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.11.0 to 6.13.2 [#1831](https://github.com/vega/ts-json-schema-generator/pull/1831) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- chore(deps-dev): bump @babel/core from 7.23.0 to 7.23.5 [#1833](https://github.com/vega/ts-json-schema-generator/pull/1833) ([@dependabot[bot]](https://github.com/dependabot[bot])) + +#### Authors: 6 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Dominik Moritz ([@domoritz](https://github.com/domoritz)) +- Guillaume Châtelet ([@chatelgu](https://github.com/chatelgu)) +- Joshua ([@Josh-a-e](https://github.com/Josh-a-e)) +- Marcus Jøsendal ([@marcus-josendal](https://github.com/marcus-josendal)) +- Michael Matloka ([@Twixes](https://github.com/Twixes)) + +--- + # v1.5.0 (Tue Dec 05 2023) :tada: This release contains work from a new contributor! :tada: From 7eab9cc2a43260063726e9b8fc9ed861f96853fd Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Mon, 8 Apr 2024 14:40:26 +0000 Subject: [PATCH 18/22] Bump version to: 1.5.1 [skip ci] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e9632012e..82feca14f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-json-schema-generator", - "version": "1.5.0", + "version": "1.5.1", "description": "Generate JSON schema from your Typescript sources", "main": "dist/index.js", "types": "dist/index.d.ts", From 2ff85834b17fe1dabaa145973957b949f85972b6 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Sat, 13 Apr 2024 03:00:56 +0000 Subject: [PATCH 19/22] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f4deef6f..5d34cce0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# v2.0.0 (Sat Apr 13 2024) + +#### 💥 Breaking Change + + +#### 🐛 Bug Fix + +- chore: update deps [#1916](https://github.com/vega/ts-json-schema-generator/pull/1916) ([@domoritz](https://github.com/domoritz)) +- feat!: improve support for function types [#1910](https://github.com/vega/ts-json-schema-generator/pull/1910) ([@domoritz](https://github.com/domoritz)) + +#### Authors: 1 + +- Dominik Moritz ([@domoritz](https://github.com/domoritz)) + +--- + # v1.5.1 (Mon Apr 08 2024) :tada: This release contains work from new contributors! :tada: From 323354fc81ab2a673a7356260856010298129c80 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Sat, 13 Apr 2024 03:00:57 +0000 Subject: [PATCH 20/22] Bump version to: 2.0.0 [skip ci] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 51bcd8a7c..2b6f51968 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-json-schema-generator", - "version": "1.5.1", + "version": "2.0.0", "description": "Generate JSON schema from your Typescript sources", "main": "dist/index.js", "types": "dist/index.d.ts", From 3d1665e6781f91ad92e1186cc2d4a85e930f1a99 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Sat, 13 Apr 2024 17:35:42 +0000 Subject: [PATCH 21/22] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d34cce0e..6f71820a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# v2.0.1 (Sat Apr 13 2024) + +#### 🐛 Bug Fix + +- fix: support partial config in createGenerator [#1919](https://github.com/vega/ts-json-schema-generator/pull/1919) ([@domoritz](https://github.com/domoritz)) + +#### Authors: 1 + +- Dominik Moritz ([@domoritz](https://github.com/domoritz)) + +--- + # v2.0.0 (Sat Apr 13 2024) #### 💥 Breaking Change From 5a45839742a5ddb96ef04205bcdeb69edcd4d35d Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Sat, 13 Apr 2024 17:35:42 +0000 Subject: [PATCH 22/22] Bump version to: 2.0.1 [skip ci] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2b6f51968..cb10ff0a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-json-schema-generator", - "version": "2.0.0", + "version": "2.0.1", "description": "Generate JSON schema from your Typescript sources", "main": "dist/index.js", "types": "dist/index.d.ts",