Skip to content
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

fix(deps): update apollo-rs crates (patch) #3850

Merged
merged 1 commit into from
Sep 19, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 19, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
apollo-compiler dependencies patch 0.11.1 -> 0.11.2
apollo-parser dependencies patch 0.6.1 -> 0.6.2
apollo-parser build-dependencies patch 0.6.1 -> 0.6.2

Release Notes

apollographql/apollo-rs (apollo-compiler)

v0.11.2

Compare Source

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:

    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

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 if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@github-actions
Copy link
Contributor

@renovate[bot], please consider creating a changeset entry in /.changesets/. These instructions describe the process and tooling.

@router-perf
Copy link

router-perf bot commented Sep 19, 2023

CI performance tests

  • events_big_cap_high_rate - Stress test for events with a lot of users, deduplication enabled and high rate event with a big queue capacity
  • events_without_dedup - Stress test for events with a lot of users and deduplication DISABLED
  • events - Stress test for events with a lot of users and deduplication ENABLED
  • large-request - Stress test with a 1 MB request payload
  • step - Basic stress test that steps up the number of users over time
  • xlarge-request - Stress test with 10 MB request payload
  • reload - Reload test over a long period of time at a constant rate of users
  • no-graphos - Basic stress test, no GraphOS.
  • xxlarge-request - Stress test with 100 MB request payload
  • step-jemalloc-tuning - Clone of the basic stress test for jemalloc tuning
  • const - Basic stress test that runs with a constant number of users

@goto-bus-stop goto-bus-stop self-assigned this Sep 19, 2023
Copy link
Member

@goto-bus-stop goto-bus-stop left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Contains a string parsing fix (esp. escape sequences in block strings), and a validation fix. Tested against harness this time.

@goto-bus-stop goto-bus-stop merged commit 8a208c9 into dev Sep 19, 2023
@goto-bus-stop goto-bus-stop deleted the renovate/patch-rust-apollo-rs-updates branch September 19, 2023 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant