e00dan / ember-link-action

Fire an action when LinkTo component transition happens
MIT License
86 stars 11 forks source link

Deprecated Dependency ember-cli-babel@7.26.5 #380

Open Tafitson opened 2 years ago

Tafitson commented 2 years ago

Starting with Ember 3.27, ember-cli-babel versions prior to 7.26.6 will cause following deprecation warning: "Prior to v7.26.6, ember-cli-babel sometimes transpiled imports into the equivalent Ember Global API, potentially triggering this deprecation message indirectly, even when you did not observe these deprecated usages in your code."

gorner commented 2 years ago

I see an update was merged almost a year prior to this issue being opened but was never released.

Regardless, and respectfully to @Kuzirashi, I don't believe strict reliance on specific patch releases of ember-cli-babel and ember-cli-htmlbars is the right approach here. It looks like you followed a suggestion from the Renovate bot to pin everything, that might be OK for devDependencies but the default range in the Ember-CLI blueprint is the caret range for these two dependencies, and most Ember app developers rely on this range support to be able to update other dependencies when issues like this come up.

gorner commented 2 years ago

Though, as noted on another issue, this add-on may not be really needed in the angle-bracket template era.

saloniy commented 1 year ago

Is there any plan in the near future to release this update to ember-cli-babel@7.26.6?