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

Bump @apollo/client from 3.7.12 to 3.7.13 #175

Merged
merged 1 commit into from
May 2, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2023

Bumps @apollo/client from 3.7.12 to 3.7.13.

Release notes

Sourced from @​apollo/client's releases.

v3.7.13

Patch Changes

  • #10805 a5503666c Thanks @​phryneas! - Fix a potential memory leak in SSR scenarios when many persistedQuery instances were created over time.

  • #10718 577c68bdd Thanks @​Hsifnus! - Delay Concast subscription teardown slightly in useSubscription to prevent unexpected Concast teardown when one useSubscription hook tears down its in-flight Concast subscription immediately followed by another useSubscription hook reusing and subscribing to that same Concast

Changelog

Sourced from @​apollo/client's changelog.

3.7.13

Patch Changes

  • #10805 a5503666c Thanks @​phryneas! - Fix a potential memory leak in SSR scenarios when many persistedQuery instances were created over time.

  • #10718 577c68bdd Thanks @​Hsifnus! - Delay Concast subscription teardown slightly in useSubscription to prevent unexpected Concast teardown when one useSubscription hook tears down its in-flight Concast subscription immediately followed by another useSubscription hook reusing and subscribing to that same Concast

Commits
  • 9e4d72c Version Packages (#10811)
  • 1e8a86c fix: release workflow also needs pull-requests: write permissions (#10816)
  • f45cde6 fix: add permissions contents: read in release workflow (#10815)
  • 1ae0d40 chore: generate npm provenance statements (#10814)
  • 577c68b useSubscription: keep subscription Concast alive if new in-flight subscriptio...
  • a550366 fix persistedQuery memory leak in SSR scenarios (#10805)
  • fdd0c5b Remove note about setVariables being an internal API (#10790)
  • 72dccb1 chore(deps): update dependency @​types/react to v18.2.0 (#10795)
  • e4f3bad chore(deps): update dependency @​typescript-eslint/parser to v5.59.1 (#10797)
  • fa570f2 chore(deps): update dependency @​typescript-eslint/eslint-plugin to v5.59.0 (#...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@apollo/client](https://github.com/apollographql/apollo-client) from 3.7.12 to 3.7.13.
- [Release notes](https://github.com/apollographql/apollo-client/releases)
- [Changelog](https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md)
- [Commits](apollographql/apollo-client@v3.7.12...v3.7.13)

---
updated-dependencies:
- dependency-name: "@apollo/client"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@mgrabovsky mgrabovsky merged commit 567c20b into main May 2, 2023
1 check passed
@mgrabovsky mgrabovsky deleted the dependabot/npm_and_yarn/apollo/client-3.7.13 branch May 2, 2023 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant