Upcoming Release Changes - #8168
Conversation
There was a problem hiding this comment.
Code Review
This pull request bumps @graphql-hive/laboratory to version 0.1.9 to update its bundled graphql dependency to ^16.14.0, resolving an introspection error with graphql-js 16.14+. It also updates @graphql-hive/render-laboratory to version 0.1.10 to use the updated dependency. I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
🚀 Snapshot Release (
|
| Package | Version | Info |
|---|---|---|
@graphql-hive/cli |
0.60.2-rc-20260624073241-d9764ed2dcd7813872795600aadc58fcca36a6d3 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/laboratory |
0.1.9-rc-20260624073241-d9764ed2dcd7813872795600aadc58fcca36a6d3 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/render-laboratory |
0.1.10-rc-20260624073241-d9764ed2dcd7813872795600aadc58fcca36a6d3 |
npm ↗︎ unpkg ↗︎ |
|
🐋 This PR was built and pushed to the following Docker images: Targets: Platforms: Image Tags: |
74737e2 to
bbb56a3
Compare
cdaa6b6 to
277ce5c
Compare
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@graphql-hive/cli@0.60.2
Patch Changes
277ce5cThanks @jdolle! - Print schema delete changes and errors. Do not
require confirm on dry run deletes.
@graphql-hive/laboratory@0.1.9
Patch Changes
6e9a210Thanks @mskorokhodov! - Bump bundled
graphqlfrom^16.12.0to
^16.14.0to fix "Unexpected invariant triggered" error in the schema explorer whenintrospecting servers running graphql-js 16.14+. graphql-js 16.14.0 added
DIRECTIVE_DEFINITIONto the
@deprecateddirective's introspection locations; the previously bundled 16.12.0 did notrecognise this enum value, making the Laboratory unusable against any such server.
@graphql-hive/render-laboratory@0.1.10
Patch Changes
[
6e9a210]: