-
Notifications
You must be signed in to change notification settings - Fork 984
remove node:module polyfills #10431
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
remove node:module polyfills #10431
Conversation
🦋 Changeset detectedLatest commit: 8cef63a The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
create-cloudflare
@cloudflare/kv-asset-handler
miniflare
@cloudflare/pages-shared
@cloudflare/unenv-preset
@cloudflare/vite-plugin
@cloudflare/vitest-pool-workers
@cloudflare/workers-editor-shared
wrangler
commit: |
Failed to automatically backport this PR's changes to Wrangler v3. Please manually create a PR targeting the Depending on your changes, running Notes:
|
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.
Do we need to bump the minimum workerd version (per dep on workerd in package.json)?
c3111d0
to
37ea43c
Compare
37ea43c
to
c37659d
Compare
I've rebased this branch (hence updated the workerd version). Can you re-review? @vicb |
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.
Depends on cloudflare/workerd#4857
For unenv PR, when there are dependencies, could you please add the workerd release when the changes are available to the PR description.
Thanks!
I'm not following @vicb. Another PR of yours already updated the workerd version. This PR doesn't have to include it since it's already in main branch. |
See how I updated the PR description:
This PR needs workerd#4857 that has been released in workerd 20250823. That's the piece of info that I need when reviewing the PR. As of today unenv depends on 20250816 which does not contain the changes
When reviewing, If I had that info I could have added: please update the workerd peer dep. I'll go ahead and amend the PR to update the peer dep for this PR and try to land this today. But please for other unenv PRs add what the required workerd version is. Does this make sense? |
09218ea
to
8cef63a
Compare
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.
I have updated the peer dep to 20250823 and rebased.
The PR is ready to go
Removes node:module polyfills
Depends on cloudflare/workerd#4857, released in v1.20250823.0