Skip to content

Add Vite 8 to peer dependency range#34

Merged
iqbalhasandev merged 2 commits intomainfrom
vite8-fix
Apr 12, 2026
Merged

Add Vite 8 to peer dependency range#34
iqbalhasandev merged 2 commits intomainfrom
vite8-fix

Conversation

@iqbalhasandev
Copy link
Copy Markdown
Member

Summary

Expands the vite peer dependency range to include ^8.0.0, so users can use this plugin with Vite 8 projects.

This is a conflict-free rebase of #29 (by @Lukasss93) on top of the current main. The original PR had merge conflicts due to two Dependabot updates that landed after it was opened:

All conflicts have been resolved by keeping main's devDependency versions and applying the peerDependency range expansion from #29.

Change

 "peerDependencies": {
-  "vite": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
+  "vite": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
 }

Closes #29

Lukasss93 and others added 2 commits April 2, 2026 12:40
Expand the vite peer dependency range to include ^8.0.0, allowing
users to use this plugin with Vite 8 projects.
Copilot AI review requested due to automatic review settings April 12, 2026 04:25
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Expands this plugin’s vite peer dependency range to include Vite 8, allowing consumers on Vite 8 projects to install the plugin without peer resolution warnings.

Changes:

  • Update package.json peerDependencies to include ^8.0.0 for vite.
  • Update package-lock.json to reflect the new peer dependency range (but it also includes additional lockfile churn).

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
package.json Expands vite peer dependency range to include Vite 8.
package-lock.json Updates root package peerDependencies entry; also contains unrelated lockfile changes that should be minimized.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@iqbalhasandev iqbalhasandev merged commit ff56421 into main Apr 12, 2026
5 of 11 checks passed
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.

3 participants