chore(packages): organize package.json files - #238
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
📝 WalkthroughWalkthroughThe PR updates repository and package metadata, adjusts package export maps, removes a refresh failure warning, and consolidates Aura authentication error handling in the router. ChangesRepository and package metadata
Core error handling
Estimated code review effort: 3 (Moderate) | ~20 minutes Possibly related PRs
Suggested labels: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@packages/device/package.json`:
- Around line 36-39: Update publishConfig.registry to the npm registry base URL
https://registry.npmjs.org/ in packages/device/package.json (lines 36-39),
packages/next/package.json (lines 38-41), packages/rate-limiter/package.json
(lines 37-39), packages/react-router/package.json (lines 38-41), and
packages/react/package.json (lines 38-41), removing each package-specific path
while preserving the existing public access setting.
In `@packages/elysia/package.json`:
- Around line 38-41: Replace each package-specific publishConfig.registry value
with the npm registry base URL, matching packages/integration/package.json.
Apply this change in packages/elysia/package.json (lines 38-41),
packages/express/package.json (lines 38-41), packages/hono/package.json (lines
38-41), and packages/jose/package.json (lines 37-39); leave the access settings
unchanged.
🪄 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: defaults
Review profile: CHILL
Plan: Pro Plus
Run ID: 2b472829-d3bb-4f47-b97a-ba19bb19384e
⛔ Files ignored due to path filters (1)
deno.lockis excluded by!**/*.lock
📒 Files selected for processing (15)
docs/src/content/docs/(core)/contributing.mdxpackage.jsonpackages/core/package.jsonpackages/core/src/api/refreshUserInfo.tspackages/core/src/router/errorHandler.tspackages/device/package.jsonpackages/elysia/package.jsonpackages/express/package.jsonpackages/hono/package.jsonpackages/integration/package.jsonpackages/jose/package.jsonpackages/next/package.jsonpackages/rate-limiter/package.jsonpackages/react-router/package.jsonpackages/react/package.json
💤 Files with no reviewable changes (1)
- packages/core/src/api/refreshUserInfo.ts
Description
This pull request updates the package metadata across all
package.jsonfiles to improve package information, publishing configuration, and repository details.The changes ensure that published packages include accurate metadata and provide better information for consumers, package registries, and contributors.
@coderabbitai ignore