-
Notifications
You must be signed in to change notification settings - Fork 6
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 to ember 4.8.5 #474
Conversation
while not strictly necessary, I'd recommend upgrading the ember version in the docker file and woodpecker pipelines |
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.
tried all the flows I could think of, couldn't find anything else
good to go when CI passes
This PR includes an upgrade to ember-source 4.8.5 and ember-data 4.8.8.
Specifically it updates the following packages:
ember source
to 4.8.5 + related packagesember-data
to 4.8.8@lblod/ember-mock-login
to 0.7.0ember-drag-drop
to 0.9.0-beta.0Additionally, it removes the following obsolete packages:
ember-load
, anapplication-loading
template is used insteadember-cached-decorator-polyfill
, included in ember 4.8ember-functions-as-helper-polyfill
, included in ember 4.8ember-unique-id-helper-polyfilll
, included in ember 4.8Additionally, this PR includes a fix which first awaits all participants of an agendapoint treatment, before loading them as voters.