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

Update to Ember 5.12 #2598

Merged
merged 14 commits into from
Oct 21, 2024
Merged

Update to Ember 5.12 #2598

merged 14 commits into from
Oct 21, 2024

Conversation

RobbieTheWagner
Copy link
Member

No description provided.

@RobbieTheWagner
Copy link
Member Author

@patricklx could you please let me know if you notice anything wrong with this PR? I know it's huge and I don't expect you to review it line by line, but if you could please let me know what you think, that would be great, thank you!

name: 'ember-lts-3.16',
npm: {
devDependencies: {
'@ember/test-helpers': '^2.4.0',
Copy link
Collaborator

Choose a reason for hiding this comment

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

also need to add ember-resolver v11.0.1 until ember-source < 4.12

Copy link
Member Author

Choose a reason for hiding this comment

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

@patricklx Yeah, is that safe to do? I honestly don't know if we will use consuming app's resolvers when they boot inspector? If so, that sounds like a good fix.

Copy link
Collaborator

Choose a reason for hiding this comment

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

@RobbieTheWagner it's safe. It's only used for the UI. We do not consume it from app code

Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks @patricklx, that fixed some of the tests, but looks like we still have some issues.

Copy link
Collaborator

Choose a reason for hiding this comment

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

some are failing because of ember-cli-app-version, I do not think we need it. can just be removed from deps

Copy link
Member Author

Choose a reason for hiding this comment

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

Okay, fixed those. Now it looks like just beta and canary are failing. Any ideas?

Copy link
Collaborator

@patricklx patricklx Oct 21, 2024

Choose a reason for hiding this comment

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

Probably need more cleanup. Ember 6 beta removes support for extend prototypes. Some tests are clearly failing because of that. The others not sure yet. I can also have a look later or tomorrow

Copy link
Member Author

Choose a reason for hiding this comment

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

Ah okay, we do have some findBy, filterBy, mapBy etc that we probably need to remove. Should we merge this as is and then work on removing those?

@RobbieTheWagner
Copy link
Member Author

Since the beta and canary failures are not related to the changes here, I am going to go ahead and merge and we should fix deprecations in a separate PR.

@RobbieTheWagner RobbieTheWagner merged commit be0c5f2 into main Oct 21, 2024
14 of 16 checks passed
@RobbieTheWagner RobbieTheWagner deleted the ember-5.12 branch October 21, 2024 15:01
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.

2 participants