ember-cli / ember-cli

The Ember.js command line utility.
https://cli.emberjs.com
MIT License
3.27k stars 1.16k forks source link

Convert to v2 format addons in `app` blueprint #9827

Open SergeAstapov opened 2 years ago

SergeAstapov commented 2 years ago

Scope of this ticket is to track progress converting addons from default app and addon blueprints to v2 format.

Addons with runtime only functionality, first candidates for conversion:

Addons with build-time functionality, conversion may not be straightforward or not needed:

bertdeblock commented 2 years ago

@SergeAstapov You can tick off the ember-export-application-global one. https://github.com/ember-cli/ember-cli/pull/9825#issuecomment-1099241261 is merged 🎉

bertdeblock commented 2 years ago

@SergeAstapov ember-maybe-import-regenerator has already been deleted as well some time ago: https://github.com/ember-cli/ember-cli/pull/9604

bertdeblock commented 1 year ago

FYI, ember-template-lint is not an addon.

bertdeblock commented 1 year ago

Striked through ember-cli-sri, ember-cli and broccoli-asset-rev as well.

jelhan commented 8 months ago

ember-qunit has been converted to v2 addon in recent v8.0.0 release as well.

NullVoxPopuli commented 8 months ago

as has qunit-dom, in v3.0.0

NullVoxPopuli commented 1 week ago

@ember/string here: https://github.com/emberjs/ember-string/pull/425 (not released yet)