Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert to v2 format addons in app blueprint #9827

Open
5 of 12 tasks
SergeAstapov opened this issue Mar 24, 2022 · 6 comments
Open
5 of 12 tasks

Convert to v2 format addons in app blueprint #9827

SergeAstapov opened this issue Mar 24, 2022 · 6 comments
Labels

Comments

@SergeAstapov
Copy link
Contributor

SergeAstapov commented Mar 24, 2022

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:

  • @ember/optional-features
    Build-time features validation, has ember-cli commands feature:list, feature:enable, feature:disable
  • @embroider/compat (not an addon)
  • @embroider/core (not an addon)
  • @embroider/webpack (not an addon)
  • broccoli-asset-rev (unmaintained, and not part of the Embroider future)
  • ember-auto-import
  • ember-cli (not an addon)
  • ember-cli-app-version
  • ember-cli-babel
  • ember-cli-dependency-checker
  • ember-cli-htmlbars
  • ember-cli-inject-live-reload
  • ember-cli-sri (archived, and under Embroider, we should see if we can leverage something like https://www.npmjs.com/package/webpack-subresource-integrity)
  • ember-cli-terser (not used/needed under Embroider)
  • ember-fetch
  • ember-qunit - released as v2 in v8.0.0
  • ember-template-lint
  • loader.js (may be converted if we get rid of dynamism from index.js)
@SergeAstapov SergeAstapov changed the title Convert to v2 addons from default blueprint Convert to v2 format addons in default blueprint Mar 24, 2022
@SergeAstapov SergeAstapov changed the title Convert to v2 format addons in default blueprint Convert to v2 format addons in app blueprint Mar 24, 2022
@bertdeblock
Copy link
Contributor

@SergeAstapov You can tick off the ember-export-application-global one. #9825 (comment) is merged 🎉

@bertdeblock
Copy link
Contributor

@SergeAstapov ember-maybe-import-regenerator has already been deleted as well some time ago:
#9604

@bertdeblock
Copy link
Contributor

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

@bertdeblock
Copy link
Contributor

bertdeblock commented Jan 31, 2023

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

@jelhan
Copy link
Contributor

jelhan commented Oct 15, 2023

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

@NullVoxPopuli
Copy link
Contributor

as has qunit-dom, in v3.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants