Skip to content

chore: use public repository URL#25

Open
snkk2x-collab wants to merge 1 commit into
hyperse-io:mainfrom
snkk2x-collab:codex/use-public-repository-url
Open

chore: use public repository URL#25
snkk2x-collab wants to merge 1 commit into
hyperse-io:mainfrom
snkk2x-collab:codex/use-public-repository-url

Conversation

@snkk2x-collab

@snkk2x-collab snkk2x-collab commented Jun 20, 2026

Copy link
Copy Markdown

Summary

  • Update the package repository URL from SSH-style GitHub syntax to public HTTPS.

This is a metadata-only change. It does not change runtime code, dependencies, lockfiles, versions, or entry points.

Validation

  • Metadata assertion: repository.url is now git+https://github.com/hyperse-io/ts-node.git
  • git diff --check
  • yarn install --immutable --mode=skip-build with Yarn 4.13.0
  • yarn build
  • yarn typecheck
  • yarn test (11 files, 51 tests)
  • yarn lint
  • yarn pack --dry-run

Notes:

  • Yarn install currently reports existing peer dependency warnings.
  • npm pack --dry-run --package-lock=false fails locally inside the Yarn PnP install with an npm/arborist Cannot read properties of null (reading 'package') error, so I used the repository package manager for the pack dry-run.

Summary by CodeRabbit

  • Chores
    • Updated repository URL configuration.

@coderabbitai

coderabbitai Bot commented Jun 20, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: cbc50d35-dfaa-494c-b01a-5550d7dca574

📥 Commits

Reviewing files that changed from the base of the PR and between 523ef42 and fe9757b.

📒 Files selected for processing (1)
  • package.json

📝 Walkthrough

Walkthrough

The repository.url field in package.json is changed from the SSH form (git@github.com:...) to the HTTPS form (git+https://github.com/...). No other fields are modified.

Repository URL Update

Layer / File(s) Summary
Update repository URL to HTTPS
package.json
repository.url is updated from SSH format to git+https:// HTTPS format.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~1 minute

Poem

🐇 A tiny hop, a small URL swap,
SSH tunnels — no longer on the map!
With git+https the bunny hops free,
Through HTTPS land, as safe as can be.
One line changed, yet the warren rejoiced! 🎉

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and accurately summarizes the main change: updating the repository URL from SSH to HTTPS format in package.json.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

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

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

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.

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