This list might expand and we might convert some of these into issues, but for now this is the list that came out of the Tooling team meeting today: - [x] Bug to file: component test generator is adding ember-cli-htmlbars-inline-precompile https://github.com/emberjs/ember.js/pull/20983 - [x] We should try running the vite codemod again - [x] We should run the app generator and do a full pass through it - [ ] warp drive transform deprecations are firing (fixed in 5.7) - [ ] warp drive package unification deprecation is firing (blueprint would need to use warp drive instead of ember-data) - [x] we should make an `app/services` directory (especially given that we make directories for much less recommended features like `app/controllers`) - [x] `ember test` is a trap (it builds but hangs, ever since `cwd: “dist”` was added to testem.js) https://github.com/ember-cli/ember-app-blueprint/pull/88 - [ ] Document how to run tests against a production build - [x] implementation is fixed as of https://github.com/embroider-build/embroider/pull/2580 - [x] Add tests to ember-cli/ember-app-blueprint in windows - [ ] Make the app-template in embroider be closer to `@ember/app-blueprint` https://github.com/embroider-build/embroider/pull/2560 - [x] Update the super-rentals tutorial (ready to go, will merge after release) https://github.com/ember-learn/super-rentals-tutorial/pull/272 - [ ] update the cli guides https://cli.emberjs.com/release/ - [ ] create a new page in the ember guides pointing at Vite docs and explaining the basics of how we use vite - [ ] add a banner / notice / etc to the old cli guides pointing at that new page - [ ] go through the main guides and update anything that needs to be updated
This list might expand and we might convert some of these into issues, but for now this is the list that came out of the Tooling team meeting today:
ember-cli-htmlbars-inline-precompilefrom blueprints emberjs/ember.js#20983app/servicesdirectory (especially given that we make directories for much less recommended features likeapp/controllers)ember testis a trap (it builds but hangs, ever sincecwd: “dist”was added to testem.js) [bugfix beta] fix the use of ember test in the new blueprint ember-app-blueprint#88@ember/app-blueprintUpdate tests/app-template with latest @ember/app-blueprint embroider-build/embroider#2560