-
Notifications
You must be signed in to change notification settings - Fork 1k
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.7.11 #7984
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
renovate
bot
added
the
release:chore
This PR is a chore (means nothing for users)
label
Mar 31, 2023
16 replays were recorded for b84b457. 16 PassedrequireAuth graphql checks
|
dac09
added a commit
to dac09/redwood
that referenced
this pull request
Apr 3, 2023
* 'main' of github.com:redwoodjs/redwood: (66 commits) update template README bumps API build target 16.20; fixtures updated (redwoodjs#7995) remove serverless deploy option (redwoodjs#7993) chore(deps): update dependency @clerk/types to v3.33.0 (redwoodjs#7991) feat(clerk auth): make `getToken` options globally configurable (redwoodjs#7947) chore(deps): update dependency firebase to v9.19.1 (redwoodjs#7986) fix(deps): update dependency webpack-dev-server to v4.13.2 (redwoodjs#7989) fix(deps): update dependency @clerk/clerk-sdk-node to v4.8.1 (redwoodjs#7988) fix upgrade.js error message (redwoodjs#7992) fix(clerk auth): set auth state to loading while reauthenticating (redwoodjs#7852) chore(deps): update dependency @supabase/supabase-js to v2.13.1 (redwoodjs#7981) chore(deps): update dependency @clerk/clerk-react to v4.14.1 (redwoodjs#7987) chore: unpublish packages script (redwoodjs#7990) chore(deps): update dependency nx to v15.9.2 (redwoodjs#7983) chore(deps): update dependency @nrwl/nx-cloud to v15.3.5 (redwoodjs#7985) fix(deps): update dependency @apollo/client to v3.7.11 (redwoodjs#7984) chore(deps): update dependency @tsd/typescript to v5.0.3 (redwoodjs#7978) chore(deps): update dependency typescript to v5.0.3 (redwoodjs#7972) chore(deps): update dependency @nrwl/nx-cloud to v15.3.4 (redwoodjs#7977) chore(deps): update dependency nx to v15.9.1 (redwoodjs#7976) ...
jaiakt
pushed a commit
to jaiakt/redwood
that referenced
this pull request
Apr 5, 2023
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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.7.10
->3.7.11
Release Notes
apollographql/apollo-client
v3.7.11
Compare Source
Patch Changes
#10586
4175af594
Thanks @alessbell! - Improve WebSocket error handling for genericEvent
received on error. For more information see https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/error_event.#10411
152baac34
Thanks @lovasoa! - Simplify error message generation and make 'undefined' an impossible message string.#10592
cdb98ae08
Thanks @alessbell! - Adds support for multipart subscriptions inHttpLink
.#10698
38508a251
Thanks @jerelmiller! - Changes the behavior ofuseLazyQuery
introduced in #10427 where unmounting a component before a query was resolved would reject the promise with an abort error. Instead, the promise will now resolve naturally with the result from the request.Other notable fixes:
useLazyQuery
with a different query document will now ensure the execution function uses the updated query document. Previously, only the query document rendered the first time would be used for the request.#10660
364bee98f
Thanks @alessbell! - Upgrades TypeScript to v5. This change is fully backward-compatible and transparent to users.#10597
8fb9d190d
Thanks @phryneas! - Fix a bug where an incoming cache update could prevent future updates from the active link.#10629
02605bb3c
Thanks @phryneas! -useQuery
: delay unsubscribe to fix race conditionsConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR has been generated by Mend Renovate. View repository job log here.