-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
base: master
Are you sure you want to change the base?
Update ember-cli to 5.8.1 and add ember-data peer dependencies #190
Conversation
My apologies, I am no longer involved with this project. Perhaps @mfeckie can assist. |
I don't have commit permissions for this project either |
do you have any idea who does? |
@MelSumner @Alonski @knownasilya can someone merge this PR please? |
looks like there are now a bunch of typescript errors.. I'd appreciate any help resolving those |
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.
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"; |
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.
I'd keep these single quote, since that's also the rule for the prettier config of this codebase and for new ember apps.
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.
good spot, for some reason prettier was changing them to double quotes and I hadn't noticed
@lozjackson looks like some type lint errors? |
This PR updates ember-cli to 5.8.1 and adds
@ember-data/adapter
and@ember-data/serializer
topeerDependencies
to make this library compatible with ember-data 5.3.8Fixes #189