ember-stargate icon indicating copy to clipboard operation
ember-stargate copied to clipboard

Update ember-resources to 7.0.0

Open bgantzler opened this issue 1 year ago • 4 comments

This is the bare minimum to get to ember-resources 7.0.0 following the migration guide.

While the one by basz is better (does not require the migrated addon provided by nullvoxpopuli) that PR has stalled. Hoping that this one will not have the same issues.

bgantzler avatar Apr 30 '24 15:04 bgantzler

@simonihmig if you were able to kick off the workflow and see if this has the same issues are the other PR would be appreciated

bgantzler avatar Apr 30 '24 15:04 bgantzler

Done! Thanks for looking into this!

simonihmig avatar Apr 30 '24 15:04 simonihmig

Will update the PR. I have been getting this

Property 'controller' must be of type 'Registry', but here has type 'Registry'.

In my own code, there must be a update to the linter. This code is exactly like it is in the blueprints but throwing this error. Everywhere I have saw it it was suggested to disable the linter for those lines.

If anyone knows a better solution please let me know

bgantzler avatar Apr 30 '24 17:04 bgantzler

This seems to be a problem with the dependencies on definitively typed types. When the --no-lockfile option is used in the yarn install, this error occurs. Something has been updated in the definitely typed types that is incorrect. This error also occurs on the master branch.

The error is occurring when the following command is running glint --declaration.

Is it possible to not do the ember-try senarios temporarily until this is fixed? Or perhaps skip the glint declarations?

cah-brian-gantzler avatar May 02 '24 14:05 cah-brian-gantzler

Superseded by https://github.com/simonihmig/ember-stargate/pull/687

simonihmig avatar Nov 12 '24 21:11 simonihmig