Skip to content

Add Vite 8 support to peerDependencies #923

Description

@leeobrum

Add Vite 8 to the supported peer dependencies range.

Vite 8 was recently released and users trying to upgrade are getting peer dependency conflicts since the current peerDependencies only covers up to ^7.0.0.

Current:
"vite": "^3.1.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"

Proposed:
"vite": "^3.1.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"

Update peerDependencies in package.json to include ^8.0.0
Test compatibility with Vite 8 internals (if any breaking changes affect the plugin)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions