-
Notifications
You must be signed in to change notification settings - Fork 9
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
Update dependency @apollo/client to v3.12.6 #1261
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NotGovUK Run #6555
Run Properties:
|
Project |
NotGovUK
|
Branch Review |
renovate/apollo-graphql-packages
|
Run status |
Passed #6555
|
Run duration | 12m 04s |
Commit |
a46ab4b764: Update dependency @apollo/client to v3.12.6
|
Committer | renovate[bot] |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
1
|
Upgrade your plan to view test results. | |
View all changes introduced in this branch ↗︎ |
NotGovUK Run #6556
Run Properties:
|
Project |
NotGovUK
|
Branch Review |
renovate/apollo-graphql-packages
|
Run status |
Passed #6556
|
Run duration | 12m 48s |
Commit |
b203d4da8d ℹ️: Merge a46ab4b764d4b116d366e5786e253cfb73b26557 into a18b0b75d0f677afbede9c795b56...
|
Committer | renovate[bot] |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
21
|
Skipped |
0
|
Passing |
90
|
Upgrade your plan to view test results. | |
View all changes introduced in this branch ↗︎ |
renovate
bot
force-pushed
the
renovate/apollo-graphql-packages
branch
from
January 21, 2025 14:42
928a590
to
c827eca
Compare
renovate
bot
force-pushed
the
renovate/apollo-graphql-packages
branch
from
January 21, 2025 14:45
c827eca
to
64a7d4a
Compare
daniel-ac-martin
approved these changes
Jan 21, 2025
renovate
bot
force-pushed
the
renovate/apollo-graphql-packages
branch
2 times, most recently
from
January 21, 2025 16:36
12bd8d3
to
743d792
Compare
renovate
bot
force-pushed
the
renovate/apollo-graphql-packages
branch
from
January 21, 2025 16:54
743d792
to
6d96eff
Compare
renovate
bot
force-pushed
the
renovate/apollo-graphql-packages
branch
from
January 21, 2025 16:57
6d96eff
to
a46ab4b
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.12.4
->3.12.6
^3.12.4
->^3.12.6
Release Notes
apollographql/apollo-client (@apollo/client)
v3.12.6
Compare Source
Patch Changes
#12267
d57429d
Thanks @jerelmiller! - Maintain theTData
type when used withUnmasked
whenTData
is not a masked type generated from GraphQL Codegen.#12270
3601246
Thanks @jerelmiller! - Fix handling of tagged/branded primitive types when used as scalar values withUnmasked
.v3.12.5
Compare Source
Patch Changes
#12252
cb9cd4e
Thanks @jerelmiller! - Changes the default behavior of theMaybeMasked
type to preserve types unless otherwise specified. This change makes it easier to upgrade from older versions of the client where types could have unexpectedly changed in the application due to the default of trying to unwrap types into unmasked types. This change also fixes the compilation performance regression experienced when simply upgrading the client since types are now preserved by default.A new
mode
option has now been introduced to allow for the old behavior. See the next section on migrating if you wish to maintain the old default behavior after upgrading to this version.Migrating from <= v3.12.4
If you've adopted data masking and have opted in to using masked types by setting the
enabled
property totrue
, you can remove this configuration entirely:If you prefer to specify the behavior explicitly, change the property from
enabled: true
, tomode: "preserveTypes"
:If you rely on the default behavior in 3.12.4 or below and would like to continue to use unmasked types by default, set the
mode
tounmask
:Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.