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 @vue/apollo-composable from 4.0.0-beta.5 to 4.0.2 #120

Closed
wants to merge 1 commit into from

Conversation

xorinzor
Copy link
Member

snyk-top-banner

Snyk has created this PR to upgrade @vue/apollo-composable from 4.0.0-beta.5 to 4.0.2.

ℹ️ 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 10 versions ahead of your current version.

  • The recommended version was released on 5 months ago.

Release notes
Package name: @vue/apollo-composable
  • 4.0.2 - 2024-03-08

    🩹 Fixes

    • Use shallowRef on result & error (08f0fcd)

    📖 Documentation

    • Remove mentions of fetchResults, fix #1060 (#1060)

    ❤️ Contributors

  • 4.0.1 - 2024-01-24

    🩹 Fixes

    • Use hasInjectionContext in useApolloClient before calling inject (#1529)
    • useLazyQuery: Load() on server, fix #1495 (#1495)

    ✅ Tests

    • Split into outsideComponent.cy.ts (48d0ac2)
    • Build test app in test command (500d6e4)

    🤖 CI

    • Use GITHUB_OUTPUT envvar instead of set-output command (#1530)

    ❤️ Contributors

  • 4.0.0 - 2024-01-15

    🚀 Enhancements

    • useLazyQuery: Add interface for lazy query return (#1523)

    🩹 Fixes

    • Improve esm support, fix #1524 (#1524)
    • Import serializeJs using default import instead of a namespace import (#1485)
    • options: Use exponential backoff on subscribe error retry (b17817e)
    • ApolloMutation: Return result in mutate (ddf9aa0)
    • Prefetch type (f8568e8)

    📖 Documentation

    • Update vitepress + enable detailed search by default (fb66dce)

    🏡 Chore

    ✅ Tests

    🤖 CI

    ❤️ Contributors

  • 4.0.0-beta.12 - 2023-11-29

    🚀 Enhancements

    • New context params in event hook handlers (0be5d9b)

    🩹 Fixes

    • Use shallowRef for apollo query (76f19f6)

    📖 Documentation

    • Missing curly brace (#1512)
    • Added missing createClient import in example when creating Graph… (#1513)
    • Import createApolloProvider is missing (#1515)

    🏡 Chore

    • Moved resolutions to the root of the workspace (#1508)

    ❤️ Contributors

  • 4.0.0-beta.11 - 2023-09-13

    🩹 Fixes

    • Remove console.log, console log remained in code #1507 (#1507)

    📖 Documentation

    • Update README.md logo (68addf8)
    • Update vitepress + fix components API menu (f545763)

    ❤️ Contributors

  • 4.0.0-beta.10 - 2023-09-12

    🚀 Enhancements

    • Support effect scope outside of component, fix #1505 (#1505)
    • useLazyQuery: Load returns Promise, fix #1486 (#1486)

    🩹 Fixes

    • Apollo components should have emits (#1504)

    🌊 Types

    • Extended "enabled" option type (#1492)

    🏡 Chore

    • Package test-e2e-composable-vue3, update deps, migrate to vite (#1488)
    • Upgrade vitepress to 1.0 RC (daffd75)
    • Seq test (995131d)

    ✅ Tests

    ❤️ Contributors

  • 4.0.0-beta.9 - 2023-08-28

    🩹 Fixes

    • Don't call debounced restart too much (1adf135)

    🏡 Chore

    ❤️ Contributors

  • 4.0.0-beta.8 - 2023-07-04

    🚀 Enhancements

    • useQuery: Nullable query (auto disable) (28f3520)

    ❤️ Contributors

  • 4.0.0-beta.7 - 2023-06-13
  • 4.0.0-beta.6 - 2023-06-12
  • 4.0.0-beta.5 - 2023-05-16
from @vue/apollo-composable GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

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:

Snyk has created this PR to upgrade @vue/apollo-composable from 4.0.0-beta.5 to 4.0.2.

See this package in npm:
@vue/apollo-composable

See this project in Snyk:
https://app.snyk.io/org/shoutz0r-shared/project/71a76727-a61b-4cc8-aecd-bfff7773f421?utm_source=github&utm_medium=referral&page=upgrade-pr
Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@vue/[email protected] Transitive: filesystem +3 441 kB akryum

🚮 Removed packages: npm/@vue/[email protected]

View full report↗︎

Copy link

🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎

To accept the risk, merge this PR and you will not be notified again.

Alert Package NoteSourceCI
Install scripts npm/[email protected]
  • Install script: postinstall
  • Source: node -e "try{require('./scripts/postinstall.js')}catch(e){}"
🚫

View full report↗︎

Next steps

What is an install script?

Install scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.

Packages should not be running non-essential scripts during install and there are often solutions to problems people solve with install scripts that can be run at publish time instead.

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of ecosystem/package-name@version specifiers. e.g. @SocketSecurity ignore npm/[email protected] or ignore all packages with @SocketSecurity ignore-all

Copy link

sonarcloud bot commented Aug 21, 2024

@xorinzor xorinzor closed this Aug 26, 2024
@xorinzor xorinzor deleted the snyk-upgrade-e9a2a5c3bab59142c5e8094d6f17da85 branch September 11, 2024 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment