-
-
Notifications
You must be signed in to change notification settings - Fork 99
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
fix deprecated dependencies #1360
Comments
Deprecated devDependenciesThere are also the following deprecated dependencies in the main houdini monorepo:
And it's imported by It can be directly replaced with https://www.npmjs.com/package/@theguild/remark-mermaid . The documentation shows only an install is needed, and no code modification. |
|
Yea, svelte is 3.57, and sveltekit is |
Hey all, We're aware that When svelte 5 is released and #1300 is merged, the svelte and svelte-kit versions will be up to date again. |
Describe the feature
Houdini is importing a deprecated, old (2022) version of glob, polluting a depending project's audit & pnpm install with warnings.
houdini/packages/_scripts/package.json
Line 16 in c8e7330
houdini/packages/houdini/package.json
Line 52 in c8e7330
This probably shouldn't matter much, but that version of glob in turn imports
inflight@1.0.6
which is deprecated at its last version, leaks memory and seems to be a bit bigger of an issue.Criticality
nice to have
Tasks
The text was updated successfully, but these errors were encountered: