Open SergeAstapov opened 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 🎉
@SergeAstapov ember-maybe-import-regenerator
has already been deleted as well some time ago:
https://github.com/ember-cli/ember-cli/pull/9604
FYI, ember-template-lint
is not an addon.
Striked through ember-cli-sri
, ember-cli
and broccoli-asset-rev
as well.
ember-qunit
has been converted to v2 addon in recent v8.0.0 release as well.
as has qunit-dom
, in v3.0.0
@ember/string
here: https://github.com/emberjs/ember-string/pull/425 (not released yet)
ember-source is done as well now: https://github.com/emberjs/ember.js/pull/20787
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:
ember-welcome-page
as of v6.0.0ember-page-title
https://github.com/ember-cli/ember-page-title/pull/229 as of v8.0.0@ember/string
https://github.com/emberjs/ember-string/pull/425@ember/test-helpers
https://github.com/emberjs/ember-test-helpers/pull/1471@glimmer/component
https://github.com/emberjs/ember.js/pull/20751@glimmer/tracking
ember-data
https://github.com/emberjs/data/pull/9407ember-export-application-global
(not needed due to https://github.com/ember-cli/ember-cli/pull/9825)ember-load-initializers
https://github.com/ember-cli/ember-load-initializers/pull/306 as of v3.0.0ember-maybe-import-regenerator
(not needed due to https://github.com/ember-cli/ember-cli/pull/9604)ember-modifier
as of v4.0.0ember-qunit
v2 as of v8.0.0ember-resolver
https://github.com/ember-cli/ember-resolver/pull/977 as of v13.0.0ember-source
(larger lift, already planned during v4 lifecycle)qunit-dom
released as v2 in v3.0.0tracked-built-ins
released as v2 in v3.2.0Addons with build-time functionality, conversion may not be straightforward or not needed:
@ember/optional-features
Build-time features validation, has ember-cli commandsfeature:list
,feature:enable
,feature:disable
(not an addon)@embroider/compat
(not an addon)@embroider/core
(not an addon)@embroider/webpack
(unmaintained, and not part of the Embroider future)broccoli-asset-rev
ember-auto-import
(not an addon)ember-cli
ember-cli-app-version
ember-cli-babel
ember-cli-dependency-checker
ember-fetch
ember-cli-htmlbars
ember-cli-inject-live-reload
(archived, and under Embroider, we should see if we can leverage something like https://www.npmjs.com/package/webpack-subresource-integrity)ember-cli-sri
(not used/needed under Embroider)ember-cli-terser
ember-template-lint
loader.js
(may be converted if we get rid of dynamism from index.js)