docs: fix typos and update -n CLI option documentation#836
Merged
owlstronaut merged 1 commit intonpm:mainfrom Jan 5, 2026
Merged
docs: fix typos and update -n CLI option documentation#836owlstronaut merged 1 commit intonpm:mainfrom
owlstronaut merged 1 commit intonpm:mainfrom
Conversation
- Fix "numberic" → "numeric" typos in internal/re.js - Fix "preleases" → "prereleases" typo in functions/diff.js - Fix "Carot" → "Caret" typo in test/ranges/min-version.js - Fix "GT.semver" → "LT.semver" in ranges/subset.js comment (was in LT section) - Update README -n option to document `false` option
6da2301 to
9065187
Compare
owlstronaut
approved these changes
Jan 5, 2026
Merged
wraithgar
pushed a commit
that referenced
this pull request
Feb 5, 2026
🤖 I have created a release *beep* *boop* --- ## [7.7.4](v7.7.3...v7.7.4) (2026-01-16) ### Bug Fixes * [`a29faa5`](a29faa5) [#835](#835) cli: pass options to semver.valid() for loose version validation (#835) (@mldangelo) ### Documentation * [`1d28d5e`](1d28d5e) [#836](#836) fix typos and update -n CLI option documentation (#836) (@mldangelo) ### Dependencies * [`120968b`](120968b) [#840](#840) `@npmcli/template-oss@4.29.0` (#840) ### Chores * [`44d7130`](44d7130) [#824](#824) bump @npmcli/eslint-config from 5.1.0 to 6.0.0 (#824) (@dependabot[bot]) * [`7073576`](7073576) [#820](#820) reorder parameters in invalid-versions.js test (#820) (@reggi) * [`5816d4c`](5816d4c) [#829](#829) bump @npmcli/template-oss from 4.28.0 to 4.28.1 (#829) (@dependabot[bot], @npm-cli-bot) --- 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>
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.
Small cleanup PR:
Typo fixes
internal/re.js: "numberic" → "numeric" (3 occurrences)functions/diff.js: "preleases" → "prereleases"test/ranges/min-version.js: "Carot" → "Caret"ranges/subset.js: "GT.semver" → "LT.semver" (comment was in the LT section)Documentation
-noption to match the CLI help text (documents thefalseoption to omit the prerelease number)