15.2.0 (2026-05-17)
The main changes are 2 new config properties:
- An optional
severityproperty on Version Groups, to override the default behaviour of each status code tofix,error, orwarn(requested by #325 and #216). - An optional
sourceModeconfig lets youextendthe package.json files discovered via your package manager, instead of the default ofreplace.
Features
- config: allow autofix to be optionally disabled (d589d3e), closes #325 #216
- config: allow other .json files when explicitly set (5c83a60), closes #333
- config: allow sources to append rather than replace (99cc046), closes #205