Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update apollo-rs crates (patch) (#3850)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [apollo-compiler](https://togithub.com/apollographql/apollo-rs) | dependencies | patch | `0.11.1` -> `0.11.2` | | [apollo-parser](https://togithub.com/apollographql/apollo-rs) | dependencies | patch | `0.6.1` -> `0.6.2` | | [apollo-parser](https://togithub.com/apollographql/apollo-rs) | build-dependencies | patch | `0.6.1` -> `0.6.2` | --- ### Release Notes <details> <summary>apollographql/apollo-rs (apollo-compiler)</summary> ### [`v0.11.2`](https://togithub.com/apollographql/apollo-rs/releases/tag/apollo-compiler%400.11.2) [Compare Source](https://togithub.com/apollographql/apollo-rs/compare/[email protected]@0.11.2) #### Fixes - validate input value types, by \[goto-bus-stop] in \[pull/642] This fixes an oversight in the validation rules implemented by `compiler.db.validate()`. Previously, incorrect types on input values and arguments were not reported: ```graphql type ObjectType { id: ID! } input InputObject { ``` ### accepted in <= 0.11.1, reports "TypeThatDoesNotExist is not in scope" in 0.11.2 property: TypeThatDoesNotExist ### accepted in <= 0.11.1, reports "ObjectType is not an input type" in 0.11.2 inputType: ObjectType } ``` [goto-bus-stop]: https://togithub.com/goto-bus-stop [pull/642]: https://togithub.com/apollographql/apollo-rs/pull/642 ``` </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/apollographql/router). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi45Ny4xIiwidXBkYXRlZEluVmVyIjoiMzYuOTcuMSIsInRhcmdldEJyYW5jaCI6ImRldiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information