KABBOUCHI / vue-tippy

VueJS Tooltip powered by Tippy.js
https://vue-tippy.netlify.app
MIT License
722 stars 86 forks source link

Release/Version issues #278

Closed msawired closed 1 year ago

msawired commented 1 year ago

I noticed that the latest v4 versions (v4.15.0 and v4.16.0) have v6.0.0 alpha files in its dist folder. (looked into the esm-browser file).

KABBOUCHI commented 1 year ago

fixed v4.16.1

mrleblanc101 commented 10 months ago

Weird, upgrading from 4.16.0 to 4.16.1 breaks my Vue 2 / Nuxt 2 app. I haven't updated anything else as you can see from my diff:

Capture d’écran, le 2023-09-11 à 00 34 19

Here is my error:

Module build failed (from ./node_modules/babel-loader/lib/index.js):                                                                        friendly-errors 00:37:17
Error: [BABEL] /Users/sleblanc/www/eeq/frontend/dist-eeq/utils.js: --- PLACEHOLDER PACKAGE ---
This @babel/plugin-proposal-private-property-in-object version is not meant to
be imported. Something is importing
@babel/plugin-proposal-private-property-in-object without declaring it in its
dependencies (or devDependencies) in the package.json file.
Add "@babel/plugin-proposal-private-property-in-object" to your devDependencies
Capture d’écran, le 2023-09-11 à 00 38 17

Does this mean my app import the v6 version ? I thought v6 was only for Vue 3 and my legacy app is Vue 2, but build fine with 4.16.0

mrleblanc101 commented 10 months ago

Sorry, seems like it was a weird yarn issue. Running yarn cache clean fixed the issue.