github graphql/graphiql @graphiql/plugin-history@0.4.2

latest releases: graphql-language-service@5.5.1, graphql-language-service-server@2.14.9, @graphiql/plugin-explorer@5.1.2...
2 hours ago

Patch Changes

  • #4231 6f5d5d2 Thanks @trevor-scheer! - Fix degraded type declarations in published packages

    Both packages import from @graphiql/react at build time but only declared it as a peer dependency. Yarn workspaces topologically orders builds via dependencies/devDependencies, not peerDependencies, so on a clean checkout these plugins built before @graphiql/react had emitted its dist/*.d.ts. vite-plugin-dts then ran tsc against unresolved @graphiql/react imports, fell back to any for any return type that flowed through useGraphiQL, and published .d.ts artifacts where hooks like useDocExplorer and useDocExplorerActions resolved to () => any instead of their real shapes.

    Adding @graphiql/react as a devDependency matches the pattern already in @graphiql/plugin-explorer and @graphiql/plugin-code-exporter and lets the build run in topological order.

  • #4140 40359eb Thanks @trevor-scheer! - Remove react-compiler-runtime peer dependency

  • #4211 e7b30c1 Thanks @davidjb! - Add *.css to sideEffects to allow import of CSS in Webpack Javascript

  • Updated dependencies [463df14]:

    • @graphiql/toolkit@0.12.0

Don't miss a new graphiql release

NewReleases is sending notifications on new releases.