-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
Fix CI #775
Fix CI #775
Conversation
@@ -72,14 +72,13 @@ | |||
"ember-cli-babel": "^7.26.6", | |||
"ember-cli-dependency-checker": "^3.2.0", | |||
"ember-cli-inject-live-reload": "^2.1.0", | |||
"ember-export-application-global": "^2.0.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.
Doesn't work in Ember v5.
"ember-load-initializers": "^2.1.1", | ||
"ember-maybe-import-regenerator": "^0.1.6", | ||
"ember-qunit": "^5.1.4", | ||
"ember-resolver": "^8.0.2", | ||
"ember-source": "~3.28.0", | ||
"ember-source-channel-url": "^3.0.0", | ||
"ember-styleguide": "^5.0.0", | ||
"ember-styleguide": "^8.4.0", |
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.
Older version was breaking the build with newer Ember versions. Using an in-repo / internal addon might be better? Feels fragile.
4171425
to
01d6672
Compare
@@ -106,6 +105,9 @@ | |||
"publishConfig": { | |||
"registry": "https://registry.npmjs.org" | |||
}, | |||
"ember": { | |||
"edition": "octane" |
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.
Required in newer Ember versions.
Thank you! |
No description provided.