@embroider/macros
has been added to the default ignore list
- Dropped support for Node 6 and 8
ember-auto-import
has been added to the default ignore list, as it is only a build-time addonember-cli-typescript
has been added to the default ignore list, as it is only a build-time addon
ember-cli-htmlbars-inline-precompile
has been added to the default ignore list, as it is only a build-time addon
ember-compatibility-helpers
has been added to the default ignore list, as it has no runtime components that could clash
- A version specifier of
'*'
now accepts prerelease versions as well. This is contrary to node-semver's behavior, which was designed for safety when upgrading a single package across prerelease versions, but is consistent with the need to be able to designate "no really, anything goes" here. (#5)