-
Notifications
You must be signed in to change notification settings - Fork 395
Infra: Remove unused dependencies #1707
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
Conversation
More templates
commit: |
|
* Added OPTIONS to HTTP_METHODS Array * Added changeset * fix: rename 'Home' route component to 'About' (#1690) ... in about.tsx * temporarily lock examples to vite 5 until we can solve upstream issues * Add clean:all command (#1686) * Add clean:all command * default clean:all * update unocss (#1688) Co-authored-by: Atila Fassina <atila@fassina.eu> * Move docs from root package to /docs package (#1685) * make docs package * remove changeset from docs * type module * use workspace packages for ocs * build packages * take vite out of root * clean docs command * docs:clean --------- Co-authored-by: Atila Fassina <atila@fassina.eu> * Skip typecheck when changing ignored files (#1699) * add copy to clipboard button to code snippet * hotfix deploy path to cloudflare (#1701) * docs: run typecheck, but skip if changes only in landing page * fix: handle request body streaming with latest netlify preset (#1705) * fix: handle request body streaming with latest netlify preset See #1673. * add changeset --------- Co-authored-by: Ryan Carniato <ryansolid@gmail.com> * fix request types * forward set cookies through single-flight * drive solid-start-mdx off a cliff * good riddance * what is that changeset? * v1.0.11 * update lock * Infra: Remove unused dependencies (#1707) * infra: remove turbo * infra: adjust triggers for typecheck task * infra: remove unused graphql * chore: replace shikiji with shiki (#1710) * Added OPTIONS to HTTP_METHODS Array * docs: adjust release notes --------- Co-authored-by: Matthias Hermsen <matthiashermsen@gmail.com> Co-authored-by: Ryan Carniato <ryansolid@gmail.com> Co-authored-by: Birk Skyum <74932975+birkskyum@users.noreply.github.com> Co-authored-by: Atila Fassina <atila@fassina.eu> Co-authored-by: David Di Biase <1168397+davedbase@users.noreply.github.com> Co-authored-by: Philippe Serhal <philippe.serhal@gmail.com> Co-authored-by: Quetzal Rivera <eptadot799@outlook.com>
it seems the monorepo is not using Turbo, so this PR removes it from the dependencies.
And no package is using
graphql
either.