-
Notifications
You must be signed in to change notification settings - Fork 5
chore(sno-use-bun): replace pnpm with bun #70
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
All alerts resolved. Learn more about Socket for GitHub. This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
use bun and upgrade
replace pnpm with bun
use bun install
update
downgrade react-icons to 5.4.0 for compability
* fix(sno-storybook): storybook init storybook init * fix: preview ok * fix: preview ok * fix(sno-storybook): init init * fix(type): searchhit type searchhit type * fix(storybook): build build * fix(sno-storybook): remove jest.mock for now as chromat remove jest.mock for now as chromatic seems not supporting it * fix all stories * chore: setup chromatic CICD * fix(sno-storybook): test ui change test ui change * fix(lint): quot problem quot problem * chore(chromatic): change setup node to pnpm change setup node to pnpm * fix(sno-storybook): remove example stories remove example stories * chore(workflow): format format * format: Apply prettier --fix changes * chore(chromatic): leave comment leave comment * chore(chromatic): leave comment leave comment
sort pkg
🎨 Chromatic Visual Testing Results
Check the visual changes and approve or request changes as needed. |
🎨 Chromatic Visual Testing Results
Check the visual changes and approve or request changes as needed. |
snomiao
added a commit
that referenced
this pull request
May 27, 2025
* fix(sno-use-bun): use bun and upgrade use bun and upgrade * chore(sno-use-bun): replace pnpm with bun replace pnpm with bun * chore(vercel.json): use bun install use bun install * fix: remove outdated swcMinify * fix: use <Image/> * fix: add dependencies for useHook * fix(tsconfig): update update * fix(pkg): downgrade react-icons to 5.4.0 for downgrade react-icons to 5.4.0 for compability * format: Apply prettier --fix changes * Chore: setup storybook and chromatic for visual testing (#76) * fix(sno-storybook): storybook init storybook init * fix: preview ok * fix: preview ok * fix(sno-storybook): init init * fix(type): searchhit type searchhit type * fix(storybook): build build * fix(sno-storybook): remove jest.mock for now as chromat remove jest.mock for now as chromatic seems not supporting it * fix all stories * chore: setup chromatic CICD * fix(sno-storybook): test ui change test ui change * fix(lint): quot problem quot problem * chore(chromatic): change setup node to pnpm change setup node to pnpm * fix(sno-storybook): remove example stories remove example stories * chore(workflow): format format * format: Apply prettier --fix changes * chore(chromatic): leave comment leave comment * chore(chromatic): leave comment leave comment * format: Apply prettier --fix changes * fix(sno-use-bun): sort pkg sort pkg * fix(chromatic-actions): use bun use bun
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Nice to have: Use bun for faster CICD and development.
Local Development
curl -fsSL https://bun.sh/install | bash
bun install
bun dev