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

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

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

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