Bump ip-address from 10.1.0 to 10.2.0#2037
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
cae9106 to
5c1add8
Compare
Bumps [ip-address](https://github.com/beaugunderson/ip-address) from 10.1.0 to 10.2.0. - [Commits](beaugunderson/ip-address@v10.1.0...v10.2.0) --- updated-dependencies: - dependency-name: ip-address dependency-version: 10.2.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
5c1add8 to
8d5de0b
Compare
namrata111f
approved these changes
Jul 2, 2026
namrata111f
left a comment
Contributor
There was a problem hiding this comment.
Review Summary - PR #2037
Approval Status: ✅ APPROVED
Change Overview
- Type: Minor version update
- Package: ip-address 10.1.0 → 10.2.0
- Impact: package-lock.json only (3 additions, 3 deletions)
Security Review
✅ Bug Fixes:
- Fixed
getScope()and broadenedgetType()classification - Validates static factories instead of silently overflowing
- Rejects trailing junk in
Address6.fromURL
✅ New Features (Non-Breaking):
- New
networkForm()for CIDR network-address strings - New
isMapped4()predicate for IPv4-mapped IPv6 addresses - Added address-property predicates (private, ULA, loopback, link-local)
- Preserves subnet prefix through
Address6.to4()
Code Quality Review
✅ Minimal Impact: Only package-lock.json changes
✅ Backward Compatible: Minor version bump (additive changes only)
✅ Type Safety: Fixed Address4.addressMinusSuffix typing
Risk Assessment
- Risk Level: LOW
- Testing Required: Existing IP address tests should validate
- Recommendation: Safe to merge after CI passes
Test Coverage Review
- No new tests needed (dependency update)
- New features are additive and don't affect existing functionality
- Existing ip-address usage validated by current test suite
Recommendation: This adds useful features while maintaining backward compatibility. Approve and merge after CI passes.
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.
Bumps ip-address from 10.1.0 to 10.2.0.
Commits
80fccaa10.2.0abaeb4dType Address4.addressMinusSuffix as non-nilable (closes #143)2878c29Preserve subnet prefix through Address6.to4() (closes #123) (#203)586666eReject trailing junk in Address6.fromURL (closes #158) (#202)80bc76eValidate static factories instead of silently overflowing (#201)98927beClarify isValid() accepts CIDRs with host bits set (#81)a0eb073Fix getScope() and broaden getType() classification (closes #122) (#200)ec52105Add networkForm() for CIDR network-address strings (#199)a9443a7Add isMapped4() predicate for IPv4-mapped IPv6 addresses (closes #62) (#198)f01d742Add address-property predicates (private, ULA, loopback, link-local, etc.) (#...