-
Notifications
You must be signed in to change notification settings - Fork 5
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
chore: update to ember v4 #625
Conversation
Currently putting this on-hold since all template files throw the following error:
I already tried:
Help would be appreciated! Related issues: |
I resolved this issue. |
I also had issues with upgrading |
08bf2bf
to
a26ca00
Compare
Putting this on hold for now. There are still a lot of issues with the tests. |
Can we push this together some time this week? |
BREAKING CHANGE: - Ember.js v3.28 or above - Ember CLI v3.28 or above - Node.js v16 or above
BREAKING CHANGE: - Rename `router` service dependency to `hostRouter` due to deprecation Deprecation id: ember-engines.deprecation-router-service-from-host
7d426f1
to
1b5518a
Compare
This needs
|
|
Honestly, I've no idea what's going wrong here. Tried a couple of things but nothing seems to work. I think we have two options here:
Don't know if @anehx knows what could help us here. 🤷 |
Btw: I think the import Route from "@ember/routing/route";
import { inject as service } from "@ember/service";
export default class IndexRoute extends Route {
@service hostRouter;
beforeModel() {
this.hostRouter.transitionTo("users");
}
} |
What do you mean? We are using the |
Sorry for confusing you. The code I've pasted was already refactored. The original is not touched yet and should become the quoted code. :) |
1192093
to
ab5ab44
Compare
BREAKING CHANGE: - Ember.js v3.28 or above - Ember CLI v3.28 or above - Node.js v14 or above
Disabled release for now since |
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.
nice job! ✨
🎉 This PR is included in version 8.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
BREAKING CHANGE: