etherspot / etherspot-prime-sdk

Etherspot Prime - Account Abstraction SDK
https://etherspot.fyi
MIT License
120 stars 22 forks source link

[Snyk] Upgrade @apollo/client from 3.8.6 to 3.8.7 #84

Closed arddluma closed 8 months ago

arddluma commented 9 months ago

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.8.6 to 3.8.7.

:information_source: 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 **1 version** ahead of your current version. - The recommended version was released **a month ago**, on 2023-11-02.
Release notes
Package name: @apollo/client
  • 3.8.7 - 2023-11-02

    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 backwards-compatible (albeit slightly less performant) type.

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

from @apollo/client GitHub release notes
Commit messages
Package name: @apollo/client
  • 8329f07 Version Packages (#11298)
  • bb1da83 work around TS 4.8-specific `infer X extends Y` (#11337)
  • 0de3b29 bump engines field to include npm 10 (#11335)
  • fe12ef4 chore(deps): update cimg/node docker tag to v21 (#11310)
  • d998550 chore(deps): update actions/setup-node action to v4 (#11324)
  • dcf82ec chore(deps): update all dependencies - patch updates (#11320)
  • 7d39e26 chore(deps): update peter-evans/create-or-update-comment action to v3.1.0 (#11309)
  • 0b46ed0 Replace lit-element with Lit in integrations.md (#11311)
  • 00fd096 chore(deps): update all dependencies - patch updates (#11307)
  • 0bcbb2c Bump @ babel/traverse from 7.22.5 to 7.23.2 in /integration-tests (#11294)
  • 946b0e9 update circleci secops orb (#11302)
  • c8c76a5 Add an explicit return type for `useReadQuery` (#11297)
  • 89374ca Add delay in docs for loading state testing (#11287)
  • 7d3cac9 Update renovate.json to ignore glob (#11293)
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](https://app.snyk.io/org/etherspot/project/0d28273d-6839-46a2-8813-9aad7522e3da?utm_source=github&utm_medium=referral&page=upgrade-pr) 🛠 [Adjust upgrade PR settings](https://app.snyk.io/org/etherspot/project/0d28273d-6839-46a2-8813-9aad7522e3da/settings/integration?utm_source=github&utm_medium=referral&page=upgrade-pr) 🔕 [Ignore this dependency or unsubscribe from future upgrade PRs](https://app.snyk.io/org/etherspot/project/0d28273d-6839-46a2-8813-9aad7522e3da/settings/integration?pkg=@apollo/client&utm_source=github&utm_medium=referral&page=upgrade-pr#auto-dep-upgrades)
github-actions[bot] commented 9 months ago

Yooo! You forgot to bump the version in package.json!

vignesha22 commented 8 months ago

Closing this PR since its been upgraded to this version on the latest commit to master