-
Notifications
You must be signed in to change notification settings - Fork 43
Closed
Labels
Description
This issue proposes a major version release of ember-cli-deprecation-workflow: v3.0.0
The aims of a 3.0 are:
- Swap from the
vendor.jsbased implementation to one where the dependency must be manually added toapp.js. [BREAKING] Convert to a module. Drops support for Ember < 3.28, requires manual initialization #159 - Update the oldest supported Ember version to be 3.28 (of course we will also confirm compatibility with Ember's bleeding edge) [BREAKING] Convert to a module. Drops support for Ember < 3.28, requires manual initialization #159
- Update the oldest supported Node version to be Node 16 Node 16 is the minimum supported version #175
- Adopt Volta edit: this is already done actually, but wasn't being honored in CI Bump Node, swap to npm, update CI pipeline #170
- Adopt
pnpmnpm Bump Node, swap to npm, update CI pipeline #170 - Migrate the repo home to the
ember-cliorg (oremberjsorg?) - Ember CLI 4.12 or above
- All PRs and issues should use the label
3.0
Any other suggestions or concerns?
Gorzas