Skip to content

chore: update repository field format in package.json files and add version field#174

Merged
z4nr34l merged 2 commits intomainfrom
fix-release
Dec 25, 2025
Merged

chore: update repository field format in package.json files and add version field#174
z4nr34l merged 2 commits intomainfrom
fix-release

Conversation

@z4nr34l
Copy link
Owner

@z4nr34l z4nr34l commented Dec 25, 2025

Summary by cubic

Standardized package metadata for publishing and release tooling. Updated repository fields to the npm object format (type/url; directory path in packages/nemo) and added a version field to the root package.json.

Written for commit fcf93d0. Summary will update automatically on new commits.

@vercel
Copy link

vercel bot commented Dec 25, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
docs Ready Ready Preview, Comment Dec 25, 2025 3:28pm

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 25, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Note

Other AI code review bot(s) detected

CodeRabbit has detected other AI code review bot(s) in this pull request and will avoid duplicating their findings in the review comments. This may lead to a less comprehensive review.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix-release

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.

@z4nr34l z4nr34l self-assigned this Dec 25, 2025
@pkg-pr-new
Copy link

pkg-pr-new bot commented Dec 25, 2025

Open in StackBlitz

npm i https://pkg.pr.new/z4nr34l/nemo/@rescale/nemo@174

commit: ff0a59b

@socket-security
Copy link

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addedhusky@​9.1.71001006280100
Added@​commitlint/​cli@​19.8.11001007391100
Added@​commitlint/​config-conventional@​19.8.110010010090100
Added@​changesets/​cli@​2.29.89610010094100

View full report

@socket-security
Copy link

Warning

Review the following alerts detected in dependencies.

According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.

Action Severity Alert  (click "▶" to expand/collapse)
Warn High
Obfuscated code: npm safer-buffer is 94.0% likely obfuscated

Confidence: 0.94

Location: Package overview

From: ?npm/@changesets/cli@2.29.8npm/safer-buffer@2.1.2

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/safer-buffer@2.1.2. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

View full report

@codecov
Copy link

codecov bot commented Dec 25, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (d4aac58) to head (fcf93d0).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #174   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         7           
  Lines          786       786           
=========================================
  Hits           786       786           

☔ View full report in Codecov by Sentry.
📢 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.

Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

1 issue found across 2 files

Prompt for AI agents (all issues)

Check if these issues are valid — if so, understand the root cause of each and fix them.


<file name="package.json">

<violation number="1" location="package.json:55">
P2: Empty string is not a valid semver version. If the root package doesn&#39;t need versioning (common in monorepos), consider removing this field entirely. Otherwise, use a valid version like `&quot;0.0.0&quot;` or `&quot;1.0.0&quot;`.</violation>
</file>

Reply to cubic to teach it or ask questions. Re-run a review with @cubic-dev-ai review this PR

} No newline at end of file
],
"version": ""
}
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot Dec 25, 2025

Choose a reason for hiding this comment

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

P2: Empty string is not a valid semver version. If the root package doesn't need versioning (common in monorepos), consider removing this field entirely. Otherwise, use a valid version like "0.0.0" or "1.0.0".

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At package.json, line 55:

<comment>Empty string is not a valid semver version. If the root package doesn&#39;t need versioning (common in monorepos), consider removing this field entirely. Otherwise, use a valid version like `&quot;0.0.0&quot;` or `&quot;1.0.0&quot;`.</comment>

<file context>
@@ -47,5 +50,6 @@
\ No newline at end of file
+  ],
+  &quot;version&quot;: &quot;&quot;
+}
</file context>
Fix with Cubic

@z4nr34l z4nr34l merged commit beb20c1 into main Dec 25, 2025
12 of 13 checks passed
@z4nr34l z4nr34l deleted the fix-release branch December 25, 2025 15:27
@sonarqubecloud
Copy link

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