deprecation-app icon indicating copy to clipboard operation
deprecation-app copied to clipboard

Add ember cli deprecation workflow

Open arafatiqbal opened this issue 2 years ago • 3 comments

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

arafatiqbal avatar Jan 31 '23 02:01 arafatiqbal

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...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

netlify[bot] avatar Jan 31 '23 02:01 netlify[bot]

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?

jenweber avatar Feb 03 '23 02:02 jenweber

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?

geneukum avatar Feb 03 '23 04:02 geneukum