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

Fully Lock Ember Data #8336

Merged
merged 2 commits into from
Feb 10, 2025
Merged

Fully Lock Ember Data #8336

merged 2 commits into from
Feb 10, 2025

Conversation

jrjohnson
Copy link
Member

@jrjohnson jrjohnson commented Feb 3, 2025

Some of the ED dependencies were allowed to install updates which breaks when anything gets updated. Lock everything together and update everything at the same time.

This was further complicated by an update to @ember/test-waiters which doesn't work with our pinned ember-data version. Locking that as well.

@jrjohnson jrjohnson marked this pull request as ready for review February 10, 2025 17:27
@stopfstedt stopfstedt added the run ui tests Run the expensive UI tests label Feb 10, 2025
Some of the ED dependencies were allowed to install updates which breaks
when anything gets updated. Lock everything together and update
everything at the same time.
There is some instability between this and ember-data in v4. Locking it
at v3 temporarily to restore our ability to upgrade.
@dartajax dartajax merged commit d5aeecf into ilios:master Feb 10, 2025
35 checks passed
@jrjohnson jrjohnson deleted the relock-ember-data branch February 10, 2025 22:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
run ui tests Run the expensive UI tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants