Skip to content

Conversation

@VincentMolinie
Copy link

@VincentMolinie VincentMolinie commented Feb 3, 2025

This will allow migration to Ember 5.x and fixes issue #2589

@VincentMolinie
Copy link
Author

I cannot update the pnpm.lock on my side the install fails due to sharp 🤔

@VincentMolinie
Copy link
Author

@SergeAstapov could you have a look

@Pixelik
Copy link

Pixelik commented Feb 26, 2025

Thank you for this PR. Is there a chance of this getting released anytime soon ? 🙏

@jahrock
Copy link

jahrock commented Mar 17, 2025

We would be very grateful if someone could take care of this PR.
Maybe @cah-brian-gantzler or @SergeAstapov?

@justmejulian
Copy link

Would also be very grateful 🙆

@robbytx
Copy link

robbytx commented Jul 4, 2025

FWIW I was able to use the following shim for now:

Add to /package.json:

  "pnpm": {
    "overrides": {
      "ember-cli-mirage>ember-inflector": "link:./packages/ember-inflector-shim"
    }
  }

Add /packages/ember-inflector-shim/package.json:

{
  "name": "ember-inflector",
  "version": "0.0.0-shim",
  "main": "index.js",
  "dependencies": {
    "@ember-data/request-utils": "^5.3.13"
  }
}

Add /packages/ember-inflector-shim/index.js:

export { singularize, pluralize } from '@ember-data/request-utils/string';

@jahrock
Copy link

jahrock commented Jul 5, 2025

I recommend the following presentation, which was held at the Ember.js Europe Q1 Meetup:
Modern take on ember-cli-mirage that is ready for Embroider and Vite

https://www.youtube.com/watch?v=dW9p9cI7fSQ

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.

5 participants