Skip to content

refactor: replace debug with obug#1372

Merged
danielroe merged 2 commits into
nuxt:mainfrom
Norbiros:refactor/use-obug
Jul 20, 2026
Merged

refactor: replace debug with obug#1372
danielroe merged 2 commits into
nuxt:mainfrom
Norbiros:refactor/use-obug

Conversation

@Norbiros

Copy link
Copy Markdown
Contributor

🔗 Linked issue

📚 Description

obug is more lightweight, modern alternative to debug
Source: https://e18e.dev/docs/replacements/debug

@Norbiros
Norbiros requested a review from danielroe as a code owner July 20, 2026 08:38
@pkg-pr-new

pkg-pr-new Bot commented Jul 20, 2026

Copy link
Copy Markdown
  • nuxt-cli-playground

    npm i https://pkg.pr.new/create-nuxt@1372
    
    npm i https://pkg.pr.new/nuxi@1372
    
    npm i https://pkg.pr.new/@nuxt/cli@1372
    

commit: 71553c6

@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (main@169edb5). Learn more about missing BASE report.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1372   +/-   ##
=======================================
  Coverage        ?   46.24%           
=======================================
  Files           ?       52           
  Lines           ?     1719           
  Branches        ?      500           
=======================================
  Hits            ?      795           
  Misses          ?      740           
  Partials        ?      184           

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

@coderabbitai

coderabbitai Bot commented Jul 20, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 6912392b-2eb5-426a-8246-7c4fab21285d

📥 Commits

Reviewing files that changed from the base of the PR and between 169edb5 and 71553c6.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (4)
  • knip.json
  • packages/nuxi/package.json
  • packages/nuxi/src/utils/logger.ts
  • packages/nuxt-cli/package.json

📝 Walkthrough

Walkthrough

Replaces the debug and @types/debug dependency entries with obug in package manifests and Knip configuration. Updates the nuxi logger to use obug’s named createDebug export while retaining the nuxi namespace.

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

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly summarizes the main change: replacing debug with obug.
Description check ✅ Passed The description is related to the change and explains obug as an alternative to debug.
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

Warning

There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure.

🔧 ESLint

If the error stems from missing dependencies, add them to the package.json file. For unrecoverable errors (e.g., due to private dependencies), disable the tool in the CodeRabbit configuration.

ESLint install timed out. The project may have too many dependencies for the sandbox.


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.

@codspeed-hq

codspeed-hq Bot commented Jul 20, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 2 untouched benchmarks


Comparing Norbiros:refactor/use-obug (71553c6) with main (169edb5)

Open in CodSpeed

@danielroe
danielroe merged commit e0c35e7 into nuxt:main Jul 20, 2026
15 checks passed
@github-actions github-actions Bot mentioned this pull request Jul 20, 2026
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.

3 participants