Skip to content

Feat/deprecate - #25

Merged
4sllan merged 3 commits into
mainfrom
feat/deprecate
Jul 9, 2026
Merged

Feat/deprecate#25
4sllan merged 3 commits into
mainfrom
feat/deprecate

Conversation

@4sllan

@4sllan 4sllan commented Jul 9, 2026

Copy link
Copy Markdown
Owner

Summary by CodeRabbit

  • Documentation

    • Added a release entry announcing that nuxt-simple-auth is deprecated and no longer actively maintained.
    • Updated the README with migration guidance and links to nuxt-umbu, the recommended replacement.
    • Removed the Portuguese README documentation.
  • Chores

    • Bumped the package version to 1.7.4.
    • Updated the package description to clearly communicate the deprecation and migration recommendation.

aslan.gama added 2 commits July 9, 2026 19:30
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.
@coderabbitai

coderabbitai Bot commented Jul 9, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@4sllan, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 53 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: f47aa4cc-23c3-4eb3-b5c2-a4897d601cb3

📥 Commits

Reviewing files that changed from the base of the PR and between 3a73ef6 and ca4dac4.

📒 Files selected for processing (1)
  • playground/README.md
📝 Walkthrough

Walkthrough

The release updates package metadata and documentation to deprecate nuxt-simple-auth, recommend nuxt-umbu, provide migration resources, and remove the Portuguese README content.

Changes

Deprecation and migration

Layer / File(s) Summary
Deprecation and migration documentation
CHANGELOG.md, README-old.md, README.pt-br.md
Adds the 1.1.8 deprecation entry, replaces the README with nuxt-umbu migration guidance, and removes the Portuguese README content.
Package release metadata
package.json
Bumps the package version from 1.7.3 to 1.7.4 and updates the description with the deprecation notice.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Suggested labels: enhancement

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title is directly related to the main change: deprecating nuxt-simple-auth.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/deprecate

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.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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

📥 Commits

Reviewing files that changed from the base of the PR and between 1f4189f and 3a73ef6.

📒 Files selected for processing (4)
  • CHANGELOG.md
  • README-old.md
  • README.pt-br.md
  • package.json
💤 Files with no reviewable changes (1)
  • README.pt-br.md

Comment thread CHANGELOG.md
Comment on lines +5 to +18
## [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/

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

📐 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.

Comment thread package.json
Comment on lines +3 to +4
"version": "1.7.4",
"description": "⚠️ Deprecated. Please use nuxt-umbu instead.",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🗄️ 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.
@4sllan
4sllan merged commit b23c3bd into main Jul 9, 2026
2 checks passed
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