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

Require Vite 6 #2211

Closed
wants to merge 1 commit into from
Closed

Require Vite 6 #2211

wants to merge 1 commit into from

Conversation

NullVoxPopuli
Copy link
Collaborator

I didn't want to see this message in the terminal anymore:

 WARN  Issues with peer dependencies found
# ...
└─┬ @embroider/vite 0.2.1-unstable.c51ca2b
  └── ✕ unmet peer vite@^5.2.0: found 6.0.3

This is a breaking change, but it's no biggy, really.

@@ -10,7 +10,7 @@
},
"peerDependencies": {
"@embroider/core": "workspace:^",
"vite": "^5.2.0"
"vite": "^6.0.3"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Shouldn't we allow both versions?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Is there an advantage to keeping v5 support?

Copy link
Member

Choose a reason for hiding this comment

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

counter point: is there any need to drop support for 5 🤷 We should be expanding the range because we don't have any functionality that requires v6

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

did we have a feature planned that required the new environments stuff?

Copy link
Member

Choose a reason for hiding this comment

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

no

@ef4
Copy link
Contributor

ef4 commented Feb 18, 2025

Current main now has test coverage for both vite 5 and 6.

@ef4 ef4 closed this Feb 18, 2025
@mansona mansona deleted the vite-6 branch February 18, 2025 14:36
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.

4 participants