Tracking issue to undo the temporary pin added in #329.
@stoplight/spectral-rulesets is pinned to 1.22.2 to avoid an upstream crash on null example values (Cannot read properties of null (reading 'enum')), a regression from stoplightio/spectral#2934.
Action when upstream releases a fix (track stoplightio/spectral#2959 / #2963):
- Confirm the fixed
spectral-rulesets version lints a null-containing spec cleanly.
- Remove the
@stoplight/spectral-rulesets entry from overrides in validation/package.json; npm install.
- Run the validation regression; move
@v1-rc.
Until then the pin stays. Latest release (1.22.4) still crashes.
Tracking issue to undo the temporary pin added in #329.
@stoplight/spectral-rulesetsis pinned to1.22.2to avoid an upstream crash on null example values (Cannot read properties of null (reading 'enum')), a regression from stoplightio/spectral#2934.Action when upstream releases a fix (track stoplightio/spectral#2959 / #2963):
spectral-rulesetsversion lints a null-containing spec cleanly.@stoplight/spectral-rulesetsentry fromoverridesinvalidation/package.json;npm install.@v1-rc.Until then the pin stays. Latest release (1.22.4) still crashes.