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

fix: TS workaround for Vue v3.2.47 #1962

Merged
merged 2 commits into from Feb 2, 2023

Conversation

cexbrayat
Copy link
Member

A change of types in core (vuejs/core#2818) introduced a TS compilation error when bumping to Vue v3.2.47.
I couldn't figure out a proper way to fix, but using EmitOptions instead of E (which extends EmitOptions...) fixes the issue.
It may be good enough to allow to update to the latest Vue releases, and I think it should have minimal impact on our users (or none at all).

renovate bot and others added 2 commits February 2, 2023 15:45
A change of types in core (vuejs/core#2818) introduced a TS compilation error when bumping to Vue v3.2.47.
I couldn't figure out a proper way to fix, but using `EmitOptions` instead of `E` (which extends `EmitOptions`...) fixes the issue.
It may be good enough to allow to update to the latest Vue releases, and I think it should have minimal impact on our users (or none at all).
@netlify
Copy link

netlify bot commented Feb 2, 2023

Deploy Preview for vue-test-utils-docs ready!

Name Link
🔨 Latest commit bf0a6da
🔍 Latest deploy log https://app.netlify.com/sites/vue-test-utils-docs/deploys/63dbdc83abc51e000aa405c9
😎 Deploy Preview https://deploy-preview-1962--vue-test-utils-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@lmiller1990 lmiller1990 merged commit 46adfaf into vuejs:main Feb 2, 2023
@lmiller1990
Copy link
Member

Doing this as a patch, hope it won't be a breaking change for some versions 🤔

@lmiller1990
Copy link
Member

It's out 2.2.10

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.

None yet

2 participants