-
Notifications
You must be signed in to change notification settings - Fork 9
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
Replace Bun with pnpm #306
Conversation
…d update package manager version
@sakit0 is attempting to deploy a commit to the Edge Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
…to package.json and pnpm-lock.yaml
package.json
Outdated
@@ -27,11 +28,14 @@ | |||
"@octokit/request-error": "6.1.5", | |||
"@octokit/webhooks": "13.3.0", | |||
"@opentelemetry/api": "1.9.0", | |||
"@opentelemetry/api-logs": "^0.57.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix!!
81b86f9
@sakit0 Could you please fix the following GitHub Actions error?
https://github.com/giselles-ai/giselle/actions/runs/12863427739/job/35859984948?pr=306#step:3:6 I will fix the GitHub Actions license_finder! |
@sakit0 Could you please update like this commit 7b99788 to resolve the GitHub Actions error? |
@shige |
@sakit0 Could you please check the following comments? The CI is failing, so I would like you to fix it.
|
@shige |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sakit0 LGTM 🎉
Summary
This pull request replaces Bun with pnpm across the project, updates scripts and CI workflows accordingly, and switches test imports to use Vitest.
Related Issue
#215
Changes
Timer
, so changed it toNodeJS.Timeout
.Testing
Other Information