Skip to content

refactor: Bump get-port from 7.1.0 to 7.2.0#3294

Merged
mtrezza merged 1 commit intoparse-community:alphafrom
mtrezza:refactor/get-port-7.2.0
Mar 31, 2026
Merged

refactor: Bump get-port from 7.1.0 to 7.2.0#3294
mtrezza merged 1 commit intoparse-community:alphafrom
mtrezza:refactor/get-port-7.2.0

Conversation

@mtrezza
Copy link
Copy Markdown
Member

@mtrezza mtrezza commented Mar 31, 2026

Closes #3290

Changes

  • 7.2.0: Add reserve option to lock ports for the process lifetime

Breaking Changes

None

Code Changes Required

None — the upgrade is a drop-in replacement.

Summary by CodeRabbit

  • Chores
    • Updated get-port dependency to version 7.2.0.

@parse-github-assistant
Copy link
Copy Markdown

🚀 Thanks for opening this pull request! We appreciate your effort in improving the project. Please let us know once your pull request is ready for review.

Tip

  • Keep pull requests small. Large PRs will be rejected. Break complex features into smaller, incremental PRs.
  • Use Test Driven Development. Write failing tests before implementing functionality. Ensure tests pass.
  • Group code into logical blocks. Add a short comment before each block to explain its purpose.
  • We offer conceptual guidance. Coding is up to you. PRs must be merge-ready for human review.
  • Our review focuses on concept, not quality. PRs with code issues will be rejected. Use an AI agent.
  • Human review time is precious. Avoid review ping-pong. Inspect and test your AI-generated code.

Note

Please respond to review comments from AI agents just like you would to comments from a human reviewer. Let the reviewer resolve their own comments, unless they have reviewed and accepted your commit, or agreed with your explanation for why the feedback was incorrect.

Caution

Pull requests must be written using an AI agent with human supervision. Pull requests written entirely by a human will likely be rejected, because of lower code quality, higher review effort and the higher risk of introducing bugs. Please note that AI review comments on this pull request alone do not satisfy this requirement.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 31, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 647d87a5-5874-4ba5-a2a8-39e7c778802a

📥 Commits

Reviewing files that changed from the base of the PR and between 563828e and f992a5d.

📒 Files selected for processing (2)
  • package-lock.json
  • package.json

📝 Walkthrough

Walkthrough

Updated the get-port development dependency from version 7.1.0 to 7.2.0 across both package.json and package-lock.json. The upstream release introduces a reserve option for locking ports for process lifetime.

Changes

Cohort / File(s) Summary
Dependency Version Bump
package.json, package-lock.json
Updated get-port from 7.1.0 to 7.2.0, including package metadata and integrity hash in lock file.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

🚥 Pre-merge checks | ✅ 7 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Engage In Review Feedback ❓ Inconclusive GitHub PR review comments and feedback on PR #3294 are not stored in the local repository and are only accessible through the GitHub web interface or API. Visit #3294 to review the Conversation and Files changed tabs for reviewer feedback and author responses.
✅ Passed checks (7 passed)
Check name Status Explanation
Title check ✅ Passed The title correctly follows the required prefix format with 'refactor:' and clearly describes the dependency update from 7.1.0 to 7.2.0.
Description check ✅ Passed The description includes issue reference, clear changes summary, breaking changes statement, and code changes assessment, but doesn't follow the exact template structure.
Linked Issues check ✅ Passed The PR successfully implements the objective from #3290 by updating get-port dependency from 7.1.0 to 7.2.0 in both package.json and package-lock.json.
Out of Scope Changes check ✅ Passed All changes are directly related to the get-port dependency update specified in #3290; no out-of-scope modifications are present.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Human Review ✅ Passed The PR demonstrates clear evidence of human review by the opener (mtrezza) through detailed description of changes, impact assessment, proper issue linking, and specific understanding of upstream modifications.
Security Check ✅ Passed The get-port dependency was updated from 7.1.0 to 7.2.0 with no security vulnerabilities. The new reserve option prevents race conditions and is fully backward compatible.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Warning

There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure.

🔧 Checkov (3.2.510)
package.json

2026-03-31 14:40:08,865 [MainThread ] [ERROR] Template file not found: package.json
2026-03-31 14:40:08,870 [MainThread ] [ERROR] Template file not found: package.json
2026-03-31 14:40:08,873 [MainThread ] [ERROR] Template file not found: package.json
2026-03-31 14:40:08,925 [MainThread ] [ERROR] Failed to invoke function /usr/local/lib/python3.11/dist-packages/checkov/common/runners/object_runner. with package.json
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/checkov/common/parallelizer/parallel_runner.py", line 88, in func_wrapper
result = original_func(item)
^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/checkov/common/runners/object_runner.py", line 74, in
results = parallel_runner.run_function(lambda f: (f, self._parse_file(f)), files_to_load)
^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/checkov/ope

... [truncated 2547 characters] ...

[MainThread ] [WARNI] Secret scanning: could not process file package.json
2026-03-31 14:40:09,001 [MainThread ] [ERROR] Exception traceback:
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/checkov/main.py", line 647, in run
self.scan_reports = runner_registry.run(
^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/checkov/common/runners/runner_registry.py", line 177, in run
for result in parallel_runner_results:
File "/usr/local/lib/python3.11/dist-packages/checkov/common/parallelizer/parallel_runner.py", line 118, in _run_function_multiprocess_fork
raise v.internal_exception.with_traceback(v.internal_exception.traceback)
FileNotFoundError: [Errno 2] No such file or directory: 'package.json'


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@mtrezza
Copy link
Copy Markdown
Member Author

mtrezza commented Mar 31, 2026

@coderabbitai review

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 31, 2026

✅ Actions performed

Review triggered.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@mtrezza mtrezza merged commit aa1d94b into parse-community:alpha Mar 31, 2026
11 checks passed
@mtrezza mtrezza deleted the refactor/get-port-7.2.0 branch March 31, 2026 14:52
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