Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump the graphql group across 1 directory with 8 updates (#2448)
Bumps the graphql group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@apollo/client](https://github.com/apollographql/apollo-client) | `3.10.4` | `3.10.8` | | [graphql](https://github.com/graphql/graphql-js) | `16.8.1` | `16.9.0` | | [@graphql-codegen/add](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/other/add) | `5.0.2` | `5.0.3` | | [@graphql-codegen/typed-document-node](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/typed-document-node) | `5.0.7` | `5.0.9` | | [@graphql-codegen/typescript-operations](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/operations) | `4.2.1` | `4.2.3` | | [@graphql-inspector/cli](https://github.com/kamilkisiela/graphql-inspector/tree/HEAD/packages/cli) | `5.0.5` | `5.0.6` | | [@graphql-tools/utils](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/utils) | `10.2.1` | `10.2.3` | | [graphql-codegen-typescript-validation-schema](https://github.com/Code-Hex/graphql-codegen-typescript-validation-schema) | `0.12.1` | `0.15.0` | Updates `@apollo/client` from 3.10.4 to 3.10.8 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apollographql/apollo-client/releases"><code>@apollo/client</code>'s releases</a>.</em></p> <blockquote> <h2>v3.10.8</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/apollographql/apollo-client/pull/11911">#11911</a> <a href="https://github.com/apollographql/apollo-client/commit/1f0460a60fc613e8d6f218a74ded69e81e960791"><code>1f0460a</code></a> Thanks <a href="https://github.com/jerelmiller"><code>@jerelmiller</code></a>! - Allow <code>undefined</code> to be returned from a <code>cache.modify</code> modifier function when a generic type argument is used.</li> </ul> <h2>v3.10.7</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11901">#11901</a> <a href="https://github.com/apollographql/apollo-client/commit/10a8c0a8f6f3e13ec3c67bf53cc11a948b60e6d9"><code>10a8c0a</code></a> Thanks <a href="https://github.com/phryneas"><code>@phryneas</code></a>! - update <code>canUseLayoutEffect</code> check to also allow for layout effects in React Native</p> </li> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11861">#11861</a> <a href="https://github.com/apollographql/apollo-client/commit/1aed0e82fcc432380a56d4a446f414ce8b1a7a90"><code>1aed0e8</code></a> Thanks <a href="https://github.com/henryqdineen"><code>@henryqdineen</code></a>! - Defend against non-serializable params in <code>invariantWrappers</code></p> </li> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11905">#11905</a> <a href="https://github.com/apollographql/apollo-client/commit/29755da8797dc94613a23fe050ddd6ef9ffab607"><code>29755da</code></a> Thanks <a href="https://github.com/phryneas"><code>@phryneas</code></a>! - Add <code>.d.cts</code> files for cjs bundles</p> </li> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11906">#11906</a> <a href="https://github.com/apollographql/apollo-client/commit/d104759cfb4be31e2ffbe166531a9b11861ade99"><code>d104759</code></a> Thanks <a href="https://github.com/phryneas"><code>@phryneas</code></a>! - chore: update TypeScript to 5.5</p> </li> </ul> <h2>v3.10.6</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/apollographql/apollo-client/pull/11900">#11900</a> <a href="https://github.com/apollographql/apollo-client/commit/f74555826995009a6bb9d824506cecb3508e3365"><code>f745558</code></a> Thanks <a href="https://github.com/phryneas"><code>@phryneas</code></a>! - <code>useMutation</code>: use <code>useIsomorphicLayoutEffect</code> instead of <code>useLayoutEffect</code></li> </ul> <h2>v3.10.5</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11888">#11888</a> <a href="https://github.com/apollographql/apollo-client/commit/7fb7939edb7ca8f4273b75554f96ea9936731458"><code>7fb7939</code></a> Thanks <a href="https://github.com/phryneas"><code>@phryneas</code></a>! - switch <code>useRenderGuard</code> to an approach not accessing React's internals</p> </li> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11511">#11511</a> <a href="https://github.com/apollographql/apollo-client/commit/6536369cf213469d20d15b779c344268d70fecd5"><code>6536369</code></a> Thanks <a href="https://github.com/phryneas"><code>@phryneas</code></a>! - <code>useLoadableQuery</code>: ensure that <code>loadQuery</code> is updated if the ApolloClient instance changes</p> </li> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11860">#11860</a> <a href="https://github.com/apollographql/apollo-client/commit/8740f198805a99e01136617c4055d611b92cc231"><code>8740f19</code></a> Thanks <a href="https://github.com/alessbell"><code>@alessbell</code></a>! - Fixes <a href="https://redirect.github.com/apollographql/apollo-client/issues/11849">#11849</a> by reevaluating <code>window.fetch</code> each time <code>BatchHttpLink</code> uses it, if not configured via <code>options.fetch</code>. Takes the same approach as PR <a href="https://redirect.github.com/apollographql/apollo-client/pull/8603">#8603</a> which fixed the same issue in <code>HttpLink</code>.</p> </li> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11852">#11852</a> <a href="https://github.com/apollographql/apollo-client/commit/d502a69654d8ffa31e09467da028304a934a9874"><code>d502a69</code></a> Thanks <a href="https://github.com/phryneas"><code>@phryneas</code></a>! - Fix a bug where calling the <code>useMutation</code> <code>reset</code> function would point the hook to an outdated <code>client</code> reference.</p> </li> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11329">#11329</a> <a href="https://github.com/apollographql/apollo-client/commit/3d164ea16c17d271f6fa9e5ad8f013623eec23a0"><code>3d164ea</code></a> Thanks <a href="https://github.com/PaLy"><code>@PaLy</code></a>! - Fix graphQLErrors in Error Link if networkError.result is an empty string</p> </li> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11852">#11852</a> <a href="https://github.com/apollographql/apollo-client/commit/d502a69654d8ffa31e09467da028304a934a9874"><code>d502a69</code></a> Thanks <a href="https://github.com/phryneas"><code>@phryneas</code></a>! - Prevent writing to a ref in render in <code>useMutation</code>. As a result, you might encounter problems in the future if you call the mutation's <code>execute</code> function during render. Please note that this was never supported behavior, and we strongly recommend against it.</p> </li> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11848">#11848</a> <a href="https://github.com/apollographql/apollo-client/commit/ad6392424ddbeb6f91b165c806251490e1cdd69e"><code>ad63924</code></a> Thanks <a href="https://github.com/phryneas"><code>@phryneas</code></a>! - Ensure covariant behavior: <code>MockedResponse<X,Y></code> should be assignable to <code>MockedResponse</code></p> </li> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11851">#11851</a> <a href="https://github.com/apollographql/apollo-client/commit/45c47be26d4e020cfcff359a5af19ccfc39b930e"><code>45c47be</code></a> Thanks <a href="https://github.com/phryneas"><code>@phryneas</code></a>! - Avoid usage of useRef in useInternalState to prevent ref access in render.</p> </li> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11877">#11877</a> <a href="https://github.com/apollographql/apollo-client/commit/634d91aeb10ab308b05d5ffb918678806046af09"><code>634d91a</code></a> Thanks <a href="https://github.com/phryneas"><code>@phryneas</code></a>! - Add missing name to tuple member (fix TS5084)</p> </li> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11851">#11851</a> <a href="https://github.com/apollographql/apollo-client/commit/45c47be26d4e020cfcff359a5af19ccfc39b930e"><code>45c47be</code></a> Thanks <a href="https://github.com/phryneas"><code>@phryneas</code></a>! - Fix a bug where <code>useLazyQuery</code> would not pick up a client change.</p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md"><code>@apollo/client</code>'s changelog</a>.</em></p> <blockquote> <h2>3.10.8</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/apollographql/apollo-client/pull/11911">#11911</a> <a href="https://github.com/apollographql/apollo-client/commit/1f0460a60fc613e8d6f218a74ded69e81e960791"><code>1f0460a</code></a> Thanks <a href="https://github.com/jerelmiller"><code>@jerelmiller</code></a>! - Allow <code>undefined</code> to be returned from a <code>cache.modify</code> modifier function when a generic type argument is used.</li> </ul> <h2>3.10.7</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11901">#11901</a> <a href="https://github.com/apollographql/apollo-client/commit/10a8c0a8f6f3e13ec3c67bf53cc11a948b60e6d9"><code>10a8c0a</code></a> Thanks <a href="https://github.com/phryneas"><code>@phryneas</code></a>! - update <code>canUseLayoutEffect</code> check to also allow for layout effects in React Native</p> </li> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11861">#11861</a> <a href="https://github.com/apollographql/apollo-client/commit/1aed0e82fcc432380a56d4a446f414ce8b1a7a90"><code>1aed0e8</code></a> Thanks <a href="https://github.com/henryqdineen"><code>@henryqdineen</code></a>! - Defend against non-serializable params in <code>invariantWrappers</code></p> </li> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11905">#11905</a> <a href="https://github.com/apollographql/apollo-client/commit/29755da8797dc94613a23fe050ddd6ef9ffab607"><code>29755da</code></a> Thanks <a href="https://github.com/phryneas"><code>@phryneas</code></a>! - Add <code>.d.cts</code> files for cjs bundles</p> </li> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11906">#11906</a> <a href="https://github.com/apollographql/apollo-client/commit/d104759cfb4be31e2ffbe166531a9b11861ade99"><code>d104759</code></a> Thanks <a href="https://github.com/phryneas"><code>@phryneas</code></a>! - chore: update TypeScript to 5.5</p> </li> </ul> <h2>3.10.6</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/apollographql/apollo-client/pull/11900">#11900</a> <a href="https://github.com/apollographql/apollo-client/commit/f74555826995009a6bb9d824506cecb3508e3365"><code>f745558</code></a> Thanks <a href="https://github.com/phryneas"><code>@phryneas</code></a>! - <code>useMutation</code>: use <code>useIsomorphicLayoutEffect</code> instead of <code>useLayoutEffect</code></li> </ul> <h2>3.10.5</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11888">#11888</a> <a href="https://github.com/apollographql/apollo-client/commit/7fb7939edb7ca8f4273b75554f96ea9936731458"><code>7fb7939</code></a> Thanks <a href="https://github.com/phryneas"><code>@phryneas</code></a>! - switch <code>useRenderGuard</code> to an approach not accessing React's internals</p> </li> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11511">#11511</a> <a href="https://github.com/apollographql/apollo-client/commit/6536369cf213469d20d15b779c344268d70fecd5"><code>6536369</code></a> Thanks <a href="https://github.com/phryneas"><code>@phryneas</code></a>! - <code>useLoadableQuery</code>: ensure that <code>loadQuery</code> is updated if the ApolloClient instance changes</p> </li> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11860">#11860</a> <a href="https://github.com/apollographql/apollo-client/commit/8740f198805a99e01136617c4055d611b92cc231"><code>8740f19</code></a> Thanks <a href="https://github.com/alessbell"><code>@alessbell</code></a>! - Fixes <a href="https://redirect.github.com/apollographql/apollo-client/issues/11849">#11849</a> by reevaluating <code>window.fetch</code> each time <code>BatchHttpLink</code> uses it, if not configured via <code>options.fetch</code>. Takes the same approach as PR <a href="https://redirect.github.com/apollographql/apollo-client/pull/8603">#8603</a> which fixed the same issue in <code>HttpLink</code>.</p> </li> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11852">#11852</a> <a href="https://github.com/apollographql/apollo-client/commit/d502a69654d8ffa31e09467da028304a934a9874"><code>d502a69</code></a> Thanks <a href="https://github.com/phryneas"><code>@phryneas</code></a>! - Fix a bug where calling the <code>useMutation</code> <code>reset</code> function would point the hook to an outdated <code>client</code> reference.</p> </li> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11329">#11329</a> <a href="https://github.com/apollographql/apollo-client/commit/3d164ea16c17d271f6fa9e5ad8f013623eec23a0"><code>3d164ea</code></a> Thanks <a href="https://github.com/PaLy"><code>@PaLy</code></a>! - Fix graphQLErrors in Error Link if networkError.result is an empty string</p> </li> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11852">#11852</a> <a href="https://github.com/apollographql/apollo-client/commit/d502a69654d8ffa31e09467da028304a934a9874"><code>d502a69</code></a> Thanks <a href="https://github.com/phryneas"><code>@phryneas</code></a>! - Prevent writing to a ref in render in <code>useMutation</code>. As a result, you might encounter problems in the future if you call the mutation's <code>execute</code> function during render. Please note that this was never supported behavior, and we strongly recommend against it.</p> </li> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11848">#11848</a> <a href="https://github.com/apollographql/apollo-client/commit/ad6392424ddbeb6f91b165c806251490e1cdd69e"><code>ad63924</code></a> Thanks <a href="https://github.com/phryneas"><code>@phryneas</code></a>! - Ensure covariant behavior: <code>MockedResponse<X,Y></code> should be assignable to <code>MockedResponse</code></p> </li> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11851">#11851</a> <a href="https://github.com/apollographql/apollo-client/commit/45c47be26d4e020cfcff359a5af19ccfc39b930e"><code>45c47be</code></a> Thanks <a href="https://github.com/phryneas"><code>@phryneas</code></a>! - Avoid usage of useRef in useInternalState to prevent ref access in render.</p> </li> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11877">#11877</a> <a href="https://github.com/apollographql/apollo-client/commit/634d91aeb10ab308b05d5ffb918678806046af09"><code>634d91a</code></a> Thanks <a href="https://github.com/phryneas"><code>@phryneas</code></a>! - Add missing name to tuple member (fix TS5084)</p> </li> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11851">#11851</a> <a href="https://github.com/apollographql/apollo-client/commit/45c47be26d4e020cfcff359a5af19ccfc39b930e"><code>45c47be</code></a> Thanks <a href="https://github.com/phryneas"><code>@phryneas</code></a>! - Fix a bug where <code>useLazyQuery</code> would not pick up a client change.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apollographql/apollo-client/commit/d914d689abd9a3364cfa9c6bef8617d97df67a1c"><code>d914d68</code></a> Version Packages (<a href="https://redirect.github.com/apollographql/apollo-client/issues/11912">#11912</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/1f0460a60fc613e8d6f218a74ded69e81e960791"><code>1f0460a</code></a> Allow <code>undefined</code> as return value from <code>cache.modify</code> modifier function (<a href="https://redirect.github.com/apollographql/apollo-client/issues/11911">#11911</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/7111de266e4ae5b21cf8cb59531db6f8bb9b443f"><code>7111de2</code></a> Version Packages (<a href="https://redirect.github.com/apollographql/apollo-client/issues/11907">#11907</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/1aed0e82fcc432380a56d4a446f414ce8b1a7a90"><code>1aed0e8</code></a> Defend against non-serializable params in <code>invariantWrappers</code> (<a href="https://redirect.github.com/apollographql/apollo-client/issues/11861">#11861</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/29755da8797dc94613a23fe050ddd6ef9ffab607"><code>29755da</code></a> Add <code>.d.cts</code> files for cjs bundles (<a href="https://redirect.github.com/apollographql/apollo-client/issues/11905">#11905</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/a07c516f3ba9b9d84732d7b4c6d6626168846fd2"><code>a07c516</code></a> renovate: ignore eslint-plugin-react-compiler (<a href="https://redirect.github.com/apollographql/apollo-client/issues/11908">#11908</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/a043763e767fe7f24fe4d48e0175922b459c6beb"><code>a043763</code></a> chore(deps): update cimg/node docker tag to v22.3.0 (<a href="https://redirect.github.com/apollographql/apollo-client/issues/11904">#11904</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/573fab4f13a3644b269966ecb6377046b35c9bea"><code>573fab4</code></a> chore(deps): bump ws from 6.2.2 to 6.2.3 in /integration-tests (<a href="https://redirect.github.com/apollographql/apollo-client/issues/11898">#11898</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/10a8c0a8f6f3e13ec3c67bf53cc11a948b60e6d9"><code>10a8c0a</code></a> update <code>canUseLayoutEffect</code> check to also allow for layout effects in React N...</li> <li><a href="https://github.com/apollographql/apollo-client/commit/d104759cfb4be31e2ffbe166531a9b11861ade99"><code>d104759</code></a> chore: update TypeScript to 5.5 (<a href="https://redirect.github.com/apollographql/apollo-client/issues/11906">#11906</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apollographql/apollo-client/compare/v3.10.4...v3.10.8">compare view</a></li> </ul> </details> <br /> Updates `graphql` from 16.8.1 to 16.9.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/graphql/graphql-js/releases">graphql's releases</a>.</em></p> <blockquote> <h2>v16.9.0 (2024-06-21)</h2> <h4>New Feature 🚀</h4> <ul> <li><a href="https://redirect.github.com/graphql/graphql-js/pull/4119">#4119</a> backport[v16]: Introduce "recommended" validation rules (<a href="https://github.com/benjie"><code>@benjie</code></a>)</li> <li><a href="https://redirect.github.com/graphql/graphql-js/pull/4122">#4122</a> backport[v16]: Enable passing values configuration to GraphQLEnumType as a thunk (<a href="https://github.com/benjie"><code>@benjie</code></a>)</li> <li><a href="https://redirect.github.com/graphql/graphql-js/pull/4124">#4124</a> backport[v16]: Implement OneOf Input Objects via <code>@oneOf</code> directive (<a href="https://github.com/benjie"><code>@benjie</code></a>)</li> </ul> <h4>Committers: 1</h4> <ul> <li>Benjie(<a href="https://github.com/benjie"><code>@benjie</code></a>)</li> </ul> <h2>v16.8.2 (2024-06-12)</h2> <h4>Bug Fix 🐞</h4> <ul> <li><a href="https://redirect.github.com/graphql/graphql-js/pull/4022">#4022</a> fix: remove <code>globalThis</code> check and align with what bundlers can accept (<a href="https://github.com/JoviDeCroock"><code>@JoviDeCroock</code></a>)</li> </ul> <h4>Internal 🏠</h4> <ul> <li><a href="https://redirect.github.com/graphql/graphql-js/pull/4104">#4104</a> Fix publish scripts (<a href="https://github.com/benjie"><code>@benjie</code></a>)</li> </ul> <h4>Committers: 2</h4> <ul> <li>Benjie(<a href="https://github.com/benjie"><code>@benjie</code></a>)</li> <li>Jovi De Croock(<a href="https://github.com/JoviDeCroock"><code>@JoviDeCroock</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/graphql/graphql-js/commit/556a01e33ec2dad5529d7d6f84aab3f8f68f1f1d"><code>556a01e</code></a> 16.9.0</li> <li><a href="https://github.com/graphql/graphql-js/commit/6a1614cbf22f4036150d4354fc200c368a29939f"><code>6a1614c</code></a> backport[v16]: Enable passing values configuration to GraphQLEnumType as a th...</li> <li><a href="https://github.com/graphql/graphql-js/commit/29144f73452f17ef669c6902f610f28afe61dbd1"><code>29144f7</code></a> backport[v16]: Implement OneOf Input Objects via <code>@oneOf</code> directive (<a href="https://redirect.github.com/graphql/graphql-js/issues/4124">#4124</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/c35130e4c1b196a63cb0f8b4a74b873f921eaba5"><code>c35130e</code></a> Revert error extension symbol (<a href="https://redirect.github.com/graphql/graphql-js/issues/4123">#4123</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/29c1bff40c7cc035052aae0f5e4dfb6ac738e7a2"><code>29c1bff</code></a> feat: allow defining symbol error extensions (<a href="https://redirect.github.com/graphql/graphql-js/issues/3730">#3730</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/c985c2733d92c8c60b51345e3b15b7d6517b80eb"><code>c985c27</code></a> backport[v16]: Introduce "recommended" validation rules (<a href="https://redirect.github.com/graphql/graphql-js/issues/4119">#4119</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/08779a044b84881fb36377272777cf42a82eb262"><code>08779a0</code></a> 16.8.2</li> <li><a href="https://github.com/graphql/graphql-js/commit/c82609e8224d80888c9704b47bac90098fbfa176"><code>c82609e</code></a> Fix publish scripts (<a href="https://redirect.github.com/graphql/graphql-js/issues/4104">#4104</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/0d12b0654a44f7bb9e35a2c612ed28c7bfe1e69e"><code>0d12b06</code></a> fix: remove <code>globalThis</code> check and align with what bundlers can accept (<a href="https://redirect.github.com/graphql/graphql-js/issues/4022">#4022</a>)</li> <li>See full diff in <a href="https://github.com/graphql/graphql-js/compare/v16.8.1...v16.9.0">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~benjie">benjie</a>, a new releaser for graphql since your current version.</p> </details> <br /> Updates `@graphql-codegen/add` from 5.0.2 to 5.0.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dotansimha/graphql-code-generator/releases"><code>@graphql-codegen/add</code>'s releases</a>.</em></p> <blockquote> <h2>Release 2022-08-04T13:12:01.667Z</h2> <h2><code>@graphql-codegen/graphql-modules-preset</code><a href="https://github.com/2"><code>@2</code></a>.5.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/dotansimha/graphql-code-generator/pull/6796">#6796</a> <a href="https://github.com/dotansimha/graphql-code-generator/commit/8b6e8e6648f2d95cc40873cfc008a545d8a9c46f"><code>8b6e8e664</code></a> Thanks <a href="https://github.com/kamilkisiela"><code>@kamilkisiela</code></a>! - Introduce requireRootResolvers flag</li> </ul> <h2>Release 2022-08-04T13:05:23.977Z</h2> <p>No release notes provided.</p> <h2>Release 2022-08-04T13:02:57.827Z</h2> <p>No release notes provided.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/other/add/CHANGELOG.md"><code>@graphql-codegen/add</code>'s changelog</a>.</em></p> <blockquote> <h2>5.0.3</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/dotansimha/graphql-code-generator/pull/9987">#9987</a> <a href="https://github.com/dotansimha/graphql-code-generator/commit/5501c621f19eb5ef8e703a21f7367e07e41f199c"><code>5501c62</code></a> Thanks <a href="https://github.com/taro-28"><code>@taro-28</code></a>! - Export configuration types (e.g. <code>AddPluginConfig</code>) from the entry point.</p> <pre lang="ts"><code>import type { AddPluginConfig } from '@graphql-codegen/add'; </code></pre> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/cac19e53e3acd30eb72571e39e4e0c314260c69c"><code>cac19e5</code></a> Upcoming Release Changes (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/other/add/issues/10000">#10000</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/5501c621f19eb5ef8e703a21f7367e07e41f199c"><code>5501c62</code></a> feat(plugin/add): export config type (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/other/add/issues/9987">#9987</a>)</li> <li>See full diff in <a href="https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/[email protected]/packages/plugins/other/add">compare view</a></li> </ul> </details> <br /> Updates `@graphql-codegen/typed-document-node` from 5.0.7 to 5.0.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dotansimha/graphql-code-generator/releases"><code>@graphql-codegen/typed-document-node</code>'s releases</a>.</em></p> <blockquote> <h2>Release 2022-08-04T13:12:01.667Z</h2> <h2><code>@graphql-codegen/graphql-modules-preset</code><a href="https://github.com/2"><code>@2</code></a>.5.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/dotansimha/graphql-code-generator/pull/6796">#6796</a> <a href="https://github.com/dotansimha/graphql-code-generator/commit/8b6e8e6648f2d95cc40873cfc008a545d8a9c46f"><code>8b6e8e664</code></a> Thanks <a href="https://github.com/kamilkisiela"><code>@kamilkisiela</code></a>! - Introduce requireRootResolvers flag</li> </ul> <h2>Release 2022-08-04T13:05:23.977Z</h2> <p>No release notes provided.</p> <h2>Release 2022-08-04T13:02:57.827Z</h2> <p>No release notes provided.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/typed-document-node/CHANGELOG.md"><code>@graphql-codegen/typed-document-node</code>'s changelog</a>.</em></p> <blockquote> <h2>5.0.9</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/dotansimha/graphql-code-generator/commit/79fee3cada20d683d250aad5aa5fef9d6ed9f4d2"><code>79fee3c</code></a>]: <ul> <li><code>@graphql-codegen/visitor-plugin-common</code><a href="https://github.com/5"><code>@5</code></a>.3.1</li> </ul> </li> </ul> <h2>5.0.8</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/dotansimha/graphql-code-generator/commit/808ada595d83d39cad045da5824cac6378e9eca3"><code>808ada5</code></a>, <a href="https://github.com/dotansimha/graphql-code-generator/commit/14ce39e41dfee38c652be736664177fa2b1df421"><code>14ce39e</code></a>]: <ul> <li><code>@graphql-codegen/visitor-plugin-common</code><a href="https://github.com/5"><code>@5</code></a>.3.0</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/16917691adc00261a3eccd1b3aa0f7d01652ef5e"><code>1691769</code></a> chore(release): update monorepo packages versions (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/typed-document-node/issues/10027">#10027</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/61b6a94d7835403f4938c86df7f5b4e6c9e1aa74"><code>61b6a94</code></a> Upcoming Release Changes (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/typed-document-node/issues/10010">#10010</a>)</li> <li>See full diff in <a href="https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/[email protected]/packages/plugins/typescript/typed-document-node">compare view</a></li> </ul> </details> <br /> Updates `@graphql-codegen/typescript-operations` from 4.2.1 to 4.2.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dotansimha/graphql-code-generator/releases"><code>@graphql-codegen/typescript-operations</code>'s releases</a>.</em></p> <blockquote> <h2>Release 2022-08-04T13:12:01.667Z</h2> <h2><code>@graphql-codegen/graphql-modules-preset</code><a href="https://github.com/2"><code>@2</code></a>.5.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/dotansimha/graphql-code-generator/pull/6796">#6796</a> <a href="https://github.com/dotansimha/graphql-code-generator/commit/8b6e8e6648f2d95cc40873cfc008a545d8a9c46f"><code>8b6e8e664</code></a> Thanks <a href="https://github.com/kamilkisiela"><code>@kamilkisiela</code></a>! - Introduce requireRootResolvers flag</li> </ul> <h2>Release 2022-08-04T13:05:23.977Z</h2> <p>No release notes provided.</p> <h2>Release 2022-08-04T13:02:57.827Z</h2> <p>No release notes provided.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/operations/CHANGELOG.md"><code>@graphql-codegen/typescript-operations</code>'s changelog</a>.</em></p> <blockquote> <h2>4.2.3</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/dotansimha/graphql-code-generator/commit/79fee3cada20d683d250aad5aa5fef9d6ed9f4d2"><code>79fee3c</code></a>]: <ul> <li><code>@graphql-codegen/visitor-plugin-common</code><a href="https://github.com/5"><code>@5</code></a>.3.1</li> <li><code>@graphql-codegen/typescript</code><a href="https://github.com/4"><code>@4</code></a>.0.9</li> </ul> </li> </ul> <h2>4.2.2</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/dotansimha/graphql-code-generator/commit/808ada595d83d39cad045da5824cac6378e9eca3"><code>808ada5</code></a>, <a href="https://github.com/dotansimha/graphql-code-generator/commit/14ce39e41dfee38c652be736664177fa2b1df421"><code>14ce39e</code></a>]: <ul> <li><code>@graphql-codegen/visitor-plugin-common</code><a href="https://github.com/5"><code>@5</code></a>.3.0</li> <li><code>@graphql-codegen/typescript</code><a href="https://github.com/4"><code>@4</code></a>.0.8</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/16917691adc00261a3eccd1b3aa0f7d01652ef5e"><code>1691769</code></a> chore(release): update monorepo packages versions (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/operations/issues/10027">#10027</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/61b6a94d7835403f4938c86df7f5b4e6c9e1aa74"><code>61b6a94</code></a> Upcoming Release Changes (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/operations/issues/10010">#10010</a>)</li> <li>See full diff in <a href="https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/[email protected]/packages/plugins/typescript/operations">compare view</a></li> </ul> </details> <br /> Updates `@graphql-inspector/cli` from 5.0.5 to 5.0.6 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kamilkisiela/graphql-inspector/blob/master/packages/cli/CHANGELOG.md"><code>@graphql-inspector/cli</code>'s changelog</a>.</em></p> <blockquote> <h2>5.0.6</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/kamilkisiela/graphql-inspector/commit/8df7cd6969c28d1c15eccc1231fd67983db0cded"><code>8df7cd6</code></a>, <a href="https://github.com/kamilkisiela/graphql-inspector/commit/8df7cd6969c28d1c15eccc1231fd67983db0cded"><code>8df7cd6</code></a>, <a href="https://github.com/kamilkisiela/graphql-inspector/commit/8df7cd6969c28d1c15eccc1231fd67983db0cded"><code>8df7cd6</code></a>, <a href="https://github.com/kamilkisiela/graphql-inspector/commit/8df7cd6969c28d1c15eccc1231fd67983db0cded"><code>8df7cd6</code></a>, <a href="https://github.com/kamilkisiela/graphql-inspector/commit/0e40ebd046dafa2d4542b837c69ba221c73cf873"><code>0e40ebd</code></a>]: <ul> <li><code>@graphql-inspector/audit-command</code><a href="https://github.com/5"><code>@5</code></a>.0.6</li> <li><code>@graphql-inspector/coverage-command</code><a href="https://github.com/6"><code>@6</code></a>.1.0</li> <li><code>@graphql-inspector/loaders</code><a href="https://github.com/4"><code>@4</code></a>.0.5</li> <li><code>@graphql-inspector/validate-command</code><a href="https://github.com/5"><code>@5</code></a>.0.6</li> <li><code>@graphql-inspector/diff-command</code><a href="https://github.com/5"><code>@5</code></a>.0.6</li> <li><code>@graphql-inspector/introspect-command</code><a href="https://github.com/5"><code>@5</code></a>.0.6</li> <li><code>@graphql-inspector/similar-command</code><a href="https://github.com/5"><code>@5</code></a>.0.6</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kamilkisiela/graphql-inspector/commit/6b923849d03bc5a87d8953d5b7a36b63ef638d4e"><code>6b92384</code></a> chore(release): update monorepo packages versions (<a href="https://github.com/kamilkisiela/graphql-inspector/tree/HEAD/packages/cli/issues/2776">#2776</a>)</li> <li>See full diff in <a href="https://github.com/kamilkisiela/graphql-inspector/commits/@graphql-inspector/[email protected]/packages/cli">compare view</a></li> </ul> </details> <br /> Updates `@graphql-tools/utils` from 10.2.1 to 10.2.3 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ardatan/graphql-tools/blob/master/packages/utils/CHANGELOG.md"><code>@graphql-tools/utils</code>'s changelog</a>.</em></p> <blockquote> <h2>10.2.3</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/ardatan/graphql-tools/pull/6278">#6278</a> <a href="https://github.com/ardatan/graphql-tools/commit/66c99d9c9e480cc4e1569b032952caea0ff69c0c"><code>66c99d9</code></a> Thanks <a href="https://github.com/ardatan"><code>@ardatan</code></a>! - Handle <code>@defer</code></li> </ul> <h2>10.2.2</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/ardatan/graphql-tools/pull/6238">#6238</a> <a href="https://github.com/ardatan/graphql-tools/commit/0f7059beb218d0012c48e121c55e7db386796bee"><code>0f7059b</code></a> Thanks <a href="https://github.com/ardatan"><code>@ardatan</code></a>! - If the given objects are arrays with the same length, merge the elements.</p> <pre lang="ts"><code>const a = [{ a: 1 }, { b: 2 }] const b = [{ c: 3 }, { d: 4 }] const result = mergeDeep(a, b) // [{ a: 1, c: 3 }, { b: 2, d: 4 }] </code></pre> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ardatan/graphql-tools/commit/0081f3eff023a00ef01a5e77391fba9f91070a4a"><code>0081f3e</code></a> chore(release): update monorepo packages versions (<a href="https://github.com/ardatan/graphql-tools/tree/HEAD/packages/utils/issues/6309">#6309</a>)</li> <li><a href="https://github.com/ardatan/graphql-tools/commit/66c99d9c9e480cc4e1569b032952caea0ff69c0c"><code>66c99d9</code></a> Federation: Add tests with <code>@defer</code> (<a href="https://github.com/ardatan/graphql-tools/tree/HEAD/packages/utils/issues/6278">#6278</a>)</li> <li><a href="https://github.com/ardatan/graphql-tools/commit/2d7402ee1d24dc46cac14cd9e69cbc8ac7e7d161"><code>2d7402e</code></a> chore(release): update monorepo packages versions (<a href="https://github.com/ardatan/graphql-tools/tree/HEAD/packages/utils/issues/6242">#6242</a>)</li> <li><a href="https://github.com/ardatan/graphql-tools/commit/0f7059beb218d0012c48e121c55e7db386796bee"><code>0f7059b</code></a> fix(federation): merge the elements if the shared root field is a list (<a href="https://github.com/ardatan/graphql-tools/tree/HEAD/packages/utils/issues/6238">#6238</a>)</li> <li>See full diff in <a href="https://github.com/ardatan/graphql-tools/commits/@graphql-tools/[email protected]/packages/utils">compare view</a></li> </ul> </details> <br /> Updates `graphql-codegen-typescript-validation-schema` from 0.12.1 to 0.15.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Code-Hex/graphql-codegen-typescript-validation-schema/releases">graphql-codegen-typescript-validation-schema's releases</a>.</em></p> <blockquote> <h2>valibot support</h2> <h2>What's Changed</h2> <ul> <li>Update dependency <code>@antfu/eslint-config</code> to v2.13.0 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/Code-Hex/graphql-codegen-typescript-validation-schema/pull/613">Code-Hex/graphql-codegen-typescript-validation-schema#613</a></li> <li>Update dependency <code>@types/node</code> to v20.12.6 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/Code-Hex/graphql-codegen-typescript-validation-schema/pull/615">Code-Hex/graphql-codegen-typescript-validation-schema#615</a></li> <li>Update dependency <code>@antfu/eslint-config</code> to v2.13.2 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/Code-Hex/graphql-codegen-typescript-validation-schema/pull/616">Code-Hex/graphql-codegen-typescript-validation-schema#616</a></li> <li>Update dependency <code>@types/node</code> to v20.12.7 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/Code-Hex/graphql-codegen-typescript-validation-schema/pull/617">Code-Hex/graphql-codegen-typescript-validation-schema#617</a></li> <li>Update dependency <code>@antfu/eslint-config</code> to v2.13.3 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/Code-Hex/graphql-codegen-typescript-validation-schema/pull/618">Code-Hex/graphql-codegen-typescript-validation-schema#618</a></li> <li>Update dependency typescript to v5.4.5 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/Code-Hex/graphql-codegen-typescript-validation-schema/pull/619">Code-Hex/graphql-codegen-typescript-validation-schema#619</a></li> <li>Update dependency vitest to v1.5.0 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/Code-Hex/graphql-codegen-typescript-validation-schema/pull/620">Code-Hex/graphql-codegen-typescript-validation-schema#620</a></li> <li>Update dependency <code>@graphql-tools/utils</code> to v10.1.3 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/Code-Hex/graphql-codegen-typescript-validation-schema/pull/621">Code-Hex/graphql-codegen-typescript-validation-schema#621</a></li> <li>Update dependency <code>@antfu/eslint-config</code> to v2.14.0 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/Code-Hex/graphql-codegen-typescript-validation-schema/pull/622">Code-Hex/graphql-codegen-typescript-validation-schema#622</a></li> <li>Update dependency <code>@antfu/eslint-config</code> to v2.15.0 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/Code-Hex/graphql-codegen-typescript-validation-schema/pull/624">Code-Hex/graphql-codegen-typescript-validation-schema#624</a></li> <li>Update dependency zod to v3.22.5 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/Code-Hex/graphql-codegen-typescript-validation-schema/pull/625">Code-Hex/graphql-codegen-typescript-validation-schema#625</a></li> <li>Update dependency eslint to v9.1.0 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/Code-Hex/graphql-codegen-typescript-validation-schema/pull/626">Code-Hex/graphql-codegen-typescript-validation-schema#626</a></li> <li>Update dependency zod to v3.23.0 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/Code-Hex/graphql-codegen-typescript-validation-schema/pull/627">Code-Hex/graphql-codegen-typescript-validation-schema#627</a></li> <li>Update dependency eslint to v9.1.1 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/Code-Hex/graphql-codegen-typescript-validation-schema/pull/628">Code-Hex/graphql-codegen-typescript-validation-schema#628</a></li> <li>Update dependency zod to v3.23.3 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/Code-Hex/graphql-codegen-typescript-validation-schema/pull/629">Code-Hex/graphql-codegen-typescript-validation-schema#629</a></li> <li>Update dependency zod to v3.23.4 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/Code-Hex/graphql-codegen-typescript-validation-schema/pull/630">Code-Hex/graphql-codegen-typescript-validation-schema#630</a></li> <li>Update dependency vitest to v1.5.1 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/Code-Hex/graphql-codegen-typescript-validation-schema/pull/631">Code-Hex/graphql-codegen-typescript-validation-schema#631</a></li> <li>Update dependency vitest to v1.5.2 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/Code-Hex/graphql-codegen-typescript-validation-schema/pull/632">Code-Hex/graphql-codegen-typescript-validation-schema#632</a></li> <li>Update dependency <code>@antfu/eslint-config</code> to v2.16.0 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/Code-Hex/graphql-codegen-typescript-validation-schema/pull/633">Code-Hex/graphql-codegen-typescript-validation-schema#633</a></li> <li>Update dependency <code>@graphql-tools/utils</code> to v10.2.0 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/Code-Hex/graphql-codegen-typescript-validation-schema/pull/635">Code-Hex/graphql-codegen-typescript-validation-schema#635</a></li> <li>Update dependency zod to v3.23.5 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/Code-Hex/graphql-codegen-typescript-validation-schema/pull/637">Code-Hex/graphql-codegen-typescript-validation-schema#637</a></li> <li>Update dependency vitest to v1.5.3 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/Code-Hex/graphql-codegen-typescript-validation-schema/pull/638">Code-Hex/graphql-codegen-typescript-validation-schema#638</a></li> <li>Update dependency <code>@antfu/eslint-config</code> to v2.16.1 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/Code-Hex/graphql-codegen-typescript-validation-schema/pull/639">Code-Hex/graphql-codegen-typescript-validation-schema#639</a></li> <li>Update dependency <code>@types/node</code> to v20.12.8 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/Code-Hex/graphql-codegen-typescript-validation-schema/pull/641">Code-Hex/graphql-codegen-typescript-validation-schema#641</a></li> <li>Update dependency zod to v3.23.6 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/Code-Hex/graphql-codegen-typescript-validation-schema/pull/642">Code-Hex/graphql-codegen-typescript-validation-schema#642</a></li> <li>Update dependency vitest to v1.6.0 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/Code-Hex/graphql-codegen-typescript-validation-schema/pull/643">Code-Hex/graphql-codegen-typescript-validation-schema#643</a></li> <li>Update dependency eslint to v9.2.0 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/Code-Hex/graphql-codegen-typescript-validation-schema/pull/644">Code-Hex/graphql-codegen-typescript-validation-schema#644</a></li> <li>Update dependency <code>@types/node</code> to v20.12.9 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/Code-Hex/graphql-codegen-typescript-validation-schema/pull/645">Code-Hex/graphql-codegen-typescript-validation-schema#645</a></li> <li>Update dependency <code>@types/node</code> to v20.12.10 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/Code-Hex/graphql-codegen-typescript-validation-schema/pull/646">Code-Hex/graphql-codegen-typescript-validation-schema#646</a></li> <li>Update dependency <code>@antfu/eslint-config</code> to v2.16.2 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/Code-Hex/graphql-codegen-typescript-validation-schema/pull/647">Code-Hex/graphql-codegen-typescript-validation-schema#647</a></li> <li>Update dependency zod to v3.23.7 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/Code-Hex/graphql-codegen-typescript-validation-schema/pull/648">Code-Hex/graphql-codegen-typescript-validation-schema#648</a></li> <li>Update dependency <code>@antfu/eslint-config</code> to v2.16.3 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/Code-Hex/graphql-codegen-typescript-validation-schema/pull/649">Code-Hex/graphql-codegen-typescript-validation-schema#649</a></li> <li>Update dependency <code>@types/node</code> to v20.12.11 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/Code-Hex/graphql-codegen-typescript-validation-schema/pull/650">Code-Hex/graphql-codegen-typescript-validation-schema#650</a></li> <li>Update dependency zod to v3.23.8 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/Code-Hex/graphql-codegen-typescript-validation-schema/pull/652">Code-Hex/graphql-codegen-typescript-validation-schema#652</a></li> <li>Update dependency <code>@types/node</code> to v20.12.12 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/Code-Hex/graphql-codegen-typescript-validation-schema/pull/653">Code-Hex/graphql-codegen-typescript-validation-schema#653</a></li> <li>Update graphqlcodegenerator monorepo by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/Code-Hex/graphql-codegen-typescript-validation-schema/pull/656">Code-Hex/graphql-codegen-typescript-validation-schema#656</a></li> <li>Update dependency npm-run-all2 to v6.2.0 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/Code-Hex/graphql-codegen-typescript-validation-schema/pull/657">Code-Hex/graphql-codegen-typescript-validation-schema#657</a></li> <li>Update dependency eslint to v9.3.0 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/Code-Hex/graphql-codegen-typescript-validation-schema/pull/658">Code-Hex/graphql-codegen-typescript-validation-schema#658</a></li> <li>Update dependency ts-jest to v29.1.3 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/Code-Hex/graphql-codegen-typescript-validation-schema/pull/659">Code-Hex/graphql-codegen-typescript-validation-schema#659</a></li> <li>Update dependency <code>@graphql-tools/utils</code> to v10.2.1 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/Code-Hex/graphql-codegen-typescript-validation-schema/pull/662">Code-Hex/graphql-codegen-typescript-validation-schema#662</a></li> <li>Update dependency ts-jest to v29.1.4 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/Code-Hex/graphql-codegen-typescript-validation-schema/pull/663">Code-Hex/graphql-codegen-typescript-validation-schema#663</a></li> <li>Update dependency <code>@antfu/eslint-config</code> to v2.19.0 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/Code-Hex/graphql-codegen-typescript-validation-schema/pull/651">Code-Hex/graphql-codegen-typescript-validation-schema#651</a></li> <li>Update dependency <code>@antfu/eslint-config</code> to v2.19.1 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/Code-Hex/graphql-codegen-typescript-validation-schema/pull/664">Code-Hex/graphql-codegen-typescript-validation-schema#664</a></li> <li>Update dependency <code>@types/node</code> to v20.12.13 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/Code-Hex/graphql-codegen-typescript-validation-schema/pull/666">Code-Hex/graphql-codegen-typescript-validation-schema#666</a></li> <li>Update dependency <code>@types/node</code> to v20.12.14 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/Code-Hex/graphql-codegen-typescript-validation-schema/pull/668">Code-Hex/graphql-codegen-typescript-validation-schema#668</a></li> <li>Update dependency <code>@types/node</code> to v20.13.0 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/Code-Hex/graphql-codegen-typescript-validation-schema/pull/669">Code-Hex/graphql-codegen-typescript-validation-schema#669</a></li> <li>Update dependency eslint to v9.4.0 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/Code-Hex/graphql-codegen-typescript-validation-schema/pull/670">Code-Hex/graphql-codegen-typescript-validation-schema#670</a></li> <li>Update dependency <code>@antfu/eslint-config</code> to v2.19.2 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/Code-Hex/graphql-codegen-typescript-validation-schema/pull/671">Code-Hex/graphql-codegen-typescript-validation-schema#671</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Code-Hex/graphql-codegen-typescript-validation-schema/commit/15e6f39a830e1566f60eebc3863d83e45502f822"><code>15e6f39</code></a> 0.15.0</li> <li><a href="https://github.com/Code-Hex/graphql-codegen-typescript-validation-schema/commit/b40d9c7ab644db27c8e4685cd7d58ff70d0a11df"><code>b40d9c7</code></a> added valibot support in README</li> <li><a href="https://github.com/Code-Hex/graphql-codegen-typescript-validation-schema/commit/9e19b58666ee3ac97b65c04fb272933a31f74fca"><code>9e19b58</code></a> Merge pull request <a href="https://redirect.github.com/Code-Hex/graphql-codegen-typescript-validation-schema/issues/661">#661</a> from MH4GF/improve-zod-test</li> <li><a href="https://github.com/Code-Hex/graphql-codegen-typescript-validation-schema/commit/617fc4265a0a2d089d74b074300946cf0260a791"><code>617fc42</code></a> fix(deps): update dependency <code>@graphql-tools/utils</code> to v10.2.2</li> <li><a href="https://github.com/Code-Hex/graphql-codegen-typescript-validation-schema/commit/bb63d90ed5d622362ba80c9b19da7605f5c1ae35"><code>bb63d90</code></a> fix: fix format</li> <li><a href="https://github.com/Code-Hex/graphql-codegen-typescript-validation-schema/commit/8d16f2b97171e2cfd189630341230f7437b4ac6f"><code>8d16f2b</code></a> Merge remote-tracking branch 'upstream/main' into improve-zod-test</li> <li><a href="https://github.com/Code-Hex/graphql-codegen-typescript-validation-schema/commit/02b4982417438cb038c141704fb17681ed6f3eaf"><code>02b4982</code></a> chore(deps): update pnpm to v9.3.0</li> <li><a href="https://github.com/Code-Hex/graphql-codegen-typescript-validation-schema/commit/79c2d554ac60f83e1b94bbbcc4ebb0bc78ff6195"><code>79c2d55</code></a> chore(deps): update dependency <code>@antfu/eslint-config</code> to v2.21.0</li> <li><a href="https://github.com/Code-Hex/graphql-codegen-typescript-validation-schema/commit/1be162afbef9d6c3067ba23b7a6ca8f2cc0769ea"><code>1be162a</code></a> chore(deps): update dependency valibot to v0.31.1</li> <li><a href="https://github.com/Code-Hex/graphql-codegen-typescript-validation-schema/commit/e6b1c6ec3fcd0908f0b785a8944ed9e3e1ad1c18"><code>e6b1c6e</code></a> chore(deps): update dependency valibot to v0.31.0</li> <li>Additional commits viewable in <a href="https://github.com/Code-Hex/graphql-codegen-typescript-validation-schema/compare/v0.12.1...v0.15.0">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tobias Diez <[email protected]>
- Loading branch information