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: drop declare module '@vue/runtime-core' #359

Merged
merged 3 commits into from
Aug 3, 2024
Merged

fix: drop declare module '@vue/runtime-core' #359

merged 3 commits into from
Aug 3, 2024

Conversation

KazariEX
Copy link
Contributor

@KazariEX KazariEX commented Aug 1, 2024

resolve #358

src/addons/vue-template.ts Outdated Show resolved Hide resolved
Co-authored-by: Anthony Fu <github@antfu.me>
Copy link

codecov bot commented Aug 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.26%. Comparing base (a4a5e0a) to head (bb0567f).
Report is 17 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #359      +/-   ##
==========================================
- Coverage   98.73%   97.26%   -1.48%     
==========================================
  Files          14       13       -1     
  Lines        1817     1205     -612     
  Branches      374      385      +11     
==========================================
- Hits         1794     1172     -622     
- Misses         23       33      +10     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@antfu antfu merged commit 4f309e1 into unjs:main Aug 3, 2024
4 of 5 checks passed
@KazariEX KazariEX deleted the drop-declare branch August 3, 2024 16:57
@davidstackio
Copy link

When I updated unimport from 3.9.1 to 3.10.0 it broke the auto imports for utils in my Nuxt 3.12.4 project. When I downgraded back to 3.9.1 it worked again. This might be a breaking change for some users.

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.

Using only declare module 'vue'
3 participants