Skip to content

Update dependency semver to v7.7.3#22

Merged
koki-develop merged 1 commit intomasterfrom
renovate/semver-7.x
Jan 7, 2026
Merged

Update dependency semver to v7.7.3#22
koki-develop merged 1 commit intomasterfrom
renovate/semver-7.x

Conversation

@renovate
Copy link

@renovate renovate bot commented Jan 5, 2026

This PR contains the following updates:

Package Change Age Confidence
semver 7.3.57.7.3 age confidence

Release Notes

npm/node-semver (semver)

v7.7.3

Compare Source

Bug Fixes
Chores

v7.7.2

Compare Source

Bug Fixes
Chores

v7.7.1

Compare Source

Bug Fixes

v7.7.0

Compare Source

Features
Bug Fixes
Documentation
Chores

v7.6.3

Compare Source

Bug Fixes
Documentation

v7.6.2

Compare Source

Bug Fixes

v7.6.1

Compare Source

Bug Fixes
Dependencies
Chores

v7.6.0

Compare Source

Features
Chores

v7.5.4

Compare Source

Bug Fixes

v7.5.3

Compare Source

Bug Fixes
Documentation

v7.5.2

Compare Source

Bug Fixes

v7.5.1

Compare Source

Bug Fixes

v7.5.0

Compare Source

Features
Bug Fixes

v7.4.0

Compare Source

Features
Bug Fixes
Documentation

v7.3.8

Compare Source

Bug Fixes
Documentation
7.3.7 (2022-04-11)
Bug Fixes
Dependencies
  • revert to lru-cache@​6 (22ae54d)
7.3.6 (2022-04-05)
Bug Fixes
Documentation
  • clarify * range behavior (cb1ca1d)
Dependencies

v7.3.7

Compare Source

Bug Fixes
Documentation
7.3.7 (2022-04-11)
Bug Fixes
Dependencies
  • revert to lru-cache@​6 (22ae54d)
7.3.6 (2022-04-05)
Bug Fixes
Documentation
  • clarify * range behavior (cb1ca1d)
Dependencies

v7.3.6

Compare Source

Bug Fixes
Documentation
7.3.7 (2022-04-11)
Bug Fixes
Dependencies
  • revert to lru-cache@​6 (22ae54d)
7.3.6 (2022-04-05)
Bug Fixes
Documentation
  • clarify * range behavior (cb1ca1d)
Dependencies

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link

github-actions bot commented Jan 5, 2026

Renovate PR Review Results

⚖️ Safety Assessment: ✅ Safe

🔍 Release Content Analysis

Key Changes from 7.3.5 to 7.7.3:

  • Dependency removal: Major improvement - removed lru-cache dependency and implemented internal caching (v7.6.1)
  • Performance optimizations: Faster comparison paths, optimized range parsing, and improved diff performance
  • Bug fixes: Better prerelease handling, improved validation, enhanced regex patterns, and stricter mode support
  • New features: Added "release" increment type (v7.7.0) and improved coerce functionality to preserve pre-release parts
  • Security improvements: Added validation for prerelease identifiers starting with digits, regex length limits
  • ESM support: Added Node.js ESM auto exports compatibility

No Breaking Changes: All changes are backward compatible. The API surface used by Piston remains unchanged.

🎯 Impact Scope Investigation

Semver Usage in Piston:

  • api/src/runtime.js:127: semver.parse() - Parse package versions
  • api/src/runtime.js:203,220: semver.satisfies() - Match runtime versions
  • api/src/runtime.js:212: semver.rcompare() - Sort versions for latest selection
  • api/src/package.js:18: semver.parse() - Parse package versions
  • api/src/package.js:222: semver.satisfies() - Match available packages
  • api/src/package.js:226: semver.rcompare() - Sort package candidates
  • cli/commands/ppman_commands/spec.js:13,74: semver.satisfies() and semver.rcompare() - Package management

Impact Assessment:

  • All functions used (parse, satisfies, rcompare) maintain backward compatibility
  • Internal caching improvements should provide performance benefits with no API changes
  • Enhanced validation and bug fixes improve reliability without affecting existing behavior
  • No configuration changes required

Dependency Changes:

  • Removal of lru-cache dependency reduces attack surface and bundle size
  • No new external dependencies introduced
  • Cleaner dependency tree improves security posture

💡 Recommended Actions

Safe to merge immediately:

  • All semver API functions used by Piston are fully backward compatible
  • Performance improvements and bug fixes enhance system reliability
  • Dependency reduction improves security and reduces bundle size
  • No code modifications required in Piston codebase

Optional follow-up actions:

  • Consider testing package installation/management functionality after deployment to verify improved performance
  • Monitor for any edge cases in version parsing, though none are expected based on usage patterns

🔗 Reference Links

Generated by koki-develop/claude-renovate-review

@koki-develop koki-develop merged commit f30ca41 into master Jan 7, 2026
2 checks passed
@koki-develop koki-develop deleted the renovate/semver-7.x branch January 7, 2026 05:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant