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

[Snyk] Upgrade @apollo/client from 3.10.5 to 3.10.6 #253

Merged
merged 1 commit into from
Jul 17, 2024

Conversation

lwih
Copy link
Collaborator

@lwih lwih commented Jul 13, 2024

This PR was automatically created by Snyk using the credentials of a real user.


![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123)

Snyk has created this PR to upgrade @apollo/client from 3.10.5 to 3.10.6.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 1 version ahead of your current version.

  • The recommended version was released on 22 days ago.

Release notes
Package name: @apollo/client
  • 3.10.6 - 2024-06-21

    Patch Changes

  • 3.10.5 - 2024-06-12

    Patch Changes

    • #11888 7fb7939 Thanks @ phryneas! - switch useRenderGuard to an approach not accessing React's internals

    • #11511 6536369 Thanks @ phryneas! - useLoadableQuery: ensure that loadQuery is updated if the ApolloClient instance changes

    • #11860 8740f19 Thanks @ alessbell! - Fixes #11849 by reevaluating window.fetch each time BatchHttpLink uses it, if not configured via options.fetch. Takes the same approach as PR #8603 which fixed the same issue in HttpLink.

    • #11852 d502a69 Thanks @ phryneas! - Fix a bug where calling the useMutation reset function would point the hook to an outdated client reference.

    • #11329 3d164ea Thanks @ PaLy! - Fix graphQLErrors in Error Link if networkError.result is an empty string

    • #11852 d502a69 Thanks @ phryneas! - Prevent writing to a ref in render in useMutation.
      As a result, you might encounter problems in the future if you call the mutation's execute function during render. Please note that this was never supported behavior, and we strongly recommend against it.

    • #11848 ad63924 Thanks @ phryneas! - Ensure covariant behavior: MockedResponse<X,Y> should be assignable to MockedResponse

    • #11851 45c47be Thanks @ phryneas! - Avoid usage of useRef in useInternalState to prevent ref access in render.

    • #11877 634d91a Thanks @ phryneas! - Add missing name to tuple member (fix TS5084)

    • #11851 45c47be Thanks @ phryneas! - Fix a bug where useLazyQuery would not pick up a client change.

from @apollo/client GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

Snyk has created this PR to upgrade @apollo/client from 3.10.5 to 3.10.6.

See this package in npm:
@apollo/client

See this project in Snyk:
https://app.snyk.io/org/lwih/project/9e97d439-94b9-4c08-b597-4fab31c4fa0e?utm_source=github&utm_medium=referral&page=upgrade-pr
Copy link

Coverage Report for frontend

Status Category Percentage Covered / Total
🟢 Lines 66.45% (🎯 50%) 1454 / 2188
🟢 Statements 67.03% (🎯 50%) 1511 / 2254
🟢 Functions 64.83% (🎯 50%) 378 / 583
🟢 Branches 59.1% (🎯 50%) 649 / 1098
File CoverageNo changed files found.
Generated in workflow #716

@lwih lwih merged commit 2e6e671 into main Jul 17, 2024
9 checks passed
@lwih lwih deleted the snyk-upgrade-53b61a8080258e0b7a40e93281666f25 branch July 17, 2024 14:54
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.

BatchHTTPLink is not monitoring friendly
2 participants