Skip to content

fix: normalize package repository url#90

Merged
Dugyu merged 1 commit intomainfrom
fix/package-meta
Apr 2, 2026
Merged

fix: normalize package repository url#90
Dugyu merged 1 commit intomainfrom
fix/package-meta

Conversation

@Dugyu
Copy link
Copy Markdown
Owner

@Dugyu Dugyu commented Apr 2, 2026

Normalize repository URL format across all luna packages to use consistent git+https format with .git suffix for improved package registry compatibility.

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Apr 2, 2026

🦋 Changeset detected

Latest commit: 1dd8898

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 5 packages
Name Type
@dugyu/luna-reactlynx Patch
@dugyu/luna-tailwind Patch
@dugyu/luna-styles Patch
@dugyu/luna-tokens Patch
@dugyu/luna-core Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 2, 2026

Walkthrough

Standardized repository.url fields across six package.json files in the monorepo to git+https://...git and added a changeset documenting patch releases for the affected @dugyu/luna-* packages.

Changes

Cohort / File(s) Summary
Changeset
.changeset/free-flies-yawn.md
New changeset file documenting patch releases for @dugyu/luna-reactlynx, @dugyu/luna-tailwind, @dugyu/luna-styles, @dugyu/luna-tokens, and @dugyu/luna-core, and noting repository.url normalization.
Repository Metadata Normalization
packages/catalog/package.json, packages/core/package.json, packages/reactlynx/package.json, packages/styles/package.json, packages/tailwind/package.json, packages/tokens/package.json
Updated repository.url from https://github.com/Dugyu/lunarium to git+https://github.com/Dugyu/lunarium.git in each package manifest; no other fields changed.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The pull request title accurately summarizes the main change: normalizing package repository URLs across multiple package.json files to the strict git+https format.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

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

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/package-meta

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.

Copy link
Copy Markdown

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In @.changeset/free-flies-yawn.md:
- Line 9: The changeset note contains a typo in the repository URL format in the
"Normalize `repository.url` to the strict `git+https://... .git` form." line:
remove the stray space so the URL follows the enforced strict form
(`git+https://...git`)—update the string in .changeset/free-flies-yawn.md (the
"Normalize `repository.url`..." line) to use `git+https://...git` with no space
before .git.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: dd315d76-166e-4e92-a10a-eeffe0238b5a

📥 Commits

Reviewing files that changed from the base of the PR and between 1702033 and 1fdd322.

📒 Files selected for processing (7)
  • .changeset/free-flies-yawn.md
  • packages/catalog/package.json
  • packages/core/package.json
  • packages/reactlynx/package.json
  • packages/styles/package.json
  • packages/tailwind/package.json
  • packages/tokens/package.json

Comment thread .changeset/free-flies-yawn.md Outdated
@Dugyu Dugyu force-pushed the fix/package-meta branch from 1fdd322 to 1dd8898 Compare April 2, 2026 14:20
@Dugyu Dugyu merged commit 711efdf into main Apr 2, 2026
7 checks passed
@Dugyu Dugyu deleted the fix/package-meta branch April 2, 2026 14:23
Dugyu pushed a commit that referenced this pull request Apr 2, 2026
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and publish to npm
yourself or [setup this action to publish
automatically](https://github.com/changesets/action#with-publishing). If
you're not ready to do a release yet, that's fine, whenever you add more
changesets to main, this PR will be updated.


# Releases
## @dugyu/luna-core@0.3.1

### Patch Changes

- Normalize `repository.url` to the strict `git+https://...git` form.
([#90](#90))

## @dugyu/luna-reactlynx@0.3.1

### Patch Changes

- Normalize `repository.url` to the strict `git+https://...git` form.
([#90](#90))

- Updated dependencies
\[[`711efdf`](711efdf)]:
    -   @dugyu/luna-core@0.3.1

## @dugyu/luna-styles@0.3.1

### Patch Changes

- Normalize `repository.url` to the strict `git+https://...git` form.
([#90](#90))

## @dugyu/luna-tailwind@0.3.1

### Patch Changes

- Normalize `repository.url` to the strict `git+https://...git` form.
([#90](#90))

- Updated dependencies
\[[`711efdf`](711efdf)]:
    -   @dugyu/luna-core@0.3.1

## @dugyu/luna-tokens@0.3.1

### Patch Changes

- Normalize `repository.url` to the strict `git+https://...git` form.
([#90](#90))

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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