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

Upgrade test-app to v5 app blueprint #415

Merged

Conversation

gilest
Copy link
Contributor

@gilest gilest commented Mar 4, 2025

The main branch CI is failing due to ember-try scenarios for Ember v6.

Being a little conservative I've just taken the test-app to v5.

I think this is the simplest way to get the CI green again.

Will add comments to changes that differ from the blueprint.

Suggest label: internal

Comment on lines 50 to +51
- ember-lts-3.28
- ember-lts-4.4
- ember-lts-4.8
- ember-lts-4.12
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's some annoying resolution issues with < 4.11. Makes the most sense to test against 4.12 anyway.

Comment on lines 10 to 28
name: 'ember-lts-3.28',
npm: {
devDependencies: {
'ember-source': '~3.28.0',
'ember-cli': '~4.12.2',
'ember-source': '~3.28.12',
'@ember/test-helpers': '^2.9.4',
'ember-qunit': '~6.0.0',
},
},
},
{
name: 'ember-lts-4.4',
name: 'ember-lts-4.12',
npm: {
devDependencies: {
'ember-source': '~4.4.0',
},
},
},
{
name: 'ember-lts-4.8',
npm: {
devDependencies: {
'ember-source': '~4.8.0',
'ember-cli': '~4.12.2',
'ember-source': '~4.12.0',
},
},
},
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have to do a little dependency shuffling to get these old ember-source versions to still pass in CI. Might be time to drop some support soon 🤷🏻

Comment on lines +28 to +29
// TODO
'ember/no-runloop': 'warn',
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Set these to warn since adressing them is out of scope of this PR

@gilest
Copy link
Contributor Author

gilest commented Mar 4, 2025

@NullVoxPopuli why is this a breaking change🤔

Copy link

@Windvis Windvis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, and I don't think it's a breaking change either 👍

@knownasilya knownasilya merged commit a2aa220 into adopted-ember-addons:master Mar 4, 2025
11 checks passed
@github-actions github-actions bot mentioned this pull request Mar 4, 2025
@gilest gilest deleted the internal/test-app-cli-v5 branch March 4, 2025 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants