ember-cli / ember-cli-deprecation-workflow

MIT License
165 stars 43 forks source link

Logged deprecations and thrown deprecations do not contain the URL #195

Open kategengler opened 1 month ago

kategengler commented 1 month ago

Without an entry in deprecation-workflow, the deprecation looks like this:

DEPRECATION: Usage of the {{action}} modifier is deprecated. Migrate to native functions and function invocation. [deprecation id: template-action] This will be removed in ember-source 6.0.0. See https://deprecations.emberjs.com/id/template-action for more details.

with the entry in deprecation set to log, the deprecation looks like:

DEPRECATION: Usage of the {{action}} modifier is deprecated. Migrate to native functions and function invocation.

The URL and deprecation id are helpful for finding guides on how to migrate.