chore(release): bump package versions - #211
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
📝 WalkthroughWalkthroughThis PR performs a coordinated release across nine workspace packages: version bumps in package.json/deno.json, expanded OAuth provider export subpaths, dependency version alignment ( ChangesRelease Version Bump and Export Map Expansion
Estimated code review effort: 2 (Simple) | ~10 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: 3
♻️ Duplicate comments (1)
packages/next/deno.json (1)
42-42: 🗄️ Data Integrity & Integration | 🟡 Minor | ⚡ Quick winCross-check against CHANGELOG's auth dependency claim.
This only bumps
@aura-stack/reactto^0.2.0; no corresponding@aura-stack/authimport update is present here despite the CHANGELOG (lines 21-24) claiming an auth dependency bump. See linked comment onpackages/next/CHANGELOG.mdfor the verification script.🤖 Prompt for 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. In `@packages/next/deno.json` at line 42, The dependency change in deno.json only updates `@aura-stack/react`, but the CHANGELOG claim about an auth dependency bump is not reflected here. Review the package imports and dependency entries in the next package setup, especially the `@aura-stack/auth-related` references, and add the corresponding auth version update or remove the unsupported CHANGELOG claim so the manifest and changelog agree.
🤖 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/core/deno.json`:
- Around line 17-23: The Deno export map is missing the huggingface OAuth
subpath, so direct imports from the provider are not available even though the
module exists and is re-exported elsewhere. Update the exports in deno.json to
include ./oauth/huggingface alongside the other oauth provider entries, matching
the existing pattern used by symbols like ./oauth/atlassian and ./oauth/discord
so Deno consumers can import the provider directly.
In `@packages/hono/deno.json`:
- Around line 16-26: The new OAuth subpath exports in deno.json point to
nonexistent targets because packages/hono/src/oauth is missing. Either add the
corresponding source files and directory for the oauth modules referenced by the
export map, or remove the new ./oauth/* entries from the package export
configuration so package publishing and import resolution stay valid.
In `@packages/react-router/deno.json`:
- Around line 18-28: The export map in deno.json references OAuth entrypoints
that do not exist under the react-router package, so either add the missing
source modules or remove the invalid exports. Review the oauth export entries
for authentik, click-up, google, and hubspot, and ensure each points to a real
file under src/oauth or is deleted if intentionally unsupported. Keep the
deno.json export list consistent with the actual files available so publish does
not fail.
---
Duplicate comments:
In `@packages/next/deno.json`:
- Line 42: The dependency change in deno.json only updates `@aura-stack/react`,
but the CHANGELOG claim about an auth dependency bump is not reflected here.
Review the package imports and dependency entries in the next package setup,
especially the `@aura-stack/auth-related` references, and add the corresponding
auth version update or remove the unsupported CHANGELOG claim so the manifest
and changelog agree.
🪄 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
Run ID: 7e25d50e-4a3d-4a03-abd7-079b24f1a54d
⛔ Files ignored due to path filters (1)
deno.lockis excluded by!**/*.lock
📒 Files selected for processing (26)
packages/core/CHANGELOG.mdpackages/core/deno.jsonpackages/core/package.jsonpackages/device/deno.jsonpackages/elysia/CHANGELOG.mdpackages/elysia/deno.jsonpackages/elysia/package.jsonpackages/express/CHANGELOG.mdpackages/express/deno.jsonpackages/express/package.jsonpackages/hono/CHANGELOG.mdpackages/hono/deno.jsonpackages/hono/package.jsonpackages/next/CHANGELOG.mdpackages/next/deno.jsonpackages/next/package.jsonpackages/next/tsdown.config.tspackages/rate-limiter/CHANGELOG.mdpackages/rate-limiter/deno.jsonpackages/rate-limiter/package.jsonpackages/react-router/CHANGELOG.mdpackages/react-router/deno.jsonpackages/react-router/package.jsonpackages/react/CHANGELOG.mdpackages/react/deno.jsonpackages/react/package.json
Description
This pull request publishes new releases of the packages to both npm and JSR registries:
@aura-stack/rate-limiter@0.1.0@aura-stack/auth@0.8.1@aura-stack/elysia@0.2.1@aura-stack/express@0.2.1@aura-stack/hono@0.2.1@aura-stack/react@0.2.1@aura-stack/react-router@0.2.1@aura-stack/next@0.2.1NPM
JSR
@coderabbitai ignore