Feat/deprecate - #25
Conversation
Remove o arquivo README.pt-br.md, consolidando a documentação. Atualiza a versão do pacote para 1.7.4.
Add README-old.md to announce deprecation and provide migration instructions to nuxt-umbu. Update CHANGELOG.md and package.json to reflect deprecation.
|
Warning Review limit reached
Next review available in: 53 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. 📝 WalkthroughWalkthroughThe release updates package metadata and documentation to deprecate nuxt-simple-auth, recommend nuxt-umbu, provide migration resources, and remove the Portuguese README content. ChangesDeprecation and migration
Estimated code review effort: 1 (Trivial) | ~5 minutes Suggested labels: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 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 `@CHANGELOG.md`:
- Around line 5-18: Update the canonical README to prominently announce
nuxt-simple-auth’s deprecation and direct users to nuxt-umbu, including the
migration, npm, GitHub, and documentation links. Replace or revise the active
installation guidance in README.md; retain README-old.md only as an archive if
appropriate.
In `@package.json`:
- Around line 3-4: Align the release version by updating the package.json
version field or the corresponding CHANGELOG.md release entry so both
consistently reference the same version, using the existing release version as
the source of truth.
🪄 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: 1c43a936-f92d-41e6-9331-af803b305f12
📒 Files selected for processing (4)
CHANGELOG.mdREADME-old.mdREADME.pt-br.mdpackage.json
💤 Files with no reviewable changes (1)
- README.pt-br.md
| ## [1.1.8] - 2026-07-09 | ||
|
|
||
| ### ⚠️ Deprecated | ||
|
|
||
| - **nuxt-simple-auth** has been deprecated. | ||
| - This package is no longer under active development and will not receive new features. | ||
| - Please migrate to **nuxt-umbu**, which is the direct successor and will continue to receive improvements, bug fixes, and new features. | ||
|
|
||
| #### Migration | ||
|
|
||
| - 📦 npm: https://www.npmjs.com/package/nuxt-umbu | ||
| - 🐙 GitHub: https://github.com/4sllan/nuxt-umbu | ||
| - 📖 Documentation: https://4sllan.github.io/nuxt-umbu/ | ||
|
|
There was a problem hiding this comment.
📐 Maintainability & Code Quality | 🟠 Major | 🏗️ Heavy lift
Update the canonical README in the same release.
The supplied README.md:8-44 still describes nuxt-simple-auth as active and provides its installation flow. Users landing on the main README can therefore miss this deprecation and continue adopting the unmaintained package. Move the deprecation/migration notice into README.md; keep README-old.md only as an archive if intended.
🤖 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 `@CHANGELOG.md` around lines 5 - 18, Update the canonical README to prominently
announce nuxt-simple-auth’s deprecation and direct users to nuxt-umbu, including
the migration, npm, GitHub, and documentation links. Replace or revise the
active installation guidance in README.md; retain README-old.md only as an
archive if appropriate.
| "version": "1.7.4", | ||
| "description": "⚠️ Deprecated. Please use nuxt-umbu instead.", |
There was a problem hiding this comment.
🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick win
Align the package version with the changelog.
package.json declares 1.7.4, while CHANGELOG.md introduces 1.1.8 for this same release. Update one side so the published package and release notes refer to the same version.
🤖 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 `@package.json` around lines 3 - 4, Align the release version by updating the
package.json version field or the corresponding CHANGELOG.md release entry so
both consistently reference the same version, using the existing release version
as the source of truth.
Move README.md from root to playground directory.
Summary by CodeRabbit
Documentation
Chores