ember-cli-jquery-ui
ember-cli-jquery-ui copied to clipboard
upgrade ember-cli-htmlbars to 1.0.1
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
@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)
Can you please merge this? I also have this problem after upgrading Ember to latest version.
No. Conflicts must be resolved and tests must pass.
@tsing80 can you fix it please?
@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?