Closed rafbcampos closed 3 months ago
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.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
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
patch
minor
major
Version
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))