ember-module-migrator icon indicating copy to clipboard operation
ember-module-migrator copied to clipboard

Automated migration for new Ember application layout.

Results 26 ember-module-migrator issues
Sort by recently updated
recently updated
newest added

Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 7.0.1 to 8.1.0. Changelog *Sourced from [fs-extra's changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md).* > 8.1.0 / 2019-06-28 > ------------------ > > - Add support for promisified `fs.realpath.native` in Node v9.2+ ([#650](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/issues/650), [#682](https://github-redirect.dependabot.com/jprichardson/node-fs-extra/pull/682))...

dependencies

Bumps [walk-sync](https://github.com/joliss/node-walk-sync) from 1.1.3 to 2.0.1. Changelog *Sourced from [walk-sync's changelog](https://github.com/joliss/node-walk-sync/blob/master/CHANGELOG.md).* > # master > > # 2.0.0 > > * Drop support for unsupported Node versions (Support 8.* +...

dependencies

Bumps [jscodeshift](https://github.com/facebook/jscodeshift) from 0.3.32 to 0.6.4. Release notes *Sourced from [jscodeshift's releases](https://github.com/facebook/jscodeshift/releases).* > ## v0.6.4 > ### Changed > > - Allow writing tests in TypeScript ([#308](https://github-redirect.dependabot.com/facebook/jscodeshift/issues/308)) > - Better...

dependencies

Bumps [mocha-eslint](https://github.com/BadgeLabs/mocha-eslint) from 3.0.1 to 5.0.0. Release notes *Sourced from [mocha-eslint's releases](https://github.com/BadgeLabs/mocha-eslint/releases).* > ## v5.0.0 > Updates to the latest version of ESLint (^5.10.0) and updates other dependencies as well....

dependencies

Bumps [exists-sync](https://github.com/ember-cli/exists-sync) from 0.0.4 to 0.1.0. Commits - [`c35bd91`](https://github.com/ember-cli/exists-sync/commit/c35bd9137611c44d83d13e6fdfcb1a746f922ad6) release v0.1.0 🎉 - [`9c6e798`](https://github.com/ember-cli/exists-sync/commit/9c6e798bd93c5b5574fa15a7dd2857629cd09ebf) Update README.md - [`60f0e34`](https://github.com/ember-cli/exists-sync/commit/60f0e34a14fa5643a8ebbd6d6a981d44ad3737b3) Merge pull request [#9](https://github-redirect.dependabot.com/ember-cli/exists-sync/issues/9) from SergeAstapov/master - [`c209ba0`](https://github.com/ember-cli/exists-sync/commit/c209ba0a92ccb2e0e72fa4c1b07f8447f33e8973) Update README.md - [`8237c6f`](https://github.com/ember-cli/exists-sync/commit/8237c6f5dd81d4494003faf6e60e3673c07a7d82)...

dependencies

Bumps [mocha](https://github.com/mochajs/mocha) from 5.2.0 to 6.0.2. Release notes *Sourced from [mocha's releases](https://github.com/mochajs/mocha/releases).* > ## v6.0.2 > # 6.0.2 / 2019-02-25 > > ## :bug: Fixes > > Two more regressions...

I'm assuming the archived nature means it isn't going to be maintained, so what is the alternative?

After running the migrator, the `app/styles` folder were correctly located under `src/ui/styles` but the following file `/app/styles/imports/mixins/style.less` was removed.

![image](https://user-images.githubusercontent.com/199018/44480258-ca636800-a610-11e8-9481-3ad86c2e3857.png) ``` Build Error (SassCompiler) File not found: /src/ui/styles/app.scss in any of the following include paths: /tmp/broccoli-31368ZyzjAKymuO2D/out-387-funnel_module_unification_src Stack Trace and Error Report: /tmp/error.dump.90f96353d7eb3007cc57eb172e11ef5d.log ```