1
0
Fork 0
Commit Graph

7 Commits

Author SHA1 Message Date
Sean Sube c8e2b8dfd5 fix(config): use a URL for config schema path for tests 2023-01-01 17:37:32 -06:00
Sean Sube 618cab74f0 feature(build): replace rollup with esbuild
BREAKING CHANGE: this changes how the config schema is loaded and while it passes the tests, has
the potential to break some workflows.
2023-01-01 17:15:22 -06:00
ssube c32ac312df
feat(config): load and validate config directly, without js-config lib
BREAKING CHANGE: this updates config loading to use the fs.promises
API and does not resolve paths from HOME or __dirname. Using an
absolute or relative path in the args option is still supported.
2021-07-15 19:41:02 -05:00
ssube c2dbfff72b
update: js-yaml and js-yaml-schema
BREAKING CHANGE: includes all breaking changes from
js-yaml v4 and readonly include options from js-yaml-schema.
This is breaking because documents may parse differently,
but the API of this library has not changed.
2021-03-28 21:06:08 -05:00
ssube 0ea5791a8f
fix(test): cover config loading, graph styles 2020-08-30 22:41:48 -05:00
ssube 98391a9a47
fix(config): switch to js-config fully 2020-08-30 20:11:11 -05:00
ssube 040ad3c500
fix(remote): return created comment for gitlab, cover remaining endpoints 2020-08-28 18:51:46 -05:00