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): support @netlify/blobs v8 #486

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Sep 15, 2024

  1. chore(deps): support @netlify/blobs v8

    The peer dependency only specifies support for v6 and v7, but v8 works
    just fine.
    
    This adds v8 to the peer dependencies, bumps the dev dep to v8, updates
    the tests (there's a new requirement that's specific to unusual use
    cases like unstorage's tests, which are run outside of the Netlify
    platform and the Netlify CLI), and adjust the driver types to ensure
    compatibility with all supported versions.
    
    See netlify/blobs#183.
    
    I believe @netlify/blobs@8 will error in local dev when using
    netlify-cli before 17.21.1. This doesn't seem like unstorage's problem
    though, so I didn't do anything about that here.
    serhalp committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    dda35d5 View commit details
    Browse the repository at this point in the history