Skip to content
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

Merged
merged 1 commit into from
Aug 24, 2023
Merged

Fix CI #775

merged 1 commit into from
Aug 24, 2023

Conversation

bertdeblock
Copy link
Contributor

No description provided.

@@ -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",
Copy link
Contributor Author

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",
Copy link
Contributor Author

@bertdeblock bertdeblock Aug 24, 2023

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.

@@ -106,6 +105,9 @@
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"ember": {
"edition": "octane"
Copy link
Contributor Author

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.

@kategengler
Copy link
Member

Thank you!

@kategengler kategengler merged commit 60d499b into ember-cli:master Aug 24, 2023
20 checks passed
@bertdeblock bertdeblock mentioned this pull request Aug 25, 2023
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants