Closed SeppahBaws closed 4 months ago
Latest commit: 8978afd64ee9011f7108775aa669408236b966fc
The changes in this PR will be included in the next version bump.
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
Name | Link |
---|---|
Latest commit | 8978afd64ee9011f7108775aa669408236b966fc |
Latest deploy log | https://app.netlify.com/sites/houdinigraphql/deploys/668404752359ff0008f7252a |
Name | Link |
---|---|
Latest commit | 8978afd64ee9011f7108775aa669408236b966fc |
Latest deploy log | https://app.netlify.com/sites/houdini-docs-next/deploys/66840475d960ed0008effea5 |
Awesome, thanks for fixing it! When will it be released?
Hopefully by the end of this week, I'm just bumping some versions in the repository, and I want it to be part to the next version as well.
@macmillen and others: I just published the fix, it's up on v1.2.48
I wasn't able to bump the dependencies yet, as I'm getting some very strange errors when building. But the package is forwards compatible so everything should just work.
Thank you! :rocket:
Fixes #1306
Since the
addWatchFile
is context-aware, it ended up being invalid by the time the houdini plugins came around to use the function. This PR is a quick fix to ensure that people can keep using Houdini with the latest version of Vite. We'll need to properly rewrite the Vite plugin at one point so thatthis.addWatchFile
is only called from within the houdini vite plugin itself.For more context, take a look at the referenced issue, or this thread in Discord
To help everyone out, please make sure your PR does the following:
pnpm run tests
andcd integration && pnpm run tests
pnpm changeset