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.7.11 #7984

Merged
merged 1 commit into from
Mar 31, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 31, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

apollographql/apollo-client

v3.7.11

Compare Source

Patch Changes
  • #​10586 4175af594 Thanks @​alessbell! - Improve WebSocket error handling for generic Event 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 in HttpLink.

  • #​10698 38508a251 Thanks @​jerelmiller! - Changes the behavior of useLazyQuery 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:

    • Kicking off multiple requests in parallel with the execution function will now ensure each returned promise is resolved with the data from its request. Previously, each promise was resolved with data from the last execution.
    • Re-rendering 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 conditions


Configuration

📅 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.


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

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

@renovate renovate bot added the release:chore This PR is a chore (means nothing for users) label Mar 31, 2023
@replay-io
Copy link

replay-io bot commented Mar 31, 2023

16 replays were recorded for b84b457.

image 0 Failed
image 16 Passed
    requireAuth graphql checks
          ```
          locator.waitFor: Target closed
          =========================== logs ===========================
          waiting for locator('.rw-form-error-title').locator('text=You don\'t have permission to do that') to be visible
          ============================================================
          ```
        </ol>
      </details>
      <li><a href=https://app.replay.io/recording/ad5a90c6-eae4-4f6d-a573-a5c363546362>useAuth hook, auth redirects checks</a></li>
      <li><a href=https://app.replay.io/recording/cbe360ec-4aa1-49ed-87cf-cb054eddb1ef>Check that a specific blog post is prerendered</a></li>
      <li><a href=https://app.replay.io/recording/4b1c51bf-1c4a-410f-9f0b-7cd13fe8f248>Check that about is prerendered</a></li>
      <li><a href=https://app.replay.io/recording/3d88e629-ad12-4f18-b36a-738db6c303dd>Check that homepage is prerendered</a></li>
      <li><a href=https://app.replay.io/recording/25666d7b-2655-4f84-b06f-15c5fd209884>Check that meta-tags are rendering the correct dynamic data</a></li>
      <li><a href=https://app.replay.io/recording/e6945ed4-e3ac-4c37-ab93-e6520c6cb264>Check that you can navigate from home page to specific blog post</a></li>
      <li><a href=https://app.replay.io/recording/9cbbc127-924c-4b7e-8e30-0cea5b25e75d>Waterfall prerendering (nested cells)</a></li>
      <li><a href=https://app.replay.io/recording/72712a88-b09d-4a38-b583-7233881115f6>RBAC: Admin user should be able to delete contacts</a></li>
      <li><a href=https://app.replay.io/recording/9b8e987d-66b4-4388-b831-a9c44dd7cbfd>RBAC: Should not be able to delete contact as non-admin user</a></li>
      <li><a href=https://app.replay.io/recording/a659e915-48d4-437d-a8e1-4c3c8bf1ae65>Smoke test with dev server</a></li>
      <li><a href=https://app.replay.io/recording/2f295e99-3e13-410e-82a1-3062f180bc7c>Smoke test with rw serve</a></li>
      <li><a href=https://app.replay.io/recording/b5bb998d-882e-4ff1-8e37-7a752a4662ce>Loads Cell mocks when Cell is nested in another story</a></li>
      <li><a href=https://app.replay.io/recording/6fade116-7e35-4f06-9471-ccb34d17e119>Loads Cell Stories</a></li>
      <li><a href=https://app.replay.io/recording/c0779646-7f88-4d90-8624-353cb7c99a08>Loads MDX Stories</a></li>
      <li><a href=https://app.replay.io/recording/d09b16de-1490-4ac5-b673-380fc91feeb1>Mocks current user, and updates UI while dev server is running</a></li>
      

View test run on Replay ↗︎

@renovate renovate bot merged commit 3db712f into main Mar 31, 2023
@renovate renovate bot deleted the renovate/apollo-graphql-packages branch March 31, 2023 21:26
@redwoodjs-bot redwoodjs-bot bot added this to the next-release milestone Mar 31, 2023
@jtoar jtoar modified the milestones: next-release, v5.0.0 Apr 1, 2023
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
Labels
release:chore This PR is a chore (means nothing for users)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant