8000 feat(nuxi): detect `bun` package manager by colinhacks Β· Pull Request #22673 Β· nuxt/nuxt Β· GitHub
[go: up one dir, main page]

Skip to content

feat(nuxi): detect bun package manager #22673

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 17, 2023
Merged

Conversation

colinhacks
Copy link
Contributor
@colinhacks colinhacks commented Aug 17, 2023

πŸ”— Linked issue

n/a

❓ Type of change

  • πŸ“– Documentation (updates to the documentation, readme or JSdoc annotations)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

  • Updates nuxi to detect the bun package manager
  • Adds instructions for users of the bun package manager.

Here's a successful run of nuxi upgrade on my local machine. Note how it detects bun and uses it for the upgrade command.

bun ../bin/nuxi.mjs upgrade
Nuxi 3.6.5                                                                                                                                       6:49:55 PM
β„Ή Package Manager: bun 0.7.4                                                                                                                    6:49:55 PM
β„Ή Current nuxt version: [unknown]                                                                                                               6:49:55 PM
β„Ή Installing latest Nuxt 3 release...                                                                                                           6:49:55 PM
bun add v0.7.4 (af23dab8)

 installed nuxt@3.6.5 with binaries:
  - nuxi
  - nuxt

Nuxi 3.6.5                                                                                                                                       6:49:55 PM
βœ” Types generated in .nuxt                                                                                                                      6:49:56 PM
[1193.00ms] done
β„Ή Cleaning up generated nuxt files and caches...                                                                                                6:49:56 PM
β„Ή Upgraded nuxt version: [unknown]                                                                                                              6:49:56 PM
βœ” You're already using the latest version of nuxt.                                                                                              

@bolt-new-by-stackblitz
Copy link

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

@nuxt-studio
Copy link
Contributor
nuxt-studio bot commented Aug 17, 2023

βœ… Live Preview ready!

Name Edit Preview Latest Commit
Nuxt Docs Edit on Studio β†—οΈŽ View Live Preview 59f79f6

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.

Nice. Thank you ❀️

@danielroe danielroe changed the title docs: add instructions for bun package manager feat(nuxi): detect bun package manager Aug 17, 2023
@danielroe danielroe merged commit 08b1950 into nuxt:main Aug 17, 2023
@github-actions github-actions bot mentioned this pull request Aug 17, 2023
@colinhacks
Copy link
Contributor Author

Thanks Daniel!

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.

2 participants
0