Skip to content

Use HTTPS repository metadata#236

Open
Soengkit wants to merge 1 commit into
koajs:masterfrom
Soengkit:codex/use-https-repository-metadata
Open

Use HTTPS repository metadata#236
Soengkit wants to merge 1 commit into
koajs:masterfrom
Soengkit:codex/use-https-repository-metadata

Conversation

@Soengkit

@Soengkit Soengkit commented Jun 21, 2026

Copy link
Copy Markdown

Summary

  • update package.json repository.url from SSH shorthand to git+https://
  • pin fflate to 0.8.2 via npm overrides so attw --pack completes reliably

Validation

  • npm run ci on Node 22.23.0
  • npm install --no-package-lock --no-fund && npm run ci on Node 18.20.8
  • node metadata assertion for repository.url and the fflate override
  • git diff --check
  • git ls-remote https://github.com/koajs/session.git HEAD

Summary by CodeRabbit

  • Chores
    • Updated repository configuration to use HTTPS protocol.
    • Pinned a dependency version to ensure consistent builds and stability.

@coderabbitai

coderabbitai Bot commented Jun 21, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 0b294576-e69c-420d-afd8-ca9e2b6aa3e0

📥 Commits

Reviewing files that changed from the base of the PR and between 968ae94 and f50bc13.

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

📝 Walkthrough

Walkthrough

In package.json, the repository.url field is changed from the SSH format (git@github.com:koajs/session.git) to the HTTPS format (git+https://github.com/koajs/session.git). A new top-level overrides block is added, pinning the fflate transitive dependency to version 0.8.2.

🚥 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 'Use HTTPS repository metadata' accurately reflects the primary change: converting 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.


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.

@codecov

codecov Bot commented Jun 21, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.91%. Comparing base (968ae94) to head (f50bc13).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #236   +/-   ##
=======================================
  Coverage   98.91%   98.91%           
=======================================
  Files           4        4           
  Lines         828      828           
  Branches      145      145           
=======================================
  Hits          819      819           
  Misses          9        9           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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