player-ui / tools

A Place for tooling related to Player
MIT License
9 stars 12 forks source link

feat: doesn't exit with error if warn-only on dsl validation #159

Closed rafbcampos closed 3 months ago

rafbcampos commented 3 months ago

Description

Adds an option to avoid exiting with code 1 if there's a validation error, but the severity of the DSL validation is set to warn.

Change Type

Published prerelease version: 0.8.0-next.0

Changelog ### Release Notes #### Fix Source Maps not Being Generated for DSL Content ([#155](https://github.com/player-ui/tools/pull/155)) Fix source maps not being generated for DSL content when compiled by the cli #### Update Dependencies ([#151](https://github.com/player-ui/tools/pull/151)) - Use Node 20 - Use TypeScript 5.5 --- #### 🚀 Enhancement - feat: doesn't exit with error if warn-only on dsl validation [#159](https://github.com/player-ui/tools/pull/159) ([@rafbcampos](https://github.com/rafbcampos)) #### 🐛 Bug Fix - Fix object null in deeply nested obejcts - devtools [#158](https://github.com/player-ui/tools/pull/158) ([@mercillo](https://github.com/mercillo)) - Fix Source Maps not Being Generated for DSL Content [#155](https://github.com/player-ui/tools/pull/155) ([@KetanReddy](https://github.com/KetanReddy)) - Update Dependencies [#151](https://github.com/player-ui/tools/pull/151) ([@KetanReddy](https://github.com/KetanReddy)) - Re-add compiler formatting to dsl output [#153](https://github.com/player-ui/tools/pull/153) ([@sugarmanz](https://github.com/sugarmanz)) #### Authors: 4 - Jeremiah Zucker ([@sugarmanz](https://github.com/sugarmanz)) - Ketan Reddy ([@KetanReddy](https://github.com/KetanReddy)) - Marlon "Marky" Ercillo ([@mercillo](https://github.com/mercillo)) - Rafael Campos ([@rafbcampos](https://github.com/rafbcampos))
codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 73.05%. Comparing base (d273a4e) to head (e9bc327). Report is 6 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #159 +/- ## ======================================= Coverage 73.05% 73.05% ======================================= Files 87 87 Lines 12946 12946 Branches 1216 1217 +1 ======================================= Hits 9458 9458 Misses 3469 3469 Partials 19 19 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.