adopted-ember-addons / ember-paper

The Ember approach to Material Design.
https://ember-paper.netlify.app/
MIT License
888 stars 333 forks source link

build(deps): upgrades to `ember-composability-tools@~1.0.3`. #1261

Open matthewhartstonge opened 1 month ago

matthewhartstonge commented 1 month ago

Helps to removes some deprecations

mansona commented 1 month ago

so ember composability tools is a major breaking change 😞 this is going to be a hard one to remove. This was the motivation for https://github.com/miguelcobain/ember-paper/pull/1254 so that I could migrate away for the need for it one component at a time

matthewhartstonge commented 1 month ago

Ah, interesting...

We can't just bump our way to victory? i.e. v1.1.0 jumps to ember 4 support, v1.2.0 ember 5...

What issues does it cause?

matthewhartstonge commented 1 month ago

As an FYI I'm starting to merge PRs into a fork in the need to move fast as conflicts are and have already become a pain. (and run integration tests!)

Do you have any suggestions? Dependencies will obviously be the worst.

I'm trying my best to keep things from not diverging as much as possible to give back.

I'm thinking the best will be to use ~atomic PRs~ stacked PRs that merge on top of one another?

Enables me to go back and fix things as I go, but keep moving forwards?