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

Update ember-cli to 5.8.1 and add ember-data peer dependencies #190

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

lozjackson
Copy link

@lozjackson lozjackson commented Jul 2, 2024

This PR updates ember-cli to 5.8.1 and adds @ember-data/adapter and @ember-data/serializer to peerDependencies to make this library compatible with ember-data 5.3.8

Fixes #189

@lozjackson
Copy link
Author

lozjackson commented Jul 3, 2024

@jherdman @mfeckie can we get this merged and released?.. its currently blocking us from updating ember-data to 5.3.8

@jherdman
Copy link
Contributor

jherdman commented Jul 3, 2024

My apologies, I am no longer involved with this project. Perhaps @mfeckie can assist.

@mfeckie
Copy link
Contributor

mfeckie commented Jul 3, 2024

I don't have commit permissions for this project either

@lozjackson
Copy link
Author

I don't have commit permissions for this project either

do you have any idea who does?

@lozjackson
Copy link
Author

@MelSumner @Alonski @knownasilya can someone merge this PR please?

@lozjackson
Copy link
Author

looks like there are now a bunch of typescript errors.. I'd appreciate any help resolving those

Copy link

@knownasilya knownasilya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This might be a good time to switch away from yarn. PNPM has been gaining favor in the ember and the general web dev community as a whole.

Other then that, just a minor comment about the docs.

README.md Outdated
@@ -23,7 +23,7 @@ into your serializer:
```javascript
// app/serializers/post.js

import { ActiveModelSerializer } from 'active-model-adapter';
import { ActiveModelSerializer } from "active-model-adapter";

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd keep these single quote, since that's also the rule for the prettier config of this codebase and for new ember apps.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good spot, for some reason prettier was changing them to double quotes and I hadn't noticed

@knownasilya
Copy link

@lozjackson looks like some type lint errors?

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.

Error with ember-data 5.3.8: Could not find module @ember-data/adapter/rest
4 participants