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

Vite: Fix plugin types #19095

Merged
merged 5 commits into from
Sep 6, 2022
Merged

Vite: Fix plugin types #19095

merged 5 commits into from
Sep 6, 2022

Conversation

IanVS
Copy link
Member

@IanVS IanVS commented Sep 2, 2022

Issue:

Fixes type errors that were originally ignored in d141803

What I did

Used the proper type for plugins (PluginOption).

How to test

  • Green CI

@IanVS IanVS added maintenance User-facing maintenance tasks builder-vite labels Sep 2, 2022
@IanVS IanVS requested a review from shilman September 2, 2022 19:09
@IanVS
Copy link
Member Author

IanVS commented Sep 2, 2022

We're ending up with two different versions of vite installed, one beta version and one older one, due to dependencies. I'll wait until vite 3.1.0 is released, then revisit this.

@shilman
Copy link
Member

shilman commented Sep 6, 2022

@IanVS any idea what's going on with CI?

@IanVS
Copy link
Member Author

IanVS commented Sep 6, 2022

I fixed CI by adding the same [email protected] to devDependencies of the vite framworks, to ensure we have the right minimum matching version between the builder and the frameworks.

Copy link
Member

@shilman shilman left a comment

Choose a reason for hiding this comment

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

LGTM! 👍

@shilman shilman merged commit 3c07761 into next Sep 6, 2022
@shilman shilman deleted the vite/plugin-types branch September 6, 2022 23:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
builder-vite maintenance User-facing maintenance tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants