fix(deps): drop @stoplight/spectral-rulesets pin in validation/ - #405
Merged
hdamker merged 1 commit intoAug 5, 2026
Merged
Conversation
Upstream shipped the null-guard fix (stoplightio/spectral#2960) in 1.22.7, so the 1.22.2 pin from camaraproject#329 is no longer needed. Lockfile now resolves and hoists a single 1.22.7 copy.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
bug
What this PR does / why we need it:
Drops the
@stoplight/spectral-rulesetspin (1.22.2, added in #329) fromvalidation/package.jsonoverrides. Upstream shipped the null-guard fix (stoplightio/spectral#2960) in1.22.7, so the pin is no longer needed; removing it lets the lockfile resolve and hoist a single1.22.7copy (previously two nested1.22.2copies underspectral-cliandspectral-ruleset-bundler).Which issue(s) this PR fixes:
Fixes #330
Special notes for reviewers:
Dependency-only (
validation/package.json+ lockfile). Verified:npm ci --ignore-scriptsclean,npm audit0 vulnerabilities, fullvalidation/unit suite (1218/1218) passes including the existingtest_spectral_does_not_crash_on_null_valueregression test from #328/#329.Changelog input
Additional documentation
This section can be blank.