-
Notifications
You must be signed in to change notification settings - Fork 761
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
🐛 BUG: npm test fails on fresh hello world create cloudflare project #7815
Comments
The actual version of "node_modules/@cloudflare/vitest-pool-workers": {
"version": "0.5.41", |
Yep everything passes soon as I pin. |
I gather from #7742 that we don't automate updating dependency versions for C3 templates and can get behind. I think if we did — then this issue possibly wouldn't have happened, since templates would already automatically start using latest published version? A good prevents? |
This is likely because I have addressed this by bumping the version in #7827. We will need to be mindful when updating |
Just discussed this with the team. Since In this case, we should have updated both the |
Can confirm updating npm ls
c3-minimal-workerd-ci-error@0.0.0 /Users/vhs/Developer/c3-minimal-workerd-ci-error
├── @cloudflare/vitest-pool-workers@0.5.41 # this version requires adding nodejs_compat flag to config
├── @cloudflare/workers-types@4.20250121.0
├── typescript@5.7.3
├── vitest@2.1.8
└── wrangler@3.103.2 Affected version of c3: create-cloudflare v2.37.1 |
Awesome. Thanks all! |
Which Cloudflare product(s) does this pertain to?
C3 (npm create cloudflare), Wrangler, Workers Vitest Integration
What versions are you using?
Wrangler 3.103.2
C3 10.9.2
"@cloudflare/vitest-pool-workers": "^0.5.2",
What operating system and version are you using?
Mac latest
Please provide a link to a minimal reproduction
https://github.com/irvinebroque/vitest-breakpoint
Describe the Bug
npm create cloudflare@latest
cd project directory
npm test
refs #7388 ?
Pretty sure this is happening because
npm create cloudflare@latest
is not installing latest version of the vitest-pool-workers packageThe text was updated successfully, but these errors were encountered: