ember-cli-jquery-ui icon indicating copy to clipboard operation
ember-cli-jquery-ui copied to clipboard

upgrade ember-cli-htmlbars to 1.0.1

Open tsing80 opened this issue 9 years ago • 5 comments

Current version will break app build on windows once broccolijs/broccoli-merge-trees#31 is merged Upgrade ember-cli-htmlbars to latest version fixed the issue

cc @stefanpenner

tsing80 avatar Nov 10 '15 15:11 tsing80

@Gaurav0 Any chance to see this merged?

It triggers deprecation warning with the last versions of Ember:

DEPRECATION: Overriding init without calling this._super is deprecated. Please call `this._super.init && this._super.init.apply(this, arguments);` addon: `ember-cli-htmlbars`
    at Function.Addon.lookup (.../node_modules/ember-cli/lib/models/addon.js:1005:27)

jbescoyez avatar Jan 03 '17 09:01 jbescoyez

Can you please merge this? I also have this problem after upgrading Ember to latest version.

jaaksarv avatar Feb 03 '17 14:02 jaaksarv

No. Conflicts must be resolved and tests must pass.

Gaurav0 avatar Feb 03 '17 16:02 Gaurav0

@tsing80 can you fix it please?

jaaksarv avatar Feb 06 '17 08:02 jaaksarv

@Gaurav0 You mention you want to deprecate this package in this PR, https://github.com/Gaurav0/ember-cli-jquery-ui/pull/20

Are you? This PR no longer makes sense since htmlbars 1.0.8 is already referenced in the package.json, but no release is made. Is there a release coming?

aars avatar Mar 15 '17 14:03 aars