chore(miragejs): migrate from ember-cli-mirage to ember-mirage#3610
Merged
VasylMarchuk merged 1 commit intomainfrom Jan 13, 2026
Merged
chore(miragejs): migrate from ember-cli-mirage to ember-mirage#3610VasylMarchuk merged 1 commit intomainfrom
ember-cli-mirage to ember-mirage#3610VasylMarchuk merged 1 commit intomainfrom
Conversation
Test Results 1 files ±0 1 suites ±0 6m 44s ⏱️ +4s Results for commit 0832a89. ± Comparison against base commit 922672e. This pull request removes 1 and adds 7 tests. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
5e5e87c to
5c005f7
Compare
5c005f7 to
51dae24
Compare
51dae24 to
9341244
Compare
ember-cli-mirage to ember-mirageember-cli-mirage to ember-mirage
Bundle ReportChanges will decrease total bundle size by 235.14kB (-0.6%) ⬇️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: client-array-pushAssets Changed:
|
rohitpaulk
approved these changes
Jan 12, 2026
9341244 to
1b0e279
Compare
1b0e279 to
0832a89
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #3609
Closes #3612
Replaces #3246
Brief
This migrates the project away from
ember-cli-mirage(which is abandoned and has not been upgraded to support ecosystem standards for a long time) toember-mirageand Mirage JS directly, by following the migration guide found here.Reasoning
Migrating to
ember-miragewould immediately solve problems caused byember-cli-mirage:@ember/stringto version 4start:fastbootscript@ember/stringhas not even been acknowledged for several monthsDetails
/miragefolder to/app/mirageapp/mirage/factories/index.tsinstead of auto-discoveryapp/mirage/handlers/index.tsinstead of mirage config fileember-datamodel with properbelongsToandhasManyapp/mirage/models/index.tsinstead of auto-discoveryapp/mirage/scenarios/index.tsinstead of auto-discoveryapp/mirage/serializers/index.tsinstead of auto-discoveryapp/mirage/config.jsember-cli-mirageremnantsember-cli-mirageis now only started when running tests,start:fastbootscript is now automatically fixed, and this PR is no longer neededChecklist
[percy]in the message to trigger)