fix: handle prerelease bounds in subset#867
Merged
Merged
Conversation
owlstronaut
approved these changes
May 21, 2026
Merged
owlstronaut
pushed a commit
that referenced
this pull request
May 21, 2026
🤖 I have created a release *beep* *boop* --- ## [7.8.1](v7.8.0...v7.8.1) (2026-05-21) ### Bug Fixes * [`17aa702`](17aa702) [#869](#869) strip build metadata before comparator trimming (#869) (@owlstronaut) * [`5f3ca13`](5f3ca13) [#867](#867) handle prerelease bounds in subset (#867) (@puneetdixit200, Puneet Dixit) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
5 tasks
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.
Summary
subset()so prerelease lower and upper bounds are checked against individual comparators without reapplying full range prerelease gating.^10.2.0-beta.2being a subset of^10.2.0-beta.1.Tests
npx tap test/ranges/subset.jsnpm testgit diff --checkFixes #757