deprecation-app
deprecation-app copied to clipboard
Add ember cli deprecation workflow
I figured this is a great addition to have to help keep track of the deprecations in the app.
If you want to know more about how to use this: https://guides.emberjs.com/release/configuring-ember/handling-deprecations/
Fixing this list of deprecations will/ might help with the upgrade #1272
Deploy Preview for ember-deprecations ready!
Name | Link |
---|---|
Latest commit | fcddb4d0e77a848cd6c3236d751ff26aa17ff4b8 |
Latest deploy log | https://app.netlify.com/sites/ember-deprecations/deploys/63d87969bf572c0009f07a33 |
Deploy Preview | https://deploy-preview-1284--ember-deprecations.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
Yeah, this addon is super helpful when there are a lot of deprecations!
Before merging, let's check in with @geneukum who has being doing a bunch of the upgrading. What do you think about adding this? Is there any particular config that would be helpful?
Yeah, this looks like a super useful addition to me as well!
I'd be curious which (if any) of the deprecations show up after we merge https://github.com/ember-learn/deprecation-app/pull/1287 and https://github.com/ember-learn/deprecation-app/pull/1279 though.
I guess that we may need to just be careful about ordering to make sure that we're not either silencing deprecations that don't need to be silenced or leaving around silences that have been resolved elsewhere?