Skip to content

chore: use npmx links 💖#34340

Merged
danielroe merged 1 commit intomainfrom
chore/npmx_badge
Feb 16, 2026
Merged

chore: use npmx links 💖#34340
danielroe merged 1 commit intomainfrom
chore/npmx_badge

Conversation

@huang-julien
Copy link
Member

🔗 Linked issue

📚 Description

@bolt-new-by-stackblitz
Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 16, 2026

No actionable comments were generated in the recent review. 🎉


Walkthrough

The pull request updates two URLs in the README.md file. Specifically, the Version and Downloads badge links are changed from the npm registry endpoint (https://www.npmjs.com/package/nuxt) to an alternative endpoint (https://npmx.dev/package/nuxt). The modifications consist of two line additions and two line removals. No changes to exported or public declarations are included, and no functional behaviour is altered.

🚥 Pre-merge checks | ✅ 2 | ❌ 2

❌ Failed checks (1 warning, 1 inconclusive)

Check name Status Explanation Resolution
Merge Conflict Detection ⚠️ Warning ❌ Merge conflicts detected (96 files):

⚔️ .github/workflows/autofix-docs.yml (content)
⚔️ .github/workflows/autofix.yml (content)
⚔️ .github/workflows/cache-cleanup.yml (content)
⚔️ .github/workflows/changelog.yml (content)
⚔️ .github/workflows/ci.yml (content)
⚔️ .github/workflows/dependency-review.yml (content)
⚔️ .github/workflows/docs-check-links.yml (content)
⚔️ .github/workflows/docs-deploy.yml (content)
⚔️ .github/workflows/docs.yml (content)
⚔️ .github/workflows/ecosystem-ci-trigger.yml (content)
⚔️ .github/workflows/issue-types.yml (content)
⚔️ .github/workflows/label-pr.yml (content)
⚔️ .github/workflows/lint-monorepo.yml (content)
⚔️ .github/workflows/lint-workflows.yml (content)
⚔️ .github/workflows/notify-nuxt-bridge.yml (content)
⚔️ .github/workflows/notify-nuxt-website.yml (content)
⚔️ .github/workflows/release.yml (content)
⚔️ .github/workflows/scorecards.yml (content)
⚔️ .github/workflows/semantic-pull-requests.yml (content)
⚔️ .github/workflows/stale.yml (content)
⚔️ .github/workflows/team-triage.yml (content)
⚔️ .gitignore (content)
⚔️ .nuxtrc (content)
⚔️ README.md (content)
⚔️ docs/1.getting-started/02.installation.md (content)
⚔️ docs/1.getting-started/06.styling.md (content)
⚔️ docs/2.directory-structure/1.server.md (content)
⚔️ docs/3.guide/4.modules/3.recipes-basics.md (content)
⚔️ docs/3.guide/6.going-further/1.experimental-features.md (content)
⚔️ docs/3.guide/6.going-further/2.hooks.md (content)
⚔️ docs/4.api/5.kit/11.nitro.md (content)
⚔️ docs/4.api/6.nuxt-config.md (content)
⚔️ docs/7.migration/11.server.md (content)
⚔️ docs/package.json (content)
⚔️ package.json (content)
⚔️ packages/kit/build.config.ts (content)
⚔️ packages/kit/package.json (content)
⚔️ packages/kit/src/module/install.ts (content)
⚔️ packages/kit/src/nitro.ts (content)
⚔️ packages/kit/test/module.test.ts (content)
⚔️ packages/nitro-server/build.config.ts (content)
⚔️ packages/nitro-server/package.json (content)
⚔️ packages/nitro-server/src/augments.ts (content)
⚔️ packages/nitro-server/src/index.ts (content)
⚔️ packages/nitro-server/src/runtime/handlers/renderer.ts (content)
⚔️ packages/nitro-server/src/runtime/utils/renderer/app.ts (content)
⚔️ packages/nuxt/package.json (content)
⚔️ packages/nuxt/src/app/components/nuxt-layout.ts (content)
⚔️ packages/nuxt/src/app/components/nuxt-link.ts (content)
⚔️ packages/nuxt/src/app/components/nuxt-time.vue (content)
⚔️ packages/nuxt/src/app/components/utils.ts (content)
⚔️ packages/nuxt/src/app/composables/asyncData.ts (content)
⚔️ packages/nuxt/src/app/composables/router.ts (content)
⚔️ packages/nuxt/src/app/nuxt.ts (content)
⚔️ packages/nuxt/src/app/plugins/view-transitions.client.ts (content)
⚔️ packages/nuxt/src/components/plugins/transform.ts (content)
⚔️ packages/nuxt/src/core/app.ts (content)
⚔️ packages/nuxt/src/core/cache.ts (content)
⚔️ packages/nuxt/src/core/nuxt.ts (content)
⚔️ packages/nuxt/src/pages/module.ts (content)
⚔️ packages/nuxt/src/pages/runtime/page.ts (content)
⚔️ packages/nuxt/src/pages/runtime/plugins/router.ts (content)
⚔️ packages/nuxt/src/pages/runtime/router.options.ts (content)
⚔️ packages/nuxt/src/pages/utils.ts (content)
⚔️ packages/nuxt/test/__snapshots__/pages-override-meta-disabled.test.ts.snap (content)
⚔️ packages/nuxt/test/__snapshots__/pages-override-meta-enabled.test.ts.snap (content)
⚔️ packages/nuxt/test/components-transform.test.ts (content)
⚔️ packages/nuxt/test/nitro-ssr-routes.test.ts (content)
⚔️ packages/nuxt/test/pages.test.ts (content)
⚔️ packages/rspack/build.config.ts (content)
⚔️ packages/rspack/package.json (content)
⚔️ packages/schema/build.config.ts (content)
⚔️ packages/schema/package.json (content)
⚔️ packages/schema/src/builder-env.ts (content)
⚔️ packages/schema/src/types/builder-env/index.ts (content)
⚔️ packages/ui-templates/package.json (content)
⚔️ packages/vite/build.config.ts (content)
⚔️ packages/vite/package.json (content)
⚔️ packages/vite/src/plugins/dev-server.ts (content)
⚔️ packages/vite/src/plugins/vite-node.ts (content)
⚔️ packages/webpack/build.config.ts (content)
⚔️ packages/webpack/package.json (content)
⚔️ packages/webpack/src/webpack.ts (content)
⚔️ pnpm-lock.yaml (content)
⚔️ pnpm-workspace.yaml (content)
⚔️ test/basic.test.ts (content)
⚔️ test/bundle.test.ts (content)
⚔️ test/nuxt/composables.test.ts (content)
⚔️ test/nuxt/loading-indicator.test.ts (content)
⚔️ test/nuxt/nuxt-island.test.ts (content)
⚔️ test/nuxt/nuxt-layout.test.ts (content)
⚔️ test/nuxt/nuxt-page.test.ts (content)
⚔️ test/nuxt/nuxt-time.test.ts (content)
⚔️ test/nuxt/router.options.test.ts (content)
⚔️ test/nuxt/use-async-data.test.ts (content)
⚔️ vitest.config.ts (content)

These conflicts must be resolved before merging into main.
Resolve conflicts locally and push changes to this branch.
Description check ❓ Inconclusive The PR description lacks substantive detail; it contains only template headers and no actual explanation of the changes or rationale. Add a brief description explaining why npmx links are preferred and what problem this change addresses for users and maintainers.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title 'chore: use npmx links' clearly and concisely summarises the main change of updating badge links from npmjs.com to npmx.dev.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch chore/npmx_badge
⚔️ Resolve merge conflicts (beta)
  • Auto-commit resolved conflicts to branch chore/npmx_badge
  • Create stacked PR with resolved conflicts
  • Post resolved changes as copyable diffs in a comment

Tip

Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord.


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 and usage tips.

Copy link
Member

@danielroe danielroe left a comment

Choose a reason for hiding this comment

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

❤️

@danielroe danielroe added this pull request to the merge queue Feb 16, 2026
Merged via the queue into main with commit a995532 Feb 16, 2026
22 of 23 checks passed
@danielroe danielroe deleted the chore/npmx_badge branch February 16, 2026 18:56
@github-actions github-actions bot mentioned this pull request Feb 16, 2026
@github-actions github-actions bot mentioned this pull request Feb 24, 2026
@github-actions github-actions bot mentioned this pull request Mar 8, 2026
danielroe pushed a commit that referenced this pull request Mar 9, 2026
This was referenced Mar 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants