Adjust repo references to juliolmuller by LacusSolutions#3
Conversation
🦋 Changeset detectedLatest commit: 5eb38e3 The changes in this PR will be included in the next version bump. This PR includes changesets to release 8 packages
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 |
WalkthroughRepository references changed from juliolmuller/br-utils-js to LacusSolutions/br-utils-js across README badges, package.json metadata (repository, bugs, homepage), and two demo HTML links. No source code, exports, or runtime behavior were modified. Changes
Sequence Diagram(s)Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
✨ Finishing Touches🧪 Generate unit tests
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Actionable comments posted: 2
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
README.md (1)
12-14: Fix broken Markdown link syntax and CNPJ PT link target.The Markdown is reversed (text/URL) and the CNPJ PT link erroneously points to cpf-utils.
-- CPF (personal ID) ((View Demo)[https://cpf-utils.vercel.app/] | (Ver demonstração)[https://cpf-utils.vercel.app/]) -- CNPJ (employer ID) ((View Demo)[https://cnpj-utils.vercel.app/] | (Ver demonstração)[https://cpf-utils.vercel.app/]) +- CPF (personal ID) ([View Demo](https://cpf-utils.vercel.app/) | [Ver demonstração](https://cpf-utils.vercel.app/)) +- CNPJ (employer ID) ([View Demo](https://cnpj-utils.vercel.app/) | [Ver demonstração](https://cnpj-utils.vercel.app/))
🧹 Nitpick comments (22)
packages/cpf-val/README.md (1)
6-8: Shields: add explicit branch and URL‑encode label slash.Adding branch=main avoids ambiguity if default branch changes; encoding the slash in "ci/cd" prevents odd rendering in some parsers.
- + - +packages/cnpj-utils/README.md (1)
6-8: Shields: add explicit branch and URL‑encode label slash.Same tweak here for consistency and resilience.
- + - +packages/cpf-fmt/README.md (1)
6-8: Shields: add explicit branch and URL‑encode label slash.Keeps badges stable if default branch changes.
- + - +README.md (1)
6-8: Shields: add explicit branch and URL‑encode label slash.Mirror the same nit here.
- + - +packages/cpf-gen/README.md (1)
6-8: Shields: add explicit branch and URL‑encode label slash.Same minor improvement.
- + - +packages/br-utils/README.md (1)
6-8: Badges updated correctly; encode slash in label for reliability.Shields label should URL-encode the slash to avoid rendering quirks.
Apply:
- +packages/cpf-utils/README.md (1)
6-8: LGTM on repo migration; same badge label nit.Apply:
- +packages/cnpj-utils/demo/index.html (1)
58-62: Header GitHub link correctly points to LacusSolutions; align social meta and icons too.Since the repo migrated, consider also updating Open Graph/Twitter and favicon references to the organization for consistent previews.
Proposed edits:
- <meta property="og:url" content="https://github.com/juliolmuller/br-utils-js" /> - <meta property="og:image" content="https://github.com/juliolmuller.png" /> + <meta property="og:url" content="https://github.com/LacusSolutions/br-utils-js" /> + <meta property="og:image" content="https://github.com/LacusSolutions.png" /> @@ - <meta name="twitter:image" content="https://github.com/juliolmuller.png" /> + <meta name="twitter:image" content="https://github.com/LacusSolutions.png" /> @@ - <link rel="icon" href="https://github.com/juliolmuller.png" /> + <link rel="icon" href="https://github.com/LacusSolutions.png" />Confirm if the author meta should remain as “juliolmuller” or be updated to the org.
packages/cnpj-fmt/README.md (1)
6-8: Badges point to the new org; encode “CI/CD” label.Apply:
- +packages/cnpj-gen/README.md (1)
6-8: Consistent migration; minor badge label tweak.Apply:
- +packages/cnpj-val/README.md (1)
6-8: Stabilize shields by pinning branch in CI badgeAdd branch=main so the CI badge always reflects the default branch; current shields can fluctuate on non-default refs.
- +packages/cnpj-fmt/package.json (1)
24-30: Good metadata update; add repository.directory for monorepo clarityURL switches look correct. Consider adding repository.directory so npm links straight to this package’s subfolder.
"repository": { "type": "git", - "url": "git+https://github.com/LacusSolutions/br-utils-js.git" + "url": "git+https://github.com/LacusSolutions/br-utils-js.git", + "directory": "packages/cnpj-fmt" }, "bugs": { "url": "https://github.com/LacusSolutions/br-utils-js/issues" },packages/cpf-utils/demo/index.html (2)
46-54: Brand link may intentionally stay personalThe navbar brand still points to the personal profile and avatar. If that’s desired branding, keep it; otherwise consider switching to the org for full consistency.
14-20: Update remaining social/meta asset references to LacusSolutions
Replace all GitHub URLs and image links pointing tojuliolmuller(OG url/image, twitter:image, favicon, profile img src/alt) withLacusSolutionsequivalents in bothpackages/cpf-utils/demo/index.htmlandpackages/cnpj-utils/demo/index.html.packages/cpf-fmt/package.json (1)
24-30: Metadata switch looks correct; add repository.directorySame suggestion as other packages: include repository.directory to improve npm UI and tooling in monorepos.
"repository": { "type": "git", - "url": "git+https://github.com/LacusSolutions/br-utils-js.git" + "url": "git+https://github.com/LacusSolutions/br-utils-js.git", + "directory": "packages/cpf-fmt" }, "bugs": { "url": "https://github.com/LacusSolutions/br-utils-js/issues" },packages/cnpj-gen/package.json (1)
25-31: Repo/bugs URLs updated correctly; consider adding repository.directoryFunctional no-op change; consider adding directory for monorepo ergonomics.
"repository": { "type": "git", - "url": "git+https://github.com/LacusSolutions/br-utils-js.git" + "url": "git+https://github.com/LacusSolutions/br-utils-js.git", + "directory": "packages/cnpj-gen" }, "bugs": { "url": "https://github.com/LacusSolutions/br-utils-js/issues" },packages/cnpj-utils/package.json (1)
31-35: Repo and bugs URLs migrated — looks good; add repository.directory for better npm linkingAdds clarity on monorepo path in npm UI.
"repository": { "type": "git", - "url": "git+https://github.com/LacusSolutions/br-utils-js.git" + "url": "git+https://github.com/LacusSolutions/br-utils-js.git", + "directory": "packages/cnpj-utils" }, "bugs": { "url": "https://github.com/LacusSolutions/br-utils-js/issues" },packages/cnpj-val/package.json (1)
26-30: Repo and bugs URLs migrated — LGTM; also set repository.directoryOptional: confirm the homepage intentionally points to cnpj-utils site.
"repository": { "type": "git", - "url": "git+https://github.com/LacusSolutions/br-utils-js.git" + "url": "git+https://github.com/LacusSolutions/br-utils-js.git", + "directory": "packages/cnpj-val" }, "bugs": { "url": "https://github.com/LacusSolutions/br-utils-js/issues" },packages/br-utils/package.json (1)
36-41: URLs/homepage updated to LacusSolutions — approve; add repository.directoryThis improves deep-linking from npm to the package folder.
"repository": { "type": "git", - "url": "git+https://github.com/LacusSolutions/br-utils-js.git" + "url": "git+https://github.com/LacusSolutions/br-utils-js.git", + "directory": "packages/br-utils" }, "bugs": { "url": "https://github.com/LacusSolutions/br-utils-js/issues" }, "homepage": "https://github.com/LacusSolutions/br-utils-js#readme",packages/cpf-gen/package.json (1)
27-31: Repo and bugs URLs migrated — LGTM; add repository.directoryOptional: confirm homepage should be cpf-utils site (intentional cross-link?).
"repository": { "type": "git", - "url": "git+https://github.com/LacusSolutions/br-utils-js.git" + "url": "git+https://github.com/LacusSolutions/br-utils-js.git", + "directory": "packages/cpf-gen" }, "bugs": { "url": "https://github.com/LacusSolutions/br-utils-js/issues" },packages/cpf-val/package.json (1)
26-30: Repo and bugs URLs migrated — LGTM; add repository.directoryKeeps npm “Repository” link pointing to the exact package folder.
"repository": { "type": "git", - "url": "git+https://github.com/LacusSolutions/br-utils-js.git" + "url": "git+https://github.com/LacusSolutions/br-utils-js.git", + "directory": "packages/cpf-val" }, "bugs": { "url": "https://github.com/LacusSolutions/br-utils-js/issues" },packages/cpf-utils/package.json (1)
29-32: LGTM on repo migration; consider addingrepository.directoryfor monorepo accuracy on npmThis helps npm/GitHub link directly to this package’s folder.
"repository": { "type": "git", - "url": "git+https://github.com/LacusSolutions/br-utils-js.git" + "url": "git+https://github.com/LacusSolutions/br-utils-js.git", + "directory": "packages/cpf-utils" },
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
💡 Knowledge Base configuration:
- MCP integration is disabled by default for public repositories
- Jira integration is disabled by default for public repositories
- Linear integration is disabled by default for public repositories
You can enable these sources in your CodeRabbit configuration.
⛔ Files ignored due to path filters (1)
grid-icon.svgis excluded by!**/*.svg
📒 Files selected for processing (21)
README.md(1 hunks)packages/br-utils/README.md(1 hunks)packages/br-utils/package.json(1 hunks)packages/cnpj-fmt/README.md(1 hunks)packages/cnpj-fmt/package.json(1 hunks)packages/cnpj-gen/README.md(1 hunks)packages/cnpj-gen/package.json(1 hunks)packages/cnpj-utils/README.md(1 hunks)packages/cnpj-utils/demo/index.html(1 hunks)packages/cnpj-utils/package.json(1 hunks)packages/cnpj-val/README.md(1 hunks)packages/cnpj-val/package.json(1 hunks)packages/cpf-fmt/README.md(1 hunks)packages/cpf-fmt/package.json(1 hunks)packages/cpf-gen/README.md(1 hunks)packages/cpf-gen/package.json(1 hunks)packages/cpf-utils/README.md(1 hunks)packages/cpf-utils/demo/index.html(1 hunks)packages/cpf-utils/package.json(1 hunks)packages/cpf-val/README.md(1 hunks)packages/cpf-val/package.json(1 hunks)
🧰 Additional context used
🪛 LanguageTool
packages/cpf-val/README.md
[grammar] ~6-~6: There might be a mistake here.
Context: ...olutions/br-utils-js/ci.yml?label=ci/cd) 
packages/cnpj-gen/README.md
[grammar] ~6-~6: There might be a mistake here.
Context: ...olutions/br-utils-js/ci.yml?label=ci/cd) 
README.md
[grammar] ~6-~6: There might be a mistake here.
Context: ...olutions/br-utils-js/ci.yml?label=ci/cd) 
packages/cpf-utils/README.md
[grammar] ~6-~6: There might be a mistake here.
Context: ...olutions/br-utils-js/ci.yml?label=ci/cd) 
packages/br-utils/README.md
[grammar] ~6-~6: There might be a mistake here.
Context: ...olutions/br-utils-js/ci.yml?label=ci/cd) 
packages/cnpj-val/README.md
[grammar] ~6-~6: There might be a mistake here.
Context: ...olutions/br-utils-js/ci.yml?label=ci/cd) 
packages/cpf-gen/README.md
[grammar] ~6-~6: There might be a mistake here.
Context: ...olutions/br-utils-js/ci.yml?label=ci/cd) 
packages/cnpj-fmt/README.md
[grammar] ~6-~6: There might be a mistake here.
Context: ...olutions/br-utils-js/ci.yml?label=ci/cd) 
packages/cpf-fmt/README.md
[grammar] ~6-~6: There might be a mistake here.
Context: ...olutions/br-utils-js/ci.yml?label=ci/cd) 
packages/cnpj-utils/README.md
[grammar] ~6-~6: There might be a mistake here.
Context: ...olutions/br-utils-js/ci.yml?label=ci/cd) 
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
- GitHub Check: Publishing Package Dry Run (cpf-val)
- GitHub Check: TypeScript Compilation Checks
🔇 Additional comments (3)
packages/cnpj-val/README.md (1)
6-6: LGTM on org migration for badgesOwner/repo path updated correctly to LacusSolutions/br-utils-js.
packages/cpf-utils/demo/index.html (1)
58-63: Repo link correctly migratedHeader GitHub repo link now points to LacusSolutions/br-utils-js. Looks good.
packages/cpf-utils/package.json (1)
33-35: LGTM:bugs.urlnow points to LacusSolutions issuesNo further changes needed here.
There was a problem hiding this comment.
Actionable comments posted: 1
🧹 Nitpick comments (1)
.changeset/wise-snails-hide.md (1)
12-12: Tighten the summary to reflect metadata-only changes.Clarify that only links/README badges changed and no runtime behavior was modified.
-Adjust repo references from `juliolmuller` to `LacusSolutions` +Update package metadata (repository, bugs, homepage) and README badges from `juliolmuller/br-utils-js` to `LacusSolutions/br-utils-js`. No runtime changes.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
💡 Knowledge Base configuration:
- MCP integration is disabled by default for public repositories
- Jira integration is disabled by default for public repositories
- Linear integration is disabled by default for public repositories
You can enable these sources in your CodeRabbit configuration.
📒 Files selected for processing (1)
.changeset/wise-snails-hide.md(1 hunks)
Summary by CodeRabbit
No functional or API changes.