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

chore(deps): update dependency @apollo/client to v3.8.7 #2020

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 28, 2023

Mend Renovate logo banner

This PR contains the following updates:

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

Release Notes

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

v3.8.7

Compare Source

Patch Changes
  • #​11297 c8c76a522 Thanks @​jerelmiller! - Add an explicit return type for the useReadQuery hook called UseReadQueryResult. Previously the return type of this hook was inferred from the return value.

  • #​11337 bb1da8349 Thanks @​phryneas! - #​11206 used the TypeScript syntax infer X extends Y that was introduced in TS 4.8.
    This caused some problems for some users, so we are rolling back to a more backwars-compatible (albeit slightly less performant) type.

v3.8.6

Compare Source

Patch Changes
  • #​11291 2be7eafe3 Thanks @​ArioA! - Fix a bug that allows to only call loadErrorMessages without also calling loadDevErrorMessages.

  • #​11274 b29f000f3 Thanks @​jerelmiller! - Start the query ref auto dispose timeout after the initial promise has settled. This prevents requests that run longer than the timeout duration from keeping the component suspended indefinitely.

  • #​11289 b5894dbf0 Thanks @​phryneas! - MockedProvider: default connectToDevTools to false in created ApolloClient instance.

    This will prevent the mocked ApolloClient instance from trying to connect to the DevTools, which would start a setTimeout that might keep running after a test has finished.

  • #​11206 dd2ce7687 Thanks @​phryneas! - cache.modify: Less strict types & new dev runtime warnings.

v3.8.5

Compare Source

v3.8.4

Compare Source

Patch Changes

v3.8.3

Compare Source

Patch Changes

v3.8.2

Compare Source

Patch Changes
  • #​10072 51045c336 Thanks @​Huulivoide! - Fixes race conditions in useReactiveVar that may prevent updates to the reactive variable from propagating through the hook.

  • #​11162 d9685f53c Thanks @​jerelmiller! - Ensures GraphQL errors returned in subscription payloads adhere to the errorPolicy set in client.subscribe(...) calls.

  • #​11134 96492e142 Thanks @​alessbell! - Use separate type imports in useSuspenseQuery and useBackgroundQuery to workaround SWC compiler issue.

  • #​11117 6b8198109 Thanks @​phryneas! - Adds a new devtools registration mechanism and tweaks the mechanism behind the
    "devtools not found" mechanic.

  • #​11186 f1d429f32 Thanks @​jerelmiller! - Fix an issue where race conditions when rapidly switching between variables would sometimes result in the wrong data returned from the query. Specifically this occurs when a query is triggered with an initial set of variables (VariablesA), then triggers the same query with another set of variables (VariablesB) but switches back to the VariablesA before the response for VariablesB is returned. Previously this would result in the data for VariablesB to be displayed while VariablesA was active. The data is for VariablesA is now properly returned.

  • #​11163 a8a9e11e9 Thanks @​bignimbus! - Fix typo in error message: "occured" -> "occurred"

  • #​11180 7d9c481e5 Thanks @​jerelmiller! - Fixes an issue where refetching from useBackgroundQuery via refetch with an error after an error was already fetched would get stuck in a loading state.


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 dependencies Pull requests that update a dependency file label May 28, 2023
@changeset-bot
Copy link

changeset-bot bot commented May 28, 2023

⚠️ No Changeset found

Latest commit: 28da899

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions
Copy link
Contributor

github-actions bot commented May 28, 2023

💻 Website Preview

The latest changes are available as preview in: https://a47b6178.apollo-angular.pages.dev

@renovate renovate bot changed the title chore(deps): update dependency @apollo/client to v3.7.14 chore(deps): update dependency @apollo/client to v3.7.15 May 31, 2023
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 793f74a to f3cf24b Compare May 31, 2023 19:13
@renovate renovate bot changed the title chore(deps): update dependency @apollo/client to v3.7.15 chore(deps): update dependency @apollo/client to v3.7.16 Jun 21, 2023
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from f3cf24b to f64f2c5 Compare June 21, 2023 15:13
@renovate renovate bot changed the title chore(deps): update dependency @apollo/client to v3.7.16 chore(deps): update dependency @apollo/client to v3.7.17 Jul 8, 2023
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from f64f2c5 to 33e85e8 Compare July 8, 2023 04:07
@renovate renovate bot changed the title chore(deps): update dependency @apollo/client to v3.7.17 chore(deps): update dependency @apollo/client to v3.8.0 Aug 7, 2023
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 33e85e8 to 7477d9d Compare August 7, 2023 16:17
@renovate renovate bot changed the title chore(deps): update dependency @apollo/client to v3.8.0 chore(deps): update dependency @apollo/client to v3.8.1 Aug 10, 2023
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 7477d9d to 1889254 Compare August 10, 2023 22:15
@renovate renovate bot changed the title chore(deps): update dependency @apollo/client to v3.8.1 chore(deps): update dependency @apollo/client to v3.8.1 - autoclosed Aug 28, 2023
@renovate renovate bot closed this Aug 28, 2023
@renovate renovate bot deleted the renovate/apollo-graphql-packages branch August 28, 2023 02:52
@renovate renovate bot changed the title chore(deps): update dependency @apollo/client to v3.8.1 - autoclosed chore(deps): update dependency @apollo/client to v3.8.1 Sep 1, 2023
@renovate renovate bot reopened this Sep 1, 2023
@renovate renovate bot restored the renovate/apollo-graphql-packages branch September 1, 2023 19:38
@renovate renovate bot changed the title chore(deps): update dependency @apollo/client to v3.8.1 chore(deps): update dependency @apollo/client to v3.8.2 Sep 1, 2023
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 1889254 to 4c0ee8f Compare September 1, 2023 19:38
@renovate renovate bot changed the title chore(deps): update dependency @apollo/client to v3.8.2 chore(deps): update dependency @apollo/client to v3.8.3 Sep 5, 2023
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 4c0ee8f to 0f9721a Compare September 5, 2023 18:57
@renovate renovate bot changed the title chore(deps): update dependency @apollo/client to v3.8.3 chore(deps): update dependency @apollo/client to v3.8.4 Sep 19, 2023
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 0f9721a to 570c1d4 Compare September 19, 2023 19:56
@renovate renovate bot changed the title chore(deps): update dependency @apollo/client to v3.8.4 chore(deps): update dependency @apollo/client to v3.8.5 Oct 5, 2023
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch 2 times, most recently from 6ab047f to 93943d8 Compare October 12, 2023 03:23
@renovate renovate bot changed the title chore(deps): update dependency @apollo/client to v3.8.5 chore(deps): update dependency @apollo/client to v3.8.7 Nov 13, 2023
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 93943d8 to de50189 Compare November 13, 2023 09:45
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from de50189 to 28da899 Compare November 22, 2023 05:16
Copy link
Contributor

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
apollo-angular 6.0.0-alpha-20231122051755-28da8991 npm ↗︎ unpkg ↗︎

@PowerKiKi PowerKiKi closed this Nov 22, 2023
Copy link
Contributor Author

renovate bot commented Nov 22, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (^3.8.1). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/apollo-graphql-packages branch November 22, 2023 07:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant