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

[Snyk] Upgrade @apollo/client from 3.7.15 to 3.8.6 #83

Merged
merged 2 commits into from
Nov 20, 2023

Conversation

xorinzor
Copy link
Member

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade @apollo/client from 3.7.15 to 3.8.6.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 36 versions ahead of your current version.
  • The recommended version was released a month ago, on 2023-10-16.
Release notes
Package name: @apollo/client
  • 3.8.6 - 2023-10-16

    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.

  • 3.8.5 - 2023-10-05

    Patch Changes

    • #11266 5192cf6e1 Thanks @ phryneas! - Fixes argument handling for invariant log messages.

    • #11235 6cddaaf65 Thanks @ phryneas! - Fix nextFetchPolicy behaviour with transformed documents by keeping options reference stable when passing it through QueryManager.

    • #11252 327a2abbd Thanks @ phryneas! - Fixes a race condition in asyncMap that caused issues in React Native when errors were returned in the response payload along with a data property that was null.

    • #11229 c372bad4e Thanks @ phryneas! - Remove (already throwing) SuspenseCache export that should have been removed in 3.8.

    • #11267 bc055e068 Thanks @ phryneas! - Remove some dead code.

  • 3.8.4 - 2023-09-19

    Patch Changes

    • #11195 9e59b251d Thanks @ phryneas! - For invariant.log etc., error arguments are now serialized correctly in the link to the error page.
  • 3.8.3 - 2023-09-05

    Patch Changes

  • 3.8.2 - 2023-09-01
  • 3.8.1 - 2023-08-10
  • 3.8.0 - 2023-08-07
  • 3.8.0-rc.2 - 2023-08-01
  • 3.8.0-rc.1 - 2023-07-17
  • 3.8.0-rc.0 - 2023-07-13
  • 3.8.0-beta.7 - 2023-07-10
  • 3.8.0-beta.6 - 2023-07-05
  • 3.8.0-beta.5 - 2023-06-28
  • 3.8.0-beta.4 - 2023-06-20
  • 3.8.0-beta.3 - 2023-06-15
  • 3.8.0-beta.2 - 2023-06-07
  • 3.8.0-beta.1 - 2023-05-31
  • 3.8.0-beta.0 - 2023-05-26
  • 3.8.0-alpha.15 - 2023-05-17
  • 3.8.0-alpha.14 - 2023-05-16
  • 3.8.0-alpha.13 - 2023-05-03
  • 3.8.0-alpha.12 - 2023-04-13
  • 3.8.0-alpha.11 - 2023-03-28
  • 3.8.0-alpha.10 - 2023-03-17
  • 3.8.0-alpha.9 - 2023-03-15
  • 3.8.0-alpha.8 - 2023-03-02
  • 3.8.0-alpha.7 - 2023-02-15
  • 3.8.0-alpha.6 - 2023-02-07
  • 3.8.0-alpha.5 - 2023-01-19
  • 3.8.0-alpha.4 - 2023-01-13
  • 3.8.0-alpha.3 - 2023-01-03
  • 3.8.0-alpha.2 - 2022-12-21
  • 3.8.0-alpha.1 - 2022-12-21
  • 3.8.0-alpha.0 - 2022-12-09
  • 3.7.17 - 2023-07-05
  • 3.7.16 - 2023-06-20
  • 3.7.15 - 2023-05-26
from @apollo/client GitHub release notes
Commit messages
Package name: @apollo/client
  • 1cdaea2 Version Packages (#11283)
  • dd2ce76 `cache.modify`: less strict types & dev runtime warnings (#11206)
  • b5894db MockedProvider: default `connectToDevTools: false` (#11289)
  • 2be7eaf Don't crash if some (but not all) Error Codes are loaded (#11291)
  • 78c00b9 chore(deps): update all dependencies - patch updates (#11244)
  • 2e6a6e2 Update bug template instructions
  • 2c62273 chore(deps): update stefanzweifel/git-auto-commit-action action to v5 (#11280)
  • a9aa95f chore(deps): update cimg/node docker tag to v20.8.0 (#11279)
  • 09b2335 chore(deps): update all devdependencies (#11278)
  • 8a405c2 SECOPS-2268: Add Gitleaks to CI (#11282)
  • b29f000 Fix auto dispose timeout that could cause components to suspend indefinitely (#11274)
  • 1d4ba62 add `onQueryUpdated` to `useMutation` execution option docs
  • 3e881f1 chore(deps): update dependency @ microsoft/api-extractor to v7.38.0 (#11263)
  • 9251cb5 chore(deps): update cimg/node docker tag to v20.7.0 (#11246)
  • f6b9953 Version Packages (#11232)
  • 5192cf6 Fixes argument handling for invariant log messages. (#11266)
  • 366e2b1 Merge pull request #11258 from apollographql/ms/pqs-to-ga
  • f667b63 Merge branch 'main' into ms/pqs-to-ga
  • 327a2ab simplify `asyncMap` implementation (#11252)
  • dd2b7c7 Merge branch 'main' into ms/pqs-to-ga
  • bc055e0 Remove `QueryInfo.subscriptions` (dead code) (#11267)
  • 3a3ee44 fix display of objects in the documentation error page (#11261)
  • 9229e0e chore(deps): update all devdependencies
  • 6cddaaf fix `nextFetchPolicy` behaviour with transformed documents (#11235)

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Copy link

Removed dependencies detected. Learn more about Socket for GitHub ↗︎

🚮 Removed packages: @apollo/[email protected]

@xorinzor xorinzor merged commit 9cd4ca9 into main Nov 20, 2023
7 checks passed
@xorinzor xorinzor deleted the snyk-upgrade-403f892cf5e68283cbeec5a28658e4e7 branch November 20, 2023 19:50
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants