-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Implement the built in app, addon, and blueprint blueprints by package lookup #10671
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
8ba3890 to
f7b252c
Compare
| "concurrently": "^9.1.2", | ||
| "ember-auto-import": "^2.10.0", | ||
| "ember-cli": "~<%= emberCLIVersion %>", | ||
| "ember-cli": "~6.4.0-beta.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So this would need to be bumped along with other packages?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes exactly, I would need to add that to the script thanks for the reminder
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in fact this will automatically be bumped by release-plan, I have configured it correctly now to match the main ember-cli version 👍
This is mostly to open up a discussion of the implementation
lib/models/blueprint.js.Personally I think it would be better for maintainability if we just extract the blueprints into their own repos (not even a monorepo with each blueprint).