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 dependency @apollo/client to v3.12.3 #1078

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 2, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@apollo/client (source) 3.11.8 -> 3.12.3 age adoption passing confidence

Release Notes

apollographql/apollo-client (@​apollo/client)

v3.12.3

Compare Source

Patch Changes

v3.12.2

Compare Source

Patch Changes

v3.12.1

Compare Source

Patch Changes

v3.12.0

Compare Source

Minor Changes
Data masking 🎭
  • #​12042 1c0ecbf Thanks @​jerelmiller! - Introduces data masking in Apollo Client.

    Data masking enforces that only the fields requested by the query or fragment is available to that component. Data masking is best paired with colocated fragments.

    To enable data masking in Apollo Client, set the dataMasking option to true.

    new ApolloClient({
      dataMasking: true,
      // ... other options
    });

    For detailed information on data masking, including how to incrementally adopt it in an existing applications, see the data masking documentation.

  • #​12131 21c3f08 Thanks @​jerelmiller! - Allow null as a valid from value in useFragment.

More Patch Changes

v3.11.10

Compare Source

Patch Changes
  • #​12093 1765668 Thanks @​mgmolisani! - Fixed a bug when evaluating the devtools flag with the new syntax devtools.enabled that could result to true when explicitly set to false.

v3.11.9

Compare Source

Patch Changes
  • #​12110 a3f95c6 Thanks @​jerelmiller! - Fix an issue where errors returned from a fetchMore call from a Suspense hook would cause a Suspense boundary to be shown indefinitely.

Configuration

📅 Schedule: Branch creation - "every weekday after 2:00 am before 6:00 am,every weekend" (UTC), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented Dec 2, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
opencollective-pdf ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 12, 2024 4:48pm

@codecov-commenter
Copy link

codecov-commenter commented Dec 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.58%. Comparing base (66d1c88) to head (8f15d6d).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1078   +/-   ##
=======================================
  Coverage   68.58%   68.58%           
=======================================
  Files          29       29           
  Lines         487      487           
  Branches      208      215    +7     
=======================================
  Hits          334      334           
  Misses        132      132           
  Partials       21       21           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 0a0cd15 to 72d45d5 Compare December 4, 2024 20:42
@renovate renovate bot changed the title fix(deps): update dependency @apollo/client to v3.11.10 fix(deps): update dependency @apollo/client to v3.12.0 Dec 4, 2024
@renovate renovate bot changed the title fix(deps): update dependency @apollo/client to v3.12.0 fix(deps): update dependency @apollo/client to v3.12.1 Dec 5, 2024
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 72d45d5 to acba624 Compare December 5, 2024 19:23
@renovate renovate bot changed the title fix(deps): update dependency @apollo/client to v3.12.1 fix(deps): update dependency @apollo/client to v3.12.2 Dec 5, 2024
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from acba624 to 3cffd9d Compare December 5, 2024 22:03
@renovate renovate bot changed the title fix(deps): update dependency @apollo/client to v3.12.2 fix(deps): update dependency @apollo/client to v3.12.2 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/apollo-graphql-packages branch December 8, 2024 18:32
@renovate renovate bot changed the title fix(deps): update dependency @apollo/client to v3.12.2 - autoclosed fix(deps): update dependency @apollo/client to v3.12.2 Dec 9, 2024
@renovate renovate bot reopened this Dec 9, 2024
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 5c5448f to 3cffd9d Compare December 9, 2024 08:39
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 3cffd9d to 8f15d6d Compare December 12, 2024 16:47
@renovate renovate bot changed the title fix(deps): update dependency @apollo/client to v3.12.2 fix(deps): update dependency @apollo/client to v3.12.3 Dec 12, 2024
@Betree Betree merged commit 29552e6 into main Dec 13, 2024
9 checks passed
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.

2 participants