Skip to content

Conversation

MichaelDeBoey
Copy link
Contributor

packages now live in the @remix-run repo: mjackson/remix-the-web@1258697


  • Tests
    • Tests included
    • Tests not necessary because: only dependencies are updated
  • Public documentation
    • Cloudflare docs PR(s):
    • Documentation not necessary because: only dependencies are updated
  • Wrangler V3 Backport
    • Wrangler PR:
    • Not necessary because: only dependencies are updated

@MichaelDeBoey MichaelDeBoey requested review from a team as code owners July 24, 2025 23:21
Copy link

changeset-bot bot commented Jul 24, 2025

🦋 Changeset detected

Latest commit: ecbb398

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@cloudflare/vite-plugin Patch

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

Copy link
Member

@edmundhung edmundhung left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@github-project-automation github-project-automation bot moved this from Untriaged to Approved in workers-sdk Jul 25, 2025
@edmundhung
Copy link
Member

@MichaelDeBoey Can you please add a patch changeset?

Copy link

pkg-pr-new bot commented Jul 25, 2025

create-cloudflare

npm i https://pkg.pr.new/create-cloudflare@10065

@cloudflare/kv-asset-handler

npm i https://pkg.pr.new/@cloudflare/kv-asset-handler@10065

miniflare

npm i https://pkg.pr.new/miniflare@10065

@cloudflare/pages-shared

npm i https://pkg.pr.new/@cloudflare/pages-shared@10065

@cloudflare/unenv-preset

npm i https://pkg.pr.new/@cloudflare/unenv-preset@10065

@cloudflare/vite-plugin

npm i https://pkg.pr.new/@cloudflare/vite-plugin@10065

@cloudflare/vitest-pool-workers

npm i https://pkg.pr.new/@cloudflare/vitest-pool-workers@10065

@cloudflare/workers-editor-shared

npm i https://pkg.pr.new/@cloudflare/workers-editor-shared@10065

wrangler

npm i https://pkg.pr.new/wrangler@10065

commit: ecbb398

@MichaelDeBoey MichaelDeBoey requested a review from edmundhung July 25, 2025 18:27
@MichaelDeBoey MichaelDeBoey force-pushed the update-mjackson-packages-to-remix-run branch from affce22 to 34ef483 Compare August 1, 2025 21:42
@MichaelDeBoey
Copy link
Contributor Author

@edmundhung Anything I still need to do to get this one merged & released?

@MichaelDeBoey MichaelDeBoey changed the title refactor: update @mjackson/node-fetch-server to @remix-run/node-fetch-server refactor(vite-plugin): update @mjackson/node-fetch-server to @remix-run/node-fetch-server Aug 4, 2025
@MichaelDeBoey MichaelDeBoey force-pushed the update-mjackson-packages-to-remix-run branch from 34ef483 to 8848623 Compare August 4, 2025 21:28
@edmundhung
Copy link
Member

@edmundhung Anything I still need to do to get this one merged & released?

There were some errors on some of the CI job that I wasn't sure whether they are flakes or legit error. Just trigger it to run again and will merge it when it's green. Sorry for the wait.

@MichaelDeBoey
Copy link
Contributor Author

@edmundhung Seems like macOS is failing for some reason, but Linux is passing, so I guess it's fine to merge?

Rest of CI is all passing

@MichaelDeBoey MichaelDeBoey force-pushed the update-mjackson-packages-to-remix-run branch from 8848623 to 1786db2 Compare August 5, 2025 00:36
@MichaelDeBoey
Copy link
Contributor Author

@edmundhung It seems that Windows tests keep failing for some reason, but seems unrelated to my code changes

@edmundhung
Copy link
Member

It seems that Windows tests keep failing for some reason, but seems unrelated to my code changes

That's the same error I see previously. So it seems to me not a flake anymore. I agree this doesn't looks related to your change, but let me give it another look.

There is no need to rebase your branch for now.

@edmundhung
Copy link
Member

It isn't clear why this code would timeout after updating the package version 😅

afterEach(() => {
  if (fs.existsSync(tmpDir)) {
    process.chdir(originalCwd);
    process.env.PWD = originalCwd;
    try {
      fs.rmSync(tmpDir, { recursive: true, force: true });
    } catch {
      // ...
    }
  }
});

Nothing in the changelogs look suspicious as well

@MichaelDeBoey
Copy link
Contributor Author

@edmundhung Even more strange is that it's only happening on Windows, so I would have no idea at all what's going on tbh

@edmundhung
Copy link
Member

@MichaelDeBoey Would you have time putting up a PR updating it to v0.7.0 first? That might help identifying whether this is an issue only on v0.8.0.

@MichaelDeBoey MichaelDeBoey force-pushed the update-mjackson-packages-to-remix-run branch 2 times, most recently from 1f779af to b4847c5 Compare August 5, 2025 17:39
@MichaelDeBoey
Copy link
Contributor Author

@edmundhung It seems like the tests are still failing, even with v0.7, so I guess it has nothing to do with the update of the dependency and it's just a flaky test?

@petebacondarwin
Copy link
Contributor

The browser rendering tests are inherently flakey independent of this PR. I'll just re-run and hopefully land it.

@petebacondarwin petebacondarwin force-pushed the update-mjackson-packages-to-remix-run branch from b4847c5 to 0179aac Compare August 11, 2025 11:07
@MichaelDeBoey MichaelDeBoey force-pushed the update-mjackson-packages-to-remix-run branch from 0179aac to cc0756a Compare August 11, 2025 11:26
@petebacondarwin petebacondarwin force-pushed the update-mjackson-packages-to-remix-run branch from cc0756a to 6a79590 Compare August 11, 2025 20:04
@edmundhung edmundhung force-pushed the update-mjackson-packages-to-remix-run branch from 6a79590 to ecbb398 Compare August 21, 2025 17:52
@MichaelDeBoey
Copy link
Contributor Author

@edmundhung @petebacondarwin Any news on this one?
Seems like it keeps being stuck on the same thing, but has nothing to do with the changes I did

Would be awesome if we could merge & release this PR 🙏

@edmundhung
Copy link
Member

I got the CI all green last night and then a conflict happen right before I am about to merge it 🙃 Just rebased it and hopefully getting it merged tonight..

@edmundhung edmundhung merged commit 3024ec1 into cloudflare:main Aug 21, 2025
33 of 34 checks passed
@github-project-automation github-project-automation bot moved this from Approved to Done in workers-sdk Aug 21, 2025
@workers-devprod workers-devprod added the contribution [Holopin] Recognizes an open-source contribution, big or small label Aug 21, 2025
Copy link

holopin-bot bot commented Aug 21, 2025

Congratulations @MichaelDeBoey, the maintainer of this repository has issued you a holobyte! Here it is: https://holopin.io/holobyte/cmelv10rf1436907kz24mh0nbb

This badge can only be claimed by you, so make sure that your GitHub account is linked to your Holopin account. You can manage those preferences here: https://holopin.io/account.
Or if you're new to Holopin, you can simply sign up with GitHub, which will do the trick!

@MichaelDeBoey MichaelDeBoey deleted the update-mjackson-packages-to-remix-run branch August 21, 2025 22:01
@MichaelDeBoey
Copy link
Contributor Author

@edmundhung Thanks for taking the time to keep trying! 🙏

@edmundhung
Copy link
Member

Nah, it's all good! Sorry it took so long to get such a simple PR merged. Thanks a ton for the contribution 🙌🏼

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution [Holopin] Recognizes an open-source contribution, big or small
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants