NullVoxPopuli / ember-addon-migrator

ember addon v1 to v2 migrator
19 stars 4 forks source link

Use local beta version of ember-cli #87

Closed simonihmig closed 1 year ago

simonihmig commented 1 year ago

This changes the way we invoke ember-cli, to use our own dependency, so we control the version of the blueprint. And (for now) we use the latest canary version, to use the fixed --typescript support.

stackblitz[bot] commented 1 year ago

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

changeset-bot[bot] commented 1 year ago

⚠️ No Changeset found

Latest commit: 26940f280f82d2d4a8753d99db63a0505e901b54

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

simonihmig commented 1 year ago

I rebased and changed to again use the npm published blueprint, but now tests are failing 🤔 ... need to investigate...

simonihmig commented 1 year ago

but we'll want to at least back off to beta once available

References 5.2.0-beta.0 now instead of master! :)