Skip to content

Update to Ember v5.12#1195

Closed
Windvis wants to merge 14 commits intoember-learn:mainfrom
Windvis:ember-v5
Closed

Update to Ember v5.12#1195
Windvis wants to merge 14 commits intoember-learn:mainfrom
Windvis:ember-v5

Conversation

@Windvis
Copy link
Copy Markdown
Contributor

@Windvis Windvis commented Mar 27, 2026

Attempt to update to v5.12

Needs more work, some of the a11y tests are failing (I'm guessing because I bumped majors), not sure what's wrong there yet.

Builds on #1193 and #1194

Windvis added 14 commits March 25, 2026 10:21
The updated packages changed some of the rules which means our existing code needs changes.
This package is no longer maintained and uses deprecated API's that block the Ember v5 update.

It does mean the frontend has to load an extra json file on some pages that previously loaded it from the FastBoot shoebox on initital renders.
This solves a dep issue with `@ember/test-helpers`
ember-data was throwing an error because it tries to (conditionally) import ember-inflector, which fails because we don't have it installed. To work around this we mark the deprecation solved so we don't hit the conditional code path at all. This does require an update to EmberData as well since the `@warp-drive/build-utils` package is not compatible with v5.3.
`structuredClone` is used by WarpDrive, so we need to add it to the FastBoot sandbox.
- remove unneeded transforms since the source data already provides the correct types
- explicitly register the date transform we still use
- explicitly register the store service
@netlify
Copy link
Copy Markdown

netlify bot commented Mar 27, 2026

Deploy Preview for ember-website ready!

Name Link
🔨 Latest commit f531d42
🔍 Latest deploy log https://app.netlify.com/projects/ember-website/deploys/69c680a892a9050007405b58
😎 Deploy Preview https://deploy-preview-1195--ember-website.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@mansona mansona mentioned this pull request Mar 27, 2026
@Windvis Windvis closed this Mar 28, 2026
@Windvis Windvis deleted the ember-v5 branch March 28, 2026 19:37
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.

1 participant